.itopplus-background {
background-image:none; 
background-color:none; 

}
.itopplus-search {
    display: none;
}


.dropdown-submenu {
    width: fit-content;
}

#menu65d72cb266e53e001a7e6718:hover #menusub64b6461b135db60013c4f500 {
    width: 400px !important;
}

body,
html {
    overflow-x: hidden;
}

.itopplus-bg2 {
    background-image: url('https://itp1.itopfile.com/ImageServer/z_itp_18062023rv0o/0/0/2z-z1538948112975.webp');
    padding-top: 20px;
}

.itopplus-bg3 {
    background-image: url('https://itp1.itopfile.com/ImageServer/z_itp_18062023rv0o/0/0/3z-z226384852778.webp');
}

.itopplus-bg4 {
    background-image: url('https://itp1.itopfile.com/ImageServer/z_itp_18062023rv0o/0/0/4z-z194540143255.webp');
}

.itopplus-bg5 {
    background-color: #fff;
}

.itopplus-footer {
    background-image: url('https://itp1.itopfile.com/ImageServer/z_itp_18062023rv0o/0/0/fz-z858164910850.webp');
    background-position: bottom;
}


.itopplus-banner2 {
    background-color: #00275b;
}
.customUrlContentmanager,
.customAltContentmanager {
	display:block!important;
}

/************Menu***************/
.navbar-default .navbar-nav>li>a {
    color: #fff;
    margin: 0 3px;
    padding: 10px 35px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff !important;
    box-shadow: none;
    border-radius: 30px;
    background: transparent;
    background-color: #588ed6;
}

.dropdown-menu>li>a {
    color: #000;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #000;
    background: #e8e8e8;
}

/********Only Sidebar*********/
@media screen and (max-width : 992px) {

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    #controlMenu,
    #controlMenu i,
    #controlMenu li a {
        color: #fff !important;
        text-align: left;
    }

    .navbar-default {
        background: #00275b;
    }


    .itopplus-banner {
        background: #00275b;
    }

    #controlBanner {
        padding: 15px;
        width: 50%;
        margin: 45px auto 0;
    }


}

@media screen and (min-width : 1024px) {

    .navbar-default {
        background: transparent;
    }

    .itopplus-menu {
        text-align: center;
    }


    .no-js .itopplus-banner {
        background-color: #00275b !important;
        width: 100%;
        z-index: 999;
    }

    #controlMenu {
        margin-top: 3%;
    }

    .no-js .itopplus-search {
        position: absolute;
        top: 20px;
        right: 5%;
        z-index: 999;
        transform: translateY(-130px);
        transition: 1.03s;
    }

    .itopplus-search.search-sticky {
        position: fixed;
        animation: slide-down 1s;
        transform: translateY(0px);
    }

    .itopplus-sticky-nav-bar-inside {
        display: flex;
        justify-content: space-between;
    }


    @keyframes slide-down {
        0% {
            transform: translateY(-130px);
        }

        100% {
            transform: translateY(0px);
        }
    }

    .navbar-default .navbar-nav>li>a {
        padding: 7px 10px;
    }


    #controlBanner {
        display: none;
    }
}

@media screen and (min-width : 1366px) {}

@media screen and (min-width : 1900px) {
    .navbar-default .navbar-nav>li>a {
        padding: 7px 25px;
    }
}

@media screen and (max-width : 900px) {}

@media screen and (max-width : 480px) {}

.social-group {
    display: flex;
    gap: 15px;
}

.social-item img {
    object-fit: contain;
    width: 35px;
}

.social-item {
    transition: 0.3s;
}

.social-item:hover {
    transform: scale(1.1);
}


/************font-size***************/

.navbar-default .navbar-nav>li>a {
    font-size: 16px;
}

h1 {
    font-size: 2.9em;
}

h2 {
    font-size: 2.6em;
}

h3 {
    font-size: 2.25em;
}

h4 {
    font-size: 1.875em;
}

h5 {
    font-size: 1.5em;
}

h6 {
    font-size: 1.3125em;
}

p {
    font-size: 16px;
}

/*
.pt-5 {
	padding-top:5%;
}
*/
.pb-3 {
    padding-bottom: 3%;
}

.pt-30 {
    padding-top: 30%;
}

.pt-3 {
    padding-top: 3%;
}

.px-8 {
    padding-left: 8%;
    padding-right: 8%;
}

.py-5 {
    padding-top: 5%;
    padding-bottom: 5%;
}

.py-2 {
    padding-top: 2%;
    padding-bottom: 2%;
}

.mb-0 {
    margin-bottom: 0;
}

.fw-bold {
    font-weight: 700;
}

a {
    font-size: 16px;
}

