            @font-face {
                font-family: 'Poppins Medium';
                src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff');
                font-weight: 500;
                font-style: normal;
                font-display: auto;
            }
            
            @font-face {
                font-family: 'Poppins Light';
                src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff');
                font-weight: 300;
                font-style: normal;
                font-display: auto;
            }
            
            @font-face {
                font-family: 'Poppins Bold';
                src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff');
                font-weight: bold;
                font-style: normal;
                font-display: auto;
            }
            
            @font-face {
                font-family: 'Poppins Regular';
                src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
                font-weight: normal;
                font-style: normal;
                font-display: auto;
            }
            
            @font-face {
                font-family: 'Poppins SemiBold';
                src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
                font-weight: 600;
                font-style: normal;
                font-display: auto;
            }
            /*------------Slick-Slider-Start------------- */
            
            .slick-slider {
                position: relative;
                display: block;
                box-sizing: border-box;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                -webkit-touch-callout: none;
                -khtml-user-select: none;
                -ms-touch-action: pan-y;
                touch-action: pan-y;
                -webkit-tap-highlight-color: transparent;
            }
            
            .slick-list {
                position: relative;
                display: block;
                overflow: hidden;
                margin: 0;
                padding: 0;
            }
            
            .slick-list:focus {
                outline: none;
            }
            
            .slick-list.dragging {
                cursor: pointer;
                cursor: pointer;
            }
            
            .slick-slider .slick-track,
            .slick-slider .slick-list {
                -webkit-transform: translate3d(0, 0, 0);
                -moz-transform: translate3d(0, 0, 0);
                -ms-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
            
            .slick-track {
                position: relative;
                top: 0;
                left: 0;
                display: block;
                margin-left: auto;
                margin-right: auto;
            }
            
            .slick-track:before,
            .slick-track:after {
                display: table;
                content: '';
            }
            
            .slick-track:after {
                clear: both;
            }
            
            .slick-loading .slick-track {
                visibility: hidden;
            }
            
            .slick-slide {
                display: none;
                float: left;
                height: 100%;
                min-height: 1px;
            }
            
            [dir='rtl'] .slick-slide {
                float: right;
            }
            
            .slick-slide img {
                display: block;
                margin-left: auto;
                margin-right: auto;
            }
            
            .slick-slide.slick-loading img {
                display: none;
            }
            
            .slick-slide.dragging img {
                pointer-events: none;
            }
            
            .slick-initialized .slick-slide {
                display: block;
            }
            
            .slick-loading .slick-slide {
                visibility: hidden;
            }
            
            .slick-vertical .slick-slide {
                display: block;
                height: auto;
                border: 1px solid transparent;
            }
            
            .slick-arrow.slick-hidden {
                display: none;
            }
            /* Slider */
            
            .slick-loading .slick-list {
                background: #fff url('/images/ajax-loader.gif') center center no-repeat;
            }
            /* Icons */
            
            @font-face {
                font-family: 'slick';
                font-weight: normal;
                font-style: normal;
                src: url('../fonts/slick.eot');
                src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
            }
            /* Arrows */
            
            .slick-prev,
            .slick-next {
                font-size: 0;
                line-height: 0;
                position: absolute;
                top: 50%;
                display: block;
                width: 20px;
                height: 20px;
                padding: 0;
                -webkit-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
                cursor: pointer;
                color: transparent;
                border: none;
                outline: none;
                background: transparent;
            }
            
            .slick-prev:hover,
            .slick-prev:focus,
            .slick-next:hover,
            .slick-next:focus {
                color: transparent;
                outline: none;
                background: transparent;
            }
            
            .slick-prev:hover:before,
            .slick-prev:focus:before,
            .slick-next:hover:before,
            .slick-next:focus:before {
                opacity: 1;
            }
            
            .slick-prev.slick-disabled:before,
            .slick-next.slick-disabled:before {
                opacity: .25;
            }
            
            .slick-prev:before,
            .slick-next:before {
                font-family: 'slick';
                font-size: 20px;
                line-height: 1;
                opacity: .75;
                color: #fff;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }
            
            .slick-prev {
                left: 50px;
                z-index: 9;
            }
            
            [dir='rtl'] .slick-prev {
                right: -25px;
                left: auto;
            }
            
            .slick-prev:before {
                content: '←';
            }
            
            [dir='rtl'] .slick-prev:before {
                content: '→';
            }
            
            .slick-next {
                right: 50px;
                z-index: 9;
            }
            
            [dir='rtl'] .slick-next {
                right: auto;
                left: -25px;
            }
            
            .slick-next:before {
                content: '→';
            }
            
            [dir='rtl'] .slick-next:before {
                content: '←';
            }
            /* Dots */
            
            .slick-dotted.slick-slider {
                margin-bottom: 0;
            }
            
            .slick-dots {
                position: absolute;
                bottom: 25px;
                display: block;
                width: 100%;
                padding: 0;
                margin: 0;
                color: #fff;
                list-style: none;
                text-align: center;
            }
            
            .slick-dots li {
                position: relative;
                display: inline-block;
                width: 20px;
                height: 20px;
                margin: 0 5px;
                padding: 0;
                cursor: pointer;
            }
            
            .slick-dots li button {
                font-size: 0;
                line-height: 0;
                display: block;
                width: 20px;
                height: 20px;
                padding: 5px;
                cursor: pointer;
                color: #fff;
                border: 0;
                outline: none;
                background: transparent;
            }
            
            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }
            
            .slick-dots li button:hover:before,
            .slick-dots li button:focus:before {
                opacity: 1;
            }
            
            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .90;
                color: #fff;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }
            
            .slick-dots li.slick-active button:before {
                opacity: .75;
                color: #fff;
                z-index: 9;
            }
            /*------------Slick-Slider-End------------ */
            
            body {
                font-family: 'Poppins', sans-serif;
            }
            
            a {
                text-decoration: none;
                transition: all .5s ease;
                color: inherit;
            }
            
            a:hover {
                text-decoration: none;
                color: #000;
            }
            
            a:active,
            a:focus,
            a:visited {
                text-decoration: none;
            }
            
            div {
                box-sizing: border-box;
            }
            
            b,
            strong {
                font-weight: normal;
                font-family: 'Poppins Bold';
                font-family: 'Poppins', sans-serif;
            }
            
            .clear {
                clear: both;
            }
            
            .clearfix:after {
                clear: both;
                content: '';
                display: block;
            }
            
            ul,
            ol {
                list-style: none;
                padding: 0;
                margin: 0;
            }
            
            ul li {
                list-style: none;
            }
            
            html,
            body,
            div,
            span,
            object,
            iframe,
            h1,
            h2,
            h3,
            h4,
            h5,
            h6,
            p,
            blockquote,
            pre,
            abbr,
            address,
            cite,
            code,
            del,
            dfn,
            em,
            img,
            ins,
            kbd,
            q,
            samp,
            small,
            strong,
            sub,
            sup,
            var,
            b,
            i,
            dl,
            dt,
            dd,
            ol,
            ul,
            li,
            fieldset,
            form,
            label,
            legend,
            table,
            caption,
            tbody,
            tfoot,
            thead,
            tr,
            th,
            td,
            article,
            aside,
            canvas,
            details,
            figcaption,
            figure,
            footer,
            header,
            hgroup,
            menu,
            nav,
            section,
            summary,
            time,
            mark,
            audio,
            video {
                font-family: 'Poppins', sans-serif;
                margin: 0;
                padding: 0;
                border: 0;
                outline: 0;
                font-size: 100%;
                background: transparent;
            }
            
            article,
            aside,
            details,
            figcaption,
            figure,
            footer,
            header,
            hgroup,
            menu,
            nav,
            section {
                display: block;
            }
            
            blockquote,
            q {
                quotes: none;
            }
            
            blockquote:before,
            blockquote:after,
            q:before,
            q:after {
                content: '';
                content: none;
            }
            
            a {
                margin: 0;
                padding: 0;
                font-size: 100%;
                vertical-align: baseline;
                background: transparent;
            }
            
            ins {
                background-color: #ff9;
                color: #000;
                text-decoration: none;
            }
            
            mark {
                background-color: #ff9;
                color: #000;
                font-style: italic;
                font-weight: bold;
            }
            
            del {
                text-decoration: line-through;
            }
            
            abbr[title],
            dfn[title] {
                border-bottom: 1px dotted;
                cursor: help;
            }
            
            table {
                border-collapse: collapse;
                border-spacing: 0;
            }
            
            hr {
                display: block;
                height: 1px;
                border: 0;
                border-top: 1px solid #cccccc;
                margin: 1em 0;
                padding: 0;
            }
            
            input,
            select {
                vertical-align: middle;
            }
            
            a,
            a:hover {
                text-decoration: none;
                transition: all .5s ease-in-out;
            }
            
            img {
                max-height: 100%;
                max-width: 100%;
            }
            
            p {
                padding: 0;
                font-size: 14px;
                line-height: 20px;
                color: #000;
                margin: 0;
                text-align: justify;
            }
            
            h1 {
                font-size: 48px;
                margin: 0;
            }
            
            h2 {
                font-size: 30px;
                letter-spacing: 1px;
                margin: 0;
            }
            
            h3 {
                font-size: 25px;
                margin: 0;
            }
            
            h4 {
                font-size: 20px;
                margin: 0;
            }
            
            h5 {
                font-size: 16px;
                margin: 0;
            }
            
            h6 {
                font-size: 14px;
                margin: 0;
            }
            /*-----------Header-start---------------------*/
            
            .myheader {
                position: fixed;
                top: 0;
                width: 100%;
                background: #fff;
                display: flex;
                justify-content: space-between;
                align-items: center;
                transition: all .5s ease-in-out;
                padding: 10px 20px;
                z-index: 999;
            }
            
            .stickyheader .myheader {
                box-shadow: 0px 4px 8px rgb(9 82 139 / 50%);
                position: fixed;
            }
            
            .navbox>ul>li:last-child {
                margin-right: 0px;
            }
            
            #nav-icon1 {
                z-index: 99;
                display: none;
                width: 35px;
                height: 28px;
                position: relative;
                -webkit-transform: rotate( 0deg);
                -moz-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate( 0deg);
                -webkit-transition: .5s ease-in-out;
                -moz-transition: .5s ease-in-out;
                -o-transition: .5s ease-in-out;
                transition: .5s ease-in-out;
                cursor: pointer;
            }
            
            #nav-icon1 span {
                display: block;
                position: absolute;
                height: 4px;
                width: 100%;
                background: #deb666;
                opacity: 1;
                left: 0;
                -webkit-transform: rotate( 0deg);
                -moz-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate( 0deg);
                -webkit-transition: .25s ease-in-out;
                -moz-transition: .25s ease-in-out;
                -o-transition: .25s ease-in-out;
                transition: .25s ease-in-out;
            }
            
            #nav-icon1 span:nth-child(1) {
                top: 0px;
            }
            
            #nav-icon1 span:nth-child(2) {
                top: 9px;
            }
            
            #nav-icon1 span:nth-child(3) {
                top: 18px;
            }
            
            .navmain {
                display: flex;
                align-items: center;
                justify-content: right;
            }
            
            .navbox>ul>li {
                float: left;
                margin-right: 15px;
            }
            
            .navbox>ul>li>a {
                display: block;
                color: #000000;
                padding: 8px 0px;
                position: relative;
                font-size: 15px;
                transition: all .5s ease-in-out;
                font-family: 'Poppins Medium';
            }
            
            .btnbook {
                border: 1px solid #f6941f;
                padding: 5px 10px!important;
                background: none;
                outline: none !important;
                font-size: 15px;
                outline: none;
                position: relative;
                transition: all .5s ease-in-out;
                font-family: 'Poppins Medium';
            }
            
            .btnbook img {
                margin-right: 5px;
            }
            
            .btnbook:hover {
                color: #363636;
                box-shadow: 0px 5px 6px #cecece;
            }
            /*-----------Header-end----------------------*/
            /*-----------Banner-start--------------------*/
            
            .banner {
                background: url(../images/home-bg.jpg) no-repeat;
                padding: 310px 0px;
                background-size: cover;
                background-attachment: fixed;
                position: relative;
                height: 100vh;
            }
            
            .logninpage {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
            
            .bannerslide .slick-prev,
            .slick-next {
                display: none!important;
            }
            
            .bannerslide .slick-slide img {
                border-radius: 8px;
            }
           
            .userform {
                background: #fff;
                padding: 60px 15px 16px;
                border-radius: 8px;
                height: 350px;
            }
            
            .icon i {
                background: #ffffff;
                color: #f7981e;
                width: 80px;
                height: 80px;
                border-radius: 100%;
                line-height: 80px;
                font-size: 30px;
                position: absolute;
                top: -50px;
                left: 50%;
                transform: translateX(-50%);
                text-align: center;
                box-shadow: 0 8px 4px -3px #b7b7b7;
            }
            
            .form-group label {
                margin: 0px 0px 5px;
            }
            
            .userform h2 {
                font-size: 22px;
                text-align: center;
                margin: 40px 0px 30px;
            }
            
            .inputbox {
                padding-left: 35px;
            }
            
            .boxset {
                position: relative;
            }
            /*.inner-section {
                margin-top: -25px;
            }*/
            .innertop {
                margin-top: -30px;
            }
            .boxset i {
                position: absolute;
                top: 30px;
                left: 1px;
                background: #fffbf6;
                width: 30px;
                height: 36px;
                text-align: center;
                color: #f7981e;
                line-height: 36px;
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px;
            }
            
            .Submitbtn {
                outline: none;
                border: none;
                padding: 8px 45px;
                background: #f7981e;
                display: block;
                color: #000;
                transition: all .5s ease;
                border: 1px solid #f7981e;
                margin: 0 auto;
                width: 100%;
                border-radius: 4px;
            }
            
            .Submitbtn:hover {
                border-color: #f7981e;
                color: #fff;
                box-shadow: 0px 5px 6px #cecece;
                background: #f7981e;
            }
            
            .form-groupww a {
                margin: 10px 0;
                display: block;
            }
            
            .form-groupww a:hover {
                color: #e4732b;
            }
            
            .form-groupw p {
                text-align: center;
                margin-bottom: 5px;
            }
            
            .form-groupw p a {
                color: #015aa1;
                font-size: 16px;
            }
            
            .form-groupw p a:hover {
                text-decoration: underline;
            }
            
            /*-----------Banner-end----------------------*/
            /*-----------About-us-start------------------*/
            
            .About {
                padding: 80px 0px;
            }
            
            .decor-line {
                background: #f7941d;
                width: 60px;
                height: 3px;
                display: inline-block;
                vertical-align: top;
                margin-top: 10px;
            }
            
            .textHedding {
                margin-bottom: 5px;
                font-size: 30px;
                color: #383838;
                font-family: 'Poppins Bold';
            }
            
            .textabout span {
                display: block;
                margin: 10px 0;
                font-size: 15px;
                font-family: 'Poppins Medium';
                line-height: 22px;
            }
            
            .textabout p {
                margin-bottom: 25px;
                color: #363636;
            }
            
            .dotted {
                position: absolute;
                right: 0;
                top: 10px;
                z-index: 0;
                left: 10px;
                border-radius: 8px;
            }
            
            .dotted {
                transform: translateY(-45px);
            }
            
            .about-image {
                z-index: 1;
                left: 0;
                position: relative;
             
                transform: translate(-60px, 0px);
                margin-left: 50px;
                border-radius: 8px;
            }
            /*-----------About-us-end--------------------*/
            /*-----------benefits-start------------------*/
            
            .benefits {
                padding: 80px 0px;
                background: #dff1ff;
            }
            
            .benefits h2 {
                font-size: 30px;
                color: #383838;
                font-family: 'Poppins Bold';
                margin-bottom: 10px;
                text-align: center;
            }
            
            .decor-line2 {
                background: #f7941d;
                width: 60px;
                height: 3px;
                display: block;
                margin: 0 auto 30px;
            }
            
            .decor-line3 {
                background: #f7941d;
                width: 60px;
                height: 3px;
                display: block;
                margin: 0 auto 0px;
            }
            
            .Box {
                padding: 30px 10px;
                border-radius: 8px;
                min-height: 255px;
                transition: all .5s ease-in-out;
                background: #fff;
            }
            
            .Box .boxsets i {
                font-size: 40px;
                margin: 15px 0;
                display: block;
                text-align: center;
                margin-top: 0px;
                color: #1d75bb;
                transition: all .5s ease-in-out;
            }
            
            .boxsets h3 {
                font-size: 16px;
                text-align: center;
                margin-bottom: 15px;
                font-family: 'Poppins SemiBold';
                transition: all .5s ease-in-out;
            }
            
            .boxsets p {
                text-align: center;
                font-size: 14px;
                font-family: 'Poppins Regular';
                transition: all .5s ease-in-out;
                color: #383838;
            }
            
            .Box:hover {
                box-shadow: 9px 11px 0px #1d75bb;
            }
            
            .Box:hover .boxsets i {
                color: #d5621c;
            }
            
            .Box:hover .boxsets h3 {
                color: #d5621c;
            }
            
            /*.Box:hover .boxsets p {
                color: #d5621c;
            }*/
            /*-----------benefits-end--------------------*/
            /*-----------ourclient-start-----------------*/
            
            .ourclient {
                padding: 40px 0px;
            }
            
            .ourclient h3 {
                font-size: 30px;
                color: #383838;
                font-family: 'Poppins Bold';
                margin-bottom: 10px;
                text-align: center;
            }
            
            .clientslider {
                margin: 30px 0 50px;
                padding: 20px;
                border-radius: 20px;
                box-shadow: 0 0 30px rgb(0 0 0 / 16%);
            }
            
            .clientslider .slick-slide img {
                display: block;
                margin-left: auto;
                margin-right: auto;
                padding: 0px 5px;
                border-radius: 20px;
            }
            
            .clientslider .slick-prev {
                left: -10px;
                display: none!important;
                z-index: 9;
            }
            
            .clientslider .slick-dots {
                position: absolute;
                bottom: -60px;
                display: block;
                width: 100%;
                padding: 10px;
                margin: 0;
                color: #e4732b;
                list-style: disc;
                text-align: center;
                z-index: 999999999;
                display: none!important;
            }
            /*-----------ourclient-end------------------*/
            /*-----------Footer-Start------------------*/
            
            .footerbg {
                padding: 40px 0px 0;
                background: #1e1e1e;
                position: relative;
            }
            
            .scrollUp {
                position: fixed;
                bottom: 30px;
                right: 20px;
                width: 40px;
                height: 40px;
                text-align: center;
                border: 1px solid #f07d00;
                background: #f07d00;
                color: #fff;
                line-height: 40px;
                z-index: 99;
                display: none;
                transition: all .5s ease-in-out;
                border-radius: 4px;
            }
            
            .scrollUp:hover {
                border-color: #f07d00;
                background: #fff;
                color: #f07d00;
            }
            
            .foterbox {
                background: #1e1e1e;
                padding: 15px;
                border-radius: 4px;
                transition: all .5s ease-in;
            }
            
            .foterbox h4 {
                color: #fff;
                text-transform: uppercase;
                font-size: 16px;
                margin-bottom: 20px;
            }
            
            .foterbox p {
                color: #ffffff;
                text-align: left;
                font-family: 'Poppins Light';
            }
            
            .foterbox p a {
                color: #ff7720;
            }
            
            .foterbox ul li {
                position: relative;
            }
            
            .foterbox ul li a {
                color: #fff;
                font-size: 14px;
                padding: 5px 0;
                display: block;
            }
            
            .foterbox ul li a:hover {
                padding-left: 5px;
                color: #f7981e;
            }
            
            .foterbox ul li i {
                font-size: 20px;
                margin-right: 5px;
                text-align: center;
            }
            
            .fotrdown p {
                color: #fff;
                padding-top: 15px;
            }
            
            .footercopy {
                background: #242424;
                margin-top: 20px;
            }
            
            .fotrdown p a:hover {
                color: #f6941f;
            }
            
            .socialmedia {
                text-align: right;
                padding: 15px 0;
            }
            
            .socialmedia a {
                color: #fff;
                margin-right: 8px;
            }
            
            .fotrdown {
                padding: 15px;
            }
            
            .fbbg {
                background: #3b5998;
                width: 40px;
                height: 40px;
                display: inline-block;
                text-align: center;
                line-height: 40px;
                font-size: 20px;
                border-radius: 4px;
            }
            
            .lnkbg {
                background: #3371b7;
                width: 40px;
                height: 40px;
                display: inline-block;
                text-align: center;
                line-height: 40px;
                font-size: 20px;
                border-radius: 4px;
            }
            
            .twitterbg {
                background: #3371b7;
                width: 40px;
                height: 40px;
                display: inline-block;
                text-align: center;
                line-height: 40px;
                font-size: 20px;
                border-radius: 4px;
            }
            /*-----------Footer-End------------------*/
            /*-----------SignUp-Star-----------------*/
            
            .contact {
                background: url(../images/swiftcontactt.jpg) no-repeat;
                background-size: cover;
                background-position: center;
                width: 100%;
                padding: 60px 0;
            }
            
            .signUpto {
                position: absolute;
                top: 55%;
                left: 65%;
                transform: translateY(-50%);
                width: 500px;
                z-index: 9999;
            }
            
            .signupsec {
                padding: 80px 0;
                background: #dff1ff;
            }
            
            .signUp {
                padding: 25px;
                border-radius: 8px;
                background: #fff;
                transition: all .5s ease-in-out;
            }
            
            .signUp:hover {
                box-shadow: 0px 10px 20px rgba(36, 36, 36, .7);
            }
            
            .signUp label {
                font-size: 14px;
                color: #1e1e1e;
            }
            
            .signUp h5 {
                text-align: center;
                margin: 20px 0 40px;
                font-size: 16px;
            }
            
            .svm {
                height: 80%;
            }
            
            .signUp input {
                font-size: 14px;
            }
            
            .flow {
                overflow-x: hidden;
            }
            
            .willback h2 {
                color: #fff;
                margin: 15px 0;
                font-family: 'Poppins Bold';
            }
            
            .willback p {
                text-align: center;
                color: #fff;
                margin: 15px 0;
            }
            
            .willback h4 {
                color: #fff;
                font-family: 'Poppins Bold';
            }
            /*-----------SignUp-End------------------*/
            
            @media screen and (max-width: 1024px) {
                #nav-icon1 {
                    display: none;
                    margin: 9px 2px;
                    float: left;
                }
                .userform {
                    padding: 20px 15px 16px;
                    border-radius: 8px;
                }
                .icon i {
                    width: 60px;
                    height: 60px;
                    line-height: 60px;
                    font-size: 20px;
                    top: -30px;
                }
            }
            
            @media screen and (max-width: 767px) {
                .bannerslide {
                    display: none;
                }
                .logninpage {
                    top: 60%;
                }
                .userform {
                    padding: 60px 15px 16px;
                    border-radius: 8px;
                }
                .icon i {
                    width: 80px;
                    height: 80px;
                    line-height: 80px;
                    font-size: 30px;
                    top: -40px;
                }
                .banner {
                    padding: 190px 0px 80px;
                    background-position: right;
                }
                .Box {
                    margin-bottom: 15px;
                }
                .foterbox {
                    padding-left: 0!important;
                }
                .socialmedia {
                    text-align: left;
                    padding: 15px 0;
                }
                .bannerslide .slick-slide img {
                    border-radius: 8px;
                    display: none;
                }
                .about-image {
                    left: 60px;
                    margin-left: 0px;
                    transform: translate(-60px, 25px);
                }
                .dotted {
                    top: 50px;
                    left: 10px;
                }
                .textabout p {
                    text-align: left;
                }
                .textabout span {
                    text-align: left;
                    font-size: 16px;
                }
                .fotrdown {
                    padding: 15px 0px;
                }
                .myheader {
                    display: block;
                    padding: 10px 0px;
                    text-align: center;
                }
                .navbox>ul>li {
                    float: left;
                    margin-right: 10px;
                }
                .navbox>ul>li>a {
                    font-size: 14px;
                }
                .navbox ul {
                    text-align: center;
                    margin: 10px auto 0px;
                    display: inline-flex;
                }
                .navmain {
                    display: initial;
                    align-items: initial;
                }
            }
            
            @media screen and (max-width: 610px) {
                .mt-5 {
                    margin-top: 0!important;
                }
                .fotrdown p {
                    padding-top: 5px;
                    text-align: left;
                }
                .bannerslide.slick-initialized.slick-slider {
                    display: none;
                }
                .clientslider .slick-dots {
                    display: none!important;
                }
                .ourclient {
                    padding: 40px 0px 40px;
                }
            }