/*
 @Author: Xtroviz
 @URL: http://xtroviz.com
 This file contains the styling for the actual theme, this
 is the file you need to edit to change the look of the
 theme.
 However we used Less script to make things easy to maintain, this is the compressed ourput, we recommend to edit the less files and then recombile the files and add the result here, if you don't like to use less you can edit this file here.
 
 This files contents are outlined below.
 01.	Theme Reset Style
 02.	Global Elements
 03.	Menu
 04.	Social
 05.	Article
 06.	Posts
 07.	Responsive
 08.	Widgets
 09.	Flexslider
 10.	Grid
*/
/* =============================================
			Theme Reset Style
============================================= */

* {
    margin: 0px;
    padding: 0px;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    color: #000;
    background: #fff;
    font: 18px/28px 'MS Reference Sans Serif';
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    margin: 0 0 8px;
    font-weight: 500;
    line-height: 1.5;
    font-style: normal;
    text-transform: capitalize;
    font-family: 'MS Reference Sans Serif';
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #000;
    transition: 0.3s smooth;
}

a:hover {
    text-decoration: underline;
}

p {
    letter-spacing: normal;
    margin: 0 0 20px;
}

a {
    text-decoration: none;
}

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

ul {
    margin: 0;
}

figure {
    margin-bottom: 6px;
    position: relative;
}

img {
    height: auto;
    max-width: 100%;
}

strong {
    color: #414141;
}

iframe {
    border: none;
    float: left;
    width: 100%;
}

.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor {
}

.wp-caption.alignleft,
.wp-caption.alignnone {
    width: 100%;
}

button {
    border: none;
}

textarea,
select,
.etp-select select,
.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    color: #000;
    outline: none;
    height: 50px;
    background: #fff;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none;
    line-height: 20px;
    padding: 15px 20px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    text-transform: capitalize;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-group {
    margin: 0 0 20px;
}

.form-control::-moz-placeholder {
    text-transform: capitalize;
    color: #999;
}

.form-control:focus::-moz-placeholder,
input:focus,
.select select:focus,
.form-control:focus {
    color: #000;
    border-color: #000;
    box-shadow: none !important;
}

/*======================
		 Select
======================*/
.etp-select {
    width: 100%;
    float: left;
    color: #ddd;
    position: relative;
    text-transform: uppercase;
}

.etp-select:after {
    content: '\f107';
    top: 50%;
    right: 23px;
    z-index: 2;
    width: 13px;
    color: #ddd;
    display: block;
    font-size: 22px;
    margin-top: -5px;
    line-height: 10px;
    position: absolute;
    text-align: center;
    font-family: 'FontAwesome';
}

.etp-select select {
    width: 100%;
    z-index: 1;
    color: #ddd;
    height: 50px;
    padding: 15px;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.etp-select select option {
    color: #ddd;
}

/*======================
		CheckBox
======================*/
.pt-radio,
.pt-radio label,
.pt-checkbox,
.pt-checkbox label {
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
}

.pt-radio label,
.pt-checkbox label {
    cursor: pointer;
    display: block;
    padding: 0 0 0 20px;
}

.pt-radio input[type=radio],
.pt-checkbox input[type=checkbox] {
    display: none;
}

.pt-radio input[type=radio] + label:before,
.pt-checkbox input[type=checkbox] + label:before {
    top: 4px;
    left: 0;
    color: #373542;
    font-size: 14px;
    line-height: 14px;
    content: "\f096";
    position: absolute;
    font-family: 'FontAwesome';
}

.pt-radio input[type=radio] + label:before {
    content: '';
}

.pt-radio input[type=radio]:checked + label:before,
.pt-checkbox input[type=checkbox]:checked + label:before {
    content: '\f046';
}

label {
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}

form p {
    float: left;
    position: relative;
    width: 100%;
}

form p span i {
    color: #474747;
    left: 16px;
    position: absolute;
    top: 13px;
}

option {
    padding: 5px 15px;
}

li {
    line-height: 28px;
    list-style: disc inside none;
}

ul ul {
    margin-left: 20px;
}

ol {
    float: none;
    list-style: decimal;
    padding-left: 15px;
}

ol ol {
    margin-left: 20px;
}

ol li {
    list-style: decimal;
}

table {
    background-color: transparent;
    max-width: 100%;
}

th {
    text-align: left;
}

table {
    margin-bottom: 15px;
    width: 100%;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    border-top: 1px solid #d2d2d2;
    border: 1px solid #d2d2d2;
    line-height: 2.5;
    padding-left: 3px;
    text-align: center;
    vertical-align: top;
}

table thead tr th {
    border-top: 1px solid #d2d2d2;
    text-align: center;
    text-transform: capitalize;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #d2d2d2;
}

table > thead > tr > th {
    border-bottom: 2px solid #d2d2d2;
    vertical-align: bottom;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
    border-bottom: 0;
}

table > tbody + tbody {
    border-top: 2px solid #d2d2d2;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 6px 10px;
}

p ins {
    color: #999;
}

dl dd {
    margin-left: 20px;
}

address {
    font-style: italic;
}

/*==============================================
			Global Elements
==============================================*/
.pt-haslayout {
    width: 100%;
    float: left;
}

.pt-sectionspace {
    padding: 100px 0;
}

.send-btn {
    padding: 0.5vw 5vw;
    margin-right: 15px;
    background: transparent;
    color: #333c36;
    font-size: 18px;
    line-height: 25px;
    border: 2px solid;
    border-radius: 0px;
    font-style: italic;
}

.send-btn:hover {
    background: #fff;
    color: #333c36;
    border-color: #fff;
}

/*==============================================
			Theme Pagination
==============================================*/
.etp-pagination {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 25px;
    font: 14px/25px 'Open Sans', Arial, Helvetica, sans-serif;
}

.etp-pagination ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: inherit;
}

