@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@400;500;600;700;800&display=swap');
 @import url('https://fonts.cdnfonts.com/css/aquire');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
  --primary:#39b3f0;
  --secondary:#000a8d;
  --white:#fff;
  --black:#000;
}


body {
    margin: 0;
    padding: 0 !important;
    font-family: 'Open Sans', sans-serif;
	font-family: 'EB Garamond', 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: #444;
    font-size: 15px;
    line-height: normal;
    margin: 0 0 10px;
    padding: 13px 20px;
    width: 100%;
    outline: 0;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
}
input[type="submit"] {
  color: var(--white);
  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: 600;
border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
}
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: 'Saira Condensed', sans-serif;
    color: #050A15;
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}
h1 {
  font-size:30px
}
h2 {
  font-size:28px
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size:18px
}
h6 {
  font-size:16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    color: #4e4b4b;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
}
ul, li, a{
  list-style-type: none;
 font-family: 'Open Sans', sans-serif;
  color: #444;
  line-height: 24px;
  font-size: 14px;
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.heading, .headingleft {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 600;
    color: #000;
    text-align: center;
    letter-spacing: 1px;
}
.headingleft{
	text-align:left;
}
.heading span {
    display: block;
    color: var(--secondary);
    font-size: 17px;
   font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
}
.subheading{
    width: 80%;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 17px;
    color: #121212;
    font-family: 'Open Sans', sans-serif;
}

.zoomeffect {
    overflow: hidden;
    position: relative;
}
.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
  transform: scale(1.1);
}


/* TOPBAR SECTION CSS */

.topbar .row {
	align-items: center;
}
.topbar {
    background: var(--secondary);
}
.top-contact {
    display: flex;
    align-items: center;
}
.top-contact p {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.topbar p i {
    color: var(--white);
    border: 1px dashed var(--white);
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius: 50px;
}
.logo img {
    width: 100px;
}
.topcontact {
    display: flex;
    align-items: center;
    justify-content: end;
}
.topbar .col-sm-9 {
    display: block;
}
.topbar p {
    margin: 0;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #ffffff26;
	line-height: 40px;
}
.topbar p:last-child {
    padding: 0;
    margin: 0;
    border: none;
}
.topbar p, .topbar p a, .smoicons ul li a {
    color: var(--white);
}
.topbar p, .topbar p a {
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
}
.topcontact p {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.topcontact p a span {
    display: block;
    color: #5e6578;
    font-weight: 400;
}
.smoicons {
    padding: 11px;
}
.smoicons ul {
    display: flex;
    align-items: center;
    justify-content: end;
}
.smoicons li {
    border-right: 1px solid #ddd;
    padding: 0 13px;
}
.smoicons li i {
    font-size: 16px;
    color: var(--white);
}
.smoicons li:last-child {
    border: none;
    padding-right: 0;
}
.smoicons ul li, .smoicons ul li a {
    color: var(--secondary);
    font-size: 18px;
}


/* HEADER SECTION CSS */

header.fixed {
    position: fixed;
    top: 0;
    background: var(--white);
    z-index: 999;
    width: 100%;
    box-shadow: 2px 2px 13px #ddd;
}
header .row {align-items: center;}
header img {
    width: 140px;
}
header .col-sm-8 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.headercnt {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
header .col-sm-9{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headercnt h4 {
    font-size: 17px;
    margin: 0;
}
.headercnt h4 span {
    display: block;
}
.headercnt i {
    font-size: 35px;
    color: var(--primary);
}
.modal-dialog {
    top: 21%;
}
.modal-dialog input[type="submit"] {
    width: 100%;
}

/* SLIDER SECTION CSS */


.mainslider figure{
	margin:0;
}
.mainslider figure img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    filter: brightness(.5);
}
.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: 54px;
    line-height: 65px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    margin-bottom: 20px;
    font-family: 'Aquire', sans-serif;
}

@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}

.mainslider .carousel-content p {
    font-size: 16px;
    margin: 20px 0 22px;
    line-height: 29px;
    opacity: 0;
    animation: lts .5s ease-in-out .6s forwards;
}
.mainslider .carousel-content .btn-primary {
    opacity: 0;
    animation: lts .5s ease-in-out 1.2s forwards;
    padding: 12px 28px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.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;
}


/* BENEFITS */

.benefits {
    padding: 60px 0;
}
.benefits-item {
    box-shadow: 1.91px 10.833px 50px 0px rgb(68 68 68 / 15%);
    padding: 30px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.benefits-item h3 {
    letter-spacing: .7px;
    margin: 0;
    font-weight: 600;
}
.benefits-item p {
    margin: 0;
}
.benefits-item:before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}
.benefits-item:hover:before {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 0;
	border-radius: 6px;
}
.benefits-item:hover h3, .benefits-item:hover p {
    color: var(--white);
}
.benefits-item:hover figure{
	box-shadow:none;
}


/* WHY CHOOSE US */

.whychooseus {
    padding: 60px 0 150px;
    text-align: center;
    background: linear-gradient(#093b79a6, #0016328c), url(../images/whychooseusbg.png);
}
.whychoose-list {
    margin-top: -115px;
}
.whychooseus .heading, .whychooseus p {
    color: var(--white);
}
.whychooseus p {
    width: 50%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
}
.whychooseus-item {
    padding: 40px 15px 25px;
    text-align: center;
    box-shadow: 0px 9px 54px 0px rgb(32 32 32 / 10%);
    background: var(--white);
    transition: all ease-in-out .5s;
    border-radius: 4px 4px 0 0;
    border-bottom: 2px solid var(--primary);
}
.whychooseus-item p {
    color: #626262;
    font-size: 15px;
    width: 100%;
	margin:0;
}
.whychooseus-item:hover {
    transform: translateY(-10px);
}
.whychooseus-item img {
    width: 45px;
    z-index: 1;
}
.whychooseus-item figure {
    position: relative;
    display: inline-flex;
}
.whychooseus-item figure:before {
    position: absolute;
    bottom: -15px;
    left: -20px;
    background: #e5eeff;
    height: 55px;
    width: 55px;
    content: '';
    border-radius: 50px;
}
.whychooseus-item h3 {
    font-weight: 500;
    font-size: 22px;
    margin: 10px 0 7px;
    letter-spacing: .7px;
}


/* ABOUT US */

.homeabout {
    padding: 0 0 60px;
}
.homeabout .row {
    align-items: center;
}
.homeabout figure {
    margin: 0;
    position: relative;
}
.homeabout img {
    width: 100%;
    height: auto;
}
.about-content span {
    display: block;
    padding-bottom: 3px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--primary);
    font-weight: 600;
    font-family: 'Saira Condensed', sans-serif;
}
.about-content h3 {
    color: #1b2540;
    font-size: 19px;
}
.about-content p {
    margin-bottom: 20px;
}
.about-content h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    color: #000;
    letter-spacing: 1px;
}
.homeabout ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 5px;
}
.homeabout ul li {
    width: 48%;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
}
.homeabout ul li:before {
    content: '\f14a';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--primary);
    font-size: 20px;
}
.about-content .btn-primary {
    padding: 14px 30px;
}
.feature-list {
    display: flex;
    align-items: center;
    column-gap: 15px;
    box-shadow: 1.91px 10.833px 50px 0px rgb(68 68 68 / 15%);
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 6px;
}
.feature-list img {
    width: 64px;
    background: #ffebeb;
    padding: 10px;
    border-radius: 50px;
}
.feature-info h3 {
    margin-bottom: 5px;
}
.feature-info p {
    margin: 0;
}



