@import url(../css/bootstrap.min.css);
@import url(../css/bootstrap.min.css.map);
@import url(../css/owl.carousel.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/indigo-pink.css);
@import url(../css/svg-with-js.css);
@import url(../fonts/font.css);
@import url(../css/bootstrap-icons.css);
@import url(../css/bootstrap-icons.min.css);
@import url(../css/fontawesome.min.css);
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url(../css/animation_box.css);
@import url(../css/sidebar.css);


@font-face {
    font-family: 'TwCenMTStd-SemiMedium';
    src: url('../fonts/TwCenMTStd-SemiMedium.eot');
    src: url('../fonts/TwCenMTStd-SemiMedium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TwCenMTStd-SemiMedium.svg#TwCenMTStd-SemiMedium') format('svg'),
        url('../fonts/TwCenMTStd-SemiMedium.ttf') format('truetype'),
        url('../fonts/TwCenMTStd-SemiMedium.woff') format('woff'),
        url('../fonts/TwCenMTStd-SemiMedium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TwCenMTStd-MediumCond';
    src: url('../fonts/TwCenMTStd-MediumCond.eot');
    src: url('../fonts/TwCenMTStd-MediumCond.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TwCenMTStd-MediumCond.svg#TwCenMTStd-MediumCond') format('svg'),
        url('../fonts/TwCenMTStd-MediumCond.ttf') format('truetype'),
        url('../fonts/TwCenMTStd-MediumCond.woff') format('woff'),
        url('../fonts/TwCenMTStd-MediumCond.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TwCenMTStd-LightItalic';
    src: url('../fonts/TwCenMTStd-LightItalic.eot');
    src: url('../fonts/TwCenMTStd-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TwCenMTStd-LightItalic.svg#TwCenMTStd-LightItalic') format('svg'),
        url('../fonts/TwCenMTStd-LightItalic.ttf') format('truetype'),
        url('../fonts/TwCenMTStd-LightItalic.woff') format('woff'),
        url('../fonts/TwCenMTStd-LightItalic.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TwCenMTStd-Light';
    src: url('../fonts/TwCenMTStd-Light.eot');
    src: url('../fonts/TwCenMTStd-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TwCenMTStd-Light.svg#TwCenMTStd-Light') format('svg'),
        url('../fonts/TwCenMTStd-Light.ttf') format('truetype'),
        url('../fonts/TwCenMTStd-Light.woff') format('woff'),
        url('../fonts/TwCenMTStd-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TwCenMTStd-ExtraBoldCond';
    src: url('../fonts/TwCenMTStd-ExtraBoldCond.eot');
    src: url('../fonts/TwCenMTStd-ExtraBoldCond.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TwCenMTStd-ExtraBoldCond.svg#TwCenMTStd-ExtraBoldCond') format('svg'),
        url('../fonts/TwCenMTStd-ExtraBoldCond.ttf') format('truetype'),
        url('../fonts/TwCenMTStd-ExtraBoldCond.woff') format('woff'),
        url('../fonts/TwCenMTStd-ExtraBoldCond.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TwCenClassMTStd-Regular';
    src: url('../fonts/TwCenClassMTStd-Regular.eot');
    src: url('../fonts/TwCenClassMTStd-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TwCenClassMTStd-Regular.svg#TwCenClassMTStd-Regular') format('svg'),
        url('../fonts/TwCenClassMTStd-Regular.ttf') format('truetype'),
        url('../fonts/TwCenClassMTStd-Regular.woff') format('woff'),
        url('../fonts/TwCenClassMTStd-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'AIAEverest', 'Arial', 'NotoSansSC', 'NotoSansTC', 'NotoSansThai', 'NotoSansTamil', 'NotoSansSinhala', 'Helvetica', 'sans-serif';
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
    background: #fff;
    color: #444444;
    text-decoration: none !important;
}

/**Navbar CSS Starts**/
/* body {
    font-family: 'Poppins', sans-serif !important;
    overflow-y: scroll;
}

ul {
    margin-bottom: 0;
    padding: 0;
}

header {
    padding: 8px 0px;
} */

.btn-primary {
    background-color: #2CB1E4;
    border-color: #2CB1E4;
}

.logo img {
    max-width: 160px;
}

/* nav {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0px;
    padding: 0;
}

#cssmenu ul h4 {
    font-size: 14px;
    cursor: pointer;
    margin: 0;
    padding: 10px;
    color: #fff;
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    display: none;
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#cssmenu>ul>li {
    float: left
}

#cssmenu>ul>li>a {
    padding: 24px 24px;
    font-size: 16px;
    letter-spacing: 0px;
    text-decoration: none;
    color: #323232;
    font-weight: 600;
}

#cssmenu>ul>li:hover>a,
#cssmenu ul li.active a {
    color: #646464
}

#cssmenu ul li.active:hover {
    background: #2cb1e4;
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active {
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 30px
}

#cssmenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu>ul>li.has-sub>a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    width: 200px;
    z-index: 999;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu ul ul {
    background: #fff;
    box-shadow: 0 2px 7px;
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover>ul {
    left: -20px;
}

#cssmenu li:hover>ul>li {
    height: auto;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul li:hover ul ul li {
    padding: 0;
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 100%;
    font-size: 14px;
    text-decoration: none;
    color: black;
    font-weight: 400;
    background: #fff;
}

.up {
    padding: 1px 10px !important;

}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: black
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub>a:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li>a:hover {
    background: #363636;
}

#cssmenu ul ul.megamenu {
    width: 100vw;
    max-width: 50vw;
    padding: 15px;
    z-index: 9999;
    border-radius: 6px;
    overflow: overlay;
}

.megamenu1 {
    width: 100vw;
    max-width: 20vw;
    padding: 15px;
    z-index: 9999;
    border-radius: 6px;
    overflow: overlay;
}

#cssmenu ul ul.megamenu h4 {
    color: black;
}

#cssmenu ul ul.megamenu ul {
    position: static;
}

#cssmenu ul ul.megamenu ol {
    padding: 0;
}

#cssmenu ul ul.megamenu ol li {
    height: auto;
}

#cssmenu ul ul.megamenu ol li a {
    padding: 6px 10px;
}

#cssmenu>ul>li:nth-child(1):hover ul.megamenu {
    left: -13vw;
}

#cssmenu ul {
    align-items: center;
    display: inherit;
}

@media screen and (min-width: 1400px) {
    #cssmenu ul ul.megamenu {
        width: 100vw;
        max-width: 50vw;
    }
}

@media screen and (max-width: 468px) {
    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        text-align: left;
        padding: 0px 0 0 0;
        float: none
    }

    .logo2 {
        display: none
    }

    nav {
        width: 100%;
    }

    #cssmenu {
        width: 100%
    }

    #cssmenu ul {
        width: 100%;
        display: none;
        margin-top: 50px;
        background-color: #f8f8f8;
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #ddd
    }

    #cssmenu ul li:hover {
        background: #2cb1e4;
        -webkit-transition: none;
        -ms-transition: none;
        transition: none;
    }

    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
    }

    #cssmenu>ul>li:hover>a,
    #cssmenu ul li.active a {
        color: #ffffff;
    }

    #cssmenu>ul>li {
        float: none
    }

    #cssmenu ul ul li a {
        padding-left: 25px
    }

    #cssmenu ul ul li a {
        background: #2cb1e4 !important;
    }

    #cssmenu ul ul li a:hover {
        background: #2cb1e4 !important
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px
    }

    #cssmenu ul ul li a {
        color: #ddd;
        background: none
    }

    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #fff
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none
    }

    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }

    .button {
        width: 60px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;
        background: #efefef;
        display: contents;
    }

    header {
        padding: 38px 0px;
    }

    .logo img {
        max-width: 120px;
        margin-top: -26px;
    }

    .button:after {
        position: absolute;
        top: 2px;
        right: 20px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #2cb1e4;
        border-bottom: 2px solid #2cb1e4;
        content: '';
    }

    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: -4px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #2cb1e4;
        content: ''
    }

    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #2cb1e4;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .button.menu-opened:before {
        top: 23px;
        background: #2cb1e4;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #ddd;
        height: 46px;
        width: 46px;
        cursor: pointer
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #2cb1e4
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu .label>h4 {
        padding: 11px;
        padding-left: 20px;
        color: #fff;
        font-size: 12px;
    }

    #cssmenu>ul>li:nth-child(1):hover ul.megamenu {
        left: 0;
        width: 100vw;
        max-width: 100%;
        box-shadow: none;
        background: #71d0f5;
        border-radius: 0;
    }

    #cssmenu ul ul.megamenu ol li a {
        background: #71d0f5 !important;
        color: #fff;
    }
} */
/* * {
    margin: 0;
    padding: 0;
} */
/**Header CSS Ends**/


/**Footer CSS Starts**/
footer {
    color: #717171;
}

.top-footer {
    background: rgb(229,229,229);
    padding: 45px 0px 0px;
    border-radius: 20px;
    margin-top: 30px;
    box-shadow: 0px 4px 4px #d1d1d1;
}

.footer-list {
    padding-left: 0;
}

.footer-list li {
    display: block;
}

.footer-list li a {
    display: block;
    text-decoration: none;
    color: #717171;
    font-size: 14px;
    padding: 5px 0px;
    font-weight: 400;
}

footer p {
    font-size: 14px;
}

.align {
    text-align: center;
}

.top {
    margin-top: 12px;
}

.social_icon {
    display: flex;
}

.social_icon a {
    width: 30px;
    background: #f6fbfd;
    height: 30px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin-right: 5px;
    border-radius: 4px;
    text-decoration: none;
    color: #323232;
}

/**Footer CSS Ends**/

/**Body CSS Starts**/
.text-justify {
    text-align: justify !important;
    font-size: 16px !important;
}

.text-justify12 {
    text-align: justify !important;
    font-size: 20px !important;
}

.text-justify13 {
    text-align: justify !important;
    font-size: 18px !important;
}

.text-justify1 {
    text-align: center !important;
    font-size: 24px !important;
    color: #2cb1e4 !important;
}

.text-justify_2 {
    text-align: center !important;
    font-size: 32px !important;
    color: #2cb1e4 !important;
}

.text-justify_21 {
    text-align: left !important;
    font-size: 32px !important;
    color: #2cb1e4 !important;
}

.text-justify_1 {
    text-align: center !important;
    font-size: 18px !important;
    /* color: #2cb1e4 !important; */
}


.text-justify_01 {
    text-align: left !important;
    font-size: 24px !important;
}

.text-justify_0111 {
    /* text-align: left !important; */
    font-size: 34px !important;
    line-height: 45px !important;
    max-width: 900px !important;
}

.text-justify_011 {
    text-align: left !important;
    font-weight: 800 !important;
    font-size: 36px !important;
    line-height: 2.8rem !important;
}

.text-justify_0 {
    text-align: justify !important;
    font-size: 13px !important;
}

.text-justify_1 {
    text-align: center !important;
    font-size: 18px !important;
}

.img-fluid {
    width: 80% !important;
    height: 80% !important;
}

.img-fluid_1 {
    width: 130% !important;
    height: 80% !important;
    visibility: hidden;
}

.img-fluid_2 {
    width: 100% !important;
    height: 80% !important;
}

.img-fluid_3 {
    width: 100% !important;
    height: 100% !important;
}

.img-fluid_4 {
    width: 100% !important;
    height: 46% !important;
}

.img-responsive {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100% !important;
}

.img-responsive_1 {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 60% !important;
}

.img {
    vertical-align: middle;
}

.img {
    border: 0;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.polaroid {
    width: 80%;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
}

.polaroid_1 {
    position: relative;
    width: 80%;
    height: 100%;
    background-color: #FAF9F6;
}


.overlay {
    position: absolute;
    top: 0;
    bottom: 6px;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .6s ease-in-out;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.polaroid_1:hover .overlay {
    opacity: 1;
    background-color: #fff;
    border-bottom: 3px solid #ce1762;

}

.text {
    color: #000;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 94% !important;
}

.text_1{
    text-align: center !important;
    font-size: 42px !important;
    padding-top: 60px !important;
}
.text_2{
    text-align: center !important;
    font-size: 18px !important;

}

.images_1 {
    width: 60%;
    height: 120%;
    opacity: 0.5;
    background-color: #FAF9F6;
    border-radius: 6px;
}

.images_2 {
    width: 80%;
    height: 100%;
    opacity: 0.5;

}

.images_1:hover {
    opacity: 1;
    background-color: #fff;
    border-bottom: 3px solid #ce1762;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.images_2:hover {
    opacity: 1;
    background-color: #fff;
    border-bottom: 3px solid #ce1762;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.left_1 {
    margin-left: 52px;
    /* margin-bottom: 12px; */
}

.btn_01 {
    background-color: #ebebeb;
    border: none;
    color: #556170;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 10px;
    padding: 5px 15px;
    position: relative;
    transition: background .1s ease;
    white-space: nowrap;
    margin-left: 12px;
    margin-top: 50px;
    border-radius: 6px;
}

.btn_01:hover {
    background-color: #ce1762;
    color: #fff;
}

.btn_011 {
    font-size: 16px;
    line-height: 26px;
}

.partnersLogo {
    background: rgba(0,0,0,.1);
    border-radius: 10px;
    padding: 10px 15px;
    margin: 15px;
    width: 80%;
    height: 60%;
}


.nopadd {
    padding: 0px;
}

.b {
    font-size: 16px;
    color: black;
}

.breadcrumb-item.active {
    color: black;
    font-size: 24px;
    padding-top: 12px;
}

.addressBox {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    background: #fefefe;
    padding: 20px;
    box-shadow: 0px 1px 12px #ccc;
    font-size: 14px;
    border-bottom: 3px solid #007bff;
}

.addressbox_1 {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    background: #fefefe;
    padding: 10px;
    box-shadow: 0px 1px 12px #ccc;
    font-size: 14px;
    border-bottom: 3px solid #007bff;
}

.addressBox_2 {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    background: #fefefe;
    padding: 20px;
    box-shadow: 0px 1px 12px #ccc;
    font-size: 14px;
    border-bottom: 3px solid #007bff;
    height: 100%;
}

.addressBox_3 {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    background: #fefefe;
    padding: 20px;
    box-shadow: 0px 1px 12px #ccc;
    font-size: 14px;
    /* border-bottom: 3px solid #007bff; */
}

.addressBox_4 {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    background: #fefefe;
    padding: 20px;
    box-shadow: 0px 1px 12px #ccc;
    font-size: 14px;
    border-bottom: 3px solid #007bff;
    height: 120% !important;
}

/* Services */
.serviceBox {
    background: #fefefe;
    margin-bottom: 30px;
    cursor: pointer;
    border-bottom: 3px solid #007bff;
    border-radius: 20px;
}

.serviceBox:hover {
    box-shadow: 0px 1px 30px #ffe5e5;
}

.serviceBox figcaption {
    padding: 20px 15px 10px;
}

.readMore {
    margin-bottom: 1px !important;
    text-align: center;
}

.readMore a {
    color: black !important;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
    display: inline;
    padding: 0 10px;
}

/* .readMore a::before{
    content: '[';
    position: absolute;
    left: 0;
}
.readMore a::after{
    content: ']';
    position: absolute;
    right: 0;
} */
.readMore a:hover {
    color: #323232;
    text-decoration: none;
    letter-spacing: 1px;
}

.img {
    opacity: 0.5;
}

.img:hover {
    opacity: 1.0;
}

.margin-b {
    margin-top: 0.2rem;
    margin-bottom: 1.5rem;
}

.margin-b1 {
    margin-top: 12.8rem;
    margin-bottom: 1.5rem;
}

.margin-b1 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.margin-b0 {
    margin-top: 1.5rem !important;
    /* margin-bottom: 1.5rem; */
}

.margin-b5 {
    margin-top: 0.5rem !important;
}

.margin-b3 {
    margin-top: 100px !important;
}

.margin-b4 {
    margin-top: 60px !important;
}

.uppercase {
    text-transform: uppercase !important;
    line-height: 1.2;
    margin-top: 22px !important;
}

.margin-b2 {
    margin-top: 0.5rem;
    /* margin-bottom: 1.5rem; */
}

.contactList li {
    display: block;
    padding: 6px 0;
}

.thumbimg {
    max-width: 100%;
    border: 4px double #ddd;
    border-radius: 4px;
}

.thumbimg_1 {
    max-width: 100%;
    border: 4px double #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.font-26 {
    font-size: 26px !important;
}

.border-bottom {
    border-bottom: 1px solid #ddd !important;
    padding-bottom: 7px;
    position: relative;
}

.primaryColor {
    color: black;
}

.button_01 {
    text-align: center !important;
    margin-top: 1.5rem;
}

.button_02 {
    text-align: center !important;
    margin-top: 4.0rem !important;
}

.button_03 {
    text-align: center !important;
    margin-top: 4.0rem !important;
}

.button_04 {
    text-align: center !important;
    margin-top: 0.5rem;
}

.Button_01 {
    border-radius: 9px;
    color: #fff;
    background-color: #2cb1e4;
    border-color: #2CB1E4;
    width: 120px;
    height: 40px;
    cursor: pointer;
}

.Button_02 {
    border-radius: 9px;
    color: black;
    background-color: #ddd;
    border-color: #2cb1e4;
    /* width: 120px; */
    height: 50px;
    cursor: pointer;
}

.Button_03 {
    border-radius: 9px;
    color: #fff;
    background-color: #2cb1e4;
    border-color: #2CB1E4;
    width: 180px;
    height: 40px;
    cursor: pointer;
    margin-left: 12px;
}

.Button_02:hover {
    background-color: #2cb1e4;
    border-color: #2CB1E4;
    color: white;
}


.form-control_1 {
    display: block;
    width: 100%;
    /* height: calc(1.5em + 0.75rem + 2px); */
    padding: 0.375rem 0.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: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.imgh1 {
    height: 94px;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

ul.listBox li {
    display: inline-block;
    padding: 10px;
    border: 1.5px dashed #ccc;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
    border-radius: 4px;
}

ul.listBox2 li {
    display: inline-block;
    padding: 10px;
    border: 1.5px dashed #ccc;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
    border-radius: 4px;
}

ul.listBox3 li {
    display: inline-block;
    padding: 10px;
    border: 1.5px dashed #ccc;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
    border-radius: 4px;
}

ul.listBox {
    column-count: 1;
}

ul.listBox2 {
    column-count: 2;
}

ul.listBox3 {
    column-count: 3;
}

ul.listBox li:before {
    content: "\27A5";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 15px;
    top: 12px;
}

ul.listBox2 li:before {
    content: "\27A5";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 15px;
    top: 12px;
}

ul.listBox3 li:before {
    content: "\27A5";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 15px;
    top: 12px;
}

.a {
    /* color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)); */
    text-decoration: none;
    color: #fff !important;
}

.img_01 {
    height: 55%;
}

.img_02 {
    height: 120px !important;
}

.img_03 {
    height: 320px !important;
}

.images {
    background-image: url(../../assets/images/other_images/research.jpg);
    height: 260px;
    width: 100%;
}

.page_pagination {
    background-image: url("../../assets/images/Website_Compatibility/vision-mision1.gif");
    background-repeat: no-repeat;
    background-size: cover;      /* fills the container */
    background-position: center; /* centers the image */
    height: 300px;
    width: 100%;
    margin-top: 120px;
}

.page_pagination_01 {
    background-image: url("../../assets/images/Website_Compatibility/Contact.gif");
    background-repeat: no-repeat;
    background-size: cover;      /* fills the container */
    background-position: center; /* centers the image */
    height: 300px;
    width: 100%;
    margin-top: 120px;
}

.page_pagination_02 {
    background-image: url("../../assets/images/Website_Compatibility/Resume.png");
    background-repeat: no-repeat;
    background-size: cover;      /* fills the container */
    background-position: center; /* centers the image */
    height: 300px;
    width: 100%;
    margin-top: 120px;
}

.page_pagination_03 {
    background-image: url("../../assets/images/Website_Compatibility/web-development.gif");
    background-repeat: no-repeat;
    background-size: cover;      /* fills the container */
    background-position: center; /* centers the image */
    height: 300px;
    width: 100%;
    margin-top: 120px;
}

.page_pagination_04 {
    background-image: url(../../assets/images/Website_Compatibility/full-stack-development.gif);
    /* background-repeat: no-repeat; */
    /* background-size: unset; */
    /* background-position: center; */
    height: 400px;
    width: 100%;
    margin-top: 94px;
}

.page_pagination_05 {
    background-image: url("../../assets/images/Website_Compatibility/Data Analytics.gif");
    background-repeat: no-repeat;
    background-size: cover;      /* fills the container */
    background-position: center; /* centers the image */
    height: 300px;
    width: 100%;
    margin-top: 120px;
}

.page_pagination_06 {
    background-image: url("../../assets/images/Website_Compatibility/Api_Management.gif");
    background-repeat: no-repeat;
    background-size: cover;      /* fills the container */
    background-position: center; /* centers the image */
    height: 300px;
    width: 100%;
    margin-top: 120px;
}

.page_pagination_07 {
    background-image: url("../../assets/images/Website_Compatibility/API-Integration.gif");
    background-repeat: no-repeat;
    background-size: cover;      /* fills the container */
    background-position: center; /* centers the image */
    height: 300px;
    width: 100%;
    margin-top: 120px;
}

.page_pagination_08 {
    background-image: url("../../assets/images/Website_Compatibility/cloud-migration.gif");
   background-repeat: no-repeat;
    background-size: cover;      /* fills the container */
    background-position: center; /* centers the image */
    height: 300px;
    width: 100%;
    margin-top: 120px;
}

.page_pagination_09 {
    background-image: url("../../assets/images/Website_Compatibility/Dev_Ops.jpg");
    background-repeat: no-repeat;
    background-size: cover;      /* fills the container */
    background-position: center; /* centers the image */
    height: 300px;
    width: 100%;
    margin-top: 120px;
}

.page_pagination_10 {
    background-image: url("../../assets/images/Website_Compatibility/full-stack-development.gif");
    height: 400px;
    width: 100%;
    margin-top: 94px;
}

.page_pagination_11 {
    background-image: url("../../assets/images/Website_Compatibility/OPD_1.gif");
    background-repeat: no-repeat;
    background-size: cover;      /* fills the container */
    background-position: center; /* centers the image */
    height: 400px;
    width: 100%;
    margin-top: 120px;
}

.page_pagination_12 {
    background-image: url("../../assets/images/Website_Compatibility/OPD_1.gif");
   background-repeat: no-repeat;
    background-size: cover;      /* fills the container */
    background-position: center; /* centers the image */
    height: 400px;
    width: 100%;
    margin-top: 120px;
}

.page_pagination_13 {
    background-image: url('../../assets/images/Website_Compatibility/meet-our-team.png');
    background-repeat: no-repeat;
    background-size: cover;      /* fills the container */
    background-position: center; /* centers the image */
    height: 300px;
    width: 100%;
    margin-top: 120px;
}

.page_pagination_14 {
    background-image: url("../../assets/images/Website_Compatibility/Our_Company.png");
   background-repeat: no-repeat;
    background-size: cover;      /* fills the container */
    background-position: center; /* centers the image */
    height: 300px;
    width: 100%;
    margin-top: 120px;
}

.page_pagination_15 {
    background-image: url("../../assets/images/Website_Compatibility/");
   background-repeat: no-repeat;
    background-size: cover;      /* fills the container */
    background-position: center; /* centers the image */
    height: 300px;
    width: 100%;
    margin-top: 120px;
}


@media screen and (max-width:768px) {
    .addressbox_1 {
        display: flex;
        flex-direction: column;
        border-radius: 15px;
        background: #fefefe;
        padding: 10px;
        box-shadow: 0px 1px 12px #ccc;
        font-size: 14px;
        border-bottom: 3px solid #007bff;
    }

    .addressBox_2 {
        display: flex;
        flex-direction: column;
        border-radius: 15px;
        background: #fefefe;
        padding: 20px;
        box-shadow: 0px 1px 12px #ccc;
        font-size: 14px;
        border-bottom: 3px solid #007bff;
        height: 100%;
    }

    .addressBox_3 {
        display: flex;
        flex-direction: column;
        border-radius: 15px;
        background: #fefefe;
        padding: 20px;
        box-shadow: 0px 1px 12px #ccc;
        font-size: 14px;
        /* border-bottom: 3px solid #007bff; */
    }

}
