* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px
}

::-webkit-scrollbar {
    width: .4em;
    height: .2em;
    border-radius: 20px
}

::-webkit-scrollbar-button {
    background: #008def
}

::-webkit-scrollbar-track-piece {
    background: #f8f9fa
}

::-webkit-scrollbar-thumb {
    background: #008def
}

body.active::-webkit-scrollbar {
    width: none !important
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400
}

a {
    text-decoration: none;
    color: #000
}

a:hover {
    color: #000
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

.font-10 {
    font-size: 10px !important
}

.font-12 {
    font-size: 12px !important
}

.font-14 {
    font-size: 14px !important
}

.font-16 {
    font-size: 16px !important
}

.font-18 {
    font-size: 18px !important
}

.font-20 {
    font-size: 20px !important
}

.font-22 {
    font-size: 22px !important
}

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

.m-min-top-5 {
    margin-top: -5px !important
}

ul {
    margin: 0 !important
}

.dropdown-item {
    padding: 0
}

.dropdown-item:hover {
    background-color: transparent
}

.dropdown-item:focus {
    background-color: transparent
}

.dropdown-toggle:after {
    display: none
}

p {
    margin: 0
}

a {
    text-decoration: none;
    color: #000
}

a:hover {
    color: #000
}

.dropdown-item {
    padding: 0
}

.dropdown-item:hover {
    background-color: transparent
}

.dropdown-item:focus {
    background-color: transparent
}

.dropdown-toggle:after {
    display: none
}

p {
    margin: 0
}

.text-color,
.text-primary {
    color: #008def
}

.bg-color {
    background-color: #008def
}

.text-grey {
    color: #acacac
}

.btn:focus {
    box-shadow: none !important
}

.auto-container {
    position: static;
    max-width: 1100px;
    padding: 0 15px;
    margin: 0 auto
}

.text-justify {
    text-align: justify
}

ul {
    list-style: none;
    padding: 0 !important
}

.owl-nav {
    display: none !important
}

.owl-dots {
    margin-top: 30px !important;
    display: flex !important;
    justify-content: center
}

.owl-dots button.owl-dot {
    height: 3px;
    width: 28px;
    margin: 0 6px;
    border-radius: 20px;
    background-color: #e6e6e6 !important;
    opacity: 1
}

.owl-dots button.owl-dot.active {
    background-color: #008def !important
}

.button-secondary {
    display: inline-block;
    padding: 8px;
    padding-left: 25px;
    padding-right: 25px;
    border: 2px solid #008def;
    border-radius: 25px;
    font-size: 16px !important;
    text-shadow: #fff;
    color: #008def !important;
    position: relative;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(to right, #008def 50%, rgba(255, 255, 255, 0) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out
}

.button-secondary:hover {
    background-position: left bottom;
    color: #fff !important;
    transition: .3s all;
    box-shadow: 0 5px 10px #8f8f8f !important
}

.button-primary {
    display: inline-block;
    padding: 6px 4px;
    padding-left: 25px;
    padding-right: 25px;
    border: 2px solid #fff;
    border-radius: 25px;
    font-size: 16px !important;
    text-shadow: #fff;
    color: #fff !important;
    position: relative;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out
}

#mainNav {
    background-color: none;
    z-index: 1050;
    transition: .4s ease;
    padding: 8px;
    margin-top: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    height: 76px;
    box-shadow: 0 10px 20px 0 rgba(135, 135, 135, .1);
    background-color: #fff

    
}

#mainNav.nav-box {
    position: sticky;
    top: 0;
    left: 0;
    background-color: #fff;
    /*padding: 0 !important;*/
    /*height: 65px*/
}

.get_quote {
    border-radius: 50px;
    padding: 8px 20px;
    color: #fff !important;
    font-weight: 500;
    cursor: pointer;
    background-color: #008def !important;
    color: #fff !important
    transition: .4s ease
}
.get_quote:hover{
   box-shadow: 0 5px 10px #8f8f8f !important;
}