/* SERVICES */

.services {
    background: url(../images/servicesbg.jpg);
    padding: 45px 0 75px;
    text-align: center;
    background-attachment: fixed;
    background-size: cover;
}
.services .row {
    row-gap: 22px;
}
.services .heading {
    color: var(--white);
    margin-bottom: 30px;
    font-weight: 600;
}
.service-item {
box-shadow: 0px 9px 54px 0px rgb(32 32 32 / 10%);
    padding: 30px;
    text-align: center;
    border-radius: 10px;
	background:var(--white);

}
.service-item h3 {
    font-weight: 700;
    letter-spacing: 1px;
    margin: 15px 0;
    font-size: 24px;
}
.service-item figure {
    background: #f6f6ff;
    padding: 15px;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 20px;
    transition: all ease-in-out .5s;
}
.service-item .btn-primary {
    padding: 10px 25px;
}
.secondary-container.services.homeservices .services {
    padding: 60px 0;
    background: none;
}




/* RELIABLE SERVICES */

.reliable {
    padding: 60px 0;
}
.reliable .row {
    align-items: center;
}
.reliable .headingleft {
    margin: 0;
}
.reliable img {
    width: 100%;
}
.reliablefeature-list h4 {
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 21px;
}
.reliable-feature {
    display: block;
    align-items: center;
    column-gap: 20px;
    margin: 20px 0;
}
.reliablefeature-list {
    box-shadow: 1.91px 10.833px 50px 0px rgb(68 68 68 / 15%);
    padding: 7px;
    border-radius: 6px;
    display: flex;
    column-gap: 15px;
    align-items: center;
    margin-bottom: 20px;
}
.reliablefeature-list img {
    width: 60px;
    height: 60px;
    filter: brightness(0);
}