/***************page-master**************/


.icon-social {
    margin: 10px 0;
    align-items: center;
    display: grid;
    grid-template-columns: 20% 80%;
}

.icon-social3 {
    margin: 10px 0;
    align-items: center;
    display: flex;
}

.icon-social2 {
    padding: 2% 2%;
    margin: 1% 1%;
    align-items: center;
    display: grid;
    border: 1px dashed #ccc;
    grid-template-columns: 20% 80%;
    gap: 10px;
}

.img-social {
    width: 20%;
    margin-right: 3%;
}

.img-social2 {
    margin-right: 5%;
}

.img-social3 {
    margin-right: 3%;
}

.img-social4 {
    width: 5%;
    margin-right: 3%;
}

.icon-social a,
.icon-social3 a {
    color: #fff;
}

.icon-social a:hover,
.icon-social3 a:hover {
    color: #588ed6;
}

.icon-social2 a {
    color: #444;
}

.icon-social2 a:hover {
    color: #588ed6;
}

.logo-footer {
    width: 15%;
    margin-right: 5%;
}

.cont-footer {
    display: flex;
}

.footer-social {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 10px;
    row-gap: 0;
}

.itopplus-footer {
    background-size: cover;
    background-image: none;
    background-color: #00275b;
}

div#Component64b7890cf6ce9b001384f597 {
    position: relative;
    z-index: 1;
}


div#InmyDiv1689759975321 {
    position: absolute;
    top: -160px;
    background: transparent;
}

figure.effect-selena {
    background: transparent;
}

div#InmyDiv1689760003464 {
    position: relative;
    z-index: 3;
    width: 60%;
    margin: auto;
    top: -115px;
}

.img-slogan {
    width: 70%;
    margin: 2rem auto;
}

.slogan {
    text-align: center;
}

.slogan2 h3,
.service h4,
.product-page h3,
.about-page h3 {
    color: #00275b;
    font-weight: 800;
    text-align: center;
}

.article h3,
.contact-us h4,
.service-items2 h5,
.service-items3 h5 {
    color: #00275b;
    font-weight: 800;
}

.service-items2 {
    display: grid;
    grid-template-columns: 20% 80%;
    /* border: 4px solid #588ed6;*/
    padding: 10% 10% 10% 10%;
    position: absolute;
    left: -140px;
    top: 116px;
    border-radius: 20px;
}

.service-items3 {
    display: grid;
    grid-template-columns: 20% 80%;
    /* border: 4px solid #588ed6;*/
    padding: 10% 10% 10% 10%;
    position: absolute;
    right: -140px;
    top: 116px;
    border-radius: 20px;
}

.service-items3,
.service-items2 {
    background-color: #eaf3ff;
    width: 100%;
}

.img-ser {
    padding-right: 1rem;
}

.service hr,
.product-page hr,
.about-page hr {
    width: 5%;
    border-width: 2px;
    margin: auto;
    border-color: #588ed6;
}

.article hr {
    width: 40%;
    border-width: 2px;
    margin-left: 0;
    border-color: #588ed6;
}

.about-page hr {
    width: 5%;
}

div#InmyDiv1690282280274 {
    width: 50%;
    margin: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}

div#Component64b7c73af6ce9b0013850268 .grid figure figcaption,
div#Component64b89c67f6ce9b0013850559 .grid figure figcaption {
    position: static;
    padding: 1rem 0;
}

.service-items h5,
.product-list h5 {
    font-size: 20px;
    color: #588ed6;
    font-weight: 600;
}

.service-items h6,
.service-items2 h6,
.service-items3 h6 {
    font-size: 16px;
    color: #444;
}

#Component64b7c73af6ce9b0013850268 figure.effect-selena img {
    width: 200px !important;
}

#Component64b8cee8135db60013c52717 .img-container .img {
    width: 50% !important;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
}

.grid figure h2 {
    word-spacing: 0;
}

div#Component64b89c67f6ce9b0013850559 .grid figure h2 {
    height: 50px;
}

div#Component64b89c67f6ce9b0013850559 figure.effect-selena img {
    border-radius: 20px;
}

.article {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article a,
div#Component64b9f3ef44c0ad001af03b24 button.btn.btn-default {
    background-color: #00368d;
    padding: 0.5rem 1.5rem;
    border-radius: 5rem;
    color: #fff;
    background-image: none;
    text-shadow: none;
    border-color: #00368d;
}

.article a:hover,
div#Component64b9f3ef44c0ad001af03b24 button.btn.btn-default:hover {
    background-color: #588ed6;
    border-color: #588ed6;
}