.etp-pagination ul li {
    float: left;
    margin: 0 6px;
    line-height: inherit;
    list-style-type: none;
}

.etp-pagination ul li.etp-prevpage {
    margin-left: 0;
}

.etp-pagination ul li.etp-nextpage {
    margin-right: 0;
}

.etp-pagination ul li a {
    width: 20px;
    display: block;
    color: #373542;
    text-align: center;
    position: relative;
    line-height: inherit;
}

.etp-pagination ul li.etp-nextpage a,
.etp-pagination ul li.etp-prevpage a {
    width: auto;
    font-size: 20px;
    overflow: hidden;
    position: relative;
}

.etp-pagination ul li.etp-nextpage a {
    padding: 0 0 0 25px;
}

.etp-pagination ul li.etp-prevpage a {
    padding: 0 25px 0 0;
}

.etp-pagination ul li.etp-nextpage a:after,
.etp-pagination ul li.etp-prevpage a:after {
    top: 50%;
    opacity: 0;
    content: '';
    width: 15px;
    height: 1px;
    background: #373542;
    position: absolute;
    visibility: hidden;
}

.etp-pagination ul li.etp-nextpage a:after {
    right: 50px;
}

.etp-pagination ul li.etp-prevpage a:after {
    left: 50px;
}

.etp-pagination ul li.etp-nextpage a:hover:after,
.etp-pagination ul li.etp-prevpage a:hover:after {
    opacity: 1;
    visibility: visible;
}

.etp-pagination ul li.etp-nextpage a:hover:after {
    right: 2px;
}

.etp-pagination ul li.etp-prevpage a:hover:after {
    left: 2px;
}

.etp-prev,
.etp-next {
    top: 0;
    right: 0;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
}

.etp-prev span,
.etp-next span {
    color: #373542;
    display: block;
    line-height: 16px;
    margin: 0 14px 0 0;
}

.etp-prev {
    top: -2px;
    right: 40px;
    text-align: left;
}

.etp-next {
    text-align: right;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.etp-prev span:after,
.etp-next span:after {
    content: '';
    top: 50%;
    left: 15px;
    width: 20px;
    height: 1px;
    z-index: -1;
    opacity: 0;
    background: #373542;
    position: absolute;
    visibility: hidden;
}

.etp-prev:hover span:after,
.etp-next:hover span:after {
    opacity: 1;
    visibility: visible;
}

.etp-prev:hover span:after,
.etp-next:hover span:after {
    left: 3px;
}

/*==============================================
			Theme Style
==============================================*/
.etp-home {
}

.pt-wrapper {
    overflow: hidden;
}

.etp-main {
}

.etp-footer {
}

/*==============================================
			Nav Style
==============================================*/
header {
    background: transparent;
    padding: 15px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}

.pt-logo {
    float: left;
    width: 100px;
    margin: 1px 0;
}

.pt-logoarea {
    background: #fff;
}

.etp-rightarea {
    overflow: hidden;
    text-align: right;
}

.etp-nav {
    width: 100%;
    float: left;
    padding: 20px 0;
    font: 20px/24px Consolas, sans-serif;
    text-transform: uppercase;
}

.etp-navigation {
    padding: 0;
    width: 94%;
    float: left;
    position: relative;
    z-index: 99;
    margin-right: 1%;
}

.etp-navigation ul {
    width: 100%;
    float: left;
    list-style: none;
}

.etp-navigation ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 25px;
    line-height: inherit;
    list-style-type: none;
}

.etp-navigation ul li a {
    color: #333c36;
    display: block;
}

