a {
    text-decoration: none;
    transition: 0.5s ease;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Fustat", sans-serif;
}
p, ul, li, a, button, body  {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
}
header.header .logobrandnumb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header.header .logobrandnumb .logo {
    width: 170px;
}
header.header .logobrandnumb .logo img {
    width: 100%;
}
header.header {
    position: absolute;
    width: 100%;
    left: 0;
    padding-top: 30px;
    z-index: 99;
}
.hero-section {
    align-items: center;
    padding-top: 200px;
    padding-bottom: 253px;
    background-size: cover !important;
    background-position: center !important;
    z-index: 9;
    position: relative;
}
.hero-section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000b2fa3;
    z-index: -1;
}
.hero-section .row {
    align-items: center;
}
.container {
    max-width: 1200px;
}
.hero-section h2 {
    font-size: 70px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}
.hero-section h2 b:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 14px;
    left: 0;
    background: #FFAB1F;
}
.hero-section p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}
.hero-section  ul {
    padding-left: 20px;
    margin-bottom: 40px;
}
.hero-section ul li {
    margin-bottom: 13px;
}
label.chota_fnt {
    text-align: left;
    font-size: 12px;
    margin-bottom: 10px;
}
label.chota_fnt a {
    color: #ffab1f;
    text-decoration: underline;
}
.mainimgstart {
    display: flex;
    align-items: center;
}
.hero-section .mainimgstart p {
    line-height: 1.5;
    font-size: 20px;
}
.hero-section .mainimgstart b::after {
    display: none;
}
.hero-section .mainimgstart h2 {
    margin-left: 10px;
}
.hero-section .mainimgstart img {
    margin-left: -20px;
    margin-top: -39px;
}
.trans-btn .vc_general {
    display: block;
    width: fit-content;
    padding: 15px 44px;
    text-transform: capitalize;
    color: #000;
    text-decoration: none;
    border-radius: 40px;
    background: #FFAB1F;
    border: solid 1px #FFAB1F;
    position: relative;
    z-index: 9;
    overflow: hidden;
    transition: 0.5s;
    font-weight: 600;
    font-size: 16px;
}
.trans-btn .vc_general:after {
    content: "";
    position: absolute;
    background: #007172;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.5s;
    z-index: -1;
}
.trans-btn .vc_general:hover:after {
    width: 100%;
}
h1,h2,h3,h4,h5,h6 {
    line-height: 1;
    font-weight: 900;
}
.form-inner h3 b {
    position: relative;
    z-index: 9;
    color: #FFAB1F;
}
.form-inner {
    padding: 42px 34px;
    border-radius: 45px;
    background: #ffffff;
    width: 100%;
    margin-left: auto;
    text-align: center;
}
.form-inner h3 {
    font-size: 34px;
    color: #000000;
    margin-bottom: 10px;
}
h2 strong {
    font-size: 72px;
    background: -webkit-linear-gradient(#eee, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-section h2 b {
    color: #FFAB1F;
    position: relative;
}
.trans-btn .vc_general:hover {
    color: #fff;
    border: solid 1px #007172;
}
.form-inner .form-control {
    height: 48px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #707070;
    padding: 11px 20px;
    box-shadow: none;
    border: solid 1px #dbdbdb;
    border-radius: 26px;
}
.form-inner .form-control::placeholder {
    color: #666666;
}
.form-inner textarea.form-control {
    height: 100px;
    resize: none;
    border-radius: 20px !important;
}
.form-inner .trans-btn .vc_general {
    width: 100%;
    background: #ffab1f;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #000;
    border-radius: 30px !important;
}
.hero-section .form-inner p {
    color: #666666;
}
.form-inner .trans-btn .vc_general:hover {
    color: #fff;
}
section.mainboxesSec {
    margin-top: -109px;
    z-index: 99;
    position: relative;
}
section.mainboxesSec .infobox {
    border-radius: 20px;
    background: #fff;
    padding: 37px 24px;
    box-shadow: 0 0 9px 2px #0000001c;
    transition: 0.5s ease;
    position: relative;
    overflow: hidden;
    z-index: 9;
    text-align: center;
}
section.mainboxesSec .infobox p {
    font-size: 18px;
    margin: 0;
    color: #666666;
}
section.mainboxesSec .infobox h3 {
    font-size: 29px;
    width: 90%;
}
section.mainboxesSec .infobox:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffab1f;
    z-index: -1;
    transition: 0.5s ease;
}
section.mainboxesSec .infobox:hover:after {
    width: 100%;
}
section.mainboxesSec .infobox:hover p {
    color: #000;
}
footer .row {
    align-items: center;
}
footer .footcontent img {
    margin-bottom: 20px;
    width: 200px;
}
footer .footcontent h3 {
    margin-top: 50px;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    font-family: 'Poppins';
    margin-bottom: 20px;
}
footer .footcontent  p.para {
    width: 50%;
    margin: 0;
    font-size: 18px;
    color: #666666;
}
footer .footcontent  p {
    margin-bottom: 10px;
    color: #666666;
    font-size: 18px;
}
footer .footcontent p a {
    color: #000;
    font-size: 18px;
    text-decoration: underline;
}
footer .footcontent p a.phone {
    letter-spacing: 5px;
    text-decoration: none;
}
footer .form-inner {
    background: transparent;
    width: 100%;
    padding: 0;
    box-shadow: 0 0 20px 7px #0000000a;
    padding: 40px;
    border: solid 1px #e5e5e5;
}
footer .form-inner .form-control {
    border: solid 1px #dbdbdb;
    margin-bottom: 20px;
    color: #000;
    border-radius: 30px;
}
footer .form-inner .form-control::placeholder {
    color: #000;
}
footer {
    padding-top: 90px;
    padding-bottom: 60px;
}
footer .form-inner h3 {
    color: #000;
    font-size: 35px;
    text-transform: capitalize;
    letter-spacing: -2px;
    margin-bottom: 20px;
}
footer .form-inner .trans-btn .vc_general {
    color: #000;
    border-radius: 7px;
}
.cpyrght ul {
    padding: 0;
    display: flex;
    list-style: none;
    margin: 0;
    justify-content: flex-end;
}
.cpyrght ul li {
    margin-left: 25px;
}
.cpyrght ul li:first-child {
    margin: 0;
}
.cpyrght ul li a {
    color: #666666;
    font-size: 18px;
}
.cpyrght p {
    margin: 0;
    font-size: 18px;
}
.cpyrght .container {
    padding: 23px 0;
    border-top: solid 1px #b1b1b1;
}
.cpyrght ul li a:hover, footer .footcontent p a:hover {
    color: #ffab1f;
}
.popmain {
    position: fixed;
    top: 0;
    z-index: 999999;
    background: #000000b5;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
}
.popmain .form-inner {
    max-width: 440px;
    position: relative;
    margin: auto;
}
.popmain.opennow {
    display: flex;
}
.popmain .form-inner .close {
    position: absolute;
    right: -30px;
    top: -20px;
    background: #ffab1f;
    color: #000;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 34px;
    font-weight: 800;
    cursor: pointer;
    line-height: 1;
}
body.hideoverflow {
    overflow: hidden;
}
section.thanku-sec {
    height: 89vh;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
section.thanku-sec .trans-btn {
    text-align: -webkit-center;
}
section.thanku-sec  h1 {
    font-size: 60px;
    margin-bottom: 20px;
}
section.thanku-sec  p {
    font-size: 20px;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 29px;
}

/* Responsive */



@media screen and (max-width: 560px){
body, html {
    overflow-x: hidden;
}
.hero-section {
    width: 100%;
    margin: 0;
}
header.header {
    padding-top: 14px;
}
header.header .logobrandnumb .logo {
    width: 120px;
}
header.header .logobrandnumb .logo img {
    width: 100%;
}
.trans-btn .vc_general {
    font-size: 15px;
    padding: 11px 30px;
    min-width: 130px;
    text-align: center;
}
section.hero-section {
    padding-top: 120px;
    padding-bottom: 140px;
    background-size: cover !important;
    background-position: 17% !important;
}
section.hero-section .trans-btn {
    text-align: -webkit-center;
}
.cpyrght ul {
    justify-content: center;
}
.cpyrght p {
    font-size: 16px;
    text-align: center;
}
.cpyrght ul li a {
    font-size: 16px;
}
.cpyrght ul li {
    margin-left: 15px;
}
.cpyrght .container {
    padding: 15px 0;
}
.hero-section h2 b:after {
    bottom: 5px;
}
.hero-section h2 {
    font-size: 35px;
    text-align: center;
}
.hero-section .mainimgstart p {
    font-size: 15px;
}
.hero-section .mainimgstart img {
    margin-left: -10px;
    margin-top: -29px;
    width: 120px;
}
.mainimgstart {
    justify-content: center;
}    
.hero-section p, .hero-section li {
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
}
.hero-section ul li {
    margin-bottom: 4px;
}
.hero-section ul {
    margin-bottom: 20px;
    display: none;
}
.form-inner {
    width: 100%;
    margin-top: 30px;
    padding: 30px 20px;
    border-radius: 25px;
}
.container {
    max-width: 390px;
}
.form-inner h3 {
    width: 100%;
    font-size: 26px;
    margin-bottom: 6px;
}
.form-inner h3 br {
    display: none;
}
.form-inner .form-control {
    height: 45px;
}
.form-inner textarea.form-control {
    height: 120px;
}
.popmain.opennow {
    padding: 0 30px;
}
.popmain .form-inner .close {
    right: 0;
    top: -20px;
    font-size: 23px;
    width: 35px;
    height: 35px;
}
section.mainboxesSec {
    margin-top: -79px;
}
section.mainboxesSec .infobox h3 {
    font-size: 26px;
    line-height: 1.2;
}
section.mainboxesSec .infobox p {
    font-size: 16px;
}
section.mainboxesSec .infobox {
    margin-bottom: 20px;
}
section.packages {
    padding-top: 40px;
    padding-bottom: 40px;
}
section.packages h2 {
    font-size: 35px;
    margin-bottom: 18px;
}
.pricing-price {
    font-size: 33px;
}
.pricing-card {
    padding: 30px 20px;
}
.pricing-card ul li {
    font-size: 14px;
    margin-bottom: 10px;
}
section.portfolioSec {
    border-radius: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    margin: 0 15px;
}
.hero-section:before {
    width: 74px;
    height: 90px;
    left: 0;
    z-index: -1;
    background-size: contain;
}
.start-btn {
    font-size: 15px;
    margin-top: 0;
}
footer .form-inner {
    padding: 30px 20px;
}
footer {
    padding-top: 50px;
    padding-bottom: 40px;
}
footer .footcontent p.para {
    width: 100%;
    font-size: 15px;
}
footer .footcontent h3 {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 20px;
}
footer .footcontent p a {
    font-size: 15px;
}
footer .form-inner h3 {
    font-size: 25px;
}
section.thanku-sec p {
    width: 100%;
    font-size: 16px;
}
section.thanku-sec h1 {
    font-size: 32px;
}
section.thanku-sec {
    padding-top: 60px;
}
}











@media screen and (max-width: 767px) and (min-width: 562px){
body, html {
    overflow-x: hidden;
}
.hero-section {
    width: 100%;
    margin: 0;
}
header.header {
    padding-top: 14px;
}
header.header .logobrandnumb .logo {
    width: 120px;
}
header.header .logobrandnumb .logo img {
    width: 100%;
}
.trans-btn .vc_general {
    font-size: 15px;
    padding: 11px 30px;
    min-width: 130px;
    text-align: center;
}
section.hero-section {
    padding-top: 120px;
    padding-bottom: 140px;
    background-size: cover !important;
    background-position: 17% !important;
}
section.hero-section .trans-btn {
    text-align: -webkit-center;
}
.cpyrght ul {
    justify-content: center;
}
.cpyrght p {
    font-size: 16px;
    text-align: center;
}
.cpyrght ul li a {
    font-size: 16px;
}
.cpyrght ul li {
    margin-left: 15px;
}
.cpyrght .container {
    padding: 15px 0;
}
.hero-section h2 b:after {
    bottom: 5px;
}
.hero-section h2 {
    font-size: 35px;
    text-align: center;
}
.hero-section .mainimgstart p {
    font-size: 15px;
}
.hero-section .mainimgstart img {
    margin-left: -10px;
    margin-top: -29px;
    width: 120px;
}
.mainimgstart {
    justify-content: center;
}    
.hero-section p, .hero-section li {
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
}
.hero-section ul li {
    margin-bottom: 4px;
}
.hero-section ul {
    margin-bottom: 20px;
    display: none;
}
.form-inner {
    width: 100%;
    margin-top: 30px;
    padding: 30px 20px;
    border-radius: 25px;
}
.container {
    max-width: 490px;
}
.form-inner h3 {
    width: 100%;
    font-size: 26px;
    margin-bottom: 6px;
}
.form-inner h3 br {
    display: none;
}
.form-inner .form-control {
    height: 45px;
}
.form-inner textarea.form-control {
    height: 120px;
}
.popmain.opennow {
    padding: 0 30px;
}
.popmain .form-inner .close {
    right: 0;
    top: -20px;
    font-size: 23px;
    width: 35px;
    height: 35px;
}
section.mainboxesSec {
    margin-top: -79px;
}
section.mainboxesSec .infobox h3 {
    font-size: 26px;
    line-height: 1.2;
}
section.mainboxesSec .infobox p {
    font-size: 16px;
}
section.mainboxesSec .infobox {
    margin-bottom: 20px;
}
section.packages {
    padding-top: 40px;
    padding-bottom: 40px;
}
section.packages h2 {
    font-size: 35px;
    margin-bottom: 18px;
}
.pricing-price {
    font-size: 33px;
}
.pricing-card {
    padding: 30px 20px;
}
.pricing-card ul li {
    font-size: 14px;
    margin-bottom: 10px;
}
section.portfolioSec {
    border-radius: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    margin: 0 15px;
}
.hero-section:before {
    width: 74px;
    height: 90px;
    left: 0;
    z-index: -1;
    background-size: contain;
}
.start-btn {
    font-size: 15px;
    margin-top: 0;
}
footer .form-inner {
    padding: 30px 20px;
}
footer {
    padding-top: 50px;
    padding-bottom: 40px;
}
footer .footcontent p.para {
    width: 100%;
    font-size: 15px;
}
footer .footcontent h3 {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 20px;
}
footer .footcontent p a {
    font-size: 15px;
}
footer .form-inner h3 {
    font-size: 25px;
}
section.thanku-sec p {
    width: 100%;
    font-size: 16px;
}
section.thanku-sec h1 {
    font-size: 39px;
}
section.thanku-sec {
    padding-top: 60px;
}
}
















@media screen and (max-width: 991px) and (min-width: 768px){
body, html {
    overflow-x: hidden;
}
.hero-section {
    width: 100%;
    margin: 0;
}
header.header {
    padding-top: 14px;
}
header.header .logobrandnumb .logo {
    width: 120px;
}
header.header .logobrandnumb .logo img {
    width: 100%;
}
.trans-btn .vc_general {
    font-size: 15px;
    padding: 11px 30px;
    min-width: 130px;
    text-align: center;
}
section.hero-section {
    padding-top: 80px;
    padding-bottom: 120px;
    background-size: cover !important;
    background-position: 17% !important;
}
.cpyrght p {
    font-size: 15px;
}
.cpyrght ul li a {
    font-size: 15px;
}
.cpyrght ul li {
    margin-left: 15px;
}
.cpyrght .container {
    padding: 15px 0;
}
.hero-section h2 b:after {
    bottom: 5px;
}
.hero-section h2 {
    font-size: 35px;
}
.hero-section .mainimgstart p {
    font-size: 15px;
}
.hero-section .mainimgstart img {
    margin-left: -10px;
    margin-top: -29px;
    width: 120px;
}  
.hero-section p, .hero-section li {
    font-size: 13px;
    margin-bottom: 15px;
}
.hero-section ul li {
    margin-bottom: 4px;
}
.hero-section ul {
    margin-bottom: 20px;
    display: none;
}
.form-inner {
    width: 100%;
    margin-top: 30px;
    padding: 30px 20px;
    border-radius: 25px;
}
.container {
    max-width: 730px;
}
.form-inner h3 {
    width: 100%;
    font-size: 22px;
    margin-bottom: 6px;
}
.form-inner h3 br {
    display: none;
}
.form-inner .form-control {
    height: 40px;
}
.form-inner textarea.form-control {
    height: 107px;
}
.popmain.opennow {
    padding: 0 30px;
}
.popmain .form-inner .close {
    right: 0;
    top: -20px;
    font-size: 23px;
    width: 35px;
    height: 35px;
}
section.mainboxesSec {
    margin-top: -79px;
}
section.mainboxesSec .infobox h3 {
    font-size: 19px;
    line-height: 1.2;
    width: 100%;
}
section.mainboxesSec .infobox p {
    font-size: 15px;
}
section.mainboxesSec .infobox {
    margin-bottom: 20px;
}
section.packages {
    padding-top: 40px;
    padding-bottom: 40px;
}
section.packages h2 {
    font-size: 35px;
    margin-bottom: 18px;
}
.pricing-price {
    font-size: 33px;
}
.pricing-card {
    padding: 30px 20px;
}
.pricing-card ul li {
    font-size: 14px;
    margin-bottom: 10px;
}
section.portfolioSec {
    border-radius: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    margin: 0 15px;
}
.hero-section:before {
    width: 74px;
    height: 90px;
    left: 0;
    z-index: -1;
    background-size: contain;
}
.start-btn {
    font-size: 15px;
    margin-top: 0;
}
footer .form-inner {
    padding: 30px 20px;
}
footer {
    padding-top: 50px;
    padding-bottom: 40px;
}
footer .footcontent p.para {
    width: 100%;
    font-size: 15px;
}
footer .footcontent h3 {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 20px;
}
footer .footcontent p a, footer .footcontent p {
    font-size: 15px;
}
footer .form-inner h3 {
    font-size: 25px;
}
section.thanku-sec p {
    width: 66%;
    font-size: 16px;
}
section.thanku-sec h1 {
    font-size: 44px;
}
section.thanku-sec {
    padding-top: 60px;
}
}















@media screen and (max-width: 1199px) and (min-width: 992px){
body, html {
    overflow-x: hidden;
}
.hero-section {
    width: 100%;
    margin: 0;
}
header.header {
    padding-top: 14px;
}
header.header .logobrandnumb .logo {
    width: 120px;
}
header.header .logobrandnumb .logo img {
    width: 100%;
}
.trans-btn .vc_general {
    font-size: 17px;
    padding: 11px 30px;
    min-width: 130px;
    text-align: center;
}
section.hero-section {
    padding-top: 80px;
    padding-bottom: 120px;
    background-size: cover !important;
    background-position: 17% !important;
}
.cpyrght ul {
}
.cpyrght p {
    font-size: 17px;
}
.cpyrght ul li a {
    font-size: 17px;
}
.cpyrght ul li {
    margin-left: 15px;
}
.cpyrght .container {
    padding: 15px 0;
}
.hero-section h2 b:after {
    bottom: 5px;
}
.hero-section h2 {
    font-size: 42px;
}
.hero-section .mainimgstart p {
    font-size: 15px;
}
.hero-section .mainimgstart img {
    margin-left: -10px;
    margin-top: -29px;
    width: 120px;
}  
.hero-section p, .hero-section li {
    font-size: 16px;
    margin-bottom: 15px;
}
.hero-section ul li {
    margin-bottom: 4px;
}
.hero-section ul {
    margin-bottom: 20px;
    display: none;
}
.form-inner {
    width: 100%;
    margin-top: 30px;
    padding: 30px 20px;
    border-radius: 25px;
}
.container {
    max-width: 890px;
}
.form-inner h3 {
    width: 100%;
    font-size: 25px;
    margin-bottom: 6px;
}
.form-inner h3 br {
    display: none;
}
.form-inner .form-control {
    height: 45px;
}
.form-inner textarea.form-control {
    height: 107px;
}
.popmain.opennow {
    padding: 0 30px;
}
.popmain .form-inner .close {
    right: 0;
    top: -20px;
    font-size: 23px;
    width: 35px;
    height: 35px;
}
section.mainboxesSec {
    margin-top: -79px;
}
section.mainboxesSec .infobox h3 {
    font-size: 23px;
    line-height: 1.2;
    width: 100%;
}
section.mainboxesSec .infobox p {
    font-size: 17px;
}
section.mainboxesSec .infobox {
    margin-bottom: 20px;
}
section.packages {
    padding-top: 40px;
    padding-bottom: 40px;
}
section.packages h2 {
    font-size: 35px;
    margin-bottom: 18px;
}
.pricing-price {
    font-size: 33px;
}
.pricing-card {
    padding: 30px 20px;
}
.pricing-card ul li {
    font-size: 14px;
    margin-bottom: 10px;
}
section.portfolioSec {
    border-radius: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    margin: 0 15px;
}
.hero-section:before {
    width: 74px;
    height: 90px;
    left: 0;
    z-index: -1;
    background-size: contain;
}
.start-btn {
    font-size: 15px;
    margin-top: 0;
}
footer .form-inner {
    padding: 30px 20px;
}
footer {
    padding-top: 50px;
    padding-bottom: 40px;
}
footer .footcontent p.para {
    width: 100%;
    font-size: 17px;
}
footer .footcontent h3 {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 20px;
}
footer .footcontent p a, footer .footcontent p {
    font-size: 17px;
}
footer .form-inner h3 {
    font-size: 29px;
}
section.thanku-sec p {
    width: 57%;
    font-size: 16px;
}
section.thanku-sec h1 {
    font-size: 50px;
}
section.thanku-sec {
    padding-top: 60px;
}
}


@media screen and (min-width: 1200px) and (max-width: 1560px){
.hero-section h2 {
    font-size: 56px;
}
.container {
    max-width: 1200px;
}
.hero-section {
    padding-top: 140px;
    padding-bottom: 180px;
}
.hero-section p {
    font-size: 17px;
}
.hero-section .mainimgstart p {
    font-size: 18px;
}
section.mainboxesSec .infobox h3 {
    font-size: 28px;
}
footer .footcontent p a, footer .footcontent p {
    font-size: 16px;
}
footer .footcontent p.para {
    font-size: 16px;
}
footer .form-inner h3 {
    font-size: 33px;
}
.cpyrght p {
    font-size: 16px;
}
.cpyrght ul li a {
    font-size: 16px;
}
section.mainboxesSec .infobox p {
    font-size: 16px;
}
}