/*
Theme Name: SYDCAP
Theme URI: http://www.totalmarketingaustralia.com.au
Description: This is TMA Wordpress Theme
Version: 1.01
Author: TMA
*/

@import url('style/bootstrap.css');

/**** 
font-family: "Poppins", sans-serif;
font-family: "Questrial", sans-serif;
****/
html {
  scroll-behavior: smooth;
}
body{
    margin: 0;  
    padding: 0;
    font-size: 16px;
    color: #9a9999;
	font-weight:400;
	font-family: "Poppins", sans-serif;
	overflow-x:hidden
}
img{
	border:none;
	outline:none;
	max-width:100%;
	height: auto;
}
.img-left {
	float:left;
	position: relative;
	padding:0 20px 10px 0px;
	max-width:500px;
}
.meet-the-team .img-rite {
    float: right;
    position: relative;
    padding: 0px 0px 10px 10px;
    max-width: 350px;
    background-color: transparent;
    text-align: center;
    margin-left: 10px;
}
.img-rite {
    float: right;
    position: relative;
    margin-left: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
	width: 500px;
}
.clear{
	width:0;
	padding:0;
	height:0;
	margin:0;
	clear:both;
}
section.subs-sec {
    
    background-color: #c29c37;
    text-align: center;
}

section.subs-sec h2, section.subs-sec p {
    color: #fff;
}
p {
    margin-bottom: 20px;
	line-height:20px;	
}
.table {
	margin-bottom:20px;
}
a {
	text-decoration: none;
	outline:none;
	color: #c9993c;
}
a:hover, a:focus, a:active{
	color: #c9993c;
	text-decoration:underline;
	transition:color 0.3s linear;
	-webkit-transition:color 0.3s linear;
	-o-transition:color 0.3s linear;
	-moz-transition:color 0.3s linear;
	-ms-transition:color 0.3s linear;
}

hr {
	padding:0px 0 30px;
	margin:15px 0 0;
}
section { 
	padding:50px 0;
}
.inner-sec {
	min-height: 60vh;
	padding: 50px 0;
}
.container-fluid {
	width:100% !important;
	padding: 0px 150px;
}
.container{
	width:100% !important;
	padding: 0px 250px;
}
body.home{
	padding-top:0;
}
h1 {
    font-size: 55px;
    font-weight: 400;
    font-family: "Questrial", sans-serif;
    color: #c69a53;
	margin-bottom:20px
}

h2 {
    font-size: 40px;
    font-weight: 400;
    font-family: "Questrial", sans-serif;
    color: #c69a53;
    margin-bottom: 20px;
}
.single-our-services h2 {
    color: #000;
    padding-top: 30px;
}
h3 {
    font-size: 20px;
    font-weight: 400;
	font-family: "Questrial", sans-serif;
    color: #c69a53;
    margin-bottom: 20px;
}
h5 {
    font-size: 21px;
    letter-spacing: 1.21px;
    font-family: "Questrial", sans-serif;
    color: #c69a53;
    font-weight: 400;
}

a.site-btn {
    background: #c9993c;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
    padding: 15px 35px;
    font-weight: 400;
	display:inline-block;
}
a.site-btn:hover {
    background-color: #020000;
	text-decoration: none;
	color: #c9993c;
	border: 1px solid #c9993c;
}
.intro-btn a.site-btn:hover {
    background-color: #020000;
    text-decoration: none;
    color: #c9993c;
	border: 1px solid #c9993c;
}
header {
	width: 100%;
    padding: 20px 0 !important;
	position:sticky;
	z-index:999;
    background-color: #060606 !important;
}
header.top-header.MenuFixed {
    position: sticky;
    left:0;
    width:100%;
    top: 0;
    box-shadow:0 10px 20px #0000000d;
    z-index: 999;
    background-color: #060606;
    animation: fadeIn 0.3s;
}
.home header.top-header.MenuFixed {
	 position: fixed;
     background-color: transparent;
}
@keyframes fadeIn{
    0%{
        opacity:0;
    }
    100%{
         opacity:1;   
    }
}

