@font-face {
    font-family: abc;
    src: url('Font/CENSCBK.TTF');
}

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    /* font-family: 'CENSCBK', sans-serif; */
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    display: block;
}

p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: none;
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

body,
ol,
ul,
li,
div,
p,
span,
form,
h1,
h2,
h3,
h4,
h5,
h6,
table,
thead,
th,
tbody,
tr,
td,
img,
input,
textarea,
dd,
dt,
dl {
    outline: none;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    list-style: none;
}

textarea {
    overflow: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dd,
dt,
dl {
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

a {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
}

:focus {
    outline: none;
}

a,
img {
    border: none;
    outline: none;
}

body {
    font-family: 'Roboto', sans-serif;
    min-width: 300px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    counter-reset: my-sec-counter;
    -ms-font-smoothing: antialiased;
    background-color: #fff;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    width: auto;
    display: block;
    float: none !important;
}

figure {
    margin: 0;
}

ul,
menu,
dir {
    margin: 0px;
    padding: 0px;
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* start navbar css */

#loading {
    width: 100%;
    height: 100vh;
    /* background: #fff url('https://codepen-spark.s3.amazonaws.com/2017-12-11-pen.gif') no-repeat center; */
    background: #fff;
    z-index: 9999;
    position: fixed;
}

#gif {
    max-width: 100%;
    height: 100vh;
    /* margin: auto; */
    background: #fff;
    background-image: url(Imges/loading2.gif);
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center center;
    /* margin-top: 12%; */
    background-size: 120px;
}

.container {
    padding: 0 20px;
    max-width: 1300px;
    width: 100%;
    height: auto;
    margin: auto;
}

.nav_custom {
    z-index: 99;
    background-color: #0007;
    padding: 10px 0;
    transition: padding 0.5s;
    position: fixed;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    /* border-radius: 50px; */
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.219);
}

.navbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* opacity: 0.5; */
}

.navbar_logo {
    max-width: 120px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    opacity: none;
}

.navbar_logo:hover {
    transform: scale(1.10);
}

.navbar_logo a {
    display: block;
}


/* .nav_custom .nav_menu ul {
    display: inline-block;
}

.nav_custom .nav_menu ul li:not(:last-child) {
    padding-right: 20px;
}

.nav_menu,
ul,
li,
a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: black;
    margin: 5px;
    font-size: 18px;
}

.nav_menu,
ul li a:hover::after {
    content: "";
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 2px;
    bottom: -3px;
    left: 0px;
    right: 0px;
    margin: auto;
}

@keyframes line_animate {
    0% {
        width: 0%;
    }
    10% {
        width: 10%;
    }
    20% {
        width: 20%;
    }
    30% {
        width: 30%;
    }
    40% {
        width: 40%;
    }
    50% {
        width: 50%;
    }
    60% {
        width: 60%;
    }
    70% {
        width: 70%;
    }
    80% {
        width: 90%;
    }
    100% {
        width: 100%;
    }
}

.nav_menu,
ul li a:hover::after {
    background-color: #000;
    height: 2px;
    width: 100%;
    animation-name: line_animate;
    animation-duration: 0.4s;
} */

.nav_menu ul {
    list-style: none;
}

.nav_menu {
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0;
    /* left: 0%; */
    right: 0%;
}

.nav_menu li:hover {
    /* background: #029bd5; */
    border-bottom: 3px solid #31c5ff;
}

.nav_menu>ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    /* background: #313131; */
    /* color: white; */
}

a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #00b7ff;
    /* margin: 5px; */
    font-size: 16px;
}

#design2 {
    color: white;
}

.nav_menu>ul>li {
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    float: left;
    width: 150px;
    height: 50px;
    line-height: 50px;
}

.dropdown {
    position: absolute;
    top: 110%;
    left: -20%;
    width: 140%;
    padding: 0;
}

.dropdown li {
    /* background: #313131; */
    background-color: white;
    /* border: 1px solid black; */
    display: none;
    border-radius: 5px;
}

.dropdown li:hover a:hover {
    display: block;
    /* background: #029bd5; */
    /* border: 2px solid black; */
    /* background-color: gray; */
    border-radius: 5px;
    background-color: #b5eaff;
    color: rgb(0, 0, 0);
    /* box-shadow: 2px 2px 10px white; */
}

.nav_menu li:hover>.dropdown li {
    display: block;
    transform-origin: top center;
    opacity: 0;
}