#mainNav .navbar-brand {
    width: 205px;
    background-size: 200px;
    padding-left: 10px
}

#mainNav .navbar-brand img {
    margin: 4px 0
}

.navbar-light .navbar-toggler {
    border-color: transparent !important;
    background: #008def;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .3)
}

.navbar-toggler-icon {
    height: 2px;
    right: -3px;
    width: 11px;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    background-image: none !important;
    transition: .4s ease
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    background-color: #fff;
    height: 2px;
    width: 17px;
    border-radius: 3px;
    position: absolute;
    right: 0;
    transform: rotateZ(0deg);
    transition: all .4s ease
}

.navbar-toggler-icon::before {
    top: -8px
}

.navbar-toggler-icon::after {
    top: 8px
}

.navbar-toggler .navbar-toggler-icon.close {
    background-color: transparent
}

.navbar-toggler .navbar-toggler-icon.close:before {
    transform: rotateZ(-45deg);
    top: 0
}

.navbar-toggler .navbar-toggler-icon.close:after {
    transform: rotateZ(45deg);
    top: 0
}

.navbar-toggler:focus {
    box-shadow: none !important
}

.navbar .navbar-nav .nav-link {
    padding: 16px 15px 28px;
    position: relative;
    transition: .4s ease;
    font-weight: 500;
    font-size: 15px;
    font-weight: 600;
    color: #222222 !important;
}

#mainNav.nav-box .nav-link {
    /*padding: 16px 15px 28px;*/
    /*color: #000 !important;*/
    transition: .4s ease
}

#mainNav.nav-box .nav-link.active:after {
    background-color: #000 !important
}

.navbar-social .list-inline-item a {
    padding-left: 6px
}

.navbar .navbar-nav .nav-item {
    position: relative
}

#mainNav.nav-box .nav-item:hover .nav-link {
    color: #008def !important
}

.navbar .navbar-nav .nav-item .custom-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    overflow-y: scroll;
    width: 260px;
    border-radius: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    opacity: 0;
    max-height: 0;
    transform: scaleY(0);
    transform-origin: top !important;
    transition: .4s ease !important;
    box-shadow: 6px 6px 41px -10px rgba(0, 0, 0, .15) !important
}

.navbar .navbar-nav .nav-item:hover .custom-dropdown-menu {
    transform: scaleY(1);
    max-height: calc(100vh - 5em);
    opacity: 1;
    overflow-y: auto;
}

.navbar .navbar-nav .nav-item .custom-dropdown-menu li {
    /*padding: 10px 18px;*/
    border-bottom: 1px solid #f1f1f1;
    transition: .4s all !important;
    position: relative
}
.navbar .navbar-nav .nav-item .custom-dropdown-menu li a{
    padding: 10px 18px;
    display:block;
}

.navbar .navbar-nav .nav-item .custom-dropdown-menu li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: center;
    background-color: #008def;
    transition: .4s ease
}

.navbar .navbar-nav .nav-item .custom-dropdown-menu li:hover::before {
    transform: scaleY(1)
}

.navbar .navbar-nav .nav-item .custom-dropdown-menu li:hover a {
    margin-left: 4px;
    color: #008def !important;
    transition: .4s all !important;
    color: #008def !important;
    transition: .4s all !important
}

.navbar .navbar-nav .nav-item .custom-dropdown-menu li a {
    color: #000 !important;
    font-size: 14px
}

.dropdown_menu.opac {
    opacity: 1
}

.navbar .navbar-nav .nav-item .dropdown_item {
    transition: .4s ease;
    font-weight: 500
}

.navbar-social .list-inline-item a:hover i.fa-facebook-f {
    color: #4867aa
}

.navbar-social .list-inline-item a:hover i.fa-twitter {
    color: #50abf1
}

