@import "pages-css/navbar.css";
@import "pages-css/home-one.css";
@import "pages-css/home-two.css";
@import "pages-css/home-three.css";
@import "pages-css/inner-banner.css";
@import "pages-css/contact.css";
@import "pages-css/faq.css";
@import "pages-css/blog-details.css";
@import "pages-css/service-details.css";
@import "pages-css/project-details.css";
@import "pages-css/team.css";
@import "pages-css/author.css";
@import "pages-css/pagination.css";
@import "pages-css/error.css";
@import "pages-css/coming-soon.css";
@import "pages-css/footer.css";
@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap";

:root {
    --headerFonts: 'Poppins', sans-serif;
    --bodyFonts: 'Roboto', sans-serif;
    --orangeColor: #f85f0a;
    --lightColor: #f88240;
    --greenColor: #0ebc40;
    --titleColor: #00042e;
    --bodyColor: #4e4e4e;
    --whiteColor: #ffffff;
    --fontSize: 16px;
    --transition: .5s
}

body {
    padding: 0;
    margin: 0;
    line-height: 1.6;
    font-weight: 400;
    font-size: 16px;
    font-family: 'poppins';
}

p {
    color: var(--bodyColor);
    margin-bottom: 10px;
    line-height: 1.8
}

p:last-child {
    margin-bottom: 0
}

a {
    display: inline-block;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    text-decoration: none
}

a:hover,
a:focus {
    text-decoration: none
}

button {
    outline: 0
}

button:focus {
    outline: 0;
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: var(--titleColor);
    line-height: 1.4;
    font-family: 'poppins';
}

h3 {
    font-size: 20px
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle
}

img {
    max-width: 100%
}

.pt-150 {
    padding-top: 150px
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px !important
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.pt-70 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.pt-45 {
    padding-top: 45px
}

.pt-20 {
    padding-top: 20px
}

.pl-20 {
    padding-left: 20px
}

.pr-20 {
    padding-right: 20px
}

.pb-10 {
    padding-bottom: 10px
}

.ml-20 {
    margin-left: 20px
}

.border-radius-5 {
    border-radius: 5px !important
}

.border-radius-50 {
    border-radius: 50px !important
}

.default-btn {
    padding: 10px 30px;
    color: var(--whiteColor);
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    background-color: #025087;
    border: none;
    outline: none
}

.nav-link:hover {
    color: #025087 !important;
}

.default-btn::before {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #f19c23;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.default-btn:hover {
    color: var(--whiteColor);
}

.default-btn:hover::before {
    width: 100%;
    opacity: 1
}

.default-btn.two {
    background-color: #f19c23;
}

.default-btn.two:hover {
    color: var(--whiteColor)
}

.default-btn.two:hover::before {
    background-color: #f19c23;
}

.section-title .sp-title {
    padding-bottom: 22px;
    display: inline-block;
    line-height: 0;
    font-size: 15px;
    color: var(--greenColor);
    padding-left: 0;
    position: relative;
    font-weight: 500
}

.section-title .sp-title::before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    height: 2px;
    width: 50px;
    background-color: var(--greenColor);
    display: none
}

.section-title .sp-title::after {
    content: "";
    position: absolute;
    bottom: 14px;
    left: 0;
    height: 15px;
    width: 10%;
    background-color: var(--whiteColor);
    -webkit-animation: MOVE-BG 2s linear infinite;
    animation: MOVE-BG 2s linear infinite
}

.section-title .sp-title2 {
    padding-bottom: 20px;
    line-height: 0;
    font-size: 15px;
    color: var(--lightColor);
    padding-left: 0;
    position: relative;
    font-weight: 500;
    display: inline-block
}

.section-title .sp-title2::before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    height: 2px;
    width: 50px;
    background-color: var(--lightColor);
    display: none
}

.section-title .sp-title2::after {
    content: "";
    position: absolute;
    bottom: 14px;
    left: 0;
    height: 15px;
    width: 10%;
    background-color: var(--whiteColor);
    -webkit-animation: MOVE-BG 2s linear infinite;
    animation: MOVE-BG 2s linear infinite
}

.section-title h2 {
    font-size: 40px;
    font-weight: 500;
    margin-top: 0;
    line-height: 1.2;
    color: var(--titleColor);
    margin-bottom: 0
}

.section-title p {
    padding-top: 15px;
    margin-bottom: 0
}

@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px)
    }
}

@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px)
    }
}

.work-area::before {
    background-image: url(../images/work-img/work-bg.jpg)
}

.testimonial-area::before {
    background-image: url(../images/testimonial/testimonial-bg.jpg)
}

.terms-conditions-img {
    margin-bottom: 30px
}

.single-content {
    margin-bottom: 30px
}

.single-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500
}

.single-content p {
    margin-bottom: 0
}

.gallery-photo-item {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.gallery-photo-item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    opacity: .1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    background-color: var(--titleColor)
}

