.itopplus-background {

}
@font-face {
    font-family: FC Iconic;
    font-weight: 300;
    src: url("https://itp1.itopfile.com/ContentImage/z_itp_240620230yb7/fonts/FC Iconic Light.otf") format("opentype");
}

@font-face {
    font-family: FC Iconic;
    font-weight: 400;
    src: url("https://itp1.itopfile.com/ContentImage/z_itp_240620230yb7/fonts/FC Iconic Regular.otf") format("opentype");
}

@font-face {
    font-family: FC Iconic;
    font-weight: 500;
    src: url("https://itp1.itopfile.com/ContentImage/z_itp_240620230yb7/fonts/FC Iconic Medium.otf") format("opentype");
}

@font-face {
    font-family: FC Iconic;
    font-weight: 600;
    src: url("https://itp1.itopfile.com/ContentImage/z_itp_240620230yb7/fonts/FC Iconic SemiBold.otf") format("opentype");
}

body,
html {
    overflow-x: hidden;
    font-family: 'FC Iconic', sans-serif !important;
}

.itopplus-bg {
    background-image: url('http://itp1.itopfile.com/ImageServer/z_itp_240620230yb7/1871/0/500243508964622855z-z81563325583.webp');
  	background-attachment: local;
}

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

.itopplus-bg5 {
    background-image: url('https://itp1.itopfile.com/ImageServer/z_itp_240620230yb7/0/0/5z-z569367136796.webp');
}

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

.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: #000 !important;
    box-shadow: 0px 3px 0px 0px #d1b074;
    border-radius: none;
    background: transparent;
    background-color: transparent;
}

.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;
    }


    .navbar-default {
        background: #1d2a4d;
    }

    .itopplus-search {
        display: none;
    }

    /*new logo nav*/
    .navbar-header {
        display: flex;
        flex-direction: row-reverse;
    }

    .itopplus-logo img {
        position: fixed;
        object-fit: contain;
        width: 45px !important;
        top: 5px;
        left: 15px;
        filter: brightness(0) invert(100%);
    }

}

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

    .navbar-default {
        background: transparent;
    }

    .itopplus-menu {
        margin-top: 6%;
        text-align: right;
    }

    .itopplus-search {
        position: absolute;
        top: 2%;
        color: #000;
    }

    #controlBanner {
        width: 70%;
        object-fit: contain;
        padding: 15px;
    }

}

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

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

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

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


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

.navbar-default .navbar-nav>li>a, .article-detail li {
    font-size: 18px;
}

h1 {
    font-size: 5.5em;
}

h2 {
    font-size: 3.8em;
}

h3 {
    font-size: 3em;
}

h4 {
    font-size: 2.8em;
}

h5 {
    font-size: 2em;
}

h6 {
    font-size: 1.8em;
}

p {
    font-size: 20px;
}

.full-cycle button, .about-first button,
div#Component64cc56f401fe110012961a99 button  {
    font-size: 16px;
}

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

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

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

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

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

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

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

.head-cont {
    display: flex;
}

.icon-cont {
    display: flex;
    align-items: center;
}

.img-cont {
    width: 12%;
    margin-right: 2%;
}

.head-cont {
    display: grid;
    grid-template-columns: 60% 40%;
}

.icon-cont a {
    color: #282828;
    font-size: 16px;
}

.icon-cont a:hover,
.icon-footer a:hover,
.footer a:hover {
    color: #b39050;
}

.icon-social {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    gap: 10px;
}


.icon-social2 {
    display: grid;
    grid-template-columns: 20% 20% 20%;
    gap: 20px;
}

.footer-cont {
    display: flex;
}

.logo-footer {
    width: 20%;
    margin-right: 3%;
}

.icon-footer {
    display: grid;
    grid-template-columns: 10% 90%;
    gap: 15px;
    margin: 3% 0;
}

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

.img-qr {
    width: 70%;
}

form.form-subscribe {
    width: 80%;
    margin-top: 5%;
}

