/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


#secTwo {
    padding: 50px 0px !important;
}
#secTwo i.icon-default-style.fa.fa-phone.accent-color {
    color: #4A7DC2;
    font-size: 61px;
}
#secTwo h4.pxl-item-title {
    color: #ffffff;
    font-size: 20px;
}
#secTwo p {
    color: #FFFFFF99;
    font-size: 16px;
}
#secTwo i.icon-default-style.linecon-icon-mail.accent-color {
    color: #4A7DC2;
    font-size: 61px;
}
#secTwo i.icon-default-style.fa.fa-clock-o.accent-color {
    color: #4A7DC2;
    font-size: 61px;
}
#secTwo .iwithtext .iwt-text {
    padding-left: 80px;
}
#secTwo .iwithtext .iwt-icon {
    position: absolute;
    left: 0;
    top: 20px;
}
#secTwo .vc_col-sm-4.s1-cl {
    border-left: 1px solid;
    color: #FFFFFF80;
    border-right: 1px solid;
    border-width: 0px 1px 0px 1px;
}
#secTwo .vc_col-sm-4.s1-cl .vc_column-inner .wpb_wrapper {
    display: flex;
    justify-content: center;
}
#secTwo .vc_col-sm-4.s1-cl-3 .vc_column-inner .wpb_wrapper {
    display: flex;
    justify-content: center;
}
#secTwo .vc_col-sm-4.s1-cl {
    border-left: 1px solid;
    color: #FFFFFF80;
    border-right: 1px solid;
    border-width: 0px 1px 0px 1px;
    height: 100px;
}
header#top .container {
    padding-left: 55px;
    padding-right: 55px;
}
li.right-cta a {
    background-color: #4a7cd2;
    padding: 10px 20px !important;
    border: 1px solid #4a7cd2;
    opacity: unset !important;
    border-radius: 10px;
}
div#secTwo h4.pxl-item-title {
    margin-bottom: 0px;
}
.vc_col-sm-4.s1-cl-3 .vc_column-inner {
    display: flex;
    justify-content: center;
}
#secTwo {
    padding: 35px 0px !important;
}
.main-icon-text {
    display: flex;
    gap: 40px;
}
.secThreecol-1 .vc_column-inner > .wpb_wrapper {
    display: flex;
    gap: 20px;
}
.secThreecol-1 img.img-with-animation.skip-lazy {
    border-radius: 20px !important;
}
div#secThree h3.vc_custom_heading {
    font-size: 40px;
    line-height: 54px;
    color: #102448;
}
div#secThree h4.vc_custom_heading {
    font-family: 'Inter';
}
div#secThree .vc_col-sm-6:nth-child(2) {
    padding-left: 35px;
}
div#secThree p {
    font-size: 15px;
    color: #93A0AF;
    padding-top: 15px;
    padding-bottom: 0px;
}
.secThreecol-1 .img-with-aniamtion-wrap:nth-child(2) {
    margin-top: 150px;
}
.main-icon-text ul {
    margin-bottom: 0px;
}
.main-icon-text li strong {
    font-size: 15px;
    color: #10244b;
    font-weight: 700;
}
.nectar-fancy-ul ul li { 
    padding-left: 30px;
}
.main-icon-text i.icon-default-style.icon-salient-check.extra-color-1 {
    font-size: 20px;
    font-weight: 800;
}
a.nectar-button.small.regular.extra-color-1.regular-button {
    font-size: 15px;
    padding: 12px 18px;
    font-weight: 700;
    border-radius: 10px !important;
}
div#secFour h3.vc_custom_heading {
    font-size: 48px;
    line-height: 60px;
    padding-bottom: 10px;
}

/* ServicePosttype Css */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}
.service-card {
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  position: relative;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.service-icon img {
  width: 60px;
  height: auto;
  margin-bottom: 1rem;
}
.service-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #001f3f;
}
.service-excerpt {
  font-size: 16px;
  color: #93a0af;
  margin-bottom: 0;
}
.read-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #0056d2;
  font-weight: 500;
  text-decoration: none;
  border: 1.5px solid #dfe6f0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 18px;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}
.read-more-btn .text {
  position: absolute;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.3s ease;
  font-size: 14px;
  color: #0056d2;
  font-weight: 500;
}
.read-more-btn span:first-child {
  transition: all 0.3s ease;
}
.service-card:hover .read-more-btn {
  width: 110px;
  border-radius: 50px;
  background: #f4f7ff;
  border-color: #0056d2;
}
.service-card:hover .read-more-btn span:first-child {
  opacity: 0;
  transform: translateY(-8px);
}
.service-card:hover .read-more-btn .text {
  opacity: 1;
  transform: translateY(0);
}
/* ServicePosttype Css */