.etp-navigation ul li:hover a,
.etp-navigation ul li.gs-active a {
    color: #1b6836;
}

.btn-navbar {
    padding: 0;
    font-size: 40px;
    color: #fff;
    height: 70px;
    background: #1b6836;
    width: 70px;
    text-align: center;
    border-radius: 0;
}

.btn-navbar:hover {
    background: #1b6836;
    color: #fff;
    border-radius: 50%;
}

.btn-fixed {
    position: absolute;
    right: 10px;
    top: 10px;
}

.btn-fixed i.fa {
    line-height: 60px;
}

/*==============================================
			Banner Style
==============================================*/

.etp-bannercontent {
    font-size: 34px;
    line-height: 41px;
    text-align: left;
    overflow: hidden;
}

.etp-bannercontent p {
    padding: 3.70vw 0;
}

.etp-bannercontent .etp-imgholder {
    width: 320px;
    margin: 0 auto;
}

.etp-banner.owl-carousel {
    min-height: 100vh;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.etp-banner.owl-carousel .owl-item {
    padding: 100px 0 30px;
}

.etp-banner.owl-carousel .owl-item img {
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.etp-banner.owl-theme .owl-dots .owl-dot span {
    margin: 10px;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #fff;
}

.etp-banner.owl-theme .owl-dots .owl-dot.active span,
.etp-banner.owl-theme .owl-dots .owl-dot:hover span {
    background: red;
}

.etp-banner.owl-carousel h1 {
    color: #fff;
}

.etp-banner.owl-theme .owl-dots {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

/*==============================================
			Our Story Style
==============================================*/
.img-holder {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
    height: 420px;
}

.image-stack {
    position: absolute;
    border: 12px solid #fff;
    box-shadow: 0px 0px 10px 1px #cacaca;
}

.image-front {
    top: 90px;
    left: -90px;
}

.etp-ourstory {
    padding: 4vw;
    position: relative;
}

.pt-heading {
    text-align: left;
    line-height: 54px;
    font-size: 42px;
    margin-bottom: 30px;
}

.pt-subheading {
    padding: 20px 25px;
    margin-bottom: 15px;
    font-style: italic;
}

.pt-subheading:after {
    content: '';
    position: absolute;
    width: 85px;
    height: 2px;
    background: #1b6836;
    left: 35px;
}

.pt-content {
    padding: 20px 25px;
    margin-bottom: 25px;
}

.pt-content p {
    font-size: 15px;
    line-height: 19px;
}

.pt-subheading p {
    color: #727272 !important;
    font-style: italic;
    font-size: 18px !important;
}

.pt-bannercontent {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pt-innerbanner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    height: 550px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.pt-bannercontent .pt-heading2 {
    line-height: 1em;
    margin-bottom: 0px;
}

.pt-bannercontent .pt-subheading {
    padding: 0px;
}

.pt-bannercontent .pt-subheading:after {
    content: none;
}

.etp-ourstory.let-start {
    padding: 60px 0;
}

.img-holder img {
    display: block;
    width: 100%;
    height: auto;
}

.the-content {
    color: #000;
}

/*==============================================
			Subscribe Us Style
==============================================*/

#subscribe-us {
    background: #8e8375;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 3vw;
}

#subscribe-us .the-content {
    color: #fff;
    font-style: italic;
    padding: 10px 0;
    font-family: serif;
    font-size: 24px;
    text-align: center;
}

.btn-subscribe {
    background: transparent;
    color: #fff;
    border-radius: 0;
    width: 100%;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    border-width: 2px;
}

input.input-subscribe-email {
    background: #333c36;
    color: #fff;
    line-height: 30px;
    height: auto;
    font-size: 18px;
    border: 0;
    font-weight: 100;
    text-transform: unset;
}

.input-subscribe-email::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.input-subscribe-email:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.input-subscribe-email:-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

#contactForm input, #contactForm textarea {
    border: 0;
}

/*==============================================
			Footer Style
==============================================*/
.sec-contant {
    background: #727272;
    padding: 50px;
    display: flex;
    color: #fff;
}

.link-ul {
    padding-bottom: 27px;
}

.h-size {
    color: white;
    font-size: 60px;
    font-family: Roboto Light;
    line-height: 80px;
    margin-bottom: 60px;
    font-weight: 600;
}

.h-size:after {
    content: '';
    position: absolute;
    width: 55px;
    height: 2px;
    background: #fff;
}

.link-ul li {
    list-style: none;
    color: #fff;
    font-size: 26px;
    float: left;
    margin-right: 5%;
}

.link-ul .fa {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 13px;
    color: #fff;
}

.links {
    padding-top: 120px;
}

.p-sec {
    padding-bottom: 40px;
    font-style: italic;
}

.btn-contactus {
    max-width: 270px;
    height: 60px;
    line-height: 40px;
    color: #333c36;
    border-radius: 3px;
}

.contact-title {
    font-size: 30px;
    color: #fff;
    display: table-caption;
    line-height: 50px;
}

.contact-title:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: #fff;
}

