/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
Fonts 
---------------------------------------------------------------------*/


 
/*--------------------------------------------------------------------- 
import Files
 ---------------------------------------------------------------------*/
 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

body {
     color: #000;
     font-size: 14px;
     font-family: "Poppins", sans-serif;
     font-weight: normal;
     margin: 0;
     padding: 0;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     position: relative;
     font-weight: normal;
     line-height: normal;
     margin: 0
}



*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     text-decoration: none!important;
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     padding: 0;
     font-weight: normal;
     font-size: 16px;
     line-height: 24px;
}


a {
text-decoration: none;
     outline: none !important;
}
button{
 cursor: pointer;    
}
a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}
.container-fluid {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.row.d_flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.tt-desctop-menu ul {
    display: flex;
}
.mobilemenu {
    display: none;
}
.tt-desctop-menu li a {
    padding: 0 15px;
    position: relative;
    z-index: 1;
    font-size: 18px;
    text-transform: uppercase;
}
a.logo-link img {
    width: 212px;
}
.menu-type {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    text-align: center;
}

.car-link ul {
    display: flex;
    gap: 20px;
}
.head-top {
    padding: 12px 0;
}
.car-link ul li img {
    width: 20px;
}
.menu-type {
    padding-right: 130px;
}
li.active a {
    color: #17B7C8;
    font-weight: 700;
}
.tt-desctop-menu li:hover a {
color: #17B7C8;
}
.announcement-text p {
    margin: 0;
    font-size: 15px;
}
.announcement-bar {
    padding: 10px 0;
    text-align: center;
}
.slide-banner-text {
    display: flex;
}
.slide-banner-inner {
    display: flex;
}
.slide-banner-inner {
    flex: 0 0 50%;
    background: #E5EBE7;
}
.myCoolSlider.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 0;
}
.myCoolSlider .slick-dots li button:before {
    font-size: 18px;
    width: 40px;
    height: 40px;
    content: '•';
    opacity: 1;
    color: #17B7C8;
}
.myCoolSlider .slick-dots li.slick-active button:before {
    color: #fff;
     opacity: 1;
}
.myCoolSlider .slick-dots {
    bottom: 45px;
}
.slide-link-text-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20%;
    padding-right: 40px;
}
.slide-link-text-btn h3.mn-title {
    font-size: 40px;
    color: #000A2C;
    padding-bottom: 20px;
    line-height: 55px;
    font-weight: 700;
}
p.sub-title {
    line-height: 32px;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #000A2C;
}
.link-double {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    flex-direction: column;
}
a.ai-link-btn {
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    padding: 19px 10px;
    background: #9CC93D;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    width: 350px;
    color: #000;
}
.btn-banner {
    background: transparent;
    text-align: center;
    color: #000A2C;
    text-transform: uppercase;
    font-size: 20px;
    padding: 16px;
    width: auto;
    border: 1px solid #000A2C;
    font-weight: 700;
}
.btn-banner {
    width: 350px;
}
.slider {
    width: 50%;
    display: inline-block;
}
.services-types {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.inner-sites p {
    display: flex;
    align-items: center;
    gap: 10px;
}
.inner-sites p span {
    font-weight: 700;
    font-size: 16px;
}
.inner-sites img {
    width: 60px;
}
section.satified-bar {
    background: #17B7C8;
    padding: 20px;
}
.inner-pro-tet {
    background: #F2F2F2;
    padding: 30px 10px;
}
.row-prudct {
    display: flex;
    gap: 15px;
    max-width: 860px;
    margin: 0 auto;
}
.pro-33 {
    text-align: center;
}
.pro-slider {
    width: 100%;
}
h3.pro-name {
    font-size: 18px;
    font-weight: 600;
    margin: 10px;
}
img.Start-rating-5 {
    display: block;
    width: 72px;
    margin: 20px auto 20px;
}
p.discription-pro {
    font-size: 15px;
    font-weight: 400;
}
p.price-home {
    font-weight: 600;
    margin-top: 13px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
span.main-price {
    color: #F51818;
}
a.button-shop {
    font-size: 18px;
    text-transform: uppercase;
    border: 1px solid #ccc;
    color: #000A2C;
    border-color: #000A2C;
    width: 222px;
    display: block;
    height: 60px;
    line-height: 60px;
    font-weight: 700;
    margin: 20px auto 0;
}
.title-sub {
    text-align: center;
    margin: 40px 0;
}
h3.bl-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    color: #000A2C;
}
p.med-title {
    font-size: 18px;
    line-height: 26px;
}
.title-sub {
    text-align: center;
    margin: 0px auto 65px;
    max-width: 700px;
}
.inner-pro-tet .pro-duct-img {
   width: 100%;
}
.inner-pro-tet {
    background: #F2F2F2;
    padding: 30px 10px;
    border: 1px solid transparent;
}
.inner-pro-tet:hover {
    background: #F2F2F2;
    padding: 30px 10px;
    border: 1px solid #E4E4E4;
}
.inner-pro-tet:hover a.button-shop {
  background: #9CC93D;
    border-color: #9CC93D;
}
.btn-banner:hover{
    background: #9CC93D;
    border-color: #9CC93D; 
}
.inner-col-50-text h3 {
    font-size: 43px;
    color: #000A2C;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;
}
.inner-col-50-text p {
    font-size: 18px;
    line-height: 30px;
    color:#000A2C;
}
a.theme-btn {
    background: #9CC93D;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 22px 55px;
    display: inline-block;
    margin-top: 30px;
    line-height: 22px;
}
.inner-section-bg-row {
    display: flex;
}
.col-50 {
    width: 50%;
}
section.keep-dg-section {
    background: url("../images/background-1.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.inner-col-50-text h3 span {
    color: #17B7C8;
}
.padd {
    padding: 80px 0;
}
.sponsor-main .sponsor-logos-grid {
    flex-direction: row;
    flex-wrap: nowrap;
}
.sponsor-logos-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.sponsor-main .sponsor-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    flex: 0 0 25%;
    text-align: left;
    min-height: 200px;
    box-shadow: 0 0 15px #00000026;
}
.sponsor-item img {
    filter: grayscale(1);
    max-height: 50px;
    max-width: 150px;
    transition: transform .3s ease;
}
h3.title-sr {
    font-size: 20px;
    line-height: 1;
    padding-bottom: 0;
    margin-top: 13px;
    font-weight: 700;
}
p.script-description {
    margin-top: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
section.logo-s_section {
    position: relative;
}
.sponsor-logo-section.sponsor-main {
    position: absolute;
    top: -99px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
}
section.logo-s_section .container-fluid {
    position: relative;
}
section.keep-dg-section.padd {
    padding-bottom: 240px;
}
.testmonils-flex {
    display: flex;
    gap: 50px;
    padding-top: 170px;
    align-items: center;
    padding-bottom: 100px;
}
.testimonials-link-text-btn {
    padding-right: 40px;
    width: 50%;
}
h3.testimo-title {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 0;
    margin-bottom: 30px;
    color: #000A2C;
    font-weight: 700;
}
p.testimo-sub-title {
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 20px;
    color: #2C2C2C;
}
a.link-center-testim {
    width: 300px;
    background: #c3b59d;
    color: #000;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 19px;
}
.qotes-sec {
    background: #E5EBE7;
    padding: 20px;
    font-style: italic;
    border-radius: 10px;
    max-width: 390px;
    position: relative;

}
.testimonials-right-side {
    width: 50%;
}
.testimonials-port:nth-child(2) {
    margin-top: 40px;
    margin-left: 25%;
}
.qotes-temp-img {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.qotes-sec:before {
    content: "";
    border-left: 49px solid #E5EBE7;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    bottom: -33px;
    right: 32px;
    transform: rotate(116deg);
}
.qotes-sec h3.qotes-title {
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 700;
}
p.qotes-desc {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.qotes-temp-img {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.client-img img {
    width: 69px;
    height: 69px;
    border-radius: 100%;
}
.client-name-city.client-name-city {
    color: #000;
    font-size: 18px;
}
.client-name-city.client-name-city {
    color: #000;
    font-size: 18px;
}
img.start-img {
    display: block;
    width: 96px;
    margin-top: 5px;
}
section.test-monils-section {
    background: url("../images/bg-lov-it.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
}
.banner-center {
    text-align: center;
}
h3.bn-title {
    color: #fff;
    font-size: 35px;
    font-weight: 400;
}
p.bn-sub-title {
    margin: 0 0 40px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
}
section.banner-cursive{
    background: url("../images/medium-set.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.background-banner.custom-banner {
    padding: 144px 0;
}
.banner-center {
    text-align: center;
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
}
h3.bn-title {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 35px;
}
a.link-center-btn {
    padding: 21px 30px;
    font-size: 18px;
    color: #000A2C;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
}
a.link-center-btn:hover {
   background: #9CC93D;
}
a.link-center-btn.theme-color {
    background: #9CC93D;
}
a.link-center-btn.theme-color:hover, a.theme-btn:hover, a.ai-link-btn:hover {
    background: #F2F2F2;
}
.three-double-btn {
    display: flex;
    justify-content: center;
    gap: 15px;
}
footer.site-footer.footer-custom {
    margin-top: 0;
    padding-top: 100px;
    background: #000;
}
.footer-secc {
    display: flex;
}
.footer-column-22 {
    width: 25%;
}
footer .tt-collapse-title {
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 24px;
}
footer .tt-mobile-collapse .tt-collapse-content {
    display: block;
}
.footer-column-22 .tt-collapse-content ul {
    list-style: none;
    color: #fff;
    padding-left: 0;
}
.footer-column-22 .tt-collapse-content ul li a {
    color: #bdbdbd;
    font-size: 15px;
    line-height: 28px;
}
footer input.form-control {
    background: #1c1c1c;
    border-color: #1c1c1c;
    height: 50px;
    color: #fff;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
button.btn.footer_subscribe_btn {
    background: transparent;
    border: none;
}
footer button.btn.footer_subscribe_btn {
    font-size: 0;
    padding: 0;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 50px;
    width: 37px;
}
footer .form-group {
    position: relative;
}
button.btn.footer_subscribe_btn img {
    width: 10px;
}
a.email-type {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 10px;
    font-size: 15px;
    margin-top: 18px;
}
a.email-type img {
    width: 24px;
}
.footer-part {
    background: #1C1C1C;
    margin-top: 110px;
    text-align: center;
    padding: 022px 0;
    color: #BDBDBD;
}
.testimonials-port {
    position: relative;
}
img.qotes-type {
    position: absolute;
    width: 30px;
    top: 43px;
    left: -25px;
    z-index: 99;
}

@media only screen and (min-width: 992px) {
.tt-desctop-parent-menu.tt-parent-box {
    display: flex
;
    justify-content: center;
}
.pro-33 {
    padding: 0 5px;
}
}
@media only screen and (max-width: 1200px) {
.slide-link-text-btn {
    padding-left: 15px;
    padding-right: 40px;
}
.container-fluid {
    padding: 0 20px;
}
.slide-link-text-btn h3.mn-title {
    font-size: 30px;
}
}
@media only screen and (max-width: 1199px) {
.slide-link-text-btn h3.mn-title {
    font-size: 30px;
}
.sponsor-main .sponsor-item {
    flex: 0 0 24%;
}
.testimonials-port:nth-child(2) {
    margin-left: 0;
}
}
@media only screen and (max-width: 991px) {
    .announcement-text p {
    font-size: 12px;
}
    .car-link ul {
    gap: 0;
}
li.cart-link {
    margin-right: 20px;
}
.slide-banner-inner {
    flex: 0 0 100%;
}
.slider {
    width: 100%;
    display: inline-block;
}
.slide-banner-text {
    flex-direction: column-reverse;
}
.services-types {
    flex-direction: column;
    gap: 20px;
}
.inner-sites p {
    display: flex;
    align-items: start;
    gap: 10px;
}
.inner-sites {
    width: 100%;
}
.inner-section-bg-row .col-50:nth-child(1) {
    display: none;
}
.col-50 {
    width: 100%;
}
.sponsor-logo-section.sponsor-main {
    position: static;
}
.sponsor-main .sponsor-item {
    width: 45%;
    flex: inherit;
}
.sponsor-main .sponsor-logos-grid {
    flex-direction: inherit;
    flex-wrap: wrap;
}
.pro-33 {
    padding: 0 5px;
}
h3.title-sr {
    font-size: 12px;
}
p.script-description {
    font-size: 12px;
    line-height: 18px;
}
.background-banner.custom-banner {
    padding: 80px 0;
}
.footer-column-22 {
    width: 100%;
}
.slide-banner-inner {
    padding: 30px 0;
}
.footer-secc {
    flex-direction: column;
    gap: 30px;
}
.footer-secc {
    flex-direction: column;
}
section.keep-dg-section.padd {
    padding-bottom: 80px;
}
.testmonils-flex {
    padding-top: 60px;
    padding-bottom: 60px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.testimonials-link-text-btn {
    padding-right: 0;
    width: 100%;
}
.testimonials-right-side {
    width: 100%;
    margin-bottom: 30px;
}
.three-double-btn {
    flex-direction: column;
}
.inner-col-50-text p {
    color: #fff;
}
.inner-col-50-text h3 {
    color: #fff;
}
.sponsor-logo-section.sponsor-main {
    padding: 50px 0;
}
.tt-collapse-title {
  cursor: pointer;
  position: relative;
}
.tt-collapse-title.active::after {
  content: "−";
  position: absolute;
  right: 0;
}
.tt-collapse-title::after {
  content: "+";
  position: absolute;
  right: 0;
}
.footer-column-22:nth-child(4) .tt-collapse-title::after{
display: none;
}
footer .tt-mobile-collapse .tt-collapse-content{
    display: none;
}
footer.site-footer.footer-custom {
    padding-top: 80px;
}
.footer-part {
    margin-top: 60px;
}
.tt-desctop-parent-menu {
  display: none; /* hidden by default on mobile */
}
.mobilemenu {
    display: block;
}
a.logo-link img {
    width: 100px;
}
.mobilemenu {
    padding-right: 0;
    position: absolute;
    left: 20px;
    top: 13px;
}
.slide-link-text-btn h3.mn-title {
    font-size: 30px;
    line-height: 35px;
}
.menu-type {
    padding-right: 0;
}
a.theme-btn {
    padding: 22px 30px;
}
.logo {
    padding-left: 50px;
}
.tt-desctop-menu ul {
    display: block;
    text-align: left;
}
.sponsor-main .sponsor-item {
    padding: 20px 10px;
}
.slide-link-text-btn {
    padding-left: 20px;
    padding-right: 20px;
}
.client-name-city.client-name-city {
    color: #000;
    font-size: 15px;
}
.sponsor-item img {
    max-height: 30px;
}
.tt-desctop-parent-menu.tt-parent-box {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: 40px;
    z-index: 99;
}
.tt-desctop-menu {
    width: 100%;
}
.tt-desctop-menu ul li {
    border-bottom: 1px solid #ccc;
    padding: 4px 5px;
}
.row.d_flex{
    position: static;
}
.head-top {
    position: relative;
}
.btn-banner {
    width: 100%;
}
a.ai-link-btn {
    width: 100%;
}
.tt-desctop-menu li a {
    padding: 5px 15px;
    display: block;
}
.btn-banner, a.ai-link-btn {
    width: 100%;
}
.slide-link-text-btn {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}
img.qotes-type {
    position: absolute;
    width: 30px;
    top: 43px;
    left: -9px;
    z-index: 99;
}
}