div#secFive {
    padding-top: 40px !important;
    padding-bottom: 50px !important;
}
div#secFive  .number.default {
    color: #fff;
    font-size: 40px !important;
	line-height: 30px !important; 
}
div#secFive span.symbol {
    font-size: 40px;
}
.nectar-milestone  .subject {
    color: #ffff;
    font-size: 16px;
}
.vc_col-sm-6.secSixcol-2 .vc_column-inner > .wpb_wrapper {
    display: flex;
}
.vc_col-sm-12.secSix-innnercol-1 .vc_column-inner > .wpb_wrapper {
    display: block !important;
}
.vc_col-sm-6.secSixcol-2 .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
}
.secSix-innnercol-1 .img-with-aniamtion-wrap:nth-child(1) img {
    width: 220px;
    border-radius: 22px !important;   
}
.secSix-innnercol-1 .hover-wrap-inner:nth-child(1) {
    text-align: right !important;
    display: flex;
    justify-content: end;
}
div#secSix img {
    border-radius: 25px !important;
}
.vc_col-sm-12.secSix-innnercol-1 .img-with-aniamtion-wrap:nth-child(1) {
    margin-bottom: 25px;
}
.main-icon-textt {
    display: flex;
}
.main-icon-textt-inner h3 {
    font-size: 18px;
    margin: 0 !important;
    color: #000000;
}
.main-icon-textt p {
    padding: 10px 0px 0px 0px;
    width: 90%;
    font-size: 16px;
	color:#93a0af;
}
div#secSix h3.vc_custom_heading {
    font-size: 48px;
    line-height: 57px;
    padding-bottom: 12px;
}
.secSixtxt p {
    font-size: 16px;
    color: #93a0af;
    line-height: 32px;
}
.main-icon-textt {
    padding-top: 25px;
}
.main-icon-textt-inner h3:nth-child(3) {
    padding-top: 22px;
}
div#secSix h4 {
    font-size: 16px;
    color: #4a7cd2 !important;
    font-weight: bolder;
}
div#secSeven h3.vc_custom_heading {
    font-size: 48px;
    line-height: 60px;
    padding-bottom: 10px;
}
div#secSeven p {
    font-size: 16px;
    color: #93A0af;
    padding-bottom: 30px;
}
.s7-text-block {
    text-align: center;
    background-color: #fff;
    margin-bottom: 0px !important;
    padding: 14px 10px;
    width: 85%;
    border: 1px solid #fff;
    border-radius: 12px;
    margin: 0 auto;
    position: absolute;
    transform: translate(22px, -118px);
}
.vc_col-sm-3.doc-profile {
    position: relative;
}
.s7-text-block p {
    padding-bottom: 0px !important;
}
.s7-text-block h3 {
    margin-bottom: 0px !important;
}
div#secSeven img {
    border-radius: 22px;
}
div#secEight h3.vc_custom_heading {
    font-size: 48px;
    line-height: 60px;
    color: #10244b;
}
a.toggle-heading {
    font-size: 17px !important;
    font-weight: 800 !important;
    color: #35404e;
}
div#testimonialSec h3.vc_custom_heading {
    font-size: 48px;
    line-height: 60px;
    padding-bottom: 20px;
}
.testimonial-txt p {
    font-size: 16px;
    padding-bottom: 20px !important;
    color: #93a0af;
    line-height: 32px;
}
div#secNine h3.vc_custom_heading {
    font-size: 32px;
}
div#secNine p {
    font-size: 14px;
    color: #ffffff99;
}
div#secNine a.nectar-button.small.regular.accent-color.regular-button {
    background-color: transparent !important;
    border: 1px solid #fff;
    font-size: 16px;
    padding: 13px 20px;
    border-radius: 11px !important;
}
div#footer-outer {
    display: none;
}
ul.social-list {
    margin: 0px;
    display: flex;
    gap: 22px;
}
ul.social-list li {
    list-style: none;
}
ul.social-list li a i {
    color: #ffffff99;
    font-size: 22px;
}
ul#menu-company {
    margin: 0px;
}
ul#menu-company li {
    list-style: none;
    color: #fff;
    font-family: 'Inter';
    font-size: 16px;
    line-height: 34px;
}
ul.termsandcondition {
    margin: 0px;
    display: flex;
    justify-content: end;
    gap: 25px;
}
ul.termsandcondition li {
    list-style: none;
}
ul.termsandcondition li a {
    color: #fff;
}


#footerSec i.icon-default-style.linecon-icon-location.accent-color {
    color: #4A7CD4;
    font-size: 30px;
}

#footerSec i.icon-default-style.fa.fa-phone.accent-color {
    color: #4A7CD4;
    font-size: 30px;
}

#footerSec i.icon-default-style.linecon-icon-mail.accent-color {
    color: #4A7CD4;
    font-size: 30px;
}

#footerSec .iwithtext .iwt-text {
    padding-left: 40px;
}
#footerSec .iwt-text h4 {
    font-size: 16px;
    color: #ffffff;
}

#footerSec .iwt-text p {
    font-size: 18px;
    color: #93a0af;
}
#footerSec p {
    color: #93a0af;
    font-size: 16px;
}
ul.social-list li a:hover {
    color: #4A7CD4 !important;
}
.divider-wrap {
    padding-top: 30px;
    padding-bottom: 40px;
}
#serviceModalBody {
    max-height: 60vh;        /* modal ke andar 70% viewport tak height */
    overflow-y: auto;        /* vertical scroll enable */
    padding-right: 10px;     /* scrollbar ke liye thoda space */
    scrollbar-width: thin;   /* Firefox scroll thin style */
    scrollbar-color: #0073aa #f1f1f1; /* Firefox scrollbar color */
}

/* Chrome, Edge, Safari custom scrollbar */
#serviceModalBody::-webkit-scrollbar {
    width: 6px;
}

#serviceModalBody::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

#serviceModalBody::-webkit-scrollbar-thumb {
    background-color: #0073aa;
    border-radius: 3px;
}
/* #secEleven {
    padding: 110px;
} */

#secTen {
    padding: 80px 0px 0px 0px !important;
}

#secTen h2.vc_custom_heading.vc_do_custom_heading {
    font-size: 50px;
    padding-bottom: 20px;
}

#secTwelve {
    padding-top: 100px !important;
}

#secTwelve h2 {
    font-size: 50px;
    line-height: 65px;
    color: #000000;
}

#secTwelve p {
    font-size: 20px;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#copy-ryt-sec strong {
    color: #ffffff;
}
#sec-Policy {
    padding: 50px 0px !important;
}

#sec-Policy p {
    font-size: 22px;
    line-height: 35px;
}
#copy-ryt-sec {
    padding: 30px 0px 20px 0px !important;
}


/* ===== Boujee Bites Contact Form Compact Style ===== */
.wpcf7 form {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  max-width: 600px;
  margin: 0 auto;
}

.wpcf7 label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 input[type="time"],
.wpcf7 textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fafafa;
  transition: all 0.3s ease;
  font-size: 15px;
  margin-bottom: 10px; /* 👈 space kam kiya */
}

/* Hover & Focus */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #ff5e84;
  background: #fff;
  box-shadow: 0 0 5px rgba(255, 94, 132, 0.4);
  outline: none;
}

/* Submit Button */
.wpcf7 input[type="submit"] {
  background-color: #ff5e84;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 5px;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #2AC4EA;
  box-shadow: 0 3px 10px rgba(255, 59, 106, 0.4);
}

/* Placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #999;
  font-style: italic;
}

/* Messages */
.wpcf7-response-output {
  margin-top: 10px;
  border-radius: 8px;
  padding: 10px 15px;
  font-weight: 600;
}
.wpcf7-mail-sent-ok {
  background-color: #e7f9ef;
  border: 1px solid #41c27d;
  color: #2b8559;
}
.wpcf7-validation-errors {
  background-color: #ffeaea;
  border: 1px solid #ff6b6b;
  color: #b80000;
}
#contact-sec {
    padding: 80px 0px !important;
}
.pkg-home {
    padding: 30px;
    border: 2px solid #4c7dd0;
    border-radius: 12px;
    background: #020c5a;
    color: #fff;
	animation: glow 1.5s 
ease-in-out infinite; 
}
.pkg-home p {
    padding-bottom: 6px;
}

.pkg-home h3 {
    color: #ffffff;
}