form.form-subscribe .input-group .form-control {
    height: 40px;
    border-radius: 5rem 0 0 5rem;
    background-color: #fff;
    box-shadow: none;
    border: none;
}

.form-subscribe .btn {
    height: 40px;
    width: 80px;
    border-radius: 0 5rem 5rem 0;
    background-color: #383838;
    background-image: none;
    border: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
}

.footer h5,
.footer-cont h5 {
    margin-bottom: 1rem;
}

.footer ul {
    line-height: 26px;
}

figure.effect-selena {
    background: transparent;
}

div#Component64c74eff3996d20013298673 .thumbs,
div#Component64c77107310b0a001329b586 .thumbs,
div#mainmenu64e3467be9ac0700139e854f .thumbs,
div#Component65ea9b8515ecc8001306e918 .thumbs,
div#Component65ea9b8515ecc8001306e91a .thumbs,
div#Component65eaac0c6d653b00132bf780 .thumbs{
    margin-bottom: 0;
}

.zIndex-pos2 {
    z-index: 98;
}

figure#EffectView64c74eff3996d200132986730 {
    margin-top: 0px !important;
    right: 55px;
    width: 100%;
}

.about-first h1 {
    margin-top: 0;
    margin-bottom: 0;
    color: #1d2a4d;
    font-weight: 700;
}

.about-first h5,
.about-first p {
    color: #282828;
}

.about-first button,
div#Component64cc56f401fe110012961a99 button {
    background-image: linear-gradient(to right, #af915d 30%, #d0af73 100%);
    border: none;
    padding: 1rem 2rem;
    border-radius: 3rem;
    color: #fff;
    text-shadow: none;
    margin-top: 3%;
    transition: background-color 0.2s ease-out;
}

.about-first button:hover {
    background-image: linear-gradient(to left, #af915d 30%, #d0af73 100%);
}

div#Component64cc56f401fe110012961a99 button:hover {
    background-image: none;
    background-color: #af915d;
}

.slogan h2 {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 600;
}

.slogan span {
    color: #d1b074;
}

.text-slogan {
    display: grid;
    grid-template-columns: 10% 10% 80%;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 3%;
}

.text-slogan h2 {
    margin: 0;
    color: #1d2a4d;
    font-weight: 700;
}

.text-slogan p {
    text-align: center;
    margin: 0;
    font-size: 20px;
}

.text-slogan h6 {
    margin-left: 4%;
}

.service h2,
.service h3,
.contact-us h3 {
    text-align: center;
    font-weight: 600;
    color: #1d2a4d;
    margin-bottom: 3%;
}

.contact-us h3,
.service h2 {

    margin-bottom: 1%;
}

.follow-us h6 {
    text-align: center;
    font-weight: 700;
    color: #1d2a4d;
    font-family: 'DM Sans', sans-serif;
}

.location-txt h4 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

div#Component64c755bb1f4e3e0013da90b3 figure.effect-oscar figcaption,
div#Component64c7560401fe11001295d80b figure.effect-oscar figcaption,
div#Component64c7561c310b0a001329ae59 figure.effect-oscar figcaption {
    background: linear-gradient(to bottom, rgba(225, 231, 243, 0) 0%, rgba(225, 231, 243, 0) 47%, rgba(225, 231, 243, 0) 51%, rgba(225, 231, 243, 0.19) 71%, rgba(225, 231, 243, 0.7) 100%);
}

div#Component64c755bb1f4e3e0013da90b3 figure.effect-oscar figcaption::before,
div#Component64c7560401fe11001295d80b figure.effect-oscar figcaption::before,
div#Component64c7561c310b0a001329ae59 figure.effect-oscar figcaption::before {
    border: none;
}

div#Component64c755bb1f4e3e0013da90b3 figure.effect-oscar,
div#Component64c7560401fe11001295d80b figure.effect-oscar,
div#Component64c7561c310b0a001329ae59 figure.effect-oscar {
    border-radius: 30px;
    background: transparent !important;
}

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

