@import url('https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap');


:root {
  --primary:#0C2340;
  --secondary:#C9A24B;
  --redcolor:#8e2a2a;
  --greencolor:#3B6D11;
  --white:#fff;
  --black:#000;
}
body {
    margin: 0;
    padding: 0 !important;
font-family: "Schibsted Grotesk", sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    line-height: normal;
    margin: 0 0 15px;
    padding: 14px 20px;
    width: 100%;
    outline: 0;
    font-family: "Schibsted Grotesk", sans-serif;
    border: 1px solid #e6e2d8;
    border-radius: 12px;
    padding: 16px 18px 16px 48px;
    font-size: 15px;
    color: #0f2438;
    background: #fdfcfa;
}
input[type="submit"] {
    background: var(--primary);
    border: none;
    padding: 14px 25px;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    outline: none;
    font-weight: 500;
    border-radius: 12px;
font-family: "Schibsted Grotesk", sans-serif;
    color: var(--white);
    margin: 0;
}
input[type="submit"]:hover {
  background: var(--secondary);
  color: var(--white);
  transition: 0.8s;
}
select, textarea{
	background:none !important;
}
textarea {
    height: 150px;
    margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
font-family: "Schibsted Grotesk", sans-serif;
    color: var(--primary);
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}
h1 {
  font-size:28px
}
h2 {
  font-size:24px
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size:18px
}
h6 {
  font-size:16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Schibsted Grotesk", sans-serif;
    color: #222;
    font-size: 15px;
    line-height: 26px;
}
ul, li, a{
  list-style-type: none;
font-family: "Schibsted Grotesk", sans-serif;
  color: #222;
    font-size: 15px;
    line-height: 25px;
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.heading, .leftheading {
    margin-bottom: 30px;
    font-size: 2.4rem;
    position: relative;
    text-align: center;
    width: fit-content;
    letter-spacing: .5px;
    line-height: 45px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: left;
}
.heading {
    display: block;
    margin: 0 auto 35px;
    text-align: center;
}
	/*
    background: url(https://vikenklima.no/wp-content/uploads/2026/07/heading.png) center/contain no-repeat;
    background-size: 350px;
    background-position: bottom;
    padding-bottom: 40px; */
}
.leftheading {
	text-align: start;
	position: relative;
    z-index: 0;
}
.subheading {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    text-align: center;
    color: var(--secondary);
    width: fit-content;
    margin: 0 auto 12px;
    padding: 5px 40px 4px;
    border-radius: 50px;
    position: relative;
}
.subheading:before {
    content: '';
    background: var(--secondary);
    width: 25px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 14px;
}
span.leftsubheading {
    color: var(--secondary);
    position: relative;
}
.heading .subheading:before, 
.heading .subheading:after {
    left: 50%;
    transform: translateX(-26px);
}
.heading .subheading:after {
    transform: translateX(-18px);
}
.zoomeffect {
    overflow: hidden;
    position: relative;
}
.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
  transform: scale(1.1);
}
.btn-secondary span {
    z-index: 2;
    position: relative;
}

.btn-primary:after {
    content: '\f061';
    padding-left: 6px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 13.5px;
}

/* Top Contact */