/* Keyframes */
@keyframes glow {
  0%, 100% { box-shadow: 0 0 0 rgba(2, 12, 90, 0); }
  50% { box-shadow: 0 0 20px #020c5a; }
}

.pkg-home-1 {
    padding: 20px 50px !important;
    border: 2px solid #4c7dd0;
    border-radius: 12px;
    background: #020c5a;
    color: #fff;
    animation: glow 1.5s 
ease-in-out infinite;
}
.pkg-home-1 p {
    padding-bottom: 6px;
}

.pkg-home-1 h3 {
    color: #ffffff;
}
.pkg-home-1 h2 {
    color: #ffffff;
    padding-bottom: 20px;
}
.vc_col-sm-6.contact-clm p {
    padding: 0px;
}
.vc_col-sm-6.contact-clm br {
    display: none;
}
span.wpcf7-spinner {
    position: absolute;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 150px;
}
.pkg-home-1 a {
    color: #fff;
    font-size: 18px;
}
.pkg-home-1 a:hover {
    color: #4c7dd0;
}
#contact-sec i.icon-default-style.fa.fa-phone.accent-color {
    color: #4A7CD4;
    font-size: 30px;
}
#contact-sec i.icon-default-style.linecon-icon-mail.accent-color {
    color: #4A7CD4;
    font-size: 30px;
}
#contact-sec .iwithtext .iwt-text {
    padding-left: 40px;
}
#contact-sec .iwt-text h4 {
    font-size: 16px;
    color: #ffffff;
}
#footerSec .iwt-text h4 a:hover {
    color: #4c7dd0;
}
.pkg-home-1  p {
    padding-bottom: 20px !important;
}
#footerSec .iwithtext .iwt-text a {
    color: #fff;
}
ul#menu-company li a:hover {
    color: #4c7dd0;
}

/* Responsive */
@media (max-width: 1366px){
#secTwo {
    padding: 25px 0px !important;
}
#secTwo i {
    font-size: 40px !important;
}	
div#secTwo h4.pxl-item-title {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 20px;
}
div#secTwo a {
    font-size: 14px;
}	
#secTwo .iwithtext .iwt-icon {
    top: 8px;
}
div#secTwo span {
    font-size: 14px;
}
div#secThree {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
div#secFour h3.vc_custom_heading {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 10px;
}
div#secFour {
    padding-top: 90px !important;
    padding-bottom: 80px !important;
}
.services-grid {
    margin-top: 20px;
}
div#secFive {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
}
div#secFive span {
    font-size: 30px;
}
div#secFive .symbol-wrap span.symbol {
    font-size: 25px;
    padding-left: 4px;
    font-weight: 600;
}
.divider-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
}
div#secSix h3.vc_custom_heading.vc_do_custom_heading {
    font-size: 40px;
    line-height: 48px;
}
div#secSix {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
div#secTen h2.vc_custom_heading.vc_do_custom_heading {
    font-size: 40px;
}
#secTwelve h2 {
    font-size: 40px;
    line-height: 52px;
}
div#secEight h3.vc_custom_heading {
    font-size: 40px;
    line-height: 50px;
}
div#testimonialSec h3.vc_custom_heading {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 10px;
}
div#secEight {
    padding-bottom: 80px !important;
}
div#secNine {
    padding-bottom: 40px !important;
    padding-top: 50px !important;
}
div#footerSec {
    padding-top: 60px !important;
}
#secTwo .iwithtext .iwt-text {
    padding-left: 60px;
}
#secTwo {
    padding: 19px 0px !important;
}
div#secThree h3.vc_custom_heading {
    font-size: 30px;
    line-height: 40px;
}
}

@media (max-width: 1024px){
div#secThree h3.vc_custom_heading {
    font-size: 30px;
    line-height: 40px;
}
div#secThree h3.heading-sm {
    font-size: 20px !important;
    margin-bottom: 0px;
}
div#secFour h3.vc_custom_heading {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 10px;
}
.services-grid {
    margin-top: 0px;
}
div#secFour {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
div#secSix h3.vc_custom_heading.vc_do_custom_heading {
    font-size: 30px;
    line-height: 40px;
}	
.service-excerpt {
    font-size: 12px;
    line-height: 22px;
}
div#secTen h2.vc_custom_heading.vc_do_custom_heading {
    font-size: 30px;
}
#secTwelve h2 {
    font-size: 30px;
    line-height: 40px;
}
#secTwelve p {
    font-size: 15px;
    line-height: 25px;
}
div#secEight h3.vc_custom_heading {
    font-size: 30px;
    line-height: 40px;
}
div#testimonialSec h3.vc_custom_heading {
    font-size: 30px;
    line-height: 40px;
}
div#testimonialSec p {
    font-size: 15px;
    line-height: 26px;
}
div#secNine h3.vc_custom_heading {
    font-size: 25px;
}
}

