*
{
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
/*include fonts*/
 
@font-face {
    font-family: 'louvettedisplay';
    src: url('../fonts/louvette-display-regular-if667523ef86686-webfont.eot');
    src: url('../fonts/louvette-display-regular-if667523ef86686-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/louvette-display-regular-if667523ef86686-webfont.woff2') format('woff2'),
         url('../fonts/louvette-display-regular-if667523ef86686-webfont.woff') format('woff'),
         url('../fonts/louvette-display-regular-if667523ef86686-webfont.ttf') format('truetype'),
         url('../fonts/louvette-display-regular-if667523ef86686-webfont.svg#louvettedisplayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
 
@font-face {
    font-family: 'louvettedisplay';
    src: url('../fonts/louvette-display-bold-if667523efa3b57-webfont.eot');
    src: url('../fonts/louvette-display-bold-if667523efa3b57-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/louvette-display-bold-if667523efa3b57-webfont.woff2') format('woff2'),
         url('../fonts/louvette-display-bold-if667523efa3b57-webfont.woff') format('woff'),
         url('../fonts/louvette-display-bold-if667523efa3b57-webfont.ttf') format('truetype'),
         url('../fonts/louvette-display-bold-if667523efa3b57-webfont.svg#louvettedisplayregular') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'TradeGothicLT-Extended';
    src: url('../fonts/TradeGothicLT-Extended.eot');
    src: url('../fonts/TradeGothicLT-Extended.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TradeGothicLT-Extended.woff2') format('woff2'),
        url('../fonts/TradeGothicLT-Extended.woff') format('woff'),
        url('../fonts/TradeGothicLT-Extended.ttf') format('truetype'),
        url('../fonts/TradeGothicLT-Extended.svg#TradeGothicLT-Extended') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TradeGothicLT';
    src: url('../fonts/TradeGothicLT.eot');
    src: url('../fonts/TradeGothicLT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TradeGothicLT.woff2') format('woff2'),
        url('../fonts/TradeGothicLT.woff') format('woff'),
        url('../fonts/TradeGothicLT.ttf') format('truetype'),
        url('../fonts/TradeGothicLT.svg#TradeGothicLT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




/*site style start here*/
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
    font-size: 18px;
    font-family: 'TradeGothicLT-Extended',sans-serif;
    color: #8D8D8D;
    border: none;
    border-bottom: 1px solid #3A4553;
    border-radius: 0;
    padding: 21px 5px;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    margin: 0;
    font-weight: 400;
    background-color: #fff;
}
select
{
	color:#000;
}
address {
    font-style: normal;
}
body
{
    font-family: 'TradeGothicLT-Extended',sans-serif;
    color: #8D8D8D;
	line-height: 1.27;
	font-size: 20px;
    font-weight: normal;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6
{
    font-family:'TradeGothicLT-Extended',sans-serif;
	color: #000;
	margin: 0 0 30px;
	line-height: 1.14;
	display: block;
    font-weight:400;
}
p
{
	margin: 0 0 30px;
}
h1,.h1
{
	font-size: 58px;
}
h2,.h2
{
	font-size: 37px;
    margin-bottom: 25px;
}
h3,.h3
{
	font-size: 28px;
}
h4,.h4
{
	font-size: 22px;
}
h5,.h5
{
	font-size: 24px;
}
h6,.h6
{
	font-size: 22px;
}
.text-center
{
	text-align: center;
}
.container
{
	max-width: 1430px;
    padding: 0 15px;
	margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 100%;
}
a
{
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	color: #421C23;
}
a:focus
{	
	outline: none;
}
a:hover
{
	color: #000;
}
img
{
    max-width: 100%;
}
.btn, button, input[type="submit"] {
    background-color: #000;
    padding: 19px 28px;
    font-size: 22px;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-transform: capitalize;
    border: 1px solid #000;
    outline: none;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    text-decoration: none;
    font-family: 'TradeGothicLT-Extended',sans-serif;
    font-weight: 600;
}
.btn:hover,button:hover,input[type="submit"]:hover,.btn:focus,button:focus,input[type="submit"]:focus
{
	background-color: #421C23;
    border-color: #421C23;
	color: #fff;
}

.btn-light
{
    background-color: #fff;
    border-color: #fff;
    color: #421C23;
}
.absolute
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.btn-light:hover
{
    background-color: #421C23;
    color:#fff;
    border-color: #421C23;
}
.flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.align-center
{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.text-center
{
    text-align: center;
}
.content-wrapper
{
    width: 60%;
    margin: 0 auto;
}
.post, .page {
    margin: 0 0 0;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
}
.col-2
{
    width: 20%;
}
.col-4 {
    width: 33.33%;
}
.col-8 {
    width: 66.66%;
}
.col-6 {
    width: 50%;
}
.col-12
{
    width: 100%;
}
.col-3 {
    width: 33.33%;
}
.col {
    padding: 0 15px;
}
section {
    padding: 100px 0;
}
.bg-img
{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f9f9f9;
    padding-bottom: 12%;
    min-height: 330px;
}
.bg-grey
{
    background-color: #fbfbfa;
}
.bg-dark
{
    background-color: #421C23;
}
.bg-dark h2{
    color: #fff;
}
/*header style start here*/
.main-header  .flex {
    /* width: 100%; */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #B8B8B8;
    padding-bottom: 56px;
    padding-top: 35px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.main-header  .logo {
    width: 287px;
    margin-top: 6px;
}
.main-header .btn {
    /*font-weight: 400;
    font-family: 'TradeGothicLT',sans-serif;*/
}
/*banner section start here*/
.section-banner {
    position: relative;
    padding: 160px 0 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.banner-content {
    padding: 30px 0;
}
.banner-content .btn {
    padding: 27px 82px;
	margin-bottom: 20px;
}

.banner-content p
{
    margin-bottom: 20px;
}
.banner-content h1
{
    margin-bottom: 20px;
}
.section-banner .col:first-of-type
{
    width: 55%;
}
.section-banner .col:last-of-type
{
   width: 45%;
}

.banner-content p {
    font-size: 22px;
}
.section-banner .row
{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.section-banner:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: " ";
    background-color: #421C23;
    opacity: 0.9;
}
.section-banner img
{
    margin-bottom: -15px;
}
.banner-content h1,.banner-content p
{
    color: #fff;
}

/*client logo sec*/
.section-logo {
    padding: 119px 0;
}
.section-logo h2
{
    margin-bottom: 60px;
}
.logo-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
}
.logo-wrap img {
    display: inline-block !important;
    padding: 0 30px;
}
.logo {
    width: 305px;
}

/*progress section start here*/
.section-about {
    padding: 118px 0;
}
.progress-circle {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: conic-gradient(#642e3b 95%, #fff 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.our-info .info-wrapper p {
   margin-bottom: 0;
}
.our-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.our-info .progress-circle { background: none;}
.our-info .progress-circle:before { display: none;}

.section-about .info-wrap {
    width: 700px;
    max-width: 100%;
    margin:0 auto 50px;
    line-height: 1.45;
}
.info-wrapper h4
{
    margin-bottom: 8px;
}
.section-about .col:first-of-type .progress-circle {
    /*background: conic-gradient(#642e3b 85%, #E1E1E1 0);*/
}

.info-wrapper {
    width: calc(100% - 140px);
    padding-left: 18px;
}
.our-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 16%;
}
.progress-circle::before {
    content: '';
    position: absolute;
    width: 118px;
    height: 118px;
    background-color: white;
    border-radius: 50%;
}
.counter {
    font-size: 30px;
    color: #1F2732;
    font-family: 'TradeGothicLT',sans-serif;
    font-weight: bold;
    position: relative;
    z-index: 1;
    margin-top: -10px;
    gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.progress-circle .icon {
    display: block;
    /*width: 100%;
    height: 20px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 29px;*/
}

.progress-circle .icon img { max-width: 100px; max-height: 100px; width: 100%;}

/*defence section*/
.heading-wrap {
   /*  display: -webkit-box;  */
    display: -ms-flexbox;
  /*  display: flex; */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 45px;
	text-align: center;
}
.heading-wrap p:before {
    content: " ";
    position: absolute;
    left: 63px;
    background-color: #8D8D8D;
    width: 1px;
    height: 100%;
	display: none;
}
.heading-wrap h2
{
  /*  width: 34%; */
}
.heading-wrap p {
    width: 66%;
    padding-left: 14%;
    position: relative;
    color: #000000;
    font-weight: 400;
    line-height: 1.4;
}
.heading-wrap p strong
{
    color: #421C23;
}
.section-defence {
    padding: 119px 0;
}
.defence-cta {
    background-color: #F2F3F0;
    height: 100%;
    padding: 48px 48px 40px;
}
.defence-cta h3 {
    border-bottom: 1px solid #000000;
    padding-bottom: 20px;
    line-height: 1.1;
}
.section-defence{
    padding: 119px 0 90px;
}
.section-defence  .col
{
    margin-bottom: 30px;
}
.defence-cta.bg-img
{
    position: relative;
    min-height: auto;
}

.defence-cta.bg-img *
{
    color: #fff;
    position: relative;
    z-index: 9;
}
.defence-cta.bg-img::after
{
    content:" ";
   position: absolute;
   left: 0;
   right: 0;
   top:0;
   bottom: 0;
   background: rgb(0,0,0);
   background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.10)));
   background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.10) 100%);
   background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.10) 100%);
}   
.defence-cta.bg-img a {
    position: absolute;
    bottom: 59px;
    right: 51px;
     font-family: 'TradeGothicLT',sans-serif;
    text-decoration: underline;
}
.defence-cta.bg-img h3
{
    border-color: #fff;
}

/*our team section start here*/
.section-team {
    padding: 119px 0 114px;
}
.team-wrapper {
    padding: 12px 40px;
    line-height: 1.4;
}
.team-wrapper  h2{
    margin-bottom: 23px;
}
.team-wrapper span {
    margin-bottom: 12px;
    display: block;
}
.team-info-cta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 22px;
    vertical-align: middle;
    border: 1px solid #421C23;
    font-family: 'TradeGothicLT',sans-serif;
    color: #421C23;
    padding: 28px 48px 25px 48px;
    min-height: 115px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 23px;
    min-width: 336px;
}
.team-wrapper >  p
{
    margin-bottom: 55px;
}
.team-info-cta:nth-of-type(2)
{
    margin-left: -8px;
    background-color: #421C23;
    color: #fff;
    min-width: 299px
}
.team-wrapper .team-info-cta span{
margin-bottom: 0;
margin-left: 20px;
line-height: 1;
}
.team-wrapper .team-info-cta span.number {
    margin-left: 0;
    font-weight: bold;
    font-size: 30px;
    color: #000;
    background: #fff;
    border-radius: 4px;
    padding: 13px 13px;
}


