@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&family=Roboto&family=Rubik:wght@400;500&display=swap');
.wrapper{
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.wrapper2{
    max-width: 1336px;
    margin-left: auto;
    margin-right: auto;
}
h1{
    font-size: 60px;
    font-weight: 700;
    line-height: 82px;
    font-family: 'Montserrat', sans-serif;
}
h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 51px;
    font-family: 'Montserrat', sans-serif;
}
h3{
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
}
h4{
    font-size: 20px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
}
h5{
    font-size: 18px;
    line-height: 18px;
    font-family: 'Montserrat', sans-serif;
}
h6{
    font-size: 14px;
    line-height: 14px;
    font-family: 'Montserrat', sans-serif;
}
p{
    font-size: 14px;
}
.generic-btn a {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    background: var(--accent);
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    padding: 24px 53px 24px 52px;
    font-family: 'Montserrat', sans-serif;
}
.color-01d0cc{
    color: var(--primary--color);
}
.bg-fafafa{
    background: #fafafa;
}
.generic-btn a:hover,
.submit-btn:hover,
.plan-btn a:hover,
.news-letter-input button:hover,
.post-btn:hover,
.tag-link ul li a:hover,
.contact-submit-btn:hover{
    color: var(--accent);
    background: transparent;
    box-shadow: inset 0 0 0 2px var(--accent);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
a:hover,
button:hover
input{
	outline: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
body{
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    color: var(--text-color);
    font-family: 'Rubik', sans-serif;
}
:root{
    --primary--color: #01d0cc;
    --secondary--color: #000;
    --text-color:#191919;
    --accent:#01d0cc;
    --white-color: #fff;
    --blue-color: #2f5fad;
}
.service-box2 .generic-box-img1{
    z-index: 2;
}
.header-con .navbar-dark .navbar-nav .nav-link:hover,
.client-info ul li a:hover,
.call-number a:hover,
.generic-box-content .call-number a:hover,
.contact-box ul li a:hover,
.site-map ul li a:hover,
.recant-post-content a h4:hover,
.contact-info-content a:hover{
    color: var(--primary--color);
}
.header-con .navbar-dark .navbar-nav .nav-link.active{
    color: var(--accent);
}
.nav-item.dropdown .dropdown-menu{
    margin-top: -4px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
    background: var(--accent);
}
.header-con .dropdown-menu{
    border:none;
}
.dropdown-item:hover{
    color: var(--accent);
    background: var(--white-color);
}
.dropdown-item{
    font-size: 14px;
    color: var(--white-color);
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 10px;
    font-family: 'Montserrat', sans-serif;
    display: block;
    padding: 4px 20px;
    width: auto;
    border-radius: 4px;
}
.dropdown-item:hover {
    background: var(--accent);
    color: #fff;
}
.black-btn:hover{
    background: var(--blue-color);
}
.service-item a:hover{
    background: transparent;
    box-shadow: inset 0 0 0 2px var(--accent);
}
.service-item a:hover img{
    filter: invert(58%) sepia(98%) saturate(1452%) hue-rotate(133deg) brightness(97%) contrast(99%);
}
.team-social-icon ul li a:hover{
    background: var(--blue-color);
}
.top-bar-con{
    padding: 16px 0;
    background: #00BFFF;
}
.socisl-con ul li a i {
    width: 36px;
    height: 36px;
    color: var(--white-color);
    font-size: 14px;
    border-radius: 50%;
    border: 1px solid var(--white-color);
    transition: all 0.5s ease-in-out;
}
.socisl-con ul li a i:hover,
.generic-btn a:hover,
.submit-btn:hover,
.online-btn a:hover,
.footer-social ul li a i:hover{
    transform: translateY(-8px);
}
.socisl-con ul{
    gap: 10px;
}
.socisl-con span{
    font-size: 16px;
    padding-right: 23px;
}
.client-info ul{
    gap: 32px;
}
.client-info ul li a img {
    padding-right: 5px;
}
.client-info ul li a{
    color: var(--white-color);
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    text-decoration: none;
}
.header-con .navbar-dark .navbar-nav .nav-link{
    font-size: 16px;
    color: #0a0a0a;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.header-con .navbar-dark .navbar-nav{
    gap: 57px;
    align-items: center;
}
.header-con{
    padding: 11px 0;
}
.header-con .navbar-brand figure {
    left: 50%;
    top: -105px;
    position: absolute;
    transform: translateX(-50%);
}
.header-con .navbar-dark .navbar-brand {
    z-index: 1;
    position: relative;
}
.banner-inner-con{
    padding-top: 310px;
    padding-bottom: 269px;
}
.banner-con{
    background-repeat: no-repeat;
    background-position: center;
}
.home-banner{
    overflow: hidden;
    background-image: url(../images/home-banner.jpg);
    background-size: cover;
}
.banner-inner-con:after,
.contact-con:after {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(41 149 159 / 90%);
}
.contact-title:after {
    top: 2px;
    right: 56px;
    content: "";
    width: 59px;
    height: 40px;
    position: absolute;
    background: url(../images/contact-leaf.png) no-repeat;
}
.banner-inner-con:before {
    bottom: 0;
    left: 0;
    content: "";
    z-index: 3;
    width: 354px;
    height: 347px;
    position: absolute;
    background: url(../images/banner-dots-img.png) no-repeat;
}
.banner-con:before{
    top: 61px;
    left: 24px;
    z-index: 2;
    content: "";    
    width: 460px;
    height: 304px;
    position: absolute;    
    background: url(../images/banner-bubble-top-img.png) no-repeat;
    animation: mover 1s infinite alternate;
}
.banner-con:after {
    bottom: -78px;
    left: 50%;
    z-index: 2;
    content: "";
    width: 257px;
    height: 335px;
    position: absolute;
    background: url(../images/banner-bubble-bottom-img.png) no-repeat;
    transform: translateX(-140%);
}
.banner-title h1{
    margin-bottom: 16px;
}
.banner-title p{
    font-size: 16px;
    line-height: 29px;
    padding-right: 94px;
    margin-bottom: 44px;
    color: rgb(255 255 255 / 60%);
}
.banner-title:after {
    top: -76px;
    right: 40px;
    content: "";
    width: 85px;
    height: 58px;
    position: absolute;
    background: url(../images/banner-left-leaf.png) no-repeat;
}
.banner-title:before{
    top: 130px;
    left: -130px;
    content: "";
    width: 52px;
    height: 31px;
    position: absolute;
    background: url(../images/banner-rt-leaf.png) no-repeat;
}
.call-con img {
    left: 0;
    top: -6px;
    position: absolute;
}
.call-number {
    padding-left: 81px;
}
.call-number span {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 11px;
    color: rgb(0 0 0 / 70%);
}
.call-number a {
    color: var(--white-color);
    font-size: 30px;
    font-weight: 500;
    text-decoration: none;
}
.more-details{
    gap: 34px;
}
.banner-img{
    left: -159px;
    bottom: -295px;
    position: absolute;
}
.contact-con:before,
.contact-inner-con:after{
    bottom: 0;
    left: 0;
    z-index: 2;
    content: "";
    width: 313px;
    height: 371px;
    position: absolute;
    background: url(../images/contact-bubble-lft-img.png) no-repeat;
}
span.error{
    color: red;
}
.contact-inner-con:before{
    top: 68px;
    left: 0;
    z-index: 2;
    content: "";
    width: 438px;
    height: 346px;
    position: absolute;
    background: url(../images/contact-bubble-img.png) no-repeat;
    animation: mover 1s infinite alternate;
}
.contact-inner-con:after{
    bottom: 0;
    right: 0;
    left: auto;
    background: url(../images/contact-bubble-rt-img.png) no-repeat;
}
.banner-con .wrapper2,
.contact-con .wrapper{
    z-index: 3;
    position: relative;
}
.clean-con {
    padding-top: 165px;
    padding-bottom: 140px;
}
.generic-box {
    gap: 48px;
    display: grid;
    align-items: center;
    grid-template-columns: 46.5% 44%;
}
.generic-box-content h2 {
    margin-bottom: 14px;
}
.generic-box-content p {
    margin-bottom: 42px;
    color: rgb(25 25 25 / 60%);
}
.generic-list ul li span {
    font-size: 18px;
    font-weight: 700;
    color: var(--blue-color);
    line-height: 18px;
    margin-bottom: 9px;
    font-family: 'Montserrat', sans-serif;
}
.generic-list ul li {
    margin-bottom: 37px;
    background: url(../images/check-icon.png) no-repeat;
    padding-left: 50px;
    padding-right: 29px;
}
.generic-list ul li p{
    line-height: 24px;
}
.generic-box-content .call-number a{
    color: #0f0d1d;
}
.generic-list ul li:last-child{
    margin-bottom: 0;
}
.generic-list{
    margin-bottom: 47px;
}
.generic-box-content .generic-btn a{
    padding: 22px 48px 23px;
}
.service-con {
    padding-top: 94px;
    padding-bottom: 125px;
}
.service-con .wrapper{
    z-index: 1;
    position: relative;
}
.service-con::after{
    content: "";
    width: 100%;
    height: 448px;
    top: 0;
    position: absolute;
    background: url(../images/service-bg-img.jpg) no-repeat center;
    background-size: cover;
}
.service-con::before {
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    background: rgb(47 95 173 / 90%);
}
.service-title h2{
    margin-bottom: 56px;
}
.service-inner-box::after{
    top: 95px;
    left: 0;
    z-index: 1;
    content: "";
    width: 304px;
    height: 235px;
    position: absolute;
    background: url(../images/service-bubble-lf-img.png) no-repeat;
    animation: mover 2s infinite alternate;
}
.service-inner-box::before{
    top: -21px;
    right:0;
    z-index: 1;
    content: "";
    width: 317px;
    height: 255px;
    position: absolute;
    background: url(../images/service-bubble-rt-img.png) no-repeat;
    animation: mover 1s infinite alternate;
}
.service-title:before{
    top: 26px;
    left: 15%;
    z-index: 1;
    content: "";
    width: 85px;
    height: 58px;
    position: absolute;
    background: url(../images/service-leaf.png) no-repeat;
}
.service-item {
    background: var(--white-color);
    box-shadow:0 -24px 80px 0 rgba(166, 184, 213, 0.17) inset;
    border-radius: 131px;
    padding: 11px 10px 14px 10px;
    width: 264px;
}
.service-item figure{
    margin-bottom: 35px;
}
.service-item h3{
    color: var( --secondary--color);
    margin-bottom: 16px;
}
.service-item p {
    padding: 0 9px;
    line-height: 25px;
    margin-bottom: 19px;
    color: rgb(25 25 25 / 50%);
}
.service-item a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.service-inner-con {
    margin-bottom: 38px;
}
.service-con .generic-btn a{
    padding: 22px 60px 23px;
}
.slider-btn a {
    top: 42%;
    cursor: pointer;
    position: absolute;
    width: 55px;
    height: 55px;
    background: var(--white-color);
    border-radius: 50%;
    box-shadow: 13px 13px 18px 8px rgb(166 184 213 / 28%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-dots{
    display: none;
}
.slider-btn a:first-child{
    left: -11.99%;
}
.slider-btn a:last-child{
    right: -11.99%;
}
.slider-btn a figure{
    margin-bottom: 0;
    line-height: initial;
}
.team-con{
    padding:97px 0 52px;
    background: #fafafa;
}
.team-con:before,
.team-con:after{
    content: "";
    top: 0;
    right: 0;
    width: 236px;
    height: 256px;
    position: absolute;
    background: url(../images/right-top-dots-img.png) no-repeat;
}
.team-con:before {
    bottom: -28px;
    top: inherit;
    left: 0;
    background: url(../images/left-bottom-dots-img.png) no-repeat;
}
.team-title h2 {
    margin-bottom: 84px;
}
.team-box{
    gap: 77px;
    display: grid;
    grid-template-columns: 19.1% 19.1% 19.1% 19.1%;
}
.team-social-icon{
    top: 0;
    right: 0;
    position: absolute;
}
.team-box-item figure {
    margin-bottom: 39px;
}
.team-box-item h3 {
    color: var(--blue-color);
    margin-bottom: 2px;
    text-transform: uppercase;
}
.team-box-item span{
    color: rgb(0 0 0 / 60%);
    text-transform: uppercase;
}
.team-social-icon {
    top: -4px;
    right: -36px;
    position: absolute;
}
.team-social-icon ul li{
    position: relative;
    margin-bottom: 18px;
}
.team-social-icon ul li a {
    width: 33px;
    height: 33px;
    color: var(--white-color);
    background:var(--primary--color) ;
    border-radius: 50%;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.team-social-icon ul li a:hover{
    transform: translateY(-8px);
}
.team-social-icon ul {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    margin-top: 23px;
}
.team-social-icon ul li:last-child{
    margin-bottom: 0;
}
.team-social-icon::after{
    content: "";
    width: 88px;
    height: 230px;
    top: 0;
    right: 0;
    position: absolute;
    background: url(../images/border--shape-img.png) no-repeat center;
}
.team-social-icon ul li:first-child{
    left: -13px;
}
.team-social-icon ul li:nth-child(2) {
    left: 11px;
}
.team-social-icon ul li:nth-child(3){
    left: 9px;
}
.team-social-icon ul li:last-child {
    left: -18px;
}
.project-con {
    padding: 125px 0 177px;
}
.project-title h2{
    margin-bottom: 30px;
}
.project-box{
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
}
.blog-item figure{
    margin-bottom: 0;
}
.project-item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(47 95 173 / 80%);
    width: 100%;
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 35px;
    opacity: 0;
    transition: 0.2s ease-in-out;
}
.project-box{
    margin-bottom: 10px;
}
.project-item-content h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.location-tag {
    background: rgb(16 190 199 / 80%);
    padding: 9px 20px 9px 41px;
    line-height: 18px;
    border-radius: 18px;
    width: 73%;
    margin-bottom: 12px;
}
.location-tag img{
    left: 19px;
    position: absolute;
}
.project-item-content p{
    line-height: 25px;
}
.project-item:hover .project-item-content{
    opacity: 1;
    height: 100%;
}
.contact-con{
    background: url(../images/contact-bg-img.jpg) no-repeat center;
    background-size: cover;
}
.contact-inner-con{
    padding-top: 100px;
    padding-bottom: 20px;
}
.form-con ul {
    display: grid;
    grid-template-columns: 50% 50%;
}
.form-con ul {
    display: grid;
    gap: 35px 37px;
    grid-template-columns: 44.4% 44.4%;
    margin-bottom: 32px;
}
.form-con ul li input,
.form-con ul li textarea{
    width: 100%;
    color: var(--white-color);
    font-size: 14px;
    background: transparent;
    border: 1px solid var(--white-color);
    padding: 11px 20px;
    font-family: 'Montserrat', sans-serif;
}
.form-con ul li input::placeholder,
.form-con ul li textarea::placeholder{
    color: var(--white-color);
    font-size: 14px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}
.contact-title h2{
    margin-bottom: 30px;
}
.form-con ul li input:focus,
.form-con ul li textarea:focus,
.blog-form form ul li input:focus,
.blog-form form ul li textarea:focus,
.search-input input:focus,
.news-letter-input input:focus{
    outline: none;
    border-color: var(--primary--color);
}
.form-con ul li:nth-child(5){
    grid-column: 1/-1;
}
.form-con ul li textarea{
    resize: none;
    height: 192px;
}
.submit-btn{
    border: none;
    color: var(--white-color);
    font-size: 16px;
    cursor: pointer;
    line-height: 16px;
    padding:25px 59px 23px 54px;
    text-transform: uppercase;
    border-radius: 8px;
    background: var(--accent);
    font-family: 'Montserrat', sans-serif;
    transition: all 0.5s ease-in-out;
}
.plan-btn a:hover{
    background: var(--white-color);
}
.contact-box {
    background: var(--white-color);
    padding: 18px 67px 18px 20px;
    box-shadow: 10px 10px 21px 10px rgb(0 0 0 / 21%);
    position: absolute;
    top: -197px;
    width: 286px;
    left: -30px;
    opacity: 0;
}
.contact-box:after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 58px;
    width: 29px;
    height: 28px;
    background: var(--white-color);
    clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
}
.contact-box ul li a {
    color: rgb(114 111 132 / 80%);
}
.contact-box ul li i{
    top: 5px;
    left: 0;
    position: absolute;
}
.contact-box ul li {
    padding-left: 31px;    
    margin-bottom: 17px;
    line-height: 24px;
    color: rgb(114 111 132 / 80%);
}
.contact-box ul li  i {
    font-size: 18px;
}
.contact-box ul li:last-child{
    margin-bottom: 0;
}
.map-con iframe {
    height: 562px;
    width: 100%;
    border: none;
    margin: 0 0 -9px 0;
}
.map-box{
    left: 23%;
    bottom: 159px;
    position: absolute;
}
.map-box:hover .contact-box {
    opacity: 1 !important;
}
.user-con{
    padding-top: 145px;
    padding-bottom: 112px;
    background: #f7f8fb;
}
.price-title h2{
    margin-bottom: 228px;
}
.plan-header {
    padding: 50px 10px 21px;
    position: relative;
    border-radius: 10px 10px 0 0;
    background: var(--blue-color) url(../images/plan-bubble-img.png) no-repeat center;
    background-size: cover;
}
.plan-header span{
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 12px;
    color: var(--white-color);
    font-weight: 500;
}
.plan-price{
    color: var(--white-color);
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 24px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.post-btn:focus,
.contact-submit-btn:focus{
    outline: none;
}
.paln-tag {
    background: var(--primary--color);
    border-radius: 18px;
    display: inline-block;
    color: var(--white-color);
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 26px 11px;
    line-height: 16px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}
.plan-body {
    background: var(--white-color);
    border: 1px solid rgb(0 0 0 / 18%);
    border-radius: 0 0 10px 10px;
    padding: 62px 36px 70px;
    position: relative;
}
.plan-body span {
    font-size: 16px;
    color: #8e8e8e;
    line-height: 22px;
    margin-bottom: 20px;
    padding: 0 28px;
}
.plan-body ul li{
    color: #333;
    border-bottom: 1px solid rgb(0 0 0 / 18%);
    padding-bottom: 13px;
    margin-bottom: 12px;
}
.plan-body ul li img {
    padding-right: 19px;
}
.plan-btn{
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.plan-btn a {
    display: inline-block;
    background: var(--accent);
    font-size: 16px;
    color: var(--white-color);
    border-radius: 8px;
    text-transform: uppercase;
    padding: 15px 27px 15px 34px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}
.plan-body ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.plan-body ul{
    margin-bottom: 0;
}
.generic-box-content::after{
    content: "";
    width: 85px;
    height: 58px;
    background: url(../images/leaft-icon.png) no-repeat center;
    top: 25px;
    right: -43%;
    position: absolute;
}
.project-con .project-box1:after {
    content: "";
    width: 521px;
    height: 411px;
    right: -304px;
    top: -171px;
    position: absolute;
    background: url(../images/bubble-img.png) no-repeat center;
    opacity: 20%;
    z-index: -1;
    animation: mover 1s infinite alternate;
}
.project-con .wrapper{
    position: relative;
}
.project-con .project-box1:before {
    content: "";
    width: 85px;
    height: 58px;
    background: url(../images/leaft-icon.png) no-repeat center;
    top: 50%;
    left: -210px;
    position: absolute;
    transform: translatey(-52%);
}
.plan-box::after {
    content: "";
    width: 100%;
    height: 653px;
    background: url(../images/design-img.png) no-repeat center;
    top: 167px;
    left: 0;
    position: absolute;
}
.plan-box .row{
    z-index: 1;
    position: relative;
}
.price-title h2::after{
    content: "";
    width: 59px;
    height: 40px;
    background: url(../images/plan-leaf.png) no-repeat center;
    top: 130%;
    left: 50px;
    position: absolute;
}
.blog-con{
    padding-top: 135px;
    padding-bottom: 140px;
}
.blog-title h2{
    margin-bottom: 53px;
}
.blog-item-content {
    background: var(--white-color);
    border: 1px solid #eeeeee;
    padding: 36px 15px 28px 26px;
    margin-top: -104px;
    position: relative;
    z-index: 1;
    width: 89.4%;
    margin-left: auto;
}
.blog-item-content:hover a h4{
    color: var(--primary--color);
}
.blog-item-content:hover{
    box-shadow: 6px 6px 18px rgb(1 208 204 / 21%);
}
.blog-item-content a{
    text-decoration: none;
}
.blog-item-content a h4{
    font-size: 18px;
    color: var(--secondary--color);
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}
.blog-item-content p{
    line-height: 21px;
    color: rgb(0 0 0 / 40%);
    margin-bottom: 32px;
}
.blog-item-content ul,
.admin-con {
    gap: 32px;
    display: flex;
}
.blog-item-content ul li,.admin-con li{
    color: #2d2d2d;
}
.blog-item-content ul li i,.admin-con li i{
    color: var(--primary--color);
    padding-right: 2px;
}
.blog-item-content ul:before {
    content: "";
    height: 1px;
    width: 21.7%;
    position: absolute;
    top: -13px;
    left: 0;
}
@media only screen and (max-width: 1919px) {
    .banner-img img{
        width: 100%;
    }
}
@media only screen and (max-width: 1800px){
    .single-blog-con:after { right: 4%; }
    .single-blog-con:before { left: 4%; }
    .map-con2:after { right: -100px; }
    .gellery-page-project:before { left: -96px; }
    .blog-inner-con::after { right: -100px; }
    .generic-box-content::after { right: -17%; }
    .project-con .project-box1:after { right: -118px; top: -194px; width: 393px; background-size: contain; }
    .contact-con img{ width: 100%; }
}
@media only screen and (max-width: 1440px) {
    .banner-con:before { top: 61px; width: 400px; height: 185px; background-size: contain; }
    .banner-con:after { bottom: -62px; height: 242px; background-size: contain; }
    .generic-box-img1 img { width: 440px; height: 440px; }
    .generic-box-img1:before { top: -28px; left: 1px; width: 180px; height: 180px; }
    .service-inner-box::after { top: 22px; width: 256px; height: 150px; background-size: contain; }
    .contact-con:before, .contact-inner-con:after { width: 136px; height: 160px; background-size: contain; }
    .contact-inner-con:before { top: -2px; width: 310px; height: 110px; background-size: contain; }
    .service-inner-box::before { top: -62px; width: 225px; height: 180px; background-size: contain; }
    .banner-inner-con:before { height: 180px; background-size: contain; }
    .circle-box:after { right: 64px; }
    .generic-box-img2:before { width: 194px; height: 194px; }
    .generic-box-img2 { left: 1px; }
    .generic-box-img2 img { width: 182px; height: 182px; }
    .generic-box-img1:after { width: 470px; height: 470px; }
    .single-blog-con { padding: 150px 0 120px; }
    .map-con2::after,.single-blog-con:after,.single-blog-con:before{ display: none; }
    .single-blog-details > figure { margin-bottom: 36px; }
    .single-generic-box { padding: 35px 30px; margin-bottom: 35px; }
    .input-radio li { margin-bottom: 20px; }
    .blog-form form ul li textarea { height: 180px; }
    .blog-form form ul li { margin-bottom: 20px; }
    .single-blog-details p:last-child { margin-bottom: 40px; }
    .blog-note { margin-bottom: 26px; padding: 35px 58px 40px 38px; }
    .single-blog-details h2 { margin-bottom: 26px; }
    .contact-form-con { padding: 100px 0; }
    .contact-info ul li { height: 120px; margin-bottom: 20px; padding: 28px 30px 15px; }
    .contact-form h2, .contact-info h2 { margin-bottom: 42px; }
    .gellery-page-project:after { bottom: -52px; right: 15px; }
    .blog-inner-con::after { bottom: -88px; right: 0; }
    .sub-banner .banner-img img { width: 440px; }
    .service-box2:after { right: -10px; }
    .service-dots:before { width: 180px; height: 180px; background-size: contain; }
    .service-dots:after { width: 165px; background-size: contain; }
    .generic-list2 { width: 40%; }
    .service-box .generic-box-content::after, .service-box2 .generic-box-content::after { right: -15px; }
    h1 { font-size: 54px; line-height: 74px; }
    .banner-title h1 { margin-bottom: 10px; }
    .banner-title p { margin-bottom: 36px; }
    .wrapper2 { padding: 0 15px; }
    .banner-img { bottom: -217px; }
    .generic-btn a { padding: 22px 42px; }
    .banner-title p { padding-right: 100px; }
    .more-details { gap: 22px; }
    .call-number a { font-size: 27px; }
    .top-bar-con { padding: 14px 0; }
    .clean-con { padding-top: 150px; padding-bottom: 120px; }
    h2 { font-size: 36px; line-height: 46px; }
    .generic-box-content h2 { margin-bottom: 12px; }
    .generic-box-content p { margin-bottom: 32px; }
    .generic-list ul li { margin-bottom: 25px; }
    .generic-box-content .generic-btn a { padding: 20px 40px; }
    .generic-box-content::after { top: -42px; right: -12%; }
    .service-title h2 { margin-bottom: 50px; }
    .service-con { padding-top: 90px; padding-bottom: 100px; }
    .service-inner-con { margin-bottom: 60px; }
    .owl-carousel .owl-nav button{ top: 24px; position: relative; transform: none; }
    .owl-carousel .owl-nav{ display: flex; align-items: center; justify-content: center; }
    .owl-carousel .owl-nav button.owl-prev { left: -10px; }
    .owl-carousel .owl-nav button.owl-next{ right: 0; }
    .service-con .generic-btn a { padding: 20px 56px; }
    .team-con { padding: 90px 0 50px; }
    .team-title h2 { margin-bottom: 74px; }
    .team-con:before, .team-con:after { width: 108px; height: 116px; background-size: contain; }
    .team-con:before { bottom: 0; }
    .team-box-item figure { margin-bottom: 30px; }
    .project-con { padding: 100px 0 140px; }
    .project-con .project-box1:after { right: 17px; top: -239px; width: 297px; }
    .contact-inner-con { padding-top: 100px; padding-bottom: 100px; }
    .form-con ul li textarea { height: 170px; }
    .form-con ul li input, .form-con ul li textarea { padding: 10px 20px; }
    .submit-btn { padding: 20px 54px; }
    .map-box { left: 12%; bottom: 152px; }
    .user-con { padding-top: 120px; padding-bottom: 90px; }
    .plan-box::after { top: 167px; height: 470px; background-size: contain; }
    .price-title h2 { margin-bottom: 180px; }
    .plan-price { font-size: 56px; margin-bottom: 18px; }
    .plan-body ul li { padding-bottom: 11px; margin-bottom: 10px; }
    .plan-con { margin-bottom: 140px; }
    .client-title:after { width: 40px; right: 300px; background-size: contain; }
    .client-review-content { padding: 45px 26px; }
    .blog-con { padding-top: 120px; padding-bottom: 120px; }
    .blog-title h2 { margin-bottom: 44px; }
    .newsletter-box { padding: 38px 59px 24px 44px; }
    .footer-box::after { right: 0; }
    .footer-con:before { top: auto; bottom: 7px; width: 148px; height: 199px; background-size: contain; }
    .copyright-inner-con{ width: 92%; }
    .banner-inner-con { padding-top: 250px; padding-bottom: 200px; }
    .sub-banner .banner-inner-con.sub-banner { padding-top: 200px; padding-bottom: 170px; }
    .sub-banner .banner-img { bottom: -192px; }
    .goals-con { padding-bottom: 150px; }
    .goals-box-item { padding: 54px 70px; }
}