.service-items h6 {
    font-size: 24px;
    color: #282828;
}

.grid figure figcaption {
    padding: 0;
}

div#Component64c755bb1f4e3e0013da90b3 .grid figure h2,
div#Component64c7560401fe11001295d80b .grid figure h2,
div#Component64c7561c310b0a001329ae59 .grid figure h2 {
    word-spacing: 0;
    position: relative;
    top: 275px;
    text-align: left;
    padding-left: 5%;
    text-transform: none;
}

.full-cycle {
    text-align: center;
}

.full-cycle button {
    background-color: #1d2a4d;
    border: none;
    padding: 1rem 3rem;
    border-radius: 5rem;
    margin-top: 2%;
    transition: background-color 0.2s ease-out;
}

.full-cycle a {
    color: #fff;
}

.full-cycle button:hover {
    background-color: #282828;
}

div#Component64c7691d1f4e3e0013da94f2 .img-container .img,
div#Component64c78dcf3996d2001329911f .img-container .img,
div#Component65ea9b8515ecc8001306e903 .img-container .img{
    transition: transform 0.2s ease-out;
}

div#Component64c7691d1f4e3e0013da94f2 .img-container .img:hover,
div#Component64c78dcf3996d2001329911f .img-container .img:hover,
div#Component65ea9b8515ecc8001306e903 .img-container .img:hover{
    transform: scale(0.95);
}

.full-cycle h3 {
    margin-bottom: 2%;
}

div#Component64c7691d1f4e3e0013da94f2 .img-container .img,
div#Component64c78dcf3996d2001329911f .img-container .img,
div#Component65ea9b8515ecc8001306e903 .img-container .img{
    background-size: contain;
}

div#Component64c7691d1f4e3e0013da94f2 .Contentmanager .template1 .template-panel,
div#Component64c78dcf3996d2001329911f .Contentmanager .template1 .template-panel,
div#Component65ea9b8515ecc8001306e903 .Contentmanager .template1 .template-panel{
    padding-bottom: 100%;
}

div#Component64c7691d1f4e3e0013da94f2 .col-md-3.col-sm-4.col-xs-12.padding-md.text-center,
div#Component64c78dcf3996d2001329911f .col-md-3.col-sm-4.col-xs-12.padding-md.text-center,
div#Component65ea9b8515ecc8001306e903 .col-md-3.col-sm-4.col-xs-12.padding-md.text-center{
    padding: 0 1% !important;
}

div#Component64c78dcf3996d2001329911f .col-md-3.col-sm-4.col-xs-12.padding-md.text-center {
    margin-bottom: 2%;
}

div#Component64c7691d1f4e3e0013da94f2 .Contentmanager .caption,
div#Component64c78dcf3996d2001329911f .Contentmanager .caption,
div#Component65ea9b8515ecc8001306e903 .Contentmanager .caption{
    height: 80px;
    padding-top: 5%;
    font-size: 18px;
    color: #000;
}

div#Component64c7691d1f4e3e0013da94f2 .section-pagination,
div#Component64c78dcf3996d2001329911f .section-pagination,
div#Component65ea9b8515ecc8001306e903 .section-pagination{
    display: none;
}

.vision {
    text-align: center;
}

.mission {
    padding-top: 20%;
}

#tableA {
    width: 100%;
}

#tableA th {
    background-color: #1d2a4d;
    padding: 2% 1%;
    color: #fff;
    font-size: 20px;
}

#tableA td {
    padding: 2% 1%;
    color: #282828;
    font-size: 18px;
}

#tableA tr:nth-child(even) {
    background-color: #f5f5f5;
}

#tableA tr:hover {
    background-color: #e9e9e9;
}

.contact-us {
    text-align: left;
    padding: 0;
}

.contact-us h4 {
    color: #b39050;
    font-weight: 600;
}

.contact-add {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}



.card-cont a {
    color: #282828;
    font-size: 18px;
}