/*testimonials section start here*/
.testimonials-slider .slick-slide
{
    margin: 0 15px;
}
.testimonial-slide {
    background-color: #fff;
    padding: 50px;
    line-height: 1.55;
}
.testimonial-slide > img {
    margin-bottom: 25px;
}
.testimonial-slide span {
    font-size: 15px;
    color: #000;
}
.team-wrapper .btn
{
    margin-top: 38px;
    padding: 26px 85px;
}
.client-testimonials h2
{
    margin-bottom: 52px;
}
.client-testimonials{
    padding: 120px 0;
}

/*faq section start here*/
.section-faq {
    padding: 119px 0px;
}
.section-faq .info-wrap p {
    font-size: 20px;
    color: #909090;
}
.faq-container {
    width: 909px;
    margin: 0 auto 50px;
    max-width: 100%;
}
.faq-item button {
    padding: 0 30px 0 0;
    background: transparent;
    color: #000;
    border: none;
    font-family: 'TradeGothicLT-Extended',sans-serif;
    font-weight: 400;
    font-size: 27px;
    display: block;
    width: 100%;
    text-align: left;
    cursor: pointer;
    position: relative;
    text-transform: none;
}
.faq-answer p {
    color: rgba(60, 60, 67, 0.85);
    margin-bottom: 20px;
}
.faq-answer p:last-of-type {
    margin-bottom: 0;
}
.section-faq h2
{
    margin-bottom: 52px;
}

