/* Pikasa HTML5 Template  */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Hidden Sidebar
6. Banner Section
7. Page Title
8. Section Banner
9. Section Title
10. About Section
11. Blog Section

**********************************************/
h1, h2, h3, h4, h5, h6, .ttl-font-family {
    letter-spacing: 0px;
    margin: 0px !important;
    font-family: 'Russo One', sans-serif !important;
    font-weight: normal;
}

.big-title p {
    font-size: 16px;
    line-height: 25px;
}

h1 {
    font-size: 38px !important;
}

h2 {
    font-size: 33px !important;
}

h3 {
    font-size: 28px !important;
}

h4 {
    font-size: 24px !important;
}

h5 {
    font-size: 20px !important;
}

h6 {
    font-size: 18px !important;
}

p, body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 25px;
}

.fancy-font {
    font-family: 'Lobster', cursive !important;
    font-size: 25px;
}

.company-data {
    font-size: 18px !important;
}




:root {
    --thm-font: 'Poppins', sans-serif;
    --thm-font-2: 'Poppins', sans-serif;
    --thm-font-3: 'Poppins', serif;
    --thm-base: #0f62fe;
    --thm-base-rgb: 165, 193, 9;
    --thm-gray: #777777;
    --thm-gray-rgb: 199, 199, 199;
    --thm-primary: #6300d9;
    --thm-black: #001b35;
    --thm-black-rgb: 0, 27, 53;
    --thm-gradient: linear-gradient(0deg, #0f62fe0%, #0f62fe40%, #0f62fe100%);
    --thm-gradient-2: linear-gradient(180deg, #0f62fe0%, #0f62fe40%, #0f62fe100%);
}


.gradient_01 {
    /* background-image: -moz-linear-gradient(0deg, #0f62fe) 0%, #0f62fe40%, #0f62fe100%);*/
    /* background-image: -webkit-linear-gradient(0deg, #0f62fe0%, #0f62fe40%, #0f62fe100%); */
    /* background-image: -ms-linear-gradient(0deg, #0f62fe0%, #0f62fe40%, #0f62fe100%); */
    background-image: -moz-linear-gradient(0deg, #0f62fe) 0%, #0f62fe 40%, #0f62fe 100%);
    background-image: -webkit-linear-gradient(0deg, #0f62fe0%, #0f62fe 40%, #0f62fe 100%);
    background-image: -ms-linear-gradient(0deg, #0f62fe0%, #0f62fe 40%, #0f62fe 100%);
}


.gradient_02 {
    /* background-image: -moz-linear-gradient(0deg, #0f62fe) 0%, #0f62fe40%, #0f62fe100%);*/
    /* background-image: -webkit-linear-gradient(0deg, #0f62fe0%, #0f62fe40%, #0f62fe100%); */
    /* background-image: -ms-linear-gradient(0deg, #0f62fe0%, #0f62fe40%, #0f62fe100%); */
    background-image: -moz-linear-gradient(0deg, #0f62fe) 0%, #0f62fe 40%, #0f62fe 100%);
    background-image: -webkit-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%);
    background-image: -ms-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%);
}

.gradient_clr1 {
    background: #0f62fe;
    background: -webkit-linear-gradient(to right, #0f62fe 0%, #a4c10a 100%);
    background: -moz-linear-gradient(to right, #0f62fe 0%, #a4c10a 100%);
    background: linear-gradient(to right, #0f62fe 0%, #a4c10a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}







/*==============================================
   Base Css
===============================================*/


/* NOTE: I only tested this on Google Chrome.*/



/* 

@keyframes shring-animation {
  0% {
    background-position: 0 0;
    opacity: 0;
    width: 0;
  }
  1% {
    background-position: 0 0;
    opacity: 1;
    border-right: 1px solid orange;
  }
  50% {
    background-position: 150px 0;
    opacity: 1;
    border-right: 1px solid orange;
  }
  100% {
    background-position: 400px 0;
    opacity: 1;
    border-right: 1px solid orange;
  }
} */
/* 
@keyframes type {
  0% {
    width: 0;
  }
  1%, 99%{
    border-right: 1px solid orange;
  }
  100%{
    border-right: none;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
 */



/* html,
body {
    height: 100%;
} */

body {
    color: var(--thm-gray);
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}

button:focus {
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}







a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
    transition: .4s;
    -webkit-transition: all .4s ease-in-out;
}

textarea:focus {
    outline: none;
}


*::-moz-selection {
    background: var(--thm-black);
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: var(--thm-black);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: var(--thm-black);
    color: #fff;
    text-shadow: none;
}



*::placeholder {
    color: #555555;
    opacity: 1;
}

*::-moz-placeholder {
    color: #555555;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #555555;
    opacity: 1;
}





.parallax-scene {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.fancybox-image,
.fancybox-spaceball {
    border-radius: 10px;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}


.logo2 {
    max-width: 100%;
    height: 44px;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}


.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    padding: 5px 10px 5px;
}


    .map-data a {
        color: #0b59d9;
        display: block;
    }

    .map-data h6 {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 5px;
        color: #121212;
    }




i {
    font-style: normal;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol,
li {
    margin: 0;
    padding: 0;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}




.btn-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 10px;
    background-color: transparent;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
}

    .btn-one:before {
        position: absolute;
        top: 0px;
        left: 0;
        bottom: 0px;
        width: 100%;
        content: "";
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        border-radius: 5px;
        webkit-transition-duration: 800ms;
        transition-duration: 800ms;
        background-image: -moz-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%);
        background-image: -webkit-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%);
        background-image: -ms-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%);
        z-index: 1;
    }

    .btn-one:hover:before {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    .btn-one .border-box {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: -moz-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%);
        background-image: -webkit-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%);
        background-image: -ms-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%);
        z-index: -1;
    }

    .btn-one .bg {
        position: absolute;
        top: 2px;
        left: 2px;
        bottom: 2px;
        right: 2px;
        border-radius: 5px;
    }

        .btn-one .bg.bg--gray {
            background-color: #f5f6f7;
        }

        .btn-one .bg.bg--white {
            background-color: #ffffff;
        }

        .btn-one .bg.bg--gradient {
            background-image: -moz-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%);
            background-image: -webkit-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%);
            background-image: -ms-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%);
        }



    .btn-one .border-box.thm-base {
        background-image: none;
        background-color: #0f62fe;
    }

    .btn-one .bg.bg--base {
        background-image: none;
        background-color: #0f62fe;
    }

    .btn-one.thm-base:before {
        background-image: none !important;
        background-color: #ebcb3b;
    }



    .btn-one .txt {
        position: relative;
        display: flex;
        align-items: center;
        line-height: 40px;
        z-index: 2;
        border-radius: 15px;
    }

    .btn-one .arrow {
        position: relative;
        display: inline-block;
        padding-left: 10px;
        z-index: 1;
        font-size: 25px;
        font-weight: 400;
    }

        .btn-one .arrow:before {
            position: relative;
            display: inline-block;
            top: -1px;
            transform: rotate(180deg);
        }

        .btn-one .arrow:after {
            content: "";
            position: absolute;
            top: 0;
            right: -5px;
            bottom: 0;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            transform: scaleX(1.0);
            webkit-transition-duration: 800ms;
            transition-duration: 800ms;
            margin: 1px 0;
            z-index: -1;
        }

    .btn-one:hover .arrow:after {
        transform: scaleX(0);
    }

    .btn-one:hover,
    .btn-one:focus {
        color: #ffffff;
    }



    .btn-one.style2 {
        color: #ffffff;
    }

        .btn-one.style2:hover {
            text-decoration: none;
        }

        .btn-one.style2:before {
            background: #FE0000;
        }

        .btn-one.style2 .arrow {
            color: var(--thm-black);
        }

            .btn-one.style2 .arrow:after {
                background: #ffffff;
            }



    .btn-one.style3 {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 16px;
        line-height: 60px;
    }

        .btn-one.style3:before {
            background-image: none;
            background-color: #0f62fe;
        }

        .btn-one.style3 .border-box {
            background-image: none;
            background-color: #0f62fe;
        }

        .btn-one.style3 .arrow:before {
            color: #0f62fe;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

        .btn-one.style3:hover .arrow:before {
            color: #ffffff;
        }

        .btn-one.style3 .arrow:after {
            display: none;
        }




    .btn-one.style4 {
    }

        .btn-one.style4:before {
            background-image: none;
            background-color: #0f62fe;
        }

        .btn-one.style4 .border-box {
            background-image: none;
            background-color: #0f62fe;
        }

        .btn-one.style4 .arrow:after {
            background-color: #0f62fe;
            background-image: none;
        }







.btn-two {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

    .btn-two span {
        position: relative;
        top: 3px;
        display: inline-block;
        padding-right: 10px;
        line-height: 15px;
        transform: rotate(180deg);
    }

        .btn-two span:before {
            position: relative;
            top: 3px;
            display: inline-block;
            color: var(--thm-black);
            font-size: 25px;
            font-weight: 400;
            z-index: 1;
        }

        .btn-two span:after {
            content: "";
            position: absolute;
            top: 0;
            right: 20px;
            bottom: 0;
            width: 20px;
            height: 20px;
            background: #ffffff;
            border-radius: 50%;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

    .btn-two:hover span:after {
        transform: scale(1.1);
    }

    .btn-two:hover:before {
    }

    .btn-two:hover {
        color: #0f62fe;
    }






.checked-box1 {
    position: relative;
    display: block;
    min-height: 40px;
}

    .checked-box1 label {
        position: relative;
        display: inline-block;
        padding-left: 50px;
        margin-right: 0px;
        margin-bottom: 0;
        color: #585858;
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        cursor: pointer;
        min-height: 40px;
    }

    .checked-box1 input[type="checkbox"] {
        display: none;
    }

        .checked-box1 input[type="checkbox"] + label span {
            position: absolute;
            display: block;
            top: 4px;
            left: 0;
            width: 40px;
            height: 40px;
            vertical-align: middle;
            background-color: #ffffff;
            border: 1px solid #dae5ec;
            cursor: pointer;
            border-radius: 50%;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

    .checked-box1 label span:before {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0;
        right: 0;
        content: "";
        width: 30px;
        height: 30px;
        background: var(--thm-primary);
        border-radius: 50%;
        margin: 4px;
        transform: scale(0);
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .checked-box1 input[type="checkbox"]:checked + label span {
        border-color: #dae5ec;
    }

        .checked-box1 input[type="checkbox"]:checked + label span:before {
            transform: scale(1.0);
        }






.checked-box2 {
    position: relative;
    display: block;
    min-height: 30px;
}

    .checked-box2 label {
        position: relative;
        display: inline-block;
        padding-left: 30px;
        margin-right: 0px;
        margin-bottom: 0;
        color: #757575;
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        cursor: pointer;
        min-height: 30px;
    }

    .checked-box2 input[type="checkbox"] {
        display: none;
    }

        .checked-box2 input[type="checkbox"] + label span {
            position: absolute;
            top: 5px;
            left: 0;
            width: 16px;
            height: 16px;
            vertical-align: middle;
            background-color: #f5f5f5;
            border: 1px solid #e5e5e5;
            cursor: pointer;
            border-radius: 3px;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

    .checked-box2 label span:before {
        content: "\f00c";
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0;
        right: 0;
        width: 16px;
        height: 16px;
        margin: 0px;
        color: #0f62fe;
        font-size: 10px;
        line-height: 16px;
        text-align: center;
        opacity: 0;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .checked-box2 input[type="checkbox"]:checked + label span {
        border-color: #dedede;
    }

        .checked-box2 input[type="checkbox"]:checked + label span:before {
            opacity: 1;
        }






.thm-social-link1 {
    position: relative;
    display: block;
}

    .thm-social-link1 ul {
        position: relative;
    }

        .thm-social-link1 ul li {
            position: relative;
            float: left;
            margin-right: 10px;
        }

            .thm-social-link1 ul li:last-child {
                margin-right: 0;
            }

            .thm-social-link1 ul li a {
                position: relative;
                display: block;
                width: 40px;
                height: 40px;
                background: #0f62fe;
                border-radius: 50%;
                border: 2px solid var(--thm-base);
                color: var(--thm-black);
                font-size: 14px;
                line-height: 36px;
                text-align: center;
                z-index: 1;
                transition: all 500ms ease;
            }

                .thm-social-link1 ul li a:before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    background-color: var(--thm-black);
                    content: "";
                    border-radius: 50%;
                    z-index: -1;
                    transform: scale(0.0);
                    transform-origin: center;
                    transform-style: preserve-3d;
                    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
                }

                .thm-social-link1 ul li a:hover:before {
                    transform: scaleX(1.0);
                }

                .thm-social-link1 ul li a:hover {
                    color: #ffffff;
                }





.thm-social-link2 {
    position: relative;
    display: block;
}

    .thm-social-link2 ul {
        position: relative;
        overflow: hidden;
    }

        .thm-social-link2 ul li {
            position: relative;
            display: inline-block;
            float: left;
            margin-right: 20px;
        }

            .thm-social-link2 ul li:last-child {
                margin-right: 0;
            }

            .thm-social-link2 ul li a {
                position: relative;
                display: block;
                color: #909090;
                font-size: 16px;
                line-height: 30px;
                transition: all 500ms ease;
            }

                .thm-social-link2 ul li a:hover {
                    color: var(--thm-primary);
                }



.parallax-bg-one {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

    .parallax-bg-one::before {
        background: rgba(18, 32, 0, 0.90) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }



/*___ owl Nav Dot Style _____*/
.owl-theme .owl-prev span,
.owl-theme .owl-next span {
}

.owl-nav-style-one {
}

    .owl-nav-style-one .owl-controls {
    }

    .owl-nav-style-one.owl-theme .owl-stage-outer {
        position: relative;
        display: block;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .owl-nav-style-one.owl-theme .owl-nav {
        position: relative;
        display: block;
        line-height: 0;
        z-index: 10;
    }

        .owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
            position: relative;
            display: inline-block;
            width: 60px;
            height: 60px;
            border-radius: 0%;
            margin: 0 0 0 0px;
            padding: 0;
            transition: all 700ms ease 0s;
        }

            .owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:before {
                content: "\f149";
                font-family: flaticon !important;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                border: 2px solid #ffffff;
                color: #0f62fe;
                font-size: 18px;
                line-height: 56px;
                font-weight: 600;
                text-align: center;
                -webkit-transition: all 0.4s linear;
                -o-transition: all 0.4s linear;
                transition: all 0.4s linear;
            }

            .owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover:before {
                border-color: #0f62fe;
            }

            .owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
                display: none;
            }

        .owl-nav-style-one.owl-theme .owl-nav .owl-prev {
            transform: rotate(-270deg);
            margin-right: 10px;
        }

        .owl-nav-style-one.owl-theme .owl-nav .owl-next {
            margin-left: 0px;
            transform: rotate(270deg);
        }

        .owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
            background-color: #0f62fe;
        }

            .owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover:before {
                color: #ffffff
            }



.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 0px !important;
    display: block;
}

    .owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
        position: relative;
        display: inline-block;
        width: 16px;
        height: 16px;
        background: #ccd1d7;
        border: 0px solid #e0e0e0;
        margin: 0px 9px;
        padding: 0px;
        border-radius: 50%;
        transition: all 100ms linear;
        transition-delay: 0.1s;
    }

        .owl-carousel.owl-dot-style1 .owl-dots .owl-dot:before {
            content: "";
            position: absolute;
            top: -2px;
            left: -2px;
            bottom: -2px;
            right: -2px;
            border-radius: 50%;
            background: #0f62fe;
            transform: scale(0);
            transition: all 500ms ease;
        }

        .owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {
            background: #0f62fe;
        }

            .owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active:before {
                transform: scale(1.0);
            }

        .owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
        }

        .owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active span {
        }




@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, .1), 0 0 0 20px rgba(238, 238, 238, 0.3000);
    }
}

@keyframes pulse2 {
    50% {
        box-shadow: 0 0 0 5px rgba(255, 231, 1, .1), 0 0 0 20px rgba(255, 231, 1, 0.3000);
    }
}



.rating-box {
    position: relative;
    display: block;
    overflow: hidden;
}

    .rating-box ul {
        overflow: hidden;
    }

        .rating-box ul li {
            position: relative;
            display: inline-block;
            float: left;
            margin-right: 5px;
        }

            .rating-box ul li:last-child {
                margin-right: 0;
            }

            .rating-box ul li a {
                font-size: 20px;
                font-weight: 400;
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }





.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    background: #ffffffd9 none repeat scroll 0 0;
    width: 100%;
    min-width: 320px;
}

.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 10px;
}

    .styled-pagination.pdtop0 {
        padding-top: 0;
    }

    .styled-pagination li {
        position: relative;
        display: inline-block;
        float: none;
        margin-right: 6px;
    }

        .styled-pagination li:last-child {
            margin-right: 0;
        }

        .styled-pagination li.prev a {
            transform: rotate(0deg);
        }

        .styled-pagination li a span:before {
            position: relative;
            top: 4px;
            font-size: 25px;
        }

        .styled-pagination li.prev a span.left {
            position: relative;
            top: 1px;
        }

        .styled-pagination li.next a span.right {
            position: relative;
            top: 2px;
        }

        .styled-pagination li a {
            position: relative;
            display: inline-block;
            width: 55px;
            height: 55px;
            border-radius: 0%;
            background: #f5f5f5;
            border: 1px solid #f5f5f5;
            color: var(--thm-black);
            font-size: 18px;
            line-height: 53px;
            font-weight: 600;
            text-align: center;
            text-transform: uppercase;
            transition: all 500ms ease;
            z-index: 1;
        }

        .styled-pagination li:hover a,
        .styled-pagination li.active a {
            color: #ffffff;
            border-color: #0f62fe;
            background: #0f62fe;
        }

        .styled-pagination li.prev a,
        .styled-pagination li.next a {
            color: #0f62fe;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

            .styled-pagination li.prev a:hover,
            .styled-pagination li.next a:hover {
                color: #ffffff;
            }






/** Search Pop Up Style **/
.serach-button-style1 {
    position: relative;
    display: block;
}

    .serach-button-style1 .search-toggler {
        position: relative;
        display: block;
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 5px;
        color: #ffffff;
        font-size: 16px;
        line-height: 40px;
        font-weight: 400;
        cursor: pointer;
        transition: all 500ms ease;
    }

        .serach-button-style1 .search-toggler:hover {
            color: #0f62fe;
        }

.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

    .search-popup.popup-visible {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        visibility: visible;
        opacity: 1;
    }

    .search-popup .overlay-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        display: block;
    }

    .search-popup .close-search {
        position: absolute;
        right: 25px;
        top: 25px;
        font-size: 22px;
        color: #ffffff;
        cursor: pointer;
        z-index: 5;
        transition: all 500ms ease;
    }

    .search-popup .search-form {
        position: relative;
        padding: 0px 15px 0px;
        max-width: 1024px;
        margin: 0 auto;
        margin-top: 150px;
        margin-bottom: 100px;
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
        z-index: 10;
    }

    .search-popup.popup-visible .search-form {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        transition: all 500ms ease 500ms;
        -moz-transition: all 900ms ease 500ms;
        -webkit-transition: all 900ms ease 500ms;
        -ms-transition: all 900ms ease 500ms;
        -o-transition: all 900ms ease 500ms;
    }

    .search-popup .search-form .form-group {
        margin-bottom: 30px;
    }

    .search-popup .search-form fieldset {
        position: relative;
        border-radius: 12px;
    }

        .search-popup .search-form fieldset input[type="search"] {
            position: relative;
            height: 70px;
            padding: 20px 250px 20px 30px;
            background: #ffffff;
            line-height: 30px;
            font-size: 24px;
            color: #233145;
            border-radius: 7px;
        }

        .search-popup .search-form fieldset input[type="submit"] {
            position: absolute;
            display: block;
            right: 0px;
            top: 0px;
            text-align: center;
            width: 220px;
            height: 70px;
            padding: 20px 10px 20px 10px;
            color: #ffffff !important;
            line-height: 30px;
            font-size: 20px;
            cursor: pointer;
            text-transform: uppercase;
            border-radius: 0px 7px 7px 0px;
            background: #0f62fe;
        }

            .search-popup .search-form fieldset input[type="submit"]:hover {
                transform: translateY(0px);
            }



    .search-popup h3 {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 20px;
        letter-spacing: 1px;
        text-align: center;
    }

    .search-popup .recent-searches {
        font-size: 16px;
        color: #ffffff;
        text-align: center;
    }

        .search-popup .recent-searches li {
            display: inline-block;
            margin: 0px 10px 10px 0px;
        }

            .search-popup .recent-searches li a {
                display: block;
                line-height: 24px;
                border: 1px solid #ffffff;
                padding: 7px 15px;
                color: #ffffff;
                border-radius: 3px;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -ms-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

                .search-popup .recent-searches li a:hover {
                    border-color: #0f62fe;
                    background-color: #0f62fe;
                }





.serach-button-style1--instyle2 {
    margin-left: 0;
    margin-right: 0;
}

    .serach-button-style1--instyle2 .search-toggler {
        color: #ffffff;
        border-left: 1px solid rgba(255, 255, 255, 0.20);
    }

        .serach-button-style1--instyle2 .search-toggler:hover {
            color: var(--thm-black);
        }



/*________________Preloader_______________ */
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999999;
    background-position: center center;
    background-repeat: no-repeat;
    /* background-image: url(../images/preloader.svg); */
}