.navbar-social .list-inline-item a:hover i.fa-instagram {
    color: #c435a7
}

.navbar-social .list-inline-item a:hover i.fa-linkedin-in {
    color: #0077b5
}

.custom-section {
    padding: 40px 0
}

.get_quote1 {
    display: none
}

.scroll-to-top,
.call_button,
.whatsapp_button,
.fb_button {
    position: fixed;
    border-radius: 50%;
    box-shadow: 0 5px 10px #000 !important;
    vertical-align: middle;
    transition: all 300ms ease;
    z-index: 600;
    height: 40px;
    width: 40px;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    cursor: pointer
}

.scroll-to-top i,
.call_button i,
.whatsapp_button i,
.fb_button i {
    font-size: 20px
}

.scroll-to-top {
    bottom: 15px;
    right: 15px;
    background: #0a0a0a;
    display: none
}

.call_button {
    bottom: 105px;
    left: 15px;
    background: #008DEF
}

.whatsapp_button {
    bottom: 60px;
    left: 15px;
    background: #2ba63b
}

.fb_button {
    bottom: 15px;
    left: 15px;
    background-image: linear-gradient(#ff76a1 0%, #7e67ff 50%, #0caec1 100%)
}

.common_banner {
    z-index: 2 !important;
    position: relative;
    background: linear-gradient(to right, #f7f8fc, #d0d6f0);
    padding: 40px 0
}

.common_banner img {
    z-index: 500;
    width: 100%;
    position: relative
}

.common_banner .big_heading {
    font-size: 30px;
    font-weight: 600;
    color: #008def
}

.common_banner .small_heading {
    font-size: 16px;
    font-weight: 600
}

.breadcrumb {
    padding: 6px 0;
    align-items: center;
    background-color: rgba(255, 255, 255, .1);
    width: 380px;
    height: 50px;
    padding: 0 20px;
    margin-bottom: -40px;
    box-shadow: 0 6px 40px -10px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 200;
    background-color: #fff;
    bottom: -25px
}

.breadcrumb li {
    font-size: 20px
}

.breadcrumb .breadcrumb-item {
    position: relative;
    font-size: 16px
}

.breadcrumb .breadcrumb-item a {
    color: #000 !important;
    padding-right: 26px;
    position: relative;
    font-size: inherit
}

.breadcrumb .breadcrumb-item.active {
    color: #008def !important
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none
}

.breadcrumb .breadcrumb-item a::before,
.breadcrumb .breadcrumb-item a::after {
    content: '';
    position: absolute;
    right: 0;
    height: 1px;
    width: 10px;
    background-color: #000
}

.breadcrumb .breadcrumb-item a::before {
    bottom: 6px;
    transform: rotateZ(-45deg)
}

.breadcrumb .breadcrumb-item a::after {
    top: 6px;
    transform: rotateZ(45deg)
}

.dot {
    position: absolute;
    z-index: 1;
    border-radius: 50px;
    opacity: 1
}

.dot:first-child {
    height: 10px;
    width: 10px;
    background-color: #aaffdc;
    top: 0;
    left: 0;
    animation: move1 20s linear infinite
}

@keyframes move1 {
    100% {
        top: 100%;
        left: 60%;
        opacity: 0
    }
}

.dot:nth-child(2) {
    height: 15px;
    width: 15px;
    background-color: #afdfff;
    top: 200px;
    left: 0;
    animation: move2 20s linear infinite
}

@keyframes move2 {
    100% {
        top: -20%;
        left: 70%;
        opacity: 0
    }
}

.dot:nth-child(3) {
    height: 20px;
    width: 20px;
    background-color: #b1bdee;
    right: 0;
    top: 100px;
    animation: move3 10s linear infinite
}

@keyframes move3 {
    100% {
        top: 80%;
        right: 70%;
        opacity: 0
    }
}

.dot:nth-child(4) {
    height: 20px;
    width: 20px;
    background-color: #cdd5f7;
    bottom: 0;
    left: 45%;
    animation: move4 10s linear infinite
}

@keyframes move4 {
    100% {
        bottom: 50%;
        left: 70%;
        opacity: 0
    }
}

.dot:nth-child(5) {
    height: 25px;
    width: 25px;
    background-color: #baaaff;
    bottom: 0;
    right: 10%;
    animation: move5 20s linear infinite
}

@keyframes move5 {
    100% {
        bottom: 70%;
        right: 80%;
        opacity: 0
    }
}

.dot:nth-child(6) {
    height: 12px;
    width: 12px;
    background-color: #66cfff;
    top: 0;
    right: 20%;
    animation: move6 20s linear infinite
}

@keyframes move6 {
    100% {
        top: 50%;
        right: 90%;
        opacity: 0
    }
}

.dot:nth-child(7) {
    height: 12px;
    width: 12px;
    background-color: #66cfff;
    top: 100%;
    left: 20%;
    animation: move7 20s linear infinite
}

@keyframes move7 {
    100% {
        top: -50%;
        left: 30%;
        opacity: 0
    }
}

.box_sha1,
.box_sha2,
.box_sha3 {
    position: absolute;
    z-index: 1
}

.box_sha1 {
    left: 20px;
    top: 80px;
    height: 150px;
    width: 150px;
    box-shadow: 0 4px 20px -10px rgba(0, 0, 0, .15)
}

.box_sha2 {
    right: 50px;
    top: 60px;
    height: 80px;
    width: 80px;
    box-shadow: 0 4px 20px -10px rgba(0, 0, 0, .25)
}

.box_sha3 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 120px;
    width: 120px;
    box-shadow: 0 4px 20px -10px rgba(0, 0, 0, .25)
}

@media (min-width:1300px) {
    .auto-container {
        position: static;
        max-width: 1240px !important;
        padding: 0 15px;
        margin: 0 auto
    }

    .container-fluid {
        max-width: 1280px !important
    }
}

@media (min-width:1364px) and (max-width:2000px) {
    .container-fluid {
        max-width: 1360px !important
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    .container-fluid {
        max-width: 1190px !important
    }
}

@media (min-width:1300px) and (max-width:1364px) {
    .container-fluid {
        max-width: 1270px !important
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    .auto-container {
        position: static;
        max-width: 1180px !important;
        padding: 0 15px;
        margin: 0 auto
    }
}

@media (max-width:769px) {
    .navbar .navbar-nav .nav-item .custom-dropdown-menu {
        grid-template-columns: 1fr 1fr 1fr
    }

    .breadcrumb {
        width: 400px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: -40px
    }

    .img__block {
        margin-left: 20px
    }

    .common_banner .big_heading {
        font-size: 24px
    }
}

@media (max-width:578px) {
    .navbar .navbar-nav .nav-item .custom-dropdown-menu {
        grid-template-columns: 1fr 1fr
    }

    .navbar .navbar-nav .nav-item .custom-dropdown-menu li {
        padding: 6px 14px
    }

    .navbar .navbar-nav .nav-item .custom-dropdown-menu li a {
        padding: 5px 0
    }

    #mainNav .navbar-brand {
        width: 175px
    }

    .common_banner img {
        width: 68% !important;
        height: auto !important
    }

    .common_banner {
        padding: 80px 0
    }

    .common_banner .page_heading {
        margin-bottom: 40px
    }

    .breadcrumb {
        width: 292px;
        margin-bottom: -80px
    }

    .bannerHead {
        position: relative;
        background-attachment: fixed;
        background-size: 120% 340px;
        height: 100%
    }

    .bannerHead .content {
        padding-top: 45%
    }

    .banner_img {
        width: 70% !important
    }

    .bannerBoard {
        color: #fff;
        width: 100%;
        bottom: 0;
        background: linear-gradient(30deg, rgba(0, 0, 0, .54) 80%, rgba(255, 255, 255, 0) 80%);
        font-size: 18px !important;
        position: absolute
    }
}

@media (max-width:426px) {
    .common_banner img {
        width: 84% !important;
        height: auto !important
    }
}

@media (min-width:1440px) {
    .navbar .navbar-nav .nav-link {
        padding: 16px 13px 28px;
        font-size: 14px
    }
}

@media (max-width:1364px) and (min-width:991px) {
    #mainNav .navbar-brand {
        padding-left: 0
    }

    .navbar-nav {
        margin: 0 !important
    }

    .navbar .navbar-nav .nav-link {
        padding: 16px 14px 28px 13px;
        font-size: 14px
    }
}

@media (max-width:991px) {
    #mainNav {
        height: 60px;
        margin-top: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .nav-item{
        width:100% !important;
    }

    #mainNav.nav-box {
        height: 60px !important
    }

    #mainNav .navbar-brand {
        padding-left: 0
    }

    #mainNav .navbar-brand img {
        max-width: 200px;
        margin: 0
    }

    #mainNav.nav-box {
        margin-top: 0 !important
    }

    .navbar-collapse {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%
    }

    .navbar-nav {
        background-color: #fff;
        width: 100%;
        height: 93vh;
        overflow-x: hidden;
        overflow-y: scroll
    }

    .navbar .navbar-nav .nav-link {
        color: #000 !important;
        display: flex;
        justify-content: space-between;
        padding: 15px 20px
    }

    #mainNav.nav-box .nav-link {
        padding: 15px 20px
    }

    .navbar .navbar-nav .nav-link i {
        font-size: 16px !important
    }

    .navbar .navbar-nav .nav-item .custom-dropdown-menu {
        width: 100%;
        box-shadow: none !important
    }

    .navbar .navbar-nav .nav-link.active:after {
        display: none
    }

    .navbar .navbar-nav .nav-item:hover .custom-dropdown-menu {
        transform: scaleY(0);
        max-height: 0;
        opacity: 0;
        box-shadow: none !important;
        width: 100%;
        padding: 0 !important
    }

    .navbar .navbar-nav .nav-item.slideDown .custom-dropdown-menu {
        position: static;
        bottom: 0;
        transform: scaleY(1);
        max-height: calc(100vh - 5em);
        opacity: 1;
        transition: .4s ease !important
    }

    .navbar .navbar-nav .nav-item .custom-dropdown-menu li {
        padding: 6px 30px
    }

    .navbar .navbar-nav .nav-item .custom-dropdown-menu li a i {
        font-size: 12px
    }

    .get_quote1 {
        position: fixed;
        right: -55px;
        top: 50%;
        transform: translateY(-50%) rotateZ(-90deg);
        z-index: 998;
        display: block;
        border-radius: 50px;
        padding: 8px 20px;
        color: #fff !important;
        font-weight: 500;
        cursor: pointer;
        background-color: #008def !important;
        color: #fff !important
    }
}