.faq-item {
    background: #fff;
    margin-bottom: 20px;
    padding: 16px 23px;
}
.faq-answer {
    margin-top: 22px;
    line-height: 1.4;
}
.section-faq .info-wrap h2 {
    margin-bottom: 21px;
}
.section-faq .info-wrap .btn {
    margin-top: 9px;
}
.section-faq .info-wrap .btn {
    margin-top: 9px;
    padding: 28px 88px;
}
.faq-item button:after {
    content:url(../images/arrow-right.png);
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
}
.section-faq .info-wrap h2 {
    margin-bottom: 21px;
}
.faq-item button.active:after
{
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg)
}

/*contact us css*/
.section-contact {
    padding: 113px 0;
}
.section-contact h2
{
    color: #421C23;
    margin-bottom: 20px;
}
.section-contact p
{
    max-width: 100%;
    width: 490px;
    line-height: 1.4;
}
.wpcf7-form-control-wrap {
    position: relative;
    margin-bottom: 10px;
    display: block;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0 1em;
}
.gmap_iframe {
    height: 316px;
    margin-bottom: 32px;
    margin-top: 20px;
    width: 96%;
}
.section-contact h4 {
    color: #421C23;
    padding-top: 42px;
    display: inline-block;
    border-top: 1px solid #3A4553;
    margin-bottom: 19px;
    padding-right: 42px;

}
.section-contact address {
    font-style: normal;
    line-height: 1.4;
}
.wpcf7-form-control-wrap textarea {
    height: 193px;
    border: 1px solid #3A4553;
    resize: none;
    padding: 25px
}
.contact-info {
    margin-top: 49px;
}
.info {
    font-family: 'TradeGothicLT',sans-serif;
    width: calc(100% - 86px);
}
.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.section-contact .info h4
{
    font-size: 22px;
    padding-top: 0;
    font-family: 'TradeGothicLT',sans-serif;
    border:none;
    color: #000;
    margin-bottom: 0;
    padding-right: 34px;
}
.contact-form .wpcf7-submit
{
    margin-top: 10px;
    padding: 30px 67px;
}
.section-contact .contact-form form {
    max-width: 570px;
    margin: 0 auto;
    width: 100%;
}
.section-contact .container > .row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.section-contact .contact-form form p {
    width: 100%;
    margin-bottom: 0;
}
.section-contact .info h4 a
{
    color: #000;
    text-decoration: none;
	font-size:18px
}
.section-contact h4 a:hover
{
    color: #421C23;
}
.section-contact .info  p
{
    color: #421C23;
    font-size: 18px;
    margin-bottom: 2px;
}
/*footer start here*/
footer {
    background-color: #4e232b;
    color: white;
    padding: 139px 0;
    font-family: 'TradeGothicLT',sans-serif;
}
.footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}
.footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 90%;
    max-width: 1400px;
    padding: 40px 0;
    border-top: 1px solid #fff;
    margin-top: 37px;
}
.footer-content div {
    margin: 0 20px;
}
.footer-content h4 {
    margin-bottom: 39px;
    text-transform: none;
    color: #fff;
    letter-spacing: 0;
    padding-bottom: 36px;
    border-bottom: 1px solid #fff;
    width: 325px;
    margin: 0 auto 39px;
}