.aboutmsn {
    margin-top: 15px;
}
.aboutmsn-item {
    border: solid 1px #ddd;
    text-align: center;
    transition: all ease-in-out .5s;
}
.aboutmsn-item:hover {
    border-color: var(--primary);
    border-radius: 12px;
}
.aboutus .aboutmsn-item figure {
    box-shadow: 3px 3px 13px #ddd;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
 transition: all ease-in-out .5s;	
}
.aboutmsn-item:hover figure {
    transform: scale(.95);
}
.aboutus .aboutmsn-item figure img {
    width: 70px;
}
.aboutmsn-item h3 {
    font-size: 28px;
    margin: 15px 0 10px;
}
.aboutmsn-item p{
	margin-bottom:0;
}


.ourteam .ourteam-desc p {
    color: var(--white);
    text-align: center;
}
.ourteam-item {
padding: 15px;
    text-align: center;
    background: var(--white);
    transition: all ease-in-out .5s;
    box-shadow: 3px 3px 13px #ddd;
    margin: 12px 0;
}
.ourteam-item:hover {
    transform: translateY(-10px);
    border-color: var(--secondary);
border-radius: 12px;	
}
.ourteam-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 15px;
}
.ourteam-item h3 {
    font-size: 23px;
    font-weight: 600;
    margin: 15px 0 0;
}
.ourteam-item p {
    margin: 8px 0 15px;
}
.ourteam-item .btn-primary {
    background: #0A66C2;
    text-transform: capitalize;
    font-size: 15px;
}
.ourteam-item .btn-primary i {
    margin-right: 5px;
}
.ourteam-item:hover .btn-primary {
    background: var(--primary);
}


.responsibility-content ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.responsibility-content ul li {
    border: solid 2px #1f5196;
    padding: 6px 20px;
    font-size: 18px;
    border-radius: 12px;
    transition: all ease-in-out .5s;
}
.responsibility-content ul li:hover {
    background: #1f5196;
    color: var(--white);
}
.responsibility-content p {
    text-align: justify;
}





/* CLIENT REVIEW SECTION */
.homereview {
    background: url(../images/reviewbg.jpg);
    padding: 60px 0 70px;
    background-position: center;
    background-repeat: no-repeat;
}
.homereview img {
    width: 100%;
}
.reviewiamge{
	position:relative;
	z-index: 1;
}
.bg-shape {
    position: absolute;
    left: 10px;
    top: -19px;
    display: block;
    height: 450px;
    width: 450px;
    background-image: url(../images/reviewshape.png);
    animation: fa-spin 60s infinite linear;
    z-index: -1;
    background-size: cover;
}
.homereview .heading {
    margin-bottom: 35px;
}
.clientrvw-item {
    background: var(--white);
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 30px 50px 50px !important;
    position: relative;
    border-radius: 6px;
}
.clientrvw-item:before {
    position: absolute;
    right: 25px;
    bottom: 26px;
    height: 50px;
    width: 65px;
    content: '';
    background-image: url(../images/icon-quote.png);
    background-repeat: no-repeat;
}
.clientrvw-desc figure {
    display: inline-block;
	margin-bottom: 10px;
}
.clientrvw-desc img {
    width: 100px !important;
}
.clientrvw-desc h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: 20px 0 0;
}
.clientrvw-desc p {
    margin: 0;
    font-weight: 400;
}
.homereview .slick-track {
    padding-bottom: 10px;
}
.testimonials-info {
    width: 40%;
    text-align: right;
	padding-right:20px;
}
.testimonials-info .headingleft {
    text-align: right;
    color: #000;
	margin-bottom:20px;
}
.testimonials-info h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 55px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #cecece;
    margin-bottom: 0;
}

/* BLOGS */

.homeblog {
    padding: 50px 0 70px;
}
.homeblog .heading {
    margin-bottom: 30px;
}
.homebloglist {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.homebloglist img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    transition: all ease-in-out .5s;
    border-radius: 25px;
}
.homebloglist:hover img {
    filter: grayscale(1);
}
.homebloglist p{
margin: 0;
}
.homeblogbox {
padding: 20px;
    position: relative;
    background: var(--white);
    box-shadow: 0px 5px 40px rgb(0 0 0 / 5%);
    border: solid 1px #eee;
    border-radius: 12px;
    width: 94%;
    margin-top: -45px;
}
.homeblogbox h3 {
    margin: 10px 0;
    line-height: 30px;
}
.homeblogbox h3 a {
    font-size: 18px;
    color: #001837;
    font-weight: 600;
}
.homeblogbox span {
    font-size: 14px;
}
.homeblogbox span i {
    color: var(--primary);
    margin-right: 10px;
}
.homeblogbox ul {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.homeblogbox ul li{
	color:var(--secondary);
}
.homeblogbox ul li img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}