.topcontact {
    justify-content: flex-end;
    column-gap: 17px;
    align-items: center;
}
.topcontact a {
    font-size: 17px;
    font-weight: 600;
}
.topcontact a span {
    font-size: 13px;
    display: block;
}
.topcontact i {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-size: 18px;
    background: var(--greencolor);
    height: 45px;
    width: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
/* Header */

header{
    background: #f6f4ee;
}
header .row {align-items: center;}
header .logo img {
    width: 100px;
}
a.gt_switcher-popup.glink.nturl.notranslate {
    display: flex;
    align-items: center;
    gap: 2px;
    color: var(--primary);
}
.home a.gt_switcher-popup.glink.nturl.notranslate, .home a.gt_switcher-popup.glink.nturl.notranslate span  {
    color: var(--white) !important;
}
a.gt_switcher-popup.glink.nturl.notranslate span {
color: var(--primary) !important;
}
.gt_white_content .gt_languages a {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
/*
header.fixed {
    position: fixed;
    z-index: 999;
    background: var(--white);
    box-shadow: 3px 3px 13px #ddd;
}
*/
.home header {
    position: absolute;
    z-index: 11;
    background: none;
}

.home header .logo img {
    filter: invert(1) brightness(100);
}

/* Menubar */

.mainmenu {
    z-index: 3;
    box-shadow: 0 2px 12px #00000014;
}
.mainmenu .btn-primary {margin-left: 10px;}


/* Main Slider */

.mainslider:before {
    content: '';
    background: linear-gradient(90deg, var(--primary), #0c23406b, #00000026);
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 99%;
    top: 0;
}
.mainslider video {
    height: 100vh;
    object-fit: cover;
}
.mainslider figure{
	margin:0;
	position: relative;
}
.mainslider figure img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    filter: brightness(0.7);
}
.mainslider .carousel-caption {
    top: 55%;
    left: 0;
    right: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: left;
    bottom: inherit;
    z-index: 1;
}
.mainslider .carousel-content {
    width: 600px;
}
.mainslider .carousel-content span.subheading {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: var(--secondary);
}
.mainslider .subheading{
	padding-left:0;
}
.mainslider .subheading:before {
    display:none;
}
.mainslider .carousel-caption h1, .mainslider .carousel-caption p {
	color:var(--white);
}
.mainslider .carousel-caption h1 {
    font-size: 55px;
    line-height: 3.9rem;
    font-weight: 700;
    margin: 0 0 10px;
}
.mainslider .carousel-caption h1 span {
    color: var(--secondary);
}
.mainslider .carousel-content p {
    font-size: 17px;
    margin: 15px 0 0;
    line-height: 28px;
}
.mainslider .carousel-content .btn-primary {
    background: none;
    color: var(--white);
    border: solid 1px #ffffff9c;
}
.mainslider .carousel-content .btn-primary:hover {
    background: var(--primary);
	color:var(--white);
}
.mainslider .carousel-control {
	position: absolute;
	bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	font-size: 18px;
	height: 45px;
	background: var(--blackcolor) !important;
	color: var(--whitecolor);
 transition: opacity .15s ease;
	border-radius: 50%;
}
.mainslider .carousel-control.right {
    right: 105px;
    left: auto;
}
.mainslider .left.carousel-control {
	left: 84% !important;
}
.mainslider button i {
    background: rgba(0,0,0,.5);
    font-size: 27px;
    width: 35px;
    height: 55px;
    line-height: 55px;
}
.discover {
    bottom: 70px;
    left: 70px;
    z-index: 1;
}
.discover img {
    width: 160px !important;
	animation: spin 12s infinite linear;
}
.mainslider .banner-buttons {
    margin-top: 15px;
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.gt_container--dyj0e .gt_switcher .gt_selected a {
    border-radius: 6px !important;
    font-size: 15px !important;
}

/* Home About */

.about {
    padding: 80px 0 90px;
}
.about #fold-slider-1 .fs-stage {
    width: 100%;
    aspect-ratio: 16 / 13;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.qualitysrvc .row {
    row-gap: 25px;
}
.who-we-are .about {
    background: none;
}
.about-content .leftheading {
    margin-bottom: 12px !important;
    font-size: 2.2rem;
    letter-spacing: 0;
}
.about-content ul li {
    background-size: 50px !important;
    background-position-x: 18px !important;
    padding: 13px 20px 15px 95px;
    border-radius: 18px;
    margin: 0;
    position: relative;
    border-bottom: solid 1px #ddd;
}
.about-content ul li strong {
    display: block;
    font-size: 18px;
    padding-bottom: 5px;
}
.about-content ul li:before {
    content: '';
    position: absolute;
    background: var(--secondary);
    width: .8px;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    left: 82px;
}
.about-content ul li span.desc {
    line-height: 22px;
    display: block;
}
.about-content ul li:first-child{
background: url(https://vikenklima.no/wp-content/uploads/2026/07/about1.png) left no-repeat;	
}
.about-content ul li:nth-child(2){
background: url(https://vikenklima.no/wp-content/uploads/2026/07/about2.png) left no-repeat;	
}
.about-content ul li:last-child{
background: url(https://vikenklima.no/wp-content/uploads/2026/07/about3.png) left no-repeat;	
}
.about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.who-we-are .about-content .section.header {
    margin-bottom: 20px;
}
.about-content ol {
    margin-top: 20px;
    border-top: solid 1px #ccc;
    padding-top: 20px;
}
.about-content ol li {
    list-style-type: disclosure-closed;
    list-style-position: inside;
    font-weight: 500;
    border-radius: 6px;
    font-size: 16px;
    line-height: 34px;
}
/*
.about figure{
overflow: hidden;
position: relative;
}
.about figure:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(rgba(255,255,255,.3)));
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    transition: all .3s ease;
}
.about figure:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
*/

.about-content, .whoweare-content {
    padding-left: 15px;
}
@keyframes shine{
	100% {
    left: 125%;
}
}

.aboutlist ul , .whowearelist  ul{
    display: flex;
	flex-direction:column;
    row-gap: 10px;
	margin-top:20px;
}
.aboutlist li, .whowearelist  li {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.aboutlist li i, .whowearelist  li i {
    color: var(--primary);
}
/* CO-FOUNDER CSS */
.co-founder {
    text-align: center;
    padding: 20px;
    background-color: #ededed;
    border-radius: 2px;
}
.co-founder figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
    transition: .5s;
}
.co-founder h5 {
    font-size: 17px;
    margin: 5px 0 0;
    font-weight: 600;
}
/* .co-founder:hover figure{
	transform: rotateY(180deg);
} */
.co-founder:hover figure {
    transform: rotate3d(1, 1, 1, 360deg);
}
/* COLLECTIVE SECTION CSS */

.collective {
    padding: 55px 0;
}
.collective .row {
    row-gap: 22px;
}
.collective-item {
    box-shadow: 0 0 14px #e9e9e9;
    padding: 20px;
    height: 100%;
    border-radius: 6px;
    border: 1px solid #b6852e26;
    overflow: hidden;
}
.collective-item figure {
    box-shadow: 0 4px 0 4px #b6852e57;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: var(--white);
    margin-bottom: 25px;
}
.collective-item img {
    width: 70px;
}
.collectivebg {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.collectivebg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0 !important;
    width: 0 !important;
    transition: .5s;
    border-radius: 6px;
    filter: brightness(0.7);
    z-index: -1;
}
.collective-item:hover .collectivebg{
    height: 100% !important;
    width: 100% !important;
}
.collective-item:hover h3 {
    color: var(--white);
}

/* LETS DISCOVER SECTION CSS */
.letsdiscover {
    padding: 0 35px;
    background: var(--primary);
    margin-bottom: 60px;
}
.letsdiscover img {
    transform: translateY(-40px);
}
.letsdiscover figure{
	width:30%;
}
.letsdiscover .leftheading {
    line-height: 50px;
    width: 55%;
    color: var(--white);
    letter-spacing: 0;
    margin: 0;
}
.letsdiscover .btn {
    padding: 15px 30px;
    font-weight: 400;
    letter-spacing: .5px;
}
@keyframes scalerotate{
0%{
	transform: scale(1)  ;
}
50%{
	transform: scale(-1) ;
}
100%{
	transform: scale(1) ;
}
}

/* Services */

.services {
    background: linear-gradient(45deg, #000000de, #0c2340c2), url(https://vikenklima.no/wp-content/uploads/2026/07/Forskningsparken-–-Oslo-Banner.webp) no-repeat bottom center / cover;
    padding: 85px 0 95px;
    background-attachment: fixed;
}
.services .row {
    row-gap: 22px;
}
.services .heading {
    color: var(--white);
}
.service-list {
    background: #ffffff1c;
    padding: 20px;
    border-radius: 20px 20px 15px 15px;
    text-align: center;
    position: relative;
    border: 2px solid #ffffff45;
    backdrop-filter: blur(2px);
    transition: all ease-in-out .5s;
}
.service-list:hover {
    transform: translateY(-5px);
}
.service-list figure{
position: relative;	
overflow:hidden;	
}
.service-list figure:before{
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
    transition: all .3s ease;
	z-index:-3;
}
.service-list:hover figure:before{
    animation: shine 1s;
	z-index: 1;

}
@keyframes shine{
	100% {
    left: 125%;
}
}
.service-list img {
    height: 265px;
    object-fit: cover;
    clip-path: polygon(6.297% .632%,6.297% .632%,5.409% 1.003%,4.571% 1.466%,3.79% 2.016%,3.069% 2.647%,2.414% 3.353%,1.83% 4.127%,1.323% 4.964%,.897% 5.857%,.558% 6.8%,.31% 7.787%,.31% 7.787%,.241% 8.497%,.183% 9.929%,.135% 12.113%,.098% 15.082%,.07% 18.864%,.051% 23.493%,.041% 28.998%,.04% 35.41%,.047% 42.761%,.062% 51.082%,.155% 92.679%,1.024% 94.576%,1.024% 94.576%,1.328% 95.19%,1.67% 95.778%,2.048% 96.337%,2.46% 96.866%,2.904% 97.362%,3.379% 97.825%,3.883% 98.251%,4.414% 98.641%,4.971% 98.991%,5.553% 99.301%,6.98% 100%,93.216% 100%,94.984% 99.068%,94.984% 99.068%,95.557% 98.741%,96.105% 98.375%,96.626% 97.969%,97.119% 97.528%,97.581% 97.051%,98.013% 96.542%,98.41% 96.001%,98.774% 95.431%,99.1% 94.833%,99.389% 94.21%,99.389% 94.21%,99.565% 93.759%,99.707% 93.2%,99.817% 92.344%,99.9% 91.003%,99.959% 88.989%,99.999% 86.114%,100.023% 82.188%,100.035% 77.024%,100.04% 70.434%,100.04% 62.23%,100.04% 31.78%,99.296% 29.817%,99.296% 29.817%,99.031% 29.16%,98.729% 28.525%,98.39% 27.914%,98.016% 27.33%,97.609% 26.772%,97.168% 26.244%,96.697% 25.747%,96.195% 25.283%,95.665% 24.853%,95.108% 24.459%,95.108% 24.459%,94.848% 24.316%,94.504% 24.149%,94.086% 23.963%,93.604% 23.761%,93.069% 23.548%,92.49% 23.328%,91.88% 23.106%,91.248% 22.884%,90.604% 22.669%,89.959% 22.463%,89.959% 22.463%,88.711% 22.056%,87.636% 21.687%,86.712% 21.346%,85.922% 21.024%,85.244% 20.711%,84.659% 20.397%,84.147% 20.072%,83.689% 19.727%,83.265% 19.351%,82.855% 18.935%,82.855% 18.935%,82.476% 18.507%,82.118% 18.033%,81.774% 17.5%,81.439% 16.899%,81.106% 16.215%,80.771% 15.437%,80.428% 14.553%,80.07% 13.552%,79.692% 12.421%,79.288% 11.148%,79.288% 11.148%,78.909% 9.986%,78.55% 8.947%,78.204% 8.02%,77.865% 7.193%,77.527% 6.452%,77.184% 5.786%,76.828% 5.183%,76.455% 4.63%,76.057% 4.116%,75.627% 3.627%,75.627% 3.627%,75.181% 3.199%,74.65% 2.777%,74.047% 2.367%,73.385% 1.976%,72.677% 1.61%,71.933% 1.274%,71.168% .976%,70.393% .721%,69.621% .516%,68.865% .366%,68.865% .366%,68.176% .299%,66.901% .239%,65.054% .184%,62.651% .137%,59.706% .096%,56.235% .062%,52.251% .035%,47.771% .016%,42.809% .004%,37.379% 0%,37.379% 0%,29.872% .011%,23.739% .024%,18.832% .044%,15.003% .074%,12.102% .116%,9.979% .175%,8.487% .253%,7.475% .352%,6.795% .478%,6.297% .632%);
}
.service-info h3 {
    margin: 20px 0  0;
    font-weight: 600;
    color: var(--white);
    font-size: 21px;
    line-height: 24px;
    border-radius: 20px 20px 0 0;
    letter-spacing: .5px;
}
.service-link figure {
    background: var(--white);
    height: 45px;
    width: 45px;
    border-radius: 50px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.service-link img {
    clip-path: inherit;
    height: 15px;
    width: 15px;
    filter: invert(1);
}
.sidebar-inquiry.homecontact-form {
    width: 100%;
    padding: 25px;
    text-align: left;
}
.sidebar-inquiry.homecontact-form form p {
    margin: 0;
}

/* Services Details */

.page-sidebar {
    position: sticky;
    top: 0;
}
.sidebar-inquiry, .sidebar-contactdtls {
    padding: 18px 25px;
}
.sidebar-inquiry {
    background: #fbfdff;
    box-shadow: 2px 2px 13px #ddd;
}
.sidebar-contactdtls {
    background: var(--primary);
    border-radius: 15px;
    padding: 35px 32px 35px;
    margin: 25px 0 0 0;
}
.sidebar-inquiry.homecontact-form .wpcf7-list-item {
    display: inline-block;
    margin: 2px 0 6px;
}
.sidebar-inquiry input, .sidebar-inquiry textarea, .sidebar-inquiry select{
    border: solid 1px  var(--secondary);
}
.sidebar-inquiry input[type="submit"] {
    margin-top: 8px;
    background: var(--primary);
    border: none;
}
.contactus-details {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
    border-bottom: solid 1px #eeeeee2e;
    padding-bottom: 20px;
}
.sidebar-contactdtls .contactus-cnt h5 {
    font-size: 17px;
    margin-bottom: 5px;
}
.contactus-details i {
    font-size: 20px;
    margin-right: 20px;
    color: var(--secondary);
    height: 45px;
    width: 45px;
    border: solid 1px var(
    --secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.sidebar-contactdtls .contactus-cnt p {
    margin: 0;
}
.sidebar-contactdtls .contactus-cnt p, .sidebar-contactdtls .contactus-cnt ul li, .sidebar-contactdtls .contactus-cnt a {
    color: var(--white);
}
.sidebar-contactdtls .contactus-cnt h5 {
    color: var(--secondary);
    margin-bottom: 7px;
}
.sidebar-contactdtls .contactus-details:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.details-content h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}
.page-sidebar h3 {
    font-size: 22px;
    margin-bottom: 25px;
}
.sidebar-contactdtls h3 {
    color: var(--white);
}
.details-banner{
    margin-bottom: 40px;
}
.details-content {
    position: sticky;
    top: 0;
}
.page-template-service-detail .partners {
    margin-top: 80px;
}
.details-banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
}
.sidebar-inquiry form .col-md-6 {
    width: 100%;
}

/* Four Features */

.qualitysrvc {
    padding: 75px 0 90px;
    background: #f7f5ef;
}
.qualitysrvc-item {
    background: var(--white);
    height: 100%;
    transition: all ease-in-out .5s;
    border: 1px solid #e6e1d6;
    border-radius: 16px;
    padding: 35px;
    position: relative;
	overflow:hidden;
}
span.btmcontent {
    background: #c9a24b1a;
    color: var(--secondary);
    padding: 5px 16px;
    border-radius: 15px;
    margin-top: 15px;
    display: inline-block;
    font-size: 14.5px;
    font-weight: 600;
}
.qualitysrvc-item a img {
    filter: invert(1) brightness(0);
}
.qualitysrvc-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 50px -24px rgba(14,42,71,.28);
    border-color: rgba(198,161,91,.5);
}
.qualitysrvc-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    width: 0;
    background: var(--secondary);
    transition: .35s;
}
.qualitysrvc-item:hover:before {
    width: 100%;
}
/*
.qualitysrvc-item:before {
    position: absolute;
    bottom: 0;
    right: -2px;
    content: '';
    height: 80px;
    width: 80px;
    background: url(../images/shape.png)no-repeat bottom center/contain;
}
*/
.qualitysrvc-item figure {
    background: var(--primary);
    width: 60px;
    height: 60px;
    border-radius: 10px;
    outline-offset: 4px;
    position: relative;
}
.qualitysrvc .col-lg-3:nth-child(2) .qualitysrvc-item  figure{
background: var(--secondary);
outline: solid 2px var(--secondary);	
}
.qualitysrvc .col-lg-3:nth-child(3) .qualitysrvc-item  figure{
background: var(--greencolor);
outline: solid 2px var(--greencolor);		
}
.qualitysrvc .col-lg-3:nth-child(4) .qualitysrvc-item  figure{
background: var(--primary);
outline: solid 2px var(--primary);	
}
.qualitysrvc-item figure img {
    width: 40px;
}
.qualitysrvc-item h3 {
    margin: 25px 0 15px;
}
.qualitysrvc-item p {
    position: relative;
}


/* WHY CHOOSE US SECTION CSS */

.whychoose {
    background: url(../images/whyusbg.jpg) no-repeat bottom center / cover;
}
.whychoosecont {
    padding: 60px;
}
.whychooseimage img {
    height: 500px;
    object-fit: cover;
}
.whychoose-item {
    background: url(../images/feature-bg.png);
    padding: 30px;
    border-radius: 10px;
    background-color: var(--white);
    background-position: right;
	height:100%;
}
.whychoose-info figure {
    background: var(--primary);
    height: 75px;
    width: 75px;
    border-radius: 50px;
}
.whychoose-info img {
    width: 45px;
	transition:all .5s ease;
}
.whychoose-item:hover img {
    transform: scale(-1) rotate(180deg);
}
.whychoose-info {
    column-gap: 10px;
}
.whychoose-info h4 {
    margin: 0;
    font-size: 32px;
}
.whychoose-item h3 {
    font-weight: 500;
    margin: 15px 0 0;
    font-size: 20px;
}


/* PROTFOLIO SECTION CSS */

.protfolio {
    padding: 50px 0 60px;
}
.protfolio .row {
    row-gap: 22px;
}
.protfolio-item{
	position:relative;
	transition:0.5s ease-in-out;
	border-radius: 2px;
	overflow:hidden;
}
.protfolio-item figure {
    border: 2px solid #6878d747;
    
}
.protfolio-item img {
    height: 330px;
    object-fit: cover;
    object-position: top;
	transition:0.5s ease-in-out;
}
.protfolio-item  .portfolioicons{
	position:absolute;
	width:100%;
	height:100%;
	background:#fe4833e6;	
	opacity:0;
	display:flex;
	align-items:center;
	justify-content:center;
		transition:0.7s ease-in-out;
	top:0;
	left:0;
}
.protfolio-item ul{
	display:flex;
	align-items:center;
	justify-content:center;
transition:0.7s ease-in-out;
	column-gap:5px;
}
.protfolio-item:hover .portfolioicons{
	opacity:1;
}
.protfolio-item:hover ul {
	rotate:360deg;
}
.protfolio-item ul li i{
	display:flex;
	align-items:center;
	justify-content:center;
	width:45px;
	height:45px;
	border-radius:50%;
	font-size:16px;
	color:var(--white);
	border: 1px solid var(--primary);
}
.protfolio-item:hover img{
	scale:1.1;
}

/* Focus */

.focus {
    padding: 70px 0 85px;
}
.focus-item {
    text-align: center;
    border: solid 1px #eee;
    padding: 30px;
    background: #f6f4ee66;
    border-radius: 12px;
}
.focus-item figure {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    margin: 0 auto;
    background: rgba(46,110,85,.1);
}
.focus-item img {
    width: 35px;
}
.focus-item h3 {
    font-size: 20px;
    margin: 18px 0 8px;
}
.focus-item p {
    margin: 0;
}

/* Partners  */

.partners {
    padding: 72px 0 85px;
    background: #f7f5ef;
}
.partners .sectionheader h2.heading {
    font-size: 25px;
    width: 60%;
    line-height: normal;
}
.partners ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.partners ul li {
    font-weight: 600;
    font-size: 15.5px;
    color: var(--navy);
    background: #fff;
    border: 1px solid #e6e1d6;
    border-radius: 12px;
    padding: 15px 22px;
    transition: .25s;
}
.partners ul li:hover {
    border-color: var(--secondary);
    color: var(--secondary);
    transform: translateY(-2px);
}


/* Testimonials */

.testimonial {
    padding: 80px 0;
    text-align: center;
}
.testimonial-cnt .fa-quote-left {
    font-size: 28px;
    margin-bottom: 15px;
    color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: var(--secondary);
}
.testimonial .rating {
    text-align: center;
    color: #d8c606;
    column-gap: 4px;
    font-size: 12px;
    margin-bottom: 15px;
    justify-content: center;
}
.testimonial-cnt {
    border-radius: 12px;
    position: relative;
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 25px 25px 30px;
    z-index: 1;
    border: solid 1px #ccc;
    border-bottom: solid 3px var(--secondary);
}
.testimonial-cnt:before {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%);
    content: '';
    background: url(
    ../images/review-shape.webp);
    height: 26px;
    width: 75px;
}
.testimonial-cnt:after {
    position: absolute;
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    -webkit-text-stroke: 1px #f2f2f21f;
    color: transparent;
    font-size: 25px;
    bottom: 10px;
    right: 20px;
}
.testimonial-item figure {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.testimonial-item img {
    width: 85px !important;
    height: 85px;
    border-radius: 50px;
    border: solid 2.8px #fff;
    object-fit: cover;
    outline: solid 1px var(--greencolor);
    outline-offset: 2px;
}
span.testipos {
    font-size: 14px;
    background: #c9a24b14;
    padding: 5px 15px;
    color: var(--primary);
    border-radius: 6px;
}
span.testipos i {
    margin-right: 5px;
}
/*
.testimonial-item h3, .testimonial-item p {
    color: var(--white);
}
*/
.testimonial h3 {
    margin: 15px 0 5px;
    font-size: 19px;
}
.testimonial-item p {
    height: 130px;
}
.testimonial-item p::-webkit-scrollbar-track{
     -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,30%);
     border-radius: 10px;
     background-color:#f9f9f9;
}
.testimonial-item p::-webkit-scrollbar {
     width: 2px;
     background-color: #f9f9f9;
}
.testimonial-item p::-webkit-scrollbar-thumb{
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,30%);
     background: var(--primary);
}
.testimonial center a {
    background: var(--white);
    display: inline-block;
    border-radius: 10px;
    padding: 7px 20px;
    margin-top: 30px;
}
.testimonial center a img {width: 180px;}


/* Our Works */

.ourwork{
	padding:60px 0 0;
}
.ourwork .slick-slide {
    margin: 0 8px;
}
.ourwork-item{
	overflow:hidden;
}
.ourwork-cnt {
    z-index: 1;
    bottom: 30px;
    left: 40px;
    background: var(--primary);
    right: 40px;
    padding-left: 20px;
    border-radius: 2px;
}
.ourwork img{
	transition:0.5s ease-in-out;
}

.ourwork-cnt h3 span {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    margin-bottom: 5px;
}
.ourwork-cnt h3 a {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
}

.ourwork-cnt .ourwork-btn {
    height: 100px;
    line-height: 100px;
    width: 80px;
    text-align: center;
    background-color: #fff;
    display: inline-block;
    border-radius: 0 2px 2px 0;
}
.ourwork-cnt .ourwork-btn i {
    color: var(--primary);
    font-size: 20px;
}
.ourwork-item:hover img{
	scale:1.15;
}

/* Videos */

.videos {
    background: linear-gradient(#ffffffa1, #ffffffeb), url(../images/videobg.webp);
    padding: 60px 0;
    background-attachment: fixed;
    background-size: cover;
}
.videos video {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 6px;
}
.videos-item {
    outline: solid 2px #ffffff57;
    outline-offset: 6px;
    position: relative;
}
.videos-item h3 {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9999;
    background: var(--primary);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    outline: dotted 3px var(--white);
    outline-offset: 4px;
    animation: round 2s linear infinite alternate;
}
@keyframes round
{
	0%{
		transform:rotate(-45deg) scale(1.1);
	}
50%{
		transform:rotate(-45deg);
	background:var(--secondary);
	}	
100%{
		transform:rotate(45deg) scale(1);
	}

}

/* Counter */

.counter {
    background: #f6f4ee;
    background-size: cover;
    padding: 70px 0 90px;
    background-attachment: fixed;
}
.counter .sectionheader {
    margin-bottom: 50px;
}
.counter li {
    padding: 0 20px;
    border-right: 1px solid #dbdbdb;
    width: 25%;
}
.counter li h4 {
    margin: 22px 0 12px;
    position: relative;
    padding-top: 15px;
}
.counter li h4:after {
    content: '';
    border-top: solid 3px var(--secondary);
    position: absolute;
    width: 50px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.counter li:last-child{
	border:unset;
}
.counter figure {
    width: 90px;
    height: 90px;
    display: flex;
    margin: 0 auto 6px;
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}
.counter img {
    width: 45px;
}
span.counter-count {
    font-size: 32px;
    font-weight: 700;
    margin: 30px 0 20px;
    display: block;
    color: #000;
}
.counter p {
    color: #555;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}

/* MEET EXPERT TEAM SECTION CSS */
.meetexpert {
    padding: 60px 0;
}
.meetexpert-item {
    padding:  20px;
    z-index: 0;
	transition:0.5s ease-in-out;
}
.meetexpert-item figure{
	height:460px;
	width:100%;
	object-fit:cover;
	overflow:hidden;
	margin:auto;
}
.meetexpert-item img{
	transition:0.5s ease-in-out;	
}
.meetexpert-item:hover img{
	scale:1.1;
}
.meetexpert-item:after{
	background:var(--black);
	content:"";
	position:absolute;
	width:100%;
	height:300px;
	bottom:0;
	left:0;
	z-index:-1;
}
.meetexpert ul {
    display: flex;
    position: absolute;
    bottom: 85px;
    background-color: #fff;
    visibility: hidden;
    transition: all .4s ease;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    left: 5px;
    right: 5px;
    opacity: 0;
    transform-origin: bottom;
    transform: scaleY(0);
    row-gap: 10px;
}

.meetexpert ul:after {
    position: absolute;
    content: "";
    background: var(--white);
    width: 20px;
    height: 10px;
    bottom: -10px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.meetexpert-item:hover ul {
    transform: scaleY(1);
    opacity: 1;
}

.meetexpert-social {
    position: relative!important;
    display: block;
    margin: -30px auto 0;
    width: fit-content;
    transition: 0.5s ease-in-out;
}
.meetexpert-social li i {
    color: var(--primary);
}
.meetexpert-social span {
    color: var(--white);
    font-size: 17px;
    background: var(--primary);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.meetexpert-item:hover .meetexpert-social ul {
    height: 170px;
    z-index: 2;
	visibility:visible;
}
.meetexpert-item:hover .meetexpert-social ul a {
    opacity: 1;
}
.meetexpert ul a {
font-size: 13px;
    opacity: 0;
    transition: 0.5s ease-in-out;
	font-size: 20px;
    color: var(--black);
}
.meetexpert h4 {
    font-size: 16px;
    color: #696969;
    text-transform: uppercase;
}
.meetexpert h3 a {
    color: var(--white);
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px 0;
    display: block;
	transition:0.5s ease-in-out;
}
.meetexpert h3 a:hover{
	color:var(--primary)
}

/* Home Contact */

.homecontact {
    padding: 70px 0 85px;
}
.homecontact .sectionheader p.subtxt {
    text-align: center;
}
.homecontact .sectionheader .heading {
    margin-bottom: 15px;
}
.homecontact .sectionheader {
    margin-bottom: 45px;
}
.homecontact-form {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background: #ffffff;
    border: 1px solid #eee9df;
    border-radius: 20px;
    padding: 50px 45px 40px;
    box-shadow: 0 20px 50px rgba(20, 30, 50, 0.06);
}
.homecontact-form .subheading:before, .homecontact-form .subheading:after {
    background: var(--white);
}
.homecontact-form input[type="submit"] {
    background: var(--secondary);
    box-shadow: none;
    margin-top: 3px;
    width: 100%;
}
.homecontact-form .form-group{
	position:relative;
}
.homecontact-form .form-group::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 17px;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.55;
    pointer-events: none;
    z-index: 2;
}
.homecontact-form .form-group.icon-user::before{
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/><circle cx='12' cy='7' r='4'/></svg>") !important;
}
.homecontact-form .form-group.icon-mail::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='2' y='4' width='20' height='16' rx='2'/><path d='m22 6-10 7L2 6'/></svg>") !important;
}
.homecontact-form .form-group.icon-phone::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.362 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.338 1.85.573 2.81.7A2 2 0 0 1 22 16.92z'/></svg>") !important;
}
.homecontact-form .form-group.icon-pin::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z'/><circle cx='12' cy='10' r='3'/></svg>") !important;
}
.homecontact-form .form-group.icon-message::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z'/></svg>") !important;
}


/* Contact Us */

.cntform.homecontact-form {
    width: 100%;
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
    text-align: left;
}
.cntform.homecontact-form .form-group{
	text-align:left;
}
.cntform.homecontact-form  span.wpcf7-list-item {
    margin: 0 !important;
}
.cntform.homecontact-form h3 {
    font-size: 2.1rem;
    margin-bottom: 10px;
}
.cntform.homecontact-form p.shortdesc {
    margin-bottom: 30px;
}
.secondary-container.contact-us .cntdtls .col-lg-6:last-child {
    display: flex;
    justify-content: flex-end;
}
.cntaddr {
    background: #f6f4ee;
    border-radius: 15px;
    border: solid 1px #ddd;
    height: 100%;
    width: 90%;
}
.cntaddr h3 {
    padding: 22px 25px 0;
    margin-bottom: 15px;
}
.cntaddr iframe {
    border-radius: 0 0 15px 15px;
    transform: translateY(12px);
    filter: grayscale(1);
    height: 210px;
}
.cntaddr ul li {
    display: flex;
    align-items: center;
    column-gap: 20px;
    border-top: solid 1px #ddd;
    padding: 15px 25px;
}
.cntaddr h5 {
    margin: 0 0 3px;
}

.cntaddr ul li i {
    background: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: solid 1px var(--secondary);
    border-radius: 8px;
}

.cntaddr ul li p {
    margin: 0;
}






.getintouch {
    padding: 60px 0 70px;
    text-align: center;
    border-bottom: solid 1px #dddddd40;
}
.getintouch .btn-primary {
    border: solid 1px var(--secondary);
    background: none;
    color: var(--secondary);
}
.getintouch .heading, .getintouch p {
    color: var(--white);
}
.getintouch p {
    width: 52%;
    font-size: 16px;
    margin: 0 auto 12px;
}
.getintouch .heading {
    margin-bottom: 15px !important;
}

.ourstaff {
    margin-top: 60px;
}
.ourstaff-item {
    border: solid 1px #ddd;
    border-radius: 10px;
    display: flex;
    align-items: center;
    column-gap: 25px;
}
.ourstaff-item figure img {
    width: 180px;
    border-radius: 10px 0 0 10px;
}
.ourstaff-item h3:after {
    content: '';
    border-bottom: solid 3px var(--secondary);
    width: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ourstaff-item h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.ourstaff-item ul li {
    line-height: 28px;
}


/* Footer */

footer {
    background: linear-gradient(#000000cf, var(--primary)), url(https://vikenklima.no/wp-content/uploads/2026/07/1920px-Furuset_Senter_6._mai_2018.jpg);
}
.footerabout .btn-primary {
    color: var(--white);
}
.footerabout img {
    width: 140px;
    filter: brightness(0) invert(1);
    margin-bottom: 10px;
}
footer .col-lg-3 {
    border-right: 1px solid #ffffff14;
    padding: 40px 25px 36px;
}
span.wpcf7-spinner {
    position: absolute;
    left: 0;
}
.footerabout p {
    margin: 20px 0 0;
	color:#fff;
}
.footerabout ul {
    display: flex;
    justify-content: center;
    column-gap: 15px;
}
.copyright {
    padding: 25px 0 12px;
    border-top: solid 1px #ffffff1f;
}
.copyright p {
    color: #fff;
}
.footerabout h5 {
    font-size: 18px;
    margin: 20px 0 15px;
    color: var(--white);
}
footer .col-lg-3:last-child {
    border: none;
}
footer ul.menu li {
    position: relative;
    padding-left: 20px;
}
footer ul.menu li:before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    color: var(--white);
    position: absolute;
    left: 0;
    font-weight: 600;
    font-size: 10px;
}
footer ul li.menu-item a {
    margin-bottom: 16px;
    display: block;
}
footer ul li:last-child a {
    margin-bottom: 0;
}
footer ul li.menu-item a:hover {
  color: var(--white);
}
.footersmo li i {
    color: #4d4a4f;
    font-size: 18px;
}
footer h4 {
    margin-bottom: 30px;
    letter-spacing: .5px;
    font-size: 20px;
    color: var(--secondary);
    padding-bottom: 15px;
    position: relative;
}
footer h4:after {
    content: '';
    position: absolute;
    border-bottom: solid 1px #fff;
    width: 49px;
    left: 0;
    bottom: 0;
}
footer a, .footerabout a, footer p {
    color: var(--white);
}
footer a:hover {
    color: var(--white) !important;
}
.footer-details a {
    text-decoration: none;
    font-size: 15px;
}
footer ul.footer-details li:last-child {
    margin-bottom: 0;
}
footer ul.socialicon {
  display: flex;
    column-gap: 6px;
	justify-content: flex-end;
}
footer ul.socialicon li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: #212222;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    margin: 0;
}
footer .readbtn {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--primary);
    margin-top: 15px;
    display: block;
}
footer ul.footer-details li {
    position: relative;
    padding-left: 20px;
    color: var(--white);
    margin-bottom: 15px;
}
footer ul.footer-details li i {
    color: var(--white);
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 7px;
}
footer ul li a, footer ul li p {
    padding-left: 3px;
}
footer form {
    position: relative;
}
footer form input {
    border-color: #ffffff26 !important;
    padding: 7px 15px !important;
    margin-bottom: 8px !important;
    font-size: 14px !important;
}
footer input[type="submit"] {
    width: 100%;
    margin-bottom: 0;
}


#GoToTop {
    display: none;
    position: fixed;
    bottom: 45px;
    right: 25px;
    border-radius: 3px;
    z-index: 99999999;
    padding: 0;
    border: 1px solid var(--white);
    background: var(
    --primary);
    width: 50px;
    color: var(--white);
    height: 55px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
    padding-top: 13px;
    box-shadow: 3px 11px 12px #00000045;
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
	background: var(--primary);
	color: var(--white);
}
#GoToTop.show {
	display:block
}
#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
#whatsappbtn img {
    width: 30px;
    margin-top: 10px;
}