.gallery-photo-item::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    opacity: .1;
    background-color: var(--titleColor);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.gallery-photo-item .photo-button {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%
}

.gallery-photo-item .photo-button h3 {
    color: var(--whiteColor);
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.gallery-photo-item .photo-button .photo-icon {
    width: 40px;
    height: 40px;
    line-height: 45px;
    background-color: var(--whiteColor);
    font-size: 20px;
    color: #025087;
    margin-bottom: 0;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    border-radius: 50px;
    position: relative;
    z-index: 1
}

.gallery-photo-item .photo-button .photo-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid var(--whiteColor);
    -webkit-animation: ripple 2s infinite ease-in-out;
    animation: ripple 2s infinite ease-in-out;
    border-radius: 50px
}

.gallery-photo-item .photo-button .photo-icon:hover {
    background-color: #025087;
    color: var(--whiteColor);
    border-radius: 50px
}

.gallery-photo-item .photo-button .photo-icon:hover::before {
    border-color: #025087;
}

.gallery-photo-item:hover::before {
    opacity: .8;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.gallery-photo-item:hover::after {
    opacity: .8;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.gallery-photo-item:hover .photo-button h3 {
    opacity: 1
}

.gallery-photo-item:hover .photo-button .photo-icon {
    opacity: 1
}

.categories-title {
    margin-bottom: 30px
}

.categories-title h3 {
    font-size: 24px;
    color: var(--titleColor)
}

.categories-title h3 span {
    color: var(--bodyColor);
    font-size: 17px
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #025087;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto
}

.double-bounce1 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--whiteColor);
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--whiteColor);
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.go-top {
    position: fixed;
    top: 70%;
    right: 3%;
    opacity: 0;
    cursor: pointer;
    text-decoration: none;
    color: var(--whiteColor);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    background: #025087;
    border-radius: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    z-index: 100;
    -webkit-transition: .5s;
    transition: .5s
}

.go-top i {
    -webkit-transition: .5s;
    transition: .5s;
    vertical-align: middle
}

.go-top:hover {
    background-color: var(--titleColor)
}