@media (max-width:578px) {
    #mainNav .navbar-brand {
        width: 175px
    }
}

.main-footer {
    background: #f8f9fa
}

.main-footer h5 {
    font-weight: 600;
    margin-bottom: 15px
}

/*.main-footer ul li {*/
/*    padding-bottom: 5px*/
/*}*/

.main-footer h5 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px
}

.bottom-footer {
    background-color: #000
}

.bottom-footer a {
    color: #fff !important
}

.main-footer .footer-bottom ul li a i {
    margin-right: 6px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: .4s ease
}

.footer-bottom a:hover i.fa-twitter {
    background: #50abf1;
    border: none
}

.footer-bottom a:hover i.fa-facebook-f {
    background: #4867aa;
    border: none
}

.footer-bottom a:hover i.fa-instagram {
    background-image: linear-gradient(-60deg, #ffca53, #f9524a, #ca37ac, #4763c7);
    border: none
}

.footer-bottom a:hover i.fa-pinterest-p {
    background: #c61d26;
    border: none
}

.footer-bottom a:hover i.fa-linkedin-in {
    background: #0077b5;
    border: none
}

modal .close {
    position: absolute;
    right: -13px;
    top: -16px;
    background: #fff;
    padding: 3px 10px;
    border-radius: 150px;
    opacity: 1;
    text-shadow: none;
    color: #000 !important
}

.modal-content {
    border-radius: 8px
}

.modal-body {
    padding: 0;
    position: relative
}

.modal-header {
    padding: .7rem 1rem;
    border-bottom: 0 !important
}

.modal-header h5 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 0 !important;
    border: 0
}