.nav_menu li:hover>.dropdown {
    perspective: 1000px;
}

.nav_menu li:hover>.dropdown li:nth-child(1) {
    animation: animate 0.2s ease-in-out forwards;
    animation-delay: -100ms;
}

.nav_menu li:hover>.dropdown li:nth-child(2) {
    animation: animate 0.2s ease-in-out forwards;
    animation-delay: 0ms;
}

.nav_menu li:hover>.dropdown li:nth-child(3) {
    animation: animate 0.2s ease-in-out forwards;
    animation-delay: 100ms;
}

.nav_menu li:hover>.dropdown li:nth-child(4) {
    animation: animate 0.2s ease-in-out forwards;
    animation-delay: 200ms;
}

.nav_menu li:hover>.dropdown li:nth-child(5) {
    animation: animate 0.2s ease-in-out forwards;
    animation-delay: 300ms;
}

.nav_menu li:hover>.dropdown li:nth-child(6) {
    animation: animate 0.2s ease-in-out forwards;
    animation-delay: 400ms;
}

.nav_menu li:hover>.dropdown li:nth-child(7) {
    animation: animate 0.2s ease-in-out forwards;
    animation-delay: 500ms;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: scaleX(-90deg);
    }

    50% {
        transform: scaleX(20deg);
    }

    100% {
        opacity: 1;
        transform: rotate(0deg);
    }
}


/* end navbar css */


/* start header css */

header,
#bg {
    display: block;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: white;
    background-repeat: no-repeat;
    background-image: url(Imges/01_Home_BG.jpg);
}

header .text_wrapper .loanding_bar p span b {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    /* word-break: break-woed; */
    font-weight: 400;
    font-size: 30px;
    line-height: 20px;
    margin-bottom: 20px;
    /* margin: auto; */
}

header .text_wrapper {
    padding: 130px 0 20px 0;
}

header .text_wrapper .text_lead {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
}

.counter_container {
    /* cursor: pointer; */
    height: 50px;
    width: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 100px;
    grid-row-gap: 40px;
    margin-bottom: 150px;
}

#counter_icon {
    max-width: 50px;
    width: 100%;
    margin: auto;
}

.counter {
    font-family: 'Roboto', sans-serif;
    word-break: break-woed;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 60px;
    line-height: 75px;
    letter-spacing: 2px;
}

.text_heading h1 {
    font-family: 'Roboto', sans-serif;
    word-break: break-woed;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 60px;
    line-height: 75px;
    margin-bottom: 40px;
    letter-spacing: 5px;
}

p {
    text-align: right;
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
}

a.see_all {
    display: inline-block;
    line-height: 50px;
    text-align: center;
    white-space: nowrap;
    user-select: none;
    letter-spacing: 2px;
    color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.315);
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    font-size: 18px;
    padding: 10px;
    transition: 0.5s all;
    margin: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
    width: 250px;
}

a.see_all:hover,
.submit_btn input[type="submit"]:hover {
    background-color: #2856ff;
    color: white;
    transform: scale(0.93);
}


/* end header css */


/* knowledge css start */

#know {
    background-color: #edf6ff;
    height: 750px;
    padding: 70px 0;
}

#know .sec_subheading {
    cursor: context-menu;
    text-align: center;
    margin-top: 30px;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 75px;
    font-family: "Roboto", sans-serif;
    color: #fff;
}

#know h3 {
    background-color: #2856ff;
    height: 50px;
    width: 500px;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: auto;
}

.know_row {
    cursor: pointer;
    height: 50px;
    width: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 100px;
    grid-row-gap: 40px;
}

span.know_icon {
    background-color: #92c5ff;
    max-width: 100px;
    height: 100px;
    margin: auto;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 0px 14px 0 rgba(175, 212, 255, 0.726);
}

#img7 {
    max-width: 50px;
    width: 100%;
    transition: all 0.2s ease-in-out;
}

#img7:hover {
    transform: scale(1.25);
}


/* .know_icon:hover {
            background-color: #1080ff;
        } */

.know_heading {
    margin: 15px 0;
    font-size: 20px;
    font-family: abc;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #1080ff;
}


/* knowledge css end */


/* design section css start */

#design {
    background-color: #fff;
    height: 750px;
}

#design {
    padding: 70px 0;
}

.sec_heading {
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #182F7F;
}