.secondary-container {
	padding: 75px 0;
}
.breadcrumb {
    background: linear-gradient(#0c2340e3, #c9a24be6), url(https://vikenklima.no/wp-content/uploads/2026/07/Berger-Hage-Banner.webp) center / cover;
    padding: 70px 0;
    text-align: center;
}
.breadcrumb h1 {
    margin: 0;
    font-size: 2rem;
}
.breadcrumb p {
    margin: 0;
    color: var(--white);
}

.breadcrumb a {
    color: var(--white);
    margin-right: 25px;
    position: relative;
}

.breadcrumb a:after {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    top: -1px;
    right: -21px;
    color: var(--white);
}


/* Modal Multi Step Form */

.modalformbox {
    width: 60%;
    margin: 0 auto;
}
.modalformbox h3 {
    font-size: 28px;
    font-weight: 500;
}
.modalformbox .wpcf7-list-item {
    width: 100%;
    background: #e1e1e1 !important;
    border: solid 1px #333;
    border-radius: 6px;
    padding: 6px 15px;
    margin: 10px 0;
    position: relative;
}
.modalformbox input[type="radio"] {
    position: absolute;
    right: 0;
    text-align: right;
    cursor: pointer;
}
.modalformbox input[type="radio"] {
    position: absolute;
    right: 8px;
    text-align: right;
    cursor: pointer;
    height: 100%;
    top: -2px;
    width: 22px;
}
.modalformbox input[type="radio"]:checked {
    accent-color: #222;
}
.modalformbox .cf7mls-btns button {
    margin: 0 !important;
    border-radius: 6px;
    font-size: 16px;
    background: #111;
    letter-spacing: 1px;
}
.modalformbox p>label {
    font-size: 20px;
}
.modalformbox input[type="text"], .modalformbox input[type="email"], .modalformbox input[type="tel"] {
    border: none;
    border-bottom: solid 1px #777;
    border-radius: 0;
    font-size: 28px;
    font-weight: normal;
    padding: 15px 0;
    color: #777;
}
.modalformbox .cf7mls_back {
    background: #eee !important;
}
.modalformbox .offcanvas-header {
    justify-content: flex-end;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-not-valid::placeholder {
    color: red;
}

/* WHAT WE ARE PAGE CSS */

.ourmission {
    padding: 60px 0;
    margin-top: 60px;
    background: #4c77380f;
}
.ourmission .row:nth-child(even) {
    flex-direction: row-reverse;
}
.ourmission img {
    border-radius: 10px;
    height: 280px;
    object-fit: cover;
}
.ourmission-content ul li {
    line-height: 32px;
    list-style-type: disc;
}
.ourmission-content h3 {
    font-weight: 600;
}
.ourmission-content ul {
    padding-left: 16px;
}
.whatwedo{
    padding: 60px 0 ;
}
.whatwedo .row{
	row-gap:22px;
}
.whatwedo-item {
    background: white;
    box-shadow: 0 0 14px #e1e1e1;
    border-radius: 3px;
    overflow: hidden;
	border: 1px solid #6878d738;
	height:100%;
	position:relative;
}
.whatwedo-item  h3 {
    text-decoration: underline;
    text-underline-offset: 8px;
    margin: 15px 0 60px;
    color: var(--primary);
    font-size: 19px;
}
figure.whatwedo-icon {
    position: absolute;
    z-index: 1;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto -43px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 14px #e1e1e194;
    border-bottom: 5px solid #6878d7;
    border-left: 6px solid var(--primary);
    left: 50%;
    top: 0;
    transform: translate(-50%, 55px);
}
.whatwedo-icon img{
    vertical-align: middle;
    width: 50px;
    object-fit: cover;
}
figure.whatwedo-img {
    border-top: 6px solid var(--primary);
    height: 195px;
}
.whatwedo-img img{
	height:100%;
	object-fit:cover;
}
.ourprocess{
	padding:60px 0;
	background: url(../images/servicebg.jpg) no-repeat bottom center / cover;
    background-attachment: fixed;
}
.ourprocess .row{
	row-gap:22px;
}
.ourprocess-item {
    padding: 25px;
    background: white;
    border-radius: 6px;
    height: 100%;
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
}
.why-choose {
    padding: 80px 0 68px;
    position: relative;
    z-index: 0;
    background: #eff2ff73;
}
.why-choose:after{
	width:34%;
	background:#083962;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:"";
	z-index:-1;
}
.why-choose-info {
    border-radius: 6px;
    border: 1px solid #6878d754;
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
    text-align: center;
	background:#fff;
}
.why-choose-info figure {
    width: 80px;
    height: 80px;
    background: var(--primary);
    border-radius: 50%;
    margin: 20px auto 0;
}
.why-choose-info img{
	width:50px !important;
}
.why-choose-info h3 {
    background: var(--primary);
    color: white;
    padding: 5px;
    margin-top: 17px;
    font-size: 20px;
}
.why-choose-info p {
    margin: 0 13px 25px;
    height: 160px;
    overflow-y: scroll;
    padding: 2px  15px 0 0px;
}
        .why-choose-info p::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,30%);
            border-radius: 10px;
            background-color:#444;
        }
       .why-choose-info p::-webkit-scrollbar {
            width: 2px;
            background-color: #444;
        }
        .why-choose-info p::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,30%);
            background: #777;
        }