#getQuote_form .inner_content {
    padding: 10px;
    width: 100%;
    margin: 0
}

.overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

input:focus,
textarea:focus,
select:focus {
    box-shadow: none !important
}

select {
    border: none
}

select:focus {
    border: none;
    outline: none !important
}

input.form-control::placeholder,
textarea.form-control::placeholder {
    color: #8ac1ff !important
}

select {
    color: #A4A4A4 !important
}

.btn-submit {
    background-color: #008def;
    padding: 8px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 30px;
    transition: .5s all;
    border: 0 !important;
    color: #fff !important;
    box-shadow: 0 8px 15px #999494
}

.form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px
}

.form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    outline: 0;
    font-size: 16px;
    color: #212121;
    padding: 7px 0;
    background: transparent;
    -webkit-transition: border-color .2s;
    transition: border-color .2s
}

.form__field::-webkit-input-placeholder {
    color: transparent
}

.form__field::-moz-placeholder {
    color: transparent
}

.form__field:-ms-input-placeholder {
    color: transparent
}

.form__field::-ms-input-placeholder {
    color: transparent
}

.form__field::placeholder {
    color: transparent
}

.form__field:placeholder-shown~.form__label {
    font-size: 17px;
    cursor: text;
  pointer-events:none !important;
    top: 20px
}

