﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
caption,
select,
input,
option,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

ul {
    list-style-type: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
textarea {
    border-radius: 0;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

:focus {
    outline: none;
    box-shadow: none;
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

/* End Clearfix */

/* For IE 6/7 (trigger hasLayout) */

a,
button,
.btn {
    outline: none !important;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    text-decoration: none !important;
}


/* Font */

@font-face {
    font-family: 'Rubik-Black';
    src: url(../fonts/Rubik-Black.ttf);
    font-weight: 900;
}

@font-face {
    font-family: 'Rubik-Bold';
    src: url(../fonts/Rubik-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'Rubik-ExtraBold';
    src: url(../fonts/Rubik-ExtraBold.ttf);
    font-weight: 800;
}

@font-face {
    font-family: 'Rubik-Light';
    src: url(../fonts/Rubik-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: 'Rubik-Medium';
    src: url(../fonts/Rubik-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: 'Rubik-SemiBold';
    src: url(../fonts/Rubik-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: 'Rubik';
    src: url(../fonts/Rubik-Regular.ttf);
    font-weight: 400;
}


body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #8FA8BD;
    background-color: #081D34;
    overflow-x: hidden;
    position: relative;
    scroll-behavior: smooth;
    /*background-image: url(../../Content/images/patternbg.svg);
    background-size: cover;
    background-position: center center;*/
}

.arrowbtn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #081D34;
    border-radius: 100%;
    box-shadow: -1px -1px 4px #114546, 4px 4px 9px #070618, 0px 0px 7px #0E4D4E;
    position: relative;
    display: inline-block;
    margin: 0px 0px 20px 30px;
}

    .arrowbtn .abaicon svg {
        fill: #fff;
    }

    .arrowbtn .abbicon svg {
        fill: none;
        stroke: #70aec9;
        stroke-width: 2;
        stroke-miterlimit: 10;
        stroke-dasharray: 338;
        stroke-dashoffset: 338;
        stroke-linecap: round;
        position: absolute;
        top: 50%;
        left: 50%;
        width: calc(100% + 60px);
        opacity: 0;
        transform: translate(-50%, -50%);
        transition: stroke-dashoffset 0s 0.2s, opacity 0.2s;
    }

    .arrowbtn:hover .abbicon svg {
        stroke-dashoffset: 0;
        opacity: 1;
        transition: opacity 1s, stroke-dashoffset 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .arrowbtn:hover {
        background-color: #1EEBB4;
        box-shadow: inset -10px -10px 4px #04FFBC, inset 4px 4px 9px #005F2C, inset 0px 0px 7px #000000;
        border-radius: 25px;
    }

        .arrowbtn:hover .abaicon svg {
            fill: #081D34;
        }


.owl-item .item {
    margin: 5px;
}

.owl-prev {
    position: absolute;
    top: 50%;
    left: -5%;
    transform: translateY(-50%);
}

    .owl-prev i {
        background-color: #fff;
        font-size: 25px;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        border-radius: 100%;
        color: #081D34;
    }

.owl-next {
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translateY(-50%);
}

    .owl-next i {
        background-color: #fff;
        font-size: 25px;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        border-radius: 100%;
        color: #081D34;
    }

.imggray {
    filter: grayscale(1);
}


/** {
  scrollbar-width: thin;
  scrollbar-color: #0C464E transparent;
}

*:-webkit-scrollbar {
  width: 11px;
}

*:-webkit-scrollbar-track {
  background: transparent;
}

*:-webkit-scrollbar-thumb {
  background-color: #0C464E;
  border-radius: 6px;
  border: 3px solid transparent;
}*/

/* webkit browsers */
/**::-webkit-scrollbar,
*::-webkit-scrollbar-thumb {
  height: 26px;
  border-radius: 13px;
  background-clip: padding-box;
  border: 10px solid transparent;
}

*::-webkit-scrollbar-thumb {        
  box-shadow: inset 0 0 0 10px;
}*/


.required {
    color: #FF0000 !important;
}


* {
    scrollbar-width: thin;
    scrollbar-color: #0C464E transparent;
}

    *::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    *::-webkit-scrollbar-track {
        background-color: transparent;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #0C464E;
    }

    *::-webkit-scrollbar-track,
    *::-webkit-scrollbar-thumb {
        border-radius: 12px;
    }


.multipleinput {
    display: flex;
    align-items: center;
}

textarea {
    height: 150px !important;
    padding: 20px !important;
}


.icontxtbtn {
}

/*************************** COMMON CSS START *****************************/

.container-fluid {
    padding: 0 50px;
}

.btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    border-radius: 15px;
    padding: 15px 30px;
    border: 1px solid #1EEBB4;
}

    .btn.btn-primary {
        background-color: #1EEBB4;
        color: #07182C;
    }

        .btn.btn-primary:hover, .btn.btn-primary:focus {
            background-color: transparent;
            border: 1px solid #1EEBB4;
            color: #1EEBB4;
        }

    .btn.btn-secondary {
        background: transparent;
        border: 1px solid #1EEBB4;
        color: #1EEBB4;
    }

        .btn.btn-secondary:hover, .btn.btn-secondary:focus {
            background-color: #1EEBB4;
            color: #07182C;
        }


.padding {
    padding: 80px 0px;
}

.overlay {
    width: 100%;
    display: inline-block;
    position: relative;
    height: 100%;
}

    .overlay::before {
        content: "";
        background-color: rgba(12, 70, 78, 0.6);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }


.blackoverlay {
    width: 100%;
    display: inline-block;
    position: relative;
    height: 100%;
}

    .blackoverlay::before {
        content: "";
        background-color: rgba(8, 29, 52, 0.6);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }


.sec_title {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

    .sec_title .animation_title {
        margin-bottom: 20px;
        position: relative;
        display: inline-block;
        margin-left: 30px;
    }

        .sec_title .animation_title svg {
            position: absolute;
            top: 50%;
            left: 50%;
            width: calc(100% + 60px);
            opacity: 1;
            transform: translate(-50%, -50%);
        }

        .sec_title .animation_title h6 {
            font-weight: 400;
            font-size: 14px;
            line-height: 14px;
            color: #1EEBB4;
        }

    .sec_title h2 {
        font-weight: 700;
        font-size: 35px;
        line-height: 42px;
        color: #CFDDE8;
    }

    .sec_title p {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
        color: #8FA8BD;
        margin-top: 30px;
    }

        .sec_title p:last-child {
            margin-bottom: 0px;
        }

    .sec_title.bborder {
        /*padding-bottom: 30px;*/
        position: relative;
    }

        /*.sec_title.bborder::after {
            content: "";
            width: 135px;
            height: 1px;
            background-color: #FFD55B;
            position: absolute;
            bottom: 0px;
            left: 0px;
        }*/

        .sec_title.bborder.text-center::after {
            left: 50%;
            transform: translateX(-50%);
        }


.bgtwo {
    background-color: rgba(12, 70, 78, 0.8) !important;
}


.titleborder {
    -webkit-animation: animate-titleborder 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
    animation: animate-titleborder 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
    animation-play-state: paused;
}


@-webkit-keyframes animate-titleborder {
    0% {
        stroke-dashoffset: 296.4583435058594px;
        stroke-dasharray: 296.4583435058594px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 296.4583435058594px;
    }
}

@keyframes animate-titleborder {
    0% {
        stroke-dashoffset: 296.4583435058594px;
        stroke-dasharray: 296.4583435058594px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 296.4583435058594px;
    }
}



/*.vectorborder {
    -webkit-animation: animate-vectorborder 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
    animation: animate-vectorborder 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}


@-webkit-keyframes animate-vectorborder {
    0% {
        stroke-dashoffset: 284.4070129394531px;
        stroke-dasharray: 284.4070129394531px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 284.4070129394531px;
    }
}

@keyframes animate-vectorborder {
    0% {
        stroke-dashoffset: 284.4070129394531px;
        stroke-dasharray: 284.4070129394531px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 284.4070129394531px;
    }
}*/

.bordereffect {
    width: 100%;
    display: inline-block;
    position: relative;
}

    .bordereffect .effectimg {
        width: 100%;
        display: inline-block;
        position: relative;
        overflow: hidden;
    }

        .bordereffect .effectimg::after {
            content: "";
            border: 3px solid #FFD55B;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 9;
        }

        .bordereffect .effectimg::before {
            position: absolute;
            top: 0;
            left: -75%;
            z-index: 2;
            display: block;
            content: '';
            width: 50%;
            height: 100%;
            background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
            background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
            z-index: 9;
        }

        .bordereffect .effectimg:hover::before {
            -webkit-animation: shine 1s;
            animation: shine 1s;
        }


@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.bordereffect .btrbox {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 99;
}


.bordereffect .mainimg {
    transition: 0.5s all ease-in-out;
    position: relative;
}

.bordereffect .bblbox {
    position: absolute;
    bottom: -15px;
    left: -15px;
    z-index: 99;
}

/*Image Right Top Border Animation*/

svg .b-top-right-1 {
    fill: transparent;
    -webkit-transition: fill 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
    transition: fill 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
}

svg.active .b-top-right-1 {
    fill: rgb(255, 213, 91);
    animation: 1s infinite;
}

svg .b-top-right-2 {
    fill: transparent;
    -webkit-transition: fill 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
    transition: fill 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
}

svg.active .b-top-right-2 {
    fill: rgb(255, 213, 91);
    animation: 1s infinite;
}


/*Image Left Bottom Border Animation*/

svg .b-left-bottom-1 {
    fill: transparent;
    -webkit-transition: fill 5s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1s;
    transition: fill 5s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1s;
}

svg.active .b-left-bottom-1 {
    fill: rgb(255, 213, 91);
    animation: 1s infinite;
}

svg .b-left-bottom-2 {
    fill: transparent;
    -webkit-transition: fill 5s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.1s;
    transition: fill 5s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.1s;
}

svg.active .b-left-bottom-2 {
    fill: rgb(255, 213, 91);
    animation: 1s infinite;
}

/*************************** COMMON CSS END *****************************/


header .header_area {
    position: relative;
    z-index: 1040;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

    header .header_area.fixed {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #081D34;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    }

.header_area .navbar-brand img {
    width: 150px;
}

.header_area .nav-item .nav-link {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 10px 12px;
}

    .header_area .nav-item .nav-link.active, .header_area .nav-item .nav-link:hover, .header_area .nav-item .nav-link:focus {
        font-weight: 800;
    }

.footer_main {
    width: 100%;
    display: inline-block;
    background-size: cover;
}

.footer_top {
    width: 100%;
    display: inline-block;
    background-color: #0C464E;
    padding: 30px 0px;
}

    .footer_top .txtbox h2 {
        font-weight: 700;
        font-size: 35px;
        line-height: 45px;
        color: #FFFFFF;
        padding-right: 80px;
    }

    .footer_top .diamondshape ul li {
        margin-right: 80px;
    }

/*.footer_top .diamondshape ul li:last-child {
            margin-right: 0px;
        }*/

.footer_bottom {
    width: 100%;
    position: relative;
    display: inline-block;
}

    .footer_bottom .fobbox {
        width: 100%;
        display: inline-block;
        height: 100%;
    }

        .footer_bottom .fobbox .imgbox {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
        }

    .footer_bottom .fosociallinks {
        width: 100%;
        display: inline-block;
        margin-bottom: 50px;
    }

        .footer_bottom .fosociallinks ul {
            width: 100%;
            display: inline-block;
            margin-bottom: 20px;
        }

            .footer_bottom .fosociallinks ul:last-child {
                margin-bottom: 0px;
            }

            .footer_bottom .fosociallinks ul li {
                display: inline-block;
            }

                .footer_bottom .fosociallinks ul li.mob_show {
                    display: none;
                }

    .footer_bottom .mob_none {
        display: flex;
    }

    .footer_bottom .fosociallinks ul li a {
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        color: #1EEBB4;
        padding: 10px 30px;
        border-radius: 100px;
        border: 1px solid #1EEBB4;
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .footer_bottom .fosociallinks ul li:last-child a {
        margin-right: 0px;
    }

    .footer_bottom .focontact {
        width: 100%;
        display: inline-block;
        margin-bottom: 50px;
    }

    .footer_bottom .fcdboxes {
        width: 100%;
        display: inline-block;
        margin-bottom: 30px;
    }

        .footer_bottom .fcdboxes:last-child {
            margin-bottom: 0px;
        }

        .footer_bottom .fcdboxes h6 {
            font-weight: 600;
            font-size: 16px;
            line-height: 16px;
            color: #CFDDE8;
            margin-bottom: 10px;
        }

        .footer_bottom .fcdboxes h4, .footer_bottom .fcdboxes a {
            font-weight: 700;
            font-size: 35px;
            line-height: 35px;
            color: #FFFFFF;
        }

        .footer_bottom .fcdboxes a {
            text-decoration: underline !important;
        }

    .footer_bottom .fnlink_copyr {
        width: 100%;
        display: inline-block;
    }

        .footer_bottom .fnlink_copyr ul {
            width: 100%;
            display: inline-block;
            border-bottom: 2px solid #1EEBB4;
            padding-bottom: 20px;
            margin-bottom: 20px;
        }

            .footer_bottom .fnlink_copyr ul li {
                display: inline-block;
            }

                .footer_bottom .fnlink_copyr ul li, .footer_bottom .fnlink_copyr ul li a {
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 14px;
                    color: #FFFFFF;
                }

                    .footer_bottom .fnlink_copyr ul li a {
                        position: relative;
                        padding-right: 5px;
                    }

                    .footer_bottom .fnlink_copyr ul li:last-child a {
                        padding-right: 0px;
                    }

                    .footer_bottom .fnlink_copyr ul li a::after {
                        content: "/";
                        padding-left: 5px;
                    }

        .footer_bottom .fnlink_copyr p {
            font-weight: 700;
            font-size: 16px;
            line-height: 16px;
            color: #FFFFFF;
            margin-bottom: 0px;
        }


/*.footer_bottom .fbrimg {
        position: absolute;
        right: 0;
        top: 0;
    }*/

.fobbox.fblsbox {
    width: 50%;
    float: left;
    padding-right: 55px;
    height: calc(100vh - 106px);
}

.fobboxes.fbrsbox {
    width: 50%;
    float: right;
    padding-left: 0px;
    height: calc(100vh - 106px);
}

.footer_bottom .trustedbox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.bannersec {
    width: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 80px);
    display: flex;
    z-index: 99;
}

    .bannersec h6 {
        font-weight: 600;
        font-size: 20px;
        line-height: 20px;
        text-transform: uppercase;
        color: #FFD55B;
        text-align: center;
        margin-bottom: 30px;
    }

    .bannersec h1 {
        font-weight: 700;
        font-size: 45px;
        line-height: 55px;
        color: #FFFFFF;
    }

    .bannersec.overlay::before {
        z-index: -1;
    }

    .bannersec.blackoverlay::before {
        z-index: -1;
    }


.indexstwo {
    width: 100%;
    display: inline-block;
    background-size: cover;
}

    .indexstwo .istlbmain {
        width: 100%;
        display: inline-block;
        border-top: 1px solid #0C464E;
        border-bottom: 1px solid #0C464E;
    }

    .indexstwo .islmedia {
        padding: 30px 20px;
        border-bottom: 1px solid #0C464E;
    }

        .indexstwo .islmedia:last-child {
            border-bottom: none;
        }

        .indexstwo .islmedia .islicon {
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            background-color: #0C464E;
            border-radius: 100%;
        }

            .indexstwo .islmedia .islicon img {
                width: 30px;
                height: 30px;
            }

        .indexstwo .islmedia .islcon {
            padding-left: 30px;
        }

    .indexstwo .islcon .islconinner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .indexstwo .islcon .islconinner h3 {
            font-weight: 600;
            font-size: 20px;
            line-height: 28px;
            color: #CFDDE8;
            margin-bottom: 15px;
        }

        .indexstwo .islcon .islconinner p {
            font-weight: 400;
            font-size: 14px;
            line-height: 24px;
            text-align: justify;
            color: #8FA8BD;
        }

            .indexstwo .islcon .islconinner p:last-child {
                margin-bottom: 0px;
            }

    .indexstwo .islmedia:hover {
        background-color: #0C464E;
    }

        .indexstwo .islmedia:hover .islicon {
            background-color: #0D2238;
        }

        .indexstwo .islmedia:hover .arrowbtn .abbicon svg {
            stroke-dashoffset: 0;
            opacity: 1;
            transition: opacity 1s, stroke-dashoffset 1s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        .indexstwo .islmedia:hover .arrowbtn {
            background-color: #1EEBB4;
            box-shadow: inset -10px -10px 4px #04FFBC, inset 4px 4px 9px #005F2C, inset 0px 0px 7px #000000;
            border-radius: 25px;
        }

        .indexstwo .islmedia:hover .abaicon svg {
            fill: #081D34;
        }


.indexsthree {
    width: 100%;
    display: inline-block;
    background-size: cover;
}

.indexsfour {
    width: 100%;
    display: inline-block;
    background-size: cover;
}

    .indexsfour .indexbologslider .owl-item.center .item {
        margin-top: 50px;
    }

    .indexsfour .ibsboxes {
        width: 100%;
        display: inline-block;
        background: #081D34;
        box-shadow: -1px -1px 4px #114546, 4px 4px 9px #070618, 0px 0px 7px #0E4D4E;
        border-radius: 15px;
        overflow: hidden;
    }

        .indexsfour .ibsboxes .img_main_box {
            width: 100%;
            height: 215px;
            overflow: hidden;
        }

        .indexsfour .ibsboxes .img_inner_box {
            width: 100%;
            height: 100%;
        }

            .indexsfour .ibsboxes .img_inner_box img {
                max-width: 100%;
                max-height: 100%;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }


        .indexsfour .ibsboxes .ibscontent {
            width: 100%;
            display: inline-block;
            padding: 15px 30px;
        }

        .indexsfour .ibsboxes .btag_time {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 15px;
        }

            .indexsfour .ibsboxes .btag_time .ibstag {
                font-weight: 400;
                font-size: 14px;
                line-height: 14px;
                color: #1EEBB4;
                padding-right: 15px;
            }

            .indexsfour .ibsboxes .btag_time .ibstime {
                font-weight: 400;
                font-size: 14px;
                line-height: 14px;
                color: #CFDDE8;
                display: flex;
                align-items: center;
                white-space: nowrap;
            }

                .indexsfour .ibsboxes .btag_time .ibstime img {
                    padding-right: 10px;
                    width: auto;
                }


        .indexsfour .ibsboxes:hover {
            background: #0C464E;
        }

            .indexsfour .ibsboxes:hover .arrowbtn {
                background-color: #1EEBB4;
                box-shadow: inset -10px -10px 4px #04FFBC, inset 4px 4px 9px #005F2C, inset 0px 0px 7px #000000;
                border-radius: 25px;
            }

                .indexsfour .ibsboxes:hover .arrowbtn .abbicon svg {
                    stroke-dashoffset: 0;
                    opacity: 1;
                    transition: opacity 1s, stroke-dashoffset 1s cubic-bezier(0.645, 0.045, 0.355, 1);
                }

            .indexsfour .ibsboxes:hover .abaicon svg {
                fill: #081D34;
            }

    .indexsfour .ibscontent h3 {
        font-weight: 600;
        font-size: 22px;
        line-height: 32px;
        color: #FFFFFF;
        margin-bottom: 15px;
    }

    .indexsfour .ibscontent .ibsdata_btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .indexsfour .ibscontent .ibsdata_btn p {
            font-weight: 400;
            font-size: 14px;
            line-height: 24px;
            text-align: justify;
            color: #8FA8BD;
        }

            .indexsfour .ibscontent .ibsdata_btn p:last-child {
                margin-bottom: 0px;
            }


.buyingapp {
    width: 100%;
    display: inline-block;
    background-size: cover;
}

    .buyingapp .buyappbox h6 {
        font-weight: 400;
        font-size: 24px;
        line-height: 24px;
        color: #1EEBB4;
        margin-bottom: 30px;
    }

    .buyingapp ul {
        width: 100%;
        display: inline-block;
        padding: 0px;
        margin: 0px;
        list-style-type: none;
    }

        .buyingapp ul li {
            width: 100%;
            display: inline-block;
            margin-bottom: 20px;
        }

            .buyingapp ul li .title_icon {
                display: flex;
                align-items: center;
            }

                .buyingapp ul li .title_icon .iconbox {
                    width: 40px;
                    height: 40px;
                    line-height: 40px;
                    border-radius: 100%;
                    text-align: center;
                    background: #081D34;
                    box-shadow: -1px -1px 4px #114546, 4px 4px 9px #070618, 0px 0px 7px #0E4D4E;
                    margin-right: 15px;
                }

                .buyingapp ul li .title_icon h4 {
                    font-weight: 400;
                    font-size: 18px;
                    line-height: 18px;
                    color: #CFDDE8;
                }


/*Our Story Page Style Start*/

.ossec_four {
    width: 100%;
    display: inline-block;
    background-size: cover;
}

.ourpromoters .owl-item.center .item {
    margin-top: 30px;
}

.ossec_four .opsboxes {
    width: 100%;
    display: inline-block;
    background: #081D34;
    box-shadow: -1px -1px 4px #114546, 4px 4px 9px #070618, 0px 0px 7px #0E4D4E;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
}

    .ossec_four .opsboxes .img_main_box {
        width: 100%;
        height: 250px;
        overflow: hidden;
    }

    .ossec_four .opsboxes .img_inner_box {
        width: 100%;
        height: 100%;
    }

        .ossec_four .opsboxes .img_inner_box img {
            max-width: 100%;
            max-height: 100%;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .ossec_four .opsboxes .opscontent {
        width: 100%;
        display: inline-block;
        padding: 15px 15px 30px;
    }

.ossec_four .opscontent h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.ossec_four .opscontent h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.ossec_four .opscontent p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #8FA8BD;
    margin-bottom: 30px;
}

.ossec_four .opscontent ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

    .ossec_four .opscontent ul li a {
        display: inline-block;
    }

        .ossec_four .opscontent ul li a i {
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            display: inline-block;
            border-radius: 100%;
            color: #fff;
            font-size: 20px;
            background: #081D34;
            box-shadow: -1px -1px 4px #114546, 4px 4px 9px #070618, 0px 0px 7px #0E4D4E;
        }

    .ossec_four .opscontent ul li .abbicon svg {
        width: 65px;
        height: 65px;
    }

    /*.ossec_four .opsboxes:hover .arrowbtn .abbicon svg,*/
    .ossec_four .opscontent ul li a:hover .arrowbtn .abbicon svg {
        stroke-dashoffset: 0;
        opacity: 1;
        transition: opacity 1s, stroke-dashoffset 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.ossec_four .opsboxes:hover {
    background: #0C464E;
}

    .ossec_four .opsboxes:hover .opscontent ul li a i {
        background: #1EEBB4;
        box-shadow: inset -10px -10px 4px #04FFBC, inset 4px 4px 9px #005F2C, inset 0px 0px 7px #000000;
        color: #081D34;
    }


.ossec_five {
    width: 100%;
    display: inline-block;
    background-size: cover;
}

.ocvboxes {
    display: flex;
    margin-bottom: 25px;
}

.ossec_five .ocvbox {
    width: 100%;
    display: inline-block;
    /*background: #081D34;
    box-shadow: -1px -1px 4px #114546, 4px 4px 9px #070618, 0px 0px 7px #0E4D4E;
    padding: 30px;*/
    text-align: center;
    position: relative;
    margin: 0 auto;
    transform-origin: 50% 50%;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

    .ossec_five .ocvbox .polygon-box svg {
        width: 100%;
        height: 100%;
    }

    .ossec_five .ocvbox .ocvcontent {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 30px 50px 30px;
    }

    .ossec_five .ocvbox .iconbox {
        margin-bottom: 15px;
    }

    .ossec_five .ocvbox h3 {
        font-weight: 700;
        font-size: 22px;
        line-height: 22px;
        text-align: center;
        color: #CFDDE8;
        margin-bottom: 15px;
    }

    .ossec_five .ocvbox p {
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        color: #CFDDE8;
        margin-bottom: 0px;
        /*-webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;*/
    }

/*Our Story Page Style End*/



/*Manufacturing Page Style Start*/
.manufac_sec {
    width: 100%;
    display: inline-block;
    background-size: cover;
}

    /* .manufac_sec .sec_title p { */
    /* width: 475px; */
    /* } */

    .manufac_sec .mimagebox {
        position: relative;
        box-shadow: -1px -1px 4px #114546, 4px 4px 9px #070618, 0px 0px 7px #0E4D4E;
    }

        .manufac_sec .mimagebox::before {
            content: "";
            width: 0;
            height: 0;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 20px solid #081D34;
            position: absolute;
            left: 50%;
            top: 0;
            transform: translateX(-50%);
        }

        .manufac_sec .mimagebox.arrowcolor1::before {
            border-top: 20px solid #233870;
        }

        .manufac_sec .mimagebox.arrowcolor2::before {
            border-top: 20px solid #011D25;
        }

/*.manufac_sec .mimagebox.arrowcolor3::before {
            border-top: 20px solid #233870;
        }*/

/*.manufac_sec .mimagebox.arrowcolor4::before {
            border-top: 20px solid #011D25;
        }*/

/*.manufac_sec .mimagebox.arrowcolor5::before {
            border-top: 20px solid #233870;
        }*/

/*.manufac_sec .mimagebox.arrowcolor6::before {
            border-top: 20px solid #011D25;
        }*/

/*Manufacturing Page Style End*/



/*Blog Main Page Style Start*/

.blogmain {
    width: 100%;
    display: inline-block;
    background-size: cover;
}

.bmboxes {
    margin-bottom: 25px;
    display: flex;
}

.blogmain .bmbox {
    width: 100%;
    display: inline-block;
    background: #081D34;
    box-shadow: -1px -1px 4px #114546, 4px 4px 9px #070618, 0px 0px 7px #0E4D4E;
    border-radius: 15px;
    overflow: hidden;
}

    .blogmain .bmbox .img_main_box {
        width: 100%;
        height: 250px;
        overflow: hidden;
    }

    .blogmain .bmbox .img_inner_box {
        width: 100%;
        height: 100%;
    }

        .blogmain .bmbox .img_inner_box img {
            max-width: 100%;
            max-height: 100%;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }


    .blogmain .bmbox .ibscontent {
        width: 100%;
        display: inline-block;
        padding: 15px 30px 30px;
    }

    .blogmain .bmbox .btag_time {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }

        .blogmain .bmbox .btag_time .ibstag {
            font-weight: 400;
            font-size: 14px;
            line-height: 14px;
            color: #1EEBB4;
            padding-right: 15px;
        }

        .blogmain .bmbox .btag_time .ibstime {
            font-weight: 400;
            font-size: 14px;
            line-height: 14px;
            color: #CFDDE8;
            display: flex;
            align-items: center;
            white-space: nowrap;
        }

            .blogmain .bmbox .btag_time .ibstime img {
                padding-right: 10px;
                width: auto;
            }


.blogmain .ibscontent h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.blogmain .ibscontent .ibsdata_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .blogmain .ibscontent .ibsdata_btn p {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
        color: #8FA8BD;
    }

        .blogmain .ibscontent .ibsdata_btn p:last-child {
            margin-bottom: 0px;
        }


.blogmain .bmbox:hover {
    background: #0C464E;
}

    .blogmain .bmbox:hover .arrowbtn {
        background-color: #1EEBB4;
        box-shadow: inset -10px -10px 4px #04FFBC, inset 4px 4px 9px #005F2C, inset 0px 0px 7px #000000;
        border-radius: 25px;
    }

        .blogmain .bmbox:hover .arrowbtn .abbicon svg {
            stroke-dashoffset: 0;
            opacity: 1;
            transition: opacity 1s, stroke-dashoffset 1s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

    .blogmain .bmbox:hover .abaicon svg {
        fill: #081D34;
    }


.blogdetails_sec {
    width: 100%;
    display: inline-block;
    background-size: cover;
}

    .blogdetails_sec h1 {
        font-weight: 600;
        font-size: 32px;
        line-height: 42px;
        text-align: justify;
        color: #FFFFFF;
        margin-bottom: 30px;
    }

    .blogdetails_sec .imgbox {
        width: 100%;
        display: inline-block;
        margin-bottom: 30px;
    }

        .blogdetails_sec .imgbox img {
            background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF;
            box-shadow: -1px -1px 4px #114546, 4px 4px 9px #070618, 0px 0px 7px #0E4D4E;
            border-radius: 12px;
        }

    .blogdetails_sec p {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
        color: #8FA8BD;
    }

/*Blog Main Page Style End*/


/*Contact Us Page Style Start*/
.contact_top {
    width: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

    .contact_top .sec_title {
        margin-bottom: 50px;
    }

    .contact_top .co_info {
        width: 100%;
        display: inline-block;
        margin-bottom: 40px;
    }

    .contact_top .ctbox {
        width: 100%;
        display: inline-block;
        margin-bottom: 25px;
    }

        .contact_top .ctbox .icontitle {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
        }

            .contact_top .ctbox .icontitle h3 {
                font-weight: 600;
                font-size: 18px;
                line-height: 18px;
                color: #FFFFFF;
                padding-left: 15px;
            }

        .contact_top .ctbox .address {
            font-weight: 500;
            font-size: 16px;
            line-height: 28px;
            color: #FFFFFF;
            margin-bottom: 0px;
        }

    .contact_top .co_details {
        width: 100%;
        display: inline-block;
    }

        .contact_top .co_details .codetul {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0px;
            margin: 0px;
            list-style-type: none;
        }

            .contact_top .co_details .codetul li {
                margin-right: 30px;
            }

                .contact_top .co_details .codetul li:last-child {
                    margin-right: 0px;
                }

    .contact_top .codemedia .codeicon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #1EEBB4;
        border-radius: 13px;
    }

    .contact_top .codemedia .codeco {
        padding-left: 15px;
    }

        .contact_top .codemedia .codeco a {
            font-weight: 600;
            font-size: 18px;
            line-height: 18px;
            color: #FFFFFF;
        }



.contactform {
    width: 100%;
    display: inline-block;
    background-size: cover;
}

    .contactform .sec_title {
        margin-bottom: 50px;
    }

    .contactform .form-group {
        margin-bottom: 2rem;
    }

    .contactform .form-label {
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        color: #1EEBB4;
        margin-bottom: 10px;
    }

    .contactform .form-control, .contactform .form-select {
        font-size: 15px;
        line-height: 15px;
        font-weight: 400;
        padding: 10px 15px;
        color: #8FA8BD;
        background-color: #081D34;
        box-shadow: -1px -1px 4px #114546, 4px 4px 9px #070618, 0px 0px 7px #0E4D4E;
        border-radius: 10px;
        height: 45px;
        border: none;
    }

        .contactform .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #8FA8BD;
        }

        .contactform .form-control::-moz-placeholder { /* Firefox 19+ */
            color: #8FA8BD;
        }

        .contactform .form-control:-ms-input-placeholder { /* IE 10+ */
            color: #8FA8BD;
        }

        .contactform .form-control:-moz-placeholder { /* Firefox 18- */
            color: #8FA8BD;
        }

/*Contact Us Page Style End*/






/*Ashvin (10-09-2025) Start CSS*/

.Brochures_sec .sec_title p {
    color: #1EEBB4;
    width: 60%;
    margin: 20px auto;
    text-align: center;
    line-height: 28px;
}

.orbcsboxes {
    margin-bottom: 25px;
    display: flex;
}

.orbcsbox {
    width: 100%;
    display: inline-block;
    box-shadow: 0px 0px 7px 0px #0E4D4E;
    box-shadow: 4px 4px 9px 0px #070618;
    box-shadow: -1px -1px 4px 0px #114546;
    border-radius: 15px;
    overflow: hidden;
}

.obimgmain {
    width: 100%;
    height: 215px;
    overflow: hidden;
}

.obimginner {
    width: 100%;
    height: 100%;
}

    .obimginner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.obboxdata {
    width: 100%;
    display: inline-block;
    padding: 20px;
}

    .obboxdata h3 {
        font-weight: 600;
        font-size: 18px;
        line-height: 36px;
        color: #fff;
        margin-bottom: 20px;
    }

    .obboxdata .oblbox {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

        .obboxdata .oblbox h4 {
            font-weight: 400;
            font-size: 14px;
            line-height: 14px;
            text-transform: uppercase;
            color: #fff;
            padding-left: 10px;
        }


.btn-shadow {
    color: #1EEBB4;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    border-radius: 10px;
    padding: 15px 30px;
    border: 1px solid transparent;
    background-color: transparent;
    box-shadow: 0px 0px 7px 0px #0E4D4E;
    box-shadow: 4px 4px 9px 0px #070618;
    box-shadow: -1px -1px 4px 0px #114546;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-shadow:hover, .btn-shadow:focus {
        color: #1EEBB4;
        border-color: #1EEBB4;
    }

.obboxdata .btn-shadow {
    padding: 15px 15px;
}

.Brochures_sec .viewmore {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    text-align: center;
}

    .Brochures_sec .viewmore .btn {
        width: 170px;
        font-weight: 600;
    }

/*Ashvin (10-09-2025) End CSS*/


/*Responsive Style Start*/
@media (max-width: 1920.98px) {
}

@media (max-width: 1680.98px) {
    .fobbox.fblsbox, .fobboxes.fbrsbox {
        height: calc(100vh - 185px);
    }

    .footer_top .txtbox h2 {
        padding-right: 40px;
    }

    .footer_top .diamondshape ul li {
        margin-right: 60px;
    }
}

@media (max-width: 1440.98px) {
    .padding {
        padding: 60px 0px;
    }

    .bannersec h6 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    p {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .footer_top .txtbox h2 {
        padding-right: 40px;
    }

    .footer_top .diamondshape ul li {
        margin-right: 40px;
    }

        .footer_top .diamondshape ul li img {
            width: 60px;
            height: 60px;
        }

    .container-fluid {
        padding: 0 30px;
    }

    .footer_bottom .fcdboxes h6 {
        font-size: 14px;
        line-height: 14px;
    }

    .footer_bottom .fcdboxes h4, .footer_bottom .fcdboxes a {
        font-size: 30px;
        line-height: 30px;
    }

    .ossec_four .opscontent h3 {
        font-size: 18px;
        line-height: 18px;
    }

    .ossec_four .opscontent h4 {
        font-size: 14px;
        line-height: 14px;
    }

    .ossec_five .ocvbox .iconbox img {
        width: 60px;
        height: 60px;
    }

    .ossec_five .ocvbox h3 {
        font-size: 18px;
        line-height: 18px;
    }

    .bannersec .bannercolbox {
        flex: 0 0 auto;
        width: 40%;
    }
}

@media (max-width: 1399.98px) {
    .fobbox.fblsbox, .fobboxes.fbrsbox {
        height: calc(100vh - 45px);
    }

    .obboxdata .btn-shadow {
        padding: 10px 10px;
        font-size: 14px;
        line-height: 14px;
    }
}

@media (max-width: 1280.98px) {
    .footer_top .txtbox h2 {
        padding-right: 20px;
    }

    .footer_top .diamondshape ul li {
        margin-right: 20px;
    }

    .fobbox.fblsbox, .fobboxes.fbrsbox {
        height: calc(100vh - 150px);
    }

    .bannersec .bannercolbox {
        flex: 0 0 auto;
        width: 45%;
    }
}

@media (max-width: 1199.98px) {
    .footer_top .txtbox h2 {
        font-size: 20px;
        line-height: 32px;
        padding-right: 15px;
    }

    .footer_top .diamondshape ul li {
        margin-right: 15px;
    }

    /*.ossec_five .ocvbox p {
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }*/

    .ossec_five .ocvboxes {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .bannersec .bannercolbox {
        flex: 0 0 auto;
        width: 55%;
    }

    .blogmain .bmboxes {
        flex: 0 0 auto;
        width: 50%;
    }

    .orbcsboxes {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (max-width: 991.98px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
        padding: 0 30px;
    }

    .navbar-toggler {
        border: 0;
        box-shadow: none !important;
        padding: 0;
    }

        .navbar-toggler span {
            width: 25px;
            height: 3px;
            background: #fff;
            display: block;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            margin-bottom: 4px;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

            .navbar-toggler span:nth-child(1) {
                width: 16px;
            }

        .navbar-toggler:hover span:nth-child(1) {
            width: 25px;
        }

        .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
            width: 25px;
            -webkit-transform: rotate(45deg) translate(5px,5px);
            -ms-transform: rotate(45deg) translate(5px,5px);
            transform: rotate(45deg) translate(5px,5px);
        }

        .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
            opacity: 0;
        }

        .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
            -webkit-transform: rotate(-45deg) translate(5px,-5px);
            -ms-transform: rotate(-45deg) translate(5px,-5px);
            transform: rotate(-45deg) translate(5px,-5px);
        }

        .navbar-toggler span {
            background: #fff;
            background-image: none;
        }

    .bannersec h6 {
        font-size: 16px;
        line-height: 16px;
    }

    .bannersec h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .sec_title h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .sec_title p {
        margin-top: 20px;
    }

    .indexstwo .istboxes {
        flex: 0 0 auto;
        width: 100%;
    }

        .indexstwo .istboxes:first-child {
            margin-bottom: 25px;
        }

    .indexsthree .istboxes {
        flex: 0 0 auto;
        width: 100%;
    }

        .indexsthree .istboxes.imgbox {
            order: 1;
            margin-bottom: 25px;
        }

        .indexsthree .istboxes.contentbox {
            order: 2;
        }

    .fobbox.fblsbox {
        width: 100%;
        /*margin-bottom: 30px;*/
        height: auto;
        padding-top: 40px;
        padding-right: 0;
    }

    .fobboxes.fbrsbox {
        width: 100%;
        float: right;
        padding-left: 0px;
        height: auto;
    }

    .footer_bottom .trustedbox {
        /*position: absolute;
        right: 25px;
        left: inherit;
        top: 25%;
        transform: translate(-25%, 25px);*/
        position: absolute;
        right: 10px;
        left: inherit;
        top: 30%;
        transform: translate(-10px, 30%);
    }

    .padding {
        padding: 40px 0px;
    }

    .footer_top .fot_data {
        display: inline-block !important;
        text-align: center;
        width: 100%;
    }

        .footer_top .fot_data .txtbox, .footer_top .fot_data .ftbtn {
            text-align: center !important;
        }

        .footer_top .fot_data .txtbox {
            margin-bottom: 20px;
        }

            .footer_top .fot_data .txtbox h2 br {
                display: none;
            }

    .footer_top .diamondshape ul {
        justify-content: center;
        margin-bottom: 20px;
    }

    .indexstwo .islcon .islconinner h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .indexsfour .ibscontent h3, .blogmain .ibscontent h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .indexstwo .trusted_shedow {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .ossec_five .ocvboxes {
        flex: 0 0 auto;
        width: 50%;
    }

    .buyingapp .buyappbox h6 {
        font-size: 18px;
        line-height: 18px;
    }

    .buyingapp ul li .title_icon h4 {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (max-width: 767.98px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
        padding: 0 15px;
    }

    .footer_bottom .fosociallinks {
        margin-bottom: 30px;
    }

        .footer_bottom .fosociallinks ul li a {
            margin-right: 10px;
            margin-bottom: 10px;
        }

    .footer_bottom .focontact {
        margin-bottom: 30px;
    }

    .footer_bottom .trustedbox {
        position: inherit;
        right: inherit;
        left: inherit;
        top: inherit;
        transform: inherit;
        text-align: center;
        margin-bottom: 20px;
        height: auto;
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        padding: 0 30px 30px;
        width: 100%;
    }

    .ostwoboxes.imgbox {
        order: 1;
        margin-bottom: 25px;
    }

    .ostwoboxes.contentbox {
        order: 2;
    }

    .container-fluid {
        padding: 0 15px;
    }

    .bannersec .bannercolbox {
        flex: 0 0 auto;
        width: 65%;
    }

    .blogmain .bmboxes {
        flex: 0 0 auto;
        width: 100%;
    }

    .contact_top .ctboxes {
        flex: 0 0 auto;
        width: 50%;
    }

    .buyingapp .buyappboxes:first-child {
        margin-bottom: 25px;
    }

    .sec_title h2 br {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .footer_bottom .fcdboxes h4, .footer_bottom .fcdboxes a {
        font-size: 20px;
        line-height: 20px;
    }

    .footer_bottom .fcdboxes h6 {
        font-size: 12px;
        line-height: 12px;
    }

    .footer_bottom .fnlink_copyr ul li, .footer_bottom .fnlink_copyr ul li a {
        font-size: 12px;
        line-height: 12px;
    }

    .footer_bottom .trustedbox img {
        width: 100px;
    }

    .footer_top .diamondshape ul li img {
        width: 35px;
        height: 35px;
    }

    .bannersec h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .indexstwo .islmedia {
        display: inline-block !important;
        width: 100%;
    }

        .indexstwo .islmedia .islicon {
            text-align: center;
            margin: 0 auto 15px;
        }

        .indexstwo .islmedia .islcon {
            padding-left: 0px;
        }

    .indexstwo .islcon .islconinner {
        display: inline-block;
        width: 100%;
    }

    .indexstwo .arrowbtn {
        float: right;
        margin: 30px 30px 30px 0px;
    }

    .indexsfour .ibsboxes .ibscontent,
    .blogmain .bmbox .ibscontent {
        padding: 15px 15px;
    }

    /*.indexsfour .ibsboxes .btag_time,
    .blogmain .bmbox .btag_time {
        width: 100%;
        display: inline-block;
        margin-bottom: 15px;
    }*/

    /*.indexsfour .ibsboxes .btag_time .ibstag,
        .blogmain .bmbox .btag_time .ibstag {
            display: inline-block;
            margin-bottom: 10px;
        }*/

    .indexsfour .ibsboxes .arrowbtn,
    .blogmain .bmbox .arrowbtn {
        margin: 0px 20px 20px 40px;
    }

    .footer_bottom .fosociallinks ul li.mob_show {
        display: inline-block;
    }

    .footer_bottom .mob_none {
        display: none !important;
    }

    .ossec_five .ocvboxes {
        flex: 0 0 auto;
        width: 100%;
    }

        .ossec_five .ocvboxes:last-child {
            margin-bottom: 0px;
        }

    .manufac_sec .sec_title p {
        width: 100%;
    }

    .bannersec h1 br {
        display: none;
    }

    .bannersec .bannercolbox {
        flex: 0 0 auto;
        width: 70%;
    }

    .blogdetails_sec h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .contact_top .sec_title, .contactform .sec_title {
        margin-bottom: 30px;
    }

    .appdownload img {
        width: 170px;
    }

    .orbcsboxes {
        flex: 0 0 auto;
        width: 100%;
    }

    .Brochures_sec .sec_title p {
        width: 100%;
    }
}

@media (max-width: 480.98px) {
    .footer_top .diamondshape ul {
        flex-wrap: wrap;
    }

        .footer_top .diamondshape ul li {
            margin-right: 10px;
            margin-bottom: 10px;
        }

    .bannersec .bannercolbox {
        flex: 0 0 auto;
        width: 100%;
    }

    .contact_top .ctboxes {
        flex: 0 0 auto;
        width: 100%;
    }

    .contact_top .co_details .codetul {
        display: inline-block;
        align-items: inherit;
        justify-content: inherit;
    }


        .contact_top .co_details .codetul li {
            margin-right: 0px;
            margin-bottom: 15px;
        }

            .contact_top .co_details .codetul li:last-child {
                margin-bottom: 0px;
            }

    .contact_top .codemedia .codeicon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

        .contact_top .codemedia .codeicon img {
            width: 20px;
            height: 20px;
        }

    .contact_top .codemedia .codeco a {
        font-size: 16px;
        line-height: 16px;
    }

    .obboxdata .btn-shadow {
        font-size: 12px;
        line-height: 12px;
    }
}

.loadermain {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100vh;
    width: 100%;
    z-index: 1080;
}

    .loadermain::before {
        content: "";
        background-color: rgba(0,0,0,0.7);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .loadermain .loaderinner {
        width: 100%;
        height: 100%;
    }

    .loadermain img {
        position: relative;
    }

    .loadermain .box1 {
        position: absolute;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        /*border: 3px solid rgb(6, 50, 115);*/
        border: 3px solid rgb(255, 255, 255);
        animation-name: spinx;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        text-align: center;
    }

    .loadermain .box2 {
        position: absolute;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        /*border: 3px solid rgb(6, 50, 115);*/
        border: 3px solid rgb(255, 255, 255);
        animation-name: spiny;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        text-align: center;
    }

@keyframes spinx {
    0% {
        transform: rotateX(0deg);
    }

    100% {
        transform: rotateX(360deg);
    }
}

@keyframes spiny {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}