div#Component64b8a25f44c0ad001af0153d .Contentmanager .template1 .template-panel,
div#Component64b8bb80135db60013c52507 .Contentmanager .template1 .template-panel,
div#Component64b8bbc71634680013143a74 .Contentmanager .template1 .template-panel,
div#Component64b8bbf3135db60013c5253c .Contentmanager .template1 .template-panel,
div#Component64b8bc1ff6ce9b0013850e26 .Contentmanager .template1 .template-panel,
div#Component64b8bc48f6ce9b0013850e55 .Contentmanager .template1 .template-panel,
div#Component64b8bc6ef6ce9b0013850e7d .Contentmanager .template1 .template-panel,
div#Component64b8bc96f6ce9b0013850e99 .Contentmanager .template1 .template-panel,
div#Component64b8bcbcf6ce9b0013850eb6 .Contentmanager .template1 .template-panel,
div#Component64b8bcdff6ce9b0013850efb .Contentmanager .template1 .template-panel,
div#Component64b8bd0af6ce9b0013850f46 .Contentmanager .template1 .template-panel,
div#Component64b8bd32f6ce9b0013850f97 .Contentmanager .template1 .template-panel,
div#Component64b8bd5cf6ce9b0013850fe3 .Contentmanager .template1 .template-panel,
div#Component64b8d3c274a7ee001bd7a9be .Contentmanager .template1 .template-panel {
    padding-bottom: 100% !important;
}

div#Component64b8cee8135db60013c52717 .Contentmanager .template1 .template-panel {
    padding-bottom: 55% !important;
}


div#Component64b8a25f44c0ad001af0153d .img-container .img,
div#Component64b8aa8743d7ad00137f38d3 figure.effect-selena img,
div#Component64b8d3c274a7ee001bd7a9be .img-container .img {
    border-radius: 10px !important;
}

div#Component64b8bb80135db60013c52507 .img-container .img,
div#Component64b8bbc71634680013143a74 .img-container .img,
div#Component64b8bbf3135db60013c5253c .img-container .img,
div#Component64b8bc1ff6ce9b0013850e26 .img-container .img,
div#Component64b8bc48f6ce9b0013850e55 .img-container .img,
div#Component64b8bc6ef6ce9b0013850e7d .img-container .img,
div#Component64b8bc96f6ce9b0013850e99 .img-container .img,
div#Component64b8bcbcf6ce9b0013850eb6 .img-container .img,
div#Component64b8bcdff6ce9b0013850efb .img-container .img,
div#Component64b8bd0af6ce9b0013850f46 .img-container .img,
div#Component64b8bd32f6ce9b0013850f97 .img-container .img,
div#Component64b8bd5cf6ce9b0013850fe3 .img-container .img,
div#Component64b8d30c1634680013143cf5 .grid figure img {
    border: 1px solid #d9d9d9;
    border-radius: 10px !important;
}

div#Component64b8a25f44c0ad001af0153d .padding-md {
    padding: 10px !important;
}

div#Component64b8bb80135db60013c52507 .padding-md,
div#Component64b8bbc71634680013143a74 .padding-md,
div#Component64b8bbf3135db60013c5253c .padding-md,
div#Component64b8bc1ff6ce9b0013850e26 .padding-md,
div#Component64b8bc48f6ce9b0013850e55 .padding-md,
div#Component64b8bc6ef6ce9b0013850e7d .padding-md,
div#Component64b8bc96f6ce9b0013850e99 .padding-md,
div#Component64b8bcbcf6ce9b0013850eb6 .padding-md,
div#Component64b8bcdff6ce9b0013850efb .padding-md,
div#Component64b8bd0af6ce9b0013850f46 .padding-md,
div#Component64b8bd32f6ce9b0013850f97 .padding-md,
div#Component64b8bd5cf6ce9b0013850fe3 .padding-md,
div#Component64b8d3c274a7ee001bd7a9be .padding-md {
    padding: 1% 3% !important;
}

div#Component64b8a25f44c0ad001af0153d .Contentmanager .caption,
div#Component64b8d3c274a7ee001bd7a9be .Contentmanager .caption {
    height: 60px;
    padding-top: 1rem;
    font-size: 16px;
    color: #444;
}

