@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
 html {scroll-behavior: smooth;}
*,
::after,
::before {
    box-sizing: border-box
}

nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h3 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

img {
    vertical-align: middle;
    border-style: none
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

h3 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h3 {
    font-size: 1.75rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -15px;
    margin-left: -15px */
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-lg-4,
.col-lg-6,
.col-md-12,
.col-md-6,
.col-md-8,
.col-sm-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

@media (min-width:576px) {

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }
}

@media (min-width:992px) {

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .offset-lg-3 {
        margin-left: 25%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.collapse:not(.show) {
    display: none
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

@media (max-width:767.98px) {

    .navbar-expand-md>.container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
}

.mr-1 {
    margin-right: .25rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.py-4 {
    padding-top: 1.5rem !important
}

.py-4 {
    padding-bottom: 1.5rem !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mx-auto {
    margin-left: auto !important
}

.text-center {
    text-align: center !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }
}

a,
button[type="submit"],
input[type=text] {
    text-decoration: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out
}

a:hover {
    color: #666;
    text-decoration: none
}

a:focus {
    outline: none;
    text-decoration: none
}


.navbar-brand {

    font-size: 1rem
}

.navbar {
    padding: 1.15rem 0;
    box-shadow: 0 0 59px 0 rgba(0, 0, 0, .09);
    background: #FFF;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out
}

.navbar .navbar-nav a {
    display: inline-block;
    position: relative;
    overflow: hidden
}

.navbar .navbar-nav a {
    display: block;
    position: relative;
    overflow: hidden;
    color: #333;
    text-transform: uppercase;
    padding: 0 !important;
    font-weight: 700;
    font-size: 1rem
}

.navbar .navbar-nav .nav-item+.nav-item {
    margin-left: 30px
}

.navbar .navbar-nav a:before {
    display: block;
    padding: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    content: attr(data-text);
    overflow: hidden;
    -webkit-transition: width 0s 0.3s, -webkit-clip-path 0.3s cubic-bezier(.645, .045, .355, 1) 0s;
    transition: width 0s 0.3s, -webkit-clip-path 0.3s cubic-bezier(.645, .045, .355, 1) 0s;
    transition: width 0s 0.3s, clip-path 0.3s cubic-bezier(.645, .045, .355, 1) 0s;
    transition: width 0s 0.3s, clip-path 0.3s cubic-bezier(.645, .045, .355, 1) 0s, -webkit-clip-path 0.3s cubic-bezier(.645, .045, .355, 1) 0s;
    color: #2E3038
}

.navbar .navbar-nav .nav-item a:hover:before {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition: width 0.3s cubic-bezier(.645, .045, .355, 1) 0s, -webkit-clip-path 0s 0s;
    transition: width 0.3s cubic-bezier(.645, .045, .355, 1) 0s, -webkit-clip-path 0s 0s;
    transition: width 0.3s cubic-bezier(.645, .045, .355, 1) 0s, clip-path 0s 0s;
    transition: width 0.3s cubic-bezier(.645, .045, .355, 1) 0s, clip-path 0s 0s, -webkit-clip-path 0s 0s
}

.navbar-toggler:not(:disabled):not(.disabled) {
    outline: none
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px
}

.navbar-toggler .icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.navbar-toggler .icon-bar {
    background-color: #000;
    outline: none
}

.icon-box-space {
    margin-top: 20px
}

.services-box {
    margin-top: 50px
}

.client-img {
    margin: 0 15px;
    text-align: center;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(221, 225, 229);
    border-radius: 9px;
    filter: grayscale(100%);
}

.contact_bg {
    /* color: #FFF; */
    position: relative
}

.form-bg {
    border-radius: 15px;
    padding: 3rem;
    color: #FFF;
    background-color: rgba(0, 0, 0, .7)
}

.form-bg input,
.form-bg input:focus {
    background: transparent;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgba(221, 225, 229, .5);
    box-shadow: none;
    color: #FFF;
    resize: none;
    border-radius: 0
}

.form-bg .form-btn {
    display: block;
    padding: 7px 40px;
    color: #FFF;
    font-weight: 700;
    font-size: 1rem;
    position: relative;
    border: none;
    border-radius: 75px;
    overflow: hidden;
    margin-top: 9px;
    background: #000;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out
}

.form-bg .form-btn:hover {
    background: #FFF;
    color: #000
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7) !important
}

::-moz-placeholder {
    color: rgba(255, 255, 255, .7) !important
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, .7) !important
}

:-moz-placeholder {
    color: rgba(255, 255, 255, .7) !important
}

.copyrights {
    font-size: .75rem
}

.bg-navy-blue {
    background: #000
}

.bg-light-blue {
    background: #f8f8f8
}

.wide-tb-100 {
    padding-top: 80px;
    padding-bottom: 50px
}
.copyrights{
    color: #fff;
}


.icon-box-1 {
    text-align: center;
    background: rgba(15, 111, 113, .01);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out
}
.icon-box-1 img{
    width: 100%;
    filter: grayscale(100%);
}
.icon-box-1 h3 {
    color: #000;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 18px
}

.icon-box-2 {
    padding: 3rem 2.5rem;
    min-height: 100%;
    background: rgba(255, 255, 255, .9);
    border: 1px solid #f1f7fc;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out
}

.icon-box-2:hover {
    box-shadow: 0 4px 59px 0 rgba(0, 0, 0, .09);
    position: relative;
    z-index: 999
}

.icon-box-2 h3 {
    color: #333;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 18px
}

@media (min-width:1023px) and (max-width:1365.99px) {
    .navbar .navbar-nav .nav-item+.nav-item {
        margin-left: 22px
    }
}

@media (min-width:992px) and (max-width:1199.99px) {
    html {
        font-size: 15px
    }
}

@media (min-width:768px) and (max-width:991.99px) {
    html {
        font-size: 15px
    }
}

@media (max-width:991.99px) {
    .navbar .navbar-nav .nav-item+.nav-item {
        margin-left: 15px
    }
}

@media (max-width:767.99px) {
    html {
        font-size: 15px
    }

    .navbar .navbar-nav .nav-item+.nav-item {
        margin-left: 0
    }

    #body-content [class*="col-"] {
        margin-bottom: 40px
    }

    #body-content .services-box [class*="col-"] {
        margin-bottom: 0
    }

    #body-content [class*="col-"]:last-child {
        margin-bottom: 0
    }

    .navbar-collapse {
        margin: 15px 0 0;
        border-top: 1px solid rgba(0, 0, 0, .1);
        padding-top: 10px
    }

    .navbar .navbar-nav a {
        padding: 3px 0 !important
    }
}