.preloader-close {
    position: fixed;
    z-index: 999999;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    font-weight: 600;
    background-color: #0f62fe;
}

.loader-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

    .loader-wrap .layer-one {
        position: absolute;
        left: 0%;
        top: 0;
        width: 33.3333%;
        height: 100%;
        overflow: hidden;
    }

    .loader-wrap .layer-two {
        position: absolute;
        left: 33.3333%;
        top: 0;
        width: 33.3333%;
        height: 100%;
        overflow: hidden;
    }

    .loader-wrap .layer-three {
        position: absolute;
        left: 66.6666%;
        top: 0;
        width: 33.3333%;
        height: 100%;
        overflow: hidden;
    }



    .loader-wrap .layer .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #0f62fe;
    }





/*** Scroll To Top style ***/
.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #0f62fe;
    font-size: 20px;
    line-height: 56px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 999999999;
}

    .scroll-top span {
    }

    .scroll-top:after {
        position: absolute;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 1;
        z-index: -1;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    }



    .scroll-top:before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: transparent;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-animation-delay: .9s;
        animation-delay: .9s;
        content: "";
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
        -webkit-animation: ripple 3s infinite;
        animation: ripple 3s infinite;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }



    .scroll-top:hover {
        color: #ffffff;
        background-color: var(--thm-black);
        border-color: var(--thm-black);
    }





/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error {
    border-color: red;
}

#contact-form input[type="email"].error {
    border-color: red;
}

#contact-form select.error {
    border-color: red;
}

#contact-form textarea.error {
    border-color: red;
}







/* Overlay styles */
.overlay-style-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(218, 60, 34, 0.80);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 1;
}

    .overlay-style-one .box {
        display: table;
        height: 100%;
        width: 100%;
    }

        .overlay-style-one .box .content {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

        .overlay-style-one .box .inner {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }





.overlay-style-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;
}

    .overlay-style-two:before {
        position: absolute;
        content: '';
        top: 0px;
        left: 0px;
        width: 100%;
        height: 50%;
        display: block;
        opacity: 0;
        text-align: center;
        transform: perspective(400px) rotateX(-90deg);
        transform-origin: top;
        transition: all 0.5s;
        background-color: rgba(18, 18, 18, 0.90);
    }

    .overlay-style-two:after {
        position: absolute;
        content: '';
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 50%;
        display: block;
        opacity: 0;
        text-align: center;
        transform: perspective(400px) rotateX(90deg);
        transform-origin: bottom;
        transition: all 0.5s;
        background-color: rgba(18, 18, 18, 0.90);
    }




.review-box {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 16px;
}

    .review-box > ul {
        display: block;
        overflow: hidden;
    }

        .review-box > ul > li {
            display: inline-block;
            float: none;
            margin: 0 1px;
        }

            .review-box > ul > li:last-child {
                margin-right: 0px;
            }

            .review-box > ul > li > i {
                position: relative;
                display: inline-block;
                color: #ffa800;
                font-size: 18px;
                font-weight: 500;
                cursor: pointer;
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

            .review-box > ul > li:hover > i {
                color: var(--thm-gray);
            }




/* Update header Style */
@keyframes menu_sticky {
    0% {
        margin-top: -90px;
    }

    50% {
        margin-top: -74px;
    }

    100% {
        margin-top: 0;
    }
}




/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 30px 0px 0px 0px;
}

.nav-outer.style1 .mobile-nav-toggler {
    padding: 35px 0 35px;
}

.nav-outer.style2 .mobile-nav-toggler {
    padding: 25px 0;
}

.nav-outer.style3 .mobile-nav-toggler {
    padding: 30px 0;
}

.nav-outer .mobile-nav-toggler .inner {
    position: relative;
    display: block;
    padding: 3px 5px;
}

.nav-outer.style2 .mobile-nav-toggler .inner {
    background-color: var(--thm-black);
}

.nav-outer.style5 .mobile-nav-toggler .icon-bar {
    position: relative;
    display: block;
    background: #ffffff;
    height: 1.5px;
    width: 30px;
    margin: 8px 10px;
}











.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

    .mobile-menu .menu-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(9, 16, 32, 0.90);
        -webkit-transform: translateX(101%);
        -ms-transform: translateX(101%);
        transform: translateX(101%);
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
        z-index: 1;
    }

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .mCSB_inside > .mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}


.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

    .mobile-menu .nav-logo a {
        position: relative;
        display: inline-block;
    }

.mobile-menu-visible {
    overflow: hidden;
}

    .mobile-menu-visible .mobile-menu {
        opacity: 1;
        visibility: visible;
    }

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #75ACD5;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    color: #0f62fe;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

    .mobile-menu .navigation li {
        position: relative;
        display: block;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
    }

    .mobile-menu .navigation:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    .mobile-menu .navigation li > ul > li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.10);
    }

    .mobile-menu .navigation li > a {
        position: relative;
        display: block;
        padding: 10px 25px;
        color: #ffffff;
        font-size: 15px;
        line-height: 24px;
        font-weight: 600;
        text-transform: uppercase;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .mobile-menu .navigation li > a:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 0;
            border-left: 5px solid var(--thm-base);
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }

    .mobile-menu .navigation li.current > a:before {
        height: 100%;
    }

    .mobile-menu .navigation li.current > a,
    .mobile-menu .navigation li > a:hover {
        color: red;
    }


    .mobile-menu .navigation li ul li > a {
        font-size: 15px;
        font-weight: 400;
        margin-left: 20px;
        text-transform: capitalize;
    }

    .mobile-menu .navigation li.dropdown .dropdown-btn {
        position: absolute;
        top: 6px;
        right: 6px;
        width: 32px;
        height: 32px;
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        line-height: 32px;
        background: rgba(255, 255, 255, 0.10);
        cursor: pointer;
        border-radius: 2px;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 5;
    }

        .mobile-menu .navigation li.dropdown .dropdown-btn.open {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .mobile-menu .navigation li > ul,
    .mobile-menu .navigation li > ul > li > ul,
    .mobile-menu .navigation > li.dropdown > .megamenu {
        display: none;
    }

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 50px 15px;
}

    .mobile-menu .social-links li {
        position: relative;
        display: inline-block;
        margin: 0px 1px 10px;
    }

        .mobile-menu .social-links li a {
            position: relative;
            display: block;
            width: 45px;
            height: 45px;
            border: 1px solid rgba(255, 255, 255, 0.20);
            border-radius: 50%;
            background: #0f62fe;
            color: #ffffff;
            font-size: 16px;
            line-height: 41px;
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .mobile-menu .social-links li a:hover {
                color: #0f62fe;
                background-color: #ffffff;
            }







/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
    left: 0%;
    top: 0;
    position: fixed;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    cursor: url(../images/cross-out.png), pointer;
    z-index: 99999999;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: .8;
    visibility: visible;
    transition-delay: 0.3s;
    right: 100%;
    background-color: #000000;
}


.xs-sidebar-widget {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 365px;
    background-color: #2c2c2c;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 700ms ease 100ms;
    visibility: hidden;
    opacity: 1;
    z-index: 999999999;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    left: 0;
    transition: all 500ms ease 800ms;
}



.sidebar-textwidget {
    padding: 70px 30px;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 300ms ease 100ms;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 700ms ease 1500ms;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: 0;
    background-color: #000000;
}



.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

    .xs-sidebar-group .widget-heading a {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 26px;
        text-align: center;
        border: 2px solid #fff;
        border-radius: 50%;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

        .xs-sidebar-group .widget-heading a:hover {
            color: #0f62fe;
            border-color: var(--thn-base);
        }


.xs-sidebar-group .content-inner .logo {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

    .xs-sidebar-group .content-inner .logo a {
        position: relative;
        display: inline-block;
    }

.xs-sidebar-group .content-inner h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 14px;
    margin-bottom: 30px;
}

    .xs-sidebar-group .content-inner h4:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50px;
        height: 2px;
        background: #0f62fe;
    }



.xs-sidebar-group .content-inner .content-box {
    margin-bottom: 30px;
    padding-right: 15px;
}

    .xs-sidebar-group .content-inner .content-box .inner-text {
        position: relative;
        display: block;
        padding-top: 2px;
    }

    .xs-sidebar-group .content-inner .content-box p {
        color: #b0bcc2;
        margin: 0;
    }

.xs-sidebar-group .content-inner .form-inner .form-group {
    position: relative;
    margin-bottom: 20px;
}

    .xs-sidebar-group .content-inner .form-inner .form-group:last-child {
        margin-bottom: 0px;
    }

    .xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
    .xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
    .xs-sidebar-group .content-inner .form-inner .form-group textarea {
        position: relative;
        display: block;
        width: 100%;
        height: 50px;
        font-size: 15px;
        padding: 10px 20px;
        color: #848484;
        transition: all 500ms ease;
    }

    .xs-sidebar-group .content-inner .form-inner .form-group button.btn-one {
        color: var(--thm-black);
    }

    .xs-sidebar-group .content-inner .form-inner .form-group .theme-btn-one:hover {
    }

    .xs-sidebar-group .content-inner .form-inner .form-group textarea {
        resize: none;
        height: 120px;
    }

        .xs-sidebar-group .content-inner .form-inner .form-group input:focus,
        .xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
            border-color: #00224f;
        }


.sidebar-contact-info {
    position: relative;
    display: block;
    padding-top: 43px;
}

    .sidebar-contact-info h3 {
    }

    .sidebar-contact-info ul {
        position: relative;
        display: block;
        padding-bottom: 22px;
    }

        .sidebar-contact-info ul li {
            position: relative;
            display: block;
            color: #b0bcc2;
            line-height: 30px;
            margin-bottom: 6px;
        }

            .sidebar-contact-info ul li:last-child {
                margin-bottom: 0;
            }

            .sidebar-contact-info ul li span {
                position: relative;
                display: inline-block;
                width: 25px;
            }

                .sidebar-contact-info ul li span:before {
                    position: relative;
                    display: inline-block;
                    color: #0f62fe;
                    top: 3px;
                }

            .sidebar-contact-info ul li a {
                color: #b0b0bd;
            }

.xs-sidebar-group .content-inner .thm-social-link1 {
    overflow: hidden;
}




.sec-title {
    position: relative;
    display: block;
    margin-top: -7px;
    padding-bottom: 58px;
}

    .sec-title .sub-title {
        position: relative;
        display: block;
        line-height: 0;
        padding-bottom: 12px;
    }

        .sec-title .sub-title h3 {
            color: var(--thm-gray);
            font-size: 24px;
            line-height: 34px;
            letter-spacing: 0.22em;
            font-weight: 700;
            font-style: italic;
        }

.word-sevices, .word-andriod {
    font-size: 20px !important;
}


.sec-title h2 {
    font-size: 36px;
    line-height: 1.3em;
    font-weight: 700;
    text-transform: none;
}

    .sec-title h2 span {
        font-weight: 300;
    }



.sec-title-style2 {
    position: relative;
    display: block;
    padding-bottom: 48px;
}

    .sec-title-style2 .icon {
        position: relative;
        display: block;
        line-height: 0;
        padding-bottom: 21px;
    }

        .sec-title-style2 .icon span:before {
            position: relative;
            display: inline-block;
            font-size: 50px;
            line-height: 50px;
            background: #0f62fe;
            background: -webkit-linear-gradient(to right, #0f62fe0%, #a4c10a 100%);
            background: -moz-linear-gradient(to right, #0f62fe0%, #a4c10a 100%);
            background: linear-gradient(to right, #0f62fe0%, #a4c10a 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .sec-title-style2 h2 {
        font-size: 48px;
        line-height: 1.2em;
    }

        .sec-title-style2 h2 span {
            font-weight: 300;
        }




    .sec-title-style2.style2instyle3 {
        padding-bottom: 50px;
    }

        .sec-title-style2.style2instyle3 .icon {
            padding-bottom: 25px;
        }

        .sec-title-style2.style2instyle3 h2 {
            font-size: 38px;
            font-style: normal;
            font-weight: 700;
            line-height: 1.3em;
        }

            .sec-title-style2.style2instyle3 h2 span {
                font-size: 48px;
                font-style: italic;
                font-weight: 700;
            }




.sec-title-style4 {
    position: relative;
    display: block;
    padding-bottom: 58px;
}

    .sec-title-style4 .icon {
        position: relative;
        display: block;
        line-height: 0;
        padding-bottom: 20px;
    }

        .sec-title-style4 .icon span:before {
            position: relative;
            display: inline-block;
            font-size: 50px;
            line-height: 50px;
            color: #ffffff;
        }

    .sec-title-style4 h2 {
        color: #ffffff;
        font-size: 48px;
        line-height: 1.2em;
        font-weight: 300;
        font-style: italic;
    }

        .sec-title-style4 h2 span {
            font-weight: 700;
            font-style: normal;
        }

    .sec-title-style4.clr-black .icon span:before {
        color: #0f62fe;
    }

    .sec-title-style4.clr-black h2 {
        color: var(--thm-black);
        font-weight: 700;
    }



.sec-title-style5 {
    position: relative;
    display: block;
    padding-bottom: 20px;
}

    .sec-title-style5 .icon {
        position: relative;
        display: block;
        line-height: 0;
        padding-bottom: 20px;
    }

        .sec-title-style5 .icon span:before {
            position: relative;
            display: inline-block;
            line-height: 50px;
            color: #0f62fe;
            animation: fa-spin 5s ease infinite;
        }

    .sec-title-style5 h2 {
    }

        .sec-title-style5 h2 span {
        }


.navigation ul li img {
    width: 71%;
}


.sec-title-style6 {
    position: relative;
    display: block;
    padding-bottom: 57px;
}

    .sec-title-style6 .icon {
        position: relative;
        display: block;
        line-height: 0;
        padding-bottom: 20px;
    }

        .sec-title-style6 .icon span:before {
            position: relative;
            display: inline-block;
            font-size: 50px;
            line-height: 50px;
            color: rgba(var(--thm-black-rgb), .20);
            animation: fa-spin 5s ease infinite;
        }

    .sec-title-style6 h2 {
        color: var(--thm-black);
        font-size: 36px;
        line-height: 1.4em;
        font-weight: 400;
        letter-spacing: 0.12em;
    }





.sec-title-style7 {
    position: relative;
    display: block;
    padding-bottom: 57px;
}

    .sec-title-style7 .icon {
        position: relative;
        display: block;
        line-height: 0;
        padding-bottom: 20px;
    }

        .sec-title-style7 .icon span:before {
            position: relative;
            display: inline-block;
            color: #0f62fe;
            font-size: 50px;
            line-height: 50px;
            animation: fa-spin 5s ease infinite;
        }

    .sec-title-style7 h2 {
        font-size: 48px;
        line-height: 1.2em;
        font-weight: 300;
    }










@keyframes slide5 {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -200px 0;
    }
}

@-webkit-keyframes slide5 {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -200px 0;
    }
}








.video-holder-box1 {
    position: absolute;
    bottom: 70px;
    left: -175px;
    width: 250px;
    height: 290px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 20px 40px 0px rgba(86, 20, 19, 0.05);
    z-index: 10;
}

    .video-holder-box1 .icon {
        position: relative;
        display: block;
    }

        .video-holder-box1 .icon a {
            position: relative;
            display: block;
            width: 120px;
            height: 120px;
            background: #ffffff;
            border-radius: 50%;
            border: 15px solid var(--thm-primary);
            border-radius: 50%;
        }

            .video-holder-box1 .icon a:before {
                position: absolute;
                content: '';
                top: -15px;
                left: -15px;
                bottom: -15px;
                right: -15px;
                border-radius: 50%;
                background: rgba(54, 124, 232, 0.0);
                z-index: -1;
                -webkit-animation: ripple2 1s infinite;
                animation: ripple2 3s infinite;
            }

            .video-holder-box1 .icon a span:before {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;
                color: #172746;
                font-size: 25px;
                line-height: 90px;
                text-align: center;
            }

    .video-holder-box1 .title {
        position: relative;
        display: block;
        padding-top: 25px;
    }

        .video-holder-box1 .title h4 {
            color: #252628;
            font-size: 20px;
            line-height: 26px;
        }




/*** 
=============================================
    Subscribe Style1 Area Css
=============================================
***/
.subscribe-style1-area {
    position: relative;
    display: block;
}

.subscribe-content-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-top: 2px solid #f5f6f7;
    border-bottom: 2px solid #f5f6f7;
    padding: 140px 0;
    z-index: 1;
}

.subscribe-content-box__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: -20px;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.07;
    z-index: -1;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.subscribe-title {
    position: relative;
    display: block;
}

    .subscribe-title h2 {
        font-size: 48px;
        line-height: 1.2em;
    }

        .subscribe-title h2 span {
            font-weight: 300;
        }



.subscribe-box {
    position: relative;
    display: block;
    max-width: 670px;
    width: 100%;
    margin: 0 auto;
    padding: 13px 0;
}

.subscribe-form {
    position: relative;
    display: block;
    width: 100%;
}

    .subscribe-form input[type="email"] {
        position: relative;
        display: block;
        padding-left: 28px;
        padding-right: 190px;
        width: 100%;
        height: 90px;
        background: #ffffff;
        border: 2px solid #e5e8ea;
        color: var(--thm-black);
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        border-radius: 4px;
        transition: all 500ms ease;
    }

    .subscribe-form input::-webkit-input-placeholder {
        color: #777777;
    }

    .subscribe-form input:-moz-placeholder {
        color: #777777;
    }

    .subscribe-form input::-moz-placeholder {
        color: #777777;
    }

    .subscribe-form input:-ms-input-placeholder {
        color: #777777;
    }

    .subscribe-form button {
        position: absolute;
        top: 15px;
        right: 15px;
        bottom: 15px;
        line-height: 60px;
        padding-left: 20px;
        padding-right: 25px;
    }



/*** 
=============================================
    Subscribe Style2 Area Css
=============================================
***/
.subscribe-style2-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f5f6f7;
    z-index: 10;
}

    .subscribe-style2-area .shape1 {
        position: absolute;
        top: -330px;
        right: -60px;
    }

        .subscribe-style2-area .shape1 img {
            -webkit-animation: footerTree 5s ease-in infinite;
            animation: footerTree 5s ease-in infinite;
        }

    .subscribe-style2-area .container-fluid {
        padding: 0;
    }

.subscribe-content-box--style2 {
    border-top: 0px solid #f5f6f7;
    border-bottom: 0px solid #f5f6f7;
    padding: 0px 0;
}

.subscribe-title--style2 {
    position: relative;
    display: flex;
    background: #ebedef;
    padding: 138px 0;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.subscribe-box--style2 {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

    .subscribe-box--style2 .subscribe-form {
        max-width: 670px;
        width: 100%;
        float: right;
        margin: 150px 0;
    }

        .subscribe-box--style2 .subscribe-form input[type="email"] {
            background: #ffffff;
            border: 2px solid #ffffff;
        }



/*** 
=============================================
    Subscribe Style3 Area Css
=============================================
***/
.subscribe-style3-area {
    position: relative;
    display: block;
    background: #0f62fe;
    padding: 100px 0 100px;
    z-index: 10;
}

.subscribe-style3__inner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}

.subscribe-style3__title-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 700px;
    width: 100%;
    padding-right: 70px;
}

    .subscribe-style3__title-box .logo-box {
        position: relative;
        display: block;
    }

        .subscribe-style3__title-box .logo-box a {
            position: relative;
            display: inline-block;
        }


.subscribe-style3__title {
    position: relative;
    display: block;
}

    .subscribe-style3__title h2 {
        color: #ffffff;
        font-size: 36px;
        line-height: 40px;
        font-weight: 300;
        text-transform: uppercase;
    }

        .subscribe-style3__title h2 span {
            font-weight: 700;
        }



.subscribe-style3__form {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
}

    .subscribe-style3__form input[type="email"] {
        position: relative;
        display: block;
        padding-left: 30px;
        padding-right: 140px;
        max-width: 100%;
        width: 100%;
        height: 50px;
        border-radius: 5px;
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.20);
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        transition: all 500ms ease;
    }

    .subscribe-style3__form input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.50);
    }

    .subscribe-style3__form input:-moz-placeholder {
        color: rgba(255, 255, 255, 0.50);
    }

    .subscribe-style3__form input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.50);
    }

    .subscribe-style3__form input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.50);
    }

    .subscribe-style3__form button.btn-one {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        color: #ffffff;
        line-height: 50px;
        width: 130px;
        transition: all 300ms ease 100ms;
        padding: 0;
        background-color: rgba(255, 255, 255, 0.20);
    }

        .subscribe-style3__form button.btn-one.style3:before {
            background-color: rgba(255, 255, 255, 0.20);
        }

        .subscribe-style3__form button.btn-one .txt {
            line-height: 50px;
            justify-content: center;
        }