.card-cont a:hover {
    color: #b39050;
}


.post-time,
.social-share,
.landingpagemanager,
.jssora03l,
.jssora03r,
.jssorb03 div span {
    display: none !important;
}

.page-header {
    border-bottom: none;
    margin: 20px 0 0;
}

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

.article-detail li {
    list-style: none;
    line-height: 28px;
    margin-bottom: 1%;
}

.article-detail p {
    margin-bottom: 2%;
}

.footer ul {
    padding-left: 7%;
}

h3.managerHeader {
    font-size: 34px;
    font-weight: 600;
    color: #1d2a4d;
}

div#slidermaster64c79e0b01fe11001295e2d6 img {
    object-fit: contain;
}

div#slidermaster64c79e0b01fe11001295e2d6 {
    height: 435px !important;
}

div#slidermaster64c79e0b01fe11001295e2d6 div:nth-child(3) {
    right: 43% !important;
}

.jssorb03 div {
    background-image: none;
    background-color: #d8dae0;
    width: 7px !important;
    height: 7px !important;
    border-radius: 50%;
}

.jssorb03 div.av {
    background-image: none;
    background-color: #1d2a4d;
}

.article-detail {
    text-align: left;
}


.ITPcookiebar {
    width: 100% !important;
    background-color: #d1b074b8 !important;
    color: #000;
    font-size: 18px !important;
}

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

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

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

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

.backToTop {
    right: 0 !important;
}

/*.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe {
    width: 100% !important;
}*/

.fbcomments.fb-comments.fb_iframe_widget.fb_iframe_widget_fluid_desktop {
    display: none;
}

.eapps-widget:hover .eapps-widget-toolbar {
    opacity: 0;
}

.eapps-instagram-feed-header-user-info-caption {
    margin-top: 3%;
}

.service-detail p {
    font-weight: 300;
    text-indent: 5%;
    margin-bottom: 3%;
}

.service-detail ol {
    margin-bottom: 4%;
}

div#Component64d5e8497a85d4001ab04c8d .imgLightbox img,
div#Component64d5f1fa7a85d4001ab04de4 .imgLightbox img,
div#Component64e33b68345c110012c05563 .imgLightbox img,
div#Component64e33786e9ac0700139e82c5 .imgLightbox img,
div#Component64e33f07f30f81001372d6d5 .imgLightbox img,
div#Component64e3406d33d6460013154ed8 .imgLightbox img,
div#Component64e33639345c110012c05374 .imgLightbox img,
div#Component64e33e2d345c110012c05661 .imgLightbox img,
div#Component64e33fa5069f6e0014e90ff2 .imgLightbox img,
div#Component64e34197345c110012c0568e .imgLightbox img,
div#Component64e34197345c110012c0568e .grid figure img ,
div#Component65155cb7d1d46e0013fb0ea4 .imgLightbox img,
div#Component65155e0bf6c9330013472b3f .imgLightbox img,
div#Component651561c2f6c9330013472c9b .imgLightbox img,
div#Component65162ceb1d5f4000145ef468 .imgLightbox img{
    border-radius: 30px;
}

.items-service {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    justify-content: center;
    text-align: center;
}

.img-service {
    width: 35%;
    margin: 0 auto 5%;
}

.how-to {
    padding: 5%;
    margin: 5%;
    border: 1px solid #ccc;
    border-radius: 30px;
}

.how-to2 {
    padding: 5%;
    margin: 5%;
    border-radius: 30px;
    background: #f2f3f7;
}

.service-detail li {
    margin-bottom: 1%;
    margin-top: 1%;
}

.service-detail ul {
    list-style: none;
}

.Text_seller2 {
    display: none;
}

.review-detail p {
    margin-bottom: 3%;
    text-align: left;
}

.review-pre p {
    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5%;
    margin-top: 2%;
    padding: 0 2%;
    text-align: left;
}

.img-team img {
    width: 200px !important;
    object-fit: cover;
    height: 200px;
    border-radius: 50%;
    margin: auto;
    border: 7px solid #fff;
}