.why-choose .whychoosecont {
    padding: 60px 0 10px;
}
.why-choose .whychoose-item {
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
}
.ourprocess-item figure {
    width: 95px;
    height: 95px;
    border-radius: 6px;
    border: 1px solid #6878d738;
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
    margin: 10px auto 15px;
    position: relative;
	
}
.ourprocess-item span {
    font-size: 102px;
    position: absolute;
    right: 20px;
    top: 0;
    -webkit-text-stroke: 1px #6878d738;
    color: transparent;
}
.ourprocess-item h3 {
    font-size: 25px;
    margin: 20px 0 12px;
}
.ourprocess-item img {
    width: 50px;
}
.ourprocess-item{
	border:1px solid #6878d738;
}
/* BLOG PAGE CSS */
.homebloglist-cnt a.readmore {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    border-top: 1px solid #dcdcdc;
    padding-top: 15px;
    text-transform: uppercase;
    color: var(--primary);
    font-family: "Teko", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}
.homebloglist ul {
    column-gap: 18px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.startproject {
    padding: 100px 0;
    background: linear-gradient(#00000042, #00000042), url(../images/getstarted-bg.jpg);
    background-attachment: fixed;
    text-align: center;
}
.startproject .subheading {
    color: white;
}
.startproject-cnt{
	width:75%;
	margin:auto;
}
.startproject-cnt .heading {
    margin-bottom: 5px;
}

/* SERVICE DETAILS PAGE CSS */

.service-dtl {
    padding: 50px 0;
    background: linear-gradient(120deg, #6878d70f 45%, #6878d71a 65%, #6878d726 10%);
}
.service-dtl .heading {
    margin-bottom: 10px;
}
.service-dtl .servicedtl-img img{
	width:100%;
	height:auto;
}
.servicedtl-content {
    background: #ffffff8c;
    padding: 25px;
    border-left: 3px solid #6878d775;
    border-radius: 15px;
}
/* CAREERS PAGE CSS */
.career img {
    width: 100%;
    height: 510px;
    border-radius: 6px;
    object-fit: cover;
}
.career form {
    box-shadow: 0 0 14px #efefef;
    padding: 20px;
    border: 1px solid #6878d726;
    border-radius: 6px;
}
.career div#wpcf7-f156-o1{
    padding: 25px;
    background: #6878d729;
    border-radius: 10px;
    border: 1px dashed #6878d7a6;
    box-shadow: 0 0 10px #e1e1e1;
}
.career div#wpcf7-f156-o1 .wpcf7-spinner{
	display:none;
}
.career .startproject{
	margin-top:60px;
}

/* Contact Us */

.contactus {
    padding: 60px 0;
}
/*
.contact-address::after, .contact-address:before {
    background: #154f7638;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-1px);
}
.contact-address:before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translatex(-1px);
}
*/
.contact-address ul{
	row-gap:30px;
}
.contact-address ul:after {
    position: absolute;
    content: "";
    background: var(--primary);
    border: 10px solid #ffffff;
    padding: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 6px;
}
.contact-address {
    margin: 80px 0 25px;
}
.homecontact.contactform {
    padding: 40px 0 80px;
}
.contactus_details {
    padding: 30px;
    height: 100%;
    text-align: center;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid var(--primary);
    box-shadow: 0px 0px 15px 0px rgb(51 51 51 / 10%);
}
.contactus_details i {
    font-size: 23px;
    color: var(--white);
    border: 1px solid #ffffff73;
    width: 55px;
    height: 55px;
    background: var(--secondary);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    margin: 0 auto 15px;
}
.contactus_details h3 {
    font-weight: 600;
    margin: 6px 0 6px;
    font-size: 19px;
}
.contact-form .leftheading {
    font-size: 22px;
    margin-bottom: 15px;
}
.contactus_details p, .contactus_details a{
    margin-bottom: 0;
    font-size: 15px;
    word-break: break-all;
}
.contact-form {
    padding: 10px 20px 8px;
    border-radius: 6px;
    border: dotted 2px var(--primary);
    height: 100%;
}
.contactus iframe {
    border-radius: 6px;
    margin-top: 25px;
}
.contact-form  .wpcf7-spinner{
	display:none;
}
.contact-form  input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: fit-content;
    padding: 12px 35px;
    border-radius: 4px;
    margin-top: 10px;
}
.cky-consent-container .cky-consent-bar {
    border-radius: 15px 15px 0 0;
}
.cky-notice-btn-wrapper .cky-btn {
    border-color: var(--primary) !important;
    color: var(--primary) !important;
}
.cky-notice-btn-wrapper .cky-btn:last-child {
    margin-right: 0;
    background: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: var(--white) !important;
}
.secondary-container.prjctslist.services {
    padding: 85px 0 95px;
	background: #f6f4ee !important;
}
.secondary-container.prjctslist.services .service-list {
    background: #fff;
	transition: all ease-in-out .5s;
    border: 1px solid #e6e1d6;
	position: relative;
    overflow: hidden;
}
.secondary-container.prjctslist.services .service-list:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 50px -24px rgba(14,42,71,.28);
    border-color: rgba(198,161,91,.5);
}
.secondary-container.prjctslist.services .service-info h3 {
    color: var(--primary);
}
.secondary-container.prjctslist.services .service-list:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    width: 0;
    background: var(--secondary);
    transition: .35s;
}
.secondary-container.prjctslist.services .service-list:hover:before {
    width: 100%;
}


