 body {
     background: #fff;
 }

 .nopad {
     padding: 0;
 }

 .pad-left {
     padding-left: 0;
 }

 .pad-right {
     padding-right: 0;
 }

 a:hover,
 a:active {
     text-decoration: none !important;
 }

 * :focus {
     outline: 0 auto -webkit-focus-ring-color !important;
     outline-offset: 0 !important;
     text-decoration: none !important;
 }

 * a:hover {
     text-decoration: none !important;
 }

 a.btnbg {
     background: #eb6420;
     border-radius: 100px !important;
     border: 1px solid #eb6420;
     margin-right: 20px;
 }

 body::-webkit-scrollbar {
     width: 5px;
 }

 body::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 30px #000;
 }

 body::-webkit-scrollbar-thumb {
     background-color: #fec03a;
     outline: 1px solid #fec03a;
 }

 @media (min-width:576px) {
     .container {
         max-width: 540px;
     }
 }

 @media (min-width:768px) {
     .container {
         max-width: 720px;
     }
 }

 @media (min-width:992px) {
     .container {
         max-width: 960px;
     }
 }

 @media (min-width:1200px) {
     .container {
         max-width: 1140px;
     }
 }

 @media (min-width:1440px) {
     .container {
         max-width: 1300px;
     }
 }

 .sponsors .slide-item {
     display: inline-block;
     margin: 0 20px;
 }

 .sponsors {
     text-align: center;
     padding: 30px 0;
     background: #e2bfa3;
 }

 .header {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     width: 90vw;
     margin: auto;
     padding: 30px 0 0;
 }

 .header .menu {
     display: inline-block;
     margin-right: 30px;
     margin-top: 30px;
 }

 .header .menu ul {
     padding: 0;
     margin: 0;
 }

 .header .menu ul li {
     list-style: none;
     display: inline-block;
     padding: 0 7px 8px;
     position: relative;
 }

 .header .menu ul li a {
     color: #fff;
     font-size: 13px;
     text-transform: uppercase;
     font-weight: 500;
     letter-spacing: .5px;
 }

 .header .menu ul li ul.dropdowm {
     position: absolute;
     left: 0;
     background: #741a47;
     top: 30px;
     width: 220px;
     padding: 0 20px;
     z-index: 9;
     height: 0;
     overflow: hidden;
     transition: all ease .5s;
     text-align: left;
 }

 .header .menu ul li.has-sub>a {
     padding-right: 10px;
 }

 img.bannerImage {
     margin-top: 40px;
 }

 .header .menu ul li.has-sub>a:after {
     position: absolute;
     top: 6px;
     right: 4px;
     width: auto;
     height: auto;
     display: block;
     content: "\f107";
     font: normal normal normal 14px/1 FontAwesome;
     font-size: inherit;
     text-rendering: auto;
     -webkit-font-smoothing: antialiased;
     transition: all ease .5s;
 }

 .header .menu ul li.has-sub:hover>a:after {
     transform: rotate(180deg);
     transition: all ease .5s;
 }

 .header .menu ul li ul.dropdowm::before {
     border-color: transparent transparent #741a47;
     border-style: solid;
     border-width: 10px;
     content: "";
     left: 20px;
     position: absolute;
     top: -17px;
 }

 .header .menu ul li:hover ul.dropdowm {
     height: 140px;
     transition: all ease .5s;
 }

 .header .menu ul.dropdowm li {
     display: block;
     margin: 7px 0;
     padding: 0;
 }

 .header .menu ul.dropdowm li a {
     color: #fff !important;
     text-decoration: none;
     padding: 0;
     border-bottom: 0;
     font-size: 13px;
 }

 .header .top-btn {
     display: inline-block;
 }

 .header .top-btn a.yl {
     color: #000;
     font-size: 14px;
     font-weight: 600;
     background: #fbfe07;
     border: 1px solid #fbfe07;
     padding: 9px 15px;
     display: inline-block;
     text-transform: uppercase;
     width: 160px;
     text-align: center;
     margin-right: 10px;
     transition: all ease-out .6s;
 }

 .header .top-btn a.yl:hover {
     background: #741a47;
     border-color: #741a47;
     transition: all ease-out .6s;
     color: #fff;
 }

 .header .top-btn a.wt {
     color: #fff;
     font-size: 14px;
     font-weight: 600;
     background: #741946;
     border: 1px solid #fff;
     padding: 9px 15px;
     display: inline-block;
     text-transform: uppercase;
     text-align: center;
     width: 160px;
     transition: all ease-out .6s;
 }

 .header .top-btn a.wt:hover {
     background: #2c3346;
     border: 1px solid #2c3346;
     transition: all ease-out .6s;
     color: #fff;
 }

 .header .blink {
     display: inline-block;
     margin-right: 20px;
 }

 .header .blink ul {
     padding: 0;
     margin: 0;
 }

 .header .blink ul li {
     list-style: none;
     display: inline-block;
     padding: 0 12px;
     position: relative;
 }

 .header .blink ul li:last-child:before {
     content: "";
     display: inline-block;
     width: 5px;
     position: absolute;
     height: 5px;
     top: 10px;
     border-radius: 50%;
     background-color: #fa130d;
     left: -3px;
 }

 .header .blink ul li a {
     color: #fff;
     font-weight: 600;
     font-size: 14px;
     text-transform: capitalize;
 }

 .header .blink ul li a i {
     padding-right: 5px;
 }

 .blinker-red {
     animation: blinker 1s step-start infinite;
     animation: blinker 1s step-start infinite;
 }

 @keyframes blinker {
     50% {
         color: #2c3346;
     }
 }

 .float-btn {
     -webkit-transition: .4s;
     -moz-transition: .4s;
     -o-transition: .4s;
     transition: .4s;
     position: fixed;
     right: -370px;
     top: 18%;
     font-size: 0;
     width: 420px;
     z-index: 999;
 }

 .float-btn .tphov {
     position: fixed;
     right: -9px;
 }

 .float-btn a.hovfunc {
     display: block;
     background: #fff;
     height: 50px;
     position: absolute;
     right: -171px;
     width: 230px;
     top: 55px;
     overflow: hidden;
     -webkit-transition: .4s;
     -moz-transition: .4s;
     -o-transition: .4s;
     transition: .4s;
     box-shadow: 0 0 10px #00000026 !important;
 }

 .float-btn a.hovfunc:first-child {
     top: 0;
 }

 .float-btn a.hovfunc:hover {
     right: 0;
     -webkit-transition: .4s;
     -moz-transition: .4s;
     -o-transition: .4s;
     transition: .4s;
 }

 .float-btn a.hovfunc img {
     padding: 15px 20px 20px 18px;
     border-right: 1px solid #ded9d9;
     vertical-align: middle;
     display: inline-block;
 }

 .float-btn a.hovfunc span {
     color: #fff;
     font-size: 20px;
     vertical-align: middle;
     padding: 15px 0 15px 15px;
     color: #741a47;
     font-size: 16px;
     font-weight: 600;
 }

 .float-btn .clickfunc {
     position: relative;
     background: #fff;
     width: 50px;
     height: 220px;
     margin-top: 110px;
     cursor: pointer;
     box-shadow: 0 0 10px #00000026 !important;
 }

 .float-btn .clickfunc a.openform {
     position: absolute;
     display: block;
     transform: rotate(-90deg);
     -webkit-transition: .4s;
     -moz-transition: .4s;
     -o-transition: .4s;
     transition: .4s;
     left: -50px;
     white-space: pre;
     top: 100px;
     color: #fb9d2f;
     z-index: 9999;
     font-size: 16px;
     font-weight: 700;
     text-transform: uppercase;
 }

 .side-form {
     background: #fff;
     padding: 30px;
     position: relative;
     z-index: 99999 !important;
     border-radius: 5px;
     margin: 0;
     width: 370px;
     display: inline-block;
     box-shadow: 0 0 30px #0000001f;
     right: -420px;
     position: fixed;
     top: 18%;
     -webkit-transition: .4s;
     -moz-transition: .4s;
     -o-transition: .4s;
     transition: .4s;
 }

 .side-form.active {
     right: 0;
     -webkit-transition: .4s;
     -moz-transition: .4s;
     -o-transition: .4s;
     transition: .4s;
 }

 .side-form .clickfunc {
     position: absolute;
     background: #741a47;
     width: 50px;
     height: 220px;
     cursor: pointer;
     left: -50px;
     top: 110px;
 }

 .side-form .clickfunc a.closeform {
     position: absolute;
     display: block;
     transform: rotate(-90deg);
     -webkit-transition: .4s;
     -moz-transition: .4s;
     -o-transition: .4s;
     transition: .4s;
     left: -50px;
     white-space: pre;
     top: 100px;
     color: #fff;
     z-index: 9999;
     font-size: 16px;
     font-weight: 500;
     text-transform: uppercase;
 }

 .side-form h3 {
     color: #141315;
     font-size: 24px;
     margin-bottom: 20px;
     font-weight: 700;
 }

 .side-form input,
 .side-form textarea {
     color: #b7b7b7;
     font-size: 14px;
     font-weight: 400;
     font-family: 'Poppins', sans-serif;
     border: 1px solid #b6b6b6;
     width: 100%;
     padding: 10px;
     margin-bottom: 15px;
 }

 .side-form input::-webkit-input-placeholder {
     color: #b7b7b7;
 }

 .side-form input:-ms-input-placeholder {
     color: #b7b7b7;
 }

 .side-form input::placeholder {
     color: #b7b7b7;
 }

 .side-form textarea {
     resize: none;
     height: 120px;
 }

 .side-form textarea::-webkit-input-placeholder {
     color: #b7b7b7;
 }

 .side-form textarea:-ms-input-placeholder {
     color: #b7b7b7;
 }

 .side-form textarea::placeholder {
     color: #b7b7b7;
 }

 .side-form input[type="submit"] {
     margin: 0;
     color: #fff;
     font-size: 14px;
     text-transform: uppercase;
     background: #741a47;
     font-weight: 500;
     border: none;
     cursor: pointer;
 }

 .banner {
     background: #000;
     padding: 140px 0 120px;
     overflow: hidden;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
 }

 .banner .desc {
     padding-top: 70px;
 }

 .banner .desc h3 {
     margin: 0;
     color: #fff;
     font-size: 31px;
     font-weight: 600;
     background: #e57f29;
     text-transform: uppercase;
     padding: 3px 25px;
     display: inline-block;
     letter-spacing: 2px;
 }

 .banner .desc h1 {
     color: #fff;
     font-weight: 700;
     font-size: 64px;
     line-height: 70px;
 }

 .banner .desc h1 span {
     color: #fb9d2f;
 }

 .banner .desc p {
     font-size: 16px;
     color: #fff;
     font-weight: 400;
     line-height: 26px;
     max-width: 60%;
     margin: 10px 0 50px;
     display: block;
 }

 .banner .desc a.yl {
     color: #fff;
     font-size: 14px;
     font-weight: 600;
     background: #fb9d2f;
     border: 1px solid #fb9d2f;
     padding: 9px 15px;
     display: inline-block;
     text-transform: uppercase;
     width: 170px;
     text-align: center;
     margin-right: 10px;
     transition: all ease-out .6s;
 }

 .banner .desc a.yl:hover {
     background: #741b47;
     border-color: #741b47;
     transition: all ease-out .6s;
     color: #fff;
 }

 .banner .desc a.wt {
     color: #fff;
     font-size: 14px;
     font-weight: 600;
     background: #741b47;
     border: 1px solid #fff;
     padding: 9px 15px;
     display: inline-block;
     text-transform: uppercase;
     text-align: center;
     width: 170px;
     transition: all ease-out .6s;
 }

 .banner .desc a.wt:hover {
     background: #fb9d2f;
     border: 1px solid #fb9d2f;
     transition: all ease-out .6s;
     color: #fff;
 }

 .banner .desc img.rev {
     margin-top: 70px;
 }

 .banner-form {
     position: relative;
     width: 92%;
     float: left;
 }

 .banner-form:before {
     position: absolute;
     top: 30px;
     left: 40px;
     width: 96%;
     height: 467px;
     background: #fb8b2d;
     border-radius: 15px;
     z-index: 0;
     content: ""
 }

 .banner-form {
     position: relative;
     width: 92%;
     float: left;
 }

 .banner-form form {
     width: 92%;
     background: #fff;
     color: #000;
     position: relative;
     box-shadow: #0000003b 0 11px 92px;
     float: right;
     border-radius: 15px;
     z-index: 4;
     margin-top: 43px;
     text-align: left;
     padding: 20px;
 }

 .banner-form form:before {
     content: "LIMITED TIME OFFER";
     background: #fb9d2f;
     padding: 5px 20px;
     font-size: 12px;
     color: #fff;
     transform: rotate(-90deg);
     position: absolute;
     left: -110px;
     top: 110px;
     letter-spacing: 2px;
 }

 section.banner h3 {
     font-size: 25px;
     letter-spacing: 1px;
     margin: 0 0 15px;
     line-height: 41px;
     font-weight: 600;
     font-family: 'Poppins', sans-serif !important;
 }

 section.banner h3 i {
     font-style: normal;
 }

 section.banner h3 strong {
     display: block;
 }

 section.banner h3 span {
     display: block;
     font-size: 40px;
     font-weight: 700;
     letter-spacing: -1px;
     text-transform: uppercase;
 }

 .banner-form select,
 .banner-form input {
     width: 97%;
     padding: 7px 17px;
     margin-bottom: 10px;
     outline: none;
     background: #f4f4f4;
     font-size: 12px;
     color: #464646;
     font-weight: 500;
     font-family: 'Poppins', sans-serif;
     height: 43px;
     border-radius: 10px;
     box-shadow: none;
     border: 1px solid #ebe5e5;
     color: #a79e9e;
 }

 .banner-form textarea {
     min-height: 80px;
     width: 100%;
     padding: 10px 17px;
     margin-bottom: 10px;
     outline: none;
     font-size: 13px;
     line-height: normal;
     color: #000;
     font-weight: 500;
     border-radius: 10px;
     border: 1px solid #ebe5e5;
     font-family: 'Poppins', sans-serif;
     background: #f4f4f4;
 }

 .banner-form input[type="submit"] {
     border: none;
     box-shadow: none;
     padding: 10px 40px;
     border-radius: 5px;
     text-transform: capitalize;
     font-weight: 700;
     outline: none;
     letter-spacing: 1px;
     font-size: 14px;
     width: auto;
     margin: 0 auto !important;
     display: block !important;
     color: #fff;
     font-weight: 500;
     background: #741b47;
     border-radius: 100px;
     float: left;
     cursor: pointer;
 }

 .banner-form input::placeholder {
     color: #a79e9e;
 }

 .banner-form textarea::placeholder {
     color: #a79e9e;
 }

 .sec-2 {
     padding: 50px 0;
     background: #fff;
 }

 .sec-2 .t-logo {
     min-height: 90px;
     display: flex;
     align-items: center;
     text-align: center;
 }

 .sec-2 .t-logo img {
     margin: auto;
     transition: all ease .5s;
     max-width: 180px;
 }

 .sec-testi {
     position: relative;
     background: #fff8f8;
     padding: 60px 0 0;
 }

 .sec-testi .up-desc {
     padding-left: 50px;
     margin-bottom: 80px;
 }

 .sec-testi .up-desc h4 {
     margin: 0;
     color: #000;
     font-size: 26px;
     font-weight: 500;
 }

 .sec-testi .up-desc h3 {
     margin: 0 0 15px;
     color: #741a47;
     font-weight: 700;
     font-size: 36px;
 }

 .sec-testi .up-desc p {
     color: #000;
     font-size: 20px;
     font-weight: 500;
     line-height: 32px;
     margin-bottom: 25px;
 }

 .sec-testi .up-desc p strong {
     display: block;
     font-weight: 700;
     color: #741a47;
     font-size: 24px;
 }

 .sec-testi .up-desc a {
     color: #000;
     font-size: 20px;
     font-weight: 500;
     margin-right: 20px;
     vertical-align: middle;
 }

 .sec-testi .up-desc a:hover {
     color: #741a47;
     transition: all ease 1s;
 }

 .sec-testi .up-desc a img {
     vertical-align: middle;
     padding-left: 5px;
     transition: all ease.5s;
     left: 0;
     position: relative;
 }

 .sec-testi .up-desc a:hover img {
     left: 5px;
     position: relative;
     transition: all ease.5s;
 }

 .sec-testi .box {
     position: relative;
     background: #fff;
     padding: 50px 30px;
     box-shadow: 0 10px 30px .62px rgba(0, 0, 0, .15);
     min-height: 490px;
 }

 .sec-testi .box .coma {
     position: absolute;
     background: #3b2164;
     width: 50px;
     height: 50px;
     color: #fff;
     padding: 13px 0 0;
     top: 0;
     left: 30px;
 }

 .sec-testi .box p {
     color: #3a3a3a;
     line-height: 24px;
     font-size: 15px;
     margin: 30px 0;
 }

 .sec-testi .box h4 {
     margin: 0;
     color: #741a47;
     font-size: 16px;
     font-weight: 600;
 }

 .sec-testi .vect {
     position: absolute;
 }

 .sec-testi .ob-1 {
     top: 50px;
 }

 .sec-testi .ob-1 img {
     width: 100%;
     height: 900px;
 }

 .sec-testi .ob-2 {
     bottom: 300px;
     right: 0;
 }

 .sec-testi .ob-3 {
     right: 0;
     top: 90px;
 }

 .sec-testi .ob-4 {
     top: -20px;
     right: 290px;
     transform: scale(.7);
 }

 .sec-testi .ob-5 {
     bottom: -130px;
 }

 .sec-testi .ob-5 img {
     width: 60%
 }

 .sec-proj {
     padding: 60px 0;
 }

 .sec-proj .up-desc {
     margin-bottom: 60px;
 }

 .sec-proj .up-desc h3 {
     margin: 0 0 15px;
     color: #741a47;
     font-weight: 700;
     font-size: 36px;
 }

 .sec-proj .up-desc p {
     color: #000;
     font-size: 18px;
     font-weight: 500;
     line-height: 26px;
 }

 .sec-proj .up-desc p strong {
     color: #741a47;
 }

 .sec-proj .up-btn {
     margin-top: 60px;
 }

 .sec-proj .up-btn a {
     color: #000;
     font-size: 20px;
     font-weight: 500;
     margin-right: 20px;
     vertical-align: middle;
 }

 .sec-proj .up-btn a:hover {
     color: #741a47;
     transition: all ease 1s;
 }

 .sec-proj .up-btn a:hover img {
     left: 5px;
     position: relative;
     transition: all ease.5s;
 }

 .sec-proj .up-btn a img {
     vertical-align: middle;
     padding-left: 5px;
     left: 0;
     position: relative;
     transition: all ease.5s;
 }

 .sec-proj .main {
     overflow: hidden;
     display: block;
     position: relative;
     box-shadow: 0 10px 61.38px .62px rgba(0, 0, 0, .15);
     margin-bottom: 30px;
 }

 .sec-proj .main .icon {
     position: absolute;
     top: 45%;
     left: 0;
     right: 0;
     margin: auto;
     text-align: center;
     opacity: 0;
     transition: all ease .8s;
 }

 .sec-proj .main:hover .icon {
     opacity: 1;
     transition: all ease .8s;
 }

 .sec-proj .main .icon i {
     font-size: 50px;
     color: #fb9d2f;
 }

 .sec-proj .main img {
     height: 600px;
     width: 100%;
     object-fit: cover;
 }

 .border-box-effect:hover:before,
 .border-box-effect:hover:after {
     -webkit-transform: scale(1);
 }

 .border-box-effect:before,
 .border-box-effect:after {
     width: calc(100% - 40px);
     height: calc(100% - 30px);
     z-index: 3;
     content: '';
     position: absolute;
     top: 15px;
     left: 20px;
     -webkit-transition: .5s;
     -moz-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
     -webkit-transform: scale(0);
     -moz-transform: scale(0);
     -o-transform: scale(0);
     -ms-transform: scale(0);
     transform: scale(0);
     z-index: 1;
     background: #0000001f;
 }

 .border-box-effect:before {
     border-bottom: 3px solid #fb9d2f;
     border-left: 3px solid #fb9d2f;
     -webkit-transform-origin: 0 100%
 }

 .border-box-effect:hover:before,
 .border-box-effect:hover:after {
     -webkit-transform: scale(1);
 }

 .border-box-effect:before,
 .border-box-effect:after {
     width: calc(100% - 40px);
     height: calc(100% - 30px);
     z-index: 3;
     content: '';
     position: absolute;
     top: 15px;
     left: 20px;
     -webkit-transition: .5s;
     -moz-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
     -webkit-transform: scale(0);
     -moz-transform: scale(0);
     -o-transform: scale(0);
     -ms-transform: scale(0);
     transform: scale(0);
     z-index: 1;
 }

 .border-box-effect:after {
     border-top: 3px solid #fb9d2f;
     border-right: 3px solid #fb9d2f;
     -webkit-transform-origin: 100% 0;
 }

 .sec-cta {
     background: #151515;
     padding: 80px 0;
 }

 .sec-cta h2 {
     color: #fff;
     font-size: 34px;
     font-weight: 300;
     margin: 0 0 20px;
 }

 .sec-cta h2 strong {
     font-size: 36px;
     font-weight: 600;
     display: block;
 }

 .sec-cta p {
     color: #fff;
     font-size: 18px;
     font-weight: 400;
     line-height: 26px;
     max-width: 80%;
     margin: 0 auto 30px;
 }

 .sec-cta a {
     color: #fff;
     font-size: 14px;
     font-weight: 500;
     background: transparent;
     border: 1px solid #fff;
     text-transform: uppercase;
     padding: 10px;
     display: inline-block;
     width: 180px;
     margin: 0 5px;
 }

 .sec-cta a.chat {
     color: #741a47;
     font-size: 14px;
     font-weight: 600;
     background: #fff;
     border: 1px solid #fff;
     text-transform: uppercase;
     padding: 10px;
     display: inline-block;
     width: 180px;
 }

 .packages {
     padding: 60px 0;
 }

 .packages .up-desc {
     margin-bottom: 60px;
 }

 .packages .up-desc h3 {
     margin: 0 0 15px;
     color: #741a47;
     font-weight: 700;
     font-size: 36px;
 }

 .packages .up-desc p {
     color: #000;
     font-size: 18px;
     font-weight: 500;
     line-height: 26px;
     width: auto;
     text-align: left;
 }

 .packages .up-desc p strong {
     color: #fb9d2f;
 }

 .packages .up-btn {
     margin-top: 60px;
 }

 .packages .up-btn a {
     color: #000;
     font-size: 20px;
     font-weight: 500;
     margin-right: 20px;
     vertical-align: middle;
 }

 .packages .up-btn a img {
     vertical-align: middle;
     padding-left: 5px;
 }

 .sec-proj .up-btn a:hover {
     color: #741a47;
     transition: all ease 1s;
 }

 .packages .up-btn a:hover img {
     left: 5px;
     position: relative;
     transition: all ease.5s;
 }

 .packages .up-btn a img {
     vertical-align: middle;
     padding-left: 5px;
     left: 0;
     position: relative;
     transition: all ease.5s;
 }

 .titlebox {
     color: #fff;
     background: #2c3346;
     padding: 20px 20px 50px;
     border-radius: 14px;
     position: relative;
     top: -10px;
     background: #2c3346;
 }

 .titlebox h4 {
     display: inline-block;
     width: 52%;
     float: left;
     margin: 0 11px 0 0;
     font-size: 16px;
     font-weight: 600;
     text-align: left;
 }

 section.packages .titlebox h4+p {
     width: auto;
     text-align: left;
     margin: inherit;
     color: #fff;
     font-size: 12px;
     line-height: 16px;
 }

 section.packages {
     position: relative;
 }

 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:hover,
 .package-price-7 a.pkg_btn:hover {
     background: #fb9d2f;
     border-color: #fb9d2f;
 }

 section.packages a.grad-btn {
     display: inline-block;
     margin: 10px 0 0;
     border-radius: 100px;
     border: 1px solid #2c3346;
     margin-right: 0;
     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, #2c3346 0%, #2c3346 100%);
     background: -webkit-linear-gradient(left, #2c3346 0%, #2c3346 100%);
     background: linear-gradient(to right, #2c3346 0%, #2c3346 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: 20px;
 }

 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: 20px 4px;
     float: none;
     display: inline-block;
     width: 32%;
     padding: 0;
     background: #e9e9e9;
     border-radius: 15px;
     max-width: 32%;
     flex: 0 0 32%
 }

 section.packages [class^="col-md-4"]>div.pkgbox {
     padding: 20px 20px 0;
     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;
     margin-top: -40px;
     margin-bottom: 10px;
     padding-bottom: 20px;
 }

 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: 40px;
     font-weight: 600;
     position: relative;
     color: #741a47;
     top: -1px;
 }

 section.packages [class^="col-md-4"]>div.pkgbox .pricebox h3 {
     display: inline-block;
     font-size: 45px;
     margin: 0;
     font-weight: 700;
     color: #741a47;
     padding-right: 10px;
 }

 section.packages [class^="col-md-4"]>div.pkgbox .pricebox strike {
     font-size: 22px;
     color: #000;
     position: absolute;
     right: 10px;
     font-weight: 600;
     top: 8px;
 }

 section.packages [class^="col-md-4"]>div.pkgbox .pricebox span {
     position: absolute;
     top: 16px;
     left: 0;
     font-size: 14px;
     color: #6c6c6c;
     display: none;
     font-weight: 700;
 }

 section.packages [class^="col-md-4"]>div.pkgbox ul li {
     font-size: 13px;
     color: #000;
     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: "";
     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;
     content: \f00c;
     color: #741a47;
     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: #000;
     display: inline-block;
     width: 100%;
     font-weight: 700;
     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 0;
     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;
 }

 .package-contant ul li i {
     color: #fff;
     font-size: 12px;
     margin-right: 8px;
 }

 .exclusive-sec-2 {
     background: #2c3346;
     background-position: center;
     background-size: cover;
     padding: 40px 0;
 }

 .package-7 {
     margin: 60px 0 0;
 }

 .package-contant ul li {
     color: #fff;
     padding: 8px 0;
     font-size: 13px;
 }

 .package-price-7 {
     text-align: center;
     background: #fff;
     border-radius: 5px;
     box-shadow: 0 0 5px 5px #cecece;
     width: 100%;
     padding: 31px 0;
 }

 .package-price-7 h2 {
     color: #741a47;
     font-size: 39px;
     font-weight: 700;
 }

 .package-price-7 h6 {
     font-size: 14px;
     color: #5f5f5f;
     font-weight: 600;
 }

 .package-price-7 h1 {
     font-size: 51px;
     color: #741a47;
 }

 .package-price-7 p {
     color: #5f5f5f;
     font-size: 15px;
 }

 .package-contant-7 {
     display: flex;
     justify-content: center;
     margin: 28px 0 30px;
 }

 .package-sec-7 {
     padding: 0 27px;
 }

 .package-sec-7 a {
     color: #1e0436;
 }

 .package-sec-7 a span {
     color: #5f5f5f;
 }

 .package-price-7 a.pkg_btn {
     padding: 10px 70px;
     margin: 30px auto 0;
     background: #2c3346;
     border: none;
     border-radius: 25px;
     width: 260px;
     color: #fff;
     cursor: pointer;
 }

 a.pkg_btn:before {
     content: "";
     position: absolute;
     z-index: -1;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: #343a40;
     -webkit-transform: scaleX(0);
     transform: scaleX(0);
     -webkit-transform-origin: 0 50%;
     transform-origin: 0 50%;
     -webkit-transition-property: transform;
     transition-property: transform;
     -webkit-transition-duration: .5s;
     transition-duration: .5s;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
     border-radius: 4px;
 }

 .package-contant ul {
     list-style: none;
 }

 .package-price-7 a.pkg_btn:hover {
     color: #fff;
 }

 .style-14::-webkit-scrollbar-track {
     background-color: #f8f8f8;
 }

 .style-14::-webkit-scrollbar {
     width: 3px;
     background-color: #f8f8f8;
 }

 .style-14::-webkit-scrollbar-thumb {
     background-color: #e9e9e9b3;
 }

 .scrollbar {
     margin-left: 0;
     float: left;
     height: 200px;
     width: 100%;
     overflow-y: scroll;
     margin-bottom: 15px;
 }

 a.vm-btn {
     display: inline-block;
     text-align: center;
     color: #000;
     font-size: 14px;
     font-weight: 600;
     margin-left: -20px;
     width: 100%;
     position: relative;
     padding-top: 30px;
     cursor: context-menu;
 }

 a.vm-btn:before {
     content: "";
     position: absolute;
     top: 20px;
     left: 20px;
     width: 100%;
     height: 1px;
     background: #ddd;
 }

 section.packages a.chat {
     display: inline-block;
     vertical-align: middle;
 }

 section.packages a.chat span {
     display: block;
     color: #000;
     font-size: 16px;
     font-weight: 600;
     line-height: 17px;
     padding-left: 20px;
 }

 section.packages a.chat span small {
     display: block;
     font-size: 10px;
     color: #8a8a8a;
     font-weight: 600;
 }

 section.packages .vect {
     position: absolute;
 }

 section.packages .ob-1 {
     bottom: 60px;
     left: 0;
 }

 section.packages .ob-2 {
     top: 70px;
     left: 0;
 }

 section.packages .ob-3 {
     right: 5%;
     bottom: 30px;
 }

 section.packages .ob-4 {
     top: 60px;
     right: 0;
 }

 section.packages .ob-5 {
     left: 10%;
     top: 40%
 }

 section.packages .tab-content {
     display: none;
     flex-wrap: wrap;
     justify-content: center;
 }

 section.packages #pckge-1 {
     display: flex;
 }

 section.packages ul.package-menu {
     padding: 0;
     margin: 0 0 50px;
     text-align: center;
 }

 section.packages ul.package-menu li {
     list-style: none;
     display: inline-block;
     margin: 0 5px;
 }

 section.packages ul.package-menu li a {
     color: #741a47;
     font-size: 14px;
     text-transform: uppercase;
     font-weight: 600;
     border: 1px solid #741a47;
     background: #fff;
     padding: 8px;
     width: 260px;
     display: block;
     transition: all ease .5s;
 }

 section.packages ul.package-menu li:hover a,
 section.packages ul.package-menu li.current a {
     background: #741a47;
     color: #fff;
     border-color: #741a47;
     transition: all ease .5s;
 }

 .services {
     padding: 80px 0;
     background: #fff7f8;
 }

 .services .up-desc {
     margin-bottom: 60px;
 }

 .services .up-desc h2 {
     margin: 0 0 15px;
     color: #741a47;
     font-weight: 700;
     font-size: 32px;
 }

 .services .up-desc p {
     color: #000;
     font-size: 18px;
     font-weight: 500;
     line-height: 26px;
     max-width: 60%
 }

 .services .up-desc p strong {
     color: #741a47;
 }

 .services .tab-content {
     display: none;
 }

 .services #servtab-1 {
     display: block;
 }

 .services ul.serv-menu {
     padding: 0;
     margin: 0 0 50px;
     text-align: center;
 }

 .services ul.serv-menu li {
     list-style: none;
     display: inline-block;
     margin: 0 3px 15px;
 }

 .services ul.serv-menu li:hover a,
 .services ul.serv-menu li.current a {
     background: #741a47;
     color: #fff;
     border-color: #741a47;
     transition: all ease .5s;
 }

 .services ul.serv-menu li a {
     color: #3b2164;
     font-size: 14px;
     text-transform: uppercase;
     font-weight: 600;
     border: 1px solid #3b2164;
     background: #fff7f8;
     padding: 8px;
     width: auto;
     display: block;
     transition: all ease .5s;
     min-width: 200px;
 }

 .services .lf .inr {
     margin-bottom: 35px;
 }

 .services .lf .inr h4 {
     margin: 10px 0;
     color: #741a47;
     font-size: 24px;
     text-transform: capitalize;
     font-weight: 600;
 }

 .services .lf .inr p {
     color: #000;
     font-size: 16px;
     font-weight: 500;
     line-height: 26px;
 }

 .services .lf .inr ul {
     padding: 0;
     margin: 0;
 }

 .services .lf .inr ul li {
     position: relative;
     list-style: none;
     margin: 6px 0;
 }

 .services .lf .inr ul li::before {
     content: "\2022";
     color: #e20b0b;
     font-weight: 900;
     width: 1em;
     margin-left: -1em;
     position: absolute;
 }

 .services .lf .inr ul li p {
     margin: 0;
 }

 .services .lf a.chat {
     color: #fff;
     font-size: 14px;
     font-weight: 600;
     background: #741a47;
     border: 1px solid #741a47;
     text-transform: uppercase;
     padding: 10px;
     display: inline-block;
     width: 220px;
     text-align: center;
 }

 .services .rt {
     text-align: right;
     margin-top: 50px;
 }

 .services .rt img {
     width: auto;
     max-width: 100%
 }

 .foot-form {
     background: #fff;
     padding: 60px 0;
 }

 .foot-form h2 {
     margin: 0 0 40px;
     color: #741a47;
     font-weight: 700;
     font-size: 36px;
 }

 .foot-form input,
 .foot-form textarea {
     width: 100%;
     color: #222;
     font-size: 16px;
     font-weight: 400;
     border: 1px solid #a0a0a0;
     padding: 10px;
     margin-bottom: 20px;
 }

 .foot-form textarea {
     resize: none;
     height: 200px;
 }

 .foot-form input::-webkit-input-placeholder {
     color: #b7b7b7;
 }

 .foot-form input:-ms-input-placeholder {
     color: #b7b7b7;
 }

 .foot-form input::placeholder {
     color: #b7b7b7;
 }

 .foot-form textarea::-webkit-input-placeholder {
     color: #b7b7b7;
 }

 .foot-form textarea:-ms-input-placeholder {
     color: #b7b7b7;
 }

 .foot-form textarea::placeholder {
     color: #b7b7b7;
 }

 .foot-form input[type="submit"] {
     margin: 0;
     color: #fff;
     font-size: 15px;
     text-transform: uppercase;
     background: #741a47;
     font-weight: 500;
     border: none;
     cursor: pointer;
     width: auto;
     padding: 12px 60px;
     border: none;
 }

 .footer {
     padding: 15px 0;
     background: #000;
     text-align: center;
 }

 .footer p {
     color: #fff;
     font-size: 12px;
     font-weight: 400;
     margin: 0;
 }

 @media screen and (max-width:2200px) and (min-width:1500px) {
     #popup.modal.show .modal-dialog {
         -webkit-transform: translate(0, 20%);
         transform: translate(0, 20%);
     }
 }

 @media (min-width:576px) {
     #popup .modal-dialog {
         max-width: 800px;
         margin: 1.75rem auto;
     }
 }

 #popup .modal-body {
     padding: 0;
 }

 #popup .pic {
     position: relative;
 }

 #popup .pic:after {
     content: '';
     position: absolute;
     background: url(../images/pop-be-3.png) no-repeat;
     width: 150px;
     height: 150px;
     background-size: contain;
     right: -150px;
     bottom: -13px;
 }

 #popup .pic img {
     width: 100%
 }

 #popup .desc {
     height: 535px;
     width: 100%;
     padding: 0 50px;
     position: relative;
 }

 #popup .desc:before {
     content: '';
     position: absolute;
     background: url(../images/pop-be-1.png) no-repeat;
     width: 150px;
     height: 200px;
     background-size: contain;
     right: -1px;
     top: 0;
 }

 #popup .desc:after {
     content: '';
     position: absolute;
     background: url(../images/pop-be-2.png) no-repeat;
     width: 80px;
     height: 130px;
     background-size: contain;
     right: -3px;
     bottom: -12px;
 }

 .d-table-cell {
     display: table-cell !important;
     vertical-align: middle;
 }

 #popup .desc h2 {
     margin: 0 0 40px;
     color: #000;
     font-size: 22px;
     font-weight: 700;
     text-transform: capitalize;
 }

 #popup .desc h2 b {
     color: red;
     font-size: 33px;
 }

 #popup .desc label {
     display: block;
     color: #000;
     font-size: 10px;
     font-weight: 500;
     margin: 0 0 3px 3px;
 }

 #popup .desc input,
 #popup .desc select {
     width: 100%;
     border: 1px solid #ccc;
     border-radius: 30px;
     padding: 6px 10px;
     margin-bottom: 10px;
     font-size: 12px;
     color: #000;
     background: #fff;
 }

 #popup .desc input[type="submit"] {
     background: red;
     color: #fff;
     width: auto;
     padding: 8px 70px;
     margin-top: 10px;
     cursor: pointer;
     font-size: 12px;
 }

 #popup .desc input[type="submit"]:disabled {
     opacity: .6;
 }

 #popup .desc button.close {
     text-shadow: none !important;
     opacity: 1;
     color: #312c2c;
     float: none;
     position: absolute;
     top: 5px;
     right: 5px;
     font-size: 22px;
     font-weight: 500;
     transition: all ease.2s;
 }

 #popup .desc button.close:hover {
     color: red;
     transition: all ease.2s;
 }

 .sidenav {
     height: 100%;
     width: 0;
     position: fixed;
     z-index: 1;
     top: 0;
     left: 0;
     background-color: #111;
     overflow-x: hidden;
     transition: .5s;
     z-index: 99999;
 }

 .sidenav .logo {
     margin: 30px 15px;
 }

 .sidenav .logo img {
     max-width: 150px;
 }

 .sidenav ul {
     padding: 0 15px;
     margin: 0;
 }

 .sidenav ul li {
     list-style: none;
     display: block;
     padding: 10px 0;
     border-bottom: 1px solid #999;
 }

 .sidenav ul li a {
     color: #fff;
     font-size: 13px;
     font-weight: 500;
     font-family: 'Poppins', sans-serif;
     text-transform: capitalize;
 }

 .sidenav ul li ul {
     display: none;
 }

 .sidenav ul li a i {
     font-size: 16px;
     vertical-align: middle;
     float: right;
     margin: 4px 0;
     transition: all ease .5s;
 }

 .sidenav ul li.open a i {
     transition: all ease .5s;
     transform: rotate(180deg);
 }

 .sidenav ul li.open ul {
     display: block;
 }

 .sidenav ul li.open ul li {
     padding: 5px 0;
 }

 .sidenav ul li ul li:last-child {
     border: none;
 }

 .hamburger {
     display: none;
     position: fixed;
     top: 20px;
     left: 20px;
     cursor: pointer;
     color: #fff;
     background: #741a47;
     padding: 0 10px;
     z-index: 999;
     font-size: 24px;
     cursor: pointer;
 }

 .side-close {
     color: #fff;
     position: absolute;
     top: 20px;
     right: 10px;
     font-size: 18px;
     z-index: 999;
     cursor: pointer;
     background: #741a47;
     padding: 2px 10px;
 }

 @media screen and (min-width:10px) and (max-width:1100px) {
     .hamburger {
         display: block;
     }
 }

 .thank {
     background: url(../images/thankyou-ban.jpg) no-repeat;
     height: 550px;
     background-size: cover;
 }

 .thank .desc {
     padding-top: 180px;
 }

 .thank .desc h1 {
     margin: 0;
     color: #fff;
     font-size: 90px;
     font-weight: 700;
     text-transform: uppercase;
 }

 .thank .desc h4 {
     margin: 0 0 12px;
     color: #fff;
     font-weight: 700;
     font-size: 23px;
     text-transform: uppercase;
     letter-spacing: 2px;
     display: block;
     background: #741a47;
     padding: 1px 15px;
 }

 .thank .desc p {
     color: #fff;
     font-size: 18px;
     font-weight: 400;
 }

 .thankyou .sec-testi .ob-5 {
     display: none;
 }

 .loading {
     animation: hintloading 2s ease-in-out 0 infinite reverse;
     -webkit-animation: hintloading 2s ease-in-out 0 infinite reverse;
 }

 @keyframes hintloading {
     0% {
         opacity: .5;
     }
     50% {
         opacity: 1;
     }
     100% {
         opacity: .5;
     }
 }

 @-webkit-keyframes hintloading {
     0% {
         opacity: .5;
     }
     50% {
         opacity: 1;
     }
     100% {
         opacity: .5;
     }
 }

 .callusnow {
     width: 50px;
     height: 50px;
     color: #d33835;
     display: block;
     text-align: center;
     border-radius: 100%;
     font-size: 24px;
     position: fixed;
     bottom: 20px;
     left: 20px;
     z-index: 9999;
     padding: 0;
     line-height: initial;
     box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, .71);
     padding: 9px 0 0;
     animation: scrollDownAnimation .5s ease infinite alternate;
     -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
     background: #fff;
     border: solid 3px #d33835;
 }

 .callusnow:hover {
     color: #741a47;
 }

 @keyframes scrollDownAnimation {
     from {
         transform: translateY(0);
     }
     to {
         transform: translateY(-10px);
     }
 }

 @-webkit-keyframes scrollDownAnimation {
     from {
         transform: translateY(0);
     }
     to {
         transform: translateY(-10px);
     }
 }

 .modal-header {
     background: #741a47;
     color: #fff;
 }

 .owl-theme .owl-nav {
     margin-top: 10px;
     text-align: center;
     -webkit-tap-highlight-color: transparent;
 }

 .owl-theme .owl-nav [class*='owl-'] {
     color: #FFF;
     font-size: 14px;
     margin: 5px;
     padding: 4px 7px;
     background: #D6D6D6;
     display: inline-block;
     cursor: pointer;
     border-radius: 3px;
 }

 .owl-theme .owl-nav [class*='owl-']:hover {
     background: #869791;
     color: #FFF;
     text-decoration: none;
 }

 .owl-theme .owl-nav .disabled {
     opacity: .5;
     cursor: default;
 }

 .owl-theme .owl-nav.disabled+.owl-dots {
     margin-top: 10px;
 }

 .owl-theme .owl-dots {
     text-align: center;
     -webkit-tap-highlight-color: transparent;
 }

 .owl-theme .owl-dots .owl-dot {
     display: inline-block;
     zoom: 1;
     *display: inline;
 }

 .owl-theme .owl-dots .owl-dot span {
     width: 10px;
     height: 10px;
     margin: 5px 7px;
     background: #D6D6D6;
     display: block;
     -webkit-backface-visibility: visible;
     transition: opacity 200ms ease;
     border-radius: 30px;
 }

 .owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span {
     background: #869791;
 }