html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
  font-family: 'AktivGrotesk';
  font-size: 17px;
  /*	font-size: calc(0.48em + 1vmin);*/
  color: #333;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
}

*,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
}

ul li {
  margin-bottom: 0px;
}

a {
  color: inherit;
  text-decoration: none;
  cursor:pointer;
}

a:hover,
a:focus {
  color: #484343;
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
}

.header-h3 a {
  display: inline-block;
}
.header-h3 p{
  font-size: 20px;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fs-1 {
  font-size: 3rem !important;
}

.font-2 {
  font-size: 20px;
  font-weight: 600;
}

.bg-color1 {
  background-color: #e5e4f9;
}

.bg-color2 {
  background-color: #28409a;
}

.bg-color3 {
  background-color: #19191B;
}
.bg-color4{
  background-color: #1b2772;
}

.text-color:hover,
.text-color:focus {
  color: #004597;
}
.section-padding{
  padding: 80px 50px;
}

.btn1 {
  padding: 10px 30px;
  border: 2px solid #fff;
  background-color: transparent;
  display: inline-block;
  border-radius: 0;
  color: #fff;
}

.service-box:hover .btn1,
.service-box:focus .btn1 {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn1:hover,
.btn1:focus{
  background-color: #000;
  color: #fff;
}

.btn2 {
  padding: 10px 30px;
  border: 2px solid transparent;
  background-color: #004597;
  display: inline-block;
  border-radius: 0;
  color: #fff;
}

.btn2:hover,
.btn2:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-theme {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 1px;
  white-space: nowrap;
  font-size: 30px;
  line-height: 17px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  letter-spacing: 7px;
  /*font-family: 'Open Sans';*/
  padding: 22px 35px;
  margin-top: 25px;
  text-transform: uppercase;
}

.btn-theme:hover,
.btn-theme:focus {
  background: #fff;
  color: #000;
}

.padd-50 {
  padding: 50px;
}

.width-30 {
  width: 30%;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-70 {
  width: 70%;
}

.width-60 {
  width: 60%;
}

.flexbox {
  display: -webkit-box;
  display: flex;
}

.flexbox .element {
  height: 100%;
}

.container-fluid {
  padding-left: 3%;
  padding-right: 3%;
}

.progress-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.progress-container {
  width: 100%;
  height: 3px;
}

.progress-bar {
  height: 3px;
  background: #d4af37;
  width: 0%;
}

#stuck_container {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  
  
    
}
.isStuck{
  background-color: #fff;
  border-bottom: 0 solid #28409a;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
}
.isStuck .logo{
  width: 120px;
}
.isStuck .nav-wrapper{
  padding: 0;
}
.isStuck .top-contact-list li{
  padding: 0;
}

.header {
  background-color: #484343;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-bottom: 5px solid #28409a;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
}

.home-page .header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
  background-color: #fff;
}


.logo {
  display: table;
/*  margin: 0px auto;*/
  position: relative;
  text-align: center;
  /* background: #101010a6; */
  width: 220px;
  padding: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/*.logo .img-fluid{
	max-width: 200px;
}*/
.logo .logo-shape {
  position: absolute;
  left: 0;
  right: 0;
  width: 216px;
  top: 105%;
  z-index: -1;
  margin: 0 auto;
}

.header-top-right {
  text-align: right;
}
.top-header{
  background-color: #fff;
  padding: 5px 170px;
}
.bottom-header{
  background-color: #28409a;
}
.top-contact-list{
  display: inline-block;
  vertical-align: middle;
/*  padding: 10px 0;*/
}

.top-contact-list li,
.social-link li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.top-contact-list li {
  padding: 0 5px;
}
/*
.top-contact-list li:before {
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 15px;
  background-color: #fff;
  content: "";
  transition: all 0.4s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

.top-contact-list li:last-child:before {
  display: none;
}

.top-contact-list li a {
  color: #28409a;
  font-size: 18px;
  display: block;
}

.top-contact-list li:first-child {
  padding-left: 0;
}

.top-contact-list li i {
  font-size: 20px;
  vertical-align: middle;
}

.top-contact-list li a:hover {
  color: #cacaca;
}

.top-contact-info {
    text-align: center;
    margin: 12px 0;
}
/*.top-contact-list, .get-a-quote-wrap {
    display: inline-block;
    vertical-align: top;
}
.top-contact-list li {
    display: inline-block;
    vertical-align: top;
    color: #000;
    margin-left: 30px;
    font-size: 18px;
    text-align: left;
    padding: 12px 10px;
}
.top-contact-list li a {
    display: block;
}
.top-contact-list li:first-child {
    margin-left: 0;
}
.top-contact-list li a i {
    border: 1px solid rgba(0, 0, 0, .10);
    position: relative;
    display: inline-block;
    height: 55px;
    width: 55px;
    line-height: 58px;
    font-size: 25px;
    text-align: center;
    color: #000;
}
.top-contact-list li a i {
    margin-right: 8px;
    font-size: 18px;
    vertical-align: top;
}
.top-contact-list li a span {
    display: inline-block;
    vertical-align: top;
    color: #000;
}
.top-contact-list li a span strong {
    display: block;
    color: #000;
    font-size: 16px;
}*/
 .top-contact-icon i{
	border-radius: 1px;
    border: 1px solid #28409a;
    font-size: 20px;
    padding: 9px;
    margin-right: 10px;
    color: #28409a;
}
.top-contact-list{
	margin: 11px 0 8px 0;
}
.top-contact-list li{
	display: inline-block;
	vertical-align: top;
	color: #000;
	margin-right: 12px;
}
.top-contact-list li a{
	display: block;
	/*text-align: left;*/
}
.top-contact-list li i{
	margin-right: 12px;
	font-size: 20px;
	vertical-align: middle;
	float: left;
}
.top-contact-list li span{
	position: relative;
	overflow: hidden;
	display: inherit;
	text-align: left;
	font-size: 15px;
}
.top-contact-list li span strong{
	font-size: 17px;
	text-transform: uppercase;
	color: #28409a;
}
.top-contact-list li i{
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 100%;
	color: #28409a;
	display: inline-block;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;	
	border:1px solid #28409a;
	font-size: 20px;
}
.top-contact-list li:last-child{
	margin-right: 0;
}
.top-contact-list li:hover i{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}
.top-contact-list li a:hover{
	color: #4b4b4b;
}
.top-logo-img img{
    width: 100px;
}
.top-logo-img li{
    margin-right: 10px;
}
.header-contact-wrap{
    display: flex;
    justify-content: center;
}
.bottom-contact-list {
    display: inline-block;
    vertical-align: top;
}
.bottom-contact-list li {
    display: inline-block;
    vertical-align: top;
    color: #ccc;
    margin-left: 30px;
    font-size: 18px;
    text-align: left;
    padding: 12px 10px;
}
.bottom-contact-list li a {
    display: block;
}
.bottom-contact-list li:first-child {
    margin-left: 0;
}
.bottom-contact-list li a i {
    
    position: relative;
    display: inline-block;
    height: 55px;
    width: 55px;
    line-height: 58px;
    font-size: 25px;
    text-align: center;
    color: #0a0a0a;
    background-color: #fff;
}
.bottom-contact-list li a i {
    margin-right: 8px;
    font-size: 18px;
    vertical-align: top;
}
.bottom-contact-list li a span {
    display: inline-block;
    vertical-align: top;
    color: #ccc;
}
.bottom-contact-list li a span strong {
    display: block;
    color: #ccc;
    font-size: 16px;
}
.spacing-20 {
    padding: 50px 30px 46px 40px;
}
.ttm-bgcolor-darkgrey{
  background-color: #28409a;
}
.about-content2 h2{
  font-size: 48px;
    line-height: 56px;
    margin-bottom: 11px;
    margin-bottom: 30px;
}
.about-content2 h3 i{
  color: #28409a;
}
.about-content2 h3{
  text-transform: uppercase;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: .5px;
    display: block;
    padding-left: 47px;
    margin-bottom: 5px;
    position: relative;
}
.about-content2 h3:before{
      display: block;
    content: "";
    position: absolute;
    width: 36px;
    height: 1px;
    left: 0;
    background-color: #28409a;
    top: 50%;
}
.about-content2 h2 span{
  color: #28409a;
  border-bottom: 2px solid #000;
}
.content2 .section-title,.inner-head{
    position: relative;
    margin-bottom: 15px;
}
.inner-head{
  padding-left: 30px;
  margin-bottom: 35px;
}
.content2 .section-title .title-header:before,.inner-head:before{
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #28409a;
}
.content2 .title-header{padding-left: 30px;}
.content2 .section-title h3{
    text-transform: capitalize;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
}
.content2 .section-title h2.title{
    font-size: 47px;
    line-height: 54px;
    font-weight: 600;
}
.gallery-box{
  position: relative;
  overflow: hidden;
}
.quote-box .content3{
  padding: 50px;
  border: 15px solid #b3b1b1;
}
.quote-box .content-box{
  background-color: #28409a;
  padding: 50px;
}
.quote-box .content-box .contact-form{
  background: #fff;
  position: relative;
  z-index: 9;
    box-shadow: 0px 0px 45px 0px #0000001a ;
/*    margin-bottom: -70px;*/
}
.quote-box .content-box .contact-form .form-head{
  padding: 20px 20px 50px 20px;
  background-color: #28409a;
  clip-path: polygon(200% 0, 100% 60%, 50% 100%, 0 60%, 0 0);
  text-align: center;
}
.quote-box .content-box .contact-form .form-body{
  padding: 20px 20px 50px 20px;
  
}
.sec-title3{
  padding-left: 30px;
  border-left: 5px solid #28409a;
}
.about-content .sec-title4 h3{
  text-transform: uppercase;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: .5px;
    display: block;
    padding-left: 47px;
    margin-bottom: 5px;
    position: relative;
}
.about-content .sec-title4 h3:before{
      display: block;
    content: "";
    position: absolute;
    width: 36px;
    height: 1px;
    left: 0;
    background-color: #28409a;
    top: 50%;
}
.about-content .sec-title4 h2{
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 20px;
}
.about-content .sec-title4 h2 span{
  color: #28409a;
/*  border-bottom: 2px dashed #000;*/
}


.ab-btn{
  font-size: 20px;
  padding: 12px 28px;
  background-color: #28409a;
  position: relative;
  z-index: 1;
  color: #fff;
}
.ab-btn:hover,
.ab-btn:focus{
  color: #fff;
}
.ab-btn:before, .ab-btn:after {
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    content: '';
    position: absolute;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    width: 24px;
    height: 24px;
}
.ab-btn:before {
    top: -6px;
    border-top-width: 2px;
    border-color: #28409a;
    left: 0;
}
.ab-btn:after{
    bottom: -6px;
    border-bottom-width: 2px;
    border-color: #28409a;
    right: 0;
}
.ab-btn:hover:before,
.ab-btn:hover:after{
    width: 100%;
    height: 100%;
    border-color: #28409a;
}

.ab-btn3{
  font-size: 20px;
  padding: 12px 28px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  color: #28409a;
}
.ab-btn3:hover,
.ab-btn3:focus{
  color: #28409a;
}
.ab-btn3:before, .ab-btn3:after {
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    content: '';
    position: absolute;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    width: 24px;
    height: 24px;
}
.ab-btn3:before {
    top: -6px;
    border-top-width: 2px;
    border-color: #fff;
    left: 0;
}
.ab-btn3:after{
    bottom: -6px;
    border-bottom-width: 2px;
    border-color: #fff;
    right: 0;
}
.ab-btn3:hover:before,
.ab-btn3:hover:after{
    width: 100%;
    height: 100%;
    border-color: #fff;
}
.ttm_single_image-wrapper2 img{
    padding: 15px;
    border: 2px solid #e7e7e7;
    height: 100%;
}

.ttm_single_image-wrapper-inner{
    display: inline-block;
    position: relative;
}
.ttm_single_image-wrapper-inner:before,
.ttm_single_image-wrapper-inner:after {
    position: absolute;
    content: '';
    height: 340px;
    width: 100px;
    z-index: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.ttm_single_image-wrapper-inner:before {
    background-color: #28409a;
    top: auto;
    bottom: -19px;
    left: -19px;
    right: auto;
}
.ttm_single_image-wrapper-inner:after{
    background-color: #28409a;
    top: -19px;
    bottom: auto;
    left: auto;
    right: -19px;
    z-index: -1;
}
.ttm_single_image-wrapper-inner:hover:after, 
.ttm_single_image-wrapper-inner:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 100%;
    height: 100%;
}
.sec01{
  position: relative;
  z-index: 1;
}
.sec01::before{
  position: absolute;
  content: "";
  background-image: url(../images/a1.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: .5;
}
.sec02{
  position: relative;
  z-index: 1;
}
.sec02::before{
  position: absolute;
  content: "";
  background-image: url(../images/a2.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  width: 50%;
  z-index: -1;
  opacity: .5;
}
.sec02{
  position: relative;
  z-index: 1;
}
.sec02::after{
  position: absolute;
  content: "";
  background-image: url(../images/a3.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  bottom: 0;
  height: 30%;
  width: 20%;
  z-index: 2;
  opacity: .5;
}
.sec03{
  position: relative;
  z-index: 1;
}
.sec03::before{
  position: absolute;
  content: "";
  background-image: url(../images/a4.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: .5;
}
.sec04{
  position: relative;
  z-index: 1;
}
.sec04::before{
  position: absolute;
  content: "";
  background-image: url(../images/a5.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: .5;
}

.sec05{
  position: relative;
  z-index: 1;
}
.sec05::before{
  position: absolute;
  content: "";
  background-image: url(../images/a6.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: .5;
}

.featured-imagebox,
.featured-imagebox .featured-thumbnail { 
    position: relative;
    overflow: hidden;
}
.featured-imagebox {
 margin-bottom: 30px;
 }
.featured-imagebox .featured-content .featured-title h3 {
    position: relative;
    overflow: hidden;
}
.featured-imagebox .featured-content .category, .featured-imagebox .featured-content .category a {
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
}
.featured-imagebox .featured-thumbnail img{
    width: 100%;
    transition: transform 0.5s ease-in-out;
}
.featured-imagebox:hover .featured-thumbnail img{
    transform: scale(1.2);
}
.featured-imagebox-portfolio.style4 {
    z-index: 1;
    background-color: #fff;
    overflow: visible;
}
.featured-imagebox-portfolio.style4:before {
    content: "";
    position: absolute;
    z-index: 1;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.featured-imagebox-portfolio.style4 .featured-icon .ttm-icon {
    margin-bottom: 23px;
}
.featured-imagebox-portfolio.style4.active:before{
    opacity: 1;
    backface-visibility: visible;
}
.featured-imagebox-portfolio.style4:hover:before{
    opacity: 0.5;
    backface-visibility: visible;
}
.featured-imagebox-portfolio.style4 .featured-thumbnail {
    opacity: 0;
}
.featured-imagebox-portfolio.style4.active .featured-thumbnail {
    opacity: 1;
}
.featured-imagebox-portfolio.style4:hover .featured-thumbnail {
    opacity: 1;
}
.featured-imagebox-portfolio.style4 .featured-thumbnail img {
/*    width: calc(100% + 10px);*/
    max-width: none;
/*    height: 405px;*/
    opacity: 0;
    backface-backface-visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: unset;
}
.featured-imagebox-portfolio.style4.active .featured-thumbnail img{
    opacity: 1;
}
.featured-imagebox-portfolio.style4:hover .featured-thumbnail img{
    opacity: 1;
}
.featured-imagebox-portfolio.style4 .featured-content {
    position: absolute;
    background-color: #fff;
    padding: 35px 40px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    box-shadow: 0 0 7px 0 rgba(43, 52, 59, 0.08);
    border: 1px solid rgba(0, 0, 0, .35)
}
.featured-imagebox-portfolio.style4 .featured-content:before {
  position: absolute;
  top: -11px;
  left: -11px;
  content: "";
  transform: rotate(0);
  -webkit-transform: rotate(0);
  border: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  -webkit-transition: all .9s ease-out;
  -moz-transition: all .9s ease-out;
  transition: all .9s ease-out;
  border-color: rgba(0, 0, 0, .35);
  z-index: 9
}

.featured-imagebox-portfolio.style4 .featured-content:after {
  position: absolute;
  bottom: -11px;
  right: -11px;
  content: "";
  transform: rotate(0);
  -webkit-transform: rotate(0);
  border: solid;
  border-width: 1px 0 0 1px;
  display: inline-block;
  padding: 5px;
  -webkit-transition: all .9s ease-out;
  -moz-transition: all .9s ease-out;
  transition: all .9s ease-out;
  border-color: rgba(0, 0, 0, .35)
}

.featured-imagebox-portfolio.style4:hover .featured-content:before {
  left: 100%;
  transform: rotate(90deg)
}

.featured-imagebox-portfolio.style4:hover .featured-content:after {
  right: 100%;
  transform: rotate(90deg)
}

.featured-imagebox-portfolio.style4:hover .featured-content,
.featured-imagebox-portfolio.style4.active .featured-content{
    color: #fff;
    background-color: unset;
    z-index: 2;
}
.featured-imagebox-portfolio.style4.active:hover .featured-content{
  background-color: rgb(22 22 113 / 57%);
}
.featured-imagebox-portfolio.style4 .ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey:hover{
    background-color: unset;
}
.featured-imagebox-portfolio.style4.active .featured-title h3 a,
.featured-imagebox-portfolio.style4:hover .featured-title h3 a{color: #fff;}
.featured-imagebox-portfolio.style4 .featured-content .featured-icon img{
    display: inline-block;
    transition: all 500ms ease;
}
.featured-imagebox-portfolio.style4:hover .featured-content .featured-icon img.con2{
    transform: rotateY(180deg);
}
.featured-imagebox-portfolio.style4 .featured-content .featured-icon img.con2{
  /*display: none;*/

}
.featured-imagebox-portfolio.style4:hover .featured-content .featured-icon img.con2{
  display: inline-block;
  transform: rotateY(180deg);
}
/*.featured-imagebox-portfolio.style4 .featured-content .featured-icon img.con1{*/
/*  display: inline-block;*/
/*  transform: rotateY(180deg);*/
  
/*}*/
/*.featured-imagebox-portfolio.style4:hover .featured-content .featured-icon img.con1{*/
/*  display: none;*/
/*}*/
.featured-imagebox-portfolio.style4 .featured-title {
    padding-bottom: 12px;
}
.featured-imagebox-portfolio.style4 .featured-title h3{
    margin-bottom: 0;
}
.featured-imagebox-portfolio.style4 .featured-desc {
    margin-bottom: 39px;
}
.ab-btn2{
  font-size: 20px;
  padding: 12px 28px;
  background-color: #28409a;
  position: relative;
  z-index: 1;
  color: #fff;
}
.featured-imagebox-portfolio.style4:hover .ab-btn2,
.featured-imagebox-portfolio.style4:focus .ab-btn2{
  background-color: #fff;
  color: #28409a;
}
.ab-btn2:before, .ab-btn2:after {
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    content: '';
    position: absolute;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    width: 24px;
    height: 24px;
}
.ab-btn2:before {
    top: -6px;
    border-top-width: 2px;
    border-color: #28409a;
    left: 0;
}
.ab-btn2:after{
    bottom: -6px;
    border-bottom-width: 2px;
    border-color: #28409a;
    right: 0;
}
.featured-imagebox-portfolio.style4:hover .ab-btn2:before,
.featured-imagebox-portfolio.style4:hover .ab-btn2:after{
    width: 100%;
    height: 100%;
    border-color: #fff;
}
.mr_370 .featured-imagebox-portfolio.style3 {margin: 0 0;}
.featured-imagebox-portfolio.style3 .featured-content-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(24,24,24,.73);
    opacity: 0;
    transition: opacity 0.4s ease-in-out,left 0.4s ease-in-out;
}
.featured-imagebox-portfolio.style3 .featured-content-inner:before {
    position: absolute;
    content: '';
    opacity: 0;
    top: 20px;
    right: 15px;
    bottom: 20px;
    left: 15px;
    border-top: 1px solid rgba(255,255,255,.5);
    border-bottom: 1px solid rgba(255,255,255,.5);
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
    transition: opacity 0.35s,transform 0.35s;
    pointer-events: none;
}
.featured-imagebox-portfolio.style3 .featured-content-inner:after {
    top: 15px;
    right: 20px;
    bottom: 15px;
    left: 20px;
    border-right: 1px solid rgba(255,255,255,.5);
    border-left: 1px solid rgba(255,255,255,.5);
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
    transition: opacity 0.35s,transform 0.35s;
    pointer-events: none;
}
.featured-imagebox-portfolio.style3 .featured-content {
    position: absolute;
    top: 50px;
    left: 50px;
    right: 40px;
    opacity: 0;
    -webkit-transition: all 0.8s 0.2s;
    transition: all 0.8s 0.2s;
}
.featured-imagebox-portfolio.style3 .featured-title h3 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
    position: relative;
    text-align: left;
}
.featured-imagebox-portfolio.style3 .featured-desc p {
    color: rgba(255,255,255,.70);
}
.featured-imagebox-portfolio.style3 .ttm-footer {
    /*position: absolute;
    bottom: 50px;
    left: 50px;*/
        display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    opacity: 0;
    -webkit-transition: all 0.8s 0.2s;
    transition: all 0.8s 0.2s;
}
.featured-imagebox-portfolio.style3 .ttm-footer .ttm-btn i{
  font-size: 20px; 
  line-height:10px;
  color: #fff;
      border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}
.featured-imagebox-portfolio.style3:hover .featured-content-inner {
    opacity: 1;
}
.featured-imagebox-portfolio.style3:hover .featured-content-inner:before{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.featured-imagebox-portfolio.style3:hover .featured-content-inner:after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.featured-imagebox-portfolio.style3:hover .featured-content{
    opacity: 1;
}
.featured-imagebox-portfolio.style3:hover .ttm-footer{opacity: 1;}


.section-title{
    position: relative;
    margin-bottom: 15px;
}
.section-title h3{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    color: #818181;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.section-title h2.title{
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 11px;
}
.section-title.style2 {
    margin-bottom: 30px;
}
.section-title.style2 .title-header {
    width: 70%;
    text-align: right;
    padding-right: 80px;
    position: relative;
    padding-bottom: 0;
}
.section-title.style2 .title-header, .section-title.style2 .title-desc {
    display: table-cell;
    vertical-align: middle;
    color: #000;
}
.section-title.style2 .title-desc {
    padding-right: 0;
    padding-top: 0;
}
.section-title.style2 h2.title {
    margin-bottom: 4px;
}
.section-title.style2 .title-desc p {
    margin-bottom: 0px;
    font-weight: 600;
}
.section-title.style2 .title-header:after {
    content: "";
    right: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
    border-right-width: 5px;
    border-right-color: #28409a;
    border-right-style: solid;
}

.ttm_single_image-wrapper{
  position: relative;
  z-index: 2;
  margin-right: -200px;
      margin-top: -50px;
}
.ttm_single_image-wrapper img,
.ttm_single_image-wrapper1 img{
  border: 5px solid #cbcbcb;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.mt-55{
  margin-top: 55px;
}
.featured-icon-box {
    position: relative;
    margin: 15px 0;
}
.featured-icon-box.style16 {
    padding: 42px 55px 56px 260px;
    background-color: #e5e4f9;
    margin: 0 -30px;
    height: 100%;
}
.featured-icon-box.style16 .featured-title h3 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
    font-weight: 600;
}
.featured-icon-box.style16 .ttm-footer {
    margin-top: 20px;
}
.featured-icon-box.style16 .ttm-footer:before{
    content: "";
    position: absolute;
    width: 309px;
    height: 1px;
    background-color: #b3b0b0;
    bottom: 15px;
    z-index: 1;
}
.services-section_2 .row .col-lg-8:last-child .featured-icon-box.style16 .ttm-footer:before{
    content: unset;
}

.featured-icon-box.style17 {
    padding: 51px 260px 50px 50px;
    background-color: #e5e4f9;
    margin: -10px -30px 0;
    height: 100%;
    text-align: left;
}
.featured-icon-box.style17 .featured-title h3 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
    font-weight: 600;
}
.featured-icon-box.style17 .ttm-footer {
    margin-top: 20px;
}
.featured-icon-box.style17 .ttm-footer:before{
    content: "";
    position: absolute;
    width: 309px;
    height: 1px;
    background-color: #b3b0b0;
    bottom: 4px;
    right: 260px;
    z-index: 1;
    display: none;
}
.featured-icon-box.style18 {
    padding: 72px 55px 55px 260px;
    background-color: #f7f7f7;
    margin: -70px -30px 0;
    height: 100%;
}
.featured-icon-box.style18 .featured-title h3 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
    font-weight: 600;
}
.featured-icon-box.style18 .ttm-footer {
    margin-top: 40px;
}
.ttm_single_image-wrapper1{
  position: relative;
  z-index: 1;
  margin-left: -200px;
  margin-top: -50px;
}
.mt_50 {
    margin-top: -50px;
}
.ttm-row.broken-section{
  padding: 0;
  margin-bottom: 80px;
  margin-top: -80px;
}
.ttm-row.broken-section .bg-img{
  height: 100%;
  z-index: 2;
}
.ttm-equal-height-image {
    display: none;
}
.col-bg-img-two.ttm-col-bgimage-yes>.ttm-col-wrapper-bg-layer {
  background-image: url(../images/col-bgimage-2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat
}
.layer-content {
    position: relative;
    z-index: 1;
}
.bg-layer-equal-height .ttm-col-bgcolor-yes, .bg-layer-equal-height .ttm-col-bgimage-yes {
  height: 100%;
}

.ttm-bg-layer, .ttm-col-wrapper-bg-layer-inner, .ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0
}

.ttm-left-span>.ttm-col-wrapper-bg-layer {
  width: auto;
  margin-left: -100px;
  right: 0
}

.ttm-right-span>.ttm-col-wrapper-bg-layer {
  width: auto;
  margin-right: -100px;
  right: 0
}

.bgimage .content{
  background-color: #28409a;
  height: 98%;
  padding: 60px 250px 10px 150px;
  margin-top: 80px;
  margin-left: -90px;
  /*position: relative;*/
  /*z-index: 1;*/
}
.bgimg{
  position: relative;
  z-index: 9;
}

.bgimage1 .content1{
  background-color: #ddd;
  height: 100%;
  padding: 50px 250px 50px 150px;
  margin-top: 80px;
  margin-right: -90px;
  position: relative;
  z-index: 9;
}
.bgimage1 img{
  position: relative;
  z-index: 1;
}

.mobile-menu {
  display: none;
}

.nav-wrapper {
  display: block;
  text-align: center;
}

.navigation>li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: -4px;
}

.navigation>li:last-child {
  margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu {
  opacity: 0;
  position: absolute;
  top: 130%;
  left: 0;
  width: 250px;
  z-index: 999;
  /* background-color: #ff8daa; */
  visibility: hidden;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 0;
  /* border-bottom: 3px solid #9a9a9a; */
  transition: all 500ms ease;
  display: block;
}

.navigation li.dropdown>.dropdown-menu li {
  border-bottom: 1px solid #e6e6e6;
  margin-right: 0;
  margin-bottom: 0px;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
  border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
  background-color: #ffffff;
  padding: 13px 15px;
  color: #000;
}

.navigation li.dropdown:hover>.dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navigation>li:last-child:before,
.navigation>li:first-child {
  display: none;
}

.navigation a {
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
  display: block;
  font-weight: 600;
  color: #fff;
  padding: 15px 20px;
  transition: all 500ms ease 0s;
}

.navigation li.dropdown>a {
  padding-right: 40px;
}

.navigation>li.dropdown>a:after {
  font-family: "bootstrap-icons";
  content: "\F282";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  /*    display: block;*/
  font-size: 14px;
  transition: all 500ms ease 0s;
}

.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {
  color: #ddd;
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
  color: #fff;
  background-color: #28409a;
}

.slider-wrapper {
  position: relative;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.inner-content {
  position: absolute;
  left: 10%;
  text-align: left;
  width: 80%;
  z-index: 9;
  bottom: auto;
  top: 56%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.inner-content {
  font-size: 20px;
  margin-bottom: 25px;
}

.inner-content h2 {
  padding: 0;
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  font-style: normal;
  line-height: 72px;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
  display: block;
}

.inner-content h2 span {
  padding: 0;
  color: #fff;
  font-size: 47px;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  margin-top: 20px;
  display: block;
  letter-spacing: 1px;
}

.inner-content p {
  font-size: 30px;
  line-height: 17px;
  padding: 18px 35px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.list1 li,
.list2 li,
.lists1 li,
.areas-list li {
  padding: 0px 0 5px 26px;
  position: relative;
}

.list1 li:before,
.list2 li:before,
.lists1 li:before,
.areas-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\F270";
  font-family: "bootstrap-icons";
  font-size: 17px;
  color: #28409a;
}

.areas-list li:before {
  content: "\F3E7";
  color: #000000;
  font-size: 15px;
}

.lists1.white-text li:before {
  color: #fff !important;
}

.list2 li:before {
  color: #fff !important;
}

.list3 {
  margin-left: 16px;
}

.list3 li {
  list-style-type: decimal;
  padding-bottom: 10px;
}

.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto {
  position: relative;
  z-index: 1;
}

.home-parallax {
  position: relative;
  overflow: hidden;
  /*height: 1050px;*/
  /* padding: 300px 0; */
}

.parallax-window {
  height: 100vh;
  background: transparent;
  display: table;
  width: 100%;
}

.home-page .parallax-window {
  height: 100vh;
}

.home-slide {
  text-align: center;
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.home-parallax .container {
  position: relative;
  z-index: 9;
}

.page-banner{
  height:550px;
  position:relative;
  overflow:hidden;
}
.page-banner .page-banner-img{
  object-fit: fill;
  height:100%;
}
.mini-banner{
  position:absolute;
  bottom:145px;
  left:0;
  width:100%;
  content:'';
  z-index:1;
}

.overlap {
  position: relative;
}

.overlap:before,
.overlap1:before,
.overlap2:before,
.overlap3:before {
  background-color: rgb(20 20 20 / 12%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlap1:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.overlap2:before {
  background: linear-gradient(rgba(17, 17, 17, 0.90), rgba(17, 17, 17, 0.50));
}
.overlap3:before {
  background: linear-gradient(rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.692));
}

.site-map-list li a {
  color: #000000;
}

.site-map-list li a:hover {
  color: #000000;
}

.site-map-list li {
  border-left: 1px solid #dfdfdf;
  padding: 10px 0 10px 30px;
  position: relative;
  margin: 0;
}

.site-map-list li:before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #dfdfdf;
  content: "";
}

.site-map-list li>ul.child-menu {
  margin: 10px 0 10px 20px;
}

.service-box {
  margin: 15px 0;
  position: relative;
  overflow: hidden;
  height: 350px;
}

.service-box .service-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
}

.service-box:hover .service-content {
  background-color: rgba(0, 0, 0, 0.65);
}

.service-box .service-content-box {
  display: table-cell;
  vertical-align: middle;
}

.service-box .service-content-box p {
  color: #fff;
}

.pricelist-block li {
  padding: 10px 0;
  border-bottom: 2px dashed #dedede;
}

.pricelist-block li .service-price {
  text-align: right;
  float: right;
}

.border-style1 {
  border-top: 5px dotted #d4af37;
}

/*preloader css*/
.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #28409a;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
.modal-content .btn-close {
    position: absolute;
    background-color: #fff;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: -23px;
    top: -19px;
  }
  
  .modal-content img {
    border: 3px solid #28409a;
  }
  
  .modal-backdrop.show {
    opacity: 4.5;
  }
  
  .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000000cc;
  }
  
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Gilda Display", sans-serif, "Barlow", sans-serif;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: #000;
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: #28409a;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #28409a;
}
.preloader p.text1 {
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #28409a;
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

//>>>>> Preloader Animation Start <<<<<//
 @-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

//>>>>> Preloader Animation Start <<<<<//
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}


@keyframes tpswing{
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform:rotate(20deg);
    transform: rotate(20deg);
  }
    100% { 
      -webkit-transform: rotate(0deg);
      -ms-transform:rotate(0deg);
      transform: rotate(0deg);
  }
}


@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes width {
  0% {
    width: 0%;
    }
    100% {
    width: 100%;
  }
}

@-webkit-keyframes loaderspin {
0% {
  transform: translate(-50%, -50%) rotate(0deg);
}
100% {
  transform: translate(-50%, -50%) rotate(360deg);
}
}

@keyframes loaderpulse {
0% {
  transform: scale(1);
}
100% {
  transform: scale(1.2);
}
}
//>>>>> Preloader Animation End <<<<<//

//animation
@keyframes rounded {
    50%{
        transform: rotate(20deg);
    }
}

@keyframes cir36 {
  100% {
        transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}


.footer-widget {
  /*	padding:20px 0 40px 0;*/
}

.footer-widget a:hover {
  color: #b1b1b1;
}

.widget-title {
  font-size: 24px;
  font-weight: 600;
  color: #018859;
  margin-bottom: 20px;
}

.footer-logo {
  width: 300px;
}

.footer-logo2 {
  width: 100px;
}
.footer-widget p{
  color: #CCCCCC;
}
.footer-menu li a {
  position: relative;
  padding: 2px 0 2px 15px;
  display: inline-block;
  color: #CCCCCC;
}

.footer-menu li a:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "\f0da";
  font-family: "FontAwesome";
  /* font-size: 13px; */

}

.footer-links {
  display: block;
  color: #fff;
  padding-top: 20px;
}

.footer-links li {
  display: inline-block;
  vertical-align: middle;
}

.footer-menu li a:hover,
.footer-links a:hover {
  color: #b1b1b1;
}
.footer-area {
  background-color: #19191B;
  position: relative;
  z-index: 1;
}
.footer-area::before {
  position: absolute;
  content: "";
  background-image: url(../images/footer-img.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: .5;
}
.footer-area:after {
  position: absolute;
  content: "";
  top: -41px;
  left: 0;
  width: 560px;
  height: 42px;
  background-color: #19191B;
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 76% 0%, 100% 100%, 0% 100%);
}


.address-box {
  /* margin-bottom: 15px; */
  display: flex;
  align-items: center;
}

.address-box .address-icon-holder {
  float: left;
  font-size: 16px;
  margin-right: 15px;
  color: #fff;
  /* width: 40px;
  height: 40px; */
  line-height: 40px;
  text-align: center;
  position: relative;
}


.address-box .address-content {
  position: relative;
  overflow: hidden;
}

.address-box .address-content strong {
  color: #ffffff;
}

.address-box .address-content {
  color: #ffffff;
}

.address-content p a:hover {
  color: #aaaaaa;
}

.contact-wrap1 {
  text-align: center;
}

.contact-wrap1 .address-icon-holder1 {
  float: none;
  margin: auto;
  position: relative;
  z-index: 1;
  color: #ffffff;
  border: 5px solid #ffffff;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  line-height: 70px;
  font-size: 25px;
  border-radius: 50%;
  background-color: #c11515;
}

.contact-wrap1 .address-icon-holder1:before {
  display: none;
}

.contact-wrap1 .address-content {
  background-color: #eee;
  padding: 60px 20px 20px;
  margin-top: -40px;
}

.contact-wrap1 .address-content strong {
  font-size: 18px;
}

.contact-wrap1 .address-content1 {
  background-color: #eee;
  padding: 60px 15px 20px;
  margin-top: -40px;
}

.contact-wrap1 .address-content p a:hover {
  color: #211f44;
}

.form-control {
  /*height: 45px;
    padding:10px;
    border:1px solid #ffffff;
    background-color: transparent;
    border-radius: 0;
    color: #ffffff;*/
  height: 45px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 0;
  color: #000;
  box-shadow: none;
}

.form-control:hover,
.form-control:focus,
.form-control:active,
.form-control.active {
  box-shadow: none;
  /*border-color: #ffffff;*/
}

textarea.form-control {
  height: 150px;
  resize: vertical;
}

.single-service-item {
  margin: 15px 0;
}

.single-service-item .img-holder {
  overflow: hidden;
  position: relative;
}

.single-service-item .img-holder .img-responsive {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  /*border: 5px solid #0009;
    border-radius: 5px;*/
}

.single-service-item:hover .img-holder .img-responsive {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 48px;
  transition: all 500ms ease 0s;
  width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
  background: #9a9a9a;
}

.single-service-item .text-holder h3 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 20px 0 6px;
  text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
  color: #fff;
}
.single-service-item .img-holder .overlay .box .content:before {
    position: absolute;
    content: '';
    opacity: 0;
    top: 20px;
    right: 15px;
    bottom: 20px;
    left: 15px;
    border-top: 1px solid rgba(255,255,255,.5);
    border-bottom: 1px solid rgba(255,255,255,.5);
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
    transition: opacity 0.35s,transform 0.35s;
    pointer-events: none;
}
.single-service-item .img-holder .overlay .box .content:after {
    top: 15px;
    right: 20px;
    bottom: 15px;
    left: 20px;
    border-right: 1px solid rgba(255,255,255,.5);
    border-left: 1px solid rgba(255,255,255,.5);
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
    transition: opacity 0.35s,transform 0.35s;
    pointer-events: none;
}

.single-service-item .img-holder:hover .overlay .box .content:before{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.single-service-item .img-holder:hover .overlay .box .content:after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.h3-sec{
  padding: 30px;
  border: 15px solid #ddd;
  text-align: center;
  position: relative;
  z-index: 1;
  height: 70%;
}
.comnay-logo{
  margin-top: -110px;
}
.h3-sec h3{
  font-size: 40px;
  position: relative;
  z-index: 9;
  background-color: #fff;
}
.footer-top .bottom-link{
  padding: 20px;
  border: 1px dashed rgba(255, 255, 255, .20);
}

.service-bg {
  background: url(../images/extensions.jpg);
  background-position: center center;
  position: relative;
  background-size: cover;
}

.service1-bg {
  background: url(../images/refurbishments.jpg);
  background-position: center center;
  position: relative;
  background-size: cover;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.705);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.banner-bg-section {
  height: 80vh;
  background-image: linear-gradient(rgba(39, 39, 39, 0.75),
      rgba(39, 39, 39, 0.75)),
    url("../images/banner.jpg");
  background-position: 0 0, 50% 40%;
  background-size: cover;
}

.caption-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  width: 90%;
  left: 5%;
  height: auto;
  content: "";
  z-index: 2;
  text-align: center;
  transform: translateY(-50%);
  /* padding-top: 139px; */
}

.caption-content h1 span {
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 47px;
}

.caption-content h1 {
  /* color: #ffffff; */
  text-align: center;
  font-size: 60px;
  line-height: 60px;
  font-family: 'AktivGrotesk';
  font-weight: 500;
  margin: 0px 0 0;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #666666;
  letter-spacing: -0.03em;
  /* padding-top: 50px; */

}
.caption-content p{
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
}

.caption-content a {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 1px;
  white-space: nowrap;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  letter-spacing: 7px;
  font-family: 'AktivGrotesk';
  padding: 18px 35px;
  margin-top: 25px;
  transition: 0.3s 0.2s ease-in-out;
}

.caption-content a:hover {
  background-color: #fff;
  color: rgb(0, 0, 0);
}

.flexbox .element {
  height: 100%;
}

.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.parallax.overlap:before,
.parallax.overlap1:before {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgb(0 0 0 / 72%);
  content: '';
}

.parallax.overlap1:before {
  background-color: rgba(0, 0, 0, 0.85);
}

.parallax .container-fluid,
.parallax .container-xxl,
.parallax .container {
  position: relative;
  z-index: 1;
}

.parallax-fixed {
  background-attachment: fixed;
}

.testimonial-slider i {
  font-size: 70px;
  margin-bottom: 8px;
}

.testimonial-slider .item {
  padding: 50px;
}

.testimonial-slider.owl-carousel .owl-nav button.owl-next {
  background: 0 0;
  color: rgb(255, 255, 255);
  border: none;
  padding: 0 !important;
  font: inherit;
  padding: 20px;
  text-align: center;
  font-size: 80px;
  width: 70px;
  height: 70px;
}

.testimonial-slider.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: rgb(255, 255, 255);
  border: none;
  padding: 0 !important;
  font: inherit;
  padding: 20px;
  text-align: center;
  font-size: 80px;
  width: 70px;
  height: 70px;
}

.owl-nav {
  text-align: center;
}

#top-button {
  display: inline-block;
  background-color: #d1d1d1;
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  left: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#top-button::after {
  content: "\f106";
  font-family: "FontAwesome";  
  font-size: 30px;
  line-height: 40px;
  color: #000000;
}
.bggreen-section .list1 li::before{
    color: #fff;
}
/* #top-button:hover {
  cursor: pointer;
  background-color: #333;
}

#top-button:active {
  background-color: #555;
} */

#top-button.show {
  opacity: 1;
  visibility: visible;
}

.logo-slider .item img {
  width: 200px;
/*  height: 170px;*/
  /* padding: 50px; */
  /* border-radius: 50%; */
}

.logo-slider .item {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.logo-slider .owl-nav {
  display: none;
}

.logo-slider .owl-dots {
  display: none;
}

.logo-slider .item h4 {
    font-size: 20px;
  }

  .structural-alterations-box{
    background-color: rgb(233, 233, 233);
    padding: 20px;
  }

  .testimonial-box{
    padding: 40px;
    border: 1px solid rgb(226, 225, 225);
    text-align: center;
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 40px;
    min-height: 330px;
  }

  .testimonial-box i{
    color: #fff;
    /* font-size: 10px;    */
  }  

  .testimonial-box>div{
    color: #000;
    font-size: 60px;
    width:80px;
    height:80px;
    line-height:80px;
    background-color:#717a56;
    border-radius:50%;
    margin:0 auto 20px;
    
  }  

  .row.contact-bg {   
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 83px 80px 80px;
    border-radius: 5px;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

.single-contact-box {
    padding: 25px 30px 8px;
    background: #fff;
    margin-bottom: 30px;
    margin-right: 6px;
    border-radius: 5px;
    box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
    position: relative;
    z-index: 1;
}

.single-contact-box:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #0D0E14;
    transition: .5s;
    border-radius: 5px;
}

.contact-icon {
    /* float: left;
    padding-right: 15px; */
}

.contact-icon i {
    font-size: 30px;
    display: inline-block;
    color: #000000;
    transition: .5s;
}

.contact-content {
    overflow: hidden;
}

.contact-title h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding: 0 0 10px;
    margin-top: 0;
    transition: .5s;
}

.contact-desc p {
    font-size: 15px;
    line-height: 26px;
    transition: .5s;
}

.contact-detail strong{
    font-size: 18px;
}

.contact-container {
    background-color: #dfdfdfa6;
    padding: 21px;
    border-left: 10px solid #717a56;
    border-radius: 10px 0 0 10px;  
    display: flex;
    gap: 15px;  
}

.home-parallax > .fl-row-content-wrap:after {
  background-image: linear-gradient(360deg, #ffffff 1%, rgba(255,255,255,0) 11%);
}
.testimonial-bg {
  border: 10px solid #484343;
  padding: 80px 7px;
  height: 100%;
  text-align: center;
  position: relative;
  background-color: #fff;
}

.testimonial-bg:before {
  content: "\F6B0";
  font-family: "bootstrap-icons";
  width: 75px;
  height: 75px;
  line-height: 75px;
  background: #717a56;
  text-align: center;
  font-size: 50px;
  color: #fff;
  position: absolute;
  top: -40px;
  left: 2%;
}

.testimonial {
  padding: 0 15px;
}

.testimonial .description {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: #000;
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
}
.half-patch-section{
  position: relative;
}
.img-topbtm-line {
  position: absolute;
  width: 28%;
  background-color: #717a56;
  height: 130%;
  margin: 0 auto;
  text-align: center;
  right: 0;
  top: -35px;
}
.imgthumb-custom{
  border: 1px solid #000;
  padding: 8px;
  background: #fff;
  border-radius: 5px;
}
.bgpath-color {
    position: relative;
}
.bgpath-color::before {
  position: absolute;
  content: '';
  width: 95%;
  border: 2px solid #000;
  height: 45%;
  margin: 0 auto;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bgpath-color::after {
  position: absolute;
  content: '';
  width: 94%;
  border: 2px solid #717a56;
  height: 52%;
  margin: 0 auto;
  text-align: center;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.imgcurve{
  z-index: 1;
}
.imgcurve img{
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
  border-radius: 5px;
}
.half-patch-left.half-patch-section .img-topbtm-line{
  background-color: #717a56;
  right: auto;
  left: 0;
}
.overlap-white{
  position: relative;
}
.overlap-white:before{
  background-color: rgba(255, 255, 255, 0.86);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlap-white .bgpath-color::before{
  background: #717a56;
}
.z-1{
  z-index: 1;
}
.flexbox .element {
  height: 100%;
}
.pulborough-page .bgpath-color::before{
  width: 100%;
}
.pulborough-page .bgpath-color::after{
  width: 100%;
}
.pulborough-page .pulborough-section-two .bgpath-color::after{
  width: 94%;
}
.pulborough-page .pulborough-section-two .bgpath-color::before{
  width: 94%;
}
.pulborough-page .overlap-white .bgpath-color::before {
  background: #fff;
}
.pulborough-page  .imgcurve img{
  clip-path: none;
}
.owl-dot {
  margin-top: 40px !important;
}
.disc-list-style li{
  list-style: disc;
  margin-left: 20px;
}
.owl-carousel button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #000;
  /* border: 2px solid #000; */
  background-color: #000 !important;
  margin: 0 10px;
}

.owl-carousel button.owl-dot.active {
  background-color: #717a56 !important;
}
.submit-icon {
  display: none;
}
.submit-icon.rotating-show{
  display:inline-block;
  vertical-align: middle;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
from {
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
to {
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
}
@keyframes rotating {
from {
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
to {
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
}
.rotating {
-webkit-animation: rotating 2s linear infinite;
-moz-animation: rotating 2s linear infinite;
-ms-animation: rotating 2s linear infinite;
-o-animation: rotating 2s linear infinite;
animation: rotating 2s linear infinite;
}
.ser-box{
  min-height: 550px;
  -webkit-transition:all 0.5s;
  -moz-transition:all 0.5s;
  -ms-transition:all 0.5s;
  -o-transition:all 0.5s;
  transition:all 0.5s;
    background-color:rgba(0,0,0,0.5);
    overflow:hidden;
}
.ser-box img{
  -webkit-transition:all 0.5s;
  -moz-transition:all 0.5s;
  -ms-transition:all 0.5s;
  -o-transition:all 0.5s;
  transition:all 0.5s;
}
.ser-box:hover img{
    transform:scale(1.1, 1.1);
}
.color-box{
  height: 200px;
  display: flex;
  align-items: center !important;
  justify-content: center;
 }
 .color-box img{
  width: 120px;
  display: flex;
  margin: 0 auto;
 }

 .color-box1{
  background-color: #a4ac8a;
 }
 .color-box2{
  background-color: #717a56;
 }
 .color-box3{
  background-color: #555c41;
 }
 .color-box4{
  background-color: #3a3e2c;
 }
 .first-box{
  padding: 40px;
  text-align: center;
  background: linear-gradient(to top, #DA2028 0%, #ED472E 50%, #F04E23 100%);
/*  clip-path: polygon(0 0, 93% 0, 100% 44%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0% 30%);*/
  clip-path: polygon(8% 0%, 92% 0%, 100% 30%, 100% 100%, 0 100%, 0% 30%) !important;
  height: 100%;
  width: 100%;
  position: relative;
 }
 .first-box h3{
  color: #fff;
  font-size:40px;
 }
 .first-box p{
  font-size: 20px;
  color: #fff;
 }
 .img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}
.ser-box{
  margin-bottom: 35px;
}
.ser-box h2{
  font-size: 26px;
}
.trusted h2{
  text-transform: capitalize;
}
.footer-logo img{
  width: 30%;
}
.footer-links img{
  width: 10%;
  margin-bottom: 10px;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
 
.connect-box{
      background: #004597;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    padding: 40px;
}
.connect-box h4{
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
}
.connect-box h2{
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 3px;
/*  border-bottom: 5px solid #000;*/
  width: 100%;
  position: relative;
  color: #fff;
/*  margin-bottom: 0px;*/
}
.connect-box p{
  margin-bottom: 30px;
}
.icon-text span img{
  width: 20%;
}
.icon-text{
  display: flex;
}

.video-bg {
    width: 100%;
    height: 700px;
    position: relative;
}

.video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.bg-overlay{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgb(255 255 255 / 76%) 0%, rgb(203 203 203 / 56%) 100%);
}
.sec-title2 span{
  font-size: 18px;
}
.video-sec h2{
  font-size: 45px;
  text-transform: uppercase;
}
.frame-sec iframe{
    width: 100%;
    min-height: 600px;
}
@media (min-width: 1401px) and (max-width: 1665px) {
     .logo {
        width: 190px;
        padding: 0;
    }
    
    .top-header{
      background-color: #fff;
      padding: 5px 80px;
    }
}
@media (min-width: 1280px) and (max-width: 1365px) {
  .navigation a {
    padding: 12px 18px;
  }
  
   .logo-slider .item h4 {
    font-size: 18px;
  }

  .contact-container {
    background-color: #dfdfdfa6;
    padding: 18px 8px;
    border-left: 10px solid #868686;
    border-radius: 10px 0 0 10px;
    display: flex;
    gap: 15px;
}
    
}

@media (min-width: 992px) and (max-width: 1279px) {

  .logo-slider .item h4 {
    font-size: 18px;
  }
    .top-header{
      background-color: #fff;
      padding: 5px 0;
    }
  .navigation a {
    padding: 12px 14px;
    }
    
  .contact-container {
        background-color: #dfdfdfa6;
        padding: 21px 10px;
        border-left: 10px solid #868686;
        border-radius: 10px 0 0 10px;
        display: flex;
        gap: 8px;
  }
  
  .contact-icon i{
      font-size:25px;
  }
  
  .contact-detail{
      font-size:14px;
  }
  .bgpath-color::before{
    height: 75%;
  }
}
@media (min-width: 1300px) and (max-width: 1400px){
  .featured-imagebox-portfolio.style4 .featured-content{
    padding: 25px !important;
  }
  .bgimage img{
    min-height: 545px;
  }
  
  .top-header{
      background-color: #fff;
      padding: 5px 20px;
    }
  .bgimage .content{
    padding: 60px 50px 10px 100px;
  }
  .sec02::after{
      background-position: bottom center;
      bottom: -36px;
    height: 30%;
    width: 20%;
    z-index: -1;
  }
  .top-contact-list li{
      margin-right: 0;
  }
  .logo{
      width:170px;
      padding: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1300px){
  .featured-imagebox-portfolio.style4 .featured-desc{
    margin-bottom: 21px;
    font-size: 15px;
  }
  .featured-imagebox-portfolio.style4 .featured-title h3{
    font-size: 20px;
  }
  .featured-imagebox-portfolio.style4 .featured-content{
    padding: 25px;
  }
  .about-content .sec-title4 h2{
    font-size: 35px;
  }
  .top-header{
      background-color: #fff;
      padding: 5px 20px;
    }
  .bgimage img{
    min-height: 545px;
  }
  .bgimage .content{
    padding: 60px 50px 10px 100px;
  }
  .content2 .section-title h2.title {
    font-size: 35px;
    line-height: 45px;
  }
  .bottom-contact-list li{
    padding: 12px 3px;
  }
  .bottom-contact-list li a i{
    height: 45px;
    width: 45px;
    line-height: 45px;
  }
  .sec02::after{
      background-position: bottom center;
      bottom: -36px;
    height: 30%;
    width: 20%;
    z-index: -1;
  }
  .top-contact-list li{
      margin-right: 0;
  }
  .logo{
      width:170px;
      padding: 0;
  }
}

@media (min-width: 220px) and (max-width: 991px) {

  .logo-slider .item h4 {
    font-size: 16px;
  }
  .top-header{
      background-color: #fff;
      padding: 5px 0;
    }
    .header-contact-wrap {
        display: flex;
        justify-content: center;
        background: #f4f4f4;
        margin-top: 10px;
    }
  .testimonial-box{
    min-height: auto;
  }

  .box-style1 {
    padding: 27px;
    background-color: #f8f8f8;
    min-height: auto !important;
  }

  .home-page .header {
    position: static;
    background-color: #fff;
  }

  .header-top-right {
    text-align: center;
  }

  .top-contact-list,
  .social-link,
  .get-a-quote {
    margin: 10px 0;
  }
  .top-contact-list li a{
    color: #fff;
  }

  .logo .logo-shape {
    display: none;
  }
  .logo-div{
    text-align: center;
  }

  .home-img-box.m-min-200 {
    background-image: none;
    margin-bottom: 15px;
    height: 100% !important;
    min-height: 100% !important;
  }

  .header.fixed-top {
    position: relative !important;
  }

  .mobile-menu {
    display: block;
    font-size: 20px;
    /*background: #000;*/
    padding: 8px 20px;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    text-align: left;
  }

  .mobile-menu i {
    float: right;
  }

  .nav-wrapper {
    position: fixed;
    top: 0;
    right: -300px;
    width: 255px;
    height: 100%;
    overflow-x: scroll;
    z-index: 999;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #221e1f;
    padding: 0;
  }

  .navigation {
    text-align: left;
  }

  .nav-wrapper.open {
    right: 0;
    z-index: 9999999;
  }

  .navigation>li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #333;
  }

  .navigation>li:first-child {
    display: block;
  }

  .navigation>li:before {
    display: none;
  }

  .navigation li a {
    padding: 10px 20px;
    color: #fff;
    text-transform: none;
  }

  .navigation li:hover>a,
  .navigation li:focus>a,
  .navigation li.active>a {
    background-color: #28409a;
    color: #ffffff;
  }

  .navigation>li.dropdown>a:after {
    right: 20px;
  }

  .navigation li.dropdown>.dropdown-menu,
  .navigation li.dropdown:hover>.dropdown-menu {
    position: static;
    top: 0;
    visibility: visible;
    opacity: 1;
    width: 100%;
    float: none;
  }

  .navigation li.dropdown>.dropdown-menu li a {
    padding: 10px 10px 10px 30px;
  }

  .home-parallax {
    position: relative;
    overflow: hidden;
    height: auto;
  }

  #metro-touch-slider .carousel-caption h2 {
    font-size: 22px;
  }

  #metro-touch-slider .carousel-caption p {
    font-size: 14px;
  }

  .fs-1 {
    line-height: 1;
  }

  .flexbox {
    display: block;
  }

  .width-30,
  .width-40,
  .width-50,
  .width-60,
  .width-70 {
    width: 100%;
  }

  .footer-widget {
    padding: 20px 0 10px;
  }

  .address-box {
    margin: 15px 0;
  }

  .btn-theme {
    font-size: 20px;
    padding: 15px 20px;
  }
  #stuck_container.isStuck {
    position: relative !important;
  }
  .page-banner{
      background-attachment: inherit !important;
  }
  .mini-banner{
  	bottom:auto;
  	top:50%;
  	-webkit-transform:translateY(-50%);
  	-moz-transform:translateY(-50%);
  	transform:translateY(-50%);
  }
  .bgpath-color::before,
  .bgpath-color::after{
    height: 100%;
    width: 100%;
    left: 0;
  }
  .bgpath-color-inner-content{
    padding: 20px;
  }
  .img-topbtm-line{
    background-color: transparent;
    width: 100%;
  }
  .imgcurve img{
    clip-path: none;
  }
  .half-patch-left.half-patch-section h2,
  .half-patch-left.half-patch-section p{
    color: #fff;
  }
  .top-contact-list li span{
      color: #000000;
  }
  .top-logo-img img {
    width: 120px;
    }
  .videobg-wrap{
    display: none;
  }
  .video-content{
    width: 80%;
  }
  .caption-content p{
    line-height: 30px;
  }
  .caption-content h1{
    margin-bottom: 20px;
  }
  .navigation>li:hover a:before, .navigation>li.active a:before{
    display: none;
  }
  .layer-content{
  text-align: center;
}
.about-content2 h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .about-content .sec-title4 h2{
    font-size: 40px;
    line-height: 50px;
  }
  .section-title h2.title{
    font-size: 35px;
    line-height: 45px;
  }
  .ttm_single_image-wrapper{
    margin-right: 0;
    margin-top: 0;
  }
  .mt-55{
    margin-top: 0;
  }
  .featured-icon-box.style16,
  .featured-icon-box.style17{
    padding: 55px;
  }
  .ttm_single_image-wrapper1{
    margin-left: 0;
    margin-top: 20px;
  }
  .featured-icon-box.style17{
    margin: 0 -30px;
  }
  .bgimage .content{
    margin-top: 0;
    padding: 55px;
    margin-left: 0;
  }
  .bgimage{
    padding-bottom: 0;
  }
  .bgimg-sec{
    background-image: none !important;
    color: #fff;
  }
  .content2 .section-title h2.title{
    color: #fff;
  }
  .content2 .section-title .title-header:before{
    background-color: #fff;
  }
  .content2 .section-title h3{
    color: #fff;
  }
  .comnay-logo img{
    width: 95px;
  }
  .comnay-logo{
    margin-top: -88px;
  }
  .h3-sec h3 {
    font-size: 30px;
  }
  .section-padding{
    padding: 50px 30px;
  }
  .bgimage{
    padding-bottom: 0 !important;
  }
  .featured-imagebox-portfolio.style4 .featured-desc{
    margin-bottom: 21px;
    font-size: 15px;
  }
  .featured-imagebox-portfolio.style4 .featured-title h3{
    font-size: 20px;
  }
  .featured-imagebox-portfolio.style4 .featured-content{
    padding: 20px;
  }
  
  .featured-imagebox-portfolio.style4 .featured-icon .ttm-icon {
    margin-bottom: 12px;
  }
  .footer-area:after{
    top: -20px;
    left: 0;
    width: 100%;
  }
  .service-items-content .roofing__service__point h5 {
    font-weight: var(--tj-fw-bold);
    font-size: 18px!important;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 26px;
    color: var(--tj-theme-primary);
  }
  .cta-wrapper.cta-4::after {
    clip-path: polygon(0% 0, 100% 0, 88% 100%, 0% 100%)!important;
    position: absolute;
    background: var(--tj-heading-primary);
    content: "";
    clear: both;
    height: 100%;
    width: 100%;
    top: 0%;
    z-index: -2;
    left: 0px;
  }
  .service__tab .service-filter-btn .tj_btn__inner .service__tab_text {
    font-size: 14px;
  }
  .feature-wrapper.feature-2 .single-feature-item .tj-add{
    margin-top: 3px!important;
  }
  .m-min-210{
    min-height: 300px !important;
    height: 300px !important;
  }
  .width-50,.width-60,.width-40,.width-70,.width-30{
    width: 100%;
  }
  .flexbox {
    display: block;
  }
  .container-fluid{
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
  .gdmuQu, .gdmuQu * {
    z-index: 9 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
  .p-5 {
    padding: 2rem !important;
  }

  a.logo {
    width: 220px;
    margin: 0 auto;
    /* background: #000; */
  }

  .inner-content h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .service-box .service-content {
    padding: 0 8px;
  }

  .m-min-200 {
    height: 400px !important;
    min-height: 400px !important;
  }
  .ser-box{
    min-height: 602px;
  }
  .page-banner{
    height: 350px;
}
.layer-content{
  text-align: center;
}
.featured-imagebox-portfolio.style4 .featured-desc{
    margin-bottom: 21px;
    font-size: 15px;
  }
  .featured-imagebox-portfolio.style4 .featured-title h3{
    font-size: 20px;
  }
  .featured-imagebox-portfolio.style4 .featured-content{
    padding: 20px;
  }
  
  .featured-imagebox-portfolio.style4 .featured-icon .ttm-icon {
    margin-bottom: 12px;
  }
  .about-content2 h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .about-content .sec-title4 h2{
    font-size: 40px;
    line-height: 50px;
  }
  .section-title h2.title{
    font-size: 35px;
    line-height: 45px;
  }
  .ttm_single_image-wrapper{
    margin-right: 0;
    margin-top: 0;
    text-align: center;
  }
  .mt-55{
    margin-top: 0;
  }
  .featured-icon-box.style16,
  .featured-icon-box.style17{
    padding: 55px;
  }
  .ttm_single_image-wrapper1{
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .featured-icon-box.style17{
    margin: 0 -30px;
  }
  .bgimage .content{
    margin-top: 0;
    padding: 55px;
    margin-left: 0;
  }
  .bgimage{
    padding-bottom: 0;
  }
  .bgimg-sec{
    background-image: none !important;
    color: #fff;
  }
  .content2 .section-title h2.title{
    color: #fff;
  }
  .content2 .section-title .title-header:before{
    background-color: #fff;
  }
  .content2 .section-title h3{
    color: #fff;
  }
  .comnay-logo img{
    width: 95px;
  }
  .comnay-logo{
    margin-top: -88px;
  }
  .h3-sec h3 {
    font-size: 30px;
  }
   .featured-icon-box.style16 .ttm-footer:before{
       display: none;
  }
  .sec02::after{
          height: 60%;
    width: 50%;
    background-position: bottom center;
  }
  iframe{
      height: 450px;
  }
}

@media (min-width: 220px) and (max-width: 767px) {

  .p-5 {
    padding: 1rem !important;
  }

  .logo-slider .item h4 {
    font-size: 16px;
  }
  


  .logo-slider .item h4 {
    font-size: 20px;
  }

  /*.container-fluid {*/
  /*  padding-left: 15px;*/
  /*  padding-right: 15px;*/
  /*}*/

  .logo {
    display: table;
    margin: auto;
    padding: 10px;
    margin-bottom: 5px;
  }
  
  .contact-icon{
      display:none;
  }
  
  .contact-container {
    background-color: #dfdfdfa6;
    padding: 15px 10px;
    border-left: 10px solid #868686;
    border-radius: 10px 0 0 10px;
    display: flex;
    gap: 15px;
}

.contact-detail{
    font-size:14px;
}

  .top-contact-list li:before {
    display: none;
  }

  .top-contact-list li {
    display: block;
    padding: 0;
  }

  .top-contact-list li:nth-of-type(3),
  .top-contact-list li:nth-of-type(4) {
    display: inline-block;
  }

  .inner-content h2 {
    font-size: 22px;
    line-height: 30px;
  }

  

  .btn1.w-100 {
    width: auto !important;
  }

  .footer-widget {
    padding: 15px 0;
  }

  .parallax-window {
    height: 350px !important;
  }
  .ser-box{
    min-height: auto;
  }
  
}

@media (min-width: 576px) and (max-width: 767px) {
  .caption-content h1 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'AktivGrotesk';
    font-weight: 500;
    margin: 0px 0 0;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #666666;
    letter-spacing: -0.03em;
    /* padding-top: 50px; */
  }

  .caption-content a {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-width: 1px;
    white-space: nowrap;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    letter-spacing: 7px;
    font-family: 'AktivGrotesk';
    padding: 10px 26px;
    margin-top: 25px;
    transition: 0.3s 0.2s ease-in-out;
  }

  .caption-content h1 span {
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 32px;
  }

  .m-min-200 {
    min-height: 350px !important;
    height: 300px !important;
  }

  .inner-content h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .inner-content .slide-btn {
    font-size: 22px;
  }

  .inner-content h2 span {
    font-size: 32px;
    margin-top: 12px;
  }

  .service-box {
    height: 350px;
  }

  #metro-touch-slider .carousel-caption {
    width: 70% !important;
    left: 15% !important;
    /*top: 0%!important;*/
    padding-top: 0 !important;
  }
  .page-banner{
    height: 250px;
}
iframe{
      height: 350px;
  }
.featured-imagebox-portfolio.style4 .featured-desc{
  font-size: 14px;
  margin-bottom: 12px;
  }
  .ab-btn2{
    padding: 8px 20px;
  }
  .ttm_single_image-wrapper-inner:before, .ttm_single_image-wrapper-inner:after{
      display: none;
  }
  .featured-imagebox-portfolio.style4 .featured-thumbnail img{
     height: 350px;
  }
  .featured-icon-box.style16 .ttm-footer:before{
       display: none;
  }
}

@media (min-width: 220px) and (max-width: 575px) {

  /* .testimonial-box .bi-quote {
    color: #000;
    font-size: 60px;
    
    position: absolute;
    top: 0;
    left: 5%;
} */
.page-banner{
    height: 200px;
}
.modal-content .btn-close{
    right: -6px;
}
.top-contact-list li a {
   margin-left: 5px;
}
.top-logo-img li {
    width: 150px;
    margin: 15px auto 15px auto;;
}

  .logo {
    display: table;
    margin: auto;
    padding: 10px;
    margin-bottom: 5px;
    width: 201px;
  }
.header-contact-wrap{
    padding: 5px;
}
.top-logo-img img {
        width: 120px;
    }
  .caption-content a {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-width: 1px;
    white-space: nowrap;
    font-size: 18px;
    line-height: 15px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    letter-spacing: 7px;
    font-family: 'AktivGrotesk';
    padding: 18px 20px;
    margin-top: 25px;
    transition: 0.3s 0.2s ease-in-out;
  }

  .caption-content h1 {
    /* color: #ffffff; */
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    font-family: 'AktivGrotesk';
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #666666;
    letter-spacing: -0.03em;
    /* padding-top: 50px; */
  }
  .first-box{
    padding: 25px;
  }
  .caption-content p{
    font-size: 18px;
    line-height: 20px;
  }
  .video-sec h2{
    font-size: 30px;
  }
  .connect-box{
    padding: 20px;
  }
  .connect-box h2{
    font-size: 25px;
  }
  .connect-box h4{
    font-size: 20px;
    letter-spacing: 1px;
  }
  .caption-content h1 span {
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 20px;
  }
  .ttm_single_image-wrapper2 img{
      padding: 5px;
      margin-top: 15px;
  }
  .ttm_single_image-wrapper-inner:before, .ttm_single_image-wrapper-inner:after{
      display: none;
  }
  .section-padding{
      padding: 40px 15px;
  }
  .featured-imagebox-portfolio.style4 .featured-thumbnail img{
      height: 350px;
  }
  .section-title.style2 .title-header{
      display: inline-block;
    vertical-align: middle;
  }
  .section-title.style2 .title-desc{
      display: none;
  }
  .section-title.style2 .title-header{
         width: 100%;
        text-align: center;
        padding-right: 0;
  }
  .section-title.style2 .title-header:after{
      display: none;
  }
  .quote-box .content3{
      padding: 20px;
      border: 8px solid #b3b1b1;
  }
  .quote-box .content-box{
      padding: 20px;
  }
  .comnay-logo{
     margin-top: -48px;
  }
  .h3-sec h3{
      font-size: 22px;
  }
  .h3-sec{
    padding: 10px;
    border: 8px solid #ddd;
    text-align: center;
    height: 90%;
  }
  .bottom-contact-list li a i{
      height: 45px;
    width: 45px;
    line-height: 45px;
  }
  .footer-top .bottom-link {
     padding: 10px 5px;
  }
  .bottom-contact-list li{
    padding: 12px 2px;
    font-size: 14px;
  }
  iframe{
      height: 200px !important;
  }
    .sec02::before{
        background-position: top center;
        top: 110px;
        height: 100%;
        width: 100%;
    }
    .featured-icon-box.style16 .ttm-footer:before{
         display: none;
    }
    .sec02::after{
      bottom: 130px;
    height: 100%;
    width: 100%;
        background-position: bottom center;
    }
    .sec05::before{
        background-position: top center;
    }
    .featured-icon-box.style16,
    .featured-icon-box.style17,
    .bgimage .content{
        padding: 35px;
        
    }
    .footer-area::before{
      background-position: top center;
      opacity: 1;
    }
  #metro-touch-slider .carousel-caption {
    width: 70% !important;
    left: 15% !important;
    /*top: 0%!important;*/
    padding-top: 0 !important;
  }

  p.middle-text {
    display: none !important;
  }

  #metro-touch-slider .carousel-caption p {
    font-size: 14px;
    display: block;
  }

  .top-contact-list {
    display: table;
    text-align: center;
    margin: 0 auto 0px auto;
  }

  .top-contact-list li {
    padding: 0 3px;
  }

  .top-contact-list li a {
    font-size: 16px;
  }

  footer.p-5 {
    padding: 1.3rem 0rem !important;
  }

  .m-min-200 {
    min-height: 300px !important;
    height: 300px !important;
  }

  .inner-content h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .inner-content h2 span {
    font-size: 22px;
    margin-top: 12px;
  }

  .inner-content {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .inner-content .slide-btn {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 20px;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .btn1,
  .btn2 {
    padding: 10px;
  }

  .pricelist-block li .service-price {
    text-align: left;
    float: none;
    display: block;
  }

  .address-box {
    margin: 0px 0;
  }

  .address-box .address-content {
    font-size: 14px;
  }

  .service-box {
    height: 300px;
  }
  .first-box{
      clip-path: none !important;
  }
  .spacing-20{
    padding: 20px;
  }

}
@media (min-width: 992px){
  .isStuck .header {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px 0 #484343;
    box-shadow: 0 4px 8px 0 #484343;
    .top-contact-list{
/*      display: none;*/
    }
    .logo-div{
/*      display: none;*/  
    }
    .nav-wrapper{
      /* text-align: center; */
      padding: 20px 0;
    }
    .menu-div{
      display: flex;
      justify-content: center !important;
      margin: 0 auto;
    }
  }
}

