@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&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&family=Space+Grotesk:wght@300..700&display=swap');
:root {
  --primary:#44a270;
  --secondary:#3052a3;
  --white:#fff;
  --black:#000;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(var(--primary)12%, var(--secondary) 100%); 
  border-radius: 10px;
}

body {
    margin: 0;
    padding: 0 !important;
	font-family: "Space Grotesk", 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 #ddd;
    color: #333;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 10px;
    padding: 12px 20px;
    width: 100%;
    outline: 0;
    border-radius: 4px;
    font-family: "Space Grotesk", 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: "Space Grotesk", sans-serif;
    color: var(--white);
}
input[type="submit"]:hover {
  background: var(--secondary);
  color: var(--white);
  transition: 0.8s;
}
textarea {
    height: 110px;
    margin-bottom: 5px;
    border-radius: 25px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
    color: var(--black);
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}
h1 {
  font-size:32px
}
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: "Space Grotesk", sans-serif;
    color: #444;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
ul, li, a{
  list-style-type: none;
  font-family: "Space Grotesk", sans-serif;
  color: #444;
  line-height: 25px;
  font-size: 15px;
font-weight: 400;	
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.heading, .leftheading {
    margin-bottom: 40px !important;
    font-size: 36px;
    position: relative;
    font-weight: 600;
    width: fit-content;
}
.heading {
    text-align: center;
    display: block;
    margin: auto;
    position: relative;
    color: var(--black) !important;
}
.heading:after {
    position: absolute;
    content: '';
    bottom: -12px;
    width: 70px;
    height: 2px;
    background: var(--primary);
    left: 50%;
    transform: translateX(-50%);
}
.heading:before {
    position: absolute;
    content: '';
    bottom: -6px;
    width: 50px;
    height: 2px;
    background: var(--secondary);
    left: 50%;
    transform: translateX(-50%);
}
.subheading {
    display: block;
    text-transform: capitalize;
    color: var(--primary);
    font-size: 15.25px;
    font-weight: 400;
    margin-bottom: 15px;
    border-left: 3px solid var(--primary);
    border-right: 3px solid var(--primary);
    padding: 6px 12px;
    width: fit-content;
    letter-spacing: 0;
    background: #f6f6f6;
    line-height: normal;
	border-radius: 50px;
}
.heading .subheading {
    margin: 0 auto 15px;
}
.zoomeffect {
    overflow: hidden;
    position: relative;
}
.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
  transform: scale(1.1);
}
span{
font-family: "Space Grotesk", sans-serif;
}
/* TOP BAR CSS */