h4 {
    text-transform: capitalize;
}

.inner_service a {
    display: block;
    float: right;
}

#add_icon {
    height: 25px;
    width: auto;
    margin-bottom: 20px;
    /* display: flex;
            float: right; */
    cursor: pointer;
    opacity: 0.2;
}

.sec_subheading {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
    color: #254fe4;
}

.logo_row {
    cursor: none;
    height: 50px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 40px;
}

.logo_row .logo_column {
    background-color: #6fb2ff;
    box-shadow: 6px 6px 14px 0 rgba(175, 212, 255, 0.521);
    transition: all 0.5s ease-in-out;
    padding: 20px;
    border-radius: 10px 50px 10px 50px;
}

.logo_column:hover {
    transform: scale(0.96);
    background-color: #1080ff;
}

span.logo_icon {
    background-color: #3b97ff;
    max-width: 100px;
    width: 100%;
    height: 100px;
    margin: auto;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

#img2 {
    max-width: 50px;
    width: 100%;
}

span.logo_next {
    background-color: #3b97ff;
    max-width: 40px;
    width: 100%;
    height: 40px;
    margin: 0 0 -40px 500px;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

#next {
    max-width: 20px;
    width: 100%;
}

.logo_heading {
    margin: 15px 0;
    font-size: 30px;
    /* font-family: "roboto" sans-serif; */
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    color: rgb(255, 255, 255);
}

.logo_subheading {
    /* margin: 10px; */
    font-size: 16px;
    /* font-family: "roboto" sans-serif; */
    font-weight: 300;
    /* line-height: 1.3; */
    text-align: center;
    color: rgb(255, 255, 255);
}


/* design section css end */


/* company name section css start */

#company_name {
    background-color: #eff2ff;
    height: 750px;
}

#company_name,
#about_us {
    padding: 70px 0;
}


/* .sec_heading {
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
}

.sec_subheading {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 75px;
    font-family: "Roboto", sans-serif;
}

.campany_row {
    cursor: pointer;
    height: 50px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 40px;
}

.campany_row .campany_column {
    background-color: gray;
    box-shadow: 6px 6px 14px 0 rgb(0 0 0 / 20%), -8px -8px 18px 0 rgb(255 255 255 / 55%);
    transition: all 0.5s ease-in-out;
    padding: 20px;
    border-radius: 10px 50px 10px 50px;
}

.campany_column:hover {
    transform: scale(1.05);
}

span.campany_icon {
    background-color: rgb(218, 218, 218);
    max-width: 100px;
    width: 100%;
    height: 100px;
    margin: auto;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

.campany_heading {
    margin: 15px 0;
    font-size: 30px;
    font-family: "roboto" sans-serif;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    color: #fff;
} */


/* company name section css end */


/* about section css start */

#about_us {
    background-color: #e3e9ff;
    /* height: 750px; */
}

.about_row {
    position: relative;
    max-width: 750px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.about_column {
    z-index: 9;
    background-color: #98c8ff;
    position: relative;
    padding: 20px;
    border: 3px solid #4b72ff;
    /* height: 100px; */
    width: 60%;
    border-radius: 5px;
    margin-bottom: 50px;
    box-shadow: 6px 6px 14px 0 rgba(175, 212, 255, 0.521);
}

.about_column:nth-child(2n+2) {
    align-self: flex-end;
}

.about_column .subheading {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.1;
    align-content: center;
    color: #0037ff;
}

.about_column p {
    font-size: 14px;
    line-height: 1.75;
    color: #ffffff;
    text-align: justify;
    text-transform: none;
}

.about_row::after {
    position: absolute;
    content: "";
    background-color: #182F7F;
    width: 2px;
    height: 100%;
    left: 50%;
    z-index: 1;
}

.about_column:last-child {
    margin-bottom: 0px;
}


/* about section css end */


/* contact us section css start */

#contact_us {
    background-color: #08254F;
    padding: 50px 0 50px
}

.inner_contactus h2 {
    text-transform: uppercase;
    color: #08254F;
    font-size: 30px;
    text-align: center;
    padding: 20px 0 0 0;
}

form {
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 36px 0 rgb(0 0 0 / 12%);
    padding: 30px;
    border-radius: 10px;
}


/* .inner_contactus .text {
    text-transform: uppercase;
    color: #08254F;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    padding: 20px;
} */


/* .inner_contactus .post {
    display: none;
} */