/* RESPONSIVE CSS */

@media only screen and (max-width: 1199px){
.letsdiscover {
    padding: 0 20px;
    justify-content: space-between;
}
.letsdiscover .leftheading {
    line-height: 45px;
    width: 51%;
    font-size: 38px;
}
.aboutlist.mt-4 {
    margin-top: 0px !important;
}
.co-founder {
    padding: 20px 10px;
}
.co-founder h5 {
    font-size: 16px;
}
.aboutlist ul, .whowearelist  ul {
    row-gap: 6px;
    margin-top: 15px;
}
.services {
    margin-top: 0;
}
.customers-list li {
    padding: 30px 15px;
}
.homeblogbox, .homebloglist-cnt {
    padding: 20px 20px 15px;
}
.homebloglist li i {
    margin-right: 6px;
}
.homebloglist ul {
    column-gap: 10px;
}
.whatwedo-item  h3 {
    font-size: 17px;
}
.ourprocess-item span {
    font-size: 75px;
    top: 25px;
}
}

@media only screen and (max-width: 991px){
header{
	padding: 10px 0;
}
button.rmp_menu_trigger {
    background: var(--primary) !important;
    border-radius: 4px !important;
}
#rmp_menu_trigger-573.is-active {
    background: var(--secondary) !important;
}
#rmp_menu_trigger-573:hover .responsive-menu-pro-inner, #rmp_menu_trigger-573:hover .responsive-menu-pro-inner::before, #rmp_menu_trigger-573:hover .responsive-menu-pro-inner::after {
    background-color: var(--white) !important;
}	
#rmp-container-573 {
    background: var(--white) !important;
}	
#rmp-menu-wrap-573 .rmp-menu-item-link {
    color: var(--primary) !important;
    font-size: 17px !important;
    padding: 6px 20px !important;
    height: auto !important;
}
img.rmp-menu-title-image {
    width: 120px !important;
}	
#rmp-menu-wrap-573 .rmp-menu-current-item .rmp-menu-item-link {
    background-color: var(--secondary);
    color: #fff !important;
}	
span.rmp-menu-title-link span {
    display: none;
}
span.rmp-menu-title-link {
    margin-bottom: 15px;
}
.contact-address .row {
    row-gap: 15px;
}	
div#rmp-menu-social-icons-573 {
    border-top: solid 1px #ccc;
    padding-top: 20px;
}	
ul.rmp-social-icons-list {
    justify-content: start !important;
    padding-left: 10px !important;
}	
.rmp-container .rmp-menu-title .rmp-menu-title-image {
    height: auto;
    margin: 0 auto;
}
#rmp-container-573 {
    width: 80%;
}	
#rmp-menu-title-573 {
    padding-top: 9% !important;
}	
.homecontact {
    padding: 50px 0 60px;
}	
.getintouch p {
    width: 100%;
}	
.getintouch {
    padding: 0 0 60px;
}		
.mainslider .carousel-content h4 {
    font-size: 17px;
}
.mainslider .carousel-content {
    width: 100%;
}
.mainslider .carousel-caption h2 {
    font-size: 48px;
    line-height: 64px;
}
.heading, .leftheading {
    font-size: 34px;
	line-height: 42px;
}
.subheading {
    font-size: 15.5px;
    padding-top: 10px;
}
p {
    line-height: 26px;
}
.about {
    padding: 60px 0;
}
.about .row, .qualitysrvc .row {
    row-gap: 15px;
}
.about-content, .whoweare-content {
    padding-left: 0px;
}
.letsdiscover {
    padding: 27px 30px 37px;
    border-radius: 6px;
}
.letsdiscover figure {
    margin-top: -110px;
}
.letsdiscover {
    padding: 30px 30px 40px;
    flex-direction: column;
    border-radius: 10px;
    margin-bottom: 55px;
}
.letsdiscover .leftheading {
    width: 100%;
    font-size: 29px;
    text-align: center;
    line-height: 37px;
}