.email {
    font-size: 16px;
}

.email a {
    color: #fff;
}

.footer {
    padding: 8px;
    background: #333c36;
    color: #fff;
}

.footer span {
    color: white;
}

.btn-email {
    background: #1b6836;
    width: 72px;
    height: 72px;
    font-size: 35px;
    color: #fff;
    vertical-align: middle;
}

.footer p {
    display: inline-block;
    padding: 0px;
    margin: 0;
    vertical-align: middle;
}

.btn-email i {
    padding: 12px 0;
}

a.btn-email.btn:hover {
    background: #333c36;
    color: #fff;
    border-radius: 80%;
}

.link-ul li a:hover i {
    border-color: #1b6836;
    color: #1b6836;
}

/*==============================================
			What we do Style
==============================================*/
.pt-banner {
    min-height: 460px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pt-banner-two {
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 58.40%;
}

.pt-contact-page {
    padding: 9.6vw 0vw;
}

.pt-form-bg {
    padding: 3vw 4vw 1.5vw;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#contact-form {
    padding: 0;
}

.pt-contact-page div {
    padding-left: 15px;
}

.color-revert .fa {
    border-color: #333c36;
    color: #333c36;
}

.color-revert {
    padding-left: 2vw !important;
}

.color-revert .contact-title {
    color: #333c36;
    display: inline-flex;
}

.color-revert .contact-title:after {
    content: "";
    position: absolute;
    width: 55px;
    height: 2px;
    background: #333c36;
}

.color-revert .email {
    display: inline-flex;
    padding-left: 1vw;
    font-size: 18px;
}

.color-revert .email a {
    color: #333c36;
}

.aboutContent {
    border: 2px solid #727272;
    border-radius: 10px;
    box-shadow: 2px 5px 5px #cecece;
    padding: 2vw;
}

.aboutContent .pt-subheading,
.aboutContent .pt-content {
    padding-left: 5vw;
    padding-right: 5vw;
}

.aboutContent .pt-subheading:after {
    left: 7vw;
    height: 3px;
}

.pt-btn-center {
    margin: 0 auto;
    display: block;
    width: 85px;
}

.pt-btn-center .btn-navbar {
    width: 80px;
    height: 80px;
    line-height: 77px;
    font-size: 26px;
}

.pt-light-bg {
    background: #f7f7f7;
    padding: 4vw;
}

.pt-heading2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 25px;
    padding-top: 10px;
}

.pt-heading2:before {
    content: "";
    position: absolute;
    width: 55px;
    height: 2px;
    background: #707070;
    top: -20px;
    left: 47%;
}

.pt-services .pt-subheading {
    text-align: center;
    padding: 0;
    margin-bottom: 55px;
}

.pt-services .pt-heading2 {
    margin: 0;
}

.pt-services .pt-subheading:after {
    content: none;
}

.pt-services .img-holder {
    max-width: 100%;
    height: auto;
    padding: 1vw;
}

.pt-heading-service {
    font-size: 28px;
    line-height: 30px;
}

.pt-heading-service:after {
    content: "";
    width: 55px;
    height: 2px;
    position: absolute;
    background: #1b6836;
}

.pt-heading2.pt-text-white {
    color: #fff;
    text-shadow: 1px 1px 0px #333c36;
}

.pt-text-white p {
    color: #000000 !important;
}

.pt-heading2.pt-text-white:before {
    background: #fff;
    box-shadow: 1px 1px 0px 0px #333c36;
}

.pt-industries {
    margin-top: -10vw;
}

.industry-image img {
    border: 10px solid #fff;
    box-shadow: 0px 0px 10px 0px #797979;
}

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

.pt-industries .pt-heading-service {
    line-height: 60px;
}

/*Home Slider*/
.carousel .container {
    position: relative;
    z-index: 9;
}

.carousel-control {
    height: 80px;
    margin-top: 0;
    font-size: 120px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    background-color: transparent;
    border: 0;
    z-index: 10;
}

.carousel-inner .container-fluid {
    padding: 0;
}

.carousel img {
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.carousel-caption {
    background-color: #333c36;
    position: static;
    padding: 10px;
    margin: 230px auto 250px;
}

.carousel-caption h1 {
    margin: 0;
    line-height: 1.25;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}

li.etp-active a {
    color: #1b6836 !important;
}