footer {
	background-color: #020202;
    background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
    background-position: center 75px;
}
.footerabout {
    background: var(--white);
    padding: 30px;
    text-align: center;
}
.footerabout img {
    width: auto;
    margin: 0 auto;
    display: block;
}
footer .col-sm-3 {
    padding: 30px 0;
}
footer .footerabout p {
    margin-bottom: 0;
    color: var(--black);
    padding: 0;
}
footer p {
    position: relative;
    padding-left: 49px;
    margin-bottom: 25px;
}
footer p, footer p a {
    color: var(--white);
    font-size: 14px;
    font-weight: normal;
}
footer p i {
    position: absolute;
    left: 0;
    border: solid 1px var(--primary);
    color: var(--primary);
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 10px;
    border-radius: 50%;
}
footer .col-sm-2 {
    padding-left: 50px;
}
footer .col-sm-4 {
    padding-left: 60px;
}
footer .col-sm-3:nth-child(2) {
    padding-left: 70px;
}
#menu-quick-links-menu li {
    position: relative;
    padding-left: 15px;
}
#menu-quick-links-menu li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    color: var(--white);
    font-size: 11px;
}
footer ul li.menu-item a {
    margin-bottom: 8px;
    display: inline-block;
	color: var(--white);
}
footer ul li.menu-item a:hover {
  color: var(--primary);
}

.footerabout p {
    margin: 15px 0;
}
.col-sm-3.footerabout a {
    color: var(--primary);
    font-size: 17px;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.footerabout ul {
    display: flex;
    justify-content: center;
    column-gap: 8px;
}
.footerabout ul li a {
    background: #4064ac;
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: 14px;
    transition: all ease-in-out .5s;
}
.footerabout ul li:nth-child(2) a{
background: #0A66C2;	
}
.footerabout ul li:nth-child(3) a{
background: #1DA1F2;	
}
.footerabout ul li a:hover {
	background: var(--primary);	
    transform: translateY(-5px);
}
footer h3 {
    color: var(--white);
    margin-bottom: 25px;
    position: relative;
    text-transform: capitalize;
    font-size: 23px;
    padding-bottom: 13px;
    letter-spacing: .5px;
}
footer h3:before {
    content: '';
    position: absolute;
    border-bottom: solid 2px var(--primary);
    width: 80px;
    bottom: 0;
}
footer figure {
    background: var(--white);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 4px;
}

footer figure img {
width: 150px;
}
footer ul.socialicon {
  display: flex;
    column-gap: 6px;
	justify-content: flex-end;
}
footer ul.socialicon li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: #212222;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    margin: 0;
}
footer .readbtn {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--primary);
    margin-top: 15px;
    display: block;
}
.footersmo {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 25px;
}
.footersmo li i {
    color: var(--white);
    border: 1px solid #3e3e3e;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

footer .ftdetails li i {
  margin-right: 8px;
}
footer form{
	position:relative;
}

footer form input[type="email"] {
    margin: 0;
    border-radius: 50px;
    padding: 16px 20px;
    border: none;
    background: #ffffff1c;
	font-size:14px;
}
footer form input[type="submit"] {
    font-family: 'Font Awesome 5 Free';
    border-radius: 50%;
    height: 48px;
    width: 41px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    position: absolute;
    top: 1px;
    right: 0;
    background: var(--primary);
}
.copyright {
    padding: 20px 0;
    text-align: center;
    border-top: solid 1px #ffffff1f;
}
.copyright p {
    color: var(--white);
}
.copyright .row {
  align-items: center;
}
.copyright p, .copyright p a {
    margin: 0 !important;
    font-size: 15px;
}
.copyright p a {
    text-decoration: underline;
    text-underline-offset: 5px;
    color: var(--secondary);
    font-weight: 700;
}
.copyright ul {
    display: flex;
    justify-content: flex-end;
}
.copyright ul li {
    border-right: solid 1px #dddddd40;
    padding: 0 15px;
}
.copyright ul li:last-child {
    border-right: none;
    padding-right: 0;
}

#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 99999999;
    padding-top: 8px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    box-shadow: 0 6px 9px rgb(0 0 0 / 5%), 0 4px 5px rgb(0 0 0 / 5%);
}
#whatsappbtn:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 50%;
	background: #4fcc5d;
	box-shadow: 0 0 10px #4fcc5d;
	animation: whtsbtn 2s linear infinite forwards;
}
#whatsappbtn img{
width: 110px;    
}
 @keyframes whtsbtn {
 from {
 transform:scale(1.0);
 opacity: 1;
}
to {
	transform:scale(1.5);
	opacity: 0;
}
}
#whatsappbtn img {
	width: 30px;
	margin-top: 4px;
}