.topbar {
    padding: 5px 0;
    background: var(--primary);
}
.toplist {
    background: #ffffff1c;
    padding: 5px 20px;
    border-radius: 50px;
    column-gap: 40px;
    position:relative;
}
.toplist p {
    font-size: 14px;
}
.topbar-rgt a.topphn {
    background: var(--primary);
    color: var( --white);
    padding: 5px 15px 8px;
    border-radius: 0 0 30px;
}
.topbar-rgt a.topphn i {
    border: solid 1px #ddd;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin-right: 6px;
}
.smoicons {
    column-gap: 5px;
}
.smoicons i {
    color: var(--white);
    height: 31px;
    width: 31px;
    background: #ffffff1f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 15px;
}
.topbar .loginportal {
    border-right: 1px solid #ffffff6b;
    margin-right: 5px;
    padding-right: 15px;
}
.loginportal i {
    height: 35px;
    width: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff1f;
    border-radius: 50%;
    font-size: 19px;
    color: var(--white);
}
.loginportal span {
    color: var(--white);
    font-size: 15px !important;
    display: inline-block;
}
.top-contact p {
    padding: 0 15px;
}
.top-contact p:first-child {
    padding-left: 0;
    border-right: 1px solid #ffffff26;
}
.top-contact i {
    color: var(--white);
    background: #ffffff1c;
    font-size: 13px;
    margin-right: 8px;
    width: 31px;
    height: 31px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-contact p a, .top-contact p {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    color: var(--white);
}
.topbar-rgt {
    column-gap: 45px;
}
.topbar a.arrow-btn {
    display: inline-block;
    color: var(--white);
    transition-delay: 0.1s;
}
.topbar a.arrow-btn i {
    padding-left: 5px;
}
.topbar img {
    width: 14px;
}
/* Header */

header {
    position: absolute;
    width: 100%;
    z-index: 99;
}
header .row {align-items: center;}
header img {
    width: 150px;
    border-radius: 10px;
    margin-top: 10px;
}
header .col-sm-8 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.menubar {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 35px;
    padding: 4px 0;
}
.headercnt {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.headercnt h4 {
    font-size: 17px;
    margin: 0;
}
.headercnt h4 span {
    display: block;
}
.headercnt i {
    font-size: 35px;
    color: var(--primary);
}
.mainmenu.fixed img {
    width: 200px;
}

/* Menubar */

.mainmenu.fixed {
    position: fixed;
    width: 100%;
    background: var(--white);
    top: 0;
    box-shadow: 3px 3px 13px #00000014;
    z-index: 10;
}
.mainmenu .btn-primary {margin-left: 10px;}
.menubar p{
	margin:0;
}
.menubar form .wpcf7-form-control{
	border:unset;
	padding:0;
}    
.hdrcnt a {
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    background: var(--gradient);
    border-radius: 50px;
    padding: 4px 15px;
    color: var(
    --white);
}
.hdrcnt i {
padding-left:8px;
}
.hdrcnt {
    column-gap: 13px;
}

/* Main Slider */

.mainslider .carousel-item {
	position:relative;
	z-index:0;
	overflow:hidden;
}
.mainslider figure{
	margin:0;
	position: relative;
}
.mainslider figure img {
    width: 100%;
    object-fit: cover;
    height: 600px;
    filter: brightness(0.6);
}
div#home video {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.mainslider .carousel-caption {
    top: 55%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    position: absolute;
    bottom: inherit;
    z-index: 2;
}
.mainslider .carousel-content {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
.btn i {
    height: 30px;
    width: 30px;
    background: var(--secondary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--white);
    font-size: 14px;
    margin-left: 10px;
}
.carousel-content p {
    width: 85%;
}
.mainslider .subheading {
    border-right-color: var(--white);
    border-left-color: var(--white);
    padding: 3px 20px;
    letter-spacing: 4px;
    line-height: 25px;
    margin: 0 auto 15px;
    background: var(--gradient);
    font-weight: 500;
    color: var(--white);
    font-size: 23px;
    border-radius: 5px;
}
.mainslider .carousel-caption h2, .mainslider .carousel-caption p {
	color:var(--white);
}
.mainslider .carousel-caption h2 {
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: .5px;
    opacity: 0;
    animation: lts .5s ease-in-out .38s forwards;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.mainslider .carousel-caption h2 span{
    display: block;
    -webkit-text-stroke: 2px var(--primary);
    color: transparent;
}
.carousel-content h4 {
    color: var(--white);
    font-weight: 400;
    background: rgba(31, 31, 31, 0.47);
    padding: 10px 25px;
    font-size: 15px;
    display: inline-block;
    letter-spacing: 1px;
    animation: lts .5s ease-in-out .08s forwards;
    margin-bottom: 20px;
    border-radius: 50px;
    border: 1px solid;
    border-color: rgb(25 115 189 / 58%);
}
@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}
.mainslider .carousel-content p {
    margin: 8px 0 15px;
    line-height: 28px;
    opacity: 0;
    animation: lts .5s ease-in-out .6s forwards;
    color: #eee;
    font-size: 17px;
    margin: 0 auto 10px;
}
.mainslider .carousel-content .btn-primary {
    opacity: 0;
    animation: lts .5s ease-in-out 1.2s forwards;
    background: var(--gradient);
}
.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;
}
#home {
    position: relative;
}

/* About Us */
.about {
    padding: 50px 0;
}
.about:after {
    position: absolute;
    bottom: 0;
    content: '';
    background: url(../images/aboutsbg.png);
    background-repeat:no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .7;
}
.about-content {
    height: 100%;
    padding-left: 15px;
}
.about-content p {
    color: #1a1a1ad9;
    line-height: 30px;
}
.secondary-container .about-content p {
    color: var(--black);
}
.about-content .leftheading {
    margin-bottom: 13px !important;
}
.leftheading span {
    color: var(--primary );
}
.aboutimg img {
    width: 100%;
    height: 100%;
}

.aboutus .about img {
    width: 100%;
    height: 100%;
}
.about-content .btn {
    margin-top: 10px;
}
.aboutlist {
    padding: 12px 0;
    display: flex;
    column-gap: 10px;
}
.aboutlist li {
    background: #f9f9f9;
    width: 40%;
    padding: 8px 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #44a27038;
}
.whoweare .about-content p {
    height: 418px;
    overflow-y: auto;
    padding-right: 20px;
}
.whoweare .about-content p::-webkit-scrollbar {
    width: 4px;
}

.whoweare .about-content p::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.whoweare .about-content p::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #3CB371, #1E90FF); 
    border-radius: 10px;
}

/* Services */

.work {
    padding: 50px 0;
    position: relative;
    background: #3052a30d;
}

.work .heading {
    margin-bottom: 40px !important;
}
.work-list figure {
 overflow:hidden;
 border-radius:10px; 
} 
.work-list img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    filter: brightness(0.8);
    transition:.5s ease-in-out;
}
.aboutworks {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 8px;
}
.aboutworks p {
    bottom: -145px;
    position: absolute;
	padding: 15px;
    transition:.5s ease-in-out;
}
.aboutworks h3 {
    color: var(--white);
}
.work-list:hover p {
    bottom: 120px;
    color: var(--white);
    transition:.5s ease-in-out;
}
.work-list:hover img {
 filter:brightness(0.4); 
 transition:.5s ease-in-out;
}

