@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --primary:#0061ca;
  --secondary:#0ca2de;
  --white:#fff;
  --black:#000;
}
body {
    margin: 0;
    padding: 0 !important;
font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    background: none;
    border: solid 1px #e5e5e5;
    color: #444;
    font-size: 15px;
    line-height: normal;
    margin: 0 0 10px;
    padding: 14px 20px;
    width: 100%;
    outline: 0;
    border-radius: 4px;
font-family: "Poppins", sans-serif;
    background: var(--white);
}
input[type="submit"] {
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    padding: 11px 25px;
    font-size: 14px;
    border: 0;
    letter-spacing: 0.8px;
    cursor: pointer;
    outline: none;
    font-weight: 500;
    border-radius: 4px;
font-family: "Poppins", sans-serif;
    color: var(--white);
}
input[type="submit"]:hover {
  background: var(--secondary);
  color: var(--white);
  transition: 0.8s;
}
textarea {
  height: 100px;
  margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
    font-family: "Poppins", sans-serif;
    color: var(--black);
    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: "Poppins", sans-serif;
    color: #555;
    font-size: 14.5px;
    line-height: 25px;
}
ul, li, a{
  list-style-type: none;
font-family: "Poppins", sans-serif;
  color: #555;
    font-size: 14.5px;
    line-height: 25px;
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.heading, .leftheading {
    margin-bottom: 30px;
    font-size: 35px;
    position: relative;
    text-align: center;
    width: fit-content;
    letter-spacing: .5px;
    line-height: 45px;
    font-weight: 700;
    text-transform: capitalize;
}
.heading {
    display: block;
    margin: 0 auto 30px;
}
.leftheading {
	text-align: start;
	position: relative;
    z-index: 0;
}
.subheading {
    display: block;
    text-transform: uppercase;
    color: var(--primary);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-top: 15px;
}
.subheading:before, .subheading:after {
    position: absolute;
    top: 5px;
    left: 0;
    width: 45px;
    height: 3px;
    content: '';
    background: var(--primary);
}
.subheading:after {
    top: 0;
    height: 1px;
    width: 30px;
}
.heading .subheading {
    width: fit-content;
    margin: auto;
    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;
}
/* TOP CONTACT CSS */

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

header .row {align-items: center;}
header img {
    width: 300px;
}
header.fixed {
    position: fixed;
    z-index: 999;
    background: var(--white);
    box-shadow: 3px 3px 13px #ddd;
}

/* Menubar */

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


/* Main Slider */


.mainslider figure{
	margin:0;
	position: relative;
}
.mainslider figure img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    filter: brightness(0.6);
}
.mainslider .carousel-caption {
    top: 50%;
    left: 0;
    right: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: left;
    bottom: inherit;
}
.mainslider .carousel-content {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
.mainslider .carousel-caption h2, .mainslider .carousel-caption p {
	color:var(--white);
}
.mainslider .carousel-caption h2 {
    font-size: 50px;
    line-height: 65px;
    font-weight: 700;
    letter-spacing: .5px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    margin: 20px 0 10px;
}
.mainslider .carousel-caption h2 span {
    color: transparent;
    -webkit-text-stroke: 2px #fff;
}
.mainslider .carousel-content h4 {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 5px;
    color: var(--white);
    text-transform: uppercase;
    margin: 0;
    background: linear-gradient(45deg, var(--primary), transparent);
    padding: 2px 30px;
    border-radius: 50px;
}
@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}
.mainslider .carousel-content p {
    font-size: 19px;
    margin: 10px 0 0;
    line-height: 28px;
    opacity: 0;
    animation: lts .5s ease-in-out .6s forwards;
    color: #eee;
}
.mainslider .carousel-content .btn-primary {
    opacity: 0;
    animation: lts .5s ease-in-out 1.2s forwards;
}
.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;
}
@keyframes spin {
    0%  {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}   
}

/* HOME ABOUT SECTION CSS */