#GoToTop {
    display: none;
    position: fixed;
    bottom: 59px;
    right: 33px;
    border-radius: 4px;
    z-index: 99999999;
    padding: 0;
    border: solid 2px var(--primary);
    background: var(--white);
    width: 48px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    color: var(--primary);
    text-decoration: none;
    padding-top: 10px;
    box-shadow: 3px 11px 12px #0000009c;
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
	background: var(--primary);
	color: var(--white);
}
#GoToTop.show {
	display:block
}




.breadcrumb {
    padding: 60px 0;
    margin: 0;
    background: url(../images/bredcrumbbg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
}
.breadcrumb-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.breadcrumb .row {
  align-items: center;
  display: flex;
}
.breadcrumb h1 {
    margin: 0;
}
.srvcbreadcrumb-cptn h2 {
    font-size: 28px;
}
.breadcrumb p {
    margin: 0;
}
.breadcrumb p, .breadcrumb span, .breadcrumb p a {
    font-weight: 500;
    color: var(--white);
}
.breadcrumb p a{
  padding-right: 18px;
  margin-right: 5px;
  position: relative;
  color:var(--white);
}
.breadcrumb h1 span {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--white);
    text-transform: capitalize;
    line-height: normal;
}
.breadcrumb h1 .breadcrumbs_last {
  font-size: 28px;
  margin: 0 0 15px;
  font-weight: 800;
}
.breadcrumb h1 span a {
  display: none;
}

.breadcrumb a:after {
    position: absolute;
    content: '\f101' !important;
    font-size: 10px !important;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free' !important;
    right: 0;
}

.secondary-container {
  padding: 60px 0;
}


/* PORTFOLIO CSS */

.portfolio .row {
    row-gap: 22px;
}
.portfolio-item {
    text-align: center;
    box-shadow: 0 0 4px #e3e3e3;
    padding: 12px 12px 25px;
    position: relative;
}
.portfolio-item .btn-primary {
    padding: 10px 27px;
}
.portfolio-item h4 {
    font-size: 25px;
    color: #ed1c2400;
    background: var(--white);
    display: inline-flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0 0 4px #ccc;
    margin: 0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--secondary);
}
.portfolio-item h3 {
    font-size: 24px;
    margin: 35px 0 15px;
}
.portfolio-item img {
    width: 150px;
    height: 70px;
    object-fit: contain;
}

/* OUR DESIGNS PAGE CSS */

.secondary-container.design .row {
    row-gap: 22px;
}
.design-item {
    box-shadow: 0px 9px 54px 0px rgb(32 32 32 / 10%);
    border-radius: 5px;
}
.design-item figure {
    margin: 0;
}
.design-item img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}
.design-info {
    padding: 20px;
}
.design-info h3 {
    margin-bottom: 8px;
}
.design-item .btn.btn-primary {
    padding: 10px 24px;
}


/* DESIGNS DETAILS PAGE CSS */