.mb-nav {
	display: none;
}
.logo img {
    max-width: 180px;
}
.banner {
    position: relative;
    text-align: center;
}
.banner-text {
    position: absolute;
    left: 50px !important;
    z-index: 9 !important;
    bottom: 0% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50px;
    max-width: 1500px;
    text-align: center;
    margin: 0 auto;
}
.banner-text h1 {
    font-size: 88px;
    color: #fff;
    font-weight: 400;
    font-family: 'Questrial', sans-serif;
    margin-bottom: 50px;
}
.banner-text h1 span.banner-sub-heading {
    font-size: 60px;
    display: block;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 70px;
    font-family: 'Questrial', sans-serif;
}
.banner-text a.site-btn {
    padding: 25px 75px;
}
.welcome-sec {
    background-color: #020000;
	padding: 50px 0px 0px;
}
.welcome-sec h6 {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 2.42px;
    color: #fff;
    font-family: 'Poppins';
    margin-bottom: 20px;
}
.welcome-sec h2 {
    color: #fff;
	margin-bottom: 30px;
}
.welcome-sec p {
    font-size: 18px;
    color: #fff;
}
.services-sec {
    background-color: #020000;
}
.services-sec h2 {
    margin-bottom: 50px;
}
.services-box {
    position: relative;
    text-align: center;
    background-color: #c9993c;
    width: 100%;
    height: 328px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    padding: 70px 30px 80px;
    margin: 0px 0px 30px 0px;
}
.services-box:hover {
    cursor: pointer;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.service-box-heading h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
	font-family: "Poppins", sans-serif;
    margin-bottom: 40px;
}
.testimonial-sec {
    padding: 0px;
	position: relative;
}
img.middle-banner {
    position: relative;
}
img.mobile-middle-banner {
    display: none;
}
.testimonial-text {
    position: absolute;
    transform: translateY(-50%);
    right: 50px;
    max-width: 1920px;
    text-align: center;
    left: 50px !important;
    z-index: 9 !important;
    top: 50% !important;
    margin: 0px auto;
}
.testimonial-text h6 {
    font-size: 20px;
    letter-spacing: 2.21px;
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins';
    margin-bottom: 30px;
    margin-top: 80px;
}
.testimonial-text h2 {
    margin-bottom: 70px;
    color: #fff;
    font-weight: 400 !important;
    line-height: 70px;
    font-size: 55px !important;
    font-family: 'Questrial';
}
.get-in-touch-btn a.site-btn {
    padding: 25px 100px;
}
.affiliation-sec {
    background-color: #020000;
    padding: 60px 0px 0px;
}
.battel-pass-slider {
	position: relative;
}
.battel-pass-slider .item {
    margin: 20px 20px;
}
.owl-dots {
    display: none;
}
.owl-next span {
    color: #fff !important;
    font-size: 150px;
    font-weight: lighter;
    position: absolute;
    right: -30px;
    top: 0px;
}
.owl-prev span {
    color: #fff !important;
    font-size: 150px;
    font-weight: lighter;
    position: absolute;
    left: -30px;
    top: 0px;
}
.footer {
    background-color: #020000;
    padding: 60px 0px;
    color: #fff;
    margin-top: -1px;
}
.footer-logo {
    text-align: center;
}
.footer-right {
    text-align: right;
}
.footer-logo img {
    max-width: 220px;
}
hr {
    padding: 0px 0 0px;
    margin: 50px 0 50px;
    border-top: 1px solid #fff;
}
.footer-left a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-right: 15px;
}
img.location-icon {
    height: 22px;
    margin-right: 10px;
}
p.text-center.footer-bottom {
    margin-top: 50px !important;
	font-size: 15px;
}
.single-our-services .footer {
    padding-top: 0px;
}
.single-our-services .inner-sec {
    padding-bottom: 50px;
}
.single-our-services .footer-logo {
    padding: 30px 0px;
}
/*************** Services inner css ***********/

.services-banner {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.services-banner img {
    width: 100%;
}
.black-bold strong {
    color: #000;
    font-weight: 500;
}
.golden-box {
    position: relative;
    text-align: center;
    background-color: #c9993c;
    width: 100%;
    height: 320px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    padding: 50px 30px 50px;
    margin: 35px 0px 10px 0px !important;
}
.golden-box h3 {
    font-size: 28px !important;
    color: #fff;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 40px;
    height: 100px;
}
.golden-box p {
    font-size: 20px;
    color: #000;
    font-weight: 400;
}
.private-golden-box .golden-box p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.private-golden-box .golden-box {
    padding: 50px 10px 50px;
    margin: 20px 0px 0px 0px !important;
}
.grey-sydcap-sec {
    background-color: #FBFBFB;
}
.grey-sydcap-sec h2 {
    padding-top: 0px;
}

.capital-icon span.black-bg {
    background-color: #000;
    display: inline-flex;
    width: 180px;
    height: 180px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 80px;
    color: #fff;
	text-transform: uppercase;
    margin-bottom: 30px;
}
.box-text h3 {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 40px;
    margin-bottom: 10px !important;
    margin-top: 20px;
}
.box-text {
    margin-bottom: 70px;
}
.mid-banner {
	padding: 0px 0px;
	background-image: url("https://www.sydcap.com.au/wp-content/uploads/2025/01/mid-banner.jpg");
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 560px;
    background-size: cover;
    background-position: center;
}
.mid-banner-text {
    text-align: center;
}
.mid-banner img.mid-banner-img {
    position: relative;
}
.mid-banner h2 {
    color: #fff;
}
.mid-banner h6 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin: 30px 0px;
}
.mid-banner-text p {
    line-height: 30px;
    color: #fff;
    margin-bottom: 60px;
    font-weight: 400;
}
.mid-banner-btn a.site-btn {
    padding: 15px 40px;
    font-size: 18px;
}

.faq-sec {
    background-color: #c69a53;
    padding: 60px 0px;
}
.faq-sec h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

/*************** General inner css ***********/

.inner-banner {
    padding-bottom: 50px;
    margin-top: -1px;
}
p.sub-text {
    font-size: 18px;
    font-weight: 400;
}

/*************** Team css ***********/