.about {
    padding: 40px 0;
    background: url(../images/aboutbg.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.who-we-are .about {
    background: none;
}
.about-content .leftheading {
    margin-bottom: 10px !important;
    font-size: 33px;
}
.about-content p {
    text-align: justify;
}
.about img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.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, #000000cf, #1b6dc1db), url(../images/servicesbg.webp) no-repeat bottom center / cover;
    padding: 50px 0 70px;
    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: 235px;
    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;
}

/* 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);
}
.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: 12px;
    border-bottom: solid 1px #eee;
    padding-bottom: 12px;
}
.sidebar-contactdtls .contactus-cnt h5 {
    font-size: 17px;
    margin-bottom: 5px;
}
.sidebar-contactdtls .contactus-details i {
    color: var(--white);
}
.contactus-details i {
    font-size: 30px;
    margin-right: 30px;
    color: #2e3191;
    height: 35px;
    width: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sidebar-contactdtls .contactus-cnt p {
    margin: 0;
}
.sidebar-contactdtls .contactus-cnt h5, .sidebar-contactdtls .contactus-cnt p, .sidebar-contactdtls .contactus-cnt ul li, .sidebar-contactdtls .contactus-cnt a {
    color: #fff;
}
.sidebar-contactdtls .contactus-details {
    border-bottom: solid 1px #ffffff3b;
}
.sidebar-contactdtls .contactus-details:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-sidebar h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 22px;
}
.sidebar-contactdtls h3{
color:var(--white);
}
.details-content {
    background: #fbfdff;
    box-shadow: 2px 2px 13px #eee;
    padding: 20px;
}
.details-content p{
text-align: justify;	
}
.details-banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
}
.sidebar-inquiry form .col-md-6 {
    width: 100%;
}

/* Quality Services */

.qualitysrvc {
    padding: 65px 0 80px;
    background: url(../images/qualitybg.webp) center/cover;
    background-attachment: fixed;
}
.qualitysrvc-item {
    padding: 25px;
    background: var(--white);
    height: 100%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 3px 3px 13px #ddd;
    transition: all ease-in-out .5s;
}
.qualitysrvc-item:hover {
    transform: translateY(-5px);
}
.qualitysrvc-item:before {
    position: absolute;
    bottom: 0;
    right: -2px;
    content: '';
    height: 120px;
    width: 120px;
    background: url(../images/shape.png)no-repeat bottom center/contain;
}
.qualitysrvc-item figure {
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    width: 90px;
    height: 90px;
    border-radius: 50%;
    outline: solid 2px var(--primary);
    outline-offset: 4px;
	position:relative;
}
.qualitysrvc-item figure::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 16px;
    width: 16px;
    background: var(--primary);
    border-radius: 50%;
    animation: spinnerRotate 10s linear infinite;
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid var(--primary);
    transition: all 0.35s ease-in-out;
}
@keyframes spinnerRotate {
    0% {
        -webkit-transform: rotate(0deg) translateX(57px);
        transform: rotate(0deg) translateX(57px);
    }
    100% {
        -webkit-transform: rotate(360deg) translateX(57px);
        transform: rotate(360deg) translateX(57px);
}
}
.qualitysrvc-item figure img {
    width: 52px;
    filter: invert(1);
}
.qualitysrvc-item h3 {
    margin: 25px 0 15px;
}
.qualitysrvc-item a {
    position: absolute;
    right: 8px;
    bottom: 10px;
    background: var(--white);
    border-radius: 50px;
    height: 45px;
    width: 45px;
}

/* 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;
}

/* Experts */