div#Component64b8bb80135db60013c52507 .Contentmanager .caption,
div#Component64b8bbc71634680013143a74 .Contentmanager .caption,
div#Component64b8bbf3135db60013c5253c .Contentmanager .caption,
div#Component64b8bc1ff6ce9b0013850e26 .Contentmanager .caption,
div#Component64b8bc48f6ce9b0013850e55 .Contentmanager .caption,
div#Component64b8bc6ef6ce9b0013850e7d .Contentmanager .caption,
div#Component64b8bc96f6ce9b0013850e99 .Contentmanager .caption,
div#Component64b8bcbcf6ce9b0013850eb6 .Contentmanager .caption,
div#Component64b8bcdff6ce9b0013850efb .Contentmanager .caption,
div#Component64b8bd0af6ce9b0013850f46 .Contentmanager .caption,
div#Component64b8bd32f6ce9b0013850f97 .Contentmanager .caption,
div#Component64b8bd5cf6ce9b0013850fe3 .Contentmanager .caption,
div#Component64b8cee8135db60013c52717 .Contentmanager .caption {
    height: 60px;
    padding-top: 1rem;
    font-size: 18px;
    color: #588ed6;
    font-weight: 500;
}

.pre-product {
    padding: 20% 10%;
}

.pre-product h3 {
    color: #588ed6;
    font-weight: 700;
}

.price {
    font-size: 22px;
    font-weight: 600;
    color: #588ed6;
}

.img-vision {
    width: 40%;
    margin: auto;
}

.about-page h6 {
    color: #535353;
    font-weight: 500;
}

.mision h1 {
    color: #00275b;
    font-weight: 700;
    line-height: 62px;
}

.mision {
    padding: 25% 5%;
}

.about-page span {
    font-size: 18px;
    font-weight: 600;
    color: #588ed6;
}

.titlePostTagSearch,
.datePostTagSearch {
    display: none;
}

div#Component64b9f3ef44c0ad001af03b24 {
    color: #00275b;
    padding: 3% 0;
}

div#Component64b9f3ef44c0ad001af03b24 .form-control {
    box-shadow: none;
    background-color: #fff;
    border-color: #588ed67a;
}

div#Component64b8a25f44c0ad001af01548 .img-thumbnail,
div#Component64b8a25f44c0ad001af01548 .img-thumbnail,
div#Component64b8bb80135db60013c52507 .img-thumbnail,
div#Component64b8bcdff6ce9b0013850efb .img-thumbnail {
    border: none;
    box-shadow: none;
}

#Contentmanager .post-time,
.fb_iframe_widget_fluid_desktop iframe,
.landingpagemanager {
    display: none !important;
}

/*
.img-vision,
#Component64b8bb80135db60013c52507 .img-container .img, 
#Component64b8bbc71634680013143a74 .img-container .img, 
#Component64b8bbf3135db60013c5253c .img-container .img, 
#Component64b8bc1ff6ce9b0013850e26 .img-container .img, 
#Component64b8bc48f6ce9b0013850e55 .img-container .img, 
#Component64b8bc6ef6ce9b0013850e7d .img-container .img, 
#Component64b8bc96f6ce9b0013850e99 .img-container .img, 
#Component64b8bcbcf6ce9b0013850eb6 .img-container .img, 
#Component64b8bcdff6ce9b0013850efb .img-container .img, 
#Component64b8bd0af6ce9b0013850f46 .img-container .img, 
#Component64b8bd32f6ce9b0013850f97 .img-container .img, 
#Component64b8bd5cf6ce9b0013850fe3 .img-container .img, 
#Component64b8d30c1634680013143cf5 .grid figure img,
#Component64b8cee8135db60013c52717 .img-container .img,
#Component64b8a25f44c0ad001af0153d .img-container .img, 
#Component64b8d3c274a7ee001bd7a9be .img-container .img,
#InmyDiv1689760003464 img,
.img-blog1 img,
.img-ser img{
	  transition: all .2s ease-in-out;
}

.img-vision:hover,
#Component64b8bb80135db60013c52507 .img-container .img:hover, 
#Component64b8bbc71634680013143a74 .img-container .img:hover, 
#Component64b8bbf3135db60013c5253c .img-container .img:hover, 
#Component64b8bc1ff6ce9b0013850e26 .img-container .img:hover, 
#Component64b8bc48f6ce9b0013850e55 .img-container .img:hover, 
#Component64b8bc6ef6ce9b0013850e7d .img-container .img:hover, 
#Component64b8bc96f6ce9b0013850e99 .img-container .img:hover, 
#Component64b8bcbcf6ce9b0013850eb6 .img-container .img:hover, 
#Component64b8bcdff6ce9b0013850efb .img-container .img:hover, 
#Component64b8bd0af6ce9b0013850f46 .img-container .img:hover, 
#Component64b8bd32f6ce9b0013850f97 .img-container .img:hover, 
#Component64b8bd5cf6ce9b0013850fe3 .img-container .img:hover, 
#Component64b8d30c1634680013143cf5 .grid figure img:hover,
#Component64b8cee8135db60013c52717 .img-container .img:hover,
#Component64b8a25f44c0ad001af0153d .img-container .img:hover, 
#Component64b8d3c274a7ee001bd7a9be .img-container .img:hover,
#InmyDiv1689760003464 img:hover,
.img-blog1 img:hover,
.img-ser img:hover{
transform: scale(0.97);

}
*/