/*** 
=============================================
    Subscribe Style4 Area Css
=============================================
***/
.subscribe-style4-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 0px;
    z-index: 10;
}

.subscribe-style4__img-box {
    position: relative;
    display: block;
}

    .subscribe-style4__img-box img {
        width: 100%;
    }



.subscribe-style4__content-box {
    position: relative;
    display: block;
    max-width: 670px;
    width: 100%;
    padding-top: 50px;
    padding-left: 100px;
}

    .subscribe-style4__content-box .title-box {
        position: relative;
        display: block;
        margin-top: -13px;
    }

        .subscribe-style4__content-box .title-box h2 {
            font-size: 60px;
            line-height: 1.2em;
            font-weight: 300;
            text-transform: capitalize;
        }

            .subscribe-style4__content-box .title-box h2 span {
                position: relative;
                display: inline-block;
                z-index: 1;
            }

                .subscribe-style4__content-box .title-box h2 span:before {
                    content: "";
                    position: absolute;
                    left: 4px;
                    bottom: 15px;
                    right: 4px;
                    height: 22px;
                    background: #e9e9e9;
                    z-index: -1;
                }

    .subscribe-style4__content-box .text {
        position: relative;
        display: block;
        padding: 28px 0 62px;
    }

        .subscribe-style4__content-box .text p {
            font-size: 16px;
            letter-spacing: 0.12em;
            margin: 0;
        }


.subscribe-box-style4 {
    position: relative;
    display: block;
}

.subscribe-form-style4 {
    position: relative;
    display: block;
    width: 100%;
}

    .subscribe-form-style4 input[type="email"] {
        position: relative;
        display: block;
        padding-left: 29px;
        padding-right: 150px;
        width: 100%;
        height: 60px;
        background: #f7f7f7;
        border: 1px solid #ededed;
        color: var(--thm-black);
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        border-radius: 0px;
        transition: all 500ms ease;
    }

    .subscribe-form-style4 input::-webkit-input-placeholder {
        color: #777777;
    }

    .subscribe-form-style4 input:-moz-placeholder {
        color: #777777;
    }

    .subscribe-form-style4 input::-moz-placeholder {
        color: #777777;
    }

    .subscribe-form-style4 input:-ms-input-placeholder {
        color: #777777;
    }

    .subscribe-form-style4 button {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        width: 140px;
        line-height: 60px;
        padding-left: 30px;
        padding-right: 30px;
        border-radius: 0;
    }

        .subscribe-form-style4 button.btn-one:hover {
            color: var(--thm-black);
        }

        .subscribe-form-style4 button.btn-one .bg.bg--black {
            background-image: none;
            background-color: #2c2c2c;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            border-radius: 0;
        }

        .subscribe-form-style4 button.btn-one.style2:before {
            background-image: none;
            background-color: #0f62fe;
            border-radius: 0;
        }

.subscribe-box-style4 .form-message {
    font-size: 14px;
    margin-top: 22px;
    letter-spacing: 0.12em;
}

    .subscribe-box-style4 .form-message span {
        color: #ff0000;
    }



/*** 
=============================================
    Choose Style1 Area Css
=============================================
***/
.choose-style1-area {
    position: relative;
    display: block;
}

.choose-style1__image-box {
    position: relative;
    display: block;
    padding-right: 100px;
}

    .choose-style1__image-box .text-outer {
        position: absolute;
        top: 0px;
        right: -10px;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        color: rgba(var(--thm-black-rgb), .20);
        font-size: 13.3px;
        font-weight: 700;
        letter-spacing: 1.755em;
        text-transform: uppercase;
        transform: rotate(0deg) translateX(0%);
        width: max-content;
    }


.video-gallery-style1 {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.video-gallery-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #e5e5e4;
    background-blend-mode: multiply;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.video-gallery-style1:hover .video-gallery-style1__bg {
    opacity: 0.70;
}

.video-gallery-style1 .overlay-text {
    position: absolute;
    top: 10px;
    left: 10px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transform: rotate(-180deg) translateX(0%);
    border: 2px solid #ffffff;
    padding: 19px 11px;
}

.video-gallery-style1 .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -70px;
    width: 140px;
    height: 140px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 2;
}

    .video-gallery-style1 .icon .border-box {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50%;
        background-image: red;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
    }

        .video-gallery-style1 .icon .border-box:before {
            content: "";
            position: absolute;
            top: 3px;
            left: 0;
            bottom: 3px;
            right: 3px;
            /* background: #0f62fe; */
            border-top-right-radius: 100px;
            border-bottom-right-radius: 100px;
        }

    .video-gallery-style1 .icon:before {
        position: absolute;
        content: '';
        top: -5px;
        left: -5px;
        bottom: -5px;
        right: -5px;
        border: 1px solid #0f62fe;
        border-radius: 50%;
        z-index: -1;
    }

    .video-gallery-style1 .icon:before {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 10, 20, .20);
        box-shadow: 0 0 0 0 rgba(0, 10, 20, .30);
        -webkit-animation: ripple 3s infinite;
        animation: ripple 3s infinite
    }

    .video-gallery-style1 .icon:after {
        position: absolute;
        content: '';
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        border: 1px solid #0f62fe;
        border-radius: 50%;
        z-index: -1;
        -webkit-box-shadow: 0 0 0 0 rgba(0, 10, 20, .70);
        box-shadow: 0 0 0 0 rgba(0, 10, 20, .70);
        -webkit-animation: ripple 6s infinite;
        animation: ripple 6s infinite
    }

    .video-gallery-style1 .icon .video-popup {
        position: relative;
        display: block;
        color: #0f62fe;
        font-size: 30px;
        line-height: 115px;
        text-align: center;
    }

        .video-gallery-style1 .icon .video-popup span::before {
            position: relative;
            top: 2px;
            color: var(--thm-gradient);
        }




.choose-style1__content-box {
    position: relative;
    display: block;
    padding-top: 0px;
}

    .choose-style1__content-box .sec-title {
        margin-top: -65px;
        padding-bottom: 20px;
    }

    .choose-style1__content-box .top-text {
        position: relative;
        display: block;
        padding-left: 30px;
        padding-bottom: 0px;
    }

        .choose-style1__content-box .top-text::before {
            content: "";
            position: absolute;
            top: 4px;
            left: 0;
            bottom: 4px;
            width: 10px;
            background-image: var(--thm-gradient);
        }

        .choose-style1__content-box .top-text h3 {
            color: var(--thm-gray);
            font-size: 24px;
            line-height: 34px;
            font-weight: 300;
            margin-left: -30px;
        }

    .choose-style1__content-box .inner-box {
        position: relative;
        display: block;
        margin-top: 0px;
    }



.choose-style1__single-box {
    position: relative;
    display: block;
    /* padding-left: 70px; */
    margin-top: 70px;
}


    .choose-style1__single-box .icon-box {
        /* position: absolute;
        top: -42px;
        left: 13px;
        margin-left: -14px;
        margin-bottom: 10px; */
    }


        .choose-style1__single-box .icon-box span:before {
            position: relative;
            display: inline-block;
            color: var(--thm-black);
            font-size: 35px;
            line-height: 55px;
            left: 13px;
            top: -3px;
            color: #0f62fe;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }


.fa-fa-wrench-2 {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.choose-style1__single-box:hover .icon-box span:before {
    opacity: 0.80;
    transform: scale(0.8) translateY(-6px);
}



.choose-style1__single-box .text-box {
    position: relative;
    display: block;
}

    .choose-style1__single-box .text-box h3 {
        font-size: 18px;
        line-height: 28px;
        font-weight: 300;
        padding-left: 0px;
    }

        .choose-style1__single-box .text-box h3 span {
            color: #0e0e0e;
        }

.primary-clr {
    color: #0f62fe
}

.secondry-clr {
    color: #FE0000
}

.choose-style1__single-box .text-box .inner-text {
    position: relative;
    display: block;
    padding-left: 0px;
    margin-top: 8px;
    margin-bottom: 0px;
}


    .choose-style1__single-box .text-box .inner-text .dotted {
        position: absolute;
        top: 11px;
        left: 0;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: var(--thm-gradient);
    }

    .choose-style1__single-box .text-box .inner-text .text {
        position: relative;
        display: block;
    }

        .choose-style1__single-box .text-box .inner-text .text p {
            font-size: 16px;
            line-height: 25px;
            margin: 0;
            color: #01003e;
        }



/*** 
=============================================
    Choose Style2 Css
=============================================
***/
.choose-style2 {
    margin-top: 183px;
}

    .choose-style2 .video-gallery-style1 .icon {
        background-color: #ffffff;
    }

        .choose-style2 .video-gallery-style1 .icon:after {
            background-color: #ffffff;
            z-index: 2;
        }

        .choose-style2 .video-gallery-style1 .icon .border-box {
            background-image: none;
            background-color: var(--thm-black);
            z-index: 5;
        }

        .choose-style2 .video-gallery-style1 .icon .video-popup {
            color: var(--thm-black);
            z-index: 5;
        }


    .choose-style2 .choose-style1__content-box .top-text::before {
        background: #0f62fe;
    }

    .choose-style2 .choose-style1__single-box .text-box .inner-text .dotted {
        background: #0f62fe;
    }



/*** 
=============================================
    Choose Style3 Area Css
=============================================
***/
.choose-style3-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 10;
}


.choose-style1__image-box--instyle3 {
    position: relative;
    display: block;
}

    .choose-style1__image-box--instyle3 .video-gallery-style1 .icon {
        background: #0f62fe;
    }

        .choose-style1__image-box--instyle3 .video-gallery-style1 .icon:before {
            background: #0f62fe;
            z-index: 2;
        }

        .choose-style1__image-box--instyle3 .video-gallery-style1 .icon .border-box {
            display: none;
        }

        .choose-style1__image-box--instyle3 .video-gallery-style1 .icon .video-popup span::before {
            color: #ffffff;
            z-index: 5;
        }


.choose-style1__content-box--instyle3 {
    position: relative;
    display: block;
}

    .choose-style1__content-box--instyle3 .sec-title {
        padding-bottom: 32px;
    }

        .choose-style1__content-box--instyle3 .sec-title h2 {
            font-weight: 300;
        }

    .choose-style1__content-box--instyle3 .top-text {
        padding-left: 0px;
    }

        .choose-style1__content-box--instyle3 .top-text::before {
            display: none;
        }

        .choose-style1__content-box--instyle3 .top-text h3 {
            color: #0f62fe;
        }

    .choose-style1__content-box--instyle3 .choose-style1__single-box .text-box h3 {
        font-weight: 400;
    }



/*** 
=============================================
    Choose Style4 Area Css
=============================================
***/
.choose-style4-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 106px;
    z-index: 10;
}

    .choose-style4-area.pdtop0 {
        padding-top: 0;
    }

.choose-style4__image-box {
    position: relative;
    display: block;
    min-height: 530px;
}

    .choose-style4__image-box ul {
        position: relative;
        display: block;
        overflow: hidden;
        margin-left: -20px;
        margin-right: -20px;
    }

        .choose-style4__image-box ul li {
            position: relative;
            display: block;
            float: left;
            padding: 0 20px;
        }

            .choose-style4__image-box ul li.box1 {
                width: 310px;
            }

            .choose-style4__image-box ul li.box2 {
                width: 240px;
            }

            .choose-style4__image-box ul li.box1 {
                width: 270px;
            }


/** Choose Style4 Image1 **/
.choose-style4-image1 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 270px;
    background-color: #0f62fe;
    z-index: 2;
}

    .choose-style4-image1::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border: 10px solid #fff;
        border-left: none;
        border-top: none;
    }

    .choose-style4-image1 img {
        width: 100%;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }


/** Choose Style4 Image2 **/
.choose-style4-image2 {
    position: relative;
    display: block;
    max-width: 170px;
    width: 100%;
    overflow: hidden;
    float: right;
}

    .choose-style4-image2 img {
        width: 100%;
    }


/** Choose Style4 Image3 **/
.choose-style4-image3 {
    position: relative;
    display: block;
    max-width: 170px;
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

    .choose-style4-image3 img {
        width: 100%;
    }


/** Choose Style4 Image4 **/
.choose-style4-image4 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 270px;
    overflow: hidden;
    background-color: #0f62fe;
    z-index: 1;
}

    .choose-style4-image4 img {
        width: 100%;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

    .choose-style4-image4:hover img {
        opacity: 0.20;
    }


.choose-style4__content-box {
    position: relative;
    display: block;
    padding-left: 100px;
}

.choose-style4-single-box {
    position: relative;
    display: block;
    margin-bottom: 70px;
}

    .choose-style4-single-box h3 {
        font-size: 18px;
        line-height: 20px;
        font-weight: 600;
        margin: 0 0 8px;
    }

        .choose-style4-single-box h3 a {
            color: var(--thm-black);
        }

    .choose-style4-single-box p {
        margin: 0;
    }



/*** 
=============================================
    Slogan area style
=============================================
***/
.slogan-area {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.slogan-area__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -1;
}


.slogan-image-box {
    position: relative;
    display: block;
    min-height: 702px;
}

    .slogan-image-box .shape1 {
        position: absolute;
        top: -30px;
        left: -300px;
        bottom: -100px;
        right: -100px;
    }

        .slogan-image-box .shape1 img {
            opacity: 0.10;
        }


    .slogan-image-box .main {
        position: absolute;
        top: 35px;
        left: -330px;
        bottom: 0;
    }

        .slogan-image-box .main img {
            max-width: none;
            float: left;
            -webkit-animation: animation1 5s ease-in infinite;
            animation: animation1 5s ease-in infinite;
        }

.slogan-area .inner-content {
    position: relative;
    display: block;
    padding: 116px 0 130px;
}

.slogan-area .title {
    position: relative;
    display: block;
    margin: 0 0 52px;
}

    .slogan-area .title h2 {
        color: #ffffff;
        font-size: 72px;
        line-height: 1.2em;
        font-weight: 700;
    }

        .slogan-area .title h2 span {
            font-weight: 300;
        }

.slogan-area .button {
    position: relative;
    display: block;
    line-height: 0;
}

    .slogan-area .button a {
        margin-right: 16px;
    }



/*** 
=============================================
    Slogan Style2 Area Css
=============================================
***/
.slogan-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 10;
}

    .slogan-style2-area .auto-container {
        position: relative;
        max-width: 1720px;
        padding: 0;
    }

.slogan-style2__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slogan-style2__content {
    position: relative;
    display: block;
    padding: 95px 0 100px;
}

    .slogan-style2__content h2 {
        color: #ffffff;
        font-size: 82px;
        line-height: 1em;
        font-weight: 700;
        font-style: italic;
        animation: pulse3 3s ease infinite alternate, nudge 5s linear infinite alternate;
    }

.slogan-style2-btn {
    position: relative;
    display: block;
    line-height: 0;
    margin-top: 55px;
}



/*** 
=============================================
    Slogan Style2 In Style3 Area Css
=============================================
***/
.slogan-style2--instyle3-area {
}

    .slogan-style2--instyle3-area .auto-container {
        max-width: 100%;
    }







/*** 
=============================================
    Slogan Style4 Area
=============================================
***/
.slogan-style4-area {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 10;
}

    .slogan-style4-area .auto-container {
        max-width: 1920px;
        padding: 0 20px;
    }

.slogan-style4__content {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 150px 0 150px;
    border-radius: 10px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: 2;
}

    /***
.slogan-style4__content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background:#0f62fe;
    clip-path: polygon(70% 0, 100% 30%, 0 100%, 0 0);
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 15%);
    z-index: -1;
}
**/

    .slogan-style4__content .shape-bg {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        max-width: 1070px;
        width: 100%;
        background-color: #0f62fe;
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
        -webkit-clip-path: polygon(0 0, 70% 0, 100% 50%, 0 100%);
        clip-path: polygon(0 0, 70% 0, 100% 50%, 0 100%);
        z-index: -1;
    }

    .slogan-style4__content .shape-bg-2 {
        position: absolute;
        top: 0px;
        left: 0;
        bottom: 50px;
        max-width: 1100px;
        width: 100%;
        background-color: #cb1906;
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
        -webkit-clip-path: polygon(0 0, 75% 0, 100% 45%, 0 100%);
        clip-path: polygon(0 0, 75% 0, 100% 45%, 0 100%);
        z-index: -2;
    }

    .slogan-style4__content .content-box {
        position: relative;
        display: block;
        padding-left: 190px;
    }

        .slogan-style4__content .content-box .big-title {
            position: relative;
            display: block;
            color: #ffffff;
            font-size: 72px;
            line-height: 70px;
            font-weight: 300;
            text-transform: uppercase;
        }

        .slogan-style4__content .content-box h3 {
            color: var(--thm-black);
            font-size: 24px;
            line-height: 30px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.48em;
            margin: 14px 0 23px;
        }

            .slogan-style4__content .content-box h3 span {
                color: #ffffff;
            }

        .slogan-style4__content .content-box h2 {
            color: var(--thm-black);
            font-size: 54px;
            line-height: 60px;
            font-weight: 700;
            text-transform: uppercase;
        }

            .slogan-style4__content .content-box h2 span {
                color: #ffffff;
                position: relative;
                display: inline-block;
                padding-left: 10px;
            }

            .slogan-style4__content .content-box h2 .small-text {
                position: relative;
                display: inline-block;
                font-size: 16px;
                line-height: 20px;
                top: -27px;
                left: -10px;
                padding-left: 0px;
            }



/*** 
=============================================
    Slogan Style5 Area
=============================================
***/
.slogan-style5-area {
    position: relative;
    display: block;
    padding: 141px 0px 150px;
    z-index: 10;
}

    .slogan-style5-area.pdtopbtm {
        padding: 111px 0px 120px;
    }

    .slogan-style5-area::before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(var(--thm-base-rgb), 0.8);
        z-index: -1;
        content: "";
    }


    .slogan-style5-area.black-bg {
    }

        .slogan-style5-area.black-bg::before {
            background: rgba(var(--thm-black-rgb), 0.8);
        }


.slogan-style5__inner {
    position: relative;
    display: block;
}

    .slogan-style5__inner h3 {
        color: #ffffff;
        font-size: 24px;
        line-height: 34px;
        font-weight: 400;
        text-transform: capitalize;
        letter-spacing: 0.22em;
        margin-bottom: 57px;
    }

    .slogan-style5__inner h2 {
        color: #ffffff;
        font-size: 82px;
        line-height: 1.2em;
        font-weight: 300;
        text-transform: capitalize;
    }

.slogan-style5__btn {
    position: relative;
    display: block;
    margin-top: 54px;
    line-height: 0;
}

    .slogan-style5__btn .btn-one {
        padding-left: 35px;
        padding-right: 40px;
    }

        .slogan-style5__btn .btn-one .border-box.thm-base {
            background-image: none;
            background-color: rgba(255, 255, 255, 0.0);
        }

        .slogan-style5__btn .btn-one .bg.bg--base {
            background-image: none;
            background-color: rgba(255, 255, 255, 0.20);
        }




.slogan-style5__inner--style6 {
}

    .slogan-style5__inner--style6 h3 {
        color: var(--thm-black);
        margin-bottom: 26px;
    }

    .slogan-style5__inner--style6 h2 {
        color: var(--thm-black);
    }

    .slogan-style5__inner--style6 .slogan-style5__btn {
        position: relative;
        display: block;
        margin-top: 54px;
        line-height: 0;
    }

        .slogan-style5__inner--style6 .slogan-style5__btn .btn-one {
            color: #fff;
            padding-left: 35px;
            padding-right: 40px;
        }

            .slogan-style5__inner--style6 .slogan-style5__btn .btn-one.thm-base:before {
                display: none;
            }

            .slogan-style5__inner--style6 .slogan-style5__btn .btn-one .border-box.thm-base {
                background-image: none;
                background-color: var(--thm-black);
            }

            .slogan-style5__inner--style6 .slogan-style5__btn .btn-one .bg.bg--base {
                background-image: none;
                background-color: var(--thm-black);
            }


            .slogan-style5__inner--style6 .slogan-style5__btn .btn-one.style2 .arrow {
                color: #fff;
            }

                .slogan-style5__inner--style6 .slogan-style5__btn .btn-one.style2 .arrow:after {
                    background: #0f62fe;
                }



