.p_41_s329{ .navBtnMain { top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 99; pointer-events: none; } .navBtn { width: 40px; height: 40px; background-color: var(--themeColor1); margin: 0px 10px; pointer-events: all; cursor: pointer; opacity: 0.3; transition: 0.3s; border-radius: 10px; } .bannerMain:hover .navBtn { opacity: 1; } .navBtn i { color: var(--anchorColor); } .owl-theme .owl-nav.disabled + .owl-dots { margin-top: -50px; position: relative; z-index: 99; } .bannerImg img, .bannerImg video { height: 100%; object-fit: cover; } .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: var(--themeColor1) !important; width: 30px !important; } .bannerImg a { width: 100%; height: auto; display: block; } }.p_41_s329{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_41_s330{ .navBtnMain { top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 99; pointer-events: none; } .navBtn { width: 40px; height: 40px; background-color: var(--themeColor1); margin: 0px 10px; pointer-events: all; cursor: pointer; opacity: 0.3; transition: 0.3s; border-radius: 10px; } .bannerMain:hover .navBtn { opacity: 1; } .navBtn i { color: var(--anchorColor); } .owl-theme .owl-nav.disabled + .owl-dots { margin-top: -50px; position: relative; z-index: 99; } .bannerImg img, .bannerImg video { height: 100%; object-fit: cover; } .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: var(--themeColor1) !important; width: 30px !important; } .bannerImg a { width: 100%; height: auto; display: block; } }.p_41_s330{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_41_s331{ .banner_13 { padding: 80px 0px; background: var(--themeBg1); background-position: center; background-size: cover; background-repeat: no-repeat; } .maxWidth900 { max-width: 900px; } .imgVidSec { height: 450px; border-radius: 25px; margin-bottom: 50px; border: 4px solid var(--themeColor1); position: relative; overflow: hidden; } .imgVidSec::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient( 45deg, transparent 30%, rgba(6, 94, 185, 0.1) 50%, transparent 70% ); z-index: 2; animation: cinematicShimmer 4s infinite; } @keyframes cinematicShimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } } .playBtn { width: 120px; height: 120px; background-color: var(--themeColor1); border-radius: 50%; cursor: pointer; transition: all 0.5s ease; box-shadow: 0 15px 40px rgba(6, 94, 185, 0.5); position: absolute; z-index: 3; top: 50%; left: 50%; transform: translate(-50%, -50%); } .playBtn:hover { transform: translate(-50%, -50%) scale(1.2); box-shadow: 0 20px 50px rgba(6, 94, 185, 0.7); } .playBtn i { font-size: 45px; margin-left: 10px; color: var(--paragraphColorWhite); } .mainHeading { font-size: 56px; margin-bottom: 25px; font-weight: bold; color: var(--headingColor1); background-clip: text; } .subPara { font-size: 25px; font-weight: 400; margin-bottom: 30px; color: var(--paragraphColorBlack); } .rating { font-size: 40px; } .hightlight { background-color: var(--themeColor1); color: var(--paragraphColorWhite); padding: 10px 30px; border-radius: 25px; font-weight: bold; font-size: 18px; margin-top: 20px; display: inline-block; letter-spacing: 1px; } .btn { padding: 10px 20px; background-color: var(--btnColor); color: var(--btnTextColor); border-radius: 10px; border: none; cursor: pointer; font-size: 16px; line-height: 26px; transition: 0.3s; animation: 1s bounce1 infinite linear; font-weight: 600; } @keyframes bounce1 { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } } .btn:hover { background-color: var(--btnHoverColor); color: var(--btnHoverTextColor); } @media only screen and (max-width: 900px) { .banner_13 { padding: 40px 0px; } .imgVidSec::before { background: linear-gradient( 75deg, transparent 30%, rgba(6, 94, 185, 0.1) 50%, transparent 70% ); } .mainHeading { font-size: 30px; line-height: 40px; margin-bottom: 20px; } .subPara { font-size: 16px; line-height: 26px; margin-bottom: 20px; } .rating { font-size: 30px; } .hightlight { font-size: 12px; } .playBtn { width: 80px; height: 80px; } .playBtn i { font-size: 30px; margin-left: 7px; } .imgVidSec { height: 300px; margin-bottom: 20px; } } .imgVidSec{ display:none; } .mainHeading{ font-size: 40px; line-height: 50px; } @media only screen and (max-width: 900px){ .mainHeading { font-size: 25px; line-height: 35px; } } }.p_41_s331{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_41_s332{ .service_section_32 { padding: 80px 0px; background-color: var(--themeBg1); background-position: center; background-repeat: no-repeat; background-size: cover; } .smallHead { font-size: 14px; font-weight: 600; font-family: var(--hFont); color: var(--headingColor1); letter-spacing: 4px; } .mainHeading { color: var(--headingColor1); font-family: var(--hFont); font-size: 45px; font-weight: 500; margin: 20px 0px 50px; line-height: 60px; } .subPara { color: var(--paragraphColorBlack); font-size: 16px; line-height: 30px; font-family: var(--pFont); } .allBtn { display: inline-block; font-family: var(--pFont); font-weight: 500; border-style: none; border-radius: 100px; padding: 15px 30px 15px 30px; background-color: var(--btnColor); color: var(--btnTextColor); font-size: 13px; transition: 0.4s; margin-top: 20px; } .allBtn:hover { background-color: var(--btnHoverColor); color: var(--btnHoverTextColor); } .serCard { padding: 35px; background-color: var(--themeBg1); border-radius: 20px; transition: 0.3s; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } .serCard:hover { background: rgba(6, 94, 185, 0.3); transform: scale(1.05); } .cardHead { font-size: 25px; font-family: var(--hFont); font-weight: 500; line-height: 34px; margin-bottom: 12px; color: var(--headingColor2); transition: 0.4s; } .cardPara { font-family: var(--pFont); font-size: 16px; line-height: 30px; margin-bottom: 20px; color: var(--paragraphColorBlack); } .iconSec { width: 90px; height: 90px; background-color: var(--themeBg1); border-radius: 50%; margin-bottom: 20px; } .iconSec img { width: 50px; height: auto; transition: 0.4s; } .serCard:hover .iconSec img { transform: rotateY(360deg); } .learnBtn { display: inline-block; font-size: 13px; font-weight: 500; color: var(--btnColor); transition: 0.3s; } .learnBtn:hover { color: var(--btnHoverColor); } @media only screen and (max-width: 900px) { .mainHeading { margin-bottom: 0px; font-size: 25px; line-height: 35px; } .subPara { font-size: 14px; line-height: 25px; } .cardHead { font-size: 20px; line-height: 30px; } .cardPara { font-size: 14px; line-height: 25px; } .service_section_32 .gap50 { gap: 20px; } .allBtn { margin-bottom: 30px; } .serCard { padding: 20px; } } .mainHeading{ font-size: 35px; line-height: 45px; font-weight: 600; } @media only screen and (max-width: 900px){ .mainHeading{ margin-bottom: 30px; margin-top: 0px; } } }.p_41_s332{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_41_s333{ .why_choose_us_12 { padding: 80px 0px; background-color: var(--themeBg1); background-position: center; background-size: cover; background-repeat: no-repeat; } .smallHead { color: var(--headingColor1); display: inline-block; font-size: 15px; text-transform: capitalize; font-weight: 600; margin-bottom: 5px; position: relative; border: 1px solid #d8d8d8; border-radius: 50px; line-height: 1; padding: 10px 14px 10px 30px; } .round-subtitle-shape:before { position: absolute; content: ""; left: 14px; top: 14px; background-color: var(--themeColor1); height: 8px; width: 8px; border-radius: 100%; animation: rt-opacity 1.5s ease infinite; } @keyframes rt-opacity { 0% { opacity: 1; } 50% { opacity: 0.2; } 100% { opacity: 1; } } .mainHeading { font-size: 40px; line-height: 52px; font-weight: 600; color: var(--headingColor1); margin-bottom: 10px; } .subPara { font-size: 15px; line-height: 25px; color: var(--paragraphColorBlack); margin-bottom: 50px; } .vidSec { line-height: 0px; border-radius: 10px; overflow: hidden; } .cardSec { padding: 15px; background-color: var(--themeBg2); border-radius: 10px; } .custGrid { grid-template-columns: 50px 1fr; } .cardImg { width: 50px; height: 50px; } .cardHead { font-size: 20px; font-weight: 600; line-height: 30px; color: var(--headingColor2); } .cardPara { font-size: 15px; line-height: 25px; color: var(--paragraphColorBlack); } .vidSec { position: sticky; top: 130px; } .btnSec { margin-top: 30px; } .btn { background-color: var(--themeBg2); color: var(--headingColor1); outline: none; border: none; padding: 10px; border-radius: 5px; cursor: pointer; } .rightPara { font-size: 20px; line-height: 30px; font-weight: 600; margin: 30px; color: var(--headingColor2); } @media only screen and (max-width: 900px) { .why_choose_us_7 { padding: 40px 0px; } .mainHeading { font-size: 25px; line-height: 35px; } .subPara { margin-bottom: 30px; } .cardHead { font-size: 20px; line-height: 30px; margin-bottom: 5px; } .cardSec { padding: 20px; } .gap30 { gap: 10px; } .gap100 { gap: 30px; } .right { order: 2; } } .mainHeading{ font-size: 35px; line-height: 45px; } }.p_41_s333{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_41_s334{ .counter_3 { padding: 80px 0px; background-color: var(--themeBg1); background-position: center; background-repeat: no-repeat; background-size: cover; } .mainHeading { text-align: center; font-size: 3.5rem; margin-bottom: 70px; font-weight: bold; position: relative; color: var(--headingColor1); } .mainHeading::after { content: ""; position: absolute; bottom: -25px; left: 50%; transform: translateX(-50%); width: 120px; height: 5px; background-color: var(--themeColor1); border-radius: 3px; } .cardSec { background-color: var(--themeBg1); padding: 40px; border-radius: 20px; text-align: center; box-shadow: 0 0px 10px rgba(6, 94, 185, 0.3); transition: all 0.3s ease; position: relative; overflow: hidden; } .cardSec:hover { transform: scale(1.05); } .cardHead { font-size: 50px; font-weight: 700; margin-bottom: 10px; color: var(--headingColor2); } .cardPara { font-size: 16px; line-height: 26px; color: var(--paragraphColorBlack); } @media only screen and (max-width: 900px) { .counter_3 { padding: 40px 0px; } .mainHeading { font-size: 30px; line-height: 40px; margin-bottom: 30px; } .mainHeading::after { bottom: -5px; } .cardSec { padding: 20px; } .cardHead { font-size: 30px; line-height: 40px; } .grid4 { grid-template-columns: 1fr 1fr; } .gap30 { gap: 10px; } .cardPara { font-size: 15px; line-height: 25px; } } .mainHeading{ font-size: 35px; line-height: 45px; margin-bottom: 50px; font-weight: 600; } .mainHeading::after{ content: none; } .cardHead{ font-size: 25px; } .cardSec:hover{ background: rgba(6, 94, 185, 0.3); } }.p_41_s334{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_41_s335{ .about_section_19 { padding: 80px 0px; background-color: var(--themeBg1); background-position: center; background-repeat: no-repeat; background-size: cover; } .maxWidth1000 { max-width: 900px; } .line { width: 4px; height: 17px; display: inline-block; background-color: var(--themeColor1); position: relative; top: 2px; margin-right: 10px; } .line::after { position: absolute; right: -5px; top: 0; bottom: 0; margin: auto; width: 0px; height: 0px; border-style: solid; border-width: 3.5px 0 3.5px 5px; border-color: transparent transparent transparent var(--themeColor1); content: ""; animation: zump 1.5s linear infinite; } @keyframes zump { 0% { transform: translateY(-5px); } 50% { transform: translateY(6px); } 100% { transform: translateY(-5px); } } .abtHead { font-size: 20px; letter-spacing: 2.2px; font-family: var(--o1Font); color: var(--headingColor1); text-transform: uppercase; display: inline-block; font-weight: 700; line-height: 1em; } .abtSubHead { font-size: 30px; line-height: 40px; font-weight: 600; color: var(--headingColor1); margin-bottom: 20px; } .imgSec { width: 250px; margin-bottom: 30px; } .pointSec { margin-top: 30px; display: flex; align-items: center; justify-content: center; gap: 30px; flex-wrap: wrap; } .pointGrid { grid-template-columns: 20px 1fr; } .pointText { text-align: left; } .pointIcon i { font-size: 20px; color: var(--themeColor1); } .points { font-size: 15px; line-height: 25px; color: var(--paragraphColorBlack); } .btn { padding: 10px 20px; background-color: var(--btnColor); color: var(--btnTextColor); border-radius: 10px; border: none; cursor: pointer; font-size: 16px; line-height: 26px; transition: 0.3s; font-weight: 600; animation: 1s bounce infinite linear; } @keyframes bounce { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } } .btnOut { width: fit-content; margin-bottom: 20px; } .btn:hover { background-color: var(--btnHoverColor); color: var(--btnHoverTextColor); } @media only screen and (max-width: 900px) { .about_section_19 { padding: 40px 0px; } .abtSubHead { font-size: 25px; line-height: 35px; } .abtPara { font-size: 15px; line-height: 25px; } .imgSec { margin-bottom: 20px; } .pointSec { gap: 10px; } .points { font-size: 15px; } .pointIcon i { font-size: 15px; } } }.p_41_s335{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_41_s336{ .maxWidth1000 { max-width: 1000px; } .pointer_section_1 { padding: 80px 0px; background-color: var(--themeBg1); } .mainHeading { font-size: 35px; line-height: 45px; margin-bottom: 50px; color: var(--headingColor1); font-weight: 600; } .cardSec { background: var(--themeBg2); padding: 60px; border-radius: 25px; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1); } .cardItem { font-size: 18px; transition: all 0.3s ease; } .custGrid { grid-template-columns: 30px 1fr; } .iconSec { width: 30px; height: 30px; } .cardInner { padding: 20px 15px; transition: all 0.3s ease; border-bottom: 2px solid var(--themeBg1); } .cardInner:hover { background-color: var(--themeBg1); border-radius: 10px; } .cardInner:hover .cardItem{ padding-left: 10px; } @media only screen and (max-width: 900px){ .cardSec{ padding: 0px; } } }.p_41_s336{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }