
/*** 
====================================================================
	Fonts
====================================================================
 ***/

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Lato:300,300i,400,400i,700,700i,900,900i|Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
/*** 

====================================================================
	Reset
====================================================================

 ***/


.sfbhjdbfs{
    color: red'
    padding:100px;
}
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

.fa-angle-double-right{
    color:#f5c000;
}
/*** 

====================================================================
	Global Css Settings
====================================================================

 ***/

body {
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    color: #444;
    line-height: 1.8em;
    
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #3563a9;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: 'Fira Sans', sans-serif;
    color: #222222;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.4em;
}

input,
button,
select,
textarea {
    font-family: 'Roboto', sans-serif;
}

p {
    position: relative;
    line-height: 1.8em;
}

.fluid-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 1;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.hinttag {
	color: #ccc;
	color: #222;
	font-size: 35px;
	display: block;
	margin-bottom: 10px;
	margin-top: 0;
}	

.wline {
    height: 1px;
    width: 60px;
    display: inline-block;
    background: #ccc;
    margin: 20px;
    vertical-align: middle;
}

.grey-bg {
    background: #f5f5f5;
}

.theme-btn .fa {
    position: relative;
    top: 2px;
    padding-left: 7px;
}

.text-white {
    color: #fff !important;
}

.sec-title h2 {
    margin-bottom: 15px;
    font-size: 32px;
        color: #215d1b;
    font-weight: 600;
    text-transform: uppercase;
}