.meet-the-team-sec {
    background-color: #c9993c;
}
.team-box {
    text-align: center;
	 -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.team-box:hover, .team-box:focus, .team-box:active {
    -webkit-transform: scale(.9);
    transform: scale(.9);
}
.team-img {
    margin-bottom: 20px;
}
.team-img img {
    filter: grayscale(1);
    border-radius: 50%;
}
.team-box:hover img {filter: grayscale(0);
}
h1 span.designation {
    color: #020000;
    font-size: 23px;
    font-weight: 500;
    font-family: "Questrial", sans-serif;
    margin-bottom: 30px;
    display: block;
}
.team-box-heading h3 {
    color: #020000;
    font-size: 28px;
    font-weight: 500;
	font-family: "Questrial", sans-serif;
	margin-bottom: 3px;
}
.team-box-heading span.designation {
    font-size: 18px;
    color: #fff;
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    display: block;
    margin-top: 5px;
}
.team-box-thumb {
    margin-bottom: 30px;
}

/*************** Contact css ***********/

.form-sec h3{
	font-size:22px;
	text-transform:uppercase;
	margin-bottom: 30px;
}
.page-id-12 .submit-btn, .page-id-88 .submit-btn{
    background: #003582;
	border: 1px solid #003582;
    color: #fff;
    float: unset;
	text-transform:uppercase;
	font-weight:400;
	font-size:20px;
}
.page-id-12 .submit-btn:hover, .page-id-88 .submit-btn:hover{
    border: 1px solid #71B56F;
    background: #71B56F;
}
.page-id-12 .wpcf7-list-item {
    width:100%;
    margin: 0 !important;
	text-align:left;
	vertical-align: text-top;
	font-weight: 500;
	padding:0 15px;
    font-size: 16px;
}
.page-id-12 input[type="checkbox"]{
    width: 20px;
    background: #fff;
    height: 20px;
	margin: 0 auto;
}
.page-id-12 .wpcf7-list-item label{
    margin-bottom: 15px !important;
}
.form-control {
    font-size: 14px;
    border-radius: 0;
    padding: 15px 10px;
	position: relative;
}
.form-group select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    font-size: 14px;
    border-radius: 0;
    padding: 15px 10px;
    width: 100%;
	color: #a4a2a4;
}
span.short {
    position: absolute;
    bottom: 22px;
    font-size: 11px;
    font-weight: 700;
}
select.form-control {
    height: 50px !important;
}

textarea.form-control {
    height: 285px;
}
.post-851 textarea.form-control {
    height: 90px;
}
.wpcf7-form h3 {
    margin-top: 20px;
	margin-bottom:5px;
}
.fill-btn input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #587273;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #587273;
    border-radius: 0px;
    padding: 10px 30px;
	font-family: 'Poppins';
	cursor: pointer;
	outline: 0px;
}
.fill-btn input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background:transparent;
    color: #6fa8a0;
    cursor: pointer;
}
.submit-btn {
	background: #c9993c;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
    padding: 20px 60px;
    font-weight: 400;
}

.submit-btn:hover {  
    background: #000;
    color: #c9993c;
    cursor: pointer;
	border: 1px solid #000;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px !important;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color:#6fa8a0 !important;
}
.form-group span.wpcf7-not-valid-tip {
    font-size: 13px !important;
}
.wpcf7-form-control-signature-wrap{
	width:100% !important;
}
.wpcf7-form-control-signature-wrap canvas{
	height:100% !important;
}
.wpcf7-form-control-clear-wrap {
    margin-top: 15px;
}
.wpcf7-spinner {
    display: block !important;
}
.wpcf7-response-output {
    border-color: transparent !important;
    background-color: #c9993c !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-align: center !important;
    border-radius: 60px !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #c9993c;
    background-color: #c9993c !important;
}
.col-sm-4 img {
    width: 100%;
}

/*************** News css ***********/