.img-team {
    text-align: center;
    margin-bottom: -12%;
    z-index: 2;
    position: relative;
}

.team-items {
    background-color: #f2f3f7;
    padding: 15% 5% 5%;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    min-height: 480px;
}

.team-items h6.text-grey {
    color: #d1b074;
    font-weight: 300;
}

.team-items h6.text-blue {
    color: #1d2a4d;
}

.team-items h6 {
    text-align: center;
}

.sec-gold {
    background: linear-gradient(to right, #ae905c 0, #d1b174 100%);
    padding: 1%;
    color: #fff;
    text-align: center;
}

div#mainmenu64e331bf33d6460013154b14 .thumbs {
    margin: 0;
}

figure.effect-jazz figcaption::after {
    border: none;
}

.review-pre {
    background: #f2f3f7;
    padding: 15% 2% 2%;
    border-radius: 20px;
}

div#Component64d5f7c25ad87c001a963de4 .img-container .img,
div#Component64e3345d33d6460013154c2d .img-container .img,
div#Component650a7badca4c6100123aa8ae .img-container .img{
    border-radius: 50%;
    width: 200px !important;
    height: 200px;
    margin: auto;
    border: 7px solid #fff;
    margin-bottom: -50px;
}

div#Component64e3345d33d6460013154c2d .col-md-4.col-sm-4.col-xs-12.padding-md.text-center {
    width: 25%;
}

div#Component64e3345d33d6460013154c2d .review-pre p {
    -webkit-line-clamp: 5;
}

div#Component64e3345d33d6460013154c2d .Contentmanager .template1 .template-panel,
div#Component64d5f7c25ad87c001a963de4 .Contentmanager .template1 .template-panel,
div#Component650a7badca4c6100123aa8ae .Contentmanager .template1 .template-panel{
    padding-bottom: 40%;
}

.how-to2 ul {
    padding: 0;
}


.img-card {
    width: 25%;
    margin: auto;
    margin-bottom: 5%;
}

.card-cont {
    width: 20%;
    border: 1px solid #b39050;
    margin: 1rem;
    padding: 2%;
}

.service-detail li,
.service-detail span,
.team-items li {
    font-size: 20px;
}