/*** 
=============================================
    Features Style1 Area Css
=============================================
***/
.features-style1-area {
    position: relative;
    display: block;
    background: #f5f6f7;
    padding: 120px 0 0px;
    z-index: 10;
}

    .features-style1-area.bg-white {
        background: #ffffff;
    }

    .features-style1-area.pdtop0 {
        padding-top: 0;
    }

    .features-style1-area.pdb120 {
        padding-bottom: 120px;
    }

.features-style1__content-box {
    position: relative;
    display: block;
    border-top: 1px solid #dce0e3;
}

.features-style1__title {
    position: relative;
    display: block;
    max-width: 270px;
    padding-top: 70px;
}

    .features-style1__title .sec-title {
        padding-bottom: 11px;
    }

    .features-style1__title .inner-content {
        position: relative;
        display: block;
    }

        .features-style1__title .inner-content .text {
            position: relative;
            display: block;
            padding-bottom: 61px;
        }

            .features-style1__title .inner-content .text p {
                margin: 0;
            }

        .features-style1__title .inner-content .button {
            position: relative;
            display: block;
            line-height: 0;
        }



.features-items-box {
    position: relative;
    display: block;
    padding-top: 70px;
}

    .features-items-box ul {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .features-items-box ul li {
            position: relative;
            display: block;
            margin-bottom: 54px;
        }

            .features-items-box ul li:last-child {
                margin-bottom: 0;
            }

.single-features-box {
    position: relative;
    display: block;
    padding-left: 90px;
}

    .single-features-box .icon {
        position: absolute;
        top: 7px;
        left: 0;
    }

        .single-features-box .icon span:before {
            position: relative;
            display: inline-block;
            color: var(--thm-black);
            font-size: 60px;
            line-height: 60px;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

    .single-features-box:hover .icon span:before {
        opacity: 0.50;
        transform: scale(0.8) translateY(-7px);
    }

    .single-features-box .text {
        position: relative;
        display: block;
    }

        .single-features-box .text h3 {
            font-size: 24px;
            line-height: 34px;
            font-weight: 300;
            margin: 0 0 3px;
        }

            .single-features-box .text h3 span {
                font-weight: 700;
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

    .single-features-box:hover .text h3 span {
        color: #0f62fe;
    }

    .single-features-box .text p {
        margin: 0;
    }



.features-style1__image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #cccdcb;
    background-blend-mode: luminosity;
}

    .features-style1__image-box img {
        width: 100%;
        mix-blend-mode: luminosity;
        transition: transform 7000ms ease, opacity 500ms ease-in;
    }

    .features-style1__image-box:hover img {
        mix-blend-mode: normal;
        background-color: transparent;
        transform: scale(1.1) rotate(2deg);
    }



/*** 
=============================================
    Features Style2 Area Css
=============================================
***/
.features-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 70px;
    z-index: 10;
}


.single-features-style2 {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 43px;
}

    .single-features-style2 .round-box {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #0f62fe;
        opacity: 0.30;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

    .single-features-style2:hover .round-box {
        opacity: 1.0;
    }

    .single-features-style2 .round-box:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 1.0;
        content: "";
        background-color: #0f62fe;
        border-radius: 50%;
        z-index: 1;
        transform: scale(0.0);
        transform-origin: center;
        transform-style: preserve-3d;
        transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    }

    .single-features-style2:hover .round-box:before {
        transform: scale(1.0);
    }

    .single-features-style2 .icon {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 140px;
        height: 140px;
        margin: 0 auto;
        border-radius: 35px;
        background-color: #ffffff;
        box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.06);
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

    .single-features-style2:hover .icon {
        border-radius: 0;
        -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.07);
        box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.07);
    }

    .single-features-style2 .icon img {
        position: relative;
        display: inline-block;
        width: auto;
        transition: all 500ms ease;
    }

    .single-features-style2:hover .icon img {
        transform: scale(0.8);
    }

    .single-features-style2 .inner-title {
        position: relative;
        display: block;
        padding-top: 25px;
    }

        .single-features-style2 .inner-title h3 {
            font-size: 24px;
            line-height: 28px;
            font-weight: 700;
            font-style: italic;
        }



.single-features-style2--instyle3 {
}

    .single-features-style2--instyle3 .inner-title h3 {
        font-style: normal;
        margin: 0 0 17px;
    }

        .single-features-style2--instyle3 .inner-title h3 span {
            font-weight: 300;
        }

    .single-features-style2--instyle3 .inner-title p {
        font-size: 16px;
        margin: 0;
    }





/*** 
=============================================
    Appointment Style1 Area Css
=============================================
***/
.appointment-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 120px;
}