.letsdiscover img {
    transform: unset;
    margin-bottom: 15px;
}
.letsdiscover .btn {
    padding: 13px 30px;
}
.discover img {
    width: 135px !important;
}

.container{
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
}
.qualitysrvc-img img {
    width: auto !important;
    margin: auto;
    display: block;
}
.Marquee {
    padding: 40px 0;
}
.Marquee  span {
    font-size: 25px;
    letter-spacing: 5px;
}
.whychoosecont {
    padding: 50px;
}
.whychoose .leftheading{
	width:75% !important;
}
.whychoose-item h3 {
    font-size: 18px;
}
.protfolio ul#pills-tab {
    row-gap: 8px;
}
.protfolio-item img {
    height: 260px;
}
.customers {
    padding: 50px 0 60px;
}
.customers .heading {
    margin-bottom: 30px;
}
.customers-list {
    background: unset; 
    column-gap: 21px;
    row-gap: 21px;
}
.customers-list li {
    width: 30%;
    padding: 20px 15px;
    border-radius: 10px;
    border: 1px solid var(--primary);
}
.testimonial {
    padding: 50px 0 45px;
}
.ourwork {
    padding: 50px 0 0;
}
.ourwork-cnt {
    bottom: 20px;
    left: 10px;
    right: 10px;
    padding-left: 20px;
}
.ourwork-cnt h3 a {
    font-size: 15px;
	line-height: 24px;
}
.counter {
    padding: 60px 0;
}
.counter figure {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 20px;
}
.counter li h4 {
    margin: 22px 0 12px;
    font-size: 18px;
}	
span.counter-count {
    font-size: 38px;
    margin: 26px 0 14px;
}
.counter img {
    width: 38px;
}	
.counter p {
    font-size: 13.5px;
    letter-spacing: -.1px;
}
.homecontact-form {
    width: 75%;
}
.homeblog {
    padding: 55px 0;
}
.homeblog .row{
    row-gap:24px;
}
footer .row{
    row-gap:22px;
}
.newsletter {
    margin-top: 40px;
}
.newsletter-cnt h3 span {
    font-size: 15px;
}
.why-choose:after {
    width: 55%;
}
.why-choose-info p {
    height: 84px;
}
.why-choose .whychoosecont {
    padding: 45px 0 0px;
}
.startproject-cnt {
    width: 90%;
    margin: auto;
}
}

