:root {
  --siteprimary: #24242c;
  --sitesecondary: #9bcd3a;
  --sitethird:#00599d;
  --txtcolor:#24242c;
  --para: #333333;
  --lightbg:#bfbfbf;
  --gray:#666666;
}
@font-face {
  font-family: poppins;
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: poppins_light;
  src: url(../fonts/Poppins-ExtraLight.ttf);
}
@font-face {
  font-family: poppins_medium;
  src: url(../fonts/Poppins-Medium_0.otf);
}
@font-face {
  font-family: poppins_semibold;
  src: url(../fonts/Poppins-SemiBold_0.otf);
}
@font-face {
  font-family: poppins_bold;
  src: url(../fonts/Poppins-Bold_0.otf);
}
@font-face {
  font-family: twcenmt;
  src: url(../fonts/TCCM.ttf);
}
.f18 {
  font-size: 18px
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-30 {
  margin-right: 30px;
}


.m-l-5 {
  margin-left: 5px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-30 {
  margin-left: 30px;
}


.m-t-5 {
  margin-top: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px
}
.m-b-5 {
  margin-bottom: 5px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}

.p0 {
  padding: 0;
}
.m0{
  margin: 0;
}


.m-b-10 {
  margin-bottom: 10px
}


.m-t-30 {
  margin-top: 30px
}

.m-t-40 {
  margin-top: 40px
}

.f18 {
  font-size: 18px
}

.p-r-5 {
  padding-right: 5px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-l-0{
  padding-left: 0;
}
.p-r-0{
  padding-right: 0;
}
.p-l-5 {
  padding-left: 5px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-30 {
  padding-left: 30px;
}


.p-t-5 {
  padding-top: 5px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-30 {
  padding-bottom: 30px;
}
.p5{
  padding: 5px;
}
.p10{
  padding: 10px;
}
.p20{
  padding: 20px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1;
  overflow-x: hidden;
  font-family: poppins;
}

.body_y {
  overflow-y: hidden;
}

i,
em {
  font-style: normal;
}

.row {
  margin: 0 !important;
}

em {
  font-style: normal;
}

button {
  border: 0;
  outline: inherit;
  cursor: pointer;
}

label {
  font-weight: normal;
}

a,
img {
  border: 0;
  text-decoration: inherit !important;
  outline: none;
  display: inline-block;
  color: #333;
  font-family: poppins;
}

ul,
ol li,
li {
  list-style: none inside;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}
h2{
  font: 30px/41px poppins_bold;
  color: var(--siteprimary);
}
h4{
  font: 22px poppins_bold;
}
h5{
  font: 18px poppins_semibold;
}
p {
  line-height: 22px;
  font-size: 14px;
  margin: 0;
  color: var(--para);
}

table {
  border: 0;
  border-collapse: collapse;
}

textarea,
input,
select {
  font-size: 14px;
  outline: inherit;
  font-family: roboto;
}

.pos_relative {
  position: relative;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.wrap {
  flex-wrap: wrap;
}

.coldir {
  flex-direction: column;
}

.rowdir {
  flex-direction: row;
}

.basis {
  flex-basis: auto;
}

.justifycenter {
  justify-content: center;
}

.aligncenter {
  align-items: center;
}

.justifybetween {
  justify-content: space-between;
}

.justifyaround {
  justify-content: space-around;
}

.justifyend {
  justify-content: flex-end;
}

.justifystart {
  justify-content: flex-start;
}

.alignend {
  align-items: flex-end;
}

.alignstart {
  align-items: flex-start;
}

.fulwid {
  width: 100%;
}

.ful_wid {
  flex-basis: 100%;
}

.m20 {
  margin: 20px 0;
}

.mt20 {
  margin-top: 20px;
}

.divpad {
  padding: 90px 0;
}

.tcenter {
  text-align: center;
}

.wid_25 {
  flex-basis: 25%;
  padding: 0 10px;
}

.wid_20 {
  flex-basis: 20%;
  padding: 0 10px;
}

.wid_50 {
  flex-basis: 50%;
  padding: 0 10px;
}

.wid_60 {
  flex-basis: 60%;
  padding: 0 10px;
}

.wid_70 {
  flex-basis: 70%;
  padding: 0 10px;
}

.wid_75 {
  flex-basis: 75%;
  padding: 0 10px;
}

.wid_80 {
  flex-basis: 80%;
  padding: 0 10px;
}
.wid_90 {
  flex-basis: 90%;
  padding: 0 10px;
}

.wid_30 {
  flex-basis: 33.33%;
  padding: 0 10px;
}
.wid_40 {
  flex-basis: 40%;
  padding: 0 15px;
}

.wid_45 {
  flex-basis: 45%;
  padding: 0 15px;
}

.wid_100 {
  flex-basis: 100%;
  padding: 0 10px;
}

.m_auto {
  margin: 0 auto;
}
.div_padding{
  padding: 60px 0;
}
.div_margin{
  margin: 70px 0;
}

.scrolltop {
  position: fixed;
  bottom: 30px;
  right: -100px;
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  transition: all 0.5s;
  border-radius: 50px;
  margin: 0 auto;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  background: var(--siteprimary);

}
.scrolltop_opn {
  right: 30px;

}
.scrolltop i {
  display: block;
  line-height: 48px;
  color: #fff;
}
.logo{
  width: 153px;
}
.logo img{
  width: 100%;
}
.header{
  background: var(--siteprimary);
  border-bottom: 1px solid #383839;
}
.nav_link li a{
  position: relative;
  overflow: hidden;
  margin: 0 3px;
}
.nav_link li a, .header_social li a{
  font: 14px poppins;
  color: #fff;
  padding: 40px 15px;
  text-transform: uppercase;
}
.nav_link li a::before{
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom:30px;
  top:30px;
  background:#fff;
  opacity: 0.2;
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  z-index: 1;
}
/* .nav_link li a:hover::before, .nav_link li a.active::before{
  right: -0%;
} */
.nav_link li a:hover, .nav_link li a.active{
  color: var(--sitesecondary);
}
.header_social li a:hover{
  color: var(--sitesecondary);
}
.banner{
  background: var(--siteprimary);
}
.bannerctn_left h1{
  font: 70px twcenmt;
  color: #fff;
  padding-bottom: 60px;
  position: relative;
}
.bannerctn_left h1 span {
  position: absolute;
  left: -25px;
  font-size: 240px;
  top: -60%;
  text-shadow: 2px -1px #37373c, -2px 2px #37373c, 2px 2px #37373c, -2px -2px #37373c;
  color: var(--siteprimary);
  z-index: -1;
  opacity: 0.7;
  right: 0;
  letter-spacing: 10px;
}
.bannerctn_left p{
  font: 18px poppins;
  color: #fff;
}
.bannerctn_left{
  width: 50%;
  padding: 0 0 0 150px;
}
.banner_image{
  width: 280px;
  height: 400px;
  overflow: hidden;
  margin:0 0 50px 50px;
}
.banner_image2{
  height: 300px;
}
.banner_image3{
  height: 200px;
  margin-bottom: 0;
}
.banner_image img{
  width: 100%;
  object-fit: cover;
}
.banner_btn a{
  font: 15px poppins;
  padding: 15px 40px;
  color: #fff;
  border-radius: 5px;
  
}
.banner_btn a:first-child{
  background: var(--sitesecondary);
  color: var(--siteprimary);
}
.banner_btn a:nth-child(2) span {
  background: url(../images/sprite.png) -7px -10px;
  width: 38px;
  height: 16px;
  display: inline-block;
  top: 4px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.banner_btn a:hover:nth-child(2) span {
  background-position:-76px -10px
}
.banner_btn a:first-child:hover{
  background: #00599d;
  color: #fff;
}
.owl-item{
  float: left;
}
.owl-dots{
  position: absolute;
  bottom: 40px;
  left: 30px;
  font:14px poppins_medium;
  color: #fff;
  display: none;
}
.owl-dots span {
  counter-reset: dots;
  position: relative;
}
.owl-dots span::before {
  counter-increment: dots;
  content: counter(dots);
  width: 30px;
  line-height: 30px;
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  margin-right: 5px;
}

.benefits_left h2{
  color: var(--sitesecondary);
  font: 24px poppins_semibold;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
h1{
  color: var(--sitethird);
  font: 58px twcenmt;
  letter-spacing: -1px;
}
.benefits_card h3{
  color: var(--sitethird);
  font: 22px poppins_semibold;
  margin: 20px 0;
}
.benefits_card p{
  color: var(--txtcolor);
  font-size: 15px;
  line-height: 24px;
}
.benefits_card span{
  width: 150px;
  display: block;
}
.benefits_icon1 span{
  width: 100%;
}
.benefits_card span.benefits_icon1{
  background-position:-8px -42px;
}
.benefits_card span.benefits_icon2{
  background-position:-68px -42px;
}
.benefits_card span.benefits_icon3{
  background-position:-142px -42px;
}
.benefits_right{
  padding-left: 60px;
  overflow-x: hidden;
  padding-top: 70px;
}
.btn_style{
  background: var(--sitesecondary);
  color: var(--txtcolor);
  font: 16px poppins_medium;
  padding: 15px 30px;
  border-radius: 5px;
}
.btn_style:hover{
  background: var(--sitethird);
  color: #fff;
}
.portfolio_card{
  flex-basis: 33%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.portfolio_card img{
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.portfolio_card:hover img{
  transform: scale(1.1);
}
.portfolio_ctn{
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.portfolio_ctn h1{
  font: 58px twcenmt;
  color: #fff;
  transition: all 0.3s ease-in-out;

}
.portfolio_card:hover h1{
  letter-spacing: 1px;
}
.portfolio_card span{
  font:150px twcenmt;
  position: absolute;
  top: -0;
  right: 30px;
  z-index: 1;
  opacity: 0.3;
  color: #fff;
}
.title span {
  position: absolute;
  text-shadow: 2px -2px #37373b, -2px 2px #37373c, 2px 2px #37373c, -3px -2px #37373c;
  color: #fff;
  opacity: 0.1;
  letter-spacing: 25px;
  text-transform: uppercase;
  font-size: 110px;
  left: 0;
  top: -20px;
  z-index: -1;
}
.about_left{
  flex-basis: 50%;
}
.about_left p{
  font: 18px/32px poppins;
}
.about_right {
  flex-basis: 60%;
  margin: 0 -160px 0 0;
}
.about_page .about_right {
  flex-basis: 50%;
  margin-right: 60px;
}
.about_right img{
  width: 100%;
}
.project_count li{
  flex-basis: 50%;
  color: var(--siteprimary);
  padding: 20px 0 10px 0;
}
.project_count li:nth-child(2) h3, .project_count li:nth-child(3) h3{
  color: var(--sitethird);
}
.project_count li:nth-child(2) p, .project_count li:nth-child(3) p{
  color: var(--sitethird);
}
.project_count h3{
  font: 50px poppins_light;
}
.project_count p{
  font:18px poppins;
}
.enquiry_card{
  background: url(../images/black_bg.jpg) 0 0 / cover;
}
.enquiry_card h1{
  color: #fff;
}
.enquiry_card h1 a{
  color: var(--sitesecondary);
  font-family: twcenmt;
}
.enquiry_card p{
  color: var(--lightbg);
}
.owl-nav span {
  color: transparent;
  background: url(../images/sprite.png) -47px -10px;
  width: 30px;
  height: 19px;
  display: inline-block;
  background-repeat: no-repeat;
}
.owl-nav .owl-next span {
  transform: rotate(180deg);
  background-position: -47px -8px;
  margin-left: 20px;
}
.owl-nav{
  position: absolute;
  top: -20%;
  right: 10%;
}
.owl-carousel3 .owl-dots span {
  counter-reset: dots;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  display: block;
  border: 3px solid #fff;
  color: transparent;
  margin: 0 5px;
}
.owl-carousel3 .owl-dots {
  position: absolute;
  text-align: center;
  bottom: -50px;
  left: 0;
  right: 0;
}
.owl-carousel3 .owl-dots::before {
  /* content: ""; */
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #ddd;
  top: 50%;
}
.owl-dot.active span{
  background: #ccc;
}
.clients img{
  width: 100%;
}
.latest  .title{
  text-align: center;
}
.latest .title span{
  left: 0;
  right: 0;

}
.news_card_image{
  width: 190px;
  height: 190px;
}
.news_card_image img{
  width: 100%;
}
.tag {
  background: var(--sitesecondary);
  color: #fff;
  font: 14px poppins;
  padding: 2px 10px;
}
.date {
  font-size: 14px;
  color: var(--txtcolor);
  margin: 15px 0;
}
.news_card {
  margin: 15px;
  border: 1px solid #ddd;
  padding: 15px;
}
.news_card_ctn h3 {
  color: var(--sitethird);
  font: 18px poppins_medium;
  margin-bottom: 10px;
}
.news_card_ctn{
  padding-left: 20px;
}
.descrpition{
  font: 14px poppins;
}
.footer{
  background: #17171a;
}
.footer_social li a i{
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: #404042;
  border-radius: 50%;
  color: #fff;
  margin-right: 5px;
  font-size: 12px;
}
.footer h3 {
  margin-bottom: 15px;
  font: 32px twcenmt;
  color: #fff;
  min-height: 35px;
}
.footer p{
  color: var(--lightbg);
}
.footer_link li a {
  color: var(--lightbg);
  font: 14px poppins;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.footer_link p{
  margin-top: 15px;
}
.footer_link li a:hover{
  color: var(--sitesecondary);
}
.footer_link li a span{
  background: url(../images/sprite.png) no-repeat;
  margin-right: 10px;
}
.footer_link li a span.map{
  background-position: -122px -9px;
}
.footer_link li a span.mail{
  background-position: -146px -9px;
}
.footer_link li a span.phone{
  background-position: -177px -9px;
}
.subscribe input{
  border-bottom: 1px solid #ddd;
  padding: 15px;
  border: 0;
  border-bottom: 1px solid #404042;
  width: 100%;
  background: transparent;
  margin-bottom: 20px;
  color: #fff;
}
.subscribe span {
  width: 25px;
  height: 25px;
  background: url(../images/sprite.png) no-repeat;
  background-position: -146px -9px;
  position: absolute;
  top: 9px;
  right: 7px;
  cursor: pointer;
}

.inr_banner{
  background: var(--siteprimary);
}
.inr_banner h1, .philosophy h1{
  color: #fff;
  z-index: 2;
  font-size: 60px;
  text-align: center;
}
.inr_banner .title span {
  text-shadow: 2px -1px #37373c, -2px 2px #37373c, 2px 2px #37373c, -2px -2px #37373c;
  color: #fff;
  opacity: 0.6;
  color: var(--siteprimary);
  z-index: -1;
  letter-spacing: 5px;
  left: 0;
  right: 0;
}
.philosophy{
  background: url(../images/black_bg.jpg) 0 0 / cover;
}
.philosophy ul li{
  flex-basis: 33%;
  color: #fff;
  padding: 0 25px;
}
.philosophy ul li p{
  color: var(--lightbg);
}
.philosophy ul li h3{
  font: 30px twcenmt;
  margin-bottom: 20px;
} 
.philosophy  li span{
  background: url(../images/sprite.png) no-repeat;
  width: 52px;
  height: 45px;
  display: block;
}
.quality_design  li span{
  margin: 0 auto 20px auto;
}
.philosophy li span.mision{
  background-position: -16px -135px;
}
.philosophy li span.vision{
  background-position: -16px -135px;
}
.philosophy li span.value{
  background-position: -16px -135px;
}
.pepole_card {
  padding: 50px 30px 10px 30px;
  border: 1px solid #ddd;
  margin: 20px;
}
.pepole_card p {
  font: 16px poppins;
  line-height: 28px;
  height: 145px;
  width: 280px;
  /* text-overflow: ellipsis; */
  overflow: hidden;
  /* word-break: break-word; */
  transition: all 0.3s ease-in-out;
}
.pepole_card a{
  color:#666;
  font-size: 14px;
  text-align: right;
  display: block;
  margin-top: 20px;
}
.pepole_card a:hover{
  color: var(--siteprimary);
}
.pepole_card span {
  width: 50px;
  position: absolute;
  top: -15px;
  left: 40px;
  background: #fff;
}
.pepole_card img{
  width: 100%;
}
.pepole_user {
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}
.user_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #eee url(../images/user.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 20px 17px;
  overflow: hidden;
}
.user_img img{
  width: 100%;
}
.pepole_user h4{
  font: 16px poppins_medium;
  color: var(--txtcolor);
}

.skils h4{
  font: 28px twcenmt;
  margin:10px 0 10px 0;
  color: var(--txtcolor);
}
.skils li{
  padding: 30px 20px 10px 0;
}
.skils span{
  font-size: 18px;
  color: var(--lightbg);
}
.skils p{
  font-size: 15px;
  line-height: 24px;
}
.service_image {
  margin-left: -280px;
  flex-basis: 70% !important;
}
.quality_design{
  background: var(--siteprimary);
}
.quality_design ul li{
  padding: 25px;
  margin: 0 auto 20px auto; 
  text-align: center;
}
.service_list_card li{
  flex-basis: 50%;
  padding: 20px;
}
.service_list_card li img{
  width: 100%;
}
.service_list_card h4{
  font: 34px twcenmt;
  color: var(--txtcolor);
  margin: 30px 0 10px 0;
}
.service_list_card p{
  line-height: 28px;
  margin-bottom: 20px;
}
.service_list_card li a:hover{
  color: var(--sitesecondary);
}
.gallery_img{
  padding: 20px;
 
}
.gallery_img a{
  overflow: hidden;
}
.gallery_img img{
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.gallery_img_title{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0,0,0,0.6);
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery_img_title h3{
  font: 36px twcenmt;
  color: #fff;
}
.gallery_img:hover img{
  transform: scale(1.1);
}

.get_quote_frm input, .get_quote_frm textarea{
  width: 100%;
  border: 0;
  border: 1px solid #ccc;
  height: 50px;
  padding: 0 15px;
}
.get_quote_frm textarea{
  height: 80px;
  padding: 15px;
  resize: vertical;
  
}

.conatct_us li{
  margin-bottom: 15px;
}

.conatct_us p{
  font-size: 18px;
  line-height: 28px;
  flex-basis: 80%;
}
.conatct_us i {
  flex-basis: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #dddd;
  border-radius: 50%;
  margin-right: 15px;
}
.conatct_us h2{
  margin-bottom: 20px;
}
.menu_trigger{
  display: none;
}

.hide{
  display: none;
}

.copy_right {
  background-color: #111;
  padding: 20px 0;
}
.copy_right p {
  color: #d8d8d8;
  font-size: 13px;
}
.copy_right a {
  color: var(--lightbg);
}

.showMore p{
  height: auto;
  transition: all 0.3s ease-in-out;
  transition: height 1s;
}
.success_pop_all{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0,0,0,0.6);
  display: none;
}
.success_pop_all_opn{
  display: block;
}
.success_pop{
  display: flex;
  height: 100%;
}
.success_pop_inr{
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 25%;
  animation: jump 0.3s ease-in-out;
}
@keyframes jump{
  0%{
    transform: scale(0.5);
  }
  50%{
    transform: scale(1.1);
  }
  
  100%{
    transform: scale(1);
  }
}
.success_pop_inr{
  text-align: center;
}
.success_pop_inr a{
  padding: 10px 20px;
  font-size: 12px;
}
.success_pop_inr h1{
  font-family: poppins_semibold;
  font-size: 28px;
}
.success_pop_inr h3{
  color: #666;
  font-size: 16px;
  margin:10px 0 20px 0;
}
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
  border-radius: 3px;
  font-family:poppins
}
.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: var(--sitethird);
  color: white;
}
.column {
  display: none;
}
.show {
  display: block;
}