/* whychoose us  */
.whychoose {
    padding: 60px 0 0;
}
.aboutwhychoose {
    background: #44a27014;
    height: 100%;
    padding: 20px;
    border-radius: 8px;
    text-align:center;
}
.aboutwhychoose figure {
    height: 80px;
    width: 80px;
    background: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
}
.aboutwhychoose img {
    width: 56px;
}







/* gallery images  */
.gallerylightboxlist {
    height: 280px;
    background-position: center;
    background-size: cover;
    transition: .3s;
    border-radius: 10px;
}
.gallery-item figure {
    overflow: hidden;
    border-radius: 8px;
    transition:.3s;
}
.gallery-item figure:hover i{
 transform:scale(1.2);
 transition:.3s;
 opacity:1;
}
.ourgallery {
    padding-top: 60px;
}
.gallery-item h3 {
    position: absolute;
    bottom: -15px;
    width: 100%;
    text-align: center;
    color: var(--white);
    background: linear-gradient(180deg, transparent 29%, #070700cf 89%);
    padding-bottom: 12px;
    border-radius: 6px;
}
.ourgallery .row{
 row-gap:20px;
}
.link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.link i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    background: var(--primary);
    color: var(--white);
    border-radius: 50%;
    font-size: 18px;
    opacity:0;
    transition:.3s;
}