.team-items small {
    font-size: 90%;
}


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


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

    .navbar-default .navbar-nav>li>a,
    .footer a {
        font-size: 24px;
    }

    .icon-cont a {
        font-size: 18px;
    }

    h5 {
        font-size: 2.5em;
    }

    h4 {
        font-size: 3em;
    }

    h1 {
        font-size: 7em;
    }

    p,
    .card-cont a {
        font-size: 24px;
    }

    #tableA th {
        font-size: 28px;
    }


    h2 {
        font-size: 5em;
    }

    h6 {
        font-size: 2em;
    }

    .text-slogan {
        margin-bottom: 2%;
    }

    .contact-us h3,
    .service h2 {
        margin-bottom: 2%;
    }

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

    div#Component64c755bb1f4e3e0013da90b3 .grid figure h2,
    div#Component64c7560401fe11001295d80b .grid figure h2,
    div#Component64c7561c310b0a001329ae59 .grid figure h2 {
        top: 320px;
    }

    div#slidermaster64c79e0b01fe11001295e2d6 {
        height: 555px !important;
    }

    .full-cycle button {
        padding: 1.5rem 3rem;
    }

    div#Component64c7691d1f4e3e0013da94f2 .Contentmanager .caption,
    div#Component64c78dcf3996d2001329911f .Contentmanager .caption,
  div#Component65ea9b8515ecc8001306e903 .Contentmanager .caption,
    .form-horizontal .control-label {
        font-size: 22px;
        ;
    }

    .dropdown-menu>li>a,
    #tableA td,
    .article-detail li,
    a,
    .contact-item a {
        font-size: 24px;
    }

    .service-detail li,
    .service-detail span,
    .team-items li {
        font-size: 22px;
    }


    .team-items {
        min-height: 580px;
    }

}

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

    .icon-cont a {
        font-size: 14px;
    }

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

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

    h5 {
        font-size: 1.8em;
    }

    h1 {
        font-size: 4em;
    }

    p {
        font-size: 18px;
    }

    button,
    li {
        font-size: 16px;
    }

    figure#EffectView64c74eff3996d200132986730 {
        margin-top: -55px !important;
    }

    h2 {
        font-size: 3.2em;
    }

    h6 {
        font-size: 1.2em;
    }

    .text-slogan {
        margin-bottom: 2%;
    }

    div#Component64c755bb1f4e3e0013da90b3 .grid figure h2,
    div#Component64c7560401fe11001295d80b .grid figure h2,
    div#Component64c7561c310b0a001329ae59 .grid figure h2 {
        top: 210px;
    }

    div#slidermaster64c79e0b01fe11001295e2d6 {
        height: 370px !important;
    }

    h4 {
        font-size: 2.3em;
    }

    h3 {
        font-size: 2.6em;
    }

    .card-cont a {
        font-size: 16px;
    }

    .icon-social2 {
        gap: 10px;
    }

    .form-horizontal .control-label,
    div#cookie64cc56f401fe110012961a99 span,
    div#Component64cc56f401fe110012961a99 button {
        font-size: 18px;
    }

    div#Component64d5f7c25ad87c001a963de4 .img-container .img,
    div#Component64e3345d33d6460013154c2d .img-container .img,
  div#Component650a7badca4c6100123aa8ae .img-container .img{
        width: 150px !important;
        height: 150px;
        margin-bottom: -40px;
    }

    div#Component64e3345d33d6460013154c2d .Contentmanager .template1 .template-panel,
    div#Component64d5f7c25ad87c001a963de4 .Contentmanager .template1 .template-panel,
  div#Component650a7badca4c6100123aa8ae .Contentmanager .template1 .template-panel{
        padding-bottom: 35%;
    }

    .service-detail li,
    .service-detail span,
    .team-items li {
        font-size: 18px;
    }

    .team-items {
        min-height: 420px;
    }
}

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

    div#imagesControl64c72963310b0a001329a947,
    div#imagesControl64c74eff3996d20013298673,
    div#imagesControl64c7560401fe11001295d80b,
    div#imagesControl64c755bb1f4e3e0013da90b3 {
        padding: 0 !important;
    }

    h1 {
        font-size: 3.5em;
    }

    p {
        font-size: 16px;
    }

    figure#EffectView64c74eff3996d200132986730 {
        margin-top: -30px !important;
        right: 90px;
        width: 130%;
    }

    h2 {
        font-size: 2.5em;
    }

    h6 {
        font-size: 1.1em;
    }

    div#Component64c7560401fe11001295d80b .thumbs,
    div#Component64c755bb1f4e3e0013da90b3 .thumbs {
        margin-bottom: 0 !important;
    }

    div#Component64c755bb1f4e3e0013da90b3 .grid figure h2,
    div#Component64c7560401fe11001295d80b .grid figure h2,
    div#Component64c7561c310b0a001329ae59 .grid figure h2 {
        top: 155px;
    }

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

    div#slidermaster64c79e0b01fe11001295e2d6 {
        height: 285px !important;
    }

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

    h5 {
        font-size: 1.2em;
    }

    .footer-cont {
        display: block;
    }

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

    form.form-subscribe {
        margin-top: 0;
    }

    .card-cont {
        width: 30%;
    }

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

    button,
    li,
    span {
        font-size: 16px;
    }

    div#Component64d5f7c25ad87c001a963de4 .img-container .img,
    div#Component64e3345d33d6460013154c2d .img-container .img,
  div#Component650a7badca4c6100123aa8ae .img-container .img{
        margin-bottom: -25px;
        width: 100px !important;
        height: 100px;
    }

    .review-pre p {
        font-size: 18px;
    }

    .service-detail li,
    .service-detail span,
    .team-items li {
        font-size: 16px;
    }
  
        div#Component65eac6bc1ef3ff0013d2688f .TabItpContent .nav-justified ,
  div#Component64e723449aaf8e001a626235 .TabItpContent .nav-justified {
    display: flex!important;
    flex-wrap: wrap!important;
}
  
  div#Component65eac6bc1ef3ff0013d2688f .nav-justified>li,
  div#Component64e723449aaf8e001a626235 .nav-justified>li {
    width: 40%!important;
}
  
    li#languagebar {
    display: none !important;
}
}

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

    .card-cont {
        width: 70%;
    }

    .icon-footer {
        grid-template-columns: 6% 90%;
        margin: 2% 0;
    }

    h5 {
        font-size: 1.5em;
    }

    .icon-social2 {
        grid-template-columns: 10% 10% 10%;
    }

    .img-qr {
        width: 40%;
    }

    figure#EffectView64c74eff3996d200132986730 {
        width: 100%;
        margin-top: 0 !important;
        right: 0;

    }

    p {
        font-size: 16px;
    }

    h2 {
        font-size: 2em;
    }


    div#Component64c755bb1f4e3e0013da90b3 .imgLightbox img,
    div#Component64c7560401fe11001295d80b .imgLightbox img,
    div#Component64c7561c310b0a001329ae59 .imgLightbox img {
        border-radius: 30px;
        background: transparent !important;
    }

    div#Component64c755bb1f4e3e0013da90b3 .imgLightbox img {
        height: 342px;
        object-fit: cover;
    }

    .service-items h6 {
        text-align: center;
        margin-bottom: 5%;
        font-size: 20px;
    }

    div#slidermaster64c79e0b01fe11001295e2d6 {
        height: 155px !important;
    }

    .about-first h1 {
        margin-bottom: 2%;
    }

    h3 {
        font-size: 2.3em;
    }

    #tableA td {
        font-size: 16px;
    }

    h3.managerHeader {
        font-size: 22px;
    }

    .contact-us br,
    .footer-cont br {
        display: none;
    }

    .copt-right p {
        font-size: 12px;
    }

    .footer {
        margin-bottom: 8%;
    }

    h4 {
        font-size: 2em;
    }

    .ITPcookiebar {
        padding: 3%;
        display: flex !important;
    }

    .ITPcookieLeftText {
        /* color: white; */
        float: unset !important;
        padding-left: 0 !important;
        padding-top: 0 !important;
    }

    .ITPcookieButton {
        float: unset !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
    }

    .ITPcookieLeftText span {
        font-size: 14px;
    }

    .none-mobile {
        display: none;
    }

    .label a {
        font-size: 16px;
    }

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

    .how-to,
    .how-to2 {
        border-radius: 10px;
    }

    .review-pre p {
        font-size: 16px;
        -webkit-line-clamp: 5;
    }

    div#Component64e3345d33d6460013154c2d .col-md-4.col-sm-4.col-xs-12.padding-md.text-center {
        width: 50%;
    }

    div#Component64d5f7c25ad87c001a963de4 .Contentmanager .template1 .template-panel,
  div#Component650a7badca4c6100123aa8ae .Contentmanager .template1 .template-panel{
        padding-bottom: 20%;
    }

    .review-pre {
        background: #f2f3f7;
        padding: 10% 2% 2%;
    }

    .service-detail li,
    .service-detail span,
    .team-items li {
        font-size: 16px;
    }

    .team-items {
        min-height: auto;
    }

    .team-items small {
        font-size: 16px;
    }

    h6 {
        font-size: 18px;
    }
  
  div#imagesControl65eaddf91ef3ff0013d272fb {
    padding: 0 !important;
}
  

  
}