.designhome-item img {
    width: 100%;
}
.designhome-nav img {
    width: 100%;
    height: 147px;
    object-fit: cover;
    cursor: pointer;
}
.designhome-item .slick-slide {
    margin: 0;
}
.designhome-nav img {
    width: 100% !important;
}
.designhome-slider button.slick-prev.slick-arrow, .designhome-slider button.slick-next.slick-arrow {
    height: 45px;
    width: 48px;
    opacity: 1;
    background: #fff;
    box-shadow: 3px 3px 0 #d3a020;
}
button.slick-next.slick-arrow {
    right: 10px !important;
}
button.slick-prev.slick-arrow {
    left: 25px !important;
    z-index: 1 !important;
}
.designhome-item img {
    height: 473px;
    object-fit: cover;
}
.homedescription {
    background: var(--secondary);
    margin: 15px 0 50px;
    text-align: center;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 5px 5px 0px #b98400;
    display: flex;
    column-gap: 30px;
    justify-content: center;
}
.homedescription h3, .homedescription p {
    color: var(--white);
}
.homedescription p {
    margin-bottom: 0;
    font-size: 15px;
}
.roomlength {
    box-shadow: 0 0 15px #e5e5e5;
    padding: 15px;
    margin-top: 40px;
}
.roomlength-info {
    text-align: center;
}
.roomlength-border {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.roomlength-border:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.roomlength table {
    width: 100%;
    border: 1px solid #ccc;
}
.roomlength tbody, td, tfoot, th, thead, tr {
    border: 1px solid #ccc;
    padding: 10px;
}
.roomlength .row {
    align-items: center;
}
.roomlength img {
    width: 100%;
}

/* CONTACT US PAGE CSS */
.secondary-container.contactus {
    padding: 60px 0 0;
}
.contact-form-box img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.contactus form {
    padding: 25px;
    box-shadow: 0 0 15px #00000014;
    border-radius: 6px;
    border: dotted 1px var(--secondary);
}
.contact-form p {
    margin: 0;
}
.contactus input, .contact-form textarea {
    border: 1px dotted var(--secondary);
}
.contact-form textarea {
    height: 130px;
}
.contactus input[type="submit"] {
    padding: 14px 25px;
    width: 100%;
    margin-bottom: 0;
    border: none;
}
.googlemap iframe {
    width: 100%;
    height: 430px;
    margin-top: 50px;
}
.contactaddr-list {
    display: flex;
    align-items: center;
    column-gap: 20px;
    box-shadow: 0 0 15px #00000014;
    padding: 27px;
    border-radius: 6px;
    margin-bottom: 24px;
    border: dotted 1px var(--secondary);
}
.contactaddr-list p {
    margin: 0;
}
.contactaddr-list p strong {
    display: block;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--black);
}
.contactaddr-list i {
    font-size: 30px;
    display: flex;
    justify-content: center;
    color: var(--primary);
}
.aboutus img {
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 50%;
}
.aboutus-content ul li {
    margin: 10px 0;
    position: relative;
    padding-left: 20px;
}
.aboutus-content ul li:before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary);
    font-weight: 600;
    font-size: 13px;
}
.aboutus-content p {
    text-align: justify;
}
.aboutus-content p:last-child {
    margin-bottom: 0;
}
.secondary-container.aboutus .headingleft {
    margin-bottom: 15px;
}
.secondary-container.aboutus .row {
    align-items: center;
}
.secondary-container.aboutus .aboutus-content {
    padding-left: 15px;
}
.profile {
    background: #faf7ff;
    padding: 60px 0;
	margin-top:50px;
}

/* CLIENT LOGO */

.clientlogo {
    background: #dce8f1;
    padding: 50px 0;
}
.clientlogo-list {
    background: var(--white);
    padding: 15px;
    border-radius: 10px;
}
.clientlogo-list figure{
	margin:0;
}
.clientlogo-list img {
    width: 100% !important;
}

/* Services */

.services.homeservices {
    background: none;
}
.services.homeservices .services-content {
    padding: 20px 0 20px;
}
.servcsdtls-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}
.servcsdtls-content {
    margin-top: 25px;
}
.servcsdtls-content p {
    text-align: justify;
}
.secondary-container.services.homeservices {
    padding: 0;
}

.pagesidebar input, .pagesidebar select, .pagesidebar textarea {
    background: var(--white);
}
.pagesidebar input[type="submit"] {
    background: var(--secondary);
    width: 100%;
}
span.wpcf7-spinner {
    position: absolute;
}
.sidebarbox {
    background: #f5f5f5;
    padding: 18px;
    margin-bottom: 15px;
    border-radius: 20px;
}
.pagesidebar h3 {
    font-size: 25px;
    font-weight: 600;
}
.pagesidebar ul li {
    line-height: 38px;
	position:relative;
	padding-left:25px;
}
.pagesidebar ul li:before {
    content: '\f192';
    font-family: 'Font Awesome 5 Free';
    color: var(--secondary);
    position: absolute;
    left: 0;
}
.blogpost .homeblog {
    padding: 0;
}
.single-post .sidebarbox {
    background: none;
    padding: 18px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: solid 2px var(--secondary);
}
.sidebar ul li {
    margin: 15px 0;
    position: relative;
    padding-left: 25px;
}
.sidebar ul li:before {
    content: '\f35a';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    color: var(--primary);
}

.servcsdtls-content h4 {
    font-weight: 600;
}
.pagesidebar {
    position: sticky;
    top: 0;
}
.srvcfaq {
    margin-top: 40px;
    background: var(--primary);
    padding: 50px 0;
}
.srvcfaq .heading{
	color:var(--white);
}
.srvcdtlsfrm {
    padding-bottom: 40px;
}
.servcsdtls .row:nth-child(even) {
    flex-direction: row-reverse;
    margin: 50px 0;
    padding: 50px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.servcsdtls .row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.servcsdtls-info h4 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 18px;
}
.servcsdtls-info p {
    text-align: justify;
    line-height: 24px;
}
.servcsdtls-info p:last-child {
    margin-bottom: 0;
}