.expert {
    background: linear-gradient(#0000008a, #000000ab), url(../images/expertbg.webp);
    padding: 65px 0;
    background-size: cover;
    background-attachment: fixed;
	background-position:center;
}
.expert-item {
    border: solid 1px #dddddd45;
    height: 100%;
    padding: 20px;
    text-align: center;
    border-radius: 6px;
    backdrop-filter: blur(5px);
    transition: all ease-in-out .5s;
}
.expert-item:hover {
    background: var(--primary);
    transform: translateY(-5px);
}
.expert-item h3, .expert-item p {
    color: var(--white);
}
.expert-item h3 {
    margin: 22px 0 10px;
}
.expert-item p {
    margin-bottom: 0;
}
.expert-item figure {
    border: dashed 2px var(--white);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #ffffff21;
}

.expert-item figure img {
    width: 70px;
}


/* TESTIMONIAL SECTION CSS */

.testimonial {
    padding: 60px 0;
    background: url(../images/qualitybg.webp) no-repeat center/cover;
    background-attachment: fixed;
}
.testimonial .rating {
    color: #ff6809;
    column-gap: 3px;
    font-size: 14px;
    margin-bottom: 15px;
}
.testimonial-cnt {
    padding: 35px 60px 15px 96px;
    margin-left: 75px;
    box-shadow: 0 0px 10px rgba(0,0,0,.1);
    position: relative;
    z-index: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    background: url(../images/feature-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 65%;
	background-color:#fff;
}
.testimonial-cnt:after {
    width: 10px;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
    background: linear-gradient(45deg, transparent, var(--primary));
}
.testimonial-cnt:before {
    position: absolute;
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    -webkit-text-stroke: 1px #f2f2f2;
    color: transparent;
    font-size: 86px;
    bottom: 0;
    right: 28px;
}
.testimonial-item figure {
    top: 50%;
    left: 15px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    transform: translateY(-74px);
    border: solid 3px var(--primary);
}
.testimonial-item img {
    width: 100% !important;
    object-fit: contain !important;
	transition:0.5s ease-in-out;
}
.testimonial-item:hover img{
    scale: 1.1;
}
.testimonial h3 {
    margin: 22px 0 0px;
    font-size: 18px;
    text-transform: uppercase;
}

/* OUR WORK SECTION CSS */
.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 SECTION CSS */

.counter {
    background: url(../images/counterbg.png) no-repeat center;
    background-size: cover;
    padding: 70px 0;
    background-attachment: fixed;
}
.counter li {
    border-right: 1px solid #dbdbdb;
	width:25%;
}
.counter li:last-child{
	border:unset;
}
.counter figure {
    width: 100px;
    height: 100px;
    display: flex;
    margin: 0 auto 6px;
    background-color: var(--primary);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.counter img {
    width: 45px;
    transition: all .5s ease;
}
span.counter-count {
    font-size: 40px;
    font-weight: 700;
    margin: 30px 0 15px;
    display: block;
    color: #000;
}
.counter p {
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 500;
}
.counter li:hover img{
	transform: scale(-1) rotate(180deg);
}

/* 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;
    background: url(../images/homecontactbg.jpg) no-repeat;
    background-size: cover;
}
.homecontact-form{
	width:50%;
}
.homecontact-form .subheading:before, .homecontact-form .subheading:after {
    background: var(--white);
}
/* BLOG SECTION CSS */

.homeblog {
    background: #f7f7f7;
    padding: 60px 0;
}
.homebloglist {
    background: var(--white);
    box-shadow: 0 0 14px #e1e1e1;
    text-align: center;
    border-radius: 2px;
    overflow: hidden;
}
.homebloglist figure{
	height:255px;
	overflow:hidden;
}
.homebloglist figure:after {
    background: rgba(255,255,255,.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all .4s linear;
}
.homebloglist img {
    width: 100%;
    height:100%;
	object-fit:cover;
	transition:0.5s ease-in-out;
}
.homebloglist figure p {
    left: 20px;
    bottom: 20px;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    text-transform: uppercase;
    flex-direction: column;
    margin: 0;
    border-radius: 2px;
}
.homebloglist figure p span:first-child {
    font-size: 18px;
    font-weight: 500;
}
.homeblogbox, .homebloglist-cnt {
    padding: 20px 27px 15px;
}
.homeblogbox h3 {
    line-height: 30px;
    margin-bottom: 5px;
    font-size: 19px;
    font-weight: 600;
}
.homeblogbox .blog-link, .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;
}
.homebloglist li, .homebloglist li a {
    font-size: 14px;
    font-weight: 500;
}
.homebloglist li i{
	margin-right:10px;
	color: var(--primary);
}
.homebloglist:hover figure:after {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .4s linear;
}
.homebloglist:hover img{
	scale:1.1;
	
}
/* Footer */

footer {
    background: linear-gradient(#000229c7, #00022900), url(../images/footerbg.webp) bottom / cover;
    padding-top: 60px;
}
footer .border-start {
    border-left: 1px solid #dee2e640!important;
}
footer a.footer-logo img {
    width: 300px;
    margin-bottom: 20px;
}
footer .col-sm-4 {
    padding: 50px 30px;
}
footer .col-sm-4:nth-child(2) {border-right: solid 1px #6a6a6a2e;border-left: solid 1px #6a6a6a2e;}

footer h3 {
    color: #efefeff0;
    margin-bottom: 20px;
    font-size: 20px;
    position: relative;
    padding-bottom: 15px;
}
footer h3:before {
    content: '';
    position: absolute;
    border-bottom: solid 2px #ffffff87;
    bottom: 0;
    width: 70px;
}
footer .row a {
    display: block;
}
footer a, footer ul li {
    color: #efefeff0;
    font-size: 14.5px;
    transition: 0.5s ease-in-out;
}
footer a:hover{
	color:var(--primary);
}
.ftrcontact li{
	margin-bottom:10px;
}
footer ul.menu li a {
    line-height: 35px;
}

footer i{
    font-size: 13px;
    margin-right: 6px;
}
footer p {
    margin-bottom: 0;
    color: #efefeff0;
    font-size: 14.5px;
}
ul.ftrcontact li {
    position: relative;
    padding-left: 30px;
    margin: 18px 0;
}
ul.ftrcontact li i {
    position: absolute;
    left: 0;
    top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}
.ftr-smoicons {
    column-gap: 8px;
}
.ftr-smoicons li {
    color: var(--white);
    font-size: 16px;
}
.ftr-smoicons li i {
    color: white;
    font-size: 16px;
    background: #b7b7b73b;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #ffffff3b;
    margin-top: 50px;
}
.copyright p {
    color: #efefef;
    letter-spacing: .5px;
    text-align: left;
}
.copyright p a {
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 4px;
	transition:0.5s ease-in-out;
}
.copyright p a:hover{
	color:var(--primary);
}
#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: 60px 0;
}
.breadcrumb {
    background: linear-gradient(#0061ca57, #0ca2deb3), url(../images/breadcrumbs.jpg);
    padding: 50px 0;
    text-align: center;
}
.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:#eff2ff;
}
.ourmission .row:nth-child(even) {
    flex-direction: row-reverse;
}
.ourmission img {
    border-radius: 12px;
}
.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;
}
.contactus_details {
    width: 47.5%;
    padding: 20px 15px;
    height: 190px;
    text-align: center;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px dashed #154f76;
    box-shadow: 0px 0px 15px 0px rgb(51 51 51 / 10%);
}
.contactus_details i{
    font-size: 26px;
    color: transparent;
    border: 1px solid #ffffff73;
    width: 55px;
    height: 55px;
    background: var(--primary);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-text-stroke: 1px var(--white);
    margin: 0 auto 15px;
}
.contactus_details h3{
    font-weight: 400;
    margin: 0 0 5px;
    font-size: 17px;
    letter-spacing: 1px;
}
.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 input[type="text"], .contact-form  input[type="email"], .contact-form input[type="tel"], .contact-form input[type="date"], textarea, select {
    background: #ffffff;
}
.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;
}
.contact-us iframe {
    width: 100%;
    height: 450px;
    margin-bottom: -7px;
}

/* Gallery  */

.ourgallery {
    padding: 50px 0 65px;
}
.ourgallery .row {
    justify-content: center;
    row-gap: 25px;
}
.gallery-item {
    overflow: hidden;
    display: block;
    outline: solid 1px var(--secondary);
    outline-offset: 5px;
    border-radius: 4px;
}
.ourgallery .gallerylightboxlist {
    height: 450px;
    background-size: cover;
    transition: all ease-in-out 1.8s;
    border-radius: 6px;
    background-position: top;
}
.gallerylightboxlist:hover {
    background-position: bottom;
}
.gallerylightbox {
    position: relative;
}
.gallerylightbox h3 {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: var(--secondary);
    background: #ffffffc7;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 19px;
    padding: 10px;
    font-weight: 600;
}
img.fancybox-image {
    border-radius: 6px;
}
.ourgallery .slick-slide {
    margin: 0 5px !important;
}
.compensate-for-scrollbar {
    margin-right: 0 !important;
}

/* 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;
}
.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;
}
.btn-secondary {
    font-size: 15.5px;
    padding: 13px 20px;
}
.about {
    padding: 60px 0;
}
.about .row, .qualitysrvc .row {
    row-gap: 40px;
}
.about img {
    width: auto;
}
.about-content, .whoweare-content {
    padding-left: 0px;
}
.letsdiscover {
    padding: 27px 30px 37px;
    border-radius: 6px;
}
.letsdiscover figure {
    margin-top: -110px;
}
.services {
    padding: 120px 0 55px;
}

.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: 90px;
    height: 90px;
    margin: 0 auto;
}
span.counter-count {
    font-size: 38px;
    margin: 26px 0 14px;
}
.counter p {
    font-size: 13px;
    letter-spacing: 0.5px;
}
.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){
.carousel-item figure img{
		height:500px;
		object-fit:cover;
}
.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;
}
.letsdiscover figure {
    width: 35%;
}
.services {
    padding: 115px 0 50px;
}
.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%;
}
.meetexpert .row{
	row-gap:22px;
}
.testimonial-cnt {
    padding: 30px 30px 15px 89px;
}
.testimonial-item figure {
    width: 140px;
    height: 140px;
}
.testimonial h3 {
    margin: 18px 0 4px;
    font-size: 16px;
}
.counter li{
	width:50% !important;
}
.counter ul{
	row-gap:22px;
}
.counter li:nth-child(2) {
    border: unset;
}
span.counter-count {
    font-size: 35px;
    margin: 20px 0 14px;
}
.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: 55px 0;
}
.services {
    padding: 115px 0 35px;
}

.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: 170px;
}
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 img {
    width: 130px;
}
.carousel-item figure img {
    height: 400px;
}
.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: 414px){
.mainslider .carousel-caption h2 {
    font-size: 25px;
    line-height: 35px;
}
.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){

}