#Component64b8bb80135db60013c52507 .Contentmanager .caption:hover,
#Component64b8bbc71634680013143a74 .Contentmanager .caption:hover,
#Component64b8bbf3135db60013c5253c .Contentmanager .caption:hover,
#Component64b8bc1ff6ce9b0013850e26 .Contentmanager .caption:hover,
#Component64b8bc48f6ce9b0013850e55 .Contentmanager .caption:hover,
#Component64b8bc6ef6ce9b0013850e7d .Contentmanager .caption:hover,
#Component64b8bc96f6ce9b0013850e99 .Contentmanager .caption:hover,
#Component64b8bcbcf6ce9b0013850eb6 .Contentmanager .caption:hover,
#Component64b8bcdff6ce9b0013850efb .Contentmanager .caption:hover,
#Component64b8bd0af6ce9b0013850f46 .Contentmanager .caption:hover,
#Component64b8bd32f6ce9b0013850f97 .Contentmanager .caption:hover,
#Component64b8bd5cf6ce9b0013850fe3 .Contentmanager .caption:hover,
#Component64b8cee8135db60013c52717 .Contentmanager .caption:hover,
.service-items h5:hover {
    color: #444;
}


.ITPcookiebar {
    width: 100% !important;
    background-color: #2d488db5 !important;
    color: #fff;
}

.buttonExampleSite {
    border-radius: 5rem !important;
    border: 1px solid #29005a !important;
    color: #29005a !important;
}

.buttonExampleSite:hover {
    background: #29005a !important;
    color: #ffffff !important;
}

.ITPlinkToCookiepage:hover {
    color: #fdb514 !important;
}

.itpPDPALandingPage,
.ITP-pdpa-template-contentFont {
    font-size: 16px !important;
    margin-bottom: 3% !important;
}

.article-detail p {
    text-indent: 4%;
}

h3.managerHeader {
    font-size: 1.8em;
}

.service-detail {
    margin-bottom: 2%;
}

h3.managerHeader {
    font-size: 1.8em;
    color: #00275b;
    font-weight: 600;
}

div#Component64b9f3ef44c0ad001af03b24 .form-group.col-sm-offset-3.col-sm-6.col-md-offset-3.col-md-6 {
    width: 60% !important;
    margin-left: 25%;
}

.article-detail p,
.service-detail {
    text-align: left;
}

.page-header {
    border-bottom: none;
    text-align: center;

}

.social-share {
    display: none;
}

.img-thumbnail,
.thumbnail {
    border: none !important;
    box-shadow: none !important;
}

div#InmyDiv1689847099914 {
    position: relative;
    z-index: 2;
    width: 60%;
    margin-right: 0;
    margin-left: auto;
}

div#InmyDiv1689847092186 {
    position: absolute;
    z-index: 1;
    width: 60%;
    top: 100px;
    left: 0;
}

.service-items2 h6 {
    height: 50px;
}

.about-page p {
    text-align: center;
    padding: 0 7%;
}

.about-img {
    display: flex;
    align-items: center;
    gap: 10px;
}

.img-blog1 {
    margin-bottom: 1rem;
}

.img-blog1 img {
    border-radius: 10px;
}

div#mainmenu64b9e93a43d7ad00137f5592 .col-md-6.col-sm-6.col-xs-12.padding:nth-child(1) {
    position: relative;
    z-index: 2;
}

div#mainmenu64b9e93a43d7ad00137f5592 .col-md-6.col-sm-6.col-xs-12.padding:nth-child(2) {
    position: relative;
    z-index: 1;
}

.TabItpContentLandingPage6>ul {
    width: 100%;
    background-color: #f5f5f5 !important;
}

.TabItpContentLandingPage6>ul>li>a {
    background-color: #f5f5f5 !important;
}

.TabItpContentLandingPage6>ul>li.active>a,
.TabItpContentLandingPage6>ul>li>a:hover {
    background-color: #588ed6 !important;
}

.TabItpContentLandingPage6 {
    background-color: #fff;
}

.tab-itp-background {
    padding: 0 !important;
}