.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.contact-item a {
    font-size: 20px;
    color: #333;
}

.contact-item img {
    width: 50px;
    filter: brightness(0) saturate(100%) invert(11%) sepia(87%) saturate(792%) hue-rotate(194deg) brightness(94%) contrast(90%);
}



/*contact form*/



#background64e723b9188132001a19eac2 {
    background: #fff !important;
    border-radius: 30px;
    box-shadow: 0 0 7px 0 #ccc;
    padding: 5%;
    width: 50%;
	margin: 0 auto 5%;
}


#background64e723b9188132001a19eac2 .form-group {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  	width: 100%;
    line-height: 1;
  	
}

#background64e723b9188132001a19eac2 .form-group .col-sm-6,
#background64e723b9188132001a19eac2 .form-group .col-md-6 {
    width: 100%;
}

#background64e723b9188132001a19eac2 label,
#background64e723b9188132001a19eac2 input,
#background64e723b9188132001a19eac2 textarea,
#background64e723b9188132001a19eac2 .col-md-offset-3 {
    padding: 10px 5px;
    margin: 0;
}

#background64e723b9188132001a19eac2 .form-control {
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ccc;
}

#background64e723b9188132001a19eac2 .form-control:focus {
    border: 1px solid #29aaff;
}

#background64e723b9188132001a19eac2 label,
#background64e723b9188132001a19eac2 input::placeholder,
#background64e723b9188132001a19eac2 textarea,
#background64e723b9188132001a19eac2 button,
.ITPcheckboxAuthen {
    font-size: 20px;
}