.go-top:hover i {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.go-top.active {
    top: 95%;
    -webkit-transform: translateY(-95%);
    transform: translateY(-95%);
    opacity: 1;
    visibility: visible
}

.buy-now-btn {
    right: 20px;
    z-index: 99;
    top: 50%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: var(--whiteColor);
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    -webkit-box-shadow: 0 1px 20px 1px #82b440;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 13px;
    font-weight: 600
}

.buy-now-btn img {
    top: 50%;
    left: 20px;
    width: 15px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.buy-now-btn:hover {
    color: var(--whiteColor);
    background-color: #94be5d
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes help-animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(30px, 0);
        transform: translate(30px, 0)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes help-animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(30px, 0);
        transform: translate(30px, 0)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@-webkit-keyframes movebounce-up {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(-120px);
        transform: translateY(-120px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes movebounce-up {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(-120px);
        transform: translateY(-120px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes move-to {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes move-to {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes running-in {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(-10px, 150px);
        transform: translate(-10px, 150px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes running-in {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(-10px, 150px);
        transform: translate(-10px, 150px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes leaves {
    0% {
        transform: scale(.5);
        -webkit-transform: scale(.5)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes leaves {
    0% {
        transform: scale(.5);
        -webkit-transform: scale(.5)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes leaves {
    0% {
        transform: scale(.5);
        -webkit-transform: scale(.5)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes waving-line {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -200px 0
    }
}

@-webkit-keyframes waving-line {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -200px 0
    }
}

@-webkit-keyframes rotated360 {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg)
    }

    100% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg)
    }
}

@keyframes rotated360 {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg)
    }

    100% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg)
    }
}

@media only screen and (max-width:767px) {
    body {
        font-size: 15px
    }

    .ptb-100 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .pt-100 {
        padding-top: 50px
    }

    .ptb-70 {
        padding-top: 50px;
        padding-bottom: 20px
    }

    .pb-100 {
        padding-bottom: 50px !important
    }

    .pt-70 {
        padding-top: 50px
    }

    .pb-70 {
        padding-bottom: 20px
    }

    .pt-45 {
        padding-top: 30px
    }

    .pb-10 {
        padding-bottom: 0
    }

    .pl-20 {
        padding-left: 0
    }

    .pr-20 {
        padding-right: 0
    }

    .ml-20 {
        margin-left: 20px
    }

    .default-btn {
        padding: 8px 20px
    }

    .section-title span {
        font-size: 12px
    }

    .section-title .sp-title {
        font-size: 14px;
        padding-left: 0;
        display: block;
        padding-bottom: 15px
    }

    .section-title .sp-title::before {
        display: none
    }

    .section-title .sp-title::after {
        display: none
    }

    .section-title .sp-title2 {
        font-size: 14px;
        padding-left: 0;
        display: block;
        padding-bottom: 15px
    }

    .section-title .sp-title2::before {
        display: none
    }

    .section-title .sp-title2::after {
        display: none
    }

    .section-title h2 {
        font-size: 25px
    }

    .section-title p {
        padding-top: 10px
    }

    .ps-2 {
        padding-left: 0 !important
    }

    .ps-3 {
        padding-left: 0 !important
    }

    .ps-5 {
        padding-left: 0 !important
    }

    .ps-0 {
        padding-left: 15px !important
    }

    .pe-0 {
        padding-right: 15px !important
    }

    .p-0 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .go-top .active {
        top: 85%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-tab-content h2 {
        font-size: 30px;
    }

    .priti {
        position: relative;
        top: 500px;
    }

    .prity {
        position: relative;
        bottom: 180px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .priti {
        position: relative;
        top: 384px;
    }

    .prity {
        position: relative;
        bottom: 240px;
    }

    .pritis {
        position: relative;
        top: 384px;
    }

    .pritys {
        position: relative;
        bottom: 280px;
    }
}

@media only screen and (min-width: 450px) and (max-width: 575px) {
    .priti {
        position: relative;
        top: 394px;
    }

    .prity {
        position: relative;
        bottom: 250px;
    }
}

@media only screen and (min-width: 496px) and (max-width: 575px) {
    .pritis {
        position: relative;
        top: 397px;
    }

    .pritys {
        position: relative;
        bottom: 279px;
    }
}

@media only screen and (min-width: 450px) and (max-width: 495px) {
    .pritis {
        position: relative;
        top: 344px;
    }

    .pritys {
        position: relative;
        bottom: 300px;
    }
}


@media only screen and (min-width:768px) and (max-width:991px) {
    .banner-area .container-fluid {
        width: 720px !important;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .banner-area-two .container-fluid {
        width: 720px !important;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .banner-area-three .container-fluid {
        width: 720px !important;
        margin-left: auto !important;
        margin-right: auto !important
    }

    body {
        font-size: 15px
    }

    .ptb-100 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .pt-100 {
        padding-top: 50px
    }

    .ptb-70 {
        padding-top: 50px;
        padding-bottom: 20px
    }

    .pb-100 {
        padding-bottom: 50px !important
    }

    .pt-70 {
        padding-top: 50px
    }

    .pb-70 {
        padding-bottom: 20px
    }

    .pt-45 {
        padding-top: 30px
    }

    .pb-10 {
        padding-bottom: 0
    }

    .pl-20 {
        padding-left: 0
    }

    .pr-20 {
        padding-right: 0
    }

    .ml-20 {
        margin-left: 20px
    }

    .default-btn {
        padding: 8px 20px
    }

    .section-title span {
        font-size: 12px
    }

    .section-title h2 {
        font-size: 26px
    }

    .section-title p {
        padding-top: 10px
    }

    .ps-2 {
        padding-left: 0 !important
    }

    .ps-3 {
        padding-left: 0 !important
    }

    .ps-5 {
        padding-left: 0 !important
    }

    .ps-0 {
        padding-left: 15px !important
    }

    .pe-0 {
        padding-right: 15px !important
    }

    .p-0 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .ps-2 {
        padding-left: 0 !important
    }

    .ps-3 {
        padding-left: 0 !important
    }

    .ps-5 {
        padding-left: 0 !important
    }

    .section-title h2 {
        font-size: 32px
    }

}

@media only screen and (min-width:1200px) and (max-width:1299px) {
    .ps-2 {
        padding-left: 0 !important
    }

    .ps-3 {
        padding-left: 0 !important
    }

    .ps-5 {
        padding-left: 0 !important
    }

    .container-fluid {
        width: 1200px;
        margin-left: auto !important;
        margin-right: auto !important
    }
}

@media only screen and (min-width:1350px) and (max-width:1439px) {
    .container-fluid {
        width: 1320px;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .banner-slider .owl-nav {
        margin-top: 0;
        width: 1320px !important;
        position: absolute
    }
}

@media only screen and (min-width:1440px) and (max-width:1799px) {
    .container-fluid {
        width: 1460px;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .banner-slider .owl-nav {
        margin-top: 0;
        width: 1460px !important;
        position: absolute
    }
}

@media only screen and (min-width:1300px) {
    .container {
        max-width: 1320px !important
    }

    .iconic {
        position: relative;
        left: 10px;
    }
}

@media only screen and (min-width:1800px) {
    .container-fluid {
        width: 1640px;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .banner-slider .owl-nav {
        margin-top: 0;
        width: 1760px !important;
        position: absolute
    }
}

.boxview {
    background-color: rgb(253, 253, 255);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

@media only screen and (min-width: 1300px) and (max-width: 1330px) {
    .iconicss {
        position: relative;
        left: 63px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .iconic {
        position: relative;
        left: 216px !important;
    }

    .iconicss {
        position: relative;
        left: 63px !important;
    }

    .cons {
        position: relative;
        top: 14px !important;
    }
}

.cons {
    position: relative;
    top: 12px;
}

@media only screen and (min-width: 1300px) and (max-width: 1330px) {
    .iconic {
        position: relative;
        left: 32px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1330px) {
    .bone {
        height: 48px;
        width: 190px;
    }

}


.iconic {
    position: relative;
    left: 244px;
    bottom: 44px;
}

.iconics {
    position: relative;
    bottom: 23px;
}

.iconiss {
    position: relative;
    left: 69px;
}

.icono {
    position: relative;
    left: 103px;
}

.iconicsss {
    position: relative;
    left: 115px;
}





/* @media only screen and (min-width: 1119px) and (max-width: 1199px) {
    .icono {
        position: relative;
        left: 96px;
    }

    .iconicsss {
        position: relative;
        left: 105px;
    }
}

@media only screen and (min-width: 1050px) and (max-width: 1118px) {
    .icono {
        position: relative;
        left: 80px;
    }

    .iconicsss {
        position: relative;
        left: 90px;
    }
}
@media only screen and (min-width:992px) and (max-width: 1049px) {
    .icono {
        position: relative;
        left: 63px;
    }

    .iconicsss {
        position: relative;
        left: 70px;
    }
} */
@media only screen and (min-width: 992px) and (max-width: 1064px) {
    .iconics {
        position: relative;
        top: -11px;
    }

    .iconicss {
        position: relative;
        left: 34px;

    }

    .cons {
        position: relative;
        top: 21px !important;
    }

    .iconic {
        position: relative;
        left: 191px !important;
    }

    .icono {
        position: relative;
        left: 66px;
    }

    .iconicsss {
        position: relative;
        left: 74px;
        top: -8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .iconicss {
        position: relative;
        left: 73px;
        top: -7px;
    }
}
























@media only screen and (min-width: 370px) and (max-width: 1330px) {
    .logos {
        width: 100px !important;
        height: 70px !important;
    }
}

@media only screen and (min-width: 994px) and (max-width: 1198px) {

    .move {
        margin-left: 25px !important;
    }

    .master {
        font-size: 30px !important;
    }

    .pixel {
        height: 550px !important;
    }



    .hello {
        height: 102px !important;
    }

    .object {
        position: relative;
        right: 34px !important;
        height: 73px !important;
    }

    .objects {
        position: relative;
        right: 34px !important;
        height: 73px !important;
        top: 2px;
    }

    .objectss {
        right: 33px !important;
        height: 130px !important;
    }

    .objectsss {
        right: 33px !important;
        height: 130px !important;
    }

    .mark {
        position: relative;
        right: 34px;
        bottom: 0px;
        width: 138px;
        top: 12px;
        height: 60px;
    }

    .market {
        position: relative;
        right: 31px;
        bottom: 0px;
        width: 210px;
        top: 14px;
    }

    .markets {
        position: relative;
        right: 36px;
        bottom: 0px;
        width: 210px;
        top: 17px;
    }

    .marketing {
        position: relative;
        right: 33px;
        bottom: 0px;
        width: 210px;
        top: 23px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-item .content {
        padding: 30px 20px;
        width: 330px !important;
    }

    .iconic {
        position: relative;
        left: 21px !important;
        top: -7px;
    }

    .iconics {
        position: relative;
        top: 3px;
    }

    .cons {
        position: relative;
        top: -1px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 994px) {


    .move {
        margin-left: 158px !important;
    }

    .fonti {
        font-size: 21px !important
    }

    .master {
        font-size: 26px !important;
    }

    .ground {
        margin-left: 0px !important;
    }

    .pixel {
        height: 550px !important;
    }

    .hello {
        height: 102px !important;
    }

    .object {
        position: relative;
        right: 34px !important;
        height: 73px !important;
    }

    .objects {
        position: relative;
        right: 34px !important;
        height: 73px !important;
        top: 2px;
    }

    .objectss {
        right: 33px !important;
        height: 130px !important;
    }

    .objectsss {
        right: 33px !important;
        height: 130px !important;
    }

    .mark {
        position: relative;
        right: 32px !important;
        bottom: 0px;
        width: 138px;
        top: 12px;
        height: 60px;
    }

    .market {
        position: relative;
        right: 28px !important;
        bottom: 0px;
        width: 210px;
        top: 17px !important;
        height: 50px !important;
    }

    .markets {
        position: relative;
        right: 30px !important;
        width: 210px;
        height: 66px !important;
        top: 6px !important;
    }

    .marketing {
        position: relative;
        right: 36px !important;
        width: 210px;
        height: 45px !important;
        top: 18px !important;
    }

}
@media only screen and (min-width: 360px) and (max-width: 480px) {
.sino{
    height:350px !important
 }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
    .fonti {
        font-size: 21px !important
    }


    .move {
        margin-left: 90px !important;
    }

    .master {
        font-size: 26px !important;
    }

    .ground {
        margin-left: 0px !important;
    }

    .pixel {
        height: 510px !important;
    }

    .cards {
        height: 246px !important;
    }



    .summo {
        height: 251px !important;
    }


    .object {
        position: relative;
        right: 34px !important;
        height: 73px !important;
    }

    .objects {
        position: relative;
        right: 34px !important;
        height: 73px !important;
        top: 2px;
    }

    .objectss {
        right: 33px !important;
        height: 130px !important;
    }

    .objectsss {
        right: 33px !important;
        height: 130px !important;
    }

    .mark {
        position: relative;
        right: 32px !important;
        bottom: 0px;
        width: 138px;
        top: 12px;
        height: 60px;
    }

    .market {
        position: relative;
        right: 28px !important;
        bottom: 0px;
        width: 210px;
        top: 17px !important;
        height: 50px !important;
    }

    .markets {
        position: relative;
        right: 30px !important;
        width: 210px;
        height: 66px !important;
        top: 6px !important;
    }

    .marketing {
        position: relative;
        right: 36px !important;
        width: 210px;
        height: 45px !important;
        top: 18px !important;
    }

    .sume {
        height: 288px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .iconic {
        position: relative;
        left: 152px !important;
        top: -60px;
    }

    .iconicss {
        position: relative;
        left: 163px !important;
        top: -37px;
    }

    .icono {
        position: relative;
        left: 154px;
        top: -31px;
    }

    .iconicsss {
        position: relative;
        left: 156px;
        top: -37px;

    }

    .iconics {
        position: relative;
        bottom: 26px;
    }

    .cons {
        position: relative;
        top: -1px !important;
    }
}

@media only screen and (min-width: 396px) and (max-width: 571px) {
    .iconicss {
        position: relative;
        left: 14px !important;

    }

}

@media only screen and (min-width: 360px) and (max-width: 384px) {
    .iconicss {
        position: relative;
        left: 67px !important;
    }
}

@media only screen and (min-width: 385px) and (max-width: 575px) {
    .iconic {
        position: relative;
        left: 9px !important;
        top: -5px;
    }

    .iconicss {
        position: relative;
        left: 56px !important;
    }

    .icono {
        position: relative;
        left: 92px !important;
    }

    .iconicsss {
        position: relative;
        left: 100px !important;
    }

    .cons {
        position: relative;
        top: -15px;
    }

    .iconics {
        position: relative;
        bottom: -14px;
    }
}

@media only screen and (min-width: 396px) and (max-width: 575px) {
    .move {
        margin-left: 125px !important;
    }


    .master {
        font-size: 26px !important;
    }

    .ground {
        margin-left: 0px !important;
    }

    .fonti {
        font-size: 21px !important
    }

    .pixel {
        height: 360px !important;
    }



    .iconicsss {
        position: relative;

    }

    .hello {
        height: 102px !important;
        position: relative;
    }

    .hellos {
        height: 102px !important;
        position: relative;
    }

    .object {
        position: relative;
        right: 34px !important;
        height: 80px !important;
        left: 54px;
    }

    .objects {
        position: relative;
        right: 34px !important;
        height: 80px !important;
        left: 91px;
    }

    .objectss {
        position: relative;
        right: 34px !important;
        height: 117px !important;
        left: 81px;
    }

    .objectsss {
        position: relative;
        right: 34px !important;
        height: 116px !important;
        left: 91px;
    }

    .mark {
        position: relative;
        top: 7px;
        height: 70px;
        left: 88px;
    }

    .market {
        position: relative;
        top: 7px;
        height: 70px;
        left: 88px;
    }

    .markets {
        position: relative;
        top: 4px;
        height: 70px;
        left: 83px;
    }

    .marketing {
        position: relative;
        top: 4px;
        height: 70px;
        left: 85px;
    }

    .cloth {
        font-size: 38px !important;
    }

}

@media only screen and (min-width:370px) and (max-width: 767px) {

    .moing {
        text-align: center;
    }

    .topic {
        position: relative;
        top: 32px;
    }

    .phone {
        width: 530px;
    }
}

@media only screen and (min-width:767px) and (max-width: 1330px) {


    .topic {
        position: relative;
        top: 30px;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1330px) {
    .cars {
        width: 113px !important;
        position: relative;
        right: 180px;
    }

    .cotlin {
        position: relative;
        left: 80px;
    }

    .cotlins {
        position: relative;
        left: 85px;
        width: 90px;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1200px) {
    .cars {
        width: 113px !important;
        position: relative;
        right: 148px;
    }

    .cotlins {

        width: 90px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .cars {
        width: 113px !important;
        position: relative;
        right: 238px;
    }

    .cotlins {
        width: 90px;
    }
}



@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .context {
        height: 295px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1999px) {
    .moing {
        height: 286px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .moving {
        height: 281px !important;
    }

    .iconicsss {
        top: -8px;
    }
}

@media only screen and (min-width: 535px) and (max-width: 767px) {
    .going {
        position: relative;
        right: 113px !important;
    }

    .goings {
        position: relative;
        right: 170px !important;
    }
}

@media only screen and (min-width: 370px) and (max-width: 535px) {
    .going {
        position: relative;
        right: 113px !important;
    }

    .goings {
        position: relative;
        right: 144px !important;
    }
}

@media only screen and (min-width: 455px) and (max-width: 513px) {
    .going {
        position: relative;
        right: 70px !important;
    }
}

@media only screen and (min-width: 370px) and (max-width: 479px) {
    .goings {
        position: relative;
        right: 60px !important;
    }
}

@media only screen and (min-width: 370px) and (max-width: 455px) {
    .going {
        position: relative;
        right: 34px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cool {
        height: 100px !important;
    }
}

@media only screen and (min-width: 573px) and (max-width: 575px) {
    .object {
        position: relative;
        left: 90px;
    }

    .objects {
        position: relative;
        left: 114px;
    }

    .objectss {
        position: relative;
        left: 90px;
    }

    .objectsss {
        position: relative;
        left: 90px;
    }

    .mark {
        position: relative;
        left: 90px;
    }

    .market {
        position: relative;
        left: 90px;
    }

    .markets {
        position: relative;
        left: 90px;
    }

    .marketing {
        position: relative;
        left: 90px !important;
    }
}

@media only screen and (min-width: 397px) and (max-width: 484px) {
    .object {
        position: relative;
        left: -17px;
    }

    .objects {
        position: relative;
        left: 26px;
    }

    .objectss {
        position: relative;
        left: 9px;
    }

    .objectsss {
        position: relative;
        left: 9px;
    }

    .mark {
        position: relative;
        left: 9px;
    }

    .market {
        position: relative;
        left: 9px;
    }

    .markets {
        position: relative;
        left: 9px;
    }

    .marketing {
        position: relative;
        left: 9px !important;
    }
}

@media only screen and (min-width: 572px) and (max-width: 575px) {

    .comic {
        position: relative;
        top: 20px;
    }

}


.default-btn:hover {
    background-color: #f19c23 !important;
}


@media only screen and (min-width: 627px) and (max-width: 767px) {
    .ozone {
        width: 300px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 627px) {
    .sias {
        font-size: 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {


    .closing {
        height: 550px !important;
    }

    .goos {
        position: relative;
        bottom: 30px !important;
        right: 179px;
    }

    .iconics {
        position: relative;
        top: -22px;
    }

    .cons {
        position: relative;
        top: -5px;
    }
}

@media only screen and (max-width: 1065px) {
    .cons {
        position: relative;
        top: 19px;
    }

    .iconic {
        position: relative;
        left: 198px;
    }
}

@media only screen and (min-width: 1065px) and (max-width: 1074px) {
    .cons {
        position: relative;
        top: 19px;
    }

    .iconic {
        position: relative;
        left: 198px;
    }

    .iconicss {
        position: relative;
        left: 58px;
    }

    .icono {
        position: relative;
        left: 78px;
    }

    .iconicsss {
        position: relative;
        left: 91px;
        top: -9px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 395px) {
    .master {
        font-size: 25px !important;

    }
}

@media only screen and (min-width: 1075px) and (max-width: 1199px) {
    .cons {
        position: relative;
        top: -1px;
    }

    .iconicss {
        position: relative;
        left: 62px;
    }

    .iconic {
        position: relative;
        left: 18px;
        top: -9px;
    }

    .iconics {
        position: relative;
        top: -1px;
    }

    .icono {
        position: relative;
        left: 89px;
    }

    .iconicsss {
        position: relative;
        left: 99px;
    }
}

.iconicss {
    position: relative;
    left: 76px;
}


@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .closing {
        height: 680px !important;

    }

    .goos {
        position: relative;
        bottom: 30px !important;
        right: 88px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .goos {
        position: relative;
        top: -123px;
        right: 297px;
    }

    .bio {
        position: relative;
        bottom: 82px;
    }
}

@media only screen and (min-width: 572px) and (max-width: 767px) {
    .gove {
        position: relative;
        top: -65px;
    }

    .goos {
        position: relative;
        left: -586px !important;
        top: -39px;
    }
}

@media only screen and (min-width: 370px) and (max-width: 572px) {
    .goos {
        position: relative;
        left: -586px !important;
        top: -39px;
    }
}

@media only screen and (max-width: 768px) {
    .goos {
        position: relative;
        left: -298px;
    }
}

@media only screen and (min-width: 370px) and (max-width: 992px) {
    .logon {
        height: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1330px) {
    .son {
        margin-top: 15px !important;
    }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
    .son {
        margin-top: 15px !important;
    }

    .goo {
        position: relative;
        bottom: 51px !important;
    }

    .goos {
        position: relative;
        bottom: 90px !important;
    }

    .goose {
        position: relative;
        bottom: 110px !important;
    }

    .slide {
        position: relative;
        bottom: 95px !important;
    }
}

@media only screen and (min-width: 370px) and (max-width: 767px) {
    .son {
        margin-top: 10px !important;
    }
}

@media only screen and (max-width: 992px) {
    .gove {
        position: relative;
        bottom: 50px !important
    }
}

@media only screen and (max-width: 1199px) {
    .hello {
        height: 102px !important;
    }

    .object {}

    .objects {
        position: relative;
        top: 1px;
        left: -33px;
    }

    .objectss {
        position: relative;
        top: 11px;
        left: -33px;
    }

    .objectsss {
        position: relative;
        top: 20px;
        left: -29px;

    }

    .mark {
        position: relative;
        height: 90px;
        left: -28px;
    }

    .market {
        position: relative;
        top: 16px;
        left: -28px;
    }

    .markets {
        position: relative;
        top: -29px;
        left: -29px;
    }

    .marketing {
        height: 100px;
        top: -9px;
    }

    .markings {
        position: relative;
        height: 60px;
        top: 12px;
        left: -29px;
    }

    .markingss {
        position: relative;
        top: 11px;
        left: -32px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1198px) {
    .objectss {
        position: relative;
        top: 6px;
        left: -30px;
        height: 70px !important;

    }

    .objectsss {
        position: relative;
        top: 6px !important;
        height: 70px !important;
        left: -32px !important;
    }

    .mark {
        position: relative;
        top: -8px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 995px) {
    .markets {
        position: relative;
        height: 140px !important;
        top: -28px !important;

    }

    .marketing {
        position: relative;
        height: 86px !important;
        top: 2px !important;
        left: -12px;
        width: 100px !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .objects {
        position: relative;
        left: 1px;
    }

    .objectss {
        position: relative;
        height: 61px !important;
        left: -16px;
    }

    .objectsss {
        position: relative;
        height: 56px !important;
        left: 14px;

    }

    .mark {
        position: relative;
        top: -4px;
        left: -7px;

    }

    .market {
        position: relative;
        left: -3px !important;
    }

    .markets {
        position: relative;
        height: 160px !important;
        top: -40px !important;
        left: -6px;

    }

    .marketing {
        position: relative;
        height: 92px !important;
        top: -2px !important;
        left: 32px !important;
    }

    .markings {
        position: relative;
        left: -5px !important;
    }

    .markingss {
        position: relative;
        left: -5px !important;
    }
}

@media only screen and (max-width: 768px) {
    .objects {
        position: relative;
        left: 1px;
    }

    .objectss {
        position: relative;
        height: 61px !important;
        left: -16px;
    }

    .objectsss {
        position: relative;
        height: 56px !important;
        left: 14px;

    }

    .mark {
        position: relative;
        top: -4px;
        left: -7px;

    }

    .market {
        position: relative;
        left: -3px !important;
    }

    .markets {
        position: relative;
        height: 160px !important;
        top: -40px !important;
        left: -6px;

    }

    .marketing {
        position: relative;
        height: 92px !important;
        top: -2px !important;
        left: 32px !important;
    }

    .markings {
        position: relative;
        left: -5px !important;
    }

    .markingss {
        position: relative;
        left: -5px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .objects {
        position: relative;
        left: -29px;
    }

    .objectss {
        position: relative;
        left: -29px;
    }

    .objectsss {
        position: relative;
        left: -39px;

    }

    .mark {
        position: relative;
        left: -31px !important;


    }

    .market {
        position: relative;
        left: -31px !important;

    }

    .markets {
        position: relative;
        left: -39px;


    }

    .marketing {
        position: relative;
        left: -1px !important;
    }

    .markings {
        position: relative;
        left: -39px !important;

    }

    .markingss {
        position: relative;
        left: -39px !important;
    }
}

@media only screen and (min-width: 485px) and (max-width: 575px) {
    .object {
        position: relative;
        left: -18px;
    }

    .objects {
        position: relative;
        left: 52px !important;

    }

    .objectss {
        position: relative;
        left: 40px;
    }

    .objectsss {
        position: relative;
        left: 70px;

    }

    .mark {
        position: relative;
        left: 40px;

    }

    .market {
        position: relative;
        left: 40px !important;
        top: 8px;
    }

    .markets {
        position: relative;
        left: 40px;

    }

    .marketing {
        position: relative;
        left: 106px !important;
    }

    .markings {
        position: relative;
        left: 40px !important;
    }

    .markingss {
        position: relative;
        left: 40px !important;
    }
}

@media only screen and (min-width: 383px) and (max-width: 485px) {
    .objects {
        position: relative;
        left: 20px !important;

    }

    .objectss {
        position: relative;
        left: 20px;
    }

    .objectsss {
        position: relative;
        left: 20px;

    }

    .mark {
        position: relative;
        left: 20px;

    }

    .market {
        position: relative;
        left: 20px !important;
    }

    .markets {
        position: relative;
        left: 20px;

    }

    .marketing {
        position: relative;
        left: 90px !important;
    }

    .markings {
        position: relative;
        left: 20px !important;
    }

    .markingss {
        position: relative;
        left: 20px !important;
    }
}



.fun {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.footer_p {
    color: #025087;
}

.footer_p:hover {
    color: #025087 !important;
}

@media only screen and (min-width: 360px) and (max-width: 991px) {
    .closing {
        height: 530px !important;
    }

}

@media only screen and (min-width: 360px) and (max-width: 1299px) {
    .fun {
        height: 400px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1198px) {
    .pixel {
        height: 595px !important;
    }
}

@media only screen and (min-width: 360px) and (max-width: 480px) {
    .gobi {
        position: relative;
        margin-left: 30px;
        top: 7px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .rover {
        position: relative;
        top: 70px;
    }

    .rove {
        position: relative;
        top: -490px;
        font-size: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .rover {
        position: relative;
        top: 70px;
    }

    .rove {
        position: relative;
        top: -350px;
        font-size: 24px;
    }
}

@media only screen and (min-width: 380px) and (max-width: 419px) {

    .rover {
        position: relative;
        top: 70px;
    }

    .rove {
        position: relative;
        top: -255px;
        font-size: 24px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 379px) {
    .rover {
        position: relative;
        top: 70px;
    }

    .rove {
        position: relative;
        top: -235px;
        font-size: 24px;
    }
}

@media only screen and (min-width: 420px) and (max-width: 469px) {

    .rover {
        position: relative;
        top: 70px;
    }

    .rove {
        position: relative;
        top: -285px;
        font-size: 24px;
    }
}

@media only screen and (min-width: 470px) and (max-width: 519px) {

    .rover {
        position: relative;
        top: 70px;
    }

    .rove {
        position: relative;
        top: -318px;
        font-size: 24px;
    }
}

@media only screen and (min-width: 520px) and (max-width: 575px) {

    .rover {
        position: relative;
        top: 70px;
    }

    .rove {
        position: relative;
        top: -358px;
        font-size: 24px;
    }

}

@media only screen and (min-width: 400px) and (max-width: 449px) {

    .priti {
        position: relative;
        top: 320px;
    }

    .prity {
        position: relative;
        bottom: 280px;
    }

    .pritis {
        position: relative;
        top: 300px;
    }

    .pritys {
        position: relative;
        bottom: 340px;
    }

}

@media only screen and (min-width: 360px) and (max-width: 399px) {
    .priti {
        position: relative;
        top: 290px;
    }

    .prity {
        position: relative;
        bottom: 330px;
    }

    .pritis {
        position: relative;
        top: 280px;
    }

    .pritys {
        position: relative;
        bottom: 380px;
    }
}

.muru:hover {
    background-color: #025087 !important;
    border-radius: 20px;

}

.muru:hover .topic,
.muru:hover .son {
    color: white !important;
}

@media only screen and (min-width: 360px) and (max-width: 991px) {
    .muru:hover {
        background-color: #025087 !important;
        border-radius: 20px;

    }

    .muru:hover .topic,
    .muru:hover .son {
        color: white !important;
    }
}



@media only screen and (min-width: 360px) and (max-width: 450px) {
    .sins {

        height: 300px !important;
        top: -4px;
    }

}

@media only screen and (min-width: 360px) and (max-width:384px) {
    .iconic {
        position: relative;
        left: 224px !important;
        top: -34px !important;

    }
}

@media only screen and (min-width: 451px) and (max-width: 575px) {
    .sins {
        top: -4px;
    }

    .icon_ic {
        width: 60px;
        position: relative;
    }

    .inner-banner .inner-title {
        padding-top: 90px;
        padding-bottom: 120px;
        position: relative;
        z-index: 1;
    }
}

/* Media query */
@media (max-width: 575px) {
    .logo-one {
        width: 75px !important;
    }

    .mobile-nav-area .mobile-btn {
        display: inline-block;
        margin-left: 0;
        margin-top: 10px;
    }

    .mobile-responsive-nav .mean-container a.meanmenu-reveal {
        top: 2px;
        padding: 0;
        width: 35px;
        height: 30px;
        padding-top: 6px;
        color: #025087;
    }

    .inner-banner .inner-title {
        padding-top: 20px;
        padding-bottom: 30px;
        position: relative;
        z-index: 1;
    }
}