.srvcdtlsfrm .col-sm-4 {
    padding-right: 15px;
}
.srvcdtlsfrm-content {
    padding-left: 10px;
}
.srvcdtlsfrm-content img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.servcsdtls-info {
    height: 100%;
}
.servcsdtls-info ul li {
    line-height: 30px;
    list-style-type: disc;
    list-style-position: inside;
}
.srvcdtls a {
    display: block;
}
.services .homeservices .col-sm-4:nth-child(7), .services .homeservices .col-sm-4:nth-child(8) {
    width: 50%;
}
.srvcmenu-box {
    padding: 15px 20px 20px;
    background: #fff;
    box-shadow: 0 0 15px #b0e7ff6b;
    border-radius: 10px;
    margin: 0 0 20px;
}
.srvcmenu-box li {
    line-height: 35px;
}
.srvcmenu-box li a {
    transition: .5s;
    display: block;
    padding: 10px 0;
    border-bottom: solid 1px #ddd;
    font-size: 15px;
}
.srvcmenu-box li:first-child a {
    padding-top: 0;
}
.srvcmenu-box li:last-child a {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.srvcmenu-box .current-menu-item a, .srvcmenu-box li a:hover {
    color: var(--secondary);
}
.srvcdtlsfrm-box {
    margin-bottom: 25px;
    box-shadow: 0 0 15px #0049f326;
    border-top: 3px solid var(--primary);
    padding: 20px 20px 5px;
    border-radius: 10px;
}
.srvcdtlsfrm-box input, .srvcdtlsfrm-box select, .srvcdtlsfrm-box textarea {
    border: solid 1px #ddd;
}
.srvcdtlsfrm .row:nth-child(even) {
    height: inherit;
    margin: 0;
    padding: 0;
    border: none;
}
.srvcdtlsfrm h4 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}
.srvcdtlsfrm-content h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 20px 0 8px;
}
.srvcdtlsfrm-content h3 {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: var(--primary);
    margin-bottom: 30px;
    padding: 4px 20px;
    color: var(--white);
}
.srvcdtlsfrm-content p {
    line-height: 26px;
    text-align: justify;
    margin-bottom: 10px;
}
.blog .homebloglist .btn-primary {
    margin-top: 14px;
    padding: 11px 23px;
}

.sp-easy-accordion .sp-ea-single .ea-header a {
font-size: 17px !important;
    line-height: 22px !important;
    text-transform: capitalize;
    color: #333 !important;
}
#sp-ea-1789.sp-easy-accordion>.sp-ea-single {
    background: none !important;
}
.sp-easy-accordion .sp-ea-single .ea-header a {
    background: var(--white);
    font-size: 17px !important;
}
#sp-ea-2525.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon.fa {
    color: var(--secondary) !important;
    font-size: 16px;
}

	@media only screen and (max-width: 1199px){
.mainmenu figure {
    height: 35px;
    width: 35px;
    margin-right: 5px;
}
.mainmenu .btn-primary {
    letter-spacing: 0;
    font-size: 13px;
}
.mainslider .carousel-caption h2 {
    font-size: 45px;
    line-height: 60px;
}
.secondary-container.aboutus .headingleft {
    font-size: 30px;
}
}

@media only screen and (max-width: 991px){
#rmp-menu-wrap-573 .rmp-menu-current-item .rmp-menu-item-link {
    border-color: var(--primary) !important;
    background-color: var(--primary) !important;
}	
.mainmenu {
    padding: 14px 0;
}
.mainmenu .col-sm-2:last-child {
    display: none;
}
.mainmenu .col-sm-2 {
    width: 30%;
}
#rmp-menu-title-573 {
    display: none;
}
button#rmp_menu_trigger-573{
	background: var(--primary) !important;	
}
#rmp-container-573 {
    background-color: var(--secondary) !important;
}
header .col-sm-8 {
    width: 70%;
    justify-content: end;
}
.mainslider .carousel-caption h2 {
    font-size: 35px;
    line-height: 45px;
}
.mainslider figure img {
    height: 450px;
    object-fit: cover;
}
.benefits .row {
    row-gap: 22px;
}
.about-content {
    margin-top: 20px;
}
.services .heading {
    padding-left: 0;
}
.bg-shape {
    height: 300px;
    width: 300px;
}
.homeblog .row {
    row-gap: 22px;
}
footer .col-sm-2, footer .col-sm-3, footer .col-sm-4 {
    width: 100%;
}
	footer .col-sm-4 {
    padding-left: 10px;
}
footer .col-sm-2 {
    padding-left: 10px;
}
.footerabout {
    margin-bottom: 20px;
}
.ftrcontact-item {
    justify-content: start;
}
.footer-contact .row {
    row-gap: 20px;
}
footer .col-sm-3:last-child {
    width: 70%;
}
}