@media (max-width:575px) {

    .navbar {
        padding-left: 15px;
        padding-right: 10px
    }

  

    .copyrights {
        text-align: center
    }

    .heading-main {
        font-size: 2rem
    }

}

body, p {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.container {
  margin-left:  auto;
  margin-right:  auto;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.col-md-6 {
  width: 50%;
}

p {
  margin: 0 0 10px;
}

a {
  color: #3282e6;
  text-decoration: none;
}
.navbar-brand img {
  width: 100%;
  max-width: 100px;
}
.main-div {
  background-image: url('../assets/main-image.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 100px 0px;
  filter: grayscale(100%);
}
.heading-main h1 {
 font-size: 60px;
  line-height: 70px;
  text-align: center;
  font-weight: 500;
  color: #000;
}
.section-title{
    margin: 0px 0px 10px 00px;
}
.client-logo-box{
    display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  gap: 20px;
}
.client-logo-box{
    margin-top: 30px;
}
.partners-sec{
    background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../assets/partner.jpg");
  filter: grayscale(100%);
  padding: 150px 0px;
  background-attachment: fixed;
}
.title-partner{
    color: #000;
    margin: 0px !important;
    font-size: 50px;
}
.partners-box{
    padding: 50px 0px;
}
.partners-btn {
  background-color: #000;
  border: 1px solid #000;
  padding: 12px 30px;
  color: #fff;
  display: block;
  width: fit-content;
}

.partners-img {
  width: 40%;
}
.partners-img  img{
    width: 100%;
    filter: grayscale(100%);
}
.partners-content {
  width: 60%;
}
.partners-content h2{
    margin: 0px 0px 10px 0px;
}
.partners-item {
  display: flex;
  gap: 15px;
  border: 1px solid #dcdcdc;
  padding: 20px;
  margin-bottom: 20px;
  /* align-items: center; */
}
.partners-content p {
  font-size: 15px;
}
@media(max-width: 990px){
    .heading-main h1 {
  font-size: 50px;
    }
    .client-logo-box {
  grid-template-columns: repeat(1, 1fr);
    }
    .title-partner {
  font-size: 40px;
  line-height: 45px;
}
}


.navbar-toggler.x .icon-bar:nth-of-type(1),
body.open .navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%
}

.navbar-toggler.x .icon-bar:nth-of-type(2),
body.open .navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0)
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}
.navbar-toggler.x .icon-bar:nth-of-type(3),
body.open .navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%
}
