@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@font-face { font-family: 'visbycf-bold'; src: url(../fonts/visbycf-bold.otf) format('truetype'); }

/* {
    font-family: visbycf;
    src: url(../webfonts/visbycf.woff);
} */
.gblbtn { position: relative; }
.gblbtn:before { content: ''; position: absolute; top: 0; left: 0; width: 50px; height: 100%; background: #e2261e; z-index: 2; clip-path: polygon(80% 100%, 0 100%, 0 0); border-radius: 0; }
.gblbtn:after { content: ''; position: absolute; top: 0; right: 0; width: 50px; height: 100%; background: #e2261e; z-index: 2; clip-path: polygon(100% 0, 100% 100%, 20% 0); border-radius: 0; }
h2.myPheading { color: var(--black-color); font-size: 45px; text-transform: capitalize; }
h2.myPheading strong { color: #e2261e; text-transform: capitalize; border-top: 5px solid #e2261e; padding: 10px 0 0; }
h2.myPheading span { text-transform: uppercase; color: #002989; font-family: 'Montserrat', sans-serif; font-weight: 600; }
.caption { width: 50%; margin: 0 auto; text-align: center; margin-bottom: 40px; }
h1,
h2,
h3,
h4,
h5,
h6 { font-family: 'visbycf-bold', sans-serif !important; }
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
textarea { margin: 0; padding: 0; }
* { margin: 0; padding: 0; }
a,
a:hover { text-decoration: none; }
a:focus { text-decoration: none; }
ul,
li { list-style-type: none; }
body { overflow-x: hidden; font-family: 'Montserrat', sans-serif; scroll-behavior: smooth; }
:root { --orange-color: #fe9900; --white-color: #fff; --red-color: #ea1a22; --lightPurple-color: #c5b4de; --gray-color: #565b65; --black-color: #1e2127; --yellow-color: #febf00; --peach-color: #fde3c0; --light-green-color: #eaf2d3; --light-pink-color: #f9c9e0; --light-blue-color: #dfeef9; }
.container { max-width: 1370px; }

/*** GLOBAL CLASSES CSS START
********************************/
.cta-btn { font-size: 16px; font-weight: 600; color: var(--black-color); border: 2px solid var(--black-color); padding: 15px 10px; outline: none; transition: all 0.4s ease-in-out; position: relative; z-index: 2; display: inline-block; width: 230px; text-align: center; border-radius: 0; }
.cta-btn .left,
.cta-btn .right { position: absolute; top: 45%; width: 8px; height: 8px; background: #e2261e; display: inline-block; z-index: 1; transition: all 0.4s ease-in-out; }
.cta-btn .left { left: -5px; }
.cta-btn .right { right: -5px; }
.cta-btn:before,
.cta-btn:after { content: ''; position: absolute; top: 23%; width: 3px; height: 30px; background: var(--white-color); z-index: -1; transition: all 0.6s ease-in-out; }
.cta-btn:before { left: -2px; }
.cta-btn:after { right: -2px; }
.cta-btn:hover .left { left: 50%; z-index: -1; }
.cta-btn:hover .right { right: 50%; z-index: -1; }
.cta-btn:hover { background: linear-gradient(90deg, #e2261e 0%, rgb(143 114 114 / 31%) 35%, rgb(226 38 30) 100%); border-color: var(--white-color) !important; color: #fff; }
.paragraph { font-size: 17px; font-weight: 400; color: var(--gray-color); }
.listing { display: flex; align-items: flex-start; flex-direction: column; gap: 10px; }
.listing>li { position: relative; font-size: 18px; font-weight: 400; color: var(--white-color); padding-left: 35px; }
.listing>li:before { content: ''; position: absolute; top: 2px; left: 0; background: url(../images/check-icon.png) no-repeat; background-size: 100%; width: 25px; height: 25px; }
.sectionHeading { font-size: 38px; font-weight: 600; color: var(--black-color); line-height: 1.0; position: relative; }
.sectionHeading:before { content: ''; position: absolute; top: -25%; left: 0; right: 0; margin: 0 auto; width: 40px; height: 3px; background: var(--orange-color); }
.sectionHeading span { color: var(--red-color); }
.form-fieldBox { border: 2px solid var(--black-color); padding: 12px 30px; outline: none; transition: all 0.4s ease-in-out; position: relative; z-index: 2; border-radius: 0; }
.form-fieldBox.active { border-color: var(--red-color); }
.form-fieldBox .left,
.form-fieldBox .right { position: absolute; top: 45%; width: 8px; height: 8px; background: #e2261e; display: inline-block; z-index: 1; transition: all 0.4s ease-in-out; }
.form-fieldBox .left { left: -5px; }
.form-fieldBox .right { right: -5px; }
.form-fieldBox:before,
.form-fieldBox:after { content: ''; position: absolute; top: 30%; width: 3px; height: 30px; background: #fff; z-index: 0; }
.form-fieldBox:before { left: -2px; }
.form-fieldBox:after { right: -2px; }
.form-fieldBox input { width: 100%; font-size: 16px; font-weight: 400; color: var(--black-color); border: none; outline: none; }
.form-fieldBox textarea { width: 100%; font-size: 16px; font-weight: 400; color: var(--black-color); border: none; outline: none; }
.form-textarea .left,
.form-textarea .right { top: 36%; }
.form-button button { text-align: center; width: 100%; color: var(--white-color); font-size: 16px; font-weight: 600; padding: 18px 30px; background: linear-gradient(90deg, rgba(208, 59, 88, 1) 0%, rgba(154, 59, 111, 1) 35%, rgba(100, 59, 135, 1) 100%); border: none; outline: none; transition: all 0.4s ease-in-out; position: relative; }
.form-button button:hover { background: radial-gradient(circle, rgba(82, 52, 124, 1) 0%, rgba(43, 23, 72, 1) 100%); }
.form-button button:before,
.form-button button:after { content: ''; position: absolute; top: 45%; width: 8px; height: 8px; background: var(--white-color); display: inline-block; z-index: 1; transition: all 0.4s ease-in-out; }
.form-button button:before { left: 0; }
.form-button button:after { right: 0; }

/*** GLOBAL CLASSES CSS END
********************************/

/*** HEADER CSS START
*********************************/

header { position: absolute; width: 100%; top: 0; z-index: 999; padding: 15px 0; }
.header-wrap { display: flex; align-items: center; justify-content: space-between; }
.logo img { max-width: 230px; width: 100%; object-fit: cover; object-position: center; }
.header-wrap .rightCol { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.chat-button { font-size: 14px; font-weight: 600; color: var(--white-color); text-transform: uppercase; }
.chat-button span img { max-width: 23px; width: 100%; object-fit: cover; object-position: center; }
.chat-button .text { transition: all 0.4s ease-in-out; }
.chat-button:hover .text { color: var(--red-color); }
.header-button .cta-btn { color: var(--white-color); border-color: var(--white-color); }
.header-button .cta-btn:before,
.header-button .cta-btn:after { background: var(--black-color); }

/*** HEADER CSS END
*********************************/

/*** SECION-1 CSS START
****************************/

.section-1 { background: url(../images/banner-all1.jpg) no-repeat; background-size: cover; min-height: 940px; position: relative; display: flex; align-items: flex-end; padding-bottom: 30px; z-index: 1; animation: 100s e infinite linear; background-repeat: repeat; }
@keyframes e {
    to { background-position: 0 -3000px }
}
.section-1 .row { display: flex; align-items: flex-start; }
.bannerConten-top { text-align: center; max-width: 1000px; margin: 0 auto 100px; }
.bannerConten-top p { position: relative; font-size: 45px; font-weight: 400; color: var(--white-color); line-height: 1.4; padding-top: 30px; }
.bannerConten-top p:before { content: ''; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; width: 40px; height: 3px; background: var(--yellow-color); }
.bannerConten-top p span { color: var(--yellow-color); }
.bannerContent-bottom { padding: 0 0 50px; }
.banner-leftCol { max-width: 550px; }
.banner-leftCol h1 { font-size: 40px; font-weight: 500; color: var(--white-color); line-height: 1.2; text-transform: capitalize; margin-bottom: 20px; font-family: 'visbycf-bold', sans-serif; }
.banner-leftCol h1 span { color: var(--yellow-color); font-family: 'Montserrat', sans-serif; font-weight: 600; }
.banner-leftCol h1 span strong { font-family: fantasy; font-weight: 200; }
.banner-leftCol .listing>li { margin-bottom: 10px; }
.banner-leftCol .paragraph { color: var(--lightPurple-color); }
.banner-content .banner-leftCol .gblbtn { width: 260px; }
.banner-content .banner-leftCol .gblbtn a.number.animated-button.victoria-yellow { text-transform: capitalize !important; letter-spacing: 0 !important; background: linear-gradient(90deg, #fff 0%, #fff 100%); color: #000; border-radius: 0; padding: 14px 23px; border: 2px solid #ffc622; }
.banner-content .banner-leftCol .gblbtn a.number.animated-button.victoria-yellow:hover { color: #fff; }
.banner-content .banner-leftCol .gblbtn a.number.animated-button .victoria-yellow { width: 260px; letter-spacing: 0; text-transform: capitalize; }
.banner-content .banner-leftCol .gblbtn::before { width: 40px; }
.banner-content .banner-leftCol .gblbtn::after { width: 40px; }
.banner-leftCol .items { display: inline-block; width: 18%; padding-top: 30px; }
.banner-leftCol .items img { width: 100%; }
.banner-rightCol { max-width: 470px; width: 100%; margin: 0 auto; padding: 30px 30px; background: url(../images/bannerForm-bg.png) no-repeat; background-size: 100% 100%; position: relative; min-height: 620px; display: flex; flex-direction: column; justify-content: center;    /* clip-path: polygon(1% 15%, 100% 0%, 100% 100%, 0 85%); */ }
.banner-rightCol .form-button { position: relative; }
.banner-rightCol .form-button:before { content: ''; position: absolute; top: 0; left: 0; width: 50px; height: 100%; background: #e2261e; z-index: 2; clip-path: polygon(80% 100%, 0 100%, 0 0); border-radius: 0; }
.banner-rightCol .form-button:after { content: ''; position: absolute; top: 0; right: 0; width: 50px; height: 100%; background: #e2261e; z-index: 2; clip-path: polygon(100% 0, 100% 100%, 20% 0); border-radius: 0; }
.banner-rightCol a.number.animated-button.victoria-yellow { justify-content: center; text-transform: uppercase; width: 100%; background: linear-gradient(90deg, #000000 0%, #000000 100%); border-radius: 0; }
.banner-rightCol a.number.animated-button.victoria-yellow:hover { border: 2px solid #e2261e; }
@keyframes vibrate-fast {
    0% { transform: translate(0); }
    10% { transform: translate(-2px, -2px); }
    20% { transform: translate(2px, -2px); }
    30% { transform: translate(-2px, 2px); }
    40% { transform: translate(2px, 2px); }
    50% { transform: translate(-2px, -2px); }
    60% { transform: translate(2px, -2px); }
    70% { transform: translate(-2px, 2px); }
    80% { transform: translate(-2px, -2px); }
    90% { transform: translate(2px, -2px); }
    100% { transform: translate(0); }
}

/*** SECION-1 CSS END
****************************/

/*** SECION-2 CSS START
****************************/

/*** SECION-2 CSS END
****************************/

/*** platform slider CSS START
****************************/

section.perfectingForm { position: relative; }
section.perfectingForm .work { position: absolute; background-color: #ff0c00; clip-path: polygon(0 0, 91% 0, 100% 100%, 0% 100%); top: -26px; z-index: 1; }
section.perfectingForm .work p { font-size: 14px; color: #fff; padding: 10px 25px 10px 20px; }
section.perfectingForm:before { content: ''; position: absolute; height: 15px; width: 14%; background: #002d96; left: 0; top: 0; bottom: 0; margin: auto; }
section.perfectingForm:after { content: ''; position: absolute; height: 15px; width: 14%; background: linear-gradient(45deg, #ff8a00, #ff3000, #ff8a00); right: 0; top: 0; bottom: 0; margin: auto; }
.slider { width: 100%; }
.slick-slide { margin: 0px 20px; }
.slick-slide img { width: 100%; }
.slick-prev:before,
.slick-next:before { color: black; }
.slick-slide { transition: all ease-in-out .3s; opacity: 1; }
.slick-active { opacity: 1; }
.slick-current { opacity: 1; }
.perfectingForm .platforms { background: #ffffff; box-shadow: -2px -3px 21px 0px #888888; }
.perfectingForm .platforms section.regular.slider { padding: 0; margin: 15px 0; }
.perfectingForm .platforms section.regular.slider img { width: 35%; min-height: 120px; object-fit: contain; margin: 0 auto; }
.perfectingForm .platforms section.regular.slider .slick-current img { border-color: transparent; box-shadow: none; }
.perfectingForm .platforms section.regular.slider .slick-track { display: flex; align-items: center; }

/*** platform slider CSS end
****************************/

/*** SECION-2 CSS START
****************************/

.section-2 { position: relative; padding: 100px 0 50px; background-image: url(../images/sec2bg.png); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.section-2 p.text-rotate { transform: rotate(270deg); position: relative; top: 6px; font-size: 50px; text-transform: uppercase; height: 100%; width: 580px; text-align: center; padding-top: 35px; color: var(--white-color); font-weight: 500; }
.section-2 p.text-rotate:before { content: ''; position: absolute; right: -2px; top: 0px; width: 30px; height: 30px; background-color: var(--black-color); }
.section-2 p.text-rotate:after { content: ''; position: absolute; left: 2px; top: 26.5%; width: 30px; height: 30px; background-color: var(--black-color); }
.section2-vector1 { position: absolute; top: -40%; right: 0; max-width: 550px; width: 100%; object-fit: cover; object-position: center; z-index: -1; }
.section-2 a.number.animated-button.victoria-yellow { width: 100%; border-radius: 10px; }
.section-2 .form-button:after { content: ''; position: absolute; top: 0; right: 0; width: 50px; height: 100%; background: #e2261e; z-index: 2; clip-path: polygon(100% 0, 100% 100%, 20% 0); border-radius: 0; }
.section-2 a.number.animated-button.victoria-yellow { width: 100%; background: linear-gradient(90deg, #000000 0%, #000000 100%); border-radius: 0; justify-content: center; }
.section-2 a.number.animated-button.victoria-yellow:hover { border: 2px solid #e2261e; }
.section2-vector2 { position: absolute; bottom: 0.4%; left: 0; max-width: 483px; width: 100%; object-fit: cover; object-position: center; z-index: -1; }
section.section-2 .row .col-md-4 { display: flex; align-items: center; }
section.section-2 .row .col-md-4 form { width: 100%; }
section.section-2 .form-fieldBox:before { content: none; }
section.section-2 .form-fieldBox:after { content: none; }
section.section-2 .row .col-md-4 form .form-fieldBox { border: 1px solid #cacaca; border-radius: 5px; padding: 12px 20px; }
section.section-2 .row .col-md-4 form .form-fieldBox label { color: #b4bcc3; text-transform: uppercase; font-size: 14px; }
section.section-2 .row .col-md-4 form .form-fieldBox input { background: transparent; color: #000; font-size: 18px; }
section.section-2 .row .col-md-4 form .form-fieldBox textarea.form-field { background: transparent; }
.section-2 .right-col h2 { color: var(--black-color); font-size: 50px; text-transform: capitalize; }
.section-2 .right-col h2 strong { color: #e2261e; text-transform: capitalize; border-top: 5px solid #e2261e; padding: 10px 0 0; }
.section-2 .right-col h2 span { text-transform: uppercase; color: #002989; }
.section-2 .right-col .paragraph { color: #565b65; }
.section-2 .right-col .items { width: 20%; padding-top: 0px; transition: all 3s ease-in-out; }
@keyframes shake-vertical {
    0% { transform: translateY(0); }
    10% { transform: translateY(-13px); }
    20% { transform: translateY(13px); }
    30% { transform: translateY(-13px); }
    40% { transform: translateY(13px); }
    50% { transform: translateY(-13px); }
    60% { transform: translateY(13px); }
    70% { transform: translateY(-13px); }
    80% { transform: translateY(10.4px); }
    90% { transform: translateY(-10.4px); }
    100% { transform: translateY(0); }
}

/*** SECION-2 CSS END
****************************/

/*** SECION-3 CSS START
****************************/

section.section-3 { padding: 270px 0 0; position: relative; }
section.section-3:before { content: ''; background-image: url(../images/squarevector.png); background-size: cover; background-position: center; position: absolute; top: 50px; left: -40px; display: block; width: 289px; height: 272px; animation: wobble-hor-top 3s ease-in-out infinite; }
section.section-3 .nav-tabs { display: flex; justify-content: center; border: 0; padding: 0 0 30px; }
section.section-3 div#myTabContent { padding: 0; }
section.section-3 .nav-tabs li.nav-item .nav-link { border: 1px solid #d8d8d8; margin: 0px 10px; padding: 10px 50px; transition: all ease 1s; border-radius: 5px; color: #000; }
section.section-3 .nav-tabs li.nav-item .nav-link:hover { background-color: #000; color: #fff; }
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active { background-color: #e2261e; color: #fff !important; }
section.section-3 h2.myPheading { width: 35%; text-align: center; margin: 0 auto; margin-bottom: 30px; font-size: 40px; }
section.section-3 h2.myPheading span { text-transform: capitalize; font-family: 'Montserrat', sans-serif; font-weight: 600; }

/*** SECION-3 CSS END
****************************/

/*** project sec start
****************************/

section.project .small-bubble { z-index: 1; }
section.project { padding: 0; background: url(../images/aboutproject.png); background-size: cover; position: relative; background-position: center; min-height: 1200px; display: flex; align-items: center; }
section.project .row { display: flex; align-items: center; }
section.project h3 { font-size: 48px; color: #fff; }
section.project p { color: #fff; padding: 0 0 20px; font-size: 20px; }
section.project .btnbox { display: flex; justify-content: space-around; }
section.project .btnbox span { padding: 0 4px 0 10px; }
section.project .btnbox span img { width: 28px; height: 20px; }
section.project .btnbox a { border-radius: 0; }
section.project .small-bubble.small-bubble-vector1 { top: 25%; left: 52%; }
section.project .small-bubble-vector3 { top: 33%; left: 61%; }
section.project .small-bubble-vector4 { top: 80%; right: 15%; }
section.project .small-bubble.small-bubble-vector5 { top: 41%; right: 16%; max-width: 35px; }
section.project .small-bubble.small-bubble-vector2 { top: 31%; left: 90%; max-width: 17px; }

/*** project sec end
****************************/

/*ABOUT US SECTION*/

.aboutUs .small-bubble.small-bubble-vector1 { top: 5%; left: 10%; max-width: 40px; }
.aboutUs .small-bubble.small-bubble-vector3 { top: 50%; left: 5%; max-width: 30px; }
.aboutUs .small-bubble.small-bubble-vector2 { top: 34%; left: 95%; }
.aboutUs .small-bubble.small-bubble-vector4 { top: 60%; right: 10%; }
.aboutUs { position: relative; background: url(../images/about-bg.jpg); background-position: top center; background-repeat: no-repeat; background-size: cover; padding: 0px 0 100px; z-index: 0; }
.aboutUs .row { display: flex; align-items: center; }

/*.aboutUs:before { content: ""; background: url(../images/about-right.png); display: block; width: 221px; height: 303px; position: absolute; right: 0; top: 5%; }
.aboutUs:after { content: ""; background: url(../images/about-bottom.png); display: block; width: 161px; height: 183px; position: absolute; right: 0; bottom: 0; }*/
.aboutUs .content h3 { color: #000; font-size: 24px; line-height: normal; text-transform: capitalize; margin: 40px 0 0; }
.aboutUs .content h5 { font-size: 45px; line-height: 50px; font-weight: 700; color: #000; margin: 0 0 20px; font-family: revert !important; position: relative; }
.aboutUs .content h5:before { content: ''; position: absolute; background-image: url(../images/quoteIcon.png); left: 14px; height: 97px; width: 98px; top: -66px; }
.aboutUs .content h2 span { color: #ffce00; }
.aboutUs .content a { background: #fff; padding: 15px 60px; color: #000; text-transform: uppercase; font-weight: 600; float: left; border-radius: 2px; }
.aboutUs .content p { margin-bottom: 40px; float: left; }
.aboutUs .content a:hover { background: #ffce00; color: #000; text-decoration: none; }
.logo_section .inner_slider .content { position: absolute; bottom: 0; right: 0; background: #ffce00; padding: 10px; width: 250px; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; display: none; }
.logo_section .inner_slider { position: relative; }
.logo_section .inner_slider .content h3 { color: #000; font-size: 30px; line-height: 35px; font-weight: 700; margin: 0; }
.logo_section .inner_slider .content p { color: #07335d; font-size: 16px; margin: 0 0 5px; font-weight: 400; }
.main-slider.logo_section.slick-slider .slick-list { overflow: hidden; position: relative; margin: 40px 0; }
.main-slider.logo_section.slick-slider:before { content: ""; background: #e2261e; display: block; width: 100%; height: 400px; position: absolute; bottom: -20px; left: 0; }
.main-slider.logo_section.slick-slider:after { content: ""; background: url(../images/squarevector.png); display: block; position: absolute; bottom: -130px; left: -170px; background-repeat: no-repeat; transform: rotateX(180deg); z-index: -2; width: 289px; height: 272px; animation: wobble-hor-top 3s ease-in-out infinite; }
.logo_section .inner_slider img { width: 100%; }
.main-slider.logo_section.slick-slider .slick-list .slick-track { overflow: visible; }
.main-slider.logo_section.slick-slider .slick-list .slick-track .inner_slider { height: auto; }

/*** about CSS END
****************************/

/*** section.barstats  CSS start
****************************/

section.barstats { background: #000000; color: #fff; font-size: 14px; padding: 24px 0; margin-top: -20px; width: 98%; margin: -30px auto; }
section.barstats ul { position: relative; vertical-align: middle; padding: 0; text-align: center; }
section.barstats ul li { display: inline-block; position: relative; padding-left: 70px; vertical-align: middle; margin: 0 25px; line-height: 1.5; }
section.barstats ul li i { position: absolute; left: 0; top: -6px; vertical-align: middle; }
section.pfsec { padding: 80px 0; text-align: center; }
section.pfsec h2 { text-transform: capitalize; text-align: center; font-size: 37px; font-weight: 700; margin: 0 0 20px; color: #190e2e; }
section.pfsec h2+p { color: #6e6e6e; font-size: 14px; width: 78%; margin: 0 auto; text-align: center; margin-bottom: 30px; font-weight: 400; line-height: 23px; }
section.pfsec a.btnpink { display: inline-block; margin: 30px auto 0; border-radius: 100px; border: 1px solid #0a7bb6; display: inline-block; color: #fff; position: relative; font-family: 'Poppins', sans-serif; font-weight: 500; padding: 11px 40px; font-size: 18px; background: #0a7bb6; background: -moz-linear-gradient(left, #0a7bb6 0%, #0a7bb6 100%); background: -webkit-linear-gradient(left, #0a7bb6 0%, #0a7bb6 100%); background: linear-gradient(to right, #0a7bb6 0%, #0a7bb6 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa6d34', endColorstr='#f95e48', GradientType=1); }
section.packages .row.flex { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; align-items: center; justify-content: center; }
section.packages { padding: 50px 0 50px; font-size: 14px; color: #848894; line-height: 23px; position: relative; background-image: url(../images/squarevector.png); background-repeat: no-repeat; background-position: top right; }
section.packages:before { content: ''; background-image: url(../images/c.png); background-size: cover; background-position: center; position: absolute; top: 310px; left: 0; display: block; width: 540px; height: 560px; z-index: -2; animation: shake-vertical 3s ease-in-out infinite; }
section.packages:after { content: ''; background-image: url(../images/s.png); background-size: cover; background-position: center; position: absolute; top: 310px; right: 30px; display: block; width: 470px; height: 560px; z-index: -2; animation: shake-vertical 3s ease-in-out infinite; }
section.packages .myPheading { text-align: center; font-size: 45px; font-weight: 700; margin: 0 0 5px; color: #190e2e; position: relative; width: 60%; margin: 0 auto; line-height: 1.2; margin-bottom: 20px; }
section.packages h3 { text-align: center; margin: 10px 0 20px; font-size: 21px; color: #636363; font-weight: 400; }
section.packages .titlebox { color: #fff; background: #252222; padding: 12px 20px 45px; border-radius: 14px; position: relative; top: -10px; }
section.packages .titlebox:before { content: '20% more OFF on Next Order '; position: absolute; top: -43px; left: 70px; color: #fff; background: #ff0c00; padding: 10px 20px; clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%); }
section.packages .titlebox h4 { color: #fff; display: block; margin: 5px 0 6px; font-size: 18px; font-weight: 600; text-align: left; font-family: 'Montserrat', sans-serif !important; }
section.packages .titlebox h4 span { color: #ffcf02; }
section.packages .titlebox h4+p { width: auto; text-align: left; margin-left: 20px;/* float: right; */ margin: inherit; color: #fff; font-size: 12px; line-height: 16px; }
section.packages h2:before { content: ""; position: absolute; bottom: 6px; left: 48%; width: 128px; height: 7px; background: #fec84a; margin-left: -59px; z-index: -1; display: none; }
section.packages h2 a.grad-btn { color: #fff; }
section.packages a.grad-btn { display: inline-block; margin: 10px 0 0; border-radius: 100px; border: 1px solid #fa6d34; margin-right: 0px; display: inline-block; color: #fff; position: relative; font-family: 'Poppins', sans-serif; font-weight: 500; padding: 9px 33px; font-size: 15px; background: #fa6d34; background: -moz-linear-gradient(left, #fa6d34 0%, #fa6d34 100%); background: -webkit-linear-gradient(left, #fa6d34 0%, #fa6d34 100%); background: linear-gradient(to right, #fa6d34 0%, #fa6d34 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa6d34', endColorstr='#f95e48', GradientType=1); }
section.packages p { color: #6e6e6e; font-size: 15px; width: 79%; margin: 0 auto; text-align: center; margin-bottom: 10px; font-weight: 400; line-height: 23px; margin-bottom: 60px; }
section.packages a.border-btn { font-weight: 600; padding: 6px 30px; background: linear-gradient(to right, #ef4e28 0%, #ec6d28 21%, #f7a358 74%, #f7c158 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; border: 3px solid transparent; border-image: linear-gradient(to right, #ef4e28 0%, #ec6d28 21%, #f7a358 74%, #f7c158 100%); border-image-slice: 5; text-transform: uppercase; }
section.packages .col-md-4 { margin: 60px 15px 20px; float: none; display: inline-block; width: 32%; padding: 0; background: #e9e9e9; border-radius: 15px; max-width: 28%; flex: 0 0 30%; }
section.packages [class^="col-md-4"]>div.pkgbox { padding: 20px 20px 0; border: 2px solid #d8dfe6; border-radius: 14px; box-sizing: border-box; text-align: left; width: 96%; background: #fff; -webkit-transition: all .2s ease-in; -moz-transition: all .2s ease-in; -o-transition: all .2s ease-in; -ms-transition: all .2s ease-in; transition: all .2s ease-in; float: right; position: relative;/* top: -30px; */ margin-top: -40px; margin-bottom: 10px; padding-bottom: 20px; border-left: 0; }
section.packages [class^="col-md-4"]>div.pkgbox h2 { font-size: 18px; font-weight: 600; margin-bottom: 14px; text-align: center; border-bottom: #ccc 1px dotted; padding-bottom: 11px; }
section.packages [class^="col-md-4"]>div.pkgbox i { position: absolute; right: 0; top: -18px; width: 100%; left: 0; }
section.packages [class^="col-md-4"]>div.pkgbox .pricebox { position: relative; text-align: left; margin-bottom: 10px; }
section.packages [class^="col-md-4"]>div.pkgbox .pricebox sup { font-size: 25px; font-weight: 600; position: relative; color: #e2261e; top: -10px; }
section.packages [class^="col-md-4"]>div.pkgbox .pricebox h3 { display: inline-block; font-size: 36px; margin: 0 0 15px; font-weight: 700; color: #e2261e; padding-right: 10px; font-family: 'Montserrat', sans-serif !important; }
section.packages [class^="col-md-4"]>div.pkgbox .pricebox strike { font-size: 22px; color: #c3c3c3; position: absolute; font-weight: 600; top: 8px; }
section.packages [class^="col-md-4"]>div.pkgbox .pricebox span { position: absolute; top: 20px; left: 0; font-size: 14px; color: #6c6c6c; font-weight: 700; text-transform: uppercase; }
section.packages [class^="col-md-4"]>div.pkgbox ul li.heading:before { display: none; }
section.packages [class^="col-md-4"]>div.pkgbox ul li.heading h5 { text-transform: uppercase; font-size: 14px; margin: 10px 0; color: #fa6d34; text-align: left; }
section.packages [class^="col-md-4"]>div.pkgbox ul li { font-size: 13px; color: #757575; font-weight: 500; padding-left: 23px; position: relative; margin-bottom: 9px; line-height: 17px; list-style: none; }
section.packages [class^="col-md-4"]>div.pkgbox ul li:before { content: "\f111"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 7px; top: 5px; position: absolute; left: 0; }
section.packages [class^="col-md-4"]>div.pkgbox ul li:before { content: "\f00c"; color: #20d829; font-size: 15px; top: 1px; }
section.packages [class^="col-md-4"]>div.pkgbox ul { margin-bottom: 11px; margin-top: 5px; padding: 0; }
section.packages [class^="col-md-4"]>div.pkgbox p.addontag { font-size: 14px; color: #000000; display: inline-block; margin-bottom: 0px; width: 100%; font-weight: 700;    /* display: none; */ margin: 7px 0; }
section.packages [class^="col-md-4"]>div.pkgbox p.addontag strong { color: #db0000; }
section.packages [class^="col-md-4"]>div.pkgbox a.mr-det { display: block; text-transform: uppercase; color: #000; margin: 10px 0 0px; font-weight: 700; font-size: 11px; letter-spacing: 2px; margin-left: 5px; }
section.packages [class^="col-md-4"]>div.pkgbox h2+p { font-size: 11px; color: #727272; text-align: left; width: 89%; margin: 0 0 9px; }
section.packages [class^="col-md-4"]>div.pkgbox:hover { }
section.packages .style-14::-webkit-scrollbar-track { background-color: #f8f8f8; }
section.packages .style-14::-webkit-scrollbar { width: 3px; background-color: #f8f8f8; }
section.packages .style-14::-webkit-scrollbar-thumb { background-color: #fa6d34; }
section.packages .style-14.scrollbar { margin-left: 0px;/* float: left; */ height: 240px; width: 100%; overflow-y: scroll; margin-bottom: 15px; }
section.packages a.vm-btn { display: inline-block; text-align: center; color: #000000; font-size: 14px; font-weight: 600; margin-left: -20px; width: 100%; position: relative; padding-top: 30px; cursor: context-menu; }
section.packages a.vm-btn:before { content: ""; position: absolute; top: 20px; left: 20px; width: 100%; height: 1px; background: #dddddd; }
section.packages a.chat { display: inline-block; }
section.packages a.chat span { display: block; color: #000000; font-size: 16px; font-weight: 600; line-height: 17px; padding-left: 20px; color: #e2261e; }
section.packages a.chat span small { display: block; font-size: 12px; color: #08102b; font-weight: 600; }
section.packages .demo { display: flex; align-items: center; justify-content: space-evenly; }
section.packages .demo a.chat:before { display: none; }
section.packages .demo a.chat:after { display: none; }
section.packages a.number.animated-button.victoria-yellow { border-radius: 0; background: transparent; color: #000; }
section.packages .demo a:before { content: ''; position: absolute; top: 0; left: -3px; width: 50px; height: 100%; background: #e2261e; z-index: 2; clip-path: polygon(80% 100%, 0 100%, 0 0); border-radius: 0; }
section.packages .demo a:after { content: ''; position: absolute; top: -1px; right: -38px; width: 50px; height: 50px; background: #e2261e; z-index: 2; clip-path: polygon(100% 0, 100% 100%, 20% 0); border-radius: 0; margin: 0 auto; transform: rotate(0deg); }
section.packages .demo a { position: relative; }
section.packages a.animated-button:link:hover:after,
a.animated-button:visited:hover:after { height: 110%; }
section.packages a.animated-button.victoria-yellow:hover,
a.animated-button.victoria-yellow:visited:hover { background: linear-gradient(90deg, #e2261e 0%, #e2261e 100%) !important; color: #fff; }
@keyframes shake-vertical {
    0% { transform: translateY(0); }
    10% { transform: translateY(-13px); }
    20% { transform: translateY(13px); }
    30% { transform: translateY(-13px); }
    40% { transform: translateY(13px); }
    50% { transform: translateY(-13px); }
    60% { transform: translateY(13px); }
    70% { transform: translateY(-13px); }
    80% { transform: translateY(10.4px); }
    90% { transform: translateY(-10.4px); }
    100% { transform: translateY(0); }
}

/*** comboSection  CSS start
****************************/
section.comboSection { padding: 0; background: url(../images/Combo-bg.png); background-size: cover; position: relative; background-position: top; padding: 70px 0; }
section.comboSection .comboPkgs ul { display: flex; justify-content: center; flex-wrap: wrap; position: relative; }
section.comboSection .comboPkgs ul li { flex: 0 0 30%; padding-left: 25px; position: relative; padding: 7px 0 5px 25px; margin-right: 30px; }
section.comboSection .comboPkgs ul .pkgimg { position: absolute; right: -200px; bottom: -260px; }
section.comboSection .comboPkgs ul .pkgimg img { width: 350px; height: 350px; object-fit: cover; }
section.comboSection .comboPkgs { padding: 30px 80px; border: 15px solid #000; border-radius: 15px; border-top: 15px solid #e2261e; }
section.comboSection .comboPkgs ul li:before { content: ''; position: absolute; width: 10px; height: 10px; background: #e2261e; left: 0; top: 15px; }
section.comboSection .comboPkgs ul li a { color: #707070; font-size: 15px; font-weight: 500; }

/* guarenties section  */
.guarenties { /*background-image: url(../images/bottom-banner.png);*/ background-size: 100%; background-position: center; background-repeat: no-repeat; text-align: center; background-size: auto; padding: 150px 0px 50px; position: relative; }
.guarenties img { width: 10%; }
.guarenties .guarenties-main ul { list-style: none; padding: 0px; margin: 0px; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-between; align-items: center; text-align: center; }
.guarenties .guarenties-main ul li { display: inline; }
.guarenties .satisfaction .main a { text-decoration: none; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.satisfaction { margin: 50px 0px 50px; }
.satisfaction img { width: 50%;    /* height: 106px; */ animation: wobble-hor-top 3s ease-in-out infinite; }
.satisfaction .main h6 { margin: 30px 0px 0px; color: #000; line-height: normal; }
.satisfaction .main p { margin: 0; color: #000000; line-height: normal; }
.satisfaction .main {    /* margin-top: 10px; */
width: 300px; height: 250px; padding: 20px; display: flex; border: 2px solid transparent; justify-content: center; align-items: center; position: relative; }
.satisfaction .col-md-3 .main:after { content: ''; position: absolute; width: 1px; background: #000; height: 70%; right: -20px; }
.satisfaction .col-md-3:last-child .main:after { display: none; }
.satisfaction .main:hover { -webkit-animation: rotate 2s linear infinite; border: 2px dashed #ff6300; -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out;    /* margin-top: 10px; */ background: white; }
.satisfaction .main:hover:after { display: none; }
.satisfaction .thumbnail { height: 100px; display: flex; align-items: end; justify-content: center; width: 100%; }

/* all in one package  */
.pack_content .title_section h3 { position: relative; font-size: 45px; margin: 0 0 10px; color: #ffffff; font-weight: 700; text-transform: capitalize; line-height: 45px; }
.price_section .price-cut { font-size: 29px; font-weight: 700; color: #fff; text-decoration: line-through; opacity: 0.8; }
.price_section .limited-time { font-size: 18px; color: #fff; margin: 5px 0; }
.price_section .save-price { font-size: 30px; line-height: 45px; font-weight: 500; color: #fff; margin: 5px 0; }
.price_section .main-price { color: #f2bb2b; font-size: 85px; line-height: 85px; font-weight: 600; }
.price_section .gl-btn { display: inline-block; margin: 0 15px; }
.price_section .gl-btn2 { display: inline-block; margin: 0 15px; }
.pack_content .price_section .row { margin: 0 0 20px; }
.price_section .gl-btn a { padding: 20px 45px; }

/*** comboSection  CSS END
****************************/

/*** section.barstats  CSS END
****************************/

/*** SECION-5 CSS START
****************************/

.section-5 { position: relative; padding: 70px 0; }
.section-5 .section-head { max-width: 680px; margin: 0 auto 50px; }
.section-5 .section-head .sectionHeading span { display: block; }
.packages-card { position: relative; background: #ccc; border-radius: 0px 0px 220px 220px; overflow: hidden; z-index: 1; box-shadow: 0 0px 5px 0 #dedede; padding: 30px 0 0; }
.packages-card:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 90%; background: var(--white-color); z-index: -1; }
.package-price { font-size: 25px; font-weight: 900; color: var(--white-color); background: #e5b319; width: 180px; height: 180px; border-radius: 100%; display: flex; align-items: center; justify-content: center; margin: 0 auto 40px; letter-spacing: -1px; border: 10px solid #edcb62; animation: pulse 2s ease-in-out infinite; transition: all 2s ease-in-out; }
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 #edcb629c; }
    70% { box-shadow: 0 0 0 20px #edcb6240; }
    100% { box-shadow: 0 0 0 25px #edcb6245; }
}
.package-titleBox { text-align: center; }
.packages-title { font-size: 35px; font-weight: 700; color: var(--black-color); text-transform: capitalize; line-height: 1.1; }
.packages-title span { display: block; color: var(--yellow-color); }
.package-titleBox .paragraph { font-weight: 500; max-width: 240px; margin: 15px auto 0; }
.packages-card .listing { margin: 30px 20px 40px; padding: 0 50px; max-height: 180px; overflow-x: hidden; }
.packages-card .listing>li { color: var(--black-color); }
.package-footer { background: linear-gradient(180deg, rgba(229, 179, 25, 1) 6%, rgba(190, 148, 20, 1) 53%, rgba(190, 148, 20, 1) 100%); text-align: center; padding: 35px 0; display: flex; align-items: center; justify-content: center; position: relative; }
.package-footer:before { content: ''; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; width: 5px; height: 100%; background: var(--white-color); }
.package-footer a { font-size: 18px; font-weight: 700; color: var(--white-color); text-transform: capitalize; text-align: center; display: block; max-width: 80px; line-height: 1.1; margin: 0 20px 0; }
.blue-package .packages-title span { color: #2677da; }
.blue-package .package-price { background: #2677da; border-color: #6ba2e6; animation: bluepulse 2s ease-in-out infinite; transition: all 2s ease-in-out; }
.blue-package .package-footer { background: linear-gradient(180deg, rgba(38, 119, 218, 1) 6%, rgba(27, 92, 211, 1) 53%, rgba(39, 84, 161, 1) 100%); }
@keyframes bluepulse {
    0% { box-shadow: 0 0 0 0 #2677da8c; }
    70% { box-shadow: 0 0 0 20px #6ba2e68f; }
    100% { box-shadow: 0 0 0 25px #2677da7a; }
}
.green-package .packages-title span { color: #27d36c; }
.green-package .package-price { background: #27d36c; border-color: #6ce19b; animation: greenpulse 2s ease-in-out infinite; transition: all 2s ease-in-out; }
.green-package .package-footer { background: linear-gradient(180deg, rgba(39, 211, 108, 1) 6%, rgba(33, 196, 99, 1) 53%, rgba(21, 165, 79, 1) 100%); }
@keyframes greenpulse {
    0% { box-shadow: 0 0 0 0 #27d36cad; }
    70% { box-shadow: 0 0 0 20px #6ce19b73; }
    100% { box-shadow: 0 0 0 25px #27d36c6b; }
}
.packages-card .listing::-webkit-scrollbar { width: 5px; }
.packages-card .listing::-webkit-scrollbar-track { box-shadow: inset 0 0 5px #edcb62; border-radius: 10px; }
.packages-card .listing::-webkit-scrollbar-thumb { background: #e5b319; border-radius: 10px; }
.blue-package .listing::-webkit-scrollbar { width: 5px; }
.blue-package .listing::-webkit-scrollbar-track { box-shadow: inset 0 0 5px #6ba2e6; border-radius: 10px; }
.blue-package .listing::-webkit-scrollbar-thumb { background: #2677da; border-radius: 10px; }
.green-package .listing::-webkit-scrollbar { width: 5px; }
.green-package .listing::-webkit-scrollbar-track { box-shadow: inset 0 0 5px #6ce19b; border-radius: 10px; }
.green-package .listing::-webkit-scrollbar-thumb { background: #27d36c; border-radius: 10px; }
.small-bubble { position: absolute; object-fit: cover; object-position: center; width: 100%; z-index: -1; animation: shake-vertical 2s ease-in-out infinite; transition: all 2s ease-in-out; }
.small-bubble.small-bubble-vector1 { top: 10%; left: 45%; max-width: 30px; }
.small-bubble.small-bubble-vector2 { top: 14%; left: 58%; max-width: 20px; animation: shake-vertical 3s ease-in-out infinite; transition: all 3s ease-in-out; }
.small-bubble.small-bubble-vector3 { top: 20%; left: 35%; max-width: 10px; animation: shake-vertical 4s ease-in-out infinite; transition: all 4s ease-in-out; }
.small-bubble.small-bubble-vector4 { top: 18%; right: 34%; max-width: 30px; }
.small-bubble.small-bubble-vector5 { top: 12%; right: 24%; max-width: 20px; animation: shake-vertical 3s ease-in-out infinite; transition: all 3s ease-in-out; }
.small-bubble.small-bubble-vector6 { top: 19%; left: 34%; max-width: 8px; animation: shake-vertical 4s ease-in-out infinite; transition: all 4s ease-in-out; }

/*** SECION-5 CSS END
****************************/

/*** FOOTER CSS START
****************************/

footer { position: relative; padding: 120px 0 0; background: url(../images/footer-bg.jpg) no-repeat; background-size: cover; }
.footer-top { max-width: 650px; margin: 0 auto 50px; }
.footer-top .paragraph { color: #6b727f; }
.footer-title { font-size: 40px; font-weight: 700; color: var(--white-color); text-transform: uppercase; margin-bottom: 30px; }
.footer-link { font-size: 16px; font-weight: 500; color: #6b727f; text-transform: uppercase; transition: all 0.4s ease-in-out; }
.footer-link:hover { color: var(--red-color); }
footer .fCol1-links p { color: #fff; padding-right: 20px; }
.footerForm { text-align: center; }
.footerForm .sec1 input { width: 31%; margin: 0 5px; background-color: transparent; border-bottom: 2px solid #53555b; border-left: 0; border-right: 0; border-top: 0; padding: 20px 0px 30px 15px; color: #fff; }
.footerForm .sec1 input::placeholder { color: #fff; font-size: 14px; text-transform: capitalize !important; }
.footerForm .messg textarea { width: 100%; height: 150px;    /* margin: 0 10px; */ background-color: transparent; border-bottom: 2px solid #53555b; border-left: 0; border-right: 0; border-top: 0; padding: 20px 0px 10px 15px; color: #fff; }
.footerForm .messg textarea::placeholder { color: #fff; font-size: 14px; text-transform: capitalize !important; }
.footerForm .gblbtn.form-button { width: 114px; margin-top: 15px; }
.footerForm .gblbtn.form-button a { padding: 12px 40px; }
.footerForm .gblbtn.form-button a { background: linear-gradient(90deg, #fff 0%, #fff 100%); color: #e2261e; }
.footerForm .gblbtn.form-button a:hover { color: #fff; }
.footerForm .gblbtn::after { position: absolute; right: -34px; }
.footerForm .gblbtn.form-button a.animated-button:link,
a.animated-button:visited { border-radius: 0; border-color: #e2261e; }
.footer-bottomBar { padding: 15px 0; position: relative; border-top: 1px solid #6b727f; text-align: center; margin-top: 40px; }
.footer-bottomBar p { color: #6b727f; font-size: 16px; font-weight: 500; text-transform: uppercase; }
.footer-bottomBar .copyrightsLeft p a { color: #e2261e; transition: all ease 1s; }
.footer-bottomBar .copyrightsLeft p a:hover { color: #fff; transition: all ease 1s; }
.copyrightsLeft { text-align: left; }
.copyrightsRight { text-align: right; }
.copyrightsRight ul { list-style: none; display: inline-flex; }
.copyrightsRight ul li { padding: 10px 10px; margin: 0 0 0 10px; }
.copyrightsRight ul li:first-child { border-right: 1px solid #fff; padding-right: 20px; }
.copyrightsRight ul li a { color: #fff; transition: all ease 1s; }
.copyrightsRight ul li a:hover { color: #e2261e; transition: all ease 1s; }

/*** FOOTER CSS END
****************************/

/*ANIMATION BUTTONS*/

a.animated-button.victoria-yellow:hover,
a.animated-button.victoria-yellow:visited:hover { color: #fff; text-shadow: none; border: 2px solid #e2261e; }
a.animated-button.victoria-yellow { border: 2px solid #000; z-index: 1; background: #000; }
a.animated-button.victoria-yellow:after { -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg); -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg); transform: translateX(-50%) translateY(-50%) rotate(25deg); background: rgb(255, 0, 96); background: -moz-linear-gradient(90deg, rgba(255, 0, 96, 1) 0%, rgba(204, 24, 24, 1) 100%); background: -webkit-linear-gradient(90deg, rgba(255, 0, 96, 1) 0%, rgba(204, 24, 24, 1) 100%); background: #e2261e; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0060", endColorstr="#cc1818", GradientType=1); }
a.animated-button.victoria-red { border: 2px solid #d0171e; z-index: 1; width: 240px; background: rgb(255, 0, 96); background: -moz-linear-gradient(90deg, rgba(255, 0, 96, 1) 0%, rgba(204, 24, 24, 1) 100%); background: -webkit-linear-gradient(90deg, rgba(255, 0, 96, 1) 0%, rgba(204, 24, 24, 1) 100%); background: linear-gradient(90deg, rgb(255 47 125) 0%, rgba(204, 24, 24, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0060", endColorstr="#cc1818", GradientType=1); }
a.animated-button.victoria-red:after { background: #f7ce03; -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg); -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg); transform: translateX(-50%) translateY(-50%) rotate(25deg); }
a.animated-button:link:after,
a.animated-button:visited:after { content: ""; position: absolute; height: 0%; left: 50%; top: 50%; width: 150%; z-index: -1; -webkit-transition: all 0.75s ease 0s; -moz-transition: all 0.75s ease 0s; -o-transition: all 0.75s ease 0s; transition: all 0.75s ease 0s; }
a.animated-button.victoria-red:hover,
a.animated-button.victoria-red:visited:hover { color: #000; text-shadow: none; border-color: #c5a713; }
a.animated-button:link:hover:after,
a.animated-button:visited:hover:after { height: 450%; }
a.animated-button:link,
a.animated-button:visited { position: relative; display: inline-flex; padding: 14px 28px; color: #fff; font-size: 14px;/* border-radius: 50px; */ font-weight: bold; text-align: center; text-decoration: none; text-transform: uppercase; overflow: hidden; letter-spacing: .08em; text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2); -webkit-transition: all 1s ease; -moz-transition: all 1.5s ease; -o-transition: all 1s ease; transition: all 1.5s ease; flex-direction: row;/* justify-content: center; */ }

/*ANIMATION BUTTONS*/

/*treasure section*/

section.treasure h2.sec-heading { text-transform: uppercase; font-size: 35px; font-family: 'georgeTown-Regular', sans-serif; font-weight: 300; margin: 0 0 25px; }
section.treasure { position: relative; z-index: 0; }
.treasure .main { text-align: center; display: flex; align-items: center; flex-direction: column; justify-content: center; margin: 0; }
.treasure .main.text-left { align-items: flex-start; }
section.treasure .row img.treasure-right { float: right; }
section.treasure .row img.treasure-left { float: left; }
.head-row { display: flex; padding: 0; }
.treasure .main .sub-heading { font-size: 16px; color: #282B39; text-transform: uppercase; font-weight: 500; font-family: 'Montserrat'; letter-spacing: 3px; padding: 20px 0; }
.treasure .row { align-items: center; width: 100%; justify-content: center; }
section.treasure p:last-child { margin: 0 0 35px; }

/* contact seciton  */
.contact-sec { background-image: url(../images/contect-sec.jpg); background-position: center; background-size: 100% 100%; background-repeat: no-repeat; padding: 50px 0 50px 0; margin: 0px 0px 0; }
.contact-sec .row { padding: 30px 0px; }
.contact-sec .contact { position: relative; z-index: 1; width: 80%; }
.contact-sec .contact h4 { color: #fff; font-size: 33px; line-height: 1.2; text-transform: uppercase; margin: 0 0 23px; font-weight: 600; font-family: 'Montserrat', sans-serif !important; }
.contact-sec .contact h4 { color: #fff; font-size: 28px; font-weight: 600; line-height: 1.2; text-transform: uppercase; }
.contact-sec .contact h4 span { color: #ee8527; }
.contact-sec .contact h4 strong { font-weight: 600; color: #f4dc0d; }
.contact-sec .phone { position: relative; display: flex; justify-content: flex-start; align-items: center; }
.contact-sec .phone:before { content: " "; background-image: url(../images/phone.png); position: absolute; background-size: cover; width: 454px; height: 531px; background-repeat: no-repeat; bottom: -107px; right: -130px; }
.contact-sec .btn-1 { margin-top: 12px; float: right; }
.contact-sec .btn-1 a { text-decoration: none; padding: 12px 33px; margin: 0px 0px 0px; border-radius: 5px; float: right; background: #ee8527; cursor: pointer; position: relative; display: inline-block; box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%); }
.contact-sec .btn-1 a:hover { color: #fff; font-weight: 600; border-radius: 5px; background-color: #721939; background-image: linear-gradient(315deg, #721939 0%, #ee8527 74%); transition: all 0.3s ease; }
.contact-sec .btn-2 { margin: 27px 18px 0px; float: right; }
.contact-sec .btn-2 I { border-right: 2px solid #fff; padding: 0px 22px 0px 10px; margin: 0px 14px 0px -6px; }
.contact-sec .btn-2 a { text-decoration: none; color: #fff; background: #1e2b3d; padding: 12px 40px; margin-top: -14px; border-radius: 5px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; display: inline-block; box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%); }
.contact-sec .btn-2 a:hover { color: #fff; font-weight: 600; border-radius: 5px; background-color: #ee8527; background-image: linear-gradient(315deg, #ee8527 0%, #721939 74%);    /* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */ transition: all 0.3s ease; }
.contact-sec .gl-btn,
.gl-btn2 { margin: 0 10px; z-index: 2; }
.exContent { position: relative; left: 58px; font-size: 13px; color: #fff; text-transform: capitalize; }
.contact-sec .phone a { color: #fff; font-size: 19px; }
.contact-sec .phone a img { padding: 0 10px; }
.contact-sec .phone .gl-btn a { position: relative; z-index: 2; }
@keyframes wobble-hor-top {
    0% { transform: translateX(0%); transform-origin: 50% 50%; }
    15% { transform: translateX(-30px) rotate(6deg); }
    30% { transform: translateX(15px) rotate(-6deg); }
    45% { transform: translateX(-15px) rotate(3.6deg); }
    60% { transform: translateX(9px) rotate(-2.4deg); }
    75% { transform: translateX(-6px) rotate(1.2deg); }
    100% { transform: translateX(0%); transform-origin: 50% 50%; }
}

/* animation: wobble-hor-top 3s ease-in-out infinite; */
.floating_wrap { position: fixed; right: 0; top: 100px; z-index: 99 }
.floating_wrap .btns_wrap { position: fixed; right: 0 }
.floating_wrap .btns_wrap a:hover { text-decoration: none !important; right: 0 }
.floating_wrap .btns_wrap .call_wrap { width: 275px; position: absolute; right: -217px; background: #040404; top: 55px; border-radius: 30px 0 0 30px; overflow: hidden; box-shadow: 0 0 40px #00000026 !important; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease }
.floating_wrap .btns_wrap .call_wrap span { color: #fff; font-size: 15px; vertical-align: middle; padding: 15px 20px 15px 15px; border-color: #621749 }
.floating_wrap .btns_wrap .chat_wrap { display: block; position: absolute; right: -217px; width: 275px; background: #000000; top: 0; overflow: hidden; box-shadow: 0 0 40px #00000026 !important; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; border-radius: 30px 0 0 30px }
.floating_wrap .btns_wrap .chat_wrap:hover { text-decoration: none }
.floating_wrap .btns_wrap .call_wrap:hover { text-decoration: none }
.floating_wrap .btns_wrap .call_wrap span.icoo,
.floating_wrap .btns_wrap .chat_wrap span.icoo { color: #fff; background: #e2261e; font-size: 20px; line-height: 1; padding: 10px 20px; vertical-align: middle; display: inline-block; border-radius: 0 }
.floating_wrap .btns_wrap .chat_wrap span { color: #fff; font-size: 15px; vertical-align: middle; background: #000000; padding: 10px 30px 10px 15px }
.floatbutton.visible .clickbutton { opacity: 1; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s }
.floatbutton { -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; position: fixed; right: -430px; top: 220px; font-size: 0; width: 340px; z-index: 99 }
.floating_wrap { -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; display: none }
.floating_wrap.visible { -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; display: block }
.floatbutton .clickbutton { width: 50px; z-index: 99; opacity: 0; vertical-align: top; height: 0; cursor: pointer; box-shadow: -20px 0 35px #0000001f; border-radius: 50% 0 0 50%; background: #fff; display: inline-block; padding-top: 0 }
.floatbutton.visible { right: -340px }
.floatbutton .clickbutton .crossplus { position: relative; display: block; transform: rotate(0); -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s }
.floatbutton .clickbutton .crossplus.rotate { transform: rotate(-90deg); -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s }
.floatbutton .clickbutton .crossplus p { font-size: 16px; width: 250px; top: -52px; position: relative; margin-top: 65px; background: #fff; height: 55px; background: #e2261e; padding-top: 15px; text-align: right; text-align: center; font-weight: 600; color: #fff; left: -150px; letter-spacing: 2px; text-transform: uppercase; border: none; }
.floatbutton .clickbutton .crossplus { transform: rotate(-90deg) }
.floatbutton.active { right: 0; z-index: 9; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s }
.floatbutton .banner-form { background: #000; padding: 10px 50px 40px 20px; border-radius: 0; opacity: 1; position: relative; top: -8px; }
.form.get_quote .form-fieldBox input { font-size: 13px; padding-left: 2px !important; background: #fff; border-radius: 0; font-weight: 600; color: #000; }
.form.get_quote .form-fieldBox:before { display: none; }
.form.get_quote .form-fieldBox { border-radius: 0; height: 45px; padding: 10px; background: #fff; }
.form.get_quote .form-textarea { height: auto; }
.form.get_quote .form-textarea:after { display: none; }
.form.get_quote .form-fieldBox:after { display: none; }
.form.get_quote .form-textarea textarea { resize: none; font-weight: 600; color: #000; }
.form.get_quote .form-button { display: block; margin: 0 auto; text-align: center; }
.form.get_quote .form-button a { width: 100%; text-align: center; justify-content: center; background: #002d96; font-size: 12px; }
.section-2 a.number.animated-button.victoria-yellow::before { background: #e2261e; }
.section-2 a.number.animated-button.victoria-yellow::before { }
.section-2 .gblbtn:before { background: #e2261e; }