@media only screen and (max-width: 767px){
.top-contact p:first-child, .mainslider .carousel-content p {
    display: none;
}
.smoicons li {
    border-right: inherit;
    padding: 0 6px;
}
.mainslider .carousel-content {
  width: 100%;
}
.mainslider figure img {
    height: 400px;
}
.mainslider .carousel-content .btn-primary {
    padding: 12px 18px;
}
.benefits .row {
    row-gap: 20px;
}
.benefits {
    padding: 50px 0;
}
.homeabout {
    padding: 0 0 50px;
}
.services .row {
    row-gap: 18px;
}
.services {
    padding: 30px 0 55px;
}
.reliable {
    padding: 50px 0;
}
.homereview .col-sm-5 {
    display: none;
}
.homereview .col-sm-7 {
    width: 100%;
}
.homereview {
    padding: 35px 0 45px;
}
.homeblog {
    padding: 30px 0 50px;
}
.homebloglist {
    display: inherit;
}
.profile .col-sm-4, .profile .col-sm-8 {
    width: 100%;
}
.profile img {
    width: 150px;
}
.profile {
    padding: 50px 0 40px;
    margin-top: 45px;
    text-align: center;
}
.breadcrumb-menu {
    display: block;
		text-align: center;
}
.srvcdtlsfrm {
    padding-bottom: 0;
}
	.srvcdtlsfrm-box {
    margin-bottom: 0;
}
.secondary-container {
    padding: 50px 0;
}
.breadcrumb {
    background-size: cover;
}
.contactus form {
    padding: 25px 20px 20px;
}
}

@media only screen and (max-width: 568px){
footer .col-sm-3 {
    padding: 0 0 0 15px !important;
}	
.topbar .col-sm-10, .topbar .col-sm-2 {
    width: 50%;
}
.col-sm-3.footerabout {
    display: none;
}
.mainslider .carousel-caption h2 {
    font-size: 30px;
    line-height: 45px;
}
.mainslider figure img {
    height: 350px;
}
.ftrcontact-item i {
    width: 45px;
    height: 45px;
}
.breadcrumb {
    padding: 40px 0;
	background-size:cover;
}
.secondary-container.aboutus .aboutus-content {
    padding-left: 0;
}
.secondary-container.aboutus .headingleft {
    font-size: 25px;
    text-align: center;
}
.secondary-container.aboutus p{
    text-align: center;
}
span.wpcf7-spinner {
    display: none;
}
.googlemap iframe {
    height: 300px;
}
}

@media only screen and (max-width: 414px){
	.mainmenu .col-sm-2, .mainmenu .col-sm-8 {
    width: 50%;
}
.mainslider .carousel-caption h2 {
    font-size: 20px;
    line-height: 30px;
}
.mainslider .carousel-content .btn-primary {
    padding: 10px 15px;
}
.mainslider figure img {
    height: 260px;
}
.about-content h2 {
    font-size: 29px;
    line-height: 35px;
}
.about-content .btn-primary {
    padding: 11px 25px;
}
.benefits {
    padding: 40px 0;
}
.homeabout {
    padding: 0 0 40px;
}
.about-content {
    text-align: center;
}
.reliable {
    padding: 40px 0;
}
.reliable .headingleft {
    font-size: 27px;
    padding-top: 15px;
}
.services {
    padding: 25px 0 45px;
}
.btn-primary {
    padding: 11px 16px;
}
.homereview {
    padding: 25px 0 30px;
}
.homereview .heading {
    margin-bottom: 20px;
}
.clientrvw-item {
    padding: 25px 20px 30px !important;
}
.homeblog .heading {
    margin-bottom: 20px;
}
.homeblog {
    padding: 25px 0 45px;
}
footer {
    padding-top: 45px;
}
.contactaddr-list i {
    display: inline-flex;
    margin-bottom: 15px;
}
.contactaddr-list {
    display: block;
    padding: 25px 30px;
    margin-bottom: 15px;
    text-align: center;
}
footer .col-sm-3:last-child {
    width: 100%;
}
}

@media only screen and (max-width: 375px){
.topbar p, .topbar p a {
    font-size: 15px;
}
}

@media only screen and (max-width: 360px){
.topbar p, .topbar p a {
    font-size: 14px;
}
}	