@media (max-width: 960px){
#secTwo .vc_col-sm-4 {
    width: 33.33%;
    margin-bottom: 0px;
}
div#secThree h3.vc_custom_heading.vc_do_custom_heading.heading-lg {
    font-size: 30px !important;
	line-height: 40px !important;
}	
h3.heading-sm {
    font-size: 20px !important;
    margin-bottom: 0px;
}
div#secThree {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
}
div#secFour h3.vc_custom_heading.vc_do_custom_heading {
    font-size: 30px !important;
}
div#secSix h3.vc_custom_heading.vc_do_custom_heading {
    font-size: 30px !important;
    line-height: 40px !IMPORTANT;
}
div#secEleven .vc_col-sm-6 {
    width: 50%;
}
div#secEleven h2 {
    font-size: 30px !important;
    line-height: 40px;
    padding-bottom: 10px;
}
div#secEight h3.vc_custom_heading.vc_do_custom_heading {
    font-size: 30px !important;
    line-height: 40px !important;
}
div#secEight {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
div#testimonialSec h3.vc_custom_heading {
        font-size: 30px !important;
        line-height: 40px !important;
}
div#secNine h3.vc_custom_heading.vc_do_custom_heading {
    text-align: center !important;
    font-size: 30px !important;
}
div#secNine p {
    text-align: center;
    padding-top: 10px;
}
div#secNine .vc_col-sm-6:nth-child(2) .vc_column-inner {
    text-align: center;
}
div#footerSec .vc_col-sm-4 {
    width: 33.33%;
}
div#copy-ryt-sec .vc_col-sm-6 {
    width: 50%;
}
}

@media (max-width: 800px){
div#secTwo h4.pxl-item-title {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
}
#secTwo .iwithtext .iwt-text {
    padding-left: 40px;
}
#secTwo i {
    font-size: 25px !important;
}
div#secTwo span {
    font-size: 13px;
}
div#secTwo a {
    font-size: 13px;
}
#secTwo {
    padding: 10px 0px !important;
}
#footerSec .iwt-text h4 {
    font-size: 14px;
    color: #ffffff;
}
div#footerSec .iwt-icon i {
    font-size: 20px !important;
}
div#copy-ryt-sec p {
    font-size: 12px !important;
}
div#copy-ryt-sec a {
    font-size: 12px;
}
div#bannerSec .row_col_wrap_12.col.span_12.dark.left {
    padding-top: 0px;
}
}

@media (max-width: 414px){
header#top .container {
    padding-left: 0px;
    padding-right: 0px;
}	
#secTwo .vc_col-sm-4 {
    width: 100%;
    margin-bottom: 0px;
}
#secTwo .vc_col-sm-4.s1-cl {
    border:none;   
    height: unset !important;
}
#secTwo .vc_col-sm-4 .vc_column-inner .wpb_wrapper {
    display: flex;
    justify-content: center;
}
.vc_col-sm-4.s1-cl {
    padding-top: 10px;
    padding-bottom: 10px;
}
div#secThree h3.vc_custom_heading.vc_do_custom_heading.heading-lg {
    font-size: 22px !important;
    line-height: 32px !important;
}
div#secFour h3.vc_custom_heading.vc_do_custom_heading {
    font-size: 25px !important;
    line-height: 35px !important;
}
div#secSix h3.vc_custom_heading.vc_do_custom_heading {
    font-size: 25px !important;
    line-height: 35px ! IMPORTANT;
}
.secThreecol-1 .img-with-aniamtion-wrap:nth-child(2) {
    margin-top: 25px;
}
.main-icon-textt-inner h3 {
    font-size: 15px !important;
    margin: 0 !important;
}
.main-icon-textt p {
    width: 90%;
    font-size: 14px;
}
div#secEleven .vc_col-sm-6 {
    width: 100%;
}
div#secEleven h2 {
    font-size: 25px !important;
    line-height: 40px;
    padding-bottom: 10px;
}
#secTwelve h2 {
    font-size: 25px;
    line-height: 30px;
}
div#secEight h3.vc_custom_heading.vc_do_custom_heading {
    font-size: 25px !important;
    line-height: 30px !important;
}
div#secEight a.toggle-heading {
    font-size: 13px !important;
}
div#testimonialSec h3.vc_custom_heading {
    font-size: 25px !important;
    line-height: 35px !important;
}
div#secNine h3.vc_custom_heading.vc_do_custom_heading {
     text-align: center !important;
     font-size: 25px !important;
     line-height: 35px !important;
}
div#footerSec .vc_col-sm-4 {
     width: 100%;
}
div#copy-ryt-sec .vc_col-sm-6 {
     width: 100%;
}
ul.termsandcondition {
    justify-content: center;
}
div#copy-ryt-sec p {
    text-align: center !important;
}
ul.menu li.menu-item a {
    font-size: 14px !important;
}
sr7-btn.banner-btn {
    font-size: 13px !important;
    border: 1px solid #fff !important;
    padding: 10px !important;
	transform: translateY(-14px) !important;
}
#secTwo {
    padding: 22px 0px 10px !important;
}
}