/* INNER BANNER DESIGN START*/
.Banner_img{
position: relative;
}
/* .Banner_img::before, .banner-outer-section::before {
position: absolute;
content: '';
background-image: url(../images/slider-bottom-overlay-image.svg);
background-position: bottom;
background-repeat: no-repeat;
background-size: 100%;
width: 104%;
height: 100%;
z-index: 9;
bottom: -2px;
right: 0px;
left: -5px;
top: auto;
max-height: 200px;
} */
.banner-outer-section {
position: relative;
height: 500px;
}
.common-banner-title {
position: absolute;
top: 60%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
width: 100%;
margin-left: 0;
max-width: 88%;
}
.common-banner-title h1{
color: #fff;
}
.banner-outer-section picture.tt-pagetitle__img img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top;
}
/* INNER BANNER DESIGN END*/
/* PROTFOLIO PAGE DESIGN START */
.portfolio{
padding: 0px;
}
.portfolio .e-con-inner {
max-width: 88%;
}
.portfolio .portfolio_slider .portfolio-grid {
display: flex;
column-gap: 30px;
row-gap: 30px;
flex-wrap: wrap;
margin: 80px 0px;
justify-content: center;
}
.portfolio .portfolio_slider .portfolio-grid .portfolio-item-wrapper {
width: 31.5%;
}
.portfolio .portfolio_slider .portfolio-grid .portfolio-item-wrapper a.portfolio-link .portfolio-image {
padding-bottom: 100%;
height: 0;
position: relative;
display: block;
width: 100%;
}
.portfolio .portfolio_slider .portfolio-grid .portfolio-item-wrapper a.portfolio-link .portfolio-image img {
position: absolute;
top: 0;
left: 0px;
width: 100% !important;
height: 100%;
object-fit: cover;
}
.portfolio .portfolio_slider .portfolio-grid .portfolio-item-wrapper a.portfolio-link .portfolio-content{
position: absolute;
left: 10px;
right: 10px;
bottom: 10px;
z-index: 1;
padding: 25px 25px 18px;
overflow: hidden;
text-align: center;
}
.portfolio .portfolio_slider .portfolio-grid .portfolio-item-wrapper:hover a.portfolio-link .portfolio-content:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
bottom: 0;
z-index: -1;
background: rgb(219 166 92 / 64%);
filter: blur(5px);
transition: all .3s ease-in-out 0s;
/* opacity: 0; */
}
.portfolio .portfolio_slider .portfolio-grid .portfolio-item-wrapper a.portfolio-link .portfolio-content h4{
display: inline-block;
font-size: 14px !important;
font-weight: 600;
line-height: 23px;
padding: 6px 10px;
background: #fd8e44;
color: #fff !important;
margin: 0px;
}
.portfolio .portfolio_slider .portfolio-grid .portfolio-item-wrapper a.portfolio-link .portfolio-content .portfolio-description{
font-size: 22px;
line-height: 1.3636em;
font-weight: 700;
color: #fff;
max-width: 321px;
margin: 8px auto 0;
}
/* PROTFOLIO PAGE DESIGN END */
/* REVIEW PAGE DESIGN END */
.client_right {
padding: 0px !important;
margin: 70px 0px;
}
.client_right .e-con-inner {
max-width: 88%;
}
.client_right .e-con-inner .masonry-grid {
margin: 0 auto;
padding: 0 10px;
}
.client_right .e-con-inner .masonry-grid .masonry-item {
float: left;
width: 48.33%;
padding: 10px;
margin-bottom: 10px;
}
.client_right .e-con-inner .masonry-grid .masonry-item .testimonial-content
{
padding: 90px 35px 35px;
background-image: url(../images/footer-background-overlay.svg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
transition: .5s ease;
background-color: #fafafa;
}
.client_right .e-con-inner .masonry-grid .masonry-item .testimonial-content:before
{
position: absolute;
content: "";
width: 50px;
height: 38px;
background-image: url(../images/testimonials-quotes.svg);
background-repeat: no-repeat !important;
background-position: center;
background-size: contain;
top: 0;
}
.client_right .e-con-inner .masonry-grid .masonry-item .testimonial-content:before {
top: 38px;
transition: .5s ease;
}
.client_right .e-con-inner .masonry-grid .masonry-item .testimonial-content:hover:before {
top: -18px;
transition: .5s ease;
}
.client_right .e-con-inner .masonry-grid .masonry-item .testimonial-content h4.testimonial-name {
font-size: 24px !important;
color: #e59544 !important;
}
.client_right .e-con-inner .masonry-grid .masonry-item .testimonial-content .testimonial-designation {
color: #003243;
font-size: 18px !important;
font-weight: 500;
}
/* SERVICES PAGE DESIGN START */
.service{
padding: 0px;
}
.service .e-con-inner{
max-width: 88%;
}
.service .e-con-inner .service_slider .services-grid {
display: flex
;
flex-wrap: wrap;
justify-content: center;
column-gap: 30px;
row-gap: 30px;
margin: 70px 0px;
}
.service .e-con-inner .service_slider .services-grid .service-item-wrapper {
width: 30.5%;
}
.service .e-con-inner .service_slider .services-grid .service-item-wrapper .service-image{
padding-bottom: 100%;
height: 0;
position: relative;
display: block;
width: 100%;
}
.service .e-con-inner .service_slider .services-grid .service-item-wrapper .service-image img {
position: absolute;
top: 0;
left: 0px;
width: 100% !important;
height: 100%;
object-fit: cover;
border-radius: 10%;
}
.service .e-con-inner .service_slider .services-grid .service-item-wrapper .service-content{
width: 336px;
height: 336px;
background: #f8f7f6;
border-radius: 50%;
text-align: center;
position: relative;
z-index: 1;
margin: -215px auto 0;
padding: 47px 30px 30px;
}
.service .e-con-inner .service_slider .services-grid .service-item-wrapper .service-content:before {
content: "";
position: absolute;
border-radius: 50%;
top: 9px;
left: 9px;
right: 9px;
bottom: 9px;
border: 2px dashed #fd8e44;
z-index: -1;
}
.service .e-con-inner .service_slider .services-grid .service-item-wrapper .service-content .icon {
display: flex
;
align-items: center;
justify-content: center;
height: 75px;
}
.service .e-con-inner .service_slider .services-grid .service-item-wrapper .service-content .icon img {
width: 75px;
height: 75px;
object-fit: contain;
}
.service .e-con-inner .service_slider .services-grid .service-item-wrapper .service-content h4 {
font-size: 24px !important;
font-weight: 700 !important;
padding: 15px 0 0;
}
.service .e-con-inner .service_slider .services-grid .service-item-wrapper .service-content .service-description {
font-size: 16px;
line-height: 30px;
margin-bottom: 10px;
}
.service .e-con-inner .service_slider .services-grid .service-item-wrapper .service-content a.open-popup-link {
font-weight: 600;
color: #104b59;
position: relative;
padding-left: 0px;
transition: all .3s ease-in-out 0s;
}
/* SERVICES PAGE DESIGN END */
/* CONTACT US PAGE DESIGN START */
/* .Contact_us {
padding: 0px !important;
} */
.Contact_us {
background-color: #f1f8fa;
padding: 80px 0px;
}
.Contact_us .e-con-inner, .form_section .e-con-inner {
max-width: 1349px;
}
.Contact_us_left {
width: 41.66666667%;
}
.Contact_us_right {
width: 58.33333333%;
}
.Contact_us_left h4 {
font-size: 40px !important;
}
.Contact_us_left .info {
background: #fff;
border-radius: 30px;
padding: 25px 35px;
margin-top: 15px;
display: flex
;
}
.Contact_us_left .info .content {
width: 81%;
font-size: 16px;
}
.Contact_us_left .info .content h6 {
font-size: 24px;
line-height: initial !important;
margin: 0px 0px 10px 0px;
color: #104b59;
}
.Contact_us_left .info .icon {
width: 28%;
width: 85px;
height: 85px;
background: #fd8e44;
border-radius: 50%;
display: flex
;
align-items: center;
justify-content: center;
}
.Contact_us_left .info .content ul.style-none {
margin: 0px;
}
.Contact_us_left .info .content ul.style-none li a {
color: #000;
font-weight: 200 !important;
}
.Contact_us_right .elementor-element-99e8f3b{
border-radius: 30px;
border: 9px solid #fff;
overflow: hidden;
min-height: 300px;
}
.form_section {
background-color: #f1f8fa;
padding: 70px 0px;
border-top: 1px solid #dfdfdf;
}
.form_section .form_section_left h2 {
color: #104b59;
max-width: 450px;
line-height: 45px;
}
.form_section .form_section_left p {
width: 75%;
}
.form_section_right ul.contact {
display: flex
;
flex-wrap: wrap;
column-gap: 0;
row-gap: 10px;
justify-content: space-between;
margin: 0px;
}
.form_section_right ul.contact li{
width: 48%;
}
ul.contact li.message{
width: 100%;
}
ul.contact li.submit {
margin: 0 auto;
width: 100%;
text-align: center;
display: flex
;
justify-content: center;
align-items: center;
}
ul.contact li.submit p{
line-height: initial !important;
display: flex
;
justify-content: center;
align-items: center;
text-align: center;
margin: 0 auto;
}
ul.contact li.submit input {
margin-top: 0;
font-size: 18px !important;
color: #fff !important;
text-transform: capitalize;
font-weight: 500;
width: 316px;
line-height: initial;
padding: 11px 40px !important;
border: 0px !important;
background: #fd8e44;
}
ul.contact li.submit span.wpcf7-spinner {
position: absolute;
right: 0;
}
ul.contact li input {
width: 100%;
height: 60px;
border: 1px solid #e4e4e4;
border-radius: 5px;
font-size: 15px;
padding: 0 25px;
}
/* CONTACT US PAGE DESIGN END */
/* SERVICES PAGE POPUP DESIGN */
.service-popup, .portfolio-popup{
width: 80%;
margin: 0 auto;
max-width: 1200px;
position: relative;
}
.popup-content {
display: flex;
column-gap: 20px;
justify-content: space-between;
align-items: center;
}
.popup-content .service-image-popup, .popup-content .popup-image {
width: 40%;
}
.popup-content .service-image-popup img, .popup-content .popup-image img {
height: 400px;
width: 100%;
object-fit: cover;
border-radius: 10%;
}
.popup-content .image-services, .popup-content .image-portfolios
{
width: 60%;
}
.popup-content .image-services h4, .popup-content .image-services p, .popup-content .image-portfolios h4, .popup-content .image-portfolios p{
color: #fff !important;
font-weight: 400 !important;
}
.service-popup button.mfp-close, .portfolio-popup button.mfp-close {
position: absolute;
top: -42px;
right: 0;
color: #000000;
background-color: #fff;
width: 30px;
height: 30px;
display: flex
;
align-items: center;
justify-content: center;
}
.home_visitor{
display: none;
}
.n2-ss-slide, .n2-ss-slide.active {
height: 750px !important;
}