#background64e723b9188132001a19eac2 button {
    display: grid;
    margin: 0 auto;
    width: max-content;
    opacity: 1;
    padding: 2% 7%;
    border-radius: 30px !important;
    background: #1d2a4d !important;
    color: #fff;
}

/**/

/*contact tab*/
#background64e723449aaf8e001a626235 img {
    width: 100% !important;
    object-fit: cover;
    height: 420px;
}

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

.TabItpContent .nav-justified>li>a {
    border: 1px solid #b39050 !important;
    border-radius: 30px !important;
    background: #fff !important;
    color: #b39050 !important;
    font-size: 20px;
}


.TabItpContent .nav-pills>li.active>a,
.TabItpContent .nav-pills>li.active>a:focus,
.TabItpContent .nav-pills>li.active>a:hover {
    border: 1px solid #1d2a4d !important;
    border-radius: 30px !important;
    background: #1d2a4d !important;
}

.TabItpContent .nav-pills>li span {
    font-size: 20px !important;
    ;
    color: #1d2a4d !important;
}

.TabItpContent .nav-pills>li.active span {
    font-size: 20px !important;
    ;
    color: #fff !important;
}



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

    /*dropzone id*/
    #background64e723b9188132001a19eac2 .col-sm-6 {
        width: 100% !important;
    }

    #background64e723b9188132001a19eac2 .form-group .col-sm-6,
    #background64e723b9188132001a19eac2 .form-group .col-md-6 {
        padding: inherit;
    }

    #background64e723b9188132001a19eac2 form {
        width: 80%;
        margin: 0 auto;
    }
}



@media screen and (max-width : 900px) {
    #background64e723449aaf8e001a626235 img {
        height: auto;
    }

    .contact-item img {
        width: 35px;
    }

    #background64e723b9188132001a19eac2 button {
        width: max-content;
        padding: 5px 25px;
    }

    .contact-item a {
        font-size: 16px;
    }

    #background64e723b9188132001a19eac2 {
        width: 100%;
        padding: 5% 3%;

    }
}

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

    #background64e723b9188132001a19eac2 .col-md-6 {
        width: 100%;
    }

    #background64e723b9188132001a19eac2 .form-group {
        display: inherit;
       	margin: 0;
    }
  
  div#Component65ea9b8515ecc8001306e8f8 .col-md-4.col-sm-4.col-xs-12.padding-md.text-center {
    width: 100% !important;
}
  
  div#Component65ea9b8515ecc8001306e8f8 .img-container .img {
    margin-bottom: -25px;
}
  
}

ul {

    padding-inline-start: 20px !important;
}