.star_widget input {
    display: none;
    margin: 20px;
}

.star_widget label {
    font-size: 40px;
    color: rgb(214, 214, 214);
    padding: 10px;
    margin: 10px 10px 10px 13px;
    float: right;
    transition: all 0.2s ease-in-out;
}

input:not(:checked)~label:hover,
input:not(:checked)~label:hover~label {
    color: #fd4;
}


/* input:checked~label {
    color: #fd4;
} */

input#rate-5:checked~label {
    color: rgb(30, 255, 0);
    text-shadow: 0 0 20px rgb(134, 255, 130);
}

input#rate-4:checked~label {
    color: rgb(30, 255, 0);
}

input#rate-3:checked~label {
    color: rgb(166, 255, 0);
}

input#rate-2:checked~label {
    color: rgb(255, 238, 0);
}

input#rate-1:checked~label {
    color: rgb(255, 0, 0);
}

#rate-1:checked~.rate_text p:before {
    content: "I just hate it 😡";
}

#rate-2:checked~.rate_text p:before {
    content: "I don't like it 😒";
}

#rate-3:checked~.rate_text p:before {
    content: "It is awesome 😄";
}

#rate-4:checked~.rate_text p:before {
    content: "I just like it 😎";
}

#rate-5:checked~.rate_text p:before {
    content: "I just love it 😍";
}


/* form .rate_text {
    display: none;
}

input:checked~form {
    display: block;
} */

.rate_text p {
    color: #0037ff;
    font-size: 20px;
    text-align: center;
    /* padding: 20px; */
    font-weight: 500;
    margin: 5px 0 20px 0;
    transition: all 0.2s ease-in-out;
    text-transform: none;
}

.inner_contactus form .form_group :not(:last-child) {
    margin-bottom: 25px;
}

.inner_contactus form .form_group input,
.inner_contactus form .form_group textarea {
    box-shadow: 0px 0px 6px #dcdcdc;
    font-family: "roboto", sans-serif;
    padding: 15px;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    border: none;
    border-radius: 4px;
    transition: border-color ease-in-out 0.15s box-shadow ease-in-out 0.15s;
}

.inner_contactus form .form_group input::placeholder,
.inner_contactus form .form_group textarea::placeholder {
    text-transform: uppercase;
}

.inner_contactus form .form_group textarea {
    resize: none;
    height: 150px;
}

.submit_btn input[type="submit"] {
    transition: 0.5s all;
    cursor: pointer;
    display: block;
    margin: auto;
    background-color: rgb(126, 150, 255);
    border: none;
    padding: 20px 40px;
    font-weight: 700;
    border-radius: 05px;
    font-size: 18px;
    font-family: "roboto", sans-serif;
    color: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
}

#contact_us .container {
    display: flex;
    justify-content: space-between;
}

.contact_info {
    width: 60%;
    padding-right: 72px;
}

.inner_contactus {
    width: 40%;
}

.contact_detail {
    margin-top: 30px;
}

.contact_detail li:not(:last-child) {
    margin-bottom: 20px;
}

.contact_detail li a {
    color: #fff;
    display: flex;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: lowercase;
}

#img4 {
    max-width: 20px;
    width: 100%;
    margin-right: 20px;
    /* display: flex; */
}

#img3 {
    max-width: 20px;
    width: 100%;
}

img {
    max-width: 150px;
    width: 100%;
}

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

/* color */

:root {
    --primary: #1a253f;
    --dark: #151a33;
    --secondary: #2b55cc;
    --info: #4d79f6;
    --ternary: #848db3;
    --pure: #eff2f9;
    --fade: #7081b9;
    --mild: #8997bd;
    --footer: #212a4a;
    --black: #060b1b;
    --twitter: #4ac7ec;
    --instagram: #F58529, #FEDA77, #DD2A7B, #8134AF, #515BD4;
    --linkedin: #0e76a8;
    --dribbble: #ff5da0;
    --success: #1ecab8;
    --sdanger: #f1646c;
    --dark-blue: #28365f;
}