.sec-title h2 span{background: -webkit-linear-gradient(#0a2480, #259fdc);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;}

.hdline {
    height: 2px;
    width: 75px;
    background: #fff;
    display: block;
    margin-bottom: 15px;
}

.hdline2 {
    height: 10px;
    width: 75px;
    /* background: #f5c000; */
    display: inline-block;
    margin-bottom: 15px;
    border-top: 1px solid #8d1921;
    border-left: 1px solid #8d1921;
    border-right: 1px solid #8d1921;
    position: relative;
    margin-top: -5px;
}

.hdline2::after {
    width: 1px;
    height: 20px;
    background: #8d1921;
    display: block;
    content: '';
    left: 50%;
    top: 0;
    position: absolute;
}

.sec-title.text-center {
    margin-bottom: 10px;
}

.text-center .hdline {
    display: inline-block;
    text-align: center;
}

.sec-title.text-white * {
    color: #fff;
}
.footermleft{
    margin-left: 10px;
}

.btn-style1 {
        background: #215d1b;
    color: #fff;
    padding: 14px 51px;
    font-size: 16px;
    border-radius: 38px;
    margin-top: 15px;
    display: inline-block;
    font-weight: 600;
    transition: all .5s ease;
    border: 1px solid #f5c000;
}

.btn-style1:hover {
    background: rgb(231, 10, 10);
    color: #fff;
}

.blackmask {
    position: relative;
    z-index: 1;
}

.blackmask:after {
    content: '';
    width: 100%;
    z-index: ;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.light-font {
    font-weight: 300;
}

.regular-font {
    font-weight: 400;
}

.semibold-font {
    font-weight: 600;
}

.bold-font {
    font-weight: 700;
}

.pagetoppadd {
	padding-top: 110px !important;
}

.paddtop-10 {
    padding-top: 10px !important;
}

.padd-top-20 {
    padding-top: 20px !important;
}

.paddtop-30 {
    padding-top: 30px !important;
}

.paddtop-40 {
    padding-top: 40px !important;
}

.paddtop-50 {
    padding-top: 50px !important;
}

.paddtop-60 {
    padding-top: 60px !important;
}

.paddtop-70 {
    padding-top: 70px !important;
}

.paddtop-120 {
	padding-top: 150px !important;
}

.paddbott-0 {
    padding-bottom: 0px !important;
}

.paddbott-10 {
    padding-bottom: 10px !important;
}

.paddbott-20 {
    padding-bottom: 20px !important;
}

.paddbott-30 {
    padding-bottom: 30px !important;
}

.paddbott-40 {
    padding-bottom: 40px !important;
}

.paddbott-50 {
    padding-bottom: 50px !important;
}

.paddbott-60 {
    padding-bottom: 60px !important;
}

.paddbott-70 {
    padding-bottom: 70px !important;
}

.paddbott-90 {
    padding-bottom: 90px !important;
}

.paddbott-100 {
    padding-bottom: 100px !important;
}

.margtop-10 {
    margin-top: 10px !important;
}

.margtop-20 {
    margin-top: 20px !important;
}

.margtop-30 {
    margin-top: 30px !important;
}

.margtop-40 {
    margin-top: 40px !important;
}

.margtop-50 {
    margin-top: 50px !important;
}

.margtop-60 {
    margin-top: 60px !important;
}

.margtop-70 {
    margin-top: 70px !important;
}

.margbott-10 {
    margin-bottom: 10px !important;
}

.margbott-20 {
    margin-bottom: 20px !important;
}

.margbott-30 {
    margin-bottom: 30px !important;
}

.margbott-40 {
    margin-bottom: 40px !important;
}

.margbott-50 {
    margin-bottom: 50px !important;
}

.margbott-60 {
    margin-bottom: 60px !important;
}

.margbott-70 {
    margin-bottom: 70px !important;
}

.bg-lightgrey {
    background-color: #f6f6f6 !important;
}

.no-bg {
    background: none !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.paddsec {
	padding: 100px 0;
}

.paddsec2 {
    padding: 80px 0 60px;
}

.clearfix::after,
.clearfix::before {
    display: table;
    content: '';
    clear: both;
}

.owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: #fff;
    border: 1px solid #ccc;
    color: #999;
    width: 35px;
    font-size: 24px;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: #f5c000;
    color: #fff;
}

.owl-stage-outer {
    border: 0!important;
}



/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    background: #1c1c1c;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: #ffffff;
    background: #f5c000;
}


/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .top_header {
    position: relative;
    font-size: 13px;
    padding: 9px 0px 7px;
    background: #f80100;
    color: #ffffff;
    z-index: 1;
}

.main-header .top_header::after {
    width: 60%;
    background: #f5c000;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    z-index: -1;
    transform: skewX(30deg);
    left: 3%;
    max-width: 800px;
}

.main-header .top_header a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .top_header a:hover {
    color: #f5c000;
}

.top_infowrp.top-right {
    float: right;
}

.main-header .top_infoitem li {
    position: relative;
    float: left;
    margin-right: 25px;
}

.main-header .top-right .top_infoitem li {
    margin-right: 0px;
    margin-left: 25px;
}

.main-header .top_infoitem li a {
    position: relative;
    line-height: 26px;
    font-size: 14px;
    text-transform: capitalize;
}

.main-header .top_infoitem li a:hover {
    color: #222;
}

.main-header .top_infoitem li .fa {
    padding-right: 8px;
    font-size: 16px;
    color: #f5c000;
}

.main-header .top_socialinfo li {
    display: inline-block;
}

.main-header .top_socialinfo li a {
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
}


/* heade middle */

.main-header .middle_header {
    position: relative;
    padding: 35px 0px;
    background: #ffffff;
}

.main-header .main-logo {
    position: relative;
    float: left;
        margin-bottom: 3px;
        margin-top: 3px;}

.main-header .main-logo .logo img {
    position: relative;
    display: inline-block;
    max-width: 77%;
}

.main-header .middle_header .middle-right {
    position: relative;
    float: right;
    margin-top: 18px;
}

.main-header .middle-info {
    position: relative;
    float: left;
    min-height: 56px;
    margin-left: 40px;
    font-size: 13px;
    text-transform: uppercase;
    color: #777777;
    padding: 22px 0px 0px 64px;
}

.main-header .middle-info:first-child {
    margin-left: 0;
}

.middle-info.withoutpad {
    padding-left: 0;
}

.main-header .middle-info .icon-holder {
    position: absolute;
    left: 0px;
    top: 14px;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 46px;
    border: 1px dashed #f5c000;
    color: #f5c000;
    font-size: 29px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .middle-info li {
        position: relative;
    line-height: 20px;
    margin: 0px 0px;
    font-size: 13px;
    color: #215d1b;
    font-weight: 600;
}

.main-header .middle-info li strong {
        font-weight: 800;
    font-size: 16px;
    background: -webkit-linear-gradient(#0a2480, #259fdc);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.main-header .link-btn {
    position: relative;
    padding: 8px 30px;
    line-height: 24px;
    text-transform: uppercase;
    background: #f5c000;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #f5c000 !important;
    border-radius: 2px;
    font-family: 'Roboto', sans-serif;
}


/* main navigation */

.main-header .lower_header {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #f80100;
    z-index: 5;
}

.main-header .nav-wrapper {
    position: relative;
}

.main-menu {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.hvrcrnt{
    padding: 22px 5px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.text-lower{
    text-transform: none;
}
.main-menu .navigation > li {
    position: relative;
    float: left;
    margin-right: 20px;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    padding: 17px 40px 20px 0px;
    font-size: 15px;
    color: #fff;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a {
    color: #fff!important;
    opacity: 1;
}

.hvrcrnt .navigation > li:hover > a,
.hvrcrnt .navigation > li.current > a,
.hvrcrnt .navigation > li.current-menu-item > a {
    color: #215d1b!important;
    opacity: 1;
}


.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 220px;
    padding: 0px;
    z-index: 100;
    display: none;
        background: #215d1b;
    border-top: 3px solid #ffffff;
    transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 8px 13px;
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
    background:#233780;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 110%;
    top: 0px;
    width: 220px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #f80100;
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 12px 15px;
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
    background: #f5c000;
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.header_searchbox {
    position: absolute;
    top: -3px;
    right: -10px;
}

.header_searchbox .search_icon {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 16px;
    padding: 22px 20px 17px 20px;
    text-align: center;
    width: 100%;
    background: #f5c000;
}

.header_searchbox .search_drop {
    background-color: #f80100;
    border-radius: 0;
    box-shadow: 0 2px 7px -3px rgba(0, 0, 0, 0.5);
    display: none;
    padding: 15px 20%;
    position: fixed;
    right: 0px;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.header_searchbox .search_drop input {
    border-color: #e1e1e1 currentcolor #e1e1e1 #e1e1e1;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    float: left;
    height: 45px;
    padding: 0 25px;
    width: calc(100% - 45px);
    border-radius: 20px 0 0 20px;
}

.header_searchbox .search_drop button {
    background-color: #f5c000;
    border-color: #f5c000 #f5c000 #f5c000 currentcolor;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    height: 45px;
    padding: 0;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 45px;
    color: #fff;
}


/* Header style 2*/

.header-design-two {
    font-family: 'Fira Sans', sans-serif;
}

.header-design-two .middle_header {
    padding: 0px 0px;
}

.header-design-two .main-logo {
    position: relative;
    float: left;
    padding: 17px 0;
}

.header-design-two .main-menu {
    position: relative;
    padding-right: 0px;
}

.header-design-two .middle_header .main-menu {
    padding-right: 35px;
}

.header-design-two .main-menu .navigation > li {
    margin-right: 15px;
}

.header-design-two .main-menu .navigation > li > a {
    padding: 30px 19px;
}

.header-design-two .main-menu .navigation > li > a {
    color: #222;
    font-weight: 500;
}

.header-design-two .header_searchbox {
    position: absolute;
    top: 27px;
    right: 0px;
}

.header-design-two .header_searchbox .search_icon {
    padding: 0;
    text-align: center;
    width: 40px;
    border-radius: 100%;
    height: 40px;
    line-height: 40px;
}

.transparent-middle .fluid-container {
    position: relative;
    padding: 0;
}

.transparent-middle.header-design-two .middle_header {
    padding: 0px 31px;
    position: absolute;
    width: 100%;
}

.transparent-middle .top_header {
    background: #222;
}

/* Header style 3*/

.header-design-three .middle_header {
    position: relative;
    padding: 1px 0px;
    background: #ffffff;
    background: #fff url(../images/icons/rulerbg.png);
    background-repeat: repeat-x;
}

.header-design-three .lower_header {
    background: #215d1b;
}

.header-design-three .main-menu .navigation > li:hover > a,
.header-design-three .main-menu .navigation > li.current > a,
.header-design-three .main-menu .navigation > li.current-menu-item > a {
    color: #215d1b;
    opacity: 1;
}

.header-design-three .header_searchbox li {
    margin-top: 12px;
}

.header-design-three .header_searchbox .search_drop {
    display: block !important;
    position: static;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent;
    box-shadow: none;
    height: 48px !important;
}

.header-design-three .header_searchbox .search_icon {
    display: none;
}

.header-design-three .header_searchbox .search_drop button {
    background-color: #272425;
    border-color: #f5c000;
    border-radius: 0px 15px 15px 0px;
    outline: none;
}

.header-design-three .middle-info .icon-holder {
        border: 1px solid #215d1b;
    border-radius: 100%;
    color: #47a34e;
    font-weight: bold;
}


/* sticky menu */

.sticky-navbar {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px 5px 0px;
    background: #ffffff;
    z-index: 0;
    border-bottom: 1px solid #f5c000;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-navbar .logo {
        padding: 3px 0px 0px;
    float: left;
    
    margin-bottom: -11px;
}

.sticky-navbar .logo img{width: 189px;}

.fixed-navbar .sticky-navbar {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.sticky-navbar .main-menu .navigation > li > a {
    color: #181818;
    padding: 15px 15px;
    font-weight: 600;
}

.sticky-navbar .main-menu .navigation > li {
    margin-right: 0px;
}

.sticky-navbar .main-menu .navigation > li:hover > a,
.sticky-navbar .main-menu .navigation > li.current > a,
.sticky-navbar .main-menu .navigation > li.current-menu-item > a {
    color: #f5c000;
    opacity: 1;
}


/*** 

====================================================================
	Main Slider
====================================================================

***/

.slider-link-style1 {
    position: relative;
    padding: 8px 28px;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background-color: #f5c000;
    border: 2px solid #f5c000;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
    transition: all .5s ease;
}

.slider-link-style1:hover {
    background: #222;
    color: #fff;
}

.slider-link-style2 {
    position: relative;
    padding: 8px 28px;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    display: inline-block;
    transition: all .5s ease;
}

.tpr-title {
    z-index: 5;
    font-size: 51px;
    line-height: 58px;
    font-weight: 800;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif;
    white-space: normal;
}

.tpr-text {
    z-index: 7;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif;
    white-space: normal;
}

.tpr-btn {
    z-index: 8;
    position: relative;
    padding: 8px 28px;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background-color: #215d1b;
    border: 2px solid #fff;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
    transition: all .5s ease;
}

.tpr-btn:hover {
    background: #215d1b;
    color: #fff;
}

.tp-shapewrapper {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.35);
    border-color: rgba(0, 0, 0, 1.00);
}



/*** 

====================================================================
	Portfolio section
====================================================================

***/

.gallry-container {
    max-width: 1300px;
    margin: 0 auto;
}

.gallery-section {

	background: url(../images/icons/curtains2.png) 0 bottom repeat-x;
	background-size: auto auto;
	background-size: 35px;
}

.projects-gallery .list-inline > li span {
    display: block;
    padding: 5px 15px;
    font-size: 17px;
    color: #333;
    cursor: pointer;
}

.projects-gallery .list-inline > li.active span {
	background: #b9975b;
	color: #fff;
	border-radius: 3px;
}

.projects-gallery .filters {
    margin-bottom: 40px;
}

.gallery_box {
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.gallery_box img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gallery_box:hover img {
    transform: scale(1.1, 1.1);
}

.gallery_box:before {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    top: 0;
    left: 0%;
    opacity: 0;
    background: rgba(238, 44, 60, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.gallery_box:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.gallery_box img {
    width: 100%;
    height: auto;
}

.gallery_box .gallery_info {
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    left: 0%;
    transform: translateY(0%);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    z-index: 2;
}

.gallery_box:hover .gallery_info {
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
}

.gallery_box .heading {
    color: #ffffff;
    font-size: 18px;
    z-index: 1;
    margin-top: 10px;
    border-bottom: none;
    margin-bottom: 0;
}

.gallery_box .link_icons {
    padding: 0;
    margin: 0;
    list-style: none;
}

.gallery_box .link_icons li {
    display: inline-block;
}

.gallery_box .link_icons li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gallery_box .link_icons li a i:hover {
    background: #ffffff;
   color: #f5c000;
}

.gallery-carousel .col-md-4 {
    width: 100%;
}

.gallery-carousel .gallery_box::before {
    z-index: 1;
}

.gallery-carousel .gallery_box .gallery_info {
    z-index: 2;
}

.gallery-style-2 .gallery-item {
    margin-bottom: 30px;
}

.gallery-style-2 .gallery_box {
    margin-bottom: 0;
}

.gallery-style-2 .heading {
    padding: 15px 10px;
    text-align: center;
    border: 1px solid #ddd;
    border-top: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
    background: #fff
    transition: all .5s ease;
    color: #fff;
}

.gallery-style-2 .gallery_box:hover .heading {
    bottom: -60px;
}

.gallery-style-3 {
    background: #333 url(../images/background/6.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-top: 90px;
}

.gallery-style-3::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #fff
}

.galleryslide {
    margin: 0;
}

.galleryslide .gallery-item {
    width: 100%;
}

.gallery-style-3 .gallery_box:before {
    display: none;
}

.gallery-style-3 .gallery_box::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    transition: all 500ms ease;
    background: rgba(0, 0, 0, 0.39);
    opacity: 0;
    visibility: hidden;
}

.gallery-style-3 .gallery_box:hover::after {
    opacity: 1;
    visibility: visible;
}
 .gallery-style-3 .hinttag{color:#fff;}
.gallery-style-3 .gallery_box .gallery_info {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 15px;
    transform: scale(0, 0);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    display: inline-block;
    left: auto;
    width: auto;
    z-index: 5;
}

.gallery-style-3 .gallery_box:hover .gallery_info {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
}

.gallery-style-3 .gallery_box .link_icons li a i {}

.gallery-style-3 .gallery_box::before {
	content: '';
	width: 2px;
	height: 0px;
	background: #fcb116;
	display: block;
	position: absolute;
	top: 0;
	left: 30px;
	z-index: 1;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.gallery-style-3 .gallery_box:hover::before {
    height: 100px;
}

.gallery-style-3 .ginfobox {
	position: absolute;
	bottom: 0;
	padding: 5px 30px 15px;
	z-index: 2;
	width: 100%;
	/* bottom: 0; */
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	transform: translateY(100%);
}

.gallery-style-3 .gallery_box:hover .ginfobox {
    transform: translateY(0%);
}

.gallery-style-3 .gallery_box .heading {
	color: #fff;
	font-size: 22px;
	margin-bottom: 10px;
}

.gallery-style-3 .gallery_box p {
    color: #fff;
    font-size: 35px;
}

.gallery-style-3.pagetoppadd {
    background: #fff;
}

.gallery-style-3.pagetoppadd:after {
    background: #fff;
}


/* gallery-4 */

.gallery-style-4 .sec-title.text-center {
    margin-bottom: 20px;
}

.gallery-style-4 .gallery_box {
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.gallery-style-4 .gallery_box img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gallery-style-4 .gallery_box:hover img {
    transform: scale(1.1, 1.1);
}

.gallery-style-4 .gallery_box:before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.gallery-style-4 .gallery_box:hover:before {
    visibility: visible;
    opacity: 1;
}

.gallery-style-4 .gallery_box img {
    width: 100%;
    height: auto;
}

.gallery-style-4 .gallery_box .gallery_info {
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    left: 0%;
    transform: translateY(0%);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    z-index: 2;
}

.gallery-style-4 .gallery_box .gallry_wrp::before,
.gallery-style-4 .gallery_box .gallry_wrp::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
    transition: opacity 0.7s, transform 0.7s;
    z-index: 1;
}

.gallery-style-4 .gallery_box .gallry_wrp::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.gallery-style-4 .gallery_box .gallry_wrp::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.gallery-style-4 .gallery_box:hover .gallry_wrp::before,
.gallery-style-4 .gallery_box:hover .gallry_wrp::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery-style-4 .gallery_box:hover .gallery_info {
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
}

.gallery-style-4 .gallery_box .heading {
    color: #ffffff;
    font-size: 24px;
    z-index: 1;
    margin-top: 10px;
    border-bottom: none;
    margin-bottom: 10px;
}

.gallery-style-4 .gallery_box .heading a {
    color: #fff;
}

.gallery-style-4 .gallery_box p {
    color: #bf8316;
}

.gallery-style-4 .gallery_box .link_icons {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 35px;
    right: 35px;
    z-index: 2;
    transform: scale(0, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gallery-style-4 .gallery_box:hover .link_icons {
    transform: scale(1, 1);
}

.gallery-style-4 .gallery_box .link_icons li {
    display: inline-block;
}

.gallery-style-4 .gallery_box .link_icons li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 0;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gallery-style-4 .gallery_box .link_icons li a i:hover {
    background: #ffffff;
    color: #fff;
}



/*** 

====================================================================
	Project Detail
====================================================================

***/

.project-details {
    padding: 70px 0 90px;
}

.pdtlimg {
    position: relative;
}

.pdtlimg::after {
    width: 230px;
    height: 230px;
    border: 10px solid #fff;
    position: absolute;
    display: block;
    z-index: 1;
    bottom: 0;
    left: 0;
    content: '';
}

.pdtlimg img {
    width: 100%;
}

.pdtltable {
    margin-bottom: 30px;
}

.pdtltable li {
    background: #f5f5f5;
    margin-bottom: 15px;
    margin-right: 2.5%;
}

.pdtltable li a {
    display: block;
    color: #333;
    font-size: 16px;
}

.pdtltable li a span {
    width: 30%;
    display: inline-block;
    background: #f5c000;
    color: #fff;
    padding: 5px 10px;
    margin-right: 25px;
}

.projectallimg {
    margin: 10px 0;
}


/*** 

====================================================================
	Black background text
====================================================================

***/

.bgpara-1 {
    background-color: #0c314e;
    padding: 110px 0 110px;
    background-image: url(../images/background/3.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    text-align: center;
}

.bgpara-1::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.8);
}

.bgpara-1 h1 {
    font-size: 33px;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 400;
}

.bgpara-1 .achieve-info {
    margin-top: 20px;
}

.bgpara-1 .timer {
    color: #fff;
    font-size: 40px;
    margin: 0;
    color: #f5c000;
}

.bgpara-1 .achieve-info p {
    color: #fff;
}

.bgpara-1 .countboxcont {
    max-width: 800px;
    margin: 0 auto;
}


/*** 

====================================================================
	News section
====================================================================

***/

.news-style1 {
    padding: 70px 0;
}

.news-style1 .news_item {
    margin-bottom: 30px;
    transition: all .5s ease;
    background: #fff;
    transition: all .5s ease;
}

.news-style1 .news_item:hover {
    box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.1);
    transform: scale(1.02, 1.02);
}

.news-style1 .news_item .image {
    position: relative;
}

.news-style1 .news_item .image img {
    width: 100%;
}

.news-style1 .news_item .image .post_date {
    position: absolute;
    left: 50%;
    bottom: -17px;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    padding: 2px 10px;
    display: inline-block;
    background-color: #f5c000;
    z-index: 1;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.news-style1 .news_content {
    border: 1px solid #eee;
    padding: 14px 20px 20px;
    background: #fff;
}

.news-style1 .news_item h3 {
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 18px;
    line-height: 27px;
    display: none;
}

.news-style1 .news_item h3 a {
    color: #333;
}

.news-style1 .news_item .news_content .text {
    margin-bottom: 20px;
    font-size: 17px;
    color: #333;
    font-weight: 600;
}

.news-style1 .metalink {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.news-style1 .metalink .post_date {
    font-size: 16px;
    font-weight: 500;
    float: left;
}

.news-style1 .metalink .comment {
    float: right;
}

.news-style1 .detail {
    background: #f5c000;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 3px;
    transition: all .5s ease;
}

.news-style1 .detail:hover {
    background: #333;
}


/* news style 2 */

.news-style2 {
	padding: 100px 0;
	background: #f5f5f5 url(../images/background/pattern_n.png) 0 0 no-repeat;
	background-size: cover;
}

.news-style2 .news_item {
    margin-bottom: 30px;
    transition: all .5s ease;
    background: #fff;
    transition: all .5s ease;
    position: relative;
    overflow: hidden;
}

.news-style2 .news_item:before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.news-style2 .news_item:hover {
    box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.1);
}

.news-style2 .news_item .image {
    position: relative;
}

.news-style2 .news_item .image img {
    width: 100%;
}

.news-style2 .news_item .image .post_date {
    position: absolute;
    left: 50%;
    bottom: -17px;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    padding: 2px 10px;
    display: inline-block;
    background-color: #f5c000;
    z-index: 1;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.news-style2 .news_content {
	padding: 14px 35px 20px;
	background: transparent;
	position: absolute;
	bottom: 0;
	z-index: 2;
}

.news-style2 .news_item h3 {
	margin-bottom: 20px;
	margin-top: 5px;
	font-size: 22px;
	line-height: 27px;
	color: #fff;
}

.news-style2 .news_item h3 a {
    color: #fff;
}

.news-style2 .news_item .news_content .text {
	margin-bottom: 30px;
	color: #fff;
}

.news-style2 .metalink {
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

.news-style2 .metalink .post_date {
    font-size: 16px;
    font-weight: 500;
    float: left;
    background: #333;
    padding: 6px 12px;
    color: #fff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    z-index: 3;
}

.news-style2 .metalink .comment {
    float: right;
}

.news-style2 .btnlink {
    margin-bottom: -82px;
    transition: all .5s ease;
    padding-top: 20px;
    padding-bottom: 20px;
}

.news-style2 .news_item:hover .btnlink {
    margin-bottom: 0px;
    padding-top: 0;
}

.news-style2 .news_item .detail {
    background: #bf9a59;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 3px;
    transition: all .5s ease;
    display: inline-block;
}

.news-style2 .news_item:hover .detail {}

.news-style3 {
    padding: 80px 0 80px;
}

.news-style3 .news_item {
    margin-bottom: 30px;
    transition: all .5s ease;
    background: #fff;
    transition: all .5s ease;
}

.news-style3 .news_item .image {
    position: relative;
    overflow: hidden;
}

.news-style3 .news_item .image img {
    width: 100%;
}

.news-style3 .news_content {
	border: 1px solid #eee;
	padding: 25px 30px 25px;
	background: #fff;
}

.news-style3 .post_date {
    position: absolute;
    padding: 5px 10px;
    background: #f5c000;
    top: 11px;
    color: #fff;
    line-height: 17px;
    text-align: center;
    right: 0;
    font-size: 15px;
    font-weight: 600;
    outline: 1px solid #f5c000;
    outline-offset: 3px;
}

.news-style3 .news_content {
    text-align: left;
    position: relative;
}

.news-style3 .news_content::after {
    content: '';
    width: 0px;
    height: 1px;
    background: #000;
    display: block;
    right: 0;
    bottom: 0;
    position: absolute;
    transition: all .5s ease;
}

.news-style3 .news_content::before {
    content: '';
    height: 0px;
    width: 1px;
    background: #000;
    display: block;
    right: 0;
    bottom: 0;
    position: absolute;
    transition: all .5s ease;
}

.news-style3 .news_item:hover .news_content::after {
    width: 70px;
}

.news-style3 .news_item:hover .news_content::before {
    height: 70px;
}

.news-style3 .news_content h3 {
	margin-bottom: 10px;
}
.news-style3 .news_content .btnlink {
	margin-top: 10px;
}
.news-style3 .news_content h3 a {
    color: #222;
    font-size: 21px;
    transition: all .5s ease;
    font-weight: normal;
}

.news-style3 .news_content h3 a:hover {
    color: #f5c000;
}

.news-style3 .news_content .detail {
    color: #f5c000;
    margin-top: 12px;
    display: inline-block;
}

.news-style3 .news_content .wirtnby {
    float: right;
    margin-top: 13px;
    color: #333;
    font-size: 15px;
}

.news-style4{
    padding-top: 50px;
}
.news-style4 .news_item {
    margin-bottom: 30px;
    transition: all .5s ease;
    background: #fff;
    transition: all .5s ease;
}

.news-style4 .news_item .image {
    position: relative;
    overflow: hidden;
    border-left:1px dashed #f5c000;
    border-right: 1px dashed #f5c000;
    border-top: 1px dashed #f5c000;
}

.news-style4 .news_item .image::after {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    transform: scaleX(0);
    transition: All .5s ease;
}

.news-style4 .news_item:hover .image::after {
    transform: scaleX(1);
}

.news-style4 .news_item .image img {
    width: 100%;
}

.news-style4 .news_content {
	border: 1px dashed #f5c000;
	padding: 25px 30px 30px;
	background: #fff;
	border-top: 0;
}



.news-style4 .news_content {
    text-align: left;
    position: relative;
}

.news-style4 .news_content::after {
    content: '';
    width: 0px;
    height: 1px;
    background: #000;
    display: block;
    right: 0;
    bottom: 0;
    position: absolute;
    transition: all .5s ease;
}

.news-style4 .news_content::before {
    content: '';
    height: 0px;
    width: 1px;
    background: #000;
    display: block;
    right: 0;
    bottom: 0;
    position: absolute;
    transition: all .5s ease;
}

.news-style4 .news_item:hover .news_content::after {
    width: 70px;
}

.news-style4 .news_item:hover .news_content::before {
    height: 70px;
}

.news-style4 .news_content h3 {
	margin-bottom: 2px;
	margin-top: 1px;
}
.news-style4 .btnlink {
	margin-top: 10px;
}
.news-style4 .news_content h3 a {
    color: #333;
    font-size: 21px;
    transition: all .5s ease;
}

.news-style4 .news_content h3 a:hover {
    color: #f5c000;
}

.news-style4 .news_content .detail {
    color: #f5c000;
    margin-top: 12px;
    display: inline-block;
}

.news-style4 .news_content .wirtnby {
    float: right;
    margin-top: 13px;
    color: #333;
    font-size: 15px;
}


/* news list style  */

.news-list-style {
    padding: 70px 0 90px;
}

.news-list-item {
    margin-bottom: 40px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 40px;
}

.news-list-item .news-image {
    margin-bottom: 30px;
}

.news-list-item .news-image img {
    width: 100%;
    display: block;
}

.news-list-item .news-info h3 {
    font-size: 25px;
    line-height: 40px;
}

.news-list-item .news-footer {
    margin-top: 20px;
}

.news-list-item .news-meta {
    float: left;
    margin-bottom: 15px;
}

.news-list-item .news-meta li {
    display: inline-block;
    font-size: 16px;
    color: #333;
    margin-right: 10px;
}

.news-list-item .news-meta i {
    margin-right: 6px;
}

.news-list-item .news-meta a {
    color: #333;
}

.news-list-item .news-btn {
    background: #f5c000;
    color: #fff;
    display: block;
    float: right;
    padding: 5px 15px;
    border-radius: 2px;
    vertical-align: middle;
}


/* news comment */

.comment-box .single-comment-item {
    margin-bottom: 25px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.comment-box .single-comment-item:last-child {
    border: 0;
}

.comment-box .sec-title h2 {
    margin-bottom: 25px;
    font-size: 24px;
}

.comment-box .author-imgbox {
    display: table-cell;
    vertical-align: top;
}

.comment-box .author-imgbox .inner-box {
    width: 70px;
    margin-right: 30px;
}

.comment-box .author-imgbox .inner-box {
    width: 100%;
}

.comment-box .comment-conent {
    display: table-cell;
    vertical-align: top;
}

.comment-box .comment-conent h3 {
    color: #272727;
    font-size: 19px;
    text-transform: capitalize;
    line-height: 20px;
    margin: 0;
}

.comment-box .comment-conent .meta-box {
    margin-bottom: 5px;
    margin-top: 8px;
    font-size: 13px;
}

.comment-box .comment-conent .meta-box span {
    color: #777;
    display: inline-block;
    font-weight: 500;
}

.comment-box .comment-conent .meta-box a.reply {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #262F36;
}

.single-comment-item.replyon-comment {
    padding-left: 100px;
}

.comment-box .comment-conent .rating {
    float: right;
    margin-bottom: 0;
}

.comment-box .comment-conent .rating span {
    color: #f5c000;
}


/* form comment */

.comment-form .sec-title h2 {
    margin-bottom: 25px;
    font-size: 24px;
}

.comment-form input {
    background: #f5f5f5;
}

.comment-form .rating {
    margin-bottom: 30px;
}

.comment-form .rating h5 {
    margin-bottom: 10px;
}

.comment-form .rating a {
    color: #999;
    padding-right: 20px;
    font-size: 14px;
}

.comment-form .rating a:hover {
    color: #f5c000;
}


/*** 

====================================================================
	sidebar widgets
====================================================================

***/

.sidebar .widget {
    margin-bottom: 40px;
    padding: 30px 30px 40px;
    border: 1px solid #dedede;
    background: #252525;
}

.sidebar ul {
    list-style: outside none none;
    padding: 0;
    margin: 0;
}

.sidebar .widget-title {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: 20px;
    color: #f5c000;
}

.sidebar .widget-title::after {
    background: #f5c000;
    position: absolute;
    bottom: -1px;
    content: "";
    width: 60px;
    height: 1px;
    left: 0;
    border-radius: 0;
}

.allwidget-wrp .widget::after,
.allwidget-wrp .widget::before {
    clear: both;
    content: "";
    display: table;
}

.search-field {
    position: relative;
}

.search-box {
    color: #272727;
    border: 1px solid #f7f7f7;
    padding: 7px 10px 7px 15px;
    margin-bottom: 15px;
    width: 100%;
    font-size: 15px;
    background: #f5f5f5;
}

.search-btn {
    background: #f5f5f5;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
}

.sidebar .widget-categories ul li {
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    padding-right: 15px;
    font-size: 15px;
}

.sidebar .widget-categories ul li::before {
    color: #f5c000;
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    right: 0;
    position: absolute;
    top: 8px;
}

.sidebar .widget-categories ul li a,
.sidebar .widget-categories ul li a:visited {
    color: #fff;
}

.sidebar .widget-categories ul li a:hover {
    color: #f5c000;
}

.popular-posts .all-recent {
    list-style: outside none none;
    padding: 0;
}

.popular-posts .all-recent li {
    display: block;
    margin: 0 0 18px;
}

.popular-posts .all-recent li:last-child {
    margin-bottom: 0;
}

.popular-posts .all-recent li a {
    display: block;
    overflow: hidden;
}

.popular-posts .all-recent li a .img {
    float: left;
    width: 100px;
}

.popular-posts .all-recent li a .img img {}

.popular-posts .all-recent li a .content {
    display: block;
    overflow: hidden;
    padding: 6px 0 0 12px;
}

.popular-posts .all-recent li a .content .name {
    color: #fff;
    display: block;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0 0 3px;
}

.popular-posts .all-recent li a .content .name:hover {
    color: #f5c000;
}

.popular-posts .all-recent li a .content .date {
    color: #f5c000;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
}

.widget .alltags a {
    border: 1px solid #999;
    display: inline-block;
    font-size: 14px !important;
    line-height: 1.5;
    margin: 5px;
    padding: 3px 10px;
    float: left;
    border-radius: 20px;
    color: #fff;
}

.popular-product .all-recent li a .content {
    display: block;
    overflow: hidden;
    padding: 0px 0 0 12px;
}

.popular-product .all-recent li a .img {
    float: left;
    width: 66px;
    border: 1px solid #ddd;
}

.popular-product .all-recent li a .img img {
    width: 100%;
}

.popular-product .price {
    color: #666;
    font-size: 15px;
}

.popular-product .all-recent li a .content .name {
    color: #fff;
    display: block;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0 0 3px;
}

.popular-product .rating .fa {
    position: relative;
    display: inline-block;
    margin-right: 2px;
    font-size: 10px;
    line-height: 26px;
    color: #f5c000;
}


/*** 

====================================================================
	Welcome section
====================================================================

***/

.welcome-1 {
    background: url(../images/background/welbg.html) center center no-repeat;
    background-size: cover;
}

.welcome-1 {
    padding: 70px 0;
}

.welboxs {
    text-align: center;
    margin-bottom: 20px;
}

.welboxs h1 {
    margin-bottom: 0;
    font-size: 30px;
    margin-bottom: 5px;
}

.welboxs .hdline {
    display: inline-block;
    margin-bottom: 10px;
}

.welboxs h2 {
    color: #666;
    font-size: 20px;
}


/*** 
====================================================================
	About us section
====================================================================
***/
.abt-infractn h4{
    margin-top: 20px;
}
.infraimg img{
    margin-left: 15px;
}
.infrabottompd{
    padding: 0 0 30px;
}
.abt-welcome{
    color: #0c8db5;
   }
.about-heading{text-align: center;
    font-size: 17px;
    color: #500e12;}

.about-hding h3{
    font-size: 35px;
    text-align: center;
    color: #31984f;
    font-weight: 600;
  
}
.about-hding{
    margin-bottom: 20px;
}
.wel-about{
    padding: 20px 0;
    text-align: center;
}

.about-us {
    background: #f5f5f5;
    background: #f5f5f5 url(../images/main-slider/about.jpg);
    background-size: cover;
    background-position: right top;
}

.about-us .about-img img {
    float: right;
    max-width: none;
}

.about-us .about-info {
	background: #000000b3;
	margin: 80px 0 80px -100px;
	padding: 40px;
    z-index: 2;
    text-align: justify;
}

.about-us .about-info .sec-title h2 {
	margin-bottom: 15px;
	font-size: 28px;
	color: #fff;
}
.about-us .about-info .sec-title h2 span {
    color: #f5c000;
}

.about-us .about-info p {
    color: #fff;
        font-size: 16px;
}

.about-us .about-info .yearsexp {
    color: #fff;
}

.user-img img {
    width: 100%;
    height: 100%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.user-img + .user-info {
    margin-top: 30px;
    padding-top: 5px;
    float: left;
}
.user-info h3{
    color: #fff;
}
.user-info button{
        background-color: #8d1921;
    padding: 8px 30px;
    color: #fff;
    font-size: 18px;
    outline: none;
    border: 2px solid #500e12;
    border-radius: 26px;
}
.user-info button a{
    color: #fff; 
}
.user-info button:hover{
    background-color: #ffffff00;
    border: 1px solid #8d1921;
}
.user-info button a:hover{
    color: #fff; 
}

.hyh{
    color: #f5c000;
}
.user-info img {
    margin-top: 2px;
}

.user-info p {
    font-weight: 400;
    color: #778793;
}

.about-info .yearsexp {
	float: right;
	text-align: right;
	margin-top: 40px;
}

.about-info .yearsexp strong {
	font-size: 37px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.aboutus-2 {
    padding: 82px 0;
}

.aboutus-2 .aboutimg {
    position: relative;
    margin-top: 25px;
}

.aboutus-2 .aboutimg::after {
    width: 100%;
    border: 22px solid #eee;
    content: '';
    height: 100%;
    display: block;
    position: absolute;
    top: 49px;
    left: -58px;
    z-index: -1;
}

.aboutus-2 .aboutimg img {
    width: 100%;
}

.aboutus-2 .overlayimg {
    max-width: 250px;
    margin-top: -140px;
    float: right;
    position: relative;
    background: #fff;
    border-top: 15px solid #fff;
    border-left: 15px solid #fff;
}


.aboutus-2 .aboutinfo .hinttag {
	margin-top: -10px;
	font-size: 22px;
	color: #f5c000;
}
.aboutus-2 .aboutinfo .mvslinks {
	margin-top: 30px;
}
.aboutus-2 .aboutinfo .mvslinks li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 15px;
}

.aboutus-2 .aboutinfo .mvslinks li a {
    color: #333;
    padding: 5px 15px;
    background: #f5f5f5;
    font-size: 15px;
}

.aboutus-2 .aboutinfo .mvslinks li a span {
	font-size: 34px;
	padding-right: 10px;
}

.aboutus-2 .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: #222;
    border: 1px solid #ccc;
    color: #999;
    width: 35px;
    font-size: 24px;
}

.aboutus-2 .aboutinfo .yearsexp {
    float: right;
    text-align: right;
    margin-top: 30px;
}

.aboutus-2 .aboutinfo .yearsexp strong {
    font-size: 56px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #ddd;
}

.aboutus-2 .aboutinfo .yearsexp .text-black {
    color: #aaa;
    font-size: 24px;
}
.aboutinfo h2{
        font-size: 33px;
    font-weight: 600;
    color: #215d1b;
        text-transform: uppercase;
}

.aboutinfo h2 span{
        background: -webkit-linear-gradient(#0a2480, #259fdc);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;}

.aboutinfo h1 {
    font-size: 28px;
}


.aboutinfo p {
    text-align: justify;
    line-height: 42px;
    color: #000;
    font-size: 18px;
    padding-right: 56px;
    padding-top: 22px;
}



.aboutus-prange p{
  
}
.about-prange{
    padding: 20px 0;
}
.aboutus-promtion{
    padding: 30px 0 10px;
}
.aboutinpromotion h3{
    text-align: center;
}
.aboutinpromotion p{
    text-align: justify;
}
.abt-infractn{
    text-align: justify;
}
.aboutut-infra-2{
    padding: -20 0 30px;
}
.abt-infractn h4{
    margin-bottom: 7px;
}
.deliver-netwok {
    margin-top: -40px;
   
    text-align: center;
}

/*** 

====================================================================
	service section
====================================================================

***/

.service-style1 {
    padding: 70px 0;
    position: relative;
    z-index: 1;
}

.service-box {
    position: relative;
    margin-bottom: 30px;
}

.service-box .serv-img {
    position: relative;
    overflow: hidden;
}

.service-box .serv-img .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transform: scale(0, 0);
}

.service-box .serv-img .icon-box {
    height: 45px;
    width: 65px;
    background: #f5c000;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-size: 35px;
    border-top-left-radius: 3px;
    text-align: center;
    line-height: 45px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    border-radius: 3px;
}

.service-box:hover .icon-box {
    bottom: -50px;
}

.service-box:hover .mask {
    transform: scale(1, 1);
}

.service-box .serv-img img {
    width: 100%;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.service-box:hover img {
    transform: scale(1.1, 1.1);
}

.service-box .serv-img .btn-style1 {
    position: absolute;
    bottom: -56px;
    right: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.service-box:hover .btn-style1 {
    bottom: 0;
}

.service-box .serv-info h3 {
    font-size: 21px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.service-box .serv-info h3 a{
  color: #500e12;
    font-weight: 600;
}
.service-box .serv-info h3 a:hover{
    color: #f5c000;
 }
/* service style 2*/

.service-style2 {
    padding: 80px 0 60px;
}

.service-style2 .welpara {
    font-size: 28px;
    color: #222;
    max-width: 800px;
    margin: 0 auto;
    line-height: 40px;
    margin-bottom: 20px;
}

.service-style2 .searvice-wrp {
    margin-bottom: 30px;
    overflow: hidden;
}

.service-style2 .service-box {
    overflow: hidden;
}

.service-style2 .service-box img {
    width: 100%;
    transform: scale(1);
}

.service-style2 .service_titile {
    padding: 17px 15px;
    background: #fff;
    position: relative;
    border: 1px solid #ddd;
}

.service-style2 .service_titile h3 {
    font-size: 20px;
    margin: 0;
}

.service-style2 .service_titile .icon_box {
    width: 60px;
    height: 66px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 66px;
    font-size: 36px;
    background: #f5f5f5;
    text-align: center;
    color: #f5c000;
}

.service-style2 .service-info {
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 40px 20px 20px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-style2 .service-box:hover .service-info {
    top: 0;
}

.service-style2 .service-info .icon_box {
    font-size: 40px;
    margin-bottom: 24px;
    color: #f5c000;
}

.service-style2 .service-info h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.service-style2 .service-info p {
    color: #fff;
}

.service-style3 {
    background-color: #0c314e;
    padding: 0px 0 50px;
}

.service-style3 .service-wrp {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 30px 25px 20px 30px;
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    transition: all .5s ease;
    margin-top: -115px;
}

.service-style3 .service-wrp:hover {
    transform: translateY(-10px);
    box-shadow: 0 5px 9px -1px rgba(0, 0, 0, 0.2);
}

.service-style3 .service-wrp:after {
    content: '';
    width: 0px;
    height: 2px;
    display: block;
    background: #283470;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s ease;
}

.service-style3 .service-wrp:hover:after {
    transform: translateY(-10px);
}

.service-style3 .serv-icon {
    position: static;
    top: 8px;
    font-size: 50px;
    color: #f5c000;
    float: left;
    position: relative;
    margin-right: 20px;
    padding: 0;
}

.service-style3 h2 {
    margin-bottom: 20px;
    line-height: 30px;
    margin-top: 15px;
}

.service-style3 h2 a {
    font-size: 20px;
    color: #222222;
    font-weight: 500;
    display: block;
    margin-bottom: 13px;
}

.service-style3.middle-page {
    padding: 80px 0 60px;
    background: #fff;
}

.service-style3.middle-page .service-wrp {
    margin-top: 0;
}

.service-style4::before {
    content: '';
    width: 300px;
    height: 300px;
    background: #f5c000;
    display: block;
    transform: skew(30deg);
    position: absolute;
    left: -150px;
    top: 0;
}

.service-style4::after {
    content: '';
    width: 300px;
    height: 300px;
    background: #f5c000;
    display: block;
    transform: skew(30deg);
    position: absolute;
    right: -150px;
    bottom: 0px;
    z-index: -1;
}

.service-style4 {
	padding: 100px 0 70px;
	background: url(../images/background/dintpat.png) repeat 0 0;
	position: relative;
	z-index: 1;
}

.service-style4 .welpara {
	font-size: 20px;
	color: #222;
	max-width: 800px;
	margin: 0 auto;
	line-height: 40px;
	margin-bottom: 35px;
}

.service-style4 .searvice-wrp {
    margin-bottom: 30px;
    overflow: hidden;
}

.service-style4 .service-box {
    overflow: hidden;
    background: #fff;
}

.service-style4 .service-box img {
    width: 100%;
    transform: scale(1);
}

.service-style4 .service_titile {
	padding: 30px 30px 20px;
	position: relative;
	border: 5px solid #eee;
	border-top: 0;
	margin-top: 0px;
	background: #ffff;
}

.service-style4 .service_titile h3 {
	font-size: 21px;
	margin: 0 0 10px;
	color: #222;
}

.service-style4 .service-info {
	background: rgba(0, 0, 0, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 20px 35px 20px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	visibility: hidden;
	opacity: 0;
	display: block;
}

.service-style4 .service-info > a {
    display: block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 20px;
}

.service-style4 .service-box:hover .service-info {
    visibility: visible;
    opacity: 1;
}

.service-style4 .service-info h4 {
	color: #bf9a59;
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.service-style4 .service-info p {
    color: #fff;
}

.service-style4 .service-box::before {
    position: absolute;
    top: 10px;
    left: 10px;
    content: '';
    z-index: 9;
    content: "";
    height: 0px;
    position: absolute;
    width: 0px;
    border-left: 1px solid #bf8316;
    border-top: 1px solid #bf8316;
    visibility: hidden;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.service-style4 .service-box::after {
    position: absolute;
    top: 10px;
    right: 10px;
    content: '';
    z-index: 9;
    content: "";
    height: 0px;
    position: absolute;
    width: 0px;
    border-top: 1px solid #bf8316;
    border-right: 1px solid #bf8316;
    visibility: hidden;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.service-style4 .service-info::before {
    position: absolute;
    bottom: 10px;
    left: 10px;
    content: '';
    z-index: 9;
    content: "";
    height: 0px;
    position: absolute;
    width: 0px;
    border-left: 1px solid #bf8316;
    border-bottom: 1px solid #bf8316;
    visibility: hidden;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.service-style4 .service-info::after {
    position: absolute;
    bottom: 10px;
    right: 10px;
    content: '';
    z-index: 9;
    content: "";
    height: 0px;
    position: absolute;
    width: 0px;
    border-bottom: 1px solid #bf8316;
    border-right: 1px solid #bf8316;
    visibility: hidden;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.service-style4 .searvice-wrp:hover .service-box::after,
.service-style4 .searvice-wrp:hover .service-box::before,
.service-style4 .searvice-wrp:hover .service-info::after,
.service-style4 .searvice-wrp:hover .service-info::before {
    visibility: visible;
    transition: all 0.4s ease 0s;
    width: 60px;
    height: 60px;
}

.service-style5 {
	padding: 30px 0;
	position: relative;
	z-index: 1;
}

.service-style5 .service-box {
    position: relative;
    margin-bottom: 30px;
}

.service-style5 .service-box .serv-img {
    position: relative;
    overflow: hidden;
}

.service-style5 .service-box .serv-img .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transform: scale(0, 0);
}

.service-style5 .service-box .serv-img .mask i {
    position: absolute;
    top: 50%;
    left: 50%;
    /* color: #fff; */
    font-size: 30px;
    transform: translate(-50%, -50%);
    color: #fff;
}

.service-style5 .service-box:hover .mask {
    transform: scale(1, 1);
}

.service-style5 .service-box .serv-img img {
    width: 100%;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.service-style5 .service-box:hover img {
    transform: scale(1.1, 1.1);
}

.service-style5 .serv-info {
	padding: 20px 20px 10px 25px;
	position: relative;
	border: 1px dashed #8d1921;
	border-top: 0;
}

.service-style5 .icon-box {
	font-size: 54px;
	position: absolute;
	left: 30px;
	top: 27px;
	line-height: 54px;
	color: #f5c000;
}

.service-style5 .service-box .serv-info h3 {
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 5px;
}

.service-style6 {
	padding: 10px 0 3px;
	background: #f7f4f4;
}

.service-style6 .service-wrp {
	    text-align: center;
    margin-bottom: 60px;
    padding: 22px 37px;
    box-shadow: 1px 0px 31px #ece8e8;
}

.service-style6 .serv-icon {
            width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 5px solid #215d1b;
    font-size: 60px;
    color: #215d1b;
    line-height: 120px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    transition: all .5s ease;
}


.service-style6 .service-wrp h2 {
	    font-size: 21px;
    margin: 5px 0 15px;
    color: #215d1b;
    font-weight: 600;
}

.service-style6 .service-wrp h2 a {
    color: #222;
}



/*** 

====================================================================
	Counters section
====================================================================

***/

.counter-style1 {
    background: #f80100 url(../images/background/4.jpg) center center no-repeat;
    background-size: cover;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}


.slogn-bg-1{background: #ccc url(../images/main-slider/about-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 50px 0;
    position: relative;
    z-index: -1;}

.counter-style1::before {
    content: '';
    background: #0c314e;
    height: 105%;
    width: 405px;
    position: absolute;
    top: -2.5%;
    left: 0;
}

.counter-style1 .achieve-box {
    text-align: right;
}

.counter-style1 .achieve-icon {
    height: 60px;
    width: 60px;
    float: left;
    font-size: 35px;
    text-align: center;
    line-height: 60px;
}

.counter-style1 .achieve-info {
    text-align: center;
    padding: 50px 0px;
    display: inline-block;
}

.counter-style1 .achieve-info h3 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 0;
    line-height: 60px;
}

.counter-style1 .achieve-info p {
    color: #ccc;
}

.counter-style1 .por-achieve h3 {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.counter-style1 .por-achieve p {
    color: #ccc;
}

.counter-style2 {
	background-color: #0c314e;
	padding: 120px 0 90px;
	background-image: url(../images/background/2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
	background-size: cover;
}

.counter-style2::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.8);
}

.counter-style2 .counter-about {
    padding: 25px 40px;
    background: #fff;
}

.counter-style2 .achieve-box {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
}

.counter-style2 .achieve-box::before,
.counter-style2 .achieve-box::after {
    width: 40%;
    height: 1px;
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.counter-style2 .achieve-box::after {
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
}

.counter-style2 .achieve-info::before,
.counter-style2 .achieve-info::after {
    width: 1px;
    height: 40%;
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.counter-style2 .achieve-info::after {
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
}

.counter-style2 .achieve-info {
    text-align: center;
    padding: 35px 27px;
    display: inline-block;
    /* margin-bottom: 70px; */
    min-width: 212px;
    position: relative;
}

.counter-style2 .sec-title h2 {
    margin-bottom: 15px;
    font-size: 30px;
}

.counter-style2 .achieve-info h3 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 0;
    line-height: 60px;
}

.counter-style2 .achieve-info p {
    color: #f5c000;
    font-size: 17px;
}


/*** 

====================================================================
	Quick contact section
====================================================================

***/

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
            background-color: #FFF;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 26px;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    padding: 12px 25px !important;
    border: 2px solid #025798;
}

.contact-form textarea {
    height: 100px;
}
.contact-form label.error {
    color: #f5c000;
    font-size: 15px;
    font-weight: normal;
}

.comment-form #loading {
    display: none;
}

.contact-form #loading {
    display: none;
}

.homecontact-2 {
	background-color: #0c314e;
	padding: 100px 0 100px;

	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
}

.homecontact-2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.8);
}
.homecontact-2 .hinttag{color:#fff;}
.homecontact-2 .google-map {
    height: 280px;
    width: 100%;
}

.homecontact-2 .map p {
    color: #fff;
    font-size: 20px;
    margin-top: 32px;
    color: #fff;
}

.touch-address li {
    font-size: 17px;
    color: #fff;
    margin-bottom: 20px;
}

.touch-address li i {
    margin-right: 10px;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    color: #f5c000;
}

.overbtn p {
    color: #fff;
    display: inline-block;
    margin-left: 30px;
    float: right;
    margin-top: 26px;
}

.contactpage {
    padding: 40px 0 40px;
}

.contactpage .sec-title {
    margin-bottom: 30px;
}

.contactinfo h3 {
        font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #215d1b;
}

.contactinfo img {
    width: 100%;
}

.full-contact {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
    line-height: 37px;
}

.full-contact li {
	font-size: 17px;
	margin-bottom: 0px;
	color: #000;
	position: relative;
	padding-left: 40px;
	word-wrap: break-word;
}

.full-contact li i {
        margin-right: 10px;
    border: 1px solid #fff;
    width: 41px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    color: #3a9260;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
    font-size: 23px;
}

.contactpage #contact-form {
    position: relative;
    padding-right: 40px;
}

.contactpage #contact-form::after {
    width: 356px;
    height: 455px;
    border: 15px solid #f5f5f5;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: -37px;
    border-left: 0;
    z-index: -1;
}

.contactpagemap {
    height: 435px;
    width: 100%;
}

.homecontact-3 {
    position: relative;
}

.homecontact-3 .google-map {
    height: 500px;
    width: 100%;
}

.homecontact-3 #contact-form {
	position: absolute;
	max-width: 500px;
	z-index: 2;
	top: 103px;
	background: transparent;
	padding: 40px;
	left: 28px;
}

.homecontact-3 .contact-form textarea {
    height: 100px;
}

.homecontact-3 .btn-style1 {
    margin-top: 0;
}

.homecontact-3 .contactpls {
	font-size: 22px;
	float: right;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 13px;
	color: #fff;
}


/*** 

====================================================================
	Partener
====================================================================

***/

.partner-style1 {
    background: #f5c000;
	padding-bottom:10px;
}

.owl-stage-outer {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.image-box {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 20px 20px;
    display: block;
}

.partner-style1 .owl-theme .owl-controls {
    display: none;
}

.partner-style2 {
    background: #f5f5f5;
}

.partner-style3 {
    background: #fff;
    padding: 95px 0 45px;
}

.partner-style3 .partener-slider {
    border: 1px solid #ddd;
}

.partner-style3 .image-box {
    border-right: 1px solid #ddd;
}


/*** 

====================================================================
	Footer 
====================================================================

***/

.footer {
	background: #111;
	padding: 50px 0 10px;

}

.footer.style1 {
	padding: 110px 0 105px;
}

.footer-imagebg {
	background-color: #0c314e;
	padding: 100px 0 95px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
}

.footer-color1 {
    background: #8d1921;
  background: url(../images/main-slider/footer-bg1.jpg) center center no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
        z-index: -1;
        border-top: 5px solid #215d1b;
}

.footer.footer-color1::before {
    background: rgb(0 0 0 / 56%);
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.footer .title {
            color: #2ce219;
    border-bottom: 1px solid #1e3f87;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.footer .title::before {
    height: 2px;
    width: 40px;
    display: block;
    background: #2ce219;
    content: '';
    position: absolute;
    bottom: -2px;
}

.ftlogo img {
    max-width: 100%;
}

.ftlogo {
	display: block;
	margin-bottom: 30px;
}

.footer-box h3 {
    color: #fff;
    margin: 0;
  
}

.footer-box p {
    color: #ddd;
    text-align: justify;
}
.quick-links ul li a:hover{
    color: #f5c000;
}
.quick-links li {
	margin-bottom: 14px;
}
.quick-links li a::before {
        position: absolute;
    content: "\f101";
    right: auto;
    top: -4px;
    font-size: 17px;
    left: 0;
    font-family: FontAwesome;
    color: #2ce219;
}

.fotericn{font-size: 19px;
    color: #2ce219;}


.quick-links li a {
    color: #ddd;
    position: relative;
    padding-left: 15px;
    transition: all .5s ease;
}

.quick-links li a:hover {
    color: #f5c000;
}

gallery-widget .outer {
    position: relative;
    margin: 0px -4px 0;
}
.gallery-widget .widget-title {
    margin-bottom: 35px;
}
.gallery-widget .outer .image {
    position: relative;
    float: left;
    width: 33.3333%;
    padding: 0px 4px;
    margin-bottom: 10px;
}
.gallery-widget .image img {
    display: block;
    width: 100%;
}
.gallery-widget .image a {
    position: relative;
    display: block;
}
.gallery-widget .image a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000000 none scroll repeat padding-box content-box;
    padding: 5px;
    opacity: .80;
    content: "";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.gallery-widget .image a:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.gallery-widget .image a:after {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    content: "\f120";
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    color: #ffffff;
    font-family: "Flaticon";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.gallery-widget .image a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.ftcontact .continfo {
    margin-bottom: 15px;
    color: #ddd;
}
.ftcontact .continfo a {
    color: #fff;
}
.ftcontact .continfo strong {
    color: #fff;
    font-size: 16px;
    display: block;
}
.ftcontact .continfo a {
    color: #fff;
}
.footer .social {
	margin-top: 30px;
}
.footer .social li {
	width: 35px;
	height: 35px;
	background: #f5c000;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
	border-radius: 100%;
	margin: 0 3px;
	margin-bottom: 10px;
}
.footer .social li a {
    color: #fff;
}
.copyright {
    background: #111;
    padding: 30px 0;
    border-top: 1px solid #222;
    color: #ccc;
}
.copyright-color1 {
    background: #04121c;
}
.footer .fotterquote input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
}
.footer .fotterquote .btn-style1 {
    margin-top: 0;
}
.footer .fotterquote .btn-style1 {
    width: 100%;
}
.cprgt {
       padding: 13px;
    color: #efe8e8;
    margin-top: 57px;
    border-top: 2px solid #fff;
    padding-bottom: 7px;
}
.footertleft ul{
    margin-top: 66px;
}
.footer-color1 .quick-links li a {
    color: #fff;
    position: relative;
    padding-left: 25px;
    transition: all .5s ease;
}
.footer-color1 .continfo,
.footer-color1 .continfo a {
    color: #fff;
        line-height: 28px;
}
.stripcontact .stripcontwrp {
    background: #f5c000;
    padding: 10px 0 10px 50px;
    position: relative;
    bottom: -46px;
    border-radius: 3px;
}
.stripcontwrp::before {
    content: '';
    width: 55px;
    height: 100%;
    background: #f5c000;
    position: absolute;
    top: 0;
    left: -28px;
    transform: skewX(26deg);
}
.stripcontwrp::after {
    content: '';
    width: 55px;
    height: 100%;
    background: #f5c000;
    position: absolute;
    top: 0;
    right: -28px;
    transform: skewX(26deg);
}
.stripcontact li {
    width: 33.33%;
    float: left;
    padding: 10px 10px 10px 87px;
    color: #fff;
    position: relative;
}
.stripcontact li i {
    width: 50px;
    height: 50px;
    font-size: 28px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    color: #333;
    display: block;
    position: absolute;
    left: 10px;
    top: 16px;
    border-radius: 100%;
}
.stripcontact li strong {
    display: block;
}

/*** 

====================================================================
	Page title
====================================================================

***/
.page-title {
    background-image: url(../images/all-page-bnr.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 60px 0;
    position: relative;
    z-index: 0;
    text-align: center;
}
.page-title::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: ;
    left: 0;
    background: rgb(0 0 0 / 9%);
    z-index: -1;
}
.page-title h2 {
    font-size: 35px;
    color: #215d1b;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.page-title .breadcrumb {
    background-color: transparent;
    padding: 0;
}
.page-title .breadcrumb li {
    background: -webkit-linear-gradient(#0a2480, #259fdc);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: 700;
    font-size: 20px;
    margin-right: 0;
}
.page-title .breadcrumb li a {
        background: -webkit-linear-gradient(#0a2480, #259fdc);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: 700;
    font-size: 20px;
}
.page-title .breadcrumb > li + li:before {
    font-family: "FontAwesome";
    content: "\f105";
    color: #f5c000;
    margin-right: 5px;
}
.designbrand{
    color:  red;
}
.designbrand:hover{
   color: #f5c000;
}
.fa-colorr li i{
    color: #f5c000;
}
@media (min-width:320px) and (max-width:425){
    .page-title h2 {
        font-size: 25px;}
        .about-hding h3{
            font-size: 24px;
        }

}

@media (max-width:425px){
    
        .about-hding h3{
            font-size: 26px;
        }
        .service-style5 {
            padding: 1px 0;
           
        }
        .about-hding {
            margin-bottom: 0px;
        }
}

@media (max-width:375px){
    .page-title h2 {
        font-size: 24px;}
        .about-hding h3{
            font-size: 26px;
        }
        .service-style5 {
            padding: 1px 0;
           
        }
        .about-hding {
            margin-bottom: 0px;
        }
}


@media (max-width:320px){
    .page-title h2 {
        font-size: 24px;}
        .about-hding h3{
            font-size: 24px;
        }

        .service-style5 {
            padding: 1px 0;
           
        }
        .about-hding {
            margin-bottom: 0px;
        }
}

.clickable{
    cursor: pointer;   
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #9b1516;
    border-color: #f6c215;
}
.panel-primary {
    border-color: #f6c215;
}
.form-control{
    border-color: rgba(240, 192, 59, 0.87);
}
.form-control:active{
    border-color: #9b1516;
}
.form-control:focus{
    border-color: #9b1516;;
}
.ios-android{
    display: flex;
    margin-left: 50px;
    margin-top: -47px;
}
}


.keep-button{margin: 36px 114px;}

.keep-button a{background: #215d1b;
    padding: 19px 45px;
    color: #fff;
    border: 4px solid #fff;
}



.fa-bullseye-arrow:before {
    content: "\f648";
}


.amb-brd{font-size: 18px;
    font-weight: 600;
    letter-spacing: .8px;
    color: #fff;
    text-shadow: 3px 3px 9px #675c4eb0;
    padding-left: 21px;
    }


.product ul li{float: left; list-style: none;}

.product ul li a{text-decoration: none;}

.product ul li img {
    width: 312px;
    padding: 17px;
}

.product {
    margin-bottom: 0px;
}

.prodt {
    margin-top: 25px;
    padding-left: 40px;
}

.product p {
    text-align: center;
    font-size: 20px;
}

.protx {
    font-size: 22px;
        text-transform: uppercase;
    font-weight: 700;
    color: #215d1b;
    font-family: 'Montserrat', sans-serif;
}

.pdtop {
    margin-top: 65px;
}


.product ul li img:hover {
    margin-top: -15px;
    cursor: pointer;
    -webkit-transition: .5s all;
}

.full-contact span{color: #500e12;
    font-size: 20px;
    font-weight: 600;
    background: -webkit-linear-gradient(#0a2480, #259fdc);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;}


.map{border: 1px dashed #500e12; padding: 15px;}




.paralax {
    background-position: 50% 0px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
.bg7 {
    /* background-image: url(../img/bgs/7.jpg); */
    background-image: url(../images/2_2_1.jpg);
}
.pt90 {
    padding-top: 90px;
}

.pb80 {
    padding-bottom: 80px;
}
.bg_title h2.text-left, .module_descr.text-left {
    text-align: left;
}
.bg_title h2 {
    text-align: center;
    line-height: 61px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 18px;
    font-size: 44px;
    text-transform: uppercase;
}

.light, .light a:hover, h2.light span, .light .diagram_item h4 {
    color: #f6f6f6;
}
.mb33 {
    margin-bottom: 33px;
}


.shortcode_button.btn_type4 {
        background: #215d1b;
    color: #ffffff;
    border: 2px solid #fff;
}
.shortcode_button.btn_normal {
    padding: 13px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}
.shortcode_button, a.shortcode_button {
    display: inline-block;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    margin: 0 16px 20px 0;
    border: none;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    line-height: 14px;
    font-weight: 400;
    transition: color 300ms, background 300ms, border-color 300ms;
    -webkit-transition: color 300ms, background 300ms, border-color 300ms;
}

.mt10 {
    margin-top: 10px;
}
.pb100 {
    padding-bottom: 100px;
}


.feature h2{text-align: center;
    padding: 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 38px;}

ul.feturte-1 li {
    float: left;
    width: 13.666667%;
    margin-right: 7px;
}

ul.feturte-1 li p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 28px;
}

.why-us h3{color: #000;
font-weight: 600;}

ul.iscn li {
    list-style-type: none;
    font-size: 18px;
    line-height: 43px;
    color: #025b9f;
}
ul.iscn li .fas {
    font-size: 21px;
    color: #025b9f;
}

.srv{text-align: left! important;}

.speci{color: #215d1b;
    text-transform: uppercase; font-weight: 600;}
.tbl{border: 2px solid #215d1b; width: 89%;}

.tbl td{text-align: center;
    border: 1px solid #1e3f87;
    padding: 13px;
    color: #000;
    font-size: 16px;
    font-weight: 600;}