.post-img {
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.post-details {
    position: relative;
    min-height: 250px;
    background-color: #f9fbf2;
    margin-bottom: 30px;
    padding: 20px;
}
.post-details p {
    margin-bottom: 40px;
}
.post-nav {
    margin-top: 40px;
	align-items:center;
}
.post-nav a.site-btn {
    background: #c9993c;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
    padding: 20px 60px;
    font-weight: 400;
}
.post-nav a.site-btn:hover {
    border: 1px solid #000;
    background-color: #000;
    text-decoration: none;
    color: #fff;
}
.post-nav a.blue-btn:hover {
    border: 1px solid #000;
    background-color: #000;
    text-decoration: none;
    color: #fff;
}
a.blue-btn {
    background: #c9993c;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
    padding: 20px 60px;
    font-weight: 400;
}
.post-details a.orange-btn {
    margin-top: 10px;
}

/*************** FAQs css ***********/

.faq-sec .collapsed .fa-minus:before {
    content: "\f067" !important;
    color: #fff;
}
.collapsed .fa-minus:before {
    content: "\f067" !important;
}
.jltmaf-rotate { -webkit-transform: rotate( 0deg ) !important; -moz-transform: rotate(0deg) !important; -ms-transform: rotate(0deg) !important; transform: rotate( 0deg ) !important; }

.jltmaf-item.panel-heading {
    background: transparent !important;
    border-color: #fff !important;
    padding: 15px 20px;
}
.faq-sec .panel-default > .panel-heading {
    color: #fff;
    background-color: transparent !important;
    border-color: transparent !important;
    padding: 15px 20px !important;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    border: unset !important;
}
.faq-sec .panel-title {
    margin-top: 0; 
    margin-bottom: 0;
    font-size: 22px !important;
	font-family: 'Questrial', sans-serif !important;
    font-weight: 400 !important;
}
.faq-sec .panel-title a {
    color: #fff !important;
    font-weight: 400 !important;
    font-family: 'Questrial', sans-serif !important;
    text-decoration: unset !important;
    font-size: 28px;
	display: flex;
}
.faq-sec .panel-title span.pull-no-icon.jltmaf-icon {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 300 !important;
}
.panel-body {
    padding: 15px 60px !important;
}
.faq-sec .panel-body {
    padding: 0px 60px;
}
.faq-sec .panel-body p a {
	color:#fff;
	text-decoration: underline;
}
ul.inner-list {
    margin: 0;
    padding: 0px;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 20px;
}
ul.inner-list li {
    position: relative;
    padding-left: 5px;
    line-height: 25px;
    padding-bottom: 10px;
}
ul.inner-list li:before {
    color: #c69a53;
    content: "\2022";
    font-weight: 600;
    display: inline-block;
    font-size: 20px;
    left: -15px;
    top: 0px;
    position: absolute;
}
.faq-sec .panel-body ul.inner-list li:before {
    color: #fff;
}
.faq-sec .panel {
    border: unset !important;
    margin-bottom: 10px !important;
    background-color: transparent !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0px !important;
}
.faq-sec .panel-collapse {
    background-color: transparent !important;
    color: #fff !important;
}
.panel-title a {
    font-size: 22px;
	text-decoration: none;
}
span.pull-no-icon.jltmaf-icon {
    margin-right: 20px;
	font-size: 16px;
    font-weight: 300 !important;
}
.page-id-2057 .panel-group .panel {
    border-bottom: 1px solid #576044;
    border-radius: 0px !important;
}
.panel-body {
    padding: 15px 60px;
}


header.header .row {
    align-items: center;
}

ul.team-pagination {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 40px;
}

ul.team-pagination a {
    color: #193341;
    display: inline-flex;
    padding: 8px 20px;
    background-color: #c6dad7;
    font-size: 14px;
    border-radius: 50px;
    min-width: 140px;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

ul.team-pagination a:hover {
    background-color: #193341;
    color: #c6dad7;
    text-decoration: none;
}

/*** New Design CSS ***/
header.header-new-theme.inner-header-new {
    position: relative;
    background-color: #020000 !important;
}
.footer-left {
    display: flex;
	flex-direction: column;
    gap: 20px;
}
section.cta-new-sec {
    background-image: url(https://www.sydcap.com.au/wp-content/uploads/2025/09/testimonial-banner-min-1.jpg);
}

section.cta-new-sec p {color: #fff;}

.dual-btns {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.header-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header.header-new-theme {
    position: absolute;
    top: 0;
    background-color: transparent !important;
}

.strategy-bx h3 {
    color: #fff;
    font-size: 28px !important;
    margin-bottom: 60px;
}

.strategy-bx p.sub-text {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 0 !important;
}

.strategy-bx hr {
    margin: 40px 20px;
    border-color: #c29c37;
}

.strategy-row {
    margin-top: 100px;
    position: relative;
	margin-bottom:40px;
}

.equal-d {
    position: absolute;
    width: 100%;
    top: -11px;
    justify-content: space-evenly;
    display: flex;
}

.equal-d span {
    color: #c29c37;
    font-size: 40px;
}

.intro-btn {
    margin: 40px 0 60px;
}

.service-box-thumb img {
    width: 80px !important;
    height: 80px !important;
    object-fit: contain;
}
a.social-link img {
    height: 24px;
    width: 24px;
    object-fit: contain;
}
ul#mega-menu-primary {
    margin-top: 0 !important;
}

ul#mega-menu-primary > li {
    margin-left: 0 !important;
}
.banner .container-fluid {
    text-align: right;
    position: absolute;
    bottom: 50px;
}
.scroll-down-img img {
    width: 80px;
}
.video-section video {
    height: 100vh;
    object-fit: cover;
    width: 100%;
}

.video-section {
    height: 100vh;
    overflow: hidden;
}
.social-link-list {
    display: inline-block;
    margin-right: 20px;
}
footer .row{
	align-items:center;
}
section.testimonial-sec > img {
    width: 100% !important;
}

.team-box {
    background-color: #171717;
    padding: 30px;
    height: calc(100% - 30px);
}

.team-box p {
    margin-bottom: 0;
    font-size: 16px;
}

.team-box h3 {
    margin-bottom: 11px;
}

section.welcome-sec.team-sec {
    padding: 50px 0;
}
/**************************/
/***** Media-Querries *****/
/**************************/


@media (min-width: 480px){	
	
.container-fluid {
	width:100%;
	padding: 0px 20px;
}
.container{
	width:100%;
	padding: 0px 20px;
}	
.inner-container {
    width: 100%;
    padding: 0px 20px;
}	
.home h1 {
    font-size: 24px;
}	
.home h2, .subs-sec h2 {
    font-size: 24px;
}	
h1 {
	font-size: 24px;		
}
h1 {
	font-size: 20px;		
}	
h3 {
    font-size: 14px;
}	
	
}
@media (min-width: 768px){	
	
.container-fluid {
	width:100%;
	padding: 0px 40px;
}
.container{
	width:100%;
	padding: 0px 50px;
}	
.inner-container {
    width: 100%;
    padding: 0px 50px;
}	
.home h1 {
    font-size: 28px;
}	
.home h2, .subs-sec h2 {
    font-size: 28px;
}	
h1 {
	font-size: 28px;		
}		
h2 {
	font-size: 18px;		
}	
h3 {
    font-size: 16px;
}
	
}
@media (min-width: 1024px){	
	
.container-fluid {
	width:100%;
	padding: 0px 60px;
}
.container{
	width:100%;
	padding: 0px 100px;
}	
.inner-container {
    width: 100%;
    padding: 0px 100px;
}	
.home h1 {
    font-size: 34px;
}	
.home h2, .subs-sec h2 {
    font-size: 30px;
}	
h1 {
	font-size: 30px;		
}	
h2 {
	font-size: 20px;		
}	
h3 {
    font-size: 18px;
}	
		
}
@media (min-width: 1140px){	
	
.container-fluid {
	width:100%;
	padding: 0px 90px;
}
.container{
	width:100%;
	padding: 0px 120px;
}	
.inner-container {
    width: 100%;
    padding: 0px 200px;
}	
.home h1 {
    font-size: 38px;
}	
h1 {
	font-size: 32px;		
}	
h2 {
	font-size: 22px;		
}	
h3 {
    font-size: 18px;
}	

}

@media (min-width: 1280px){	
	
.container-fluid {
	width:100%;
	padding: 0px 90px;
}
.container{
	width:100%;
	padding: 0px 150px;
}
.inner-container {
    width: 100%;
    padding: 0px 200px;
}	
.home h1 {
    font-size: 38px;
}	
h1 {
	font-size: 32px;		
}	
h2 {
	font-size: 20px;		
}	
h3 {
    font-size: 18px;
}	
	footer p{
	margin-bottom:0;
	}

}
@media (min-width: 1440px){	
.services-sec .col-lg-3 {
    flex: 0 0 20%;
    max-width: 20%;
}
.container-fluid {
	width:100%;
	padding: 0px 90px;
}
.container{
	width:100%;
	padding: 0px 150px;
}	
.inner-container {
    width: 100%;
    padding: 0px 300px;
}		
.home h1 {
    font-size: 42px;
}	
.home h2, .subs-sec h2 {
    font-size: 32px;
}	
h1 {
	font-size: 32px;		
}		
h2 {
	font-size: 22px;		
}
	
h3 {
    font-size: 20px;
}	

		
}
@media (min-width: 1920px){	
	
.container-fluid {
	width:100% !important;
	padding: 0px 120px;
}
.container{
	width:100% !important;
	padding: 0px 150px;
}	
.home h1 {
    font-size: 48px;
}
.home h2, .subs-sec h2 {
    font-size: 36px;
}	
h1 {
	font-size: 36px;		
}
h2 {
	font-size: 24px;		
}	
h3 {
    font-size: 24px !important;
}	
.services-sec {
    margin-top: -1px;
}	
	
}

@media (min-width: 2560px){	


.container-fluid {
	width:100% !important;
	padding: 0px 150px;
}
.container{
	width:100% !important;
	padding: 0px 250px;
}	
.inner-container {
    width: 100%;
    padding: 0px 500px;
}		
.home h1 {
    font-size: 55px;
}	
.home h2, .subs-sec h2 {
    font-size: 40px;
}
.banner-text h1 {
    font-size: 88px;
}	
h1 {
	font-size: 40px;		
}
h2 {
	font-size: 28px;		
}	
h3 {
    font-size: 24px !important;
}	
.banner-text {
    position: absolute;
    left: 50px !important;
    z-index: 9 !important;
    bottom: 0% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50px;
    max-width: 1500px;
    text-align: center;
    margin: 0 auto;
}
.banner-text h1 {
    font-size: 88px;
    color: #fff;
    font-weight: 400;
    font-family: 'Questrial', sans-serif;
    margin-bottom: 50px;
}
.banner-text h1 span.banner-sub-heading {
    font-size: 60px;
    display: block;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 70px;
    font-family: 'Questrial', sans-serif;
}
.banner-text a.site-btn {
    padding: 25px 75px;
}
.welcome-sec {
    background-color: #020000;
	padding: 50px 0px 0px;
}
.welcome-sec h6 {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 2.42px;
    color: #fff;
    font-family: 'Poppins';
    margin-bottom: 20px;
}
.welcome-sec h2 {
    color: #fff;
	margin-bottom: 30px;
}
.welcome-sec p {
    font-size: 18px;
    color: #fff;
}
.services-sec {
    background-color: #020000;
}
.services-sec h2 {
    margin-bottom: 50px;
}
.services-box {
    position: relative;
    text-align: center;
    background-color: #c9993c;
    width: 100%;
    height: 288px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    padding: 70px 30px 80px;
    margin: 0px 0px 30px 0px;
}
.services-box:hover {
    cursor: pointer;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.service-box-heading h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
	font-family: "Poppins", sans-serif;
    margin-bottom: 40px;
}
.testimonial-sec {
    padding: 0px;
	position: relative;
}
img.middle-banner {
    position: relative;
}
.testimonial-text {
    position: absolute;
    transform: translateY(-50%);
    right: 50px;
    max-width: 1920px;
    text-align: center;
    left: 50px !important;
    z-index: 9 !important;
    top: 50% !important;
    margin: 0px auto;
}
.testimonial-text h6 {
    font-size: 20px;
    letter-spacing: 2.21px;
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins';
    margin-bottom: 30px;
    margin-top: 80px;
}
.testimonial-text h2 {
    margin-bottom: 70px;
    color: #fff;
    font-weight: 400 !important;
    line-height: 70px;
    font-size: 55px !important;
    font-family: 'Questrial';
}
.get-in-touch-btn a.site-btn {
    padding: 25px 100px;
}
.affiliation-sec {
    background-color: #020000;
    padding: 60px 0px 0px;
}
.partner-logo {
    display: inline-block;
    margin: 0px 20px;
}
a.btn.SliderButton1 {
    display: none;
}
.sa_hover_container {
    min-height: unset !important;
    margin: 0 auto !important;
    text-align: center !important;
}
.footer {
    background-color: #020000;
    padding: 60px 0px;
    color: #fff;
    margin-top: -1px;
}
.footer-logo {
    text-align: center;
}
.footer-right {
    text-align: right;
}
hr {
    padding: 0px 0 0px;
    margin: 50px 0 50px;
    border-top: 1px solid #fff;
}
.footer-left a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-right: 15px;
}
img.location-icon {
    height: 22px;
    margin-right: 10px;
}
p.text-center.footer-bottom {
    margin-top: 50px !important;
	font-size: 15px;
}
.partner-logo {
   margin: 0px 20px;
   width: 300px;
}
}

/*********** MAX *********/

@media (max-width: 1920px){

.testimonial-text h2 {
    margin-bottom: 60px;
    line-height: 48px;
    font-size: 40px !important;
}
.get-in-touch-btn a.site-btn {
    padding: 20px 70px;
}
.battel-pass-slider .item {
    margin: 20px 10px;
}	
.owl-prev span {
    left: -30px;
    top: -30px;
}	
.owl-next span {
    right: -30px;
    top: -30px;
}	
.capital-icon span.black-bg {
    width: 160px;
    height: 160px;
}	
.golden-box p {
    font-size: 18px;
}	
.box-text h3 {
    font-size: 16px !important;
	margin-bottom: 20px;
}	
.mid-banner {
    min-height: 420px;
}
.mid-banner h6 {
    font-size: 17px;
}	
.golden-box h3 {
    font-size: 26px !important;
}	
	.service-box-heading h3{
		min-height:84px;
	}
}

@media (max-width: 1820px){

.service-box-heading h3 {
    font-size: 22px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.private-golden-box .golden-box h3 {
    font-size: 18px !important;
    margin-bottom: 30px;
    height: 60px;
}	
	
}
@media (max-width: 1720px){
	
.partner-logo {
   width: 200px;
}
.logo img {
    max-width: 150px;
}	
.footer-logo img {
    width: 160px;
}	
.banner-text h1 span.banner-sub-heading {
    font-size: 32px;
    margin-top: 12px;
    margin-bottom: 50px;
}	
.banner-text a.site-btn {
    padding: 15px 50px;
}
.services-sec {
    margin-top: -1px;
}	
.get-in-touch-btn a.site-btn {
    padding: 15px 50px;
}	
a.site-btn {
    font-size: 17px;
    padding: 15px 30px;
}	
.golden-box h3 {
    font-size: 18px !important;
    padding-bottom: 30px;
    margin-bottom: 30px;
    height: 70px;
}	
.golden-box p {
    font-size: 16px;
}
.capital-icon span.black-bg {
    width: 130px;
    height: 130px;
    font-size: 60px;
}	
.golden-box {
    height: 260px;
    padding: 40px 30px 40px;
    margin: 30px 0px 10px 0px !important;
}	
.private-golden-box .golden-box p {
    font-size: 15px;
}	
.private-golden-box .golden-box {
    height: 300px;
}	
	
}
@media (max-width: 1620px){
	.strategy-bx h3{
		font-size:26px !important;
}
.testimonial-text h2 {
    margin-bottom: 40px;
    line-height: 40px;
    font-size: 32px !important;
}
.partner-logo {
   width: 190px;
   padding: 0px 5px !important;
   margin: 0px;
}
.faq-sec .panel-title a {
    font-size: 18px;
}	
.private-golden-box .golden-box p {
    font-size: 14px;
}
.private-golden-box .golden-box h3 {
    font-size: 16px !important;
    margin-bottom: 30px;
    height: 60px;
}
.mid-banner h6 {
    font-size: 17px;
    margin: 20px 0px;
}	
.mid-banner-text p {
    line-height: 26px;
    margin-bottom: 40px;
}	
:where(.wp-block-columns.is-layout-flex) {
    gap: 0.5em !important;
}	
.footer-right a.site-btn {
    font-size: 15px;
    padding: 15px 30px;
}	
		
}

@media (max-width: 1520px){  

.services-box {
    height: 230px;
    padding: 40px 20px 40px;
}	
.service-box-heading h3 {
    font-size: 16px;
    padding-bottom: 22px;
    margin-bottom: 22px;
        min-height: 40px;
}	
.testimonial-text h6 {
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 40px;
}
.testimonial-text img {
    width: 4%;
}
p.text-center.footer-bottom {
    font-size: 14px;
}	
.team-box-heading h3 {
    font-size: 20px;
}	
.team-box-heading span.designation {
    font-size: 16px;
}
.meet-the-team-sec h2 {
    margin-bottom: 20px !important;
}	
h1 span.designation {
    font-size: 18px;
}	
.owl-prev span {
    font-size: 130px;
}
.owl-next span {
    font-size: 130px;
}	
.post-nav a.site-btn {
    font-size: 15px;
    padding: 15px 30px;
}	
a.blue-btn {
    font-size: 15px;
    padding: 15px 30px;
}		
.img-rite {
	width: 350px;
}	
    .box-text h3 {
        font-size: 16px !important;
        margin-bottom: 10px !important;
        height: unset;
    }	
    .capital-icon span.black-bg {
        width: 110px;
        height: 110px;
        font-size: 60px;
    }	
.box-text p {
    font-size: 14px;
    line-height: 18px;
}	
}

@media (max-width: 1500px){  
			
.box-text h3 {
    font-size: 14px !important;
}
.mid-banner {
    min-height: 332px;
}	
.grey-sydcap-sec {
	padding: 40px 0px;
}	
}

@media (max-width: 1400px){  
	
	.video-section video, .video-section{
		height:680px;
	}
.strategy-bx h3 {
    font-size: 22px !important;
    margin-bottom: 30px;
}
.equal-d span {
    color: #c29c37;
    font-size: 30px;
}
.strategy-bx p.sub-text {
    font-size: 16px;
    letter-spacing: 2px;
}
.strategy-bx hr {
    margin: 20px 20px;
    border-color: #c29c37;
}
.footer-left {
    display: flex;
	flex-direction:column;
	gap:20px;
}
.welcome-sec h6 {
    font-size: 17px;
    margin-bottom: 15px;
}	
.welcome-sec p {
    font-size: 16px;
    color: #fff;
}
.services-box {
   height: 210px;
   padding: 40px 10px 40px;
}
.testimonial-text h2 {
    margin-bottom: 40px;
    line-height: 34px;
    font-size: 28px !important;
}
.partner-logo {
    width: 160px;
    padding: 0px 5px !important;
    margin: 0px;
}
a.site-btn {
    font-size: 15px;
    padding: 8px 20px;
}
.post-nav a.site-btn {
    font-size: 15px;
    padding: 15px 30px;
}	
a.blue-btn {
    font-size: 15px;
    padding: 15px 30px;
}		
hr {
    margin: 30px 0 30px;
}	
.golden-box p {
    font-size: 15px;
}
.capital-icon span.black-bg {
    width: 110px;
    height: 110px;
    font-size: 50px;
}
    .private-golden-box .golden-box {
        height: 320px;
    }	
.mid-banner-btn a.site-btn {
    padding: 10px 30px;
    font-size: 15px;
}	
.mid-banner h6 {
    font-size: 15px;
    margin: 15px 0px;
}	
	.service-box-heading h3{
		font-size: 16px;
}
	.service-box-thumb img {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain;
}
}

@media (max-width: 1327px){  	

.service-box-heading h3 {
    font-size: 16px;
    padding-bottom: 22px;
    margin-bottom: 22px;
}
.services-sec h2 {
    margin-bottom: 20px;
}
.partner-logo {
   width: 150px;
   padding: 0px 5px !important;
   margin: 0px;
}
.owl-prev span {
    font-size: 100px;
    top: -18px;
}
.owl-next span {
    font-size: 100px;
    top: -18px;
}
.post-nav a.site-btn {
    font-size: 15px;
    padding: 15px 30px;
}	
a.blue-btn {
    font-size: 15px;
    padding: 15px 30px;
}	
.golden-box h3 {
    font-size: 16px !important;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 0.5em !important;
}	
    .mid-banner-text p {
        line-height: 23px;
        margin-bottom: 20px;
    }
.capital-icon span.black-bg {
        width: 90px;
        height: 90px;
        font-size: 50px;
    }	
	
}


@media (max-width: 1199px) {

.post-nav a.site-btn {
    font-size: 15px;
    padding: 15px 30px;
}	
a.blue-btn {
    font-size: 15px;
    padding: 15px 30px;
}	
	
}
@media (max-width: 1024px){  
	
.post-nav a.site-btn {
    font-size: 15px;
    padding: 15px 30px;
}	
a.blue-btn {
    font-size: 15px;
    padding: 15px 30px;
}	
.footer-left a, .copy-text p {
    font-size: 14px;
}	
    footer a.site-btn {
        font-size: 15px;
        padding: 8px 10px;
    }
}

@media (max-width: 991px) {	
.col-lg-12.equal-d span:last-child {
    display: none;
}
.logo img {
    width: 170px;
}	
.mb-nav {
    display: block !important;
    position: absolute;
    top: 30px;
    right: 0;
}
.ds-nav {
	display: none;
}	
.testimonial-text h2 {
    margin-bottom: 20px;
    line-height: 19px;
    font-size: 18px !important;
}
.testimonial-text h6 {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 10px;
}
.get-in-touch-btn a.site-btn {
        font-size: 14px;
        padding: 10px 50px;
}
.partner-logo {
    width: 180px;
    padding: 5px 5px !important;
    margin: 0px;
}	
.footer-right a.site-btn {
    font-size: 13px;
    padding: 10px 15px;
}	
img.desktop-middle-banner {
    display: none;
}	
img.mobile-middle-banner {
    display: block;
}	
.box-text h3 {
    font-size: 16px !important;
    height: unset;
}
    .private-golden-box .golden-box {
        height: unset;
        padding: 20px 10px;
}
    .private-golden-box .golden-box h3 {
        font-size: 16px !important;
        margin-bottom: 30px;
        height: unset;
	}
.mid-banner img.mid-banner-img {
    position: relative;
    height: 300px;
}	
    .box-text h3 {
        font-size: 16px !important;
        height: unset;
        margin-top: 0px;
    }	
	.footer-right {
    text-align: center;
}
	.footer-left {
        align-items: center;
        margin-bottom: 30px;
    }
	.scroll-down-img img {
    width: 50px;
}
.strategy-bx {
    margin-bottom: 50px;
}
	
	
}


@media (max-width: 767px) {
	.video-section video, .video-section{
		height:480px;
	}
	.col-lg-12.equal-d {
    display: none;
}
.inner-container {
    padding: 0px 20px;
}	
a.site-btn {
    font-size: 15px !important;
    padding: 10px 15px !important;
}	
.logo img {
    width: 110px;
}	
.banner > img {
    height: 400px;
    object-fit: cover;
}
.banner-text {
    bottom: -16% !important;
}	
.banner-text h1 {
    margin-bottom: 30px;
}	
.banner-text h1 span.banner-sub-heading {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 50px;
}	
.banner-text a.site-btn {
    padding: 10px 50px;
	font-size: 15px;
}	
.welcome-sec h6 {
    font-size: 17px;
    margin-bottom: 10px;
}	
.welcome-sec p {
    font-size: 15px;
}	
.services-box {
    height: 190px;
    padding: 35px 20px 35px;
}	
.services-sec h2 {
    margin-bottom: 0px;
}	
.service-box-heading h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 15px !important;
}
.testimonial-text img {
    width: 50px;
}	
.testimonial-text h2 {
    margin-bottom: 20px;
    line-height: 18px;
    font-size: 18px !important;
}	
.testimonial-text h6 {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 14px;
}
.get-in-touch-btn a.site-btn {
    padding: 10px 40px;
    font-size: 15px;
}
.partner-logo {
    display: inline-block;
    margin: 9px 10px;
    width: 160px;
}
.affiliation-sec h2 {
    margin-bottom: 20px !important;
}

hr {
    margin: 20px 0 30px;
}	
.footer-logo img {
    width: 160px;
}	
.footer-right a.site-btn {
    font-size: 15px;
    padding: 10px 20px;
}	
a.site-btn {
    font-size: 15px;
    padding: 10px 30px;
}		
p.text-center.footer-bottom {
    font-size: 13px;
}	
.faq-sec .panel-title a {
    font-size: 16px;
}	
.owl-next span {
    font-size: 80px;
    top: 80px;
    right: 0px;
}	
.owl-prev span {
    font-size: 80px;
    top: 80px;
	left: 0px;
}	
.img-rite {
    margin-left: 0px;
    margin-bottom: 20px;
    float: unset;
    width: 100%;
    height: unset;
}
a.blue-btn {
    font-size: 15px;
    padding: 10px 15px;
}	
.post-nav .col-sm-4 {
    text-align: center !important;
    margin-bottom: 30px;
}	
.post-details h3 {
    font-size: 18px;
}
.strategy-bx {
    margin-bottom: 80px;
}
    .mobile-plus-sign:after {
        content: '+';
        display: block;
        color: #c29c37;
        font-size: 30px;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 10px;
    }

.mobile-equals-sign:after {
    content: '=' !important;
    display: block;
    color: #c29c37;
    font-size: 30px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 10px;
}
	
}


@media (max-width: 575px){	
	
.container-fluid {
	width:100%;
	padding: 0px 20px;
}
.container{
	width:100%;
	padding: 0px 20px;
}	
.home h1 {
    font-size: 24px;
}	
.home h2, .subs-sec h2 {
    font-size: 24px;
}	
h1 {
	font-size: 22px;		
}
h2 {
	font-size: 18px;		
}	
h3 {
    font-size: 14px;
}	
.ds-nav {
    display: none;
}
.mb-nav {
    display: block;
    position: absolute;
    right: 0;
    top: 35px;
}	
    .logo img {
        width: 100px;
    }
.banner-text {
    bottom: -20% !important;
    position: unset;
    background-color: #000;
    transform: translateY(0%);
    padding: 20px 0px;
}
.banner-text h1 {
    margin-bottom: 20px;
}	
.banner-text h1 span.banner-sub-heading {
    font-size: 20px;
    margin-top: 4px;
    margin-bottom: 10px;
}	
.banner-text a.site-btn {
    padding: 10px 50px;
	font-size: 15px;
}	
.welcome-sec h6 {
    font-size: 16px;
    margin-bottom: 10px;
}	
.welcome-sec p {
    font-size: 15px;
}	
.services-box {
    height: 190px;
    padding: 35px 20px 35px;
}	
.services-sec h2 {
    margin-bottom: 0px;
}	
.service-box-heading h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 16px !important;
}
.testimonial-text img {
    width: 30px;
}	
.testimonial-text h2 {
    margin-bottom: 10px;
    line-height: 14px;
    font-size: 15px !important;
}
.testimonial-text {
    right: 0px;
    max-width: 100% !important;
    left: 0px !important;
    margin: 0px auto;
}	
.testimonial-text h2 br{
	display: none;
}	
.testimonial-text h6 {
    font-size: 13px;
    margin-bottom: 6px;
    margin-top: 0px;
}
.get-in-touch-btn a.site-btn {
    padding: 5px 30px;
    font-size: 13px;
}	
.partner-logo {
    display: inline-block;
    margin: 9px 10px;
    width: 160px;
}
.affiliation-sec h2 {
    margin-bottom: 20px !important;
}

hr {
    margin: 20px 0 30px;
}	
.footer-logo img {
    width: 160px;
}	
.footer-right a.site-btn {
    font-size: 15px;
    padding: 10px 20px;
}	
a.site-btn {
    font-size: 15px;
    padding: 10px 25px;
}		
p.text-center.footer-bottom {
    font-size: 13px;
}	
.footer-left {
    text-align: center;
    margin-bottom: 30px;
}
.footer-right {
    text-align: center;
}	
.battel-pass-slider .item {
    margin: 20px 30px;
}
.owl-next span {
    font-size: 80px;
    top: 30px;
    right: 0px;
}	
.owl-prev span {
    font-size: 80px;
    top: 30px;
	left: 0px;
}	
.img-rite {
    margin-left: 0px;
    margin-bottom: 20px;
    float: unset;
    width: 100%;
    height: unset;
}
.mid-banner {
        min-height: 270px;
    }	
.panel-body {
    padding: 15px 0px !important;
}	
.faq-sec .panel-default > .panel-heading {
    padding: 15px 0px !important;
}	
.mid-banner-text p br {
	display: none;
}	
.box-text {
    margin-bottom: 30px;
    text-align: center;
}	
.capital-icon span.black-bg {
        width: 110px;
        height: 110px;
        font-size: 50px;
    }	
.capital-icon {
    text-align: center;
}	
.box-text p {
        font-size: 15px;
        line-height: 23px;
    }	
	
}

/* apply styles only for typical laptop widths */
@media (min-width: 1024px) and (max-width: 1440px) {
  /* laptop-only styles here */
	.footer-left a, .copy-text{ font-size:13px}
	.footer-right a.site-btn {font-size: 13px;padding: 10px 15px;}
}