label.placeTop,
label,
.form__field:valid~.form__label ,
.form__field:disabled~.form__label ,
.form__field:focus~.form__label {
    position: absolute;
    top: 0;
    display: block;
    -webkit-transition: .2s;
    transition: .2s;
    font-size: 16px;
    color: #9b9b9b

}




.form__field:focus~.form__label {
    color: #007BFF
}

.form__field:focus {
    padding-bottom: 6px;
    border-bottom: 2px solid #007BFF
}

.common_heading {
    position: relative;
    z-index: 1;
    margin-bottom: 10px
}

.common_heading::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    height: 56px;
    width: 56px;
    border: 6px solid #008def;
    opacity: .1;
    z-index: -1;
    animation: rotate_heading 3s linear infinite
}

@keyframes rotate_heading {
    100% {
        transform: rotateZ(360deg)
    }
}

.common_heading h3 {
    font-size: 22px;
    font-weight: 600
}

.common_heading p {
    color: #008def;
    font-weight: 500
}

.cursor{
    height: 25px;
    width: 25px;
    border: 1px dashed #00daf7;
    border-radius: 50%;
    position: fixed;
    left: 00%;
    pointer-events: none;
    top: 00%;
    transform: translate(-50% , -50%);
    animation: rotate 1s infinite
    z-index:999999;

}

.cursor2{
    transition: all ease .3s;
    height: 10px;
    width: 10px;
    background-color: rgb(0, 132, 255);
    border-radius: 50%;
    position: fixed;
    left: 0%;
    pointer-events: none;
    top: 0%;

    z-index:999999;
    transform: translate(-50% , -50%);

}
/**/
.main-footer .list-unstyledOne li a{
        transition: .3s ease;
        display:block;
}
.main-footer .list-unstyledOne li a:hover{
    color: #008def !important;
    transform: translateX(10px);
}