@media only screen and (max-width: 767px){
.partners .sectionheader h2.heading {
    font-size: 20px;
    width: 100%;
    line-height: normal;
}	
.ourstaff .row {
    row-gap: 15px;
}	
.ourstaff-item {
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    justify-content: center;
    padding: 15px;
}
.ourstaff-item figure img {
    margin: 0 auto 15px;
    width: 100px;
    border-radius: 10px;
}	
.ourstaff-item h3:after {
    left: 50%;
    transform: translateX(-50%);
}	
.ourstaff-item h3 {
    margin-bottom: 15px;
}	
.services .row {
    row-gap: 15px;
}	
.about-content ol {
    flex-wrap: wrap;
}	
.about-content ol li {
    font-size: 14px;
    width: 100%;
    line-height: 28px;
}
#fold-slider-1 .fs-nav {
    width: 36px;
    height: 36px;
}	
.mainslider .carousel-caption h1 {
    font-size: 42px;
    line-height: 3.3rem;
    margin: 0 0 10px;
}
.mainslider .carousel-content span.subheading {
    letter-spacing: 0;
    margin-bottom: 10px;
    text-align: left;
}
header .col-3 {
    width: 50% !important;
    order: 1;
}
.cntform.homecontact-form h3 {
    font-size: 1.8rem;
}	
.cntaddr {
    width: 100%;
    margin-top: 20px;
}	
header .col-lg-6 {
    width: 10%;
    order: 3;
}
header .col-lg-3 {
    order: 2;
    width: 40% !important;
    padding-right: 25px;
}

	.mainslider .btn {
    font-size: 14px;
    padding: 14px 15px;
}

footer .col-lg-3 {
    padding: 5px 15px;
}	
footer ul li.menu-item a {
    margin-bottom: 5px;
    display: block;
}	
.mainslider .carousel-content h4 {
    font-size: 15px;
    margin-bottom: 24px;
}
.mainslider .carousel-caption h2 {
    font-size: 38px;
    line-height: 52px;
}
.btn-secondary {
    font-size: 15px;
    padding: 11px 20px;
}
.heading, .leftheading {
    font-size: 30px;
    line-height: 40px;
}