.footer-content ul {
    list-style: none;
    padding: 0;
}

.footer-content ul li {
    margin-bottom: 10px;
}

.footer-content ul li a {
    color: white;
    text-decoration: none;
}
.contact-us ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.contact-us ul li
{
    padding: 0 10px;
}
.contact-us ul li:before {
    content: " ";
    border-left: 1px solid #fff;
    left: -10px;
    position: relative;
}
.contact-us ul li:first-of-type::before
{
    border: none;
}
.social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.social-media a {
    margin: 5px 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.social-media a:hover
{
    opacity: 0.7;
}
.social-media a:last-of-type
{
    margin-right: 0;
}
.footer-content ul li a:hover {
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid #fff;
    padding-top: 20px;
    width: 90%;
    max-width: 1400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer-bottom p {
    margin: 0;
}

.social-media img {
    width: 24px;
    height: 24px;
}
.contact-us ul {
    margin-top: 53px;
}



.error404 header.main-header,.error404 footer {
    display: none
}

.error-404 {
    min-height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 55px 0
}

.error-box {
    width: 500px;
    background-color: #421C23;
    padding: 40px;
    margin: 0 auto;
    max-width: 95%;
    text-align: center
}

.error-box .logo {
    width: 234px;
    height: auto;
    background-color: transparent;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0
}

.error-box .logo img {
    display: inline-block
}
.error-box h1 {
    color: #fff;
    margin: 20px 0;
}
.error-box  .btn{
    background-color: #fff;
    color: #421C23;
    padding: 16px 26px;
    font-size: 20px;
}
.error-box  .btn:hover
{
    background-color: #000;
    color: #fff;
}
.error-box h3 {
    padding: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px
}

.error-box p {
    color: #fff
}

.copyright-footer {
    display: flex;
    gap: 30px;
}
.copyright-footer * {
    align-items: center;
    display: inline-flex;
    gap: 9px;
    justify-content:center;
}


#site-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    animation: 0.9s fixedhead;
    -webkit-transition: animation 0.3s ease-in-out;
    -moz-transition: animation 0.3s ease-in-out;
    -o-transition: animation 0.3s ease-in-out;
    transition: animation 0.3s ease-in-out;
	background-color:#421C23;
}
#site-header.fixed .flex
{
	padding:20px 0;
	border:none;
	    align-items: center;
}
@-webkit-keyframes fixedhead {
    0% {
        top: 103px;
    }

    100% {
        top: 0px;
    }
}

@keyframes fixedhead {
    0% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(0px);
    }
}