/* clients slider  */
.clients {
    margin-top: 60px;
    background: #1973bd14;
    padding: 40px 0;
}
.clients .slick-slide img {
    width: 170px;
    height: 100px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.clients figure {
    border-radius: 4px;
    border: 1px solid #1973bd3d;
    background: var(
    --white);
    padding: 10px;
    overflow: hidden;
}

/* blog section  */

.homeblog {
    padding: 40px 0 55px;
}
.homeblog .row, .blogpost .row {
    row-gap: 25px;
}
.homebloglist {
    border-radius: 3px;
    transition: .5s;
    overflow: hidden;
    position: relative;
}
.homeblogbox h3 {
    line-height: 25px;
    font-weight: 600;
    margin: 0 0 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.homeblogbox span {
    color: var(--primary);
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding-bottom: 12px;
    display: block;
}
.homebloglist figure {
    margin: 0;
    overflow: hidden;
	position:relative;
}
.homebloglist img {
    width: 100%;
    height: 100%;
    transition: .5s;
}
.homeblogbox {
    padding:15px;
    position: relative;
}
.homeblogbox figure {
    height: 45px;
    width: 70px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.homeblogbox h3 a {
    font-size: 23px;
    line-height: 30px;
    color: var(--black);
    font-weight: 500;
}
.homebloglist p {
    margin: 10px 0 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.homebloglist ul {
    display: flex;
    column-gap: 20px;
    border-bottom: solid 1px #dddddd8c;
    padding: 10px 0 20px;
}
.homebloglist ul li, .homebloglist ul li a {
    font-size: 15px;
}
.homebloglist ul li i {
    margin-right: 5px;
    color: var(--primary);
}

.homeblogbox .readmore {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--primary);
    margin: 15px 0 0;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}
.blogpost .homeblog {
    background: none;
    padding: 0;
}

.homeblog .blogcategory {
    padding: 8px 20px 6px;
    background: #ffffffc9;
    border-radius: 30px;
    transition: all .4s;
    color: var(--primary);
    content: "";
    width: fit-content;
    height: fit-content;
    top: -20px;
    left: 10px;
    opacity: 0;
    font-weight: 600;
}
.blogpage .row {
    row-gap: 25px;
}

/* Footer */

footer {
    background: linear-gradient(90deg, #000000d4, #000000ed), url(../images/footers.webp);
    position: relative;
}

footer .col-lg-4 {
    padding: 50px 20px 30px;
    border-right: 1px solid #ffffff21;
}
footer .col-lg-2 {
    padding: 50px 20px 30px;
    border-right: 1px solid #ffffff21;
}
footer .col-lg-3 {
    padding: 50px 20px 30px;
    border-right: 1px solid #ffffff21;
}
footer .col-lg-3:last-child {
    border: none;
}
footer .border-start {
    border-left: 1px solid #dee2e640!important;
}
footer a.footer-logo img {
    width: 170px;
    padding: 2px 19px;
    margin-bottom: 0px;
}
.footer-logo {
    width: 160px;
    background: #3052a31a;
    height: 105px;
    padding: 20px 0;
    border-radius: 8px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
footer:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 445px;
    background: #00000054;
    height: 370px;
    content: '';
    border-radius: 0 0 50px 50px;
}
footer .col-lg-2 {
    width: 17.666667%;
}
footer .col-lg-3 {
    flex: 0 0 auto;
    width: 24%;
}
footer .container {
    position: relative;
    z-index: 11;
}
a.footer-logo {
    margin-bottom: 18px;
    display: block;
}
footer .col-sm-4 {
    padding: 50px 30px;
}

footer h3:after {
    background: var(--secondary);
    position: absolute;
    content: "";
    height: 2px;
    width: 60px;
    bottom: 0;
    left: 0;
}
footer a, footer ul li {
    color: var(--white);
    transition: 0.5s ease-in-out;
}
footer a:hover {
    color: var(--secondary);
}
.ftrcontact li i {
    height: 35px;
    width: 35px;
    background: #f8c32c12;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.ftrcontact li{
	margin-bottom:10px;
}
footer i{
    font-size: 13px;
    margin-right: 6px;
}
footer p {
    margin-bottom: 0;
    color: #efefef;
    font-size: 15px;
}
footer .ftr-link img {
    width: 160px;
    margin: 0 auto;
    display: block;
}
footer .supporter {
    background: var(--white);
    padding: 15px;
    border-radius: 6px;
}
.ftricons {
    margin-top: 15px;
    column-gap: 5px;
}
.ftricons li i {
    color: #ffffffe0;
    font-size: 13px;
    background: #ffffff12;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.ftr-link li {
    padding-left: 20px;
    position: relative;
    line-height: 35px;
}
.ftrcontact li {
    display: flex;
    align-items: center;
}
footer ul#menu-services {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}
footer ul#menu-services li {
    width: 100%;
}
.ftr-link h3 {
    color: var(--white);
    position: relative;
    padding-bottom: 10px;
}
footer ul.hours li{
 line-height: 26px;	
}
.ftr-link li:before {
    position: absolute;
    content: "\f35a";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    font-weight: 600;
    font-size: 12px;
}
.ftr-contact {
    display: flex;
    column-gap: 20px;
    border-bottom: 1px solid #ffffff1f;
    padding-bottom: 25px;
}
.ftr-contact li {
    width: 33.333%;
    border: 1px solid #ffffff21;
    padding: 15px;
    background: #0000003d;
    text-align: center;
    border-radius: 6px;
}
.ftr-contact li i {
    color: var(--white);
    font-size: 16px;
    background: #ffffff1f;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 13px;
}
.ftr-contact li h4 {
    font-size: 18px;
    color: var(--white);
    margin: 18px 0 5px;
    font-weight: 600;
}
.copyright {
    padding: 15px 0 10px;
    border-top: 1px solid #ffffff38;
}
.copyright ul{
	column-gap:15px;
}
.copyright p {
    color: #efefef;
    letter-spacing: .5px;
}
.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(--secondary);
}
/* electronics design solutions  */
.aboutelectric {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    background: #44a2701f;
    padding: 35px  25px;
    border-radius: 8px;
    border-left: 2px solid var(--primary);
    border-right: 2px solid var(--primary);
}
.aboutelectric p {
    line-height: 32px;
    color: var(--black);
}
.models {
    padding: 50px 0 60px;
    background: #f9f9f9;
    margin: 60px 0 0;
}
.models-item {
    text-align: center;
    background: var(--white);
    padding: 20px 10px;
    height: 100%;
    border-radius: 8px;
    border-bottom: 2px solid var(--primary);
}
.models-item figure {
    height: 100px;
    width: 100px;
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.models-item figure img {
    width: 50px;
}
.models .text {
    width: 65%;
    margin: 0 auto 45px;
    text-align: center;
    color: #000;
}






#GoToTop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 10px;
    border-radius: 8px;
    z-index: 99999999;
    padding: 0;
    border: 1px solid var(--white);
    background: var(
    --primary);
    width: 44px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
    padding-top: 11px;
    box-shadow: 3px 11px 12px #00000045;
    color: var(--white);
}
#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(45deg, var(--primary), var(--secondary));
    padding: 110px 0 65px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-id-3942 .breadcrumb {
    background: linear-gradient(#2d4263, #2d42639c), url(../images/BIMSRVCS.webp);
    padding: 60px 0;
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-id-3940 .breadcrumb {
    background: linear-gradient(#2d4263, #2d42639c), url(../images/electric-banner.webp);
    padding: 60px 0;
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-id-3944 .breadcrumb {
    background: linear-gradient(#2d4263, #2d42639c), url(../images/AI.webp);
    padding: 60px 0;
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-id-3946 .breadcrumb {
    background: linear-gradient(#2d4263, #2d42639c), url(../images/electrical-manufacturing.webp);
    padding: 60px 0;
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-id-3942 .breadcrumb h1 {
 display:none;
}
.page-id-3942 .breadcrumb p {
 display:none;
}
.page-id-3946 .breadcrumb h1 {
 display:none;
}
.page-id-3946 .breadcrumb p {
 display:none;
}
.page-id-3940 .breadcrumb h1 {
 display:none;
}
.page-id-3940 .breadcrumb p {
 display:none;
}
.page-id-3944 .breadcrumb p {
 display:none;
}
.page-id-3940 .breadcrumb h2 {
    display: block !important;
    position: absolute;
    top: 60%;
    left: 110px;
    color: var(--white);
    font-size: 50px;
    letter-spacing: 10px;
    font-weight: 800;
}
.page-id-3940 .breadcrumb h2:after {
    position: absolute;
    content: '';
    top: -9px;
    left: 0px;
    height: 5px;
    width: 46px;
    background: #f7f7f7;
}
.page-id-3942 .breadcrumb h3 {
    display: block !important;
    position: absolute;
    top: 60%;
    left: 135px;
    color: var(--white);
    font-size: 60px;
    letter-spacing: 10px;
    font-weight: 800;
}
.page-id-3942 .breadcrumb h3:after {
    position: absolute;
    content: '';
    top: -9px;
    left: 0px;
    height: 5px;
    width: 46px;
    background: #f7f7f7;
}
.page-id-3944 .breadcrumb h4 {
    display: block !important;
    position: absolute;
    top: 60%;
    left: 110px;
    color: var(--white);
    font-size: 50px;
    letter-spacing: 10px;
    font-weight: 800;
}
.page-id-3944 .breadcrumb h4:after {
    position: absolute;
    content: '';
    top: -9px;
    left: 0px;
    height: 5px;
    width: 46px;
    background: #f7f7f7;
}

.page-id-3946 .breadcrumb h5 {
    display: block !important;
    position: absolute;
    top: 60%;
    left: 135px;
    color: var(--white);
    font-size: 60px;
    letter-spacing: 10px;
    font-weight: 800;
}
.page-id-3946 .breadcrumb h5:after {
    position: absolute;
    content: '';
    top: -9px;
    left: 0px;
    height: 5px;
    width: 46px;
    background: #f7f7f7;
}
.breadcrumb h1 {
    display: none;
}
.breadcrumb h3 {
    display: none;
}
.breadcrumb h2 {
    display: none;
}
.breadcrumb h4 {
    display: none;
}
.breadcrumb h5 {
    display: none;
}
.page-id-3944 .breadcrumb h4 {
display:none;
}
.breadcrumb h1 {
    font-size: 25px;
    margin-bottom: 8px;
}
.breadcrumb h1, .breadcrumb p{
 color: var(--white);	
}
.breadcrumb p {
    margin: 0;
}
.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);
}

/* coming soon  */

.coming-soon {
    position: relative;
    font-size: 70px;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: transparent;
    background: linear-gradient(90deg, #44a072, #325b9d, #4d94ff, #ff4d4d);
    background-size: 300%;
    -webkit-text-stroke: 1px #000;
    background-clip: text;
    animation: floatText 3s ease-in-out infinite,
             colorShift 6s linear infinite;
    text-align: center;
    overflow: hidden;
}

/* Cut effect */
.coming-soon::before,
.coming-soon::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  background: inherit;
  background-size: 300%;
  -webkit-background-clip: text;
  background-clip: text;
  pointer-events: none;
}

.coming-soon::before {
  top: 0;
  clip-path: inset(0 0 50% 0); /* top half */
  transform: translateY(-2px);
}

.coming-soon::after {
  bottom: 0;
  clip-path: inset(50% 0 0 0); /* bottom half */
  transform: translateY(2px);
}

/* Up and down floating */
@keyframes floatText {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Animated gradient */
@keyframes colorShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}








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

/* Contact Us */
.contact {
    padding: 60px 0;
}
.contactimg img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius:10px;
}
form.wpcf7-form.init p {
    margin-bottom: 5px;
}
.contactus_details {
    padding: 10px 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.contact ul {
    background: var(--secondary);
    border-radius: 10px;
    padding: 30px 25px;
}
select.wpcf7-form-control.wpcf7-select {
    border-radius: 50px;
}
.contactus_details i {
    height: 50px;
    width: 50px;
    background: var(--primary);
    border-radius:50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    margin-bottom: 15px;
    font-size: 18px;
}
.contactus_info a {
    font-size: 17px;
    color: #000000e8;
    font-weight: 400;
}
.contactus_info p {
    font-size: 17px;
    color: #000000e8;
    font-weight: 400;
}
.contactus_info h3 {
    margin:0 0 10px;
}
.contactus .contact-details-cnt {
    text-align: center;
    border: 1px dashed var(--secondary);
    padding: 18px;
    transition: all ease-in-out .5s;
    margin-bottom: 15px;
    border-radius: 0 0 6px 6px;
    height: 100%;
    border-top: none;
}
.contactus .contact-details-cnt:hover {
    background: var(--gradient);
}
.contactus .contact-details-cnt:hover strong, .contactus .contact-details-cnt:hover p, .contactus .contact-details-cnt:hover p a {
    color: var(--white);
}
.contactus .contact-details-cnt:hover i {
    color: var(--primary);
    background: var(--white);
}
.contact-details-cnt strong {
    display: block;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 0 4px;
}
.contact-details-cnt i {
    font-size: 20px;
    color: var(--white);
    background: var(
    --primary);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    outline: solid 2px var(--secondary);
    outline-offset: 3px;
}
.contact-details-cnt img {
    width: 100px;
}
.contactus iframe {
    height: 392px;
    border-radius: 6px;
    width: 100%;
}
.contactus .contact-details-cnt p {
    margin: 0;
}
.contact-details-cnt p strong {
    font-size: 20px;
}
.location-avail img {
    width: 70px;
}
.ourlocations {
    background: #f9f9f9;
    padding: 40px 0;
}
.location-avail {
    background: #315f2e0d;
    padding: 20px;
    border-radius: 10px;
}
.col-lg-4:last-child .location-avail figure img {
   width:55px !important;
}
.location-avail figure {
    height: 100px;
    width: 100px;
    background: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
}
form.wpcf7-form.init {
    border-radius: 8px;
    padding: 20px 20px 10px;
    background: #3052a30d;
}
form.wpcf7-form.init input {
    border-radius: 50px;
    background: #ffffff;
    padding: 15px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: var(--primary);
    padding: 12px 30px;
}
.enquiryform {
    background: #315f2e;
    padding: 20px;
    margin: 60px 0 0px;
    border-radius: 8px;
}
.enquiryform p {
    color: var(--white);
    width: 80%;
    margin: 0 auto;
    line-height: 30px;
}
/* Services Details */ 

.servicesdtls-sidebar {
    position: sticky;
    top: 0;
    background: var(--primary);
    padding: 15px;
    border-radius: 6px;
}
.servicesdtls-item {
    box-shadow: 3px 3px 12px #0000001a;
    padding: 15px;
    border: 2px dotted #2bb3ff;
    border-radius: 6px;
    margin-bottom: 15px;
    background: var(--white);
}
.servicesdtls-item:last-child {
    margin-bottom: 0;
}
.servicesdtls-sidebar h3 {
    font-size: 18px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 21px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.servicesdtls-sidebar h3:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2.8px;
    background: #d1d1d1;
    border-radius: 13px;
}
.servicesdtls-content {
    box-shadow: 3px 3px 13px #ddd;
    border-radius: 6px;
    padding: 15px;
}
.servicesdtls-content img {
    width: 100%;
    height: 400px;
    border-radius: 6px;
    object-fit: cover;
}
.servicesdtls-content h2 {
    color: var(--primary);
    line-height: 29px;
    background: var(--white);
    position: relative;
    width: fit-content;
    margin: -33px 0 12px;
    padding: 2px 25px;
    border-radius: 6px 6px 0 0;
    border-left: solid;
    border-right: solid;
}
.servicesdtls-item ul li.current_page_item a {
    color: var(--primary);
}
.servicesdtls-item ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 45px;
}
.servicesdtls-item ul li:before {
    content: '\f0e7';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    color: var(--primary);
    left: 0;
    top: 5px;
    font-weight: 600;
    font-size: 16px;
    border: solid 1px var(--primary);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.servicesdtls-content h5 strong {
    color: var(--primary);
}

/* Policy */

.policy h3 {
    font-size: 18px;
    margin: 15px 0 10px;
}
.policy ul li {
    margin: 8px 0;
    list-style-type: disc;
    list-style-position: inside;
}
.policy h4 {
    margin: 20px 0 10px;
}
span.rmp-menu-title-link span {
    display: none;
}

/* project details section  */
.industrial-thumb figure img {
    border-radius: 8px;
}

/* about details page  */
.msnvsn {
    background: #44a27014;
    padding: 50px 0;
    margin-top: 50px;
}
.msnvsn-item {
    background: #f9f9f9;
    padding: 17px;
    height: 100%;
    border-radius: 8px;
    border: 1px solid #44a27038;
    text-align:center;
}
.msnvsn-item figure {
    height: 85px;
    width: 85px;
    background: var(--secondary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    outline: 2px dotted var(--secondary);
    outline-offset: 6px;
    margin-bottom: 20px;
}
.about-msnvsn p {
    width: 85%;
    margin: 0 auto !important;
}
.about-msnvsn .row {
    row-gap: 15px;
    margin-top: 20px;
}
.core-item {
background: #f9f9f9;
padding: 30px 15px 20px;
height: 100%;
border-radius: 8px;
border: 1px solid #44a27038;
text-align: center;
box-shadow: inset 0 0 10px #44a2702b;
}
.core-item figure {
height: 90px;
width: 90px;
background: var(--secondary);
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
outline: 2px dotted var(
--secondary);
outline-offset: 6px;
margin-bottom: 20px;
}
.core-item figure img {
width: 60px;
filter: brightness(100);
}

/* .about-msnvsn ul li {
    margin-bottom: 6px;
    font-size: 14px !important;
} */
.msnvsn-item figure img {
    width: 56px;
    filter: brightness(100);
}
.about-msnvsn h3 {
    margin-bottom: 10px;
    font-size: 23px;
}
/* Core values */
.core-values {
    background: #f9f9f9;
    padding: 17px;
    height: 100%;
    border-radius: 8px;
    border: 1px solid #44a27038;
    text-align: center;
}
 .value .row {
    row-gap: 22px;
    margin-bottom: 36px;
}
.value {
padding: 60px 0 50px;
}

/* bim services  */
.aboubim .heading {
    display: block;
    position: relative;
    color: var(--black) !important;
    text-align: left;
    width: unset;
}
.bimservices {
    margin-top: 30px;
}
.aboubim .heading:before {
    position: absolute;
    content: '';
    bottom: -6px;
	display:none !important;
    width: 50px;
    height: 2px;
    background: var(--secondary);
    left: 50%;
    transform: translateX(-50%);
}
.aboubim h4 {
    color: #2d4263;
    font-size: 25px;
    font-weight: 700;
    margin: 50px 0 15px;
}
.bimemp p{
	font-size:22px;
	line-height:30px;
}
.aboubim p {
    width: 80%;
    line-height: 28px;
}
.aboutbimservices {
    height: 100%;
}
.srvcslist ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
.srvcslist ul li:first-child {
    width: 100%;
}
.aboubim .heading:after {
    position: absolute;
    content: '';
    bottom: -19px;
    width: 73px;
    height: 7px;
    left: 41px;
    background: #2d4263 !important;
}  background: #2d4263 !important;
}

.srvcslist ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

.srvcslist ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom:8px;
}
.srvcslist ul li:after {
    position: absolute;
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    top: 0;
    left: 0;
    color: #2d4263;
    outline-offset: 2px;
}
.bimservices {
    margin-bottom: 50px;
}
.aboutbimservices h2 {
    margin-top: 19px;
    font-size: 22px;
    position:relative;
}
.aboutbimservices h2:after {
    position: absolute;
    content: '';
    background-image: url(https://algopagedev.com/work/iravi-tech.com/wp-content/uploads/2025/04/headingafter.png);
    top: 8px;
    left: 0;
    height: 100%;
    width: 355px;
    background-repeat: no-repeat;
    z-index: -1;
}
.srvcslist {
    margin-top: 30px;
}
.aboutbimservices img {
    height: 280px;
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
}
.bimservices .row {
    row-gap: 40px;
}
.bimemp {
/*   background: linear-gradient(45deg, #000000de, #000000b8), url(../images/BIMSS.webp); */
    padding: 60px 0;
    background-attachment: fixed;
}
.aboutbimempservices {
    overflow: hidden;
    height: 100%;
}
.bimemp li {
    color: #2d4263 ;
}
.aboubim h2{
	
}
.image_section {
    background: linear-gradient(45deg, #082656c2, #113d87de), url(https://algopagedev.com/work/iravi-tech.com/wp-content/uploads/2025/04/iravi-bim.jpeg);
    padding: 60px 0;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* opacity: 0.5; */
    height: 500px;
    opacity: 0.9;
}
.bimemp .heading:after {
    display: none;
}
.bimemp .heading:before {
    display: none;
}

.aboutbimempservices h2 {
    color: #2d4263;
    margin: 20px 0 15px;
}
.bimemp .heading {
    color: #212529 !important;
    margin-bottom: 20px !important;
}
.bimservices-desc .srvcslist ul li:after {
    position: absolute;
    content: '\2714';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 0;
    left: 0;
    color: #2d4263;
    outline-offset: 2px;
}
.aboutbimempservices .bimservices-desc .srvcslist ul li:after {
    position: absolute;
    content: '\25A0';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 0;
    left: 0;
    color: #2d4263;
    outline-offset: 2px;
}
.bimemp .text {
    color: #292521;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 45px;
}
.aboutbimempservices img {
    height: 280px;
    object-fit: cover;
}
.aboutbim .heading {
    position: relative;
    color: var(--black) !important;
    font-weight: 900;
    font-size: 41px;
}
.about-msnvsn ul li {
    margin-bottom: 6px;
    font-size: 14px !important;
}

/* responsive sections  */

@media (max-width:991px) {
#rmp_menu_trigger-573 {
    right: unset !important;
    position:unset!important;
    background: var(--primary) !important;
}
.menutop.clearfix {
    display: none;
}
.mainslider .carousel-content {
    width: 85%;
}	
.about .row {
    row-gap: 20px;
}
div#rmp-menu-additional-content-573 {
    display: none;
}
form.rmp-search-form {
    display: none;
}	
#rmp-container-573 {
    background-color: var(--secondary) !important;
}
#rmp-menu-wrap-573 .rmp-menu-current-item .rmp-menu-item-link {
    background-color: var(--black) !important;
}
.nav {
    row-gap: 20px;
}
.work-list img {
    height: 100% !important;
}
.work .row {
    row-gap: 20px;
}
.whychoose .row {
    row-gap: 20px;
}
.contact .col-sm-5 {
    width: 100%;
}
.contact .col-sm-7 {
    width: 100%;
}
.contact .row {
    row-gap: 20px;
}
footer .col-lg-4 {
    border-right: 1px solid #ffffff21;
    width: 50%;
}
footer .col-lg-2 {
    width: 50%;
}
footer .col-lg-3 {
    width: 50%;
}
footer:after {
    width: 485px;
}
footer .row {
    row-gap: 20px;
}
.whoweare .row {
    row-gap: 20px;
}
.msnvsn .row {
    row-gap: 20px;
}
.aboutelectric {
    width: 100%;
}
.models .row {
    row-gap: 20px;
}
.bimemp .row {
    row-gap: 20px;
}
.aboutbimservices img {
    height: 100% !important;
}
.bimemp .text {
    width: 100%;
    margin-bottom: 30px;
}
.aboubim p {
    width: 100%;
}
}

@media (max-width:767px){
header img {
    width: 130px;
}
li.nav-item {
    width: 100%;
}
li.nav-item button {
    width: 100%;
}
form.wpcf7-form.init .row {
    row-gap: 0;
}
.work {
    padding: 40px 0;
}
.whychoose {
    padding: 40px 0 0;
}
.contact {
    padding: 40px 0;
}
.secondary-container {
    padding: 40px 0;
}
.page-id-3940 .breadcrumb h2 {
    left: 0 !important;
}
.page-id-3940 .breadcrumb h2:after {
 display:none;
}
.aboutbimempservices h2 {
   margin: 20px 0 -17px;
}
.page-id-3946 .breadcrumb h5 {
    left: unset !important;
}
}

@media (max-width:667px){
.mainslider .carousel-caption h2 {
    font-size: 35px;
    line-height: 45px;
}
footer .col-lg-4 {
    border-right:unset !important;
    width: 100%;
}
footer .col-lg-3 {
     border-right:unset !important;
    width: 100%;
}
footer .col-lg-2 {
    border-right:unset !important;
    width: 100%;
}
footer:after {
    width: 580px;
}
footer {
    background-repeat: no-repeat;
    background-size: cover;
}
footer .col-lg-3 {
    padding: 0 25px;
}
footer:after {
    height: 315px;
}
footer .col-lg-2 {
    padding: 0 25px;
}
.value {
    padding: 40px 0;
}
.page-id-3940 .breadcrumb {
    height: 450px;
}
.page-id-3940 .breadcrumb h2 {
    top: 35%;
}
.models .text {
    width: 95%;
}
.page-id-3942 .breadcrumb h3 {
    left: unset !important;
}
.page-id-3942 .breadcrumb {
    height: 450px;
}
.page-id-3944 .breadcrumb {
    height: 450px;
}
.page-id-3946 .breadcrumb {
    height: 450px;
}
.page-id-3946 .breadcrumb h5 {
    font-size: 35px;
    letter-spacing: 5px;
}
}

@media (max-width:568px){
.mainmenu .row .col-sm-2 {
    width: 45%;
    display: flex;
    justify-content: center;
}
.mainmenu .row .col-sm-10 {
    width: 45%;
}
.page-id-3940 .breadcrumb h2 {
    font-size: 30px;
    letter-spacing: 5px;
}
.mainslider .carousel-caption h2 {
    font-size: 30px;
    line-height: 40px;
}
footer:after {
    width: 420px;
}
.page-id-3942 .breadcrumb h3 {
    top: 45%;
    font-size:30px;
    letter-spacing:3px;
}
.page-id-3944 .breadcrumb h4 {
    left: unset !important;
}
.coming-soon {
    font-size: 40px;
}
}

@media (max-width:414px){
footer:after {
    width: 400px;
}
.carousel-content p {
    display: none;
}
.carousel-control-prev {
    left: 2px !important;
}
.carousel-control-next {
    right: 2px !important;
}
.carousel-control-next, .carousel-control-prev {
    width: 35px;
    height: 35px;
}
.mainslider .carousel-content {
    width: 95%;
}	
.mainslider figure img {
    height: 500px;
}
div#home video {
    height: 500px;
}
.mainslider .carousel-caption h2 {
    font-size: 24px;
    line-height: 35px;
}
.heading, .leftheading {
    font-size: 26px;
}
.work-list img {
    height: 380px !important;
}
.contactimg img {
    width: 100%;
    height: auto;
}
}

@media (max-width:375px){
footer:after {
    display: none;
}
#rmp_menu_trigger-573 {
    width: 50px;
    height: 50px;
}
.mainmenu .row .col-sm-10 {
    padding-right: 0;
}
.page-id-3940 .breadcrumb {
    height: 250px;
}
.page-id-3940 .breadcrumb h2 {
    top:25%;
}
.page-id-3942 .breadcrumb {
    height: 300px;
}
.page-id-3942 .breadcrumb h3 {
    top: 25%;
}
.page-id-3944 .breadcrumb h4 {
    font-size: 35px;
    letter-spacing: 5px;
}
.page-id-3944 .breadcrumb {
    height: 300px;
}
.page-id-3944 .breadcrumb h4 {
    top: 25%;
}
.coming-soon {
    font-size: 30px;
}
.page-id-3946 .breadcrumb {
    height: 300px;
}
.page-id-3946 .breadcrumb h5 {
    top: 25%;
}
}