.text-tag {
    text-align: center;
    color: #588ed6;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}


.text-tag2 {
    color: #588ed6;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.logo-brand {
    display: grid;
    grid-template-columns: 25% 25% 25%;
    gap: 3%;
}

.about-page br {
    display: none;
}

.contact-us h4,
.contact-us p {
    text-align: center;
}

.social-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.icon-social2:nth-child(1),
.icon-social2:nth-child(2),
.icon-social2:nth-child(3) {
    width: 25%;
}

.icon-social2:nth-child(4),
.icon-social2:nth-child(5),
.icon-social2:nth-child(6),
.icon-social2:nth-child(7) {
    width: 20%;
}

div#contentnewmode64b8df61135db60013c52ada {
    padding: 0 !important;
}

.bank-card {
    display: grid;
    grid-template-columns: 45%;
    justify-content: center;
    text-align: center;
    gap: 20px;
}

.bank-items {
    background-color: #00275b;
    color: #fff;
    padding: 8%;
    border-radius: 50px;
    border-bottom: 7px solid #588ed6;
}

.bank-items h4 {
    color: #6fadff;
}

/*************responsive************/



@media screen and (min-width : 1900px) {

    .navbar-default .navbar-nav>li>a {
        font-size: 20px;
    }

    div#InmyDiv1689759975321 {
        top: -165px;
        left: 14%;
    }

    div#InmyDiv1689760003464 {
        position: relative;
        z-index: 3;
        width: 45%;
        margin: auto;
        top: -135px;
    }

    .slogan {
        margin-top: 120px;
    }

    .py-5 {
        padding-top: 0;
        padding-bottom: 5%;
    }

    p,
    div#Component64b8a25f44c0ad001af0153d .Contentmanager .caption,
    div#Component64b8d3c274a7ee001bd7a9be .Contentmanager .caption,
    a {
        font-size: 18px;
    }

    h3 {
        font-size: 2em;
    }

    h4,
    h3.managerHeader {
        font-size: 2.2em;
    }


    .service-items h5,
    .product-list h5 {
        font-size: 22px;
    }

    .price {
        font-size: 26px;
    }

    h5 {
        font-size: 1.8em;
    }

    h6 {
        font-size: 1.6em;
    }
  
    ul li{
        font-size: 18px;
    }

    div#Component64b8bb80135db60013c52507 .Contentmanager .caption,
    div#Component64b8bbc71634680013143a74 .Contentmanager .caption,
    div#Component64b8bbf3135db60013c5253c .Contentmanager .caption,
    div#Component64b8bc1ff6ce9b0013850e26 .Contentmanager .caption,
    div#Component64b8bc48f6ce9b0013850e55 .Contentmanager .caption,
    div#Component64b8bc6ef6ce9b0013850e7d .Contentmanager .caption,
    div#Component64b8bc96f6ce9b0013850e99 .Contentmanager .caption,
    div#Component64b8bcbcf6ce9b0013850eb6 .Contentmanager .caption,
    div#Component64b8bcdff6ce9b0013850efb .Contentmanager .caption,
    div#Component64b8bd0af6ce9b0013850f46 .Contentmanager .caption,
    div#Component64b8bd32f6ce9b0013850f97 .Contentmanager .caption,
    div#Component64b8bd5cf6ce9b0013850fe3 .Contentmanager .caption,
    div#Component64b8cee8135db60013c52717 .Contentmanager .caption {
        font-size: 20px;
    }
}

@media screen and (max-width : 1200px) {

    .slogan br {
        display: none;
    }

    h3 {
        font-size: 2em;
    }

    .img-slogan {
        width: 30%;
    }

    h3 {
        font-size: 1.8em;
    }

    .pre-product h3 {
        margin-bottom: 3%;
    }

    .service-items h5,
    .product-list h5 {
        font-size: 18px;
    }

    h1 {
        font-size: 2.5em;
    }

    .mision h1 {
        line-height: 50px;
    }

    .about-page br {
        display: block;
    }
}