.social_icon {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.social_icon a {
    display: flex;
    /* background-color: #4a9eff; */
    width: 36px;
    height: 36px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    /* background: var(--secondary); */
    color: var(--pure);
    margin-right: 16px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.contact_info ul.social_icon li:nth-child(1) a {
    background: var(--secondary);
}

.contact_info ul.social_icon li:nth-child(2) a {
    background: var(--twitter);
}

.contact_info ul.social_icon li:nth-child(3) a {
    background: var(--linkedin);
}

.contact_info ul.social_icon li:nth-child(4) a {
    background: linear-gradient(to left top, var(--instagram));
    /* background: var(--twitter); */
}

.contact_info ul.social_icon li a:hover {
    background: var(--pure);
}

.contact_info ul.social_icon li:nth-child(1) a:hover {
    color: var(--secondary);
}

.contact_info ul.social_icon li:nth-child(2) a:hover {
    color: var(--twitter);
}

.contact_info ul.social_icon li:nth-child(3) a:hover {
    color: var(--linkedin);
}

.contact_info ul.social_icon li:nth-child(4) a:hover {
    color: #DD2A7B;
}

.contact_disclaimer {
    margin-top: 25px;
}

.contact_disclaimer h2 {
    color: #fff;
    font-size: 40;
    line-height: 50px;
    font-weight: 600;
    padding-bottom: 14px;
}

.contact_disclaimer p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    text-align: justify;
    text-transform: none;
}

.copy_right_section {
    background-color: #fff;
}

.copy_right_section p {
    text-align: center;
    padding: 24px 0;
    line-height: 22px;
    font-size: 13px;
    color: #000;
    display: inline-block;
    width: 100%;
    margin: 0px;
}

span.error {
    display: none;
    font-size: 12px;
    padding-top: 6px;
    color: red;
}


/* contact us section css end */


/* Start mobile view menu */

.nav_mobile {
    display: inline-block;
    position: absolute;
    top: 22%;
    right: 0;
    height: auto;
    width: 26px;
}

#nav_toggle {
    position: absolute;
    left: 0;
    cursor: pointer;
    /* padding: 10px 35px 16px 0; */
}


/* #menu_list {
    overflow: hidden; 
    transition: 0.5s;
    width: 150px;
    height: 250px;
} */

span.logo_icon_2 {
    background-color: transparent;
    align-items: center;
    display: none;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0%;
    right: 0%;
}

#nav_toggle span.logo_icon_2 #img5,
#nav_toggle span.logo_icon_2 #img5:before,
#nav_toggle span.logo_icon_2 #img5:after {
    cursor: pointer;
    border-radius: 1px;
    height: 22px;
    width: auto;
    /* background: #fff; */
    position: absolute;
    display: block;
    content: "";
    transition: all 0.4s ease-in-out;
}

#nav_toggle span.logo_icon_2 #img5:after {
    bottom: -10px;
}

#nav_toggle span.logo_icon_2 #img5:before {
    bottom: 10px;
}

#nav_toggle.active span.logo_icon_2 #img5 {
    background-color: transparent;
}

#nav_toggle.active span.logo_icon_2 #img5:after,
#nav_toggle.active span.logo_icon_2 #img5:before {
    top: 0;
}

#nav_toggle.active span.logo_icon_2 #img5:before {
    transform: rotate(45deg);
}

#nav_toggle.active span.logo_icon_2 #img5:after {
    transform: rotate(-45deg);
}


/* End mobile view menu */

#myBtn {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    height: 60px;
    width: 60px;
    background-color: black;
    border-radius: 100%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

#img6 {
    max-width: 20px;
    width: 100%;
    /* background-color: black; */
    /* height: 60px; */
    display: inline-block;
    align-items: center;
    justify-content: center;
}

@media (min-width: 991px) {
    .nav_mobile {
        display: inline-block !important;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    #nav_toggle {
        display: inline-block;
        padding: 10px 35px 12px 0px;
    }

    .nav_menu {
        display: inline-block !important;
    }
}