.appointment-form-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 100px 120px;
    z-index: 1;
}

    .appointment-form-box .bg-white {
        position: absolute;
        top: 10px;
        left: 10px;
        bottom: 10px;
        right: 10px;
        background: #ffffff;
        z-index: 1;
    }

    .appointment-form-box .border-box {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: -moz-linear-gradient(0deg, #0f62fe0%, #0f62fe40%, #0f62fe100%);
        background-image: -webkit-linear-gradient(0deg, #0f62fe0%, #0f62fe40%, #0f62fe100%);
        background-image: -ms-linear-gradient(0deg, #0f62fe0%, #0f62fe40%, #0f62fe100%);
        z-index: -1;
    }

    .appointment-form-box .sec-title-style2 {
        position: relative;
        display: block;
        z-index: 1;
    }


.appointment-form-box__inner {
    position: relative;
    display: block;
    z-index: 2;
}

    .appointment-form-box__inner .form-group {
        position: relative;
        display: block;
        padding-left: 100px;
        margin-bottom: 30px;
    }

        .appointment-form-box__inner .form-group.form-group--select-box {
            min-height: 40px;
        }

    .appointment-form-box__inner .label {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100px;
    }

        .appointment-form-box__inner .label label {
            position: relative;
            display: block;
            color: #777777;
            font-size: 14px;
            font-weight: 600;
            line-height: 40px;
            margin: 0;
        }

            .appointment-form-box__inner .label label span {
                color: #dc2200;
            }


    .appointment-form-box__inner form input[type="text"],
    .appointment-form-box__inner form input[type="email"],
    .appointment-form-box__inner form input[type="tel"],
    .appointment-form-box__inner form textarea {
        position: relative;
        display: block;
        background: #ffffff;
        width: 100%;
        height: 40px;
        border: 1px solid #edeef2;
        color: var(--thm-gray);
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 0px;
        transition: all 500ms ease;
    }

        .appointment-form-box__inner form input[type="text"]:focus {
            border-color: #0f62fe;
        }

        .appointment-form-box__inner form input[type="email"]:focus {
            border-color: #0f62fe;
        }

        .appointment-form-box__inner form input[type="tel"]:focus {
            border-color: #0f62fe;
        }

    .appointment-form-box__inner form textarea {
        height: 115px;
        padding-top: 12px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
    }

        .appointment-form-box__inner form textarea:focus {
            border-color: #0f62fe;
        }


    .appointment-form-box__inner form input[type="text"]::-webkit-input-placeholder {
        color: #777777;
    }

    .appointment-form-box__inner form input[type="text"]:-moz-placeholder {
        color: #777777;
    }

    .appointment-form-box__inner form input[type="text"]::-moz-placeholder {
        color: #777777;
    }

    .appointment-form-box__inner form input[type="text"]:-ms-input-placeholder {
        color: #777777;
    }

    .appointment-form-box__inner form input[type="email"]::-webkit-input-placeholder {
        color: #777777;
    }

    .appointment-form-box__inner form input[type="email"]:-moz-placeholder {
        color: #777777;
    }

    .appointment-form-box__inner form input[type="email"]::-moz-placeholder {
        color: #777777;
    }

    .appointment-form-box__inner form input[type="email"]:-ms-input-placeholder {
        color: #777777;
    }


    .appointment-form-box__inner form input[type="tel"]::-webkit-input-placeholder {
        color: #777777;
    }

    .appointment-form-box__inner form input[type="tel"]:-moz-placeholder {
        color: #777777;
    }

    .appointment-form-box__inner form input[type="tel"]::-moz-placeholder {
        color: #777777;
    }

    .appointment-form-box__inner form input[type="tel"]:-ms-input-placeholder {
        color: #777777;
    }


    .appointment-form-box__inner form textarea::-webkit-input-placeholder {
        color: #777777;
    }

    .appointment-form-box__inner form textarea:-moz-placeholder {
        color: #777777;
    }

    .appointment-form-box__inner form textarea::-moz-placeholder {
        color: #777777;
    }

    .appointment-form-box__inner form textarea:-ms-input-placeholder {
        color: #777777;
    }


    .appointment-form-box__inner .form-group.style2 {
        padding-left: 200px;
    }

        .appointment-form-box__inner .form-group.style2 .label {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 200px;
        }

            .appointment-form-box__inner .form-group.style2 .label label {
                font-size: 14px;
                line-height: 24px;
            }

    .appointment-form-box__inner .button-box {
        position: relative;
        display: block;
        padding-top: 30px;
    }



/*** 
=============================================
  Case Study Style1 Area
=============================================
***/
.case-study-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 90px;
    z-index: 10;
}

.case-study-style1__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

    .case-study-style1__single .img-holder {
        position: relative;
        display: block;
    }

        .case-study-style1__single .img-holder .inner {
            position: relative;
            display: block;
            overflow: hidden;
            background: #d6d6d6;
            background-blend-mode: luminosity;
            z-index: 1;
        }

            .case-study-style1__single .img-holder .inner:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                border-radius: 0px;
                opacity: 0.80;
                background-image: -moz-linear-gradient(0deg, #0f62fe0%, #0f62fe40%, #0f62fe100%);
                background-image: -webkit-linear-gradient(0deg, #0f62fe0%, #0f62fe40%, #0f62fe100%);
                background-image: -ms-linear-gradient(0deg, #0f62fe0%, #0f62fe40%, #0f62fe100%);
                z-index: 2;
                transform: scale(0.0);
                transform-origin: center;
                transform-style: preserve-3d;
                transition: all 500ms ease 100ms;
            }

    .case-study-style1__single:hover .img-holder .inner:before {
        transform: scale(1.0);
    }

    .case-study-style1__single .img-holder .inner img {
        width: 100%;
        transform: scale(1.0);
        transition: all 700ms ease;
        filter: grayscale(.7) opacity(1.0);
    }

    .case-study-style1__single:hover .img-holder .inner img {
        transform: scale(1.2);
    }



    .case-study-style1__single .title-holder {
        position: relative;
        display: block;
        padding-top: 24px;
    }

        .case-study-style1__single .title-holder h3 {
            font-size: 18px;
            line-height: 28px;
            margin-bottom: 4px;
        }

            .case-study-style1__single .title-holder h3 a {
                color: var(--thm-black);
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

                .case-study-style1__single .title-holder h3 a:hover {
                    color: #0f62fe;
                }

                .case-study-style1__single .title-holder h3 a span {
                    font-weight: 400;
                }

        .case-study-style1__single .title-holder h6 {
            color: #0f62fe;
            font-size: 16px;
            line-height: 26px;
            font-weight: 700;
            text-transform: capitalize;
            font-style: italic;
            margin-bottom: 13px;
        }

        .case-study-style1__single .title-holder p {
            margin: 0;
        }



.case-study-style1__single-btn {
    position: relative;
    display: block;
    line-height: 0;
    margin-top: 38px;
}

    .case-study-style1__single-btn a {
        color: var(--thm-black);
        opacity: 0.4;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

.case-study-style1__single:hover .case-study-style1__single-btn a {
    opacity: 1;
}

.case-study-style1__single-btn a.btn-two span:after {
    background-image: var(--thm-gradient-2);
}



/*** 
=============================================
  Video Gallery Style1 Area
=============================================
***/
.video-gallery-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 10;
}

.video-gallery-style1-area__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}


.video-gallery-style1-inner {
    position: relative;
    display: block;
    padding: 148px 0 160px;
}

    .video-gallery-style1-inner .title {
        position: relative;
        display: block;
        margin-bottom: 46px;
    }

        .video-gallery-style1-inner .title h2 {
            color: #ffffff;
            font-size: 142px;
            line-height: 1.0em;
            font-weight: 700;
            font-style: italic;
        }


    .video-gallery-style1-inner .icon {
        position: relative;
        display: block;
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }

        .video-gallery-style1-inner .icon:before {
            position: absolute;
            content: '';
            top: 0px;
            left: 0px;
            bottom: 0px;
            right: 0px;
            border-radius: 50%;
            background: rgba(54, 124, 232, 0.0);
            z-index: -1;
        }

        .video-gallery-style1-inner .icon:before {
            -webkit-box-shadow: 0 0 0 0 rgba(54, 124, 232, .09);
            box-shadow: 0 0 0 0 rgba(54, 124, 232, .09);
            -webkit-animation: ripple 1s infinite;
            animation: ripple 3s infinite
        }

        .video-gallery-style1-inner .icon .video-popup {
            position: relative;
            display: inline-block;
            color: var(--thm-black);
            font-size: 60px;
            width: 200px;
            height: 200px;
            line-height: 200px;
            border-radius: 50%;
            background: #ffffff;
            text-align: center;
        }

            .video-gallery-style1-inner .icon .video-popup span {
                position: relative;
                display: inline-block;
                line-height: 65px;
                top: 7px;
            }

                .video-gallery-style1-inner .icon .video-popup span::before {
                }




/*** 
=============================================
    Google Map Style1 Area Css
=============================================
***/
.google-map-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 10;
}

    .google-map-style1-area .auto-container {
        max-width: 100%;
        padding: 0;
    }

.home1-page-map-outer {
    position: relative;
    display: block;
    z-index: 10;
}

    .home1-page-map-outer .map-canvas {
        position: relative;
        width: 100%;
        height: 600px;
    }


.contact-form-box-1 {
    position: absolute;
    top: 60px;
    left: 0;
    bottom: 60px;
    right: 0;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 10;
}

    .contact-form-box-1 .appointment-form-box__inner {
        position: relative;
        display: block;
        background: #ffffff;
        max-width: 770px;
        width: 100%;
        padding: 70px 50px 40px;
        box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }


.contact-form-box-1__inner {
    position: relative;
    display: block;
}

    .contact-form-box-1__inner .sec-title-style2 {
        margin-top: -11px;
        padding-bottom: 38px;
    }

    .contact-form-box-1__inner .form-group.style2 {
        padding-left: 100px;
    }

        .contact-form-box-1__inner .form-group.style2 .label {
            width: 100px;
        }

    .contact-form-box-1__inner .button-box {
        padding-top: 55px;
    }



/*** 
=============================================
    Awards Area Css
=============================================
***/
.awards-area {
    position: relative;
    display: block;
    background: #ffffff;
}

.awards__content-box {
    position: relative;
    display: block;
}

    .awards__content-box .sec-title-style2.style2instyle3 {
        margin-top: -7px;
        padding-bottom: 31px;
    }

        .awards__content-box .sec-title-style2.style2instyle3 h3 {
            font-size: 18px;
            line-height: 28px;
            font-weight: 700;
            font-style: italic;
            letter-spacing: 0.22em;
            margin: 0 0 13px;
        }

    .awards__content-box .text {
        position: relative;
        display: block;
        max-width: 570px;
        padding-bottom: 39px;
    }

        .awards__content-box .text p {
            margin: 0;
        }

    .awards__content-box .image-box {
        position: relative;
        display: block;
        max-width: 740px;
        padding-right: 70px;
    }

        .awards__content-box .image-box .inner {
            position: relative;
            display: block;
            overflow: hidden;
        }

            .awards__content-box .image-box .inner img {
                width: 100%;
            }

        .awards__content-box .image-box .icon {
            position: absolute;
            top: -70px;
            right: 0;
            width: 140px;
            height: 140px;
            border-radius: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .awards__content-box .image-box .icon .round-box {
                position: absolute;
                top: 15px;
                right: 15px;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                background: #ffffff;
                opacity: 0.40;
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

            .awards__content-box .image-box .icon img {
                position: relative;
                top: 15px;
                width: auto;
            }



.certificate-content-box {
    position: relative;
    display: block;
}

    .certificate-content-box .img-box {
        position: relative;
        display: block;
        overflow: hidden;
        border: 1px solid #f4f4f4;
        background: #fcfcfc;
    }

        .certificate-content-box .img-box img {
            width: 100%;
        }

    .certificate-content-box .text-box {
        position: relative;
        display: block;
        padding: 34px 0 34px;
    }

        .certificate-content-box .text-box p {
            margin: 0;
        }

    .certificate-content-box ul {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .certificate-content-box ul li {
            position: relative;
            display: flex;
            align-items: center;
            margin-bottom: 14px;
        }

            .certificate-content-box ul li:last-child {
                margin-bottom: 0;
            }

            .certificate-content-box ul li .dot-box {
                position: relative;
                display: block;
                width: 10px;
                height: 10px;
                border-radius: 50%;
            }

            .certificate-content-box ul li .inner-text {
                position: relative;
                display: block;
                padding-left: 15px;
            }

                .certificate-content-box ul li .inner-text p {
                    font-size: 18px;
                    margin: 0;
                }

                    .certificate-content-box ul li .inner-text p span {
                        color: #001b35;
                        font-weight: 700;
                        font-style: italic;
                    }



/*** 
=============================================
    Awards Style2 Area Css
=============================================
***/
.awards-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 112px;
}

    .awards-style2-area .awards__content-box .text {
        padding-bottom: 0;
    }

.awards-style2__img-box {
    position: relative;
    display: block;
}

    .awards-style2__img-box img {
        width: 100%;
    }

.single-certificate-content-box--style2 {
    margin-top: 60px;
}



/*** 
=============================================
    Working Process Area Css
=============================================
***/
.working-process-area {
    position: relative;
    display: block;
    padding: 105px 0 70px;
    z-index: 10;
}

.working-process-area__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #7a8289;
    filter: grayscale(.7) opacity(1.0);
    z-index: -1;
}

    .working-process-area__bg:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000a14;
        opacity: 0.60;
    }


.working-process-area .main-title {
    position: relative;
    display: block;
    padding-bottom: 87px;
}

    .working-process-area .main-title h2 {
        color: #ffffff;
        font-size: 72px;
        font-weight: 700;
        font-style: italic;
        animation: pulse3 3s ease infinite alternate, nudge 5s linear infinite alternate;
    }


.working-process-area .row {
    counter-reset: count;
}

.single-working-process-box {
    position: relative;
    display: block;
    padding-right: 60px;
    margin-bottom: 50px;
}


    .single-working-process-box .count {
        position: relative;
        display: block;
        height: 95px;
    }

        .single-working-process-box .count .shape1 {
            position: absolute;
            top: -40px;
            right: 15px;
        }

        .single-working-process-box .count:before {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            font-size: 132px;
            font-weight: 400;
            font-style: italic;
            counter-increment: count;
            content: "0"counter(count);
            transition: all 100ms linear;
            transition-delay: 0.1s;
            background: #0f62fe;
            background: -webkit-linear-gradient(to right, #0f62fe0%, #a4c10a 100%);
            background: -moz-linear-gradient(to right, #0f62fe0%, #a4c10a 100%);
            background: linear-gradient(to right, #0f62fe0%, #a4c10a 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }


    .single-working-process-box .text {
        position: relative;
        display: block;
        padding-top: 5px;
    }

        .single-working-process-box .text h2 {
            color: #ffffff;
            font-size: 18px;
            font-weight: 300;
            margin: 0 0 13px;
        }

            .single-working-process-box .text h2 span {
                font-weight: 700;
            }

        .single-working-process-box .text p {
            color: #ffffff;
            margin: 0;
        }


    .single-working-process-box .btn-box {
        position: relative;
        display: block;
        padding-top: 33px;
        line-height: 0;
    }

        .single-working-process-box .btn-box .btn-two {
            opacity: 0.70;
        }

            .single-working-process-box .btn-box .btn-two:hover {
                opacity: 1.0;
            }

            .single-working-process-box .btn-box .btn-two span {
            }

                .single-working-process-box .btn-box .btn-two span:before {
                    color: #ffffff;
                }

                .single-working-process-box .btn-box .btn-two span:after {
                    background-image: -moz-linear-gradient(0deg, #0f62fe0%, #0f62fe40%, #0f62fe100%);
                    background-image: -webkit-linear-gradient(0deg, #0f62fe0%, #0f62fe40%, #0f62fe100%);
                    background-image: -ms-linear-gradient(0deg, #0f62fe0%, #0f62fe40%, #0f62fe100%);
                }



/*** 
=============================================
    Working Process Style2 Area Css
=============================================
***/
.working-process-style2-area {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 10;
}

.working-process-style2-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.working-process-style2__box {
    position: relative;
    display: block;
}

    .working-process-style2__box .marker-box {
        position: absolute;
        top: 0;
        right: -270px;
        width: 270px;
        height: 270px;
    }

        .working-process-style2__box .marker-box .inner {
            position: absolute;
            top: -10px;
            left: -5px;
            display: inline-block;
        }

        .working-process-style2__box .marker-box .icon {
            position: absolute;
            top: -80px;
            right: -40px;
            color: #0f62fe;
            font-size: 70px;
        }

    .working-process-style2__box .shape {
        position: absolute;
        top: 50px;
        left: 170px;
        bottom: 0;
        right: 0;
    }

    .working-process-style2__box ul {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        counter-reset: count;
    }

.working-process-box-style2 {
    position: relative;
    display: block;
    width: 170px;
}

    .working-process-box-style2.margintop70 {
        top: 70px;
    }

    .working-process-box-style2 .icon-holder {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 170px;
        height: 170px;
        background: #ffffff;
        border-radius: 50%;
        box-shadow: 0px 6px 66.5px 3.5px rgba(0, 0, 0, 0.08);
    }

        .working-process-box-style2 .icon-holder span:before {
            position: relative;
            display: inline-block;
            color: var(--thm-black);
            font-size: 70px;
            line-height: 70px;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

    .working-process-box-style2:hover .icon-holder span:before {
        color: #0f62fe;
        transform: scale(1.1);
    }

    .working-process-box-style2 .icon-holder .counting {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        background: #0f62fe;
        border-radius: 50%;
    }

        .working-process-box-style2 .icon-holder .counting:before {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            color: #ffffff;
            font-size: 16px;
            line-height: 50px;
            font-weight: 400;
            text-align: center;
            counter-increment: count;
            content: "0"counter(count);
            transition: all 100ms linear;
            transition-delay: 0.1s;
        }

    .working-process-box-style2 .title-holder {
        position: relative;
        display: block;
        padding-top: 25px;
        text-align: center;
    }

        .working-process-box-style2 .title-holder h3 {
            color: var(--thm-black);
            font-size: 16px;
            line-height: 24px;
            font-weight: 700;
            text-transform: uppercase;
        }



.working-process-style3__box {
    position: relative;
    display: block;
    margin-top: 90px;
}

    .working-process-style3__box ul {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .working-process-style3__box .shape {
        position: absolute;
        top: 50px;
        left: 170px;
        bottom: 0;
        right: 0;
    }


.working-process-box-style2.box-style1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 220px;
}

    .working-process-box-style2.box-style1 .icon-holder span:before {
        color: #0f62fe;
    }

    .working-process-box-style2.box-style1 .title-holder h3 {
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        text-transform: none;
    }


.working-process-box-style2.box-style2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 220px;
}

    .working-process-box-style2.box-style2 .icon-holder {
        background-color: #0f62fe;
    }

        .working-process-box-style2.box-style2 .icon-holder span:before {
            color: #fff;
        }

    .working-process-box-style2.box-style2 .title-holder h3 {
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        text-transform: none;
    }


.working-process-box-style2.box-style3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 220px;
}

    .working-process-box-style2.box-style3 .icon-holder {
        background-color: #e3de57;
    }

        .working-process-box-style2.box-style3 .icon-holder span:before {
            color: var(--thm-black);
        }

    .working-process-box-style2.box-style3 .title-holder h3 {
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        text-transform: none;
    }


.working-process-box-style2.box-style4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 220px;
}

    .working-process-box-style2.box-style4 .icon-holder {
        background-color: #ffffff;
    }

        .working-process-box-style2.box-style4 .icon-holder span:before {
            color: var(--thm-black);
        }

    .working-process-box-style2.box-style4 .title-holder h3 {
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        text-transform: none;
    }



/*** 
=============================================
    History Area Css
=============================================
***/
.history-area {
    position: relative;
    display: block;
    padding: 105px 0 120px;
    z-index: 10;
}

.history-area__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #7a8289;
    filter: grayscale(0.0) opacity(1.0);
    z-index: -1;
}

    .history-area__bg:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #001b35;
        opacity: 0.30;
    }


.history-area .main-title {
    position: relative;
    display: block;
    padding-bottom: 50px;
}

    .history-area .main-title h2 {
        color: #ffffff;
        font-size: 72px;
        font-weight: 700;
        font-style: italic;
        animation: pulse3 3s ease infinite alternate, nudge 5s linear infinite alternate;
    }


.single-history-box {
    position: relative;
    display: block;
    padding-right: 60px;
}

    .single-history-box .year {
        position: relative;
        display: block;
        height: 95px;
        font-size: 132px;
        font-weight: 300;
        font-style: italic;
        transition: all 100ms linear;
        transition-delay: 0.1s;
        background: #0f62fe;
        background: -webkit-linear-gradient(to right, #0f62fe0%, #a4c10a 100%);
        background: -moz-linear-gradient(to right, #0f62fe0%, #a4c10a 100%);
        background: linear-gradient(to right, #0f62fe0%, #a4c10a 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

        .single-history-box .year .shape1 {
            position: absolute;
            top: -50px;
            right: -70px;
        }


    .single-history-box .text {
        position: relative;
        display: block;
        padding-top: 5px;
    }

        .single-history-box .text h2 {
            color: #ffffff;
            font-size: 32px;
            font-weight: 700;
            font-style: italic;
            margin: 0 0 13px;
        }


        .single-history-box .text p {
            color: #ffffff;
            margin: 0;
        }


    .single-history-box .btn-box {
        position: relative;
        display: block;
        padding-top: 33px;
        line-height: 0;
    }

        .single-history-box .btn-box .btn-two {
            opacity: 0.70;
        }

            .single-history-box .btn-box .btn-two:hover {
                opacity: 1.0;
            }

            .single-history-box .btn-box .btn-two span {
            }

                .single-history-box .btn-box .btn-two span:before {
                    color: #ffffff;
                }

                .single-history-box .btn-box .btn-two span:after {
                    background-image: -moz-linear-gradient(0deg, #0f62fe0%, #0f62fe40%, #0f62fe100%);
                    background-image: -webkit-linear-gradient(0deg, #0f62fe0%, #0f62fe40%, #0f62fe100%);
                    background-image: -ms-linear-gradient(0deg, #0f62fe0%, #0f62fe40%, #0f62fe100%);
                }


.history-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    display: none;
}

.history-carousel.owl-carousel .owl-stage-outer {
    padding: 50px 0 0px;
    overflow: visible;
}

.history-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    display: none;
}

.history-carousel.owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transform-origin: top;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
}

    .history-carousel.owl-carousel .owl-stage-outer .owl-item.active {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    }



/*** 
=============================================
    H7 Contact Form Area Css
=============================================
***/
.h7-contact-form-area {
    position: relative;
    display: block;
    z-index: 11;
}

    .h7-contact-form-area.pdb120 {
        padding-bottom: 120px;
    }

.h7-contact-form {
    position: relative;
    display: block;
    padding-top: 60px;
}

.contact-form-box-2 {
    position: relative;
    top: 0px;
    left: 0;
    bottom: 0px;
    right: 0;
    max-width: 100%;
    padding: 0;
    margin: 0;
    background: #f5f6f7;
    z-index: 10;
}

    .contact-form-box-2 .appointment-form-box__inner {
        position: relative;
        display: block;
        background: #f5f6f7;
        max-width: 100%;
        width: 100%;
        padding: 70px 50px 40px;
        box-shadow: none;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

        .contact-form-box-2 .appointment-form-box__inner:hover {
            box-shadow: none;
            transform: scale(1.0);
        }

        .contact-form-box-2 .appointment-form-box__inner .label.lineheight24 label {
            font-weight: 600;
            line-height: 24px;
        }

        .contact-form-box-2 .appointment-form-box__inner form input[type="text"],
        .contact-form-box-2 .appointment-form-box__inner form input[type="email"],
        .contact-form-box-2 .appointment-form-box__inner form input[type="tel"],
        .contact-form-box-2 .appointment-form-box__inner form textarea {
            background: #f5f6f7;
            border: 1px solid #e4e5ea;
        }

        .contact-form-box-2 .appointment-form-box__inner .button-box {
            padding-top: 55px;
        }

            .contact-form-box-2 .appointment-form-box__inner .button-box .btn-one {
                color: #ffffff;
            }

                .contact-form-box-2 .appointment-form-box__inner .button-box .btn-one .bg.bg--white {
                    background-color: #0f62fe;
                }

                .contact-form-box-2 .appointment-form-box__inner .button-box .btn-one .arrow:before {
                    color: var(--thm-black);
                }

                .contact-form-box-2 .appointment-form-box__inner .button-box .btn-one .arrow:after {
                    background-color: #ffffff;
                    background-image: none;
                }



.opening-hour-box {
    position: relative;
    display: block;
    background: #0f62fe;
    padding: 79px 50px 120px;
    margin-left: -30px;
}

    .opening-hour-box .top-tiltle {
        position: relative;
        display: block;
        padding-bottom: 32px;
    }

        .opening-hour-box .top-tiltle h2 {
            color: #ffffff;
            font-size: 48px;
            line-height: 50px;
            font-weight: 300;
        }

            .opening-hour-box .top-tiltle h2 span {
                font-weight: 700;
            }

    .opening-hour-box .text {
        position: relative;
        display: block;
        padding-bottom: 30px;
    }

        .opening-hour-box .text p {
            color: rgba(255, 255, 255, .7);
            font-size: 16px;
            line-height: 32px;
            margin: 0;
            text-decoration: underline;
        }

    .opening-hour-box ul {
        position: relative;
        display: block;
    }

        .opening-hour-box ul li {
            color: #ffffff;
            font-size: 24px;
            line-height: 40px;
            font-weight: 500;
            text-transform: uppercase;
        }

            .opening-hour-box ul li + li {
                margin-top: 31px;
            }

            .opening-hour-box ul li span {
                position: relative;
                display: inline-block;
                padding-left: 10px;
                font-weight: 300;
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

            .opening-hour-box ul li:hover span {
                color: var(--thm-black);
            }


    .opening-hour-box .shape {
        position: absolute;
        bottom: 40px;
        right: 40px;
        -webkit-animation-name: iliketomoveit;
        -webkit-animation-duration: 9s;
        -webkit-animation-iteration-count: infinite;
        animation-name: iliketomoveit;
        animation-duration: 9s;
        animation-iteration-count: infinite;
    }

        .opening-hour-box .shape img {
            opacity: 0.20;
        }



@-webkit-keyframes iliketomoveit {
    0% {
        left: 0px;
    }

    25% {
        left: 400px;
    }

    75% {
        left: 200px;
    }

    100% {
        left: 0px;
    }
}

@keyframes iliketomoveit {
    0% {
        left: 0px;
    }

    25% {
        left: 400px;
    }

    75% {
        left: 200px;
    }

    100% {
        left: 0px;
    }
}



/*** 
=============================================
    Shop Area Css
=============================================
***/

.shop-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 0px;
}

.single-shop-item {
    position: relative;
    display: block;
    background: #ffffff;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.single-shop-item_inner {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

    .single-shop-item_inner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border: 2px dashed #e5e5e5;
        border-radius: 10px;
        z-index: -1;
    }

.single-shop-item .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 2px 2px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 1;
}

    .single-shop-item .img-holder:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        background: rgba(var(--thm-base-rgb), .90);
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .7s;
        transition-property: all;
        opacity: 0;
        z-index: 1;
    }

.single-shop-item:hover .img-holder:before {
    opacity: 1.0;
}

.single-shop-item .img-holder img {
    width: 100%;
    filter: grayscale(0%);
    transition: all 500ms ease;
}

.single-shop-item:hover .img-holder img {
    transform: scale(1.05);
    filter: grayscale(20%);
    -webkit-filter: grayscale(20%);
    -moz-filter: grayscale(20%);
    -o-filter: grayscale(20%);
    -ms-filter: grayscale(20%);
}



.single-shop-item .img-holder .overlay {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    transform: rotate(90deg) translateY(-100px);
    transform-origin: bottom;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.single-shop-item:hover .img-holder .overlay {
    transform: rotate(0deg) translateY(0px);
}

.single-shop-item .img-holder .overlay ul {
    position: relative;
    display: block;
}

    .single-shop-item .img-holder .overlay ul li {
        position: relative;
        display: inline-block;
        margin: 0 3px;
    }

        .single-shop-item .img-holder .overlay ul li a {
            position: relative;
            display: block;
            width: 46px;
            height: 46px;
            color: #ffffff;
            font-size: 16px;
            line-height: 46px;
            background: var(--thm-black);
            border-radius: 50%;
            text-align: center;
            transform: scale(1.0);
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

            .single-shop-item .img-holder .overlay ul li a:hover {
                color: #0f62fe;
                background: #ffffff;
            }




.single-shop-item .title-holder {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 0 34px;
}

    .single-shop-item .title-holder h3 {
        font-size: 18px;
        font-weight: 300;
    }

        .single-shop-item .title-holder h3 span {
            font-weight: 700;
        }

        .single-shop-item .title-holder h3 a {
            color: var(--thm-black);
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

            .single-shop-item .title-holder h3 a:hover {
                color: #0f62fe;
            }


    .single-shop-item .title-holder .text {
        position: relative;
        display: block;
        padding: 9px 30px 13px;
    }

        .single-shop-item .title-holder .text p {
            margin: 0;
        }


    .single-shop-item .title-holder .rate-box {
        position: relative;
        display: block;
        padding-bottom: 25px;
    }

        .single-shop-item .title-holder .rate-box h3 {
            color: #0f62fe;
            font-size: 24px;
            font-weight: 700;
        }

            .single-shop-item .title-holder .rate-box h3 del {
                color: var(--thm-gray);
                font-size: 14px;
                font-weight: 400;
            }


.single-shop-item .cart-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

    .single-shop-item .cart-btn a {
        position: relative;
        display: inline-block;
        background: #ffffff;
        padding: 0 20px;
        color: var(--thm-gray);
        font-size: 13px;
        line-height: 38px;
        font-weight: 700;
        text-transform: uppercase;
        border: 2px solid #e7e7e7;
        border-radius: 30px;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

        .single-shop-item .cart-btn a span::before {
            position: relative;
            display: inline-block;
            padding-right: 8px;
            font-size: 18px;
            line-height: 20px;
            top: 3px;
        }

        .single-shop-item .cart-btn a:hover {
            color: #ffffff;
            border-color: #0f62fe;
            background-color: #0f62fe;
        }




/*** 
=============================================
    Video Gallery Style2 Area Css
=============================================
***/
.video-gallery-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 115px 0 0px;
    z-index: 10;
}

.video-gallery-style2__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 220px;
    right: 0;
    background: #0f62fe;
    z-index: -1;
}

    .video-gallery-style2__bg .round-box-1 {
        position: absolute;
        top: 335px;
        left: 100px;
        width: 481px;
        height: 482px;
        border-radius: 50%;
        background-color: rgb(255, 255, 255);
        opacity: 0.102;
        -webkit-animation-name: iliketomoveit;
        -webkit-animation-duration: 9s;
        -webkit-animation-iteration-count: infinite;
        animation-name: iliketomoveit;
        animation-duration: 9s;
        animation-iteration-count: infinite;
    }


    .video-gallery-style2__bg .round-box-2 {
        position: absolute;
        top: 165px;
        left: 30%;
        width: 410px;
        height: 411px;
        border-radius: 50%;
        background-color: rgb(239, 162, 134);
        opacity: 0.2;
    }



.video-gallery-style1__top {
    position: relative;
    display: block;
    padding-bottom: 70px;
}

    .video-gallery-style1__top h3 {
        color: #ffffff;
        font-size: 24px;
        line-height: 30px;
        font-weight: 400;
        margin: 0 0 14px;
    }

    .video-gallery-style1__top h2 {
        color: #ffffff;
        font-size: 100px;
        line-height: 100px;
        margin: 0 0 45px;
    }

        .video-gallery-style1__top h2 span {
            color: var(--thm-black);
        }



.video-holder-box {
    position: relative;
    max-width: 670px;
    width: 100%;
    min-height: 680px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;
}

    .video-holder-box .icon {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 140px;
        height: 140px;
        margin: 0 auto;
        border-radius: 50%;
        background: #0f62fe;
        z-index: 1;
    }

        .video-holder-box .icon:after {
            position: absolute;
            content: '';
            top: -10px;
            left: -10px;
            bottom: -10px;
            right: -10px;
            border-radius: 50%;
            z-index: -1;
        }

        .video-holder-box .icon:after {
            -webkit-animation: ripple 5s infinite;
            animation: ripple 5s infinite
        }

        .video-holder-box .icon:before {
            position: absolute;
            content: '';
            top: -5px;
            left: -5px;
            bottom: -5px;
            right: -5px;
            border-radius: 50%;
            background: rgba(54, 124, 232, 0.0);
            z-index: -1;
        }

        .video-holder-box .icon:before {
            -webkit-animation: ripple2 1s infinite;
            animation: ripple2 3s infinite
        }

        .video-holder-box .icon a {
            position: relative;
            display: inline-block;
        }

            .video-holder-box .icon a span:before {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;
                color: #ffffff;
                font-size: 45px;
            }


.video-gallery-style2__image-box {
    position: relative;
    display: block;
    min-height: 680px;
}

    .video-gallery-style2__image-box .main_img {
        position: absolute;
        bottom: 220px;
        right: -250px;
    }

        .video-gallery-style2__image-box .main_img .round-box-3 {
            position: absolute;
            top: 0px;
            left: -50px;
            width: 481px;
            height: 482px;
            border-radius: 50%;
            background-color: rgb(255, 255, 255);
            opacity: 0.102;
            z-index: -1;
            right: 0;
            margin: 0 auto;
        }

    .video-gallery-style2__image-box .header-contact-info-box3 {
        position: absolute;
        bottom: 0;
        background: #2c2c2c;
    }



/*** 
=============================================
    Video Gallery Style3 Area Css
=============================================
***/
.video-gallery-style3-area {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 10;
}

    .video-gallery-style3-area.pdb120 {
        padding-bottom: 120px;
    }

.video-holder-box-style3 {
    position: relative;
    max-width: 970px;
    width: 100%;
    min-height: 550px;
    margin: 0 auto;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .video-holder-box-style3 .icon-outer {
        position: absolute;
        top: 50px;
        left: 50px;
        width: 150px;
        height: 270px;
        background-color: #0f62fe;
        text-align: center;
        border-radius: 10px;
        padding-top: 25px;
    }

        .video-holder-box-style3 .icon-outer .inner-title {
            position: relative;
            display: block;
            margin-bottom: 23px;
            color: #fff;
            font-size: 32px;
            line-height: 36px;
            font-weight: 400;
            text-transform: capitalize;
        }

    .video-holder-box-style3 .icon {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 120px;
        height: 120px;
        margin: 0 auto;
        border-radius: 5px;
        border: 2px solid rgba(255, 255, 255, 0.10);
        z-index: 1;
    }

        .video-holder-box-style3 .icon a {
            position: relative;
            display: inline-block;
        }

            .video-holder-box-style3 .icon a span:before {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;
                color: #ffffff;
                font-size: 45px;
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

            .video-holder-box-style3 .icon a:hover span:before {
                color: var(--thm-black);
            }



/*** 
=============================================
    Pricing Plan Area Style      
=============================================
***/
.pricing-plan-area {
    position: relative;
    display: block;
    background: #f5f6f7;
    padding: 120px 0 80px;
    z-index: 10;
}

.single-price-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 60px 50px 26px;
    transform: translate3d(0px, 0px, 0px);
    transition: all 500ms ease;
    transition-delay: 0.5s;
    margin-bottom: 40px;
    z-index: 2;
}


    .single-price-box .table-header {
        position: relative;
        display: block;
    }


        .single-price-box .table-header .package {
            position: relative;
            display: inline-block;
        }

            .single-price-box .table-header .package h2 {
                position: relative;
                color: #0f62fe;
                font-size: 48px;
                line-height: 48px;
                font-weight: 500;
            }

                .single-price-box .table-header .package h2 span:before {
                    position: absolute;
                    top: -17px;
                    left: -5px;
                    font-size: 17px;
                    font-weight: 500;
                    color: #0f62fe;
                }

                .single-price-box .table-header .package h2 .text {
                    color: #0f62fe;
                    font-size: 18px;
                    line-height: 28px;
                    font-weight: 400;
                }

                .single-price-box .table-header .package h2 span {
                    color: var(--thm-black);
                    font-size: 18px;
                    line-height: 28px;
                    font-weight: 400;
                }



        .single-price-box .table-header .inner-text {
            position: relative;
            display: block;
            margin-top: 29px;
            margin-bottom: 42px;
        }

            .single-price-box .table-header .inner-text p {
                font-size: 16px;
                margin: 0;
            }


    .single-price-box .button-box {
        position: relative;
        display: block;
    }

        .single-price-box .button-box .btn-one {
            position: relative;
            display: block;
            color: rgba(var(--thm-black-rgb), .30);
            border: 1px solid #f0f2f3;
            background: #f5f6f7;
            font-weight: 500;
            text-align: center;
        }

            .single-price-box .button-box .btn-one::before {
                background: #0f62fe;
            }

            .single-price-box .button-box .btn-one .txt {
                position: relative;
                display: block;
                text-align: center;
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

            .single-price-box .button-box .btn-one:hover .txt {
                color: #ffffff;
            }

    .single-price-box .price-list {
        position: relative;
        display: block;
        margin-top: 27px;
        z-index: 1;
    }

        .single-price-box .price-list ul {
            position: relative;
            display: block;
        }

            .single-price-box .price-list ul li {
                color: var(--thm-gray);
                font-size: 16px;
                line-height: 60px;
                font-weight: 400;
                transition: all 400ms linear;
                transition-delay: 0.1s;
            }

                .single-price-box .price-list ul li del {
                    color: #cbcbcb;
                }



/*** 
=============================================
    Pricing Plan Style2 Area Style      
=============================================
***/
.pricing-plan-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
    z-index: 10;
}

.single-price-box--style2 {
    border: 1px solid #f5f6f7;
    padding: 60px 29px 35px;
}

    .single-price-box--style2 .table-header .package h2 .text {
        color: #0f62fe;
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        text-transform: capitalize;
        margin: 0;
    }

    .single-price-box--style2 .table-header .package h3 {
        position: relative;
        display: block;
        font-size: 32px;
        line-height: 30px;
        font-weight: 300;
        text-transform: uppercase;
        margin: 19px 0 36px;
    }

    .single-price-box--style2 .price-list ul li {
        line-height: 40px;
        margin-bottom: 12px;
    }

        .single-price-box--style2 .price-list ul li:last-child {
            margin-bottom: 0;
        }



/*** 
=============================================
    Experience Area Css
=============================================
***/
.experience-area {
    position: relative;
    display: block;
    background: #f5f6f7;
    padding: 120px 0 0px;
    z-index: 10;
}

    .experience-area .auto-container {
        max-width: 1750px;
    }

.experience__top-box__image1 {
    position: relative;
    display: block;
    margin-right: -5px;
}

    .experience__top-box__image1 img {
        width: 100%;
    }





.experience__top-box__content {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    padding-left: 105px;
}

    .experience__top-box__content .inner-title {
        position: relative;
        display: inline-block;
        margin-bottom: 34px;
        margin-top: -9px;
    }

        .experience__top-box__content .inner-title::before {
            position: absolute;
            top: 7px;
            left: 0;
            bottom: 8px;
            right: 0;
            background: rgba(var(--thm-base-rgb), .10);
            z-index: -1;
            content: "";
        }

        .experience__top-box__content .inner-title h3 {
            font-size: 24px;
            line-height: 32px;
            text-transform: uppercase;
        }

    .experience__top-box__content h4 {
        font-size: 16px;
        line-height: 26px;
        text-transform: capitalize;
        margin: 0 0 14px;
    }

        .experience__top-box__content h4 span {
            color: #0f62fe;
            font-size: 24px;
            font-weight: 300;
        }


    .experience__top-box__content .link-box {
        position: relative;
        display: block;
        margin-bottom: 22px;
    }

        .experience__top-box__content .link-box a {
            color: #0f62fe;
            font-size: 14px;
            line-height: 24px;
            font-weight: 400;
            letter-spacing: 0.08em;
        }

    .experience__top-box__content .text-box {
        position: relative;
        display: block;
        border-top: 1px solid #dedfe0;
        padding-top: 26px;
    }

        .experience__top-box__content .text-box p {
            margin: 0;
        }

    .experience__top-box__content .value-box {
        position: relative;
        display: flex;
        align-items: center;
        margin-top: 18px;
    }

        .experience__top-box__content .value-box .value {
            position: relative;
            display: block;
        }

            .experience__top-box__content .value-box .value h3 {
                color: #0f62fe;
                font-size: 24px;
                line-height: 34px;
                font-weight: 400;
            }

                .experience__top-box__content .value-box .value h3 del {
                    color: var(--thm-gray);
                    font-size: 14px;
                }

        .experience__top-box__content .value-box .review {
            position: relative;
            display: flex;
            align-items: center;
            margin-left: 50px;
        }

            .experience__top-box__content .value-box .review ul {
                position: relative;
                display: block;
            }

                .experience__top-box__content .value-box .review ul li {
                    position: relative;
                    display: inline-block;
                }

                    .experience__top-box__content .value-box .review ul li span::before {
                        position: relative;
                        display: inline-block;
                        color: #f6c541;
                        font-size: 12px;
                    }

            .experience__top-box__content .value-box .review .text {
                position: relative;
                display: block;
                padding-left: 15px;
            }

                .experience__top-box__content .value-box .review .text p {
                    margin: 0;
                }

    .experience__top-box__content .btn-box {
        position: relative;
        display: block;
        line-height: 0;
        margin-top: 39px;
    }



.experience__bottom-box {
    position: relative;
    display: block;
    padding-top: 120px;
}

.skill-content-box {
    position: relative;
    display: block;
    float: right;
    max-width: 570px;
    width: 100%;
    padding-right: 105px;
}


    .skill-content-box .inner-title {
        position: relative;
        display: inline-block;
        margin-bottom: 34px;
        margin-top: -9px;
    }

        .skill-content-box .inner-title:before {
            position: absolute;
            top: 7px;
            left: 0;
            bottom: 8px;
            right: 0;
            background: rgba(var(--thm-base-rgb), .10);
            z-index: -1;
            content: "";
        }

        .skill-content-box .inner-title h3 {
            font-size: 24px;
            line-height: 32px;
            text-transform: uppercase;
        }

    .skill-content-box .text {
        position: relative;
        display: block;
    }

        .skill-content-box .text p {
            margin: 0;
        }



.progress-levels-style2 {
    position: relative;
    display: block;
}

.progress-box-style2 {
    position: relative;
    display: block;
    margin-top: 37px;
}

    .progress-box-style2 .inner {
        position: relative;
        display: block;
    }

        .progress-box-style2 .inner .text {
            position: relative;
            color: var(--thm-black);
            font-size: 16px;
            line-height: 16px;
            font-weight: 400;
            margin: 0 0 12px;
            text-transform: capitalize;
        }

    .progress-box-style2 .bar {
        position: relative;
        display: block;
    }

        .progress-box-style2 .bar .bar-innner {
            position: relative;
            width: 100%;
            height: 5px;
            background-color: #0f62fe;
            border-radius: 0px;
        }

        .progress-box-style2 .bar .bar-fill {
            position: absolute;
            top: 0%;
            left: 0px;
            bottom: 0%;
            width: 0px;
            height: 5px;
            border-radius: 0px;
            background: #0f62fe;
            transition: all 2000ms ease 300ms;
        }

        .progress-box-style2 .bar .bar-innner .skill-percent {
            position: absolute;
            top: -33px;
            right: 0;
            width: 40px;
            height: 25px;
            display: block;
            text-align: center;
            padding: 0;
            z-index: 1;
        }

    .progress-box-style2 .inner .count-text {
        position: relative;
        color: var(--thm-black);
        font-size: 18px;
        line-height: 20px;
        font-weight: 300;
        display: inline-block;
        float: none;
    }

    .progress-box-style2 .inner .percent {
        position: relative;
        color: var(--thm-black);
        font-size: 18px;
        line-height: 20px;
        font-weight: 400;
        display: inline-block;
        float: none;
        margin-left: -2px;
    }


.experience__bottom-box__image1 {
    position: relative;
    display: block;
    margin-left: 5px;
}

    .experience__bottom-box__image1 img {
        width: 100%;
    }


.skill-content-box--style2 {
    max-width: 100%;
    padding-right: 100px;
    padding-top: 48px;
    float: none;
}

    .skill-content-box--style2 .inner-title h3 span {
        font-weight: 300;
    }

    .skill-content-box--style2 .inner-title {
        margin-bottom: 24px;
    }

    .skill-content-box--style2 .progress-box-style2 {
        margin-top: 32px;
    }



/*** 
=============================================
    Experience Style3 Area Css
=============================================
***/
.experience-style3-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 0px;
    z-index: 10;
}

    .experience-style3-area .experience__top-box__image1 {
        margin-right: 0;
    }

    .experience-style3-area .experience__top-box__content {
        max-width: 100%;
        width: 100%;
        padding-left: 100px;
    }


    .experience-style3-area .skill-content-box {
        float: none;
        max-width: 100%;
        width: 100%;
        padding-right: 100px;
    }

    .experience-style3-area .experience__bottom-box__image1 {
        margin-left: 0px;
    }



/*** 
=============================================
    Form Style15 Css
=============================================
***/
.form-style15 {
    position: relative;
    display: block;
    background: transparent;
    z-index: 11;
}

.form-style15__inner {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    padding: 45px 100px 50px;
    margin-top: -100px;
}

.form-style15 .title {
    position: relative;
    display: block;
    padding-bottom: 33px;
}

    .form-style15 .title h3 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 300;
    }

        .form-style15 .title h3 span {
            color: #0f62fe;
        }


.domain-form {
    position: relative;
    display: block;
}

.domain-form__inner {
    position: relative;
    display: block;
    background: #f5f6f7;
    padding-right: 190px;
}


    .domain-form__inner .form-input-box {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #e5e7ea;
        border-right: none;
    }

        .domain-form__inner .form-input-box .box1 {
            position: relative;
            display: block;
            width: 100%;
        }

            .domain-form__inner .form-input-box .box1 .single {
                position: relative;
                display: block;
                max-width: 50%;
                width: 100%;
                height: 80px;
                float: left;
            }

                .domain-form__inner .form-input-box .box1 .single::before {
                    position: absolute;
                    top: 15px;
                    right: 0;
                    bottom: 15px;
                    background: #c9c9d1;
                    width: 1px;
                    content: "";
                    z-index: 1;
                }


    .domain-form__inner input[type="text"],
    .domain-form__inner input[type="email"],
    .domain-form__inner input[type="tel"],
    .domain-form__inner textarea {
        position: relative;
        display: block;
        width: 100%;
        height: 80px;
        background: transparent;
        border: 0px solid #e5e7ea;
        color: var(--thm-gray);
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        padding-left: 50px;
        padding-right: 20px;
        transition: all 500ms ease;
    }


    .domain-form__inner .select-box {
        position: relative;
        display: block;
        width: 100%;
        height: 80px;
        margin-bottom: 0;
    }

        .domain-form__inner .select-box .nice-select {
            height: 80px;
            line-height: 80px;
            background: transparent;
            border: none !important;
            border-radius: 0px;
            color: #0f62fe;
            font-size: 24px;
            font-weight: 400;
            text-transform: capitalize;
            padding-left: 50px;
            padding-right: 20px;
            text-align: left !important;
            margin-left: 0px;
            z-index: 1;
        }

            .domain-form__inner .select-box .nice-select:after {
                width: 8px;
                height: 8px;
                border-bottom: 2px solid var(--thm-base);
                border-right: 2px solid var(--thm-base);
                left: 120px;
                margin-top: 0px;
                top: 34px;
                z-index: 10;
            }



    .domain-form__inner .button-box {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        width: 190px;
        padding: 0px;
        padding-left: 0;
        background-color: #0f62fe;
    }

        .domain-form__inner .button-box button {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #0f62fe;
            width: 100%;
            height: 80px;
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            text-transform: uppercase;
        }

            .domain-form__inner .button-box button span::before {
                position: relative;
                display: inline-block;
                padding-left: 10px;
                font-size: 30px;
            }


.select-domain-style1-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}

    .select-domain-style1-box li {
        position: relative;
        display: inline-block;
        margin-top: 20px;
    }

        .select-domain-style1-box li input[type=radio] {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
        }

        .select-domain-style1-box li label {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            width: 80px;
            height: 80px;
            background-color: #f9f9f9;
            color: var(--thm-black);
            font-size: 18px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 0;
            border-radius: 10px;
            cursor: pointer;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

        .select-domain-style1-box li :checked + label {
            color: #ffffff;
            background-color: #0f62fe;
        }

        .select-domain-style1-box li label .name {
            position: relative;
            display: block;
        }

            .select-domain-style1-box li label .name:before {
                content: "";
                position: absolute;
                left: -8px;
                width: 5px;
                height: 5px;
                background: #8bad3d;
                border-radius: 50%;
                top: 16px;
            }

            .select-domain-style1-box li label .name.bg2:before {
                background: #edd33e;
            }

            .select-domain-style1-box li label .name.bg3:before {
                background: #0f62fe;
            }

            .select-domain-style1-box li label .name.bg4:before {
                background: #a916a0;
            }

            .select-domain-style1-box li label .name.bg5:before {
                background: #91c450;
            }

            .select-domain-style1-box li label .name.bg6:before {
                background: #eb7f0a;
            }

        .select-domain-style1-box li label .value {
            position: relative;
            display: block;
            color: var(--thm-gray);
            font-size: 14px;
            font-weight: 400;
            transition: all 500ms ease;
        }


        .select-domain-style1-box li :checked + label .value {
            color: #fff;
        }



/*** 
=============================================
    World Map Css
=============================================
***/
.world-map {
    position: relative;
    display: block;
    background: #f7f7f7;
    padding: 0 0 120px;
}

.world-map__content {
    position: relative;
    display: block;
}

    .world-map__content .map-img {
        position: relative;
        display: block;
    }

        .world-map__content .map-img img {
            width: 100%;
        }


    .world-map__content .overlay-content {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 270px;
        max-width: 890px;
        width: 100%;
        margin: 0 auto;
    }

        .world-map__content .overlay-content .inner {
            position: relative;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }

        .world-map__content .overlay-content .single-box.margintop1 {
            position: relative;
            display: inline-block;
            top: 60px;
        }

        .world-map__content .overlay-content .single-box.margintop2 {
            position: relative;
            display: inline-block;
            top: 120px;
        }


        .world-map__content .overlay-content .single-box {
            position: relative;
            display: block;
        }

            .world-map__content .overlay-content .single-box h4 {
                position: relative;
                font-size: 16px;
                line-height: 26px;
                text-transform: uppercase;
            }

                .world-map__content .overlay-content .single-box h4 .round-shape {
                    position: relative;
                    display: inline-block;
                    top: 4px;
                    width: 20px;
                    height: 20px;
                    background: #83dae6;
                    border-radius: 50%;
                    margin-left: 10px;
                }

                    .world-map__content .overlay-content .single-box h4 .round-shape.clr-1 {
                        background: #2c2c2c;
                    }

                    .world-map__content .overlay-content .single-box h4 .round-shape.clr-2 {
                        background: #91c450;
                    }

                    .world-map__content .overlay-content .single-box h4 .round-shape.clr-3 {
                        background: #506bc4;
                    }

                    .world-map__content .overlay-content .single-box h4 .round-shape.clr-4 {
                        background: #ffa800;
                    }



/*** 
=============================================
    Experience Style2 Area Css
=============================================
***/
.experience-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
}

.experience-style2__image-box {
    position: relative;
    display: block;
}

    .experience-style2__image-box img {
        width: 100%;
    }

.experience-style2__content-box {
    position: relative;
    display: block;
}

    .experience-style2__content-box .inner-title {
        position: relative;
        display: block;
        padding-bottom: 36px;
    }

        .experience-style2__content-box .inner-title h3 {
            font-size: 24px;
            line-height: 30px;
            text-transform: uppercase;
        }

    .experience-style2__content-box .single-box {
        position: relative;
        display: block;
    }

        .experience-style2__content-box .single-box ul {
            position: relative;
            display: block;
            overflow: hidden;
        }

            .experience-style2__content-box .single-box ul li {
                position: relative;
                display: block;
                padding-left: 30px;
                font-size: 16px;
                margin-bottom: 20px;
            }

                .experience-style2__content-box .single-box ul li:last-child {
                    margin-bottom: 0;
                }

                .experience-style2__content-box .single-box ul li:before {
                    font-family: 'icomoon' !important;
                    position: absolute;
                    left: 0;
                    content: "\e96e";
                    color: #0f62fe;
                    font-size: 20px;
                    transform: rotate(180deg);
                }





.choose-area-about-page1 {
    position: relative;
    display: block;
    background: #ffffff;
    padding-bottom: 80px;
}

    .choose-area-about-page1 .choose-style1__single-box {
        margin-top: 0px;
        margin-bottom: 40px;
    }



.contact-us-form-box {
    max-width: 100%;
    background: #ffffff;
    box-shadow: 0px 24px 60px 0px rgba(0, 0, 0, 0.05);
}

    .contact-us-form-box .top-title {
        padding: 34px 0px 23px;
        border-bottom: none;
    }

        .contact-us-form-box .top-title h2 {
            color: var(--thm-black);
            font-size: 24px;
        }

            .contact-us-form-box .top-title h2 span {
                font-weight: 300;
            }

    .contact-us-form-box #movers-form {
        padding-top: 0px;
    }

    .contact-us-form-box form .select-box.style2 .nice-select {
        background: rgba(var(--thm-black-rgb), 0.10);
        color: var(--thm-black);
        text-transform: capitalize;
    }

        .contact-us-form-box form .select-box.style2 .nice-select:after {
            border-bottom: 1px solid var(--thm-black);
            border-right: 1px solid var(--thm-black);
        }

    .contact-us-form-box form input[type="text"],
    .contact-us-form-box form input[type="email"],
    .contact-us-form-box form input[type="tel"],
    .contact-us-form-box form textarea {
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
        color: var(--thm-black);
        font-size: 16px;
        font-weight: 300;
        text-transform: capitalize;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 0px;
    }

    .contact-us-form-box form textarea {
        height: 51px;
    }

    .contact-us-form-box form input[type="text"]::-webkit-input-placeholder {
        color: rgba(var(--thm-black-rgb), 0.50);
    }

    .contact-us-form-box form input[type="text"]:-moz-placeholder {
        color: rgba(var(--thm-black-rgb), 0.50);
    }

    .contact-us-form-box form input[type="text"]::-moz-placeholder {
        color: rgba(var(--thm-black-rgb), 0.50);
    }

    .contact-us-form-box form input[type="text"]:-ms-input-placeholder {
        color: rgba(var(--thm-black-rgb), 0.50);
    }

    .contact-us-form-box form input[type="email"]::-webkit-input-placeholder {
        color: rgba(var(--thm-black-rgb), 0.50);
    }

    .contact-us-form-box form input[type="email"]:-moz-placeholder {
        color: rgba(var(--thm-black-rgb), 0.50);
    }

    .contact-us-form-box form input[type="email"]::-moz-placeholder {
        color: rgba(var(--thm-black-rgb), 0.50);
    }

    .contact-us-form-box form input[type="email"]:-ms-input-placeholder {
        color: rgba(var(--thm-black-rgb), 0.50);
    }

    .contact-us-form-box form input[type="tel"]::-webkit-input-placeholder {
        color: rgba(var(--thm-black-rgb), 0.50);
    }

    .contact-us-form-box form input[type="tel"]:-moz-placeholder {
        color: rgba(var(--thm-black-rgb), 0.50);
    }

    .contact-us-form-box form input[type="tel"]::-moz-placeholder {
        color: rgba(var(--thm-black-rgb), 0.50);
    }

    .contact-us-form-box form input[type="tel"]:-ms-input-placeholder {
        color: rgba(var(--thm-black-rgb), 0.50);
    }

    .contact-us-form-box form textarea::-webkit-input-placeholder {
        color: rgba(var(--thm-black-rgb), 0.50);
    }

    .contact-us-form-box form textarea:-moz-placeholder {
        color: rgba(var(--thm-black-rgb), 0.50);
    }

    .contact-us-form-box form textarea::-moz-placeholder {
        color: rgba(var(--thm-black-rgb), 0.50);
    }

    .contact-us-form-box form textarea:-ms-input-placeholder {
        color: rgba(var(--thm-black-rgb), 0.50);
    }

    .contact-us-form-box .button-box {
        padding-top: 4px;
    }

        .contact-us-form-box .button-box .btn-one.style2 {
            color: #ffffff;
        }

        .contact-us-form-box .button-box .btn-one.thm-base:before {
            background-color: #0f62fe;
        }

        .contact-us-form-box .button-box .btn-one .border-box.thm-base {
            background-color: #0f62fe;
        }

        .contact-us-form-box .button-box .btn-one .bg.bg--base {
            background-color: #0f62fe;
        }










.footer-contact-form {
    max-width: 100%;
    background: #14182c;
}

    .footer-contact-form .top-title {
        padding: 48px 0px 23px;
        border-bottom: none;
    }

        .footer-contact-form .top-title h2 {
            font-size: 24px;
        }

            .footer-contact-form .top-title h2 span {
                font-weight: 300;
            }

    .footer-contact-form #movers-form {
        padding-top: 0px;
    }

    .footer-contact-form form .select-box.style2 .nice-select {
        background: rgba(255, 255, 255, 0.10);
        color: #ffffff;
        text-transform: capitalize;
    }

        .footer-contact-form form .select-box.style2 .nice-select:after {
            border-bottom: 1px solid #ffffff;
            border-right: 1px solid #ffffff;
        }

    .footer-contact-form form input[type="text"],
    .footer-contact-form form input[type="email"],
    .footer-contact-form form input[type="tel"],
    .footer-contact-form form textarea {
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
        color: var(--thm-black);
        font-size: 16px;
        font-weight: 300;
        text-transform: capitalize;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 0px;
    }

    .footer-contact-form form textarea {
    }

    .footer-contact-form form input[type="text"]::-webkit-input-placeholder {
        color: rgba(255, 255, 255, .50);
    }

    .footer-contact-form form input[type="text"]:-moz-placeholder {
        color: rgba(255, 255, 255, .50);
    }

    .footer-contact-form form input[type="text"]::-moz-placeholder {
        color: rgba(255, 255, 255, .50);
    }

    .footer-contact-form form input[type="text"]:-ms-input-placeholder {
        color: rgba(255, 255, 255, .50);
    }

    .footer-contact-form form input[type="email"]::-webkit-input-placeholder {
        color: rgba(255, 255, 255, .50);
    }

    .footer-contact-form form input[type="email"]:-moz-placeholder {
        color: rgba(255, 255, 255, .50);
    }

    .footer-contact-form form input[type="email"]::-moz-placeholder {
        color: rgba(255, 255, 255, .50);
    }

    .footer-contact-form form input[type="email"]:-ms-input-placeholder {
        color: rgba(255, 255, 255, .50);
    }

    .footer-contact-form form input[type="tel"]::-webkit-input-placeholder {
        color: rgba(255, 255, 255, .50);
    }

    .footer-contact-form form input[type="tel"]:-moz-placeholder {
        color: rgba(255, 255, 255, .50);
    }

    .footer-contact-form form input[type="tel"]::-moz-placeholder {
        color: rgba(255, 255, 255, .50);
    }

    .footer-contact-form form input[type="tel"]:-ms-input-placeholder {
        color: rgba(255, 255, 255, .50);
    }

    .footer-contact-form form textarea::-webkit-input-placeholder {
        color: rgba(255, 255, 255, .50);
    }

    .footer-contact-form form textarea:-moz-placeholder {
        color: rgba(255, 255, 255, .50);
    }

    .footer-contact-form form textarea::-moz-placeholder {
        color: rgba(255, 255, 255, .50);
    }

    .footer-contact-form form textarea:-ms-input-placeholder {
        color: rgba(255, 255, 255, .50);
    }



    .footer-contact-form .button-box {
        padding-top: 29px;
    }

        .footer-contact-form .button-box .btn-one.style2 {
            color: #ffffff;
        }

        .footer-contact-form .button-box .btn-one.thm-base:before {
            background-color: #0f62fe;
        }

        .footer-contact-form .button-box .btn-one .border-box.thm-base {
            background-color: #0f62fe;
        }

        .footer-contact-form .button-box .btn-one .bg.bg--base {
            background-color: #0f62fe;
        }


























/*** 
=============================================
    Gallery style1 Area Css
=============================================
***/
.gallery-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 10;
}

.single-galley-style1 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

    .single-galley-style1 .img-holder {
        position: relative;
        display: block;
        overflow: hidden;
        background-color: var(--thm-black);
    }

        .single-galley-style1 .img-holder img {
            width: 100%;
            transform: scale(1.0);
        }

    .single-galley-style1:hover .img-holder img {
        transform: scale(1.1) rotate(0deg);
        opacity: 0.60;
        transition: all 500ms linear;
        transition-delay: 0.1s;
    }

    .single-galley-style1 .overlay-content {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(-90deg) translateX(-100%);
        -ms-transform: perspective(400px) rotateY(-90deg) translateX(-100%);
        transform: perspective(400px) rotateY(-90deg) translateX(-100%);
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .5s;
        transition-property: all;
        z-index: 2;
    }

    .single-galley-style1:hover .overlay-content {
        opacity: 1.0;
        -webkit-transform: perspective(400px) rotateY(0deg) translateX(0%);
        -ms-transform: perspective(400px) rotateY(0deg) translateX(0%);
        transform: perspective(400px) rotateY(0deg) translateX(-0%);
        transition: all 700ms ease;
    }

    .single-galley-style1 .overlay-content .zoom-button {
        position: relative;
        display: block;
    }

        .single-galley-style1 .overlay-content .zoom-button a {
            position: relative;
            display: inline-block;
            background-color: #0f62fe;
            width: 120px;
            height: 120px;
            border-radius: 50%;
            color: #ffffff;
            font-size: 30px;
            line-height: 120px;
            text-align: center;
            transition: all 200ms linear;
            transition-delay: 0.1s;
            z-index: 1;
        }

            .single-galley-style1 .overlay-content .zoom-button a::before {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                content: "";
                border-radius: 50%;
                transform: scale(0.0);
                transform-origin: center;
                transform-style: preserve-3d;
                transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
                background-color: var(--thm-black);
                z-index: -1;
            }

            .single-galley-style1 .overlay-content .zoom-button a:hover::before {
                transform: scaleX(1.0);
            }

            .single-galley-style1 .overlay-content .zoom-button a:hover {
                color: #ffffff;
            }



/*** 
=============================================
    Google Map Style1 Area Css
=============================================
***/
.google-map-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 10;
}

    .google-map-style1-area .auto-container {
        max-width: 100%;
        padding: 0;
    }

.home1-page-map-outer {
    position: relative;
    display: block;
    z-index: 10;
}

    .home1-page-map-outer .map-canvas {
        position: relative;
        width: 100%;
        height: 600px;
    }




/*** 
=============================================
    Google Map Style2 Area Css
=============================================
***/
.google-map-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 10;
}

    .google-map-style2-area .auto-container {
        max-width: 100%;
        padding: 0;
    }

.contact-page-map-outer {
    position: relative;
    display: block;
    z-index: 10;
}

    .contact-page-map-outer .map-canvas {
        position: relative;
        width: 100%;
        height: 890px;
    }


.google-map-style2-area .contact-form-box-1 {
    top: auto;
    bottom: 60px;
}

















/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area {
    position: relative;
    display: block;
    padding: 112px 0 120px;
    background: #ffffff;
    z-index: 10;
}

.error-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .error-content .big-title {
        position: relative;
        display: block;
        z-index: 1;
    }

        .error-content .big-title h2 {
            color: #0f62fe;
            font-size: 72px;
            line-height: 70px;
            font-weight: 400;
        }

    .error-content .title {
        position: relative;
        display: block;
        padding-top: 11px;
        padding-bottom: 18px;
    }

        .error-content .title h2 {
            font-size: 48px;
            line-height: 60px;
            font-weight: 400;
        }

    .error-content .text {
        position: relative;
        display: block;
        padding-bottom: 29px;
    }

        .error-content .text p {
            margin: 0;
        }

.error-page-search-box {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}

    .error-page-search-box form.search-form {
        position: relative;
        display: block;
        width: 100%;
    }

    .error-page-search-box .search-form input[type="text"] {
        position: relative;
        display: block;
        width: 100%;
        height: 60px;
        border-radius: 0px;
        background: #ffffff;
        border: 1px solid #e5e5e5;
        color: #757575;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: .1em;
        padding-left: 30px;
        padding-right: 60px;
        transition: all 500ms ease 0s;
    }

    .error-page-search-box .search-form button {
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 10px;
        width: 40px;
        height: 40px;
        background: #0f62fe;
        color: #ffffff;
        font-size: 16px;
        line-height: 10px;
        display: block;
        text-align: center;
        border: 0px solid #e1e1e1;
        transition: all 500ms ease 0s;
    }

        .error-page-search-box .search-form button i {
            font-size: 16px
        }

    .error-page-search-box .search-form input[type="text"]:focus {
        color: var(--thm-black);
        border-color: #0f62fe;
    }

        .error-page-search-box .search-form input[type="text"]:focus + button,
        .error-page-search-box .search-form button:hover {
            color: #fff;
        }

    .error-page-search-box .search-form input::-webkit-input-placeholder {
        color: #757575;
    }

    .error-page-search-box .search-form input:-moz-placeholder {
        color: #757575;
    }

    .error-page-search-box .search-form input::-moz-placeholder {
        color: #757575;
    }

    .error-page-search-box .search-form input:-ms-input-placeholder {
        color: #757575;
    }

.error-content .btns-box {
    line-height: 0;
    padding-top: 20px;
}

    .error-content .btns-box a {
        padding-left: 40px;
        padding-right: 40px;
    }














#ui-datepicker-div.ui-widget-content {
    border: 1px solid #c5c5c5;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #777;
    color: #252525;
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: #0f62fe;
    border: 2px solid rgba(var(--thm-base-rgb), .80);
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid var(--thm-base) !important;
    background: var(--thm-base) !important;
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

    .ui-datepicker .ui-datepicker-prev:hover,
    .ui-datepicker .ui-datepicker-next:hover {
        top: 7px;
        background: #fff;
        border: none;
    }

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
    z-index: 99999999;
}

.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}





/*** 
=============================================
    Element Page Css      
=============================================
***/
.testimonial2 {
    color: #8d97ad;
    font-weight: 300;
}

    .testimonial2 h1,
    .testimonial2 h2,
    .testimonial2 h3,
    .testimonial2 h4,
    .testimonial2 h5,
    .testimonial2 h6 {
        color: #3e4555;
    }

    .testimonial2 h5 {
        line-height: 22px;
        font-size: 18px;
        font-weight: 400;
    }

    .testimonial2 .font-weight-medium {
        font-weight: 500;
    }

    .testimonial2 .bg-light {
        background-color: #f4f8fa !important;
    }

    .testimonial2 .subtitle {
        color: #8d97ad;
        line-height: 24px;
    }

    .testimonial2 .testi2 .image-thumb {
        background: url(../images/greadint-bg.png) no-repeat top center;
        text-align: center;
        padding: 16% 0;
    }

        .testimonial2 .testi2 .image-thumb img {
            width: 250px;
            position: absolute;
            top: 75px;;
            left: 168px;
        }

    .testimonial2 .testi2 .owl-dots {
        display: inline-block;
        position: relative;
        top: -60px;
    }

        .testimonial2 .testi2 .owl-dots .owl-dot {
            border-radius: 100%;
            width: 70px;
            height: 70px;
            background-size: cover;
            margin-right: 10px;
            opacity: 0.4;
            cursor: pointer;
        }

            .testimonial2 .testi2 .owl-dots .owl-dot span {
                display: none;
            }

            .testimonial2 .testi2 .owl-dots .owl-dot.active,
            .testimonial2 .testi2 .owl-dots .owl-dot:hover {
                opacity: 1;
            }

@media (max-width: 767px) {
    .testimonial2 .testi2 .owl-dots {
        top: 0px;
    }
}

.testimonial2 .btn-md {
    padding: 18px 0px;
    width: 60px;
    height: 60px;
    font-size: 20px;
}

.testimonial2 .btn-danger {
    background: #ff4d7e !important;
    border: 1px solid #ff4d7e !important;
}
/* Banner Section Starts Here */
.main-banner {
    height: 600px;
    position: relative;
    text-align: left;
    margin-bottom: 50px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}
/* .main-banner .search-bar { */
/* width: 420px; */
/* margin-top: 30px; */
/* max-width: 100%; } */
/* .main-banner .search-bar a { */
/* display: block; */
/* text-decoration: none; } */
/* .main-banner .search-bar input { */
/* display: block; */
/* width: 100%; */
/* border: none; */
/* border-bottom: solid 1px #666; */
/* background: transparent; */
/* font-size: 16px; */
/* padding: 10px 0px; */
/* height: 30px; */
/* border-radius: 0; } */
/* .main-banner .search-bar input:focus { */
/* outline: none; */
/* box-shadow: none; } */

@media screen and (max-width: 1280px) {
    .main-banner {
        height: 500px;
    }

        .main-banner .custom-wrapper {
            background: rgba(255, 255, 255, 0.85);
        }
}

@media screen and (max-width: 768px) {
    .main-banner {
        height: 300px;
        margin-bottom: 25px;
    }

        .main-banner .custom-wrapper {
            background: rgba(255, 255, 255, 0.85);
        }
}

.main-banner:not(.home-banner) .main-banner_wrap h1 > span {
    display: block;
}

.main-banner video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.main-banner_wrap {
    height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 566px;
    margin-left: auto;
}

@media screen and (max-width: 1280px) {
    .main-banner_wrap {
        align-items: flex-start;
        width: 100%;
        height: 500px;
    }
}

@media screen and (max-width: 768px) {
    .main-banner_wrap {
        height: 300px;
    }
}

.main-banner_wrap .animated-words {
    display: inline-block;
    position: relative;
}

@media screen and (max-width: 1280px) {
    .main-banner_wrap .animated-words {
        width: 100%;
    }
}

.main-banner_wrap .animated-words span {
    font-size: 28px;
    position: absolute;
    opacity: 0;
    color: #f31000;
    overflow: hidden;
    -webkit-animation: animateWord 15s linear infinite 0s;
    -ms-animation: animateWord 15s linear infinite 0s;
    animation: animateWord 15s linear infinite 0s;
    top: 10px;
    white-space: nowrap;
    line-height: normal;
    left: 0;
}

@media (max-width: 767px) {
    .main-banner_wrap .animated-words span {
        font-size: 16px;
    }
}


@media screen and (max-width: 1280px) {
    .main-banner_wrap .animated-words span {
        width: 100%;
    }
}

.main-banner_wrap .animated-words span:nth-child(2) {
    -webkit-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
}

.main-banner_wrap .animated-words span:nth-child(3) {
    -webkit-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.main-banner_wrap .animated-words span:nth-child(4) {
    -webkit-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s;
}

.main-banner_wrap .animated-words span:nth-child(5) {
    -webkit-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.main-banner_wrap .animated-words span:nth-child(6) {
    -webkit-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s;
}

.main-banner h1 {
    font-size: 63px;
    margin: 0 !important;
    font-weight: 300;
    padding: 0 !important;
    color: #0b0b0b;
}

    .main-banner h1 + p {
        margin-top: 10px;
    }

@media screen and (max-width: 1280px) {
    .main-banner h1 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .main-banner h1 {
        font-size: 26px;
    }
}

.main-banner h1 span {
    color: #f31000;
}

.main-banner p {
    color: #7d7d7d;
    font-size: 28px;
}

    .main-banner p + h1 {
        margin-top: 10px;
    }

@media (max-width: 767px) {
    .main-banner p {
        font-size: 18px;
    }
}

@-webkit-keyframes animateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }

    5% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
/* Banner Section Ends Here */

.heading {
    color: #F1A00B !important;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.22em;
    font-weight: 700;
    font-style: italic;
}

.list-type5 {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

    .list-type5 ol {
        list-style-type: none;
        list-style-type: decimal !ie; /*IE 7- hack*/
        margin: 0;
        margin-left: 1em;
        padding: 0;
        counter-reset: li-counter;
    }

        .list-type5 ol li {
            color: #fff;
            position: relative;
            margin-bottom: 1.5em;
            padding: 0.5em;
            background-color: #0f62fe;
            padding-left: 58px;
        }

    .list-type5 a {
        text-decoration: none;
        color: #fff;
        font-size: 14px;
    }

    .list-type5 li:hover {
        box-shadow: inset -1em 0 #F1A00B;
        -webkit-transition: box-shadow 0.5s; /* For Safari 3.1 to 6.0 */
        transition: box-shadow 0.5s;
    }

    .list-type5 ol li:before {
        position: absolute;
        top: -0.3em;
        left: -0.5em;
        width: 1.8em;
        height: 1.2em;
        font-size: 2em;
        line-height: 1.2;
        font-weight: bold;
        text-align: center;
        color: white;
        background-color: #F1A00B;
        transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        -webkit-transform: rotate(-20deg);
        z-index: 99;
        overflow: hidden;
        content: counter(li-counter);
        counter-increment: li-counter;
    }

.list-type3 {
    margin: 0 auto;
}

    .list-type3 li, .list-type3 a {
        float: left;
        height: 35px;
        line-height: 35px;
        width: 180px;
        position: relative;
        font-size: 15px;
        margin-bottom: 12px;
        margin-right: 27px;
        transition: background-color 1.5s ease;
    }

@media (max-width: 767px) {
    .list-type3 li, .list-type3 a {
        float: left;
        height: 35px;
        line-height: 35px;
        width: 180px;
        position: relative;
        font-size: 15px;
        margin-bottom: 12px;
        margin-right: 2px;
        transition: background-color 1.5s ease;
    }
}

.list-type3 a {
    padding: 0 60px 0 12px;
    background: #030250;
    color: #fff !important;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

    .list-type3 a:before {
        content: "";
        float: left;
        position: absolute;
        top: 0;
        left: -12px;
        width: 0;
        height: 0;
        border-color: transparent #F1A00B transparent transparent;
        border-style: solid;
        border-width: 18px 12px 18px 0;
    }

    .list-type3 a:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 0;
        float: left;
        width: 6px;
        height: 6px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #fff;
        -moz-box-shadow: -1px -1px 2px #030250;
        -webkit-box-shadow: -1px -1px 2px #030250;
        box-shadow: -1px -1px 2px #030250;
    }

    .list-type3 a:hover {
        background: #555;
    }

        .list-type3 a:hover:before {
            border-color: transparent #F1A00B transparent transparent;
        }

.list-type6 {
    width: 410px;
    margin: 0 auto;
}
/* LIST #8 */
.list-type6 {
}

    .list-type6 ul {
        list-style: none;
    }

        .list-type6 ul li {
            font-size: 15px;
        }

            .list-type6 ul li a {
                display: block;
                width: 390px;
                margin-left: -40px;
                height: 24px;
                background-color: #03B3CB;
                border-left: 5px solid #222;
                border-right: 5px solid #222;
                padding-left: 10px;
                padding-top: 7px;
                text-decoration: none;
                color: white;
                margin-bottom: 7px;
                transition: all .2s ease-in-out;
            }

                .list-type6 ul li a:hover {
                    -moz-transform: rotate(-5deg);
                    -moz-box-shadow: 10px 10px 20px #000000;
                    -webkit-transform: rotate(-5deg);
                    -webkit-box-shadow: 10px 10px 20px #000000;
                    transform: rotate(-5deg);
                    box-shadow: 10px 10px 20px #000000;
                }

.serviceBox {
    color: #0f62fe;
    text-align: center;
    padding: 50px 0 0;
    position: relative;
    z-index: 1;
}

    .serviceBox:hover .service-content service-icon {
        transform: scale(1.1) rotate(360deg);
        opacity: 0.50;
    }

    .serviceBox:before,
    .serviceBox:after {
        content: '';
        background-color: #0f62fe;
        height: 100px;
        width: 100px;
        border-radius: 20px;
        transform: translateX(-50%) rotate(45deg);
        position: absolute;
        left: 50%;
        top: 15px;
        z-index: -1;
    }

    .serviceBox:after {
        background-color: #999;
        height: 10px;
        width: 10px;
        border: 3px solid #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
    }

    .serviceBox .service-content {
        background-color: #fff;
        padding: 20px;
        border-radius: 20px;
        box-shadow: 0 0 10px rgba(0,0,0,0.25);
    }

    .serviceBox .service-icon {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 10px;
    }

    .serviceBox .title {
        font-size: 21px;
        font-weight: 500;
        line-height: 26px;
        text-transform: capitalize;
        margin: 0 0 8px;
    }

    .serviceBox .description {
        color: #888;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.5px;
        margin: 0;
    }

    .serviceBox.red {
        color: #F24148;
    }

        .serviceBox.red:before {
            background-color: #F24148;
        }

    .serviceBox.gray {
        color: #779393;
    }

        .serviceBox.gray:before {
            background-color: #779393;
        }

    .serviceBox.blue {
        color: #10BACC;
    }

        .serviceBox.blue:before {
            background-color: #10BACC;
        }

@media only screen and (max-width: 990px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}

License Terms













.content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    text-align: left;
}

.typedtext {
    margin-top: 0%;
    border-right: 2px solid black;
    animation: blinkTextCursor 800ms steps(44) infinite normal;
    height: 1px;
    margin-bottom: 30px;
    color: #F1A00B !important;
    display: block;
}

@keyframes blinkTextCursor {
    from {
        border-right-color: black;
    }

    to {
        border-right-color: transparent;
    }
}


.about-style1__image img {
    text-align: center !important;
}



https://www.asahitechnologies.com/
https://www.cisin.com/portfolio/index.html
https://codewave.com/
https://www.applify.co/
https://rvtechnologies.com/
https://www.tristatetechnology.com/
/* about section start */
.min-height: 120px;
@media (min-width: 1199px)
.parallax-effect:nth-child(2) {
    z-index: 10;
}

@media (min-width: 1199px) .parallax-effect {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.fanline-section {
    background: #0e1b23;
    padding: 50px 0px 50px;
    overflow: hidden;
}

* {
    outline: 0;
    box-sizing: border-box;
}

@media (min-width: 1199px) .h-100-vh {
    height: 90vh;
}

* {
    outline: 0;
    box-sizing: border-box;
}

.d-table-cell {
    display: table-cell !important;
}

.align-middle {
    vertical-align: middle !important;
}

* {
    outline: 0;
    box-sizing: border-box;
}

@media (max-width: 1359px) .container_big {
    max-width: 100%;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

* {
    outline: 0;
    box-sizing: border-box;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center
}

* {
    outline: 0;
    box-sizing: border-box;
}

.image_wrapper, .right_main_bg {
    position: inherit;
}

@media (min-width: 768px) .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

@media (max-width: 1620px) img.mob_image {
    width: 100%;
}

@media (max-width: 1579px) .mob_image {
    max-width: 100%;
}

* {
    outline: 0;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
    border-style: none;
}

@media (min-width: 768px) .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-md-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.white_section h1, .white_section h2, .white_section p {
    color: #fff !important;
}

h2 {
    font-size: 40px;
    color: #000;
    letter-spacing: -2px;
}

h3.wineTag {
    display: inline-block;
    background: #fff;
    color: #063b72;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 26px;
    padding: 4px 10px;
    margin: 14px 0 25px;
}

* {
    outline: 0;
    box-sizing: border-box;
}

.icon_wrap {
    margin-top: 25px;
}

.icon_wrap {
    list-style: none;
    color: var(--grey);
    font-size: 28px;
    margin: 0 0 36px 4px;
    padding: 0;
}

* {
    outline: 0;
    box-sizing: border-box;
}

@media (max-width: 1279px) .fanline-section p {
    width: auto;
}

.casestudyHome p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.casestudyHome .btn_white {
    margin-top: 42px;
}

.fanline-section .btn_default_red {
    margin-top: 48px;
    padding: 15px 54px;
}

.btn_white {
    background-color: #fff;
    color: #000;
    border: 2px solid #fff;
    outline: 0;
    text-decoration: none;
}

.choose-style1__single-box {
    margin: 0px;
}

.about-img {
    width: 800px;
    height: 600px;
}

.Robotic-icon {
    color: #fff !important;
}
/* about section end */

.bg-gradiant3 {
    color: #fff;
    position: relative;
    z-index: 1;
}

.container, .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.text-center {
    text-align: center !important;
}

.counter-icon {
    margin-bottom: 3rem;
    margin-top: 20px;
}

    .counter-icon i {
        font-size: 42px;
        color: #f6334b;
    }

.counter-content {
    color: #f6334b;
}

    .counter-content span {
        font-size: 42px;
        color: #fff;
        margin-right: 5px;
        font-weight: 700;
    }

    .counter-content p {
        color: #f6334b;
        font-size: 20px;
        font-weight: 600;
    }


/* Home Page start */
.experence-info {
    padding: 0px 0px !important;
    background-color: #000;
}

.content-absolute {
    position: absolute;
    left: 0;
    right: 0;
    top: 180px;
}

.grouth-div {
    background-color: #000;
}



#outer {
    overflow: hidden;
    padding: 40px 0px 25px 0px;
    opacity: 0.16;
}

    #outer div {
        display: inline-block;
        display: inline-block;
        font-size: 55px;
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Russo One', sans-serif !important;
    }

#loop {
    white-space: nowrap;
    animation: loop-anim 50s linear infinite;
}

@keyframes loop-anim {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: -50% /* This works because of the div between "outer" and "loop" */
    }
}



.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .circles li {
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgba(255, 255, 255, 0.2);
        animation: animate_aboutus 25s linear infinite;
        bottom: -150px;
    }

        .circles li:nth-child(1) {
            left: 25%;
            width: 80px;
            height: 80px;
            animation-delay: 0s;
        }


        .circles li:nth-child(2) {
            left: 10%;
            width: 20px;
            height: 20px;
            animation-delay: 2s;
            animation-duration: 12s;
        }

        .circles li:nth-child(3) {
            left: 70%;
            width: 20px;
            height: 20px;
            animation-delay: 4s;
        }

        .circles li:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            animation-delay: 0s;
            animation-duration: 18s;
        }

        .circles li:nth-child(5) {
            left: 65%;
            width: 20px;
            height: 20px;
            animation-delay: 0s;
        }

        .circles li:nth-child(6) {
            left: 75%;
            width: 110px;
            height: 110px;
            animation-delay: 3s;
        }

        .circles li:nth-child(7) {
            left: 35%;
            width: 150px;
            height: 150px;
            animation-delay: 7s;
        }

        .circles li:nth-child(8) {
            left: 50%;
            width: 25px;
            height: 25px;
            animation-delay: 15s;
            animation-duration: 45s;
        }

        .circles li:nth-child(9) {
            left: 20%;
            width: 15px;
            height: 15px;
            animation-delay: 2s;
            animation-duration: 35s;
        }

        .circles li:nth-child(10) {
            left: 85%;
            width: 150px;
            height: 150px;
            animation-delay: 0s;
            animation-duration: 11s;
        }