@media screen and (max-width : 900px) {



    .py-5 {
        padding-top: 0;
        margin-top: -25%;
    }

    h3 {
        font-size: 1.5em;
    }

    .service-items h6 {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }

    .price {
        font-size: 18px;
    }

    .service-items h5,
    .product-list h5,
    div#Component64b8bb80135db60013c52507 .Contentmanager .caption,
    div#Component64b8bbc71634680013143a74 .Contentmanager .caption,
    div#Component64b8bbf3135db60013c5253c .Contentmanager .caption,
    div#Component64b8bc1ff6ce9b0013850e26 .Contentmanager .caption,
    div#Component64b8bc48f6ce9b0013850e55 .Contentmanager .caption,
    div#Component64b8bc6ef6ce9b0013850e7d .Contentmanager .caption,
    div#Component64b8bc96f6ce9b0013850e99 .Contentmanager .caption,
    div#Component64b8bcbcf6ce9b0013850eb6 .Contentmanager .caption,
    div#Component64b8bcdff6ce9b0013850efb .Contentmanager .caption,
    div#Component64b8bd0af6ce9b0013850f46 .Contentmanager .caption,
    div#Component64b8bd32f6ce9b0013850f97 .Contentmanager .caption,
    div#Component64b8bd5cf6ce9b0013850fe3 .Contentmanager .caption,
    div#Component64b8cee8135db60013c52717 .Contentmanager .caption {
        font-size: 16px;
    }

    div#Component64b89c67f6ce9b0013850559 .grid figure h2 {
        height: 35px;
    }

    div#imagesControl64b7890cf6ce9b001384f597,
    div#imagesControl64b7a55d163468001314279f,
    div#imagesControl64b7a5d644c0ad001af00cd0,
    div#mainmenu64b7a557135db60013c51514 div,
    div#imagesControl64b89b85163468001314317f {
        padding: 0 !important;
    }

    h4 {
        font-size: 1.4em;
    }

    div#InmyDiv1689759975321 {
        top: -90px;
    }

    div#InmyDiv1689760003464 {
        top: -50px;
    }

    .itopplus-bg3,
    .itopplus-bg2 {
        background-size: cover;
    }


    .service-items2 h6 {
        height: 25px;

    }

    .service-items2 {
        top: 50px;
        left: -70px;
    }

    .service-items3 {
        top: 50px;
        right: -70px;
    }

    .mision {
        padding: 15% 0;
    }

    h1 {
        font-size: 1.8em;
    }

    .mision h1 {
        line-height: 38px;
    }

    .nav-justified>li {
        display: inline-block !important;
        width: auto !important;
    }

    .icon-social2:nth-child(1),
    .icon-social2:nth-child(2) {
        width: 45%;
    }

    .icon-social2:nth-child(3),
    .icon-social2:nth-child(4),
    .icon-social2:nth-child(5) {
        width: 30%;
    }

    .icon-social2:nth-child(6),
    .icon-social2:nth-child(7) {
        width: 45%;
    }

    #imagesControl64b89c67f6ce9b0013850559 {
        padding: 10px 0px 10px 0px !important;
    }

    #background64b89c67f6ce9b0013850559 .thumbs {
        padding-left: 0px !important;
        padding-right: 0px !important;

    }
}


@media screen and (min-width : 768px) {

    .no-js #background64d5bb815369cf001adfa79e {
        display: none;
    }

}


@media screen and (max-width : 480px) {

    div#Component64b9f3ef44c0ad001af03b24 .form-group.col-sm-offset-3.col-sm-6.col-md-offset-3.col-md-6 {
        margin-left: 0;
        width: 100% !important;
    }

    .img-slogan {
        width: 50%;
    }

    h3 {
        font-size: 1.8em;
    }

    h4 {
        font-size: 1.6em;
    }

    .service-items h5,
    .product-list h5 {
        font-size: 20px;
    }

    .service-items {
        text-align: center;
        margin-top: 1rem;
    }

    .pre-product {
        padding: 5% 0%;
    }

    .itopplus-bg4 {
        background-size: cover;
    }

    div#InmyDiv1689759975321,
    div#InmyDiv1689760003464 {
        display: none;
    }

    div#Component64b89c67f6ce9b0013850559 .imgLightbox img {
        border-radius: 20px;
    }

    .product-list {
        text-align: center;
        margin-top: 2rem;
    }

    div#Component64b8d30c1634680013143cf5 .thumbs {
        border: 1px solid #d9d9d9;
        border-radius: 10px !important;
    }

    div#Component64b8a25f44c0ad001af0153d .Contentmanager .caption,
    div#Component64b8d3c274a7ee001bd7a9be .Contentmanager .caption {
        margin-bottom: 2rem;
    }

    .btn-primary {
        background-color: #00368d;
        padding: 0.5rem 1.5rem;
        border-radius: 5rem;
        color: #fff;
        background-image: none;
        text-shadow: none;
        border-color: #00368d;
    }

    .footer-social {
        grid-template-columns: 100%;
    }

    p {
        font-size: 16px;
    }

    div#Component64b7c73af6ce9b0013850268 .imgLightbox img {
        width: 40% !important;
        margin: 0 30%;
    }

    .about-page hr,
    .service hr,
    .product-page hr {
        width: 15%;
    }

    .service-items h5,
    .product-list h5,
    div#Component64b8bb80135db60013c52507 .Contentmanager .caption,
    div#Component64b8bbc71634680013143a74 .Contentmanager .caption,
    div#Component64b8bbf3135db60013c5253c .Contentmanager .caption,
    div#Component64b8bc1ff6ce9b0013850e26 .Contentmanager .caption,
    div#Component64b8bc48f6ce9b0013850e55 .Contentmanager .caption,
    div#Component64b8bc6ef6ce9b0013850e7d .Contentmanager .caption,
    div#Component64b8bc96f6ce9b0013850e99 .Contentmanager .caption,
    div#Component64b8bcbcf6ce9b0013850eb6 .Contentmanager .caption,
    div#Component64b8bcdff6ce9b0013850efb .Contentmanager .caption,
    div#Component64b8bd0af6ce9b0013850f46 .Contentmanager .caption,
    div#Component64b8bd32f6ce9b0013850f97 .Contentmanager .caption,
    div#Component64b8bd5cf6ce9b0013850fe3 .Contentmanager .caption,
    div#Component64b8cee8135db60013c52717 .Contentmanager .caption {
        font-size: 15px;
    }

    .img-social2 {
        width: 90%;
    }

    .icon-social {
        grid-template-columns: 10% 90%;
        margin: 2% 0;
    }

    div#Component64b8a25f44c0ad001af01548 .img-thumbnail {
        max-width: 100%;
    }

    h3.managerHeader {
        margin-bottom: -20px;
    }

    .img-vision {
        width: 75%;
    }

    .service-items2,
    .service-items3 {
        position: static;
        padding: 5%;
    }

    div#mainmenu64b9e93a43d7ad00137f5592 .none-middle-mid {
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .pt-3 {
        padding: 0;
    }

    .mision {
        padding: 5%;
    }

    h1 {
        font-size: 1.5em;
    }

    .mision h1 {
        line-height: 34px;
    }

    .cont-footer {
        display: block;
    }

    .logo-footer {
        width: 50%;
        margin-bottom: 5%;
    }

    .pt-30 {
        padding-top: 0;
    }

    .about-page br {
        display: none;
    }

    .icon-social2 {
        width: 100% !important;
        grid-template-columns: 10% 80%;
    }

    .mobile-footer,
    .logo-footer {
        display: none;
    }

    .cont-footer p,
    .TabItpContentLandingPage6>ul {
        text-align: center;
    }

    .bank-card {
        grid-template-columns: 100%;
    }

    div#imagesControl64d5bb815369cf001adfa79e {
        padding: 0 !important;
    }
}