@media (max-width: 991px) {

    header,
    #bg {
        display: block;
        background-attachment: fixed;
        background-position: -140px 0px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        text-align: center;
        color: white;
        background-repeat: no-repeat;
        background-image: url(Imges/01_Home_BG.jpg);
    }

    header .text_wrapper .loanding_bar p span b {
        display: inline-block;
        font-family: 'Roboto', sans-serif;
        /* word-break: break-woed; */
        font-weight: 400;
        font-size: 22px;
        line-height: 20px;
        margin-bottom: 20px;
        /* margin: auto; */
    }

    .counter_container {
        /* cursor: none; */
        height: 50px;
        width: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        margin-bottom: 350px;
        margin-top: -50px;
    }

    #counter_icon {
        max-width: 50px;
        width: 100%;
        margin: auto;
    }

    #nav_toggle {
        display: inline-block;
    }

    .logo_row {
        grid-template-columns: repeat(1, 1fr);
    }

    .know_row {
        grid-template-columns: repeat(2, 1fr);
    }

    #know {
        background-color: #edf6ff;
        height: 1250px;
        padding: 70px 0;
    }

    #know .sec_subheading {
        cursor: context-menu;
        text-align: center;
        margin-top: 30px;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 75px;
        font-family: "Roboto", sans-serif;
        color: #fff;
    }

    #know h3 {
        background-color: #2856ff;
        height: 50px;
        width: 300px;
        border-radius: 25px;
        align-items: center;
        justify-content: center;
        display: flex;
        margin: auto;
    }

    span.logo_next {
        margin: -40px 0px 0px 240px;
    }

    #company_name,
    #design,
    #about_us {
        height: 1250px;
        padding: 50px 0;
    }

    #about_us {
        height: auto;
    }

    #contact_us {
        height: auto;
    }

    .nav_mobile {
        display: inline-block;
    }

    .nav_custom .nav_menu {
        display: block;
        position: absolute;
        top: 100%;
        background-color: #0000006b;
        padding: 0px;
        /* width: calc(50% + 50px); */
        height: auto;
        margin-top: 20px;
        width: 100%;
        /* margin: 0 150px; */
        /* max-width: 150px; */
        /* height: 100%; */
        box-shadow: 0px 1px 16px -2px rgb(0 0 0 / 20%);
        overflow: scroll;
        border-radius: 20px;
    }

    /* ul {
                max-width: 300px;
                height: 100%;
            } */
    .dropdown {
        z-index: 100;
    }

    .nav_custom {
        z-index: 99;
        background-color: #0000006b;
        padding: 10px 0;
        transition: padding 0.5s;
        position: fixed;
        width: auto;
        height: auto;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        /* border-radius: 50px; */
        box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.219);
    }

    .nav_menu ul li a:hover::after {
        content: none;
        max-width: 500px;
        height: 100%;
    }

    .nav_menu ul li:not(:last-child) {
        margin-bottom: 10px
    }

    /* .nav_menu ul li a {
                color: rgb(0, 0, 0);
            } */
    span.logo_icon_2 {
        display: block;
    }

    #menu_list {
        /* overflow: scroll; */
        transition: 0.5s;
        width: 150px;
        height: 500px;
    }
}

@media (max-width: 767px) {
    .logo_row {
        grid-template-columns: repeat(1, 1fr);
    }

    .text_heading h1 {
        font-size: 40px;
        line-height: 60px;
    }

    header .text_wrapper .text_lead {
        font-size: 25px;
        line-height: 35px;
    }

    #contact_us .container {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .star_widget label {
        font-size: 24px;
        color: rgb(214, 214, 214);
        padding: 10px;
        margin: 0px 10px 0px 0px;
        float: right;
        transition: all 0.2s ease-in-out;
    }

    .contact_info,
    .inner_contactus {
        width: 100%;
        padding-right: 0;
    }

    form {
        max-width: 450px;
        width: 100%;
        margin: auto;
        margin-bottom: 40px;
    }

    .navbar {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        /* opacity: 0.5; */
    }

    .navbar_logo {
        max-width: 100px;
        width: 100%;
        transition: all 0.3s ease-in-out;
    }

    .navbar_logo:hover {
        transform: scale(1.10);
    }

    .contact_disclaimer h2 {
        color: #fff;
        font-size: 30px;
        line-height: 40px;
        font-weight: 600;
        padding-bottom: 14px;
    }

    .contact_disclaimer p {
        font-size: 15px;
        line-height: 20px;
        color: #fff;
        font-weight: 400;
        text-align: justify;
        text-transform: none;
    }

    #img4 {
        max-width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .text_heading h1 {
        font-size: 30px;
        line-height: 40px;
    }

    header .text_wrapper {
        padding: 220px 0 160px 0;
    }

    .about_column {
        width: 100%;
    }

    .about_column:nth-child(2n+2) {
        align-self: auto;
    }

    .about_column:not(:last-child):after {
        right: 0;
        left: 0;
        text-align: center;
    }

    .about_column:nth-child(2n+2):after {
        left: 0;
    }
}