@keyframes animate_aboutus {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.counter-main-div {
    padding: 10px;
}

.border-div {
    padding: 10px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    background-color: #ffffff;
}

.single-fact-counter-2 {
    margin-bottom: 0px;
}


.about-services {
    border-radius: 10px;
    padding: 10px;
}

.about-service-2 {
    border: 1px solid #d7d7d7;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}



.scrool-img {
    text-align: center;
}

.scrool-content {
    padding: 0px;
}

.service-box-design {
    width: 100%;
    background-color: #030250;
    border-radius: 10px;
    margin: 5px 5px 50px 5px;
    height: 200px;
    text-align: center;
    /*background-image: url('../images/Business-Process-Services.jpg');*/
    background-size: cover;
}

.src-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: -1px auto;
    float: none;
    background-color: #0f62fe;
    /* margin-top: -50px; */
    position: absolute;
    left: 25%;
    right: 25%;
    top: -40px;
}

.scrool-section {
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    color: #fff;
}

.service-scrool-sections {
    background-image: url('../images/services-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.about-style2-area {
    background-image: url('../images/about-style2-area.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

li {
    list-style-type: none;
}

/* styled just for clear visual division of each areas */

.op-section {
    background-color: #fff;
}

.second {
    background-color: #fff;
}

.third {
    background-color: #fff;
}

.fourth {
    background-color: #fff;
}

.fifth {
    background-color: #fff;
}

.last {
    background-color: #fff;
}

#radioWrap {
    width: 20px;
    height: 180px;
    position: absolute;
    right: 8%;
    top: 71.5%;
    margin-top: -90px;
}

#radio {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    #radio li {
        width: 20px;
        height: 20px;
        background-color: rgb(166 46 239);
        text-indent: -10000px;
        border-radius: 50%;
        margin-top: 12px;
        cursor: pointer;
    }

        #radio li:first-child {
            margin-top: 0;
        }

/* 
                  set position to absolute(essential).
                  use margin to adjust gaps between LIs because ApplikeOnePage.js uses .outerHeight(true) method
                  to measure the interval gap to which each radio buttons are placed.
              */

#radioOn {
    width: 20px;
    height: 20px;
    margin-bottom: 12px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FE0000;
    border-radius: 50%;
}

