.hd-logo-tx-one {
    border-left: 2px solid #06215d;
    padding: 0px 0px 0px 10px;
    font: 600 23px iaz-cond;
    color: #06215d;
}

.hd-logo-tx-two {
    border-left: 2px solid #06215d;
    padding: 0px 0px 0px 10px;
    font: 600 21px iaz-cond;
    color: #0b89a9;
}

.l-section.height_medium {
    padding-top: 0.5rem;
    padding-bottom: 2.7rem;
}

.widget:last-child {
    padding: 10px 10px 10px 10px;
    border-radius: 8px;
    background: rgb(232, 237, 240);
}

.w-nav.type_desktop .w-nav-anchor:not(.level_1) {
    line-height: 0.7em;
}

.breadcrumbs-bg-tx {
    padding-top: 20px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #ffffff;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}

.breadcrumbs-bg-sm-tx {
    padding-top: 20px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.breadcrumbs-bg-tx-services {
    padding-top: 40px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #ffffff;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}

.br-centers-mkg a {
    color: #e8e8e8;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.br-centers-mkg a:hover {
    color: #ffffff;
}

.fa-angle-right:before {
    color: #ffffff;
}

.w-form-message.type_success {
    color: #23ccaa;
    text-align: center;
}

.mr-text {
    font-size: 28px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif ;
    text-transform: capitalize;
    font-weight: 600;
    color: #333333;
}

.mr-alt-text {
    font-size: 20px;
    padding: 10px 6px 10px 0px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif ;
    text-transform: initial;
    font-weight: 600;
    color: #333333;
}

.mr-condition {
    font-size: 18px;
    padding: 2px 0px 2px 0px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif ;
    text-transform: initial;
    font-weight: 500;
    color: #333333;
}

.w-btn.color_primary.style_solid {
    background-color: #1a69ae;
}

input:focus, textarea:focus {
    box-shadow: 0 0 0 2px #1a69ae;
}

.w-form-row.focused .w-form-row-field::before {
    color: #1a69ae;
}

.w-form-row.check_wrong .w-form-row-state {
    display: none;
}

/***** BOX-START *****/
.box {
    cursor: pointer;
    height: 220px;
    position: relative;
    overflow: hidden;
    width: 360px;
    border-radius: 6px;
    box-shadow: -1px 10px 29px -4px rgb(72, 77, 83);
}

.box img {
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

/***** BOX-1-START *****/
.box .overbox-1 {
    background: linear-gradient(rgba(11,137,167,0.5) 0%,rgba(6,33,93,0.77) 64%);
    position: absolute;
    top: 0;
    left: 0px;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 360px;
    height: 240px;
    padding: 177px 20px;
}

.box:hover .overbox-1 {
    opacity: 1;
}

.overbox-1:hover {
    background: rgba(6,33,93,0.7);
    color: rgb(255, 255, 255);
}

/***** BOX-1-END *****/
/***** BOX-2-START *****/
.box .overbox-2 {
    background: linear-gradient(rgba(6,33,93,0.5) 0%, rgba(11,137,167,0.77) 64%);
    position: absolute;
    top: 0;
    left: 0px;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 360px;
    height: 240px;
    padding: 177px 20px;
}

.box:hover .overbox-2 {
    opacity: 1;
}

.overbox-2:hover {
    background: rgba(11,137,167,0.7);
    color: rgb(255, 255, 255);
}

/***** BOX-2-END *****/
/***** BOX-3-START *****/
.box .overbox-3 {
    background: linear-gradient(rgba(0,0,0,0.5) 0%,rgba(133,133,133,0.77) 64%);
    position: absolute;
    top: 0;
    left: 0px;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 360px;
    height: 240px;
    padding: 177px 20px;
}

.box:hover .overbox-3 {
    opacity: 1;
}

.overbox-3:hover {
    background: rgba(133,133,133,0.7);
    color: rgb(255, 255, 255);
}

/***** BOX-3-END *****/
/***** BOX-4-START *****/
.box .overbox-4 {
    background: linear-gradient(135deg,rgba(0, 148, 144, 0.7) 0%, rgba(0, 0, 0, 0.7) 65%);
    position: absolute;
    top: 0;
    left: 0px;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 360px;
    height: 240px;
    padding: 177px 20px;
}

.box:hover .overbox-4 {
    opacity: 1;
}

.overbox-4:hover {
    background: linear-gradient(135deg,rgba(241, 7, 7, 0.7) 0%, rgba(0, 148, 144, 0.7) 65%);
    color: rgb(255, 255, 255);
}

/***** BOX-4-END *****/
.box .overtext {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.box .title {
    font-size: 1.5em;
    text-transform: inherit;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    opacity: 1;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
    line-height: 1.8em;
    font-weight: 500;
    position: absolute;
    top: 110px;
    left: 40px;
}

.box .subpage-title {
    font-size: 0.8em;
    text-transform: uppercase ;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    opacity: 1;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
    line-height: 1.8em;
    font-weight: 600;
    position: absolute;
    top: 110px;
    left: 40px;
}

.box:hover .title,.box:focus .title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.box:hover .subpage-title,.box:focus .subpage-title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.box .tagline {
    font-size: 1em;
    opacity: 0;
    transition-delay: 0.2s;
    transition-duration: 0.2s;
    line-height: 1.8em;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.box:hover .tagline,.box:focus .tagline {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

/***** BOX-END *****/
/*-------------------------------- Footer----START--------------------------------*/
.foo-vertical-menu {
    font-size: 16px;
    color: #ffffff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 0.5rem 0;
}

.foo-vertical-menu li {
    margin: 0 0 -0.4rem;
}

.foo-vertical-menu li a {
    display: block;
    color: #f5f5f5;
    font-size: 16px;
}

.foo-vertical-menu a:hover {
    color: #ffffff;
}

.foo-vertical-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.foo-contact-wj a {
    font-size: 15px;
    color: #f5f5f5;
}

.foo-contact-wj a:hover {
    font-size: 15px;
    color: #ffffff;
}

.l-footer {
    color: #ffffff;
}

.foo-text-nm {
    font-size: 18px;
    font: 26px iaz-cond;
    color: #ffffff;
}

/*-------------------------------- CALL ME----START--------------------------------*/
#callme {
    position: fixed;
    right: 50px;
    bottom: 100px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    opacity: 0.7;
    z-index: 9990;
}

#callme #callmeMain {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgb(255, 47, 0);
    width: 70px;
    height: 70px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}

#callme #callmeMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(https://ntcenter.az/wp-content/uploads/2026/02/call-me.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: zcwphone2 1.5s linear infinite;
    -moz-animation: zcwphone2 1.5s linear infinite;
    animation: zcwphone2 1.5s linear infinite;
}

@-webkit-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@-moz-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@-webkit-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@-moz-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}
/*-------------------------------- CALL ME----END--------------------------------*/





					