.discover {
    bottom: 50px;
    left: 50px;
}
.discover img {
    width: 115px !important;
}
.subheading {
    font-size: 15px;
	padding:0;
}
	.subheading:before{
		display:none;
	}	
.letsdiscover figure {
    width: 35%;
}
.services {
    padding: 55px 0 70px;
}
.focus .row {
    row-gap: 15px;
}	
.partners {
    padding: 55px 0 60px;
}	
.services-item figure {
    height: 90px;
    width: 90px;
}
.services-info {
    padding-top: 12px;
}
	.whychoosecont  .row{
		row-gap:24px;
	}
.qualitysrvc-list figure {
    height: 68px;
    width: 68px;
}
.qualitysrvc-list img {
    width: 38px;
}
.qualitysrvc-list h3 {
    font-weight: 500;
}
.nav-pills .nav-link {
    font-size: 15px;
}
.progress {
    margin: 20px 0 15px;
}
.whychooseimage.w-25{
	display:none;
}
.whychoosecont{
	width:100% !important;
}
.whychoose-item {
    padding: 25px 20px;
}
.whychoose-info figure {
    height: 70px;
    width: 70px;
}
.whychoose-info img {
    width: 40px;
}
.whychoose-item h3 {
    font-size: 16.5px;
}
.whychoose-info h4 {
    font-size: 30px;
}
.homecontact-form {
    width: 100%;
    padding: 20px;
}
.meetexpert .row{
	row-gap:22px;
}
.testimonial h3 {
    margin: 18px 0 4px;
    font-size: 16px;
}
.counter li {
    width: 50% !important;
    padding: 0 12px;
}
.counter ul{
	row-gap:22px;
}
.counter li:nth-child(2) {
    border: unset;
}
span.counter-count {
    font-size: 28px;
    margin: 20px 0 0;
}
.homecontact-form {
    width: 100%;
}	
.Marquee  span {
    font-size: 22px;
}
.protfolio {
    padding: 45px 0 50px;
}
.homecontact-form p{
		margin:0;
}
.homeblog {
    padding: 50px 0;
}
.ourmission {
    padding: 50px 0;
    margin-top: 55px;
}
.ourmission .row{
    row-gap:20px;
}
	.whatwedo, .ourprocess {
    padding: 55px 0;
}
.ourprocess-item h3 {
    font-size: 23px;
    margin: 18px 0 10px;
}
.why-choose:after {
    width: 100%;
}
.why-choose {
    padding: 70px 0 65px;
}
.startproject {
    padding: 80px 0;
}
.startproject-cnt {
    width: 100%;
}
}

@media only screen and (max-width: 667px){
.carousel-item figure img {
    height: 455px;
}
.mainslider .carousel-caption h2 {
    font-size: 36px;
}
.subheading {
    font-size: 14px;
}
.heading {
    margin: 0 auto 26px;
}
.about, .qualitysrvc {
    padding: 45px 0 55px;
}
.letsdiscover .leftheading {
    font-size: 27px;
    line-height: 34px;
}
.letsdiscover {
    padding: 30px 30px 35px;
    margin-bottom: 50px;
}
.whychoosecont .row{
	row-gap:24px;
}
footer {
    padding-top: 55px;
}
footer a.footer-logo img {
    width: 140px;
    margin: 30px 0 5px;
}
footer ul.menu li a {
    line-height: 32px;
}
.newsletter {
    margin-top: 30px;
	padding: 17px 15px;
}
.newsletter-cnt {
    column-gap: 15px;
}
footer .newsletter .row {
    row-gap: 10px;
}
.newsletter  input {
    padding: 14px 18px;
}
.newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 13px 20px;
}
#GoToTop {
    width: 48px;
    height: 50px;
    font-size: 15px;
    padding-top: 12px;
}
.secondary-container {
    padding: 55px 0;
}
.ourprocess-item figure {
    width: 90px;
    height: 90px;
}
.ourprocess-item img {
    width: 45px;
}
.ourprocess-item {
    padding: 20px 25px;
}
.why-choose .row{
	row-gap:22px;
}
.why-choose-info p {
    height: 130px;
}
.whatwedo, .ourprocess {
    padding: 40px 0 45px;
}
.why-choose {
    padding: 55px 0;
}	
}

@media only screen and (max-width: 568px){
.secondary-container {
    padding: 55px 0;
}
header .logo img {
    width: 90px;
}
.carousel-item figure img {
    height: 400px;
}
.topcontact {
    margin-right: 5px;
}	
.mainslider .carousel-content h4 {
    display: none;
}
.mainslider .carousel-caption h2 {
    font-size: 32px;
    line-height: 42px;
}
.about, .qualitysrvc {
    padding: 45px 0;
}
.about-content .leftheading {
    font-size: 30px;
}
.letsdiscover .leftheading {
    font-size: 22px;
    line-height: 32px;
}
.letsdiscover {
    padding: 20px 30px 25px;
    margin-bottom: 40px;
}
.heading {
    margin: 0 auto 15px;
}
.heading, .leftheading {
    font-size: 28px;
    line-height: 40px;
}
.qualitysrvc .leftheading {
    font-size: 24px;
    line-height: 34px;
}
.qualitysrvc-list li {
    padding: 10px;
}
.qualitysrvc-list h3 {
    font-size: 18px;
}
.Marquee {
    padding: 25px 0;
}
.Marquee-content span {
    font-size: 17px;
}
p {
    line-height: 24px;
    font-size: 15px;
}
.co-founder span {
    font-size: 15px;
}
.qualitysrvc-btm {
    margin: 35px auto 0;
    flex-direction: column;
    row-gap: 10px;
    padding: 10px;
}
.qualitysrvc-btm span {
    padding: 0 20px;
    border-bottom: 1px solid #ddd7d7;
    padding-bottom: 10px;
}
.Marquee {
    padding: 35px 0;
}
.protfolio {
    padding: 40px 0 45px;
}
.customers-list {
    column-gap: 10px;
    row-gap: 10px;
}
.customers-list li {
    width: 48%;
    border-radius: 5px;
}
.why-choose-info p {
    height: 125px;
}
.startproject {
    padding: 70px 0;
}
.ourmission {
    padding: 45px 0;
    margin-top: 50px;
}
}


@media only screen and (max-width: 479px){
.mainslider .carousel-caption h2 {
    font-size: 25px;
    line-height: 35px;
}
.banner-buttons {
    flex-wrap: wrap;
}	
.mainslider .btn {
    font-size: 16px;
    padding: 15px 25px;
    width: 100%;
    margin: 5px 0;
}
.mainslider .carousel-caption h1 {
    font-size: 35px;
    line-height: 2.8rem;
    margin: 0;
}	
.mainslider .carousel-caption h2 span {
    -webkit-text-stroke: 1px #fff;
}
.carousel-item figure img {
    height: 350px;
}
.about-content .leftheading {
    font-size: 22px;
    margin-bottom: 5px !important;
}
.about .row {
    row-gap: 20px;
}
.letsdiscover .leftheading {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
}
.heading, .leftheading {
    font-size: 25px;
    line-height: 35px;
}
.qualitysrvc .leftheading {
    font-size: 18px;
    line-height: 30px;
}
.qualitysrvc-list li {
    width: 100%;
}
.Marquee {
    padding: 20px 0;
}
.secondary-container {
    padding: 45px 0;
}
.whychoosecont {
    padding: 40px 12px;
}
.whychoose .leftheading {
    width: 100% !important;
}
.meetexpert-item img {
    height: 370px;
    object-fit: cover;
    object-position: top;
}
.meetexpert .row {
    row-gap: 10px;
}
.discover img {
    width: 75px !important;
}
.whatwedo .col-6{
	width:100%;
}
.whatwedo .row, .ourprocess .row {
    row-gap: 18px;
}
.whatwedo, .ourprocess {
    padding: 40px 0;
}
.ourprocess-item h3 {
    font-size: 22px;
    margin: 16px 0 10px;
}
.why-choose {
    padding: 50px 0;
}
.why-choose	.leftheading , .why-choose p{
    text-align: center;
}
.why-choose .subheading:before,
.why-choose	.subheading:after {
    left: 50%;
    transform: translateX(-26px);
}
.startproject {
    padding: 60px 0;
}
}

@media only screen and (max-width: 375px){

}