.service-sub-ttls {
    margin-top: 60px;
    float: left
}

.service-ttl {
    color: #fff;
    line-height: 25px;
    margin: 0px 0 15px 0;
    ;
}

.service-p {
    color: #fff;
    line-height: 25px;
    font-size: 16px;
}

.scrool-img img {
    width: 60%;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #0f62fe;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #FE0000;
    }

.footer-gif {
    /* background-image: url('../images/footer-video.gif'); background-repeat: no-repeat; background-size: cover;
     */
    background-image: -moz-linear-gradient(0deg, #20006c 0%, #0f62fe, #0f62fe);
    background-image: -webkit-linear-gradient(0deg, #20006c 0%, #0f62fe, #0f62fe);
    background-image: -ms-linear-gradient(0deg, #20006c 0%, #0f62fe, #0f62fe);
}

.src-icon i {
    font-size: 34px;
    position: absolute;
    color: #fff;
    left: 25%;
    right: 25%;
    top: 25%;
    bottom: 25%;
}

.testi-text h3 {
    color: #fff;
}

.testi-text p {
    color: #030250;
    line-height: 25px;
}

.testi-img {
    /*background-image: url('../images/greadint-bg.png');*/
    background-size: 79%;
    background-repeat: no-repeat;
    background-position: 4px -3px;
}

    .testi-img img {
        border-radius: 50%;
        width: 65%;
    }

.carousel-control-prev-2 {
    left: -143px;
}

.carousel-control-next-2 {
    right: -143px;
}

.test-bg-clr {
    background-color: #0000007a;
    padding: 60px 0px 100px 0px;
}

.testimonails-section {
    /*background-image: url('../images/testimonails.jpg');*/
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.testi-bg {
    background-color: #E8E8E8;
    border-radius: 50px 0px;
    padding: 50px;
    border: 2px solid #E8E8E8;
}

.carousel-indicators-2 {
    bottom: -66px;
}

.testimonails-section-bg-clr {
    background-color: #000;
}

.testi-h5 {
    color: #030250;
}


.title-box span {
    color: #030250;
}

.client-name {
    color: #030250;
}

.yellow-clr {
    color: #ffa800;
    font-size: 14px;
    letter-spacing: -4px;
}

.text-white-clr {
    color: #fff;
}

.fa-primary {
    color: #0f62fe;
    font-size: 20px;
}

    .fa-primary:hover {
        color: #fff;
    }

.rotate-element {
    width: 20%;
    float: left;
    padding: 19px 10px;
    box-sizing: border-box;
    background-color: #0f62fe;
    height: auto;
    text-align: center;
}

.rotate-element-2 {
    background-color: #ededed;
}

.rotate-ttl {
    text-align: center;
    color: #0f62fe;
    font-weight: normal;
}

.rotate-white-ttl {
    color: #fff;
}

.rotate-element img {
    width: 25%;
    margin-bottom: 15px;
    border-radius: 50%;
    padding: 6px;
    background-color: #fff;
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
/* Home Page End */








/* Solutions CSS Start */
.Solutions-banner {
    padding: 136px 0px 150px 0px !IMPORTANT;
    border-radius: 15pxpx;
}

.solutions-left-bg-clr {
    background-color: #000c;
    padding: 148px 22px;
    border-radius: 15px;
}

.solutions-left-bg {
    padding: 0px;
    border-radius: 15px;
    background-image: url('../images/Robotic-Automation-Process.jpg');
    background-repeat: no-repeat;
    background-size: 36% 100%;
    background-attachment: fixed;
}

.solutions-left-bg {
}

.solution-carosal-imgs {
    width: 63%;
    padding-left: 145px;
    box-sizing: border-box;
}

.Health-Sciences-section {
    padding: 60px 0px;
}

    .Health-Sciences-section h2 {
        text-align: center;
        margin: 0px !important;
        padding: 0px !important;
    }

.black-p {
    color: #000;
    padding: 10px 100px;
    text-align: center;
    font-size: 16px;
}

.Health-label {
    border-radius: 20px;
    text-align: center;
    color: #fff;
    padding: 50px 15px;
    background-image: url('../images/BG-Dark-Blue-Hor.png') !important;
    background-repeat: no-repeat;
    background-color: #0d539f;
    background-repeat: no-repeat;
    background-size: 100% 93%;
}

    .Health-label p {
        text-align: center;
    }

.white-text {
    color: #fff;
}

.Solutions-full-div {
    margin-bottom: 0px;
    padding: 30px 10px;
    box-sizing: border-box;
    color: #000;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #eee;
    margin-bottom: 30px;
}

.solution-fa {
    font-size: 50px;
    margin-bottom: 10px;
}

.solutions-sub-ttl {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.Solutions-full-div p {
    text-align: center;
}

.solutions-left-sub {
    padding: 37px 25px 11px 25px;
}

.Robotic-Automation-Process {
    background-color: #fafbfe;
    padding-bottom: 50px;
    padding-top: 235px;
}

.Solutions-banner {
    background-color: #fafbfe;
    background-image: url('../images/industries/solutions-bg.png');
    background-size: cover;
    text-align: center;
    color: #fff;
    margin-top:70px;
}

/* .solutions-carosal{ 
    background-color: #fafbfe;background-image: url('../images/solutions-scrool-bg.jpg'); background-size: cover; text-align: center; color:#fff
} */
.carousel-indicators-3 {
    bottom: 40px !important;
}



.triangle-down {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 35px solid #efefef;
    transform: rotate(89deg);
    right: -8px;
    position: absolute;
    z-index: 10000;
    top: 50%;
}

.solution-bg {
    background-color: #efefef;
    padding: 20px 20px 20px 35px;
    box-sizing: border-box;
    border-radius: 27px;
}

.our-main-solutions {
    background: rgb(255,36,89);
    background: linear-gradient(90deg, rgb(184 66 206) 0%, rgba(125,0,201,1) 100%);
    padding: 0px;
    border-radius: 29px;
    height: 500px;
}

.pdt-5 {
    padding-top: 50px;
}

.solu-boxshadow {
    box-shadow: -7px 22px 20px -4px rgba(156,148,148,0.41);
    -webkit-box-shadow: -7px 22px 20px -4px rgba(156,148,148,0.41);
    -moz-box-shadow: -7px 22px 20px -4px rgba(156,148,148,0.41);
}

.time-line-ttl {
    margin-top: 65px !important;
    font-size: 30px !important;
    letter-spacing: 1px;
    margin-right: 23px !important;
    cursor: pointer !important;
    color: #fff !important;
}


.about-banner {
    background: url(../images/about-banner.jpg) no-repeat left top;
    min-height: 500px;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    top:70px;
    padding-top: 150px;
}

.text-center {
    text-align: center;
}

.large-whit-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 300px;
    margin: 0 auto;
    background-color: #fff;
    width: 816px;
    height: 408px;
    padding: 54px 6%;
    border-radius: 0 0 816px 816px;
    box-shadow: 13px 22px 95px 0 rgb(0 1 1 / 28%);
}

.logo-gradient-box {
    position: absolute;
    left: 0;
    right: 0;
    top: -48px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #9856c6;
    /* background: -moz-linear-gradient(left,#fb7c00 0,#ef503b 100%);
        background: -webkit-linear-gradient(left,#fb7c00 0,#ef503b 100%);
        background: linear-gradient(to right,#fb7c00 0,#ef503b 100%); */
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}

.justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.abt-webbylogo {
    background-position: -587px -1px;
    width: 39px;
    height: 24px;
}

[class*=abt-], [class^=abt-] {
    background-image: url(../about-images/about-sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
}

.about-status-wrapper {
    position: relative;
}

.justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-status-wrapper:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 100%;
    left: 50%;
    background-color: #e5e5e5;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about-status {
    width: 39%;
}

    .about-status li {
        color: #000;
        margin-bottom: 43px;
    }

.about-status-1 li {
    text-align: right;
}

.about-status li strong {
    display: block;
    font-size: 53px;
    margin-bottom: 5px;
    line-height: 1.1;
    font-weight: 600;
    font-family: Poppins,sans-serif;
}

.about-status li span {
    font-size: 21px;
}

.about-status {
    width: 39%;
}

.about-status-wrapper:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background-color: #e5e5e5;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

@keyframes cursor {
    from, to {
        border-color: transparent;
    }

    50% {
        border-color: black;
    }
}

@keyframes typing {
    from {
        width: 100%;
    }

    90%, to {
        width: 0;
    }
}

@keyframes slide {
    33.3333333333% {
        font-size: 3rem;
        letter-spacing: 3px;
    }

    to {
        font-size: 0;
        letter-spacing: 0;
    }
}

.type-h4 {
    width: 100%;
    margin-top: 10px;
    color: #FE0000;
}

.typing-slider {
    font-family: Consolas, monospace;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    text-align: left;
}

    .typing-slider h4 {
        position: relative;
        display: inline;
        font-size: 0;
        text-transform: uppercase;
        letter-spacing: 0;
        animation: slide 15s step-start infinite;
    }

        .typing-slider h4::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            border-left: 1px solid black;
            background-color: #fff;
            animation: typing 5s infinite, cursor 1s infinite;
        }

        .typing-slider h4:nth-child(1) {
            animation-delay: 0s;
            letter-spacing: -1px !important;
        }

            .typing-slider h4:nth-child(1)::after {
                animation-delay: 0s;
                animation-timing-function: steps(16), step-end;
            }

        .typing-slider h4:nth-child(2) {
            animation-delay: 5s;
        }

            .typing-slider h4:nth-child(2)::after {
                animation-delay: 5s;
                animation-timing-function: steps(23), step-end;
            }

        .typing-slider h4:nth-child(3) {
            animation-delay: 10s;
        }

            .typing-slider h4:nth-child(3)::after {
                animation-delay: 10s;
                animation-timing-function: steps(12), step-end;
            }

        .typing-slider h4:nth-child(4) {
            animation-delay: 10s;
        }

            .typing-slider h4:nth-child(4)::after {
                animation-delay: 10s;
                animation-timing-function: steps(12), step-end;
            }

.scrool-div {
    border-radius: 0px;
    padding: 150px 50px 110px 100px;
    box-sizing: border-box;
}

/* Solutions CSS End */









/* Industries Starts  */

.Automotive-2 {
    padding-left: 60px !important;
    box-sizing: border-box;
}
/* Industries ENd  */


.footer-widget-links ul li a {
    padding: 0px;
}

.footer a {
    padding: 0px !important;
}

.footer.pdtop {
    padding-top: 30px
}


@media(min-width:360px) and (max-width:480px) {
    h1 {
        font-size: 28px !important;
    }

    h2 {
        font-size: 22px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    h4 {
        font-size: 18px !important;
    }

    h5 {
        font-size: 18px !important;
    }

    h6 {
        font-size: 18px !important;
    }

    .footer-widget-links ul li a {
        padding: 0px;
    }

    .footer a {
        padding: 0px !important;
    }

    .footer.pdtop {
        padding-top: 0px
    }
}
.About-bannersection {
    background-image: url(../images/abt-banner.jpg);
    height: 300px;
    position: relative;
    top: 75px;;
}
.About-bannersection1 {
    background-image: url(../images/aboutus-banner.jpg);
    height: 300px;
    position: relative;
    top: 75px;
}
.Industries-bannersection {
    background-image: url(../images/industries-banner.jpg);
    height: 300px;
    position: relative;
    top: 75px;
}
.Services-bannersection {
    background-image: url(../images/services-banner.jpg);
    height: 300px;
    position: relative;
    top: 75px;
}
.Solutions-bannersection {
    background-image: url(../images/solutions-banner.jpg);
    height: 300px;
    position: relative;
    top: 75px;
}
.Alliances-bannersection {
    background-image: url(../images/Alliances-banner.jpg);
    height: 300px;
    position: relative;
    top: 75px;
}
.Csr-bannersection {
    background-image: url(../images/csr-banner.jpg);
    height: 300px;
    position: relative;
    top: 75px;
}
.Careers-bannersection {
    background-image: url(../images/Careers-banner.jpg);
    height: 300px;
    position: relative;
    top: 75px;
}
.Contactus-bannersection {
    background-image: url(../images/contactus-img-banner.jpg);
    height: 300px;
    position: relative;
    top: 75px;
}
@media(min-width:640px) and (max-width:800px) {
    .Solutions-full-div {
        min-height: 260px;
    }

    .large-whit-box {
        width: 747px;
    }
}
@media (max-width: 800px) {
    .About-bannersection {
        background-image: url(../images/abt-banner-mobile.jpg);
        background-repeat: no-repeat;
        position: relative;
        top: 75px;
    }
    .About-bannersection1 {
        background-image: url(../images/abt-banner-mobile1.jpg);
        position: relative;
        top: 75px;
    }
    .Industries-bannersection {
        background-image: url(../images/industries-banner-mobile.jpg);
        background-repeat: no-repeat;
        position: relative;
        top: 75px;
    }
    .Services-bannersection {
        background-image: url(../images/services-banner-mobile.jpg);
        background-repeat: no-repeat;
        position: relative;
        top: 75px;
    }

    .Solutions-bannersection {
        background-image: url(../images/solutions-banner-mobile.jpg);
        background-repeat: no-repeat;
        position: relative;
        top: 75px;
    }

    .Alliances-bannersection {
        background-image: url(../images/Alliances-banner-mobile.jpg);
        background-repeat: no-repeat;
        position: relative;
        top: 75px;
    }

    .Csr-bannersection {
        background-image: url(../images/csr-banner-mobile.jpg);
        background-repeat: no-repeat;
        position: relative;
        top: 75px;
    }

    .Careers-bannersection {
        background-image: url(../images/Careers-banner-mobile.jpg);
        background-repeat: no-repeat;
        position: relative;
        top: 75px;
    }

    .Contactus-bannersection {
        background-image: url(../images/contactus-img-banner-mobile.jpg);
        background-repeat: no-repeat;
        position: relative;
        top: 75px;
    }
}