#itopplus-sticky-nav-bar {
    background-color: #00275b;
    width: 100% !important;
    left: 0;
    padding: 1% 5%;
}

.itopplus-sticky-nav-bar-inside {
    margin-top: 15px;
}

.itopplus-img-logo {
    object-fit: contain;
    height: 135% !important;
    margin-top: -15px;
}

.why-bg1 {
    background: #00275b;
    color: #fff;
    font-size: 1.2em;
    width: 96%;
    white-space: pre-line;
    padding: 5% 0 5%;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 25%);
    border-radius: 00px;
    margin: 0 2%;
}

.why-bg1 a {
    color: #fff !important;
}




/* Blog */
.Textmanager p,
.Textmanager h2,
.Textmanager ul{
  margin-bottom: 30px;
}
.Textmanager ul li,
.Textmanager ol li{
  font-size: 18px;
}
.blog-table tr td{
  padding: 10px;
  border: 1px solid #000;
  font-size: 18px;
}



.service-items {
    margin-top: 15px;
}


figure.effect-selena h2,
figure.effect-selena:hover img {
    -webkit-transform: none;
    transform: none;
}



.carousel-control {
    display: none;
}


@media (min-width: 1024px) {
    #menu64b6461b135db60013c4f500>ul {
        height: 530px;
        width: 400px;
        overflow: auto;
    }

}

/* Primal Custom Blog Page */

#Contentmanager li {
	margin-bottom: 20px;
}

#Contentmanager p,
#Contentmanager li {
	font-size: 16px;
  	text-align: initial;
}

#Contentmanager .page-header,
.MenuContentmanager {
	display: none;
}

#Contentmanager h1 {
  	margin-top: 40px;
	color: #00275b !important;
}

#Contentmanager h2 {
  	margin-top: 40px;
  	margin-bottom: 20px;
  	font-size: 28px;
    color: #00275b !important;
}

#Contentmanager h3 {
  	font-size: 22px;
}

#Contentmanager h1,
#Contentmanager h2,
#Contentmanager h3,
#Contentmanager h4,
#Contentmanager h1 strong,
#Contentmanager h2 strong,
#Contentmanager h3 strong,
#Contentmanager h4 strong {
  	font-weight: 500 !important;
	text-align: initial;
}

@media (max-width: 800px) {
  	.col-md-8 {
    	padding: 0;
  	}
  	#Contentmanager img {
      	width: 100% !important;
  	}
}

/* Primal Custom Blog Page */

