/**
Theme Name: Tigmo WP
Theme URI: https://tigmo.com.au/
Author: Tigmo
Author URI: https://tigmo.com.au/
Description: General wordpress theme with basic components
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tigmo
Tags: custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images,

Use this theme to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------
>>> General Components
--------------------------------**/
/*html { margin-left: calc(100vw - 100%); }*/
@font-face{
    font-family: Open Sans;
    src: url('https://fonts.googleapis.com/css?family=Open+Sans');
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('./fonts/MyriadPro-Regular.eot') format('embedded-opentype'),  url('./fonts/MyriadPro-Regular.otf')  format('opentype'),
	     url('./fonts/MyriadPro-Regular.woff') format('woff'), url('./fonts/MyriadPro-Regular.ttf')  format('truetype'), url('./fonts/MyriadPro-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TSTAR-Bold';
  src: url('./fonts/TSTAR-Bold.eot') format('embedded-opentype'),  url('./fonts/TSTAR-Bold.woff') format('woff'), url('./fonts/TSTAR-Bold.ttf')  format('truetype'), url('./fonts/TSTAR-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TSTAR-Headline';
  src: url('./fonts/TSTAR-Headline.eot') format('embedded-opentype'),  url('./fonts/TSTAR-Headline.woff') format('woff'), url('./fonts/TSTAR-Headline.ttf')  format('truetype'), url('./fonts/TSTAR-Headline.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TSTAR-Light';
  src: url('./fonts/TSTAR-Light.eot') format('embedded-opentype'),  url('./fonts/TSTAR-Light.woff') format('woff'), url('./fonts/TSTAR-Light.ttf')  format('truetype'), url('./fonts/TSTAR-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TSTAR-Regular';
  src: url('./fonts/TSTAR-Regular.eot') format('embedded-opentype'),  url('./fonts/TSTAR-Regular.otf')  format('opentype'),
	     url('./fonts/TSTAR-Regular.woff') format('woff'), url('./fonts/TSTAR-Regular.ttf')  format('truetype'), url('./fonts/TSTAR-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body{
    padding:0;
    margin:0;
    font-family: 'TSTAR-Regular';
	background-color: #F1F1F2;
}

section{
   width:100%;
   margin:0;
}
.btn-controls a:hover{
    cursor: pointer;
}
a{
   text-decoration:none;
}
.section-content{
   max-width:1200px;
   width:100%;
   margin:0 auto;
   clear:both;
}
.text--primary{
    color:#d94949;
}
.bg-primary{
    background:#d94949;
}
ul{
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none;
}
p{
	font-family: 'TSTAR-Regular';
	font-size: 15px;
	line-height: 19.95px;
	color: #000000;
}
.row{
	width: 100%;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
*, ::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container{
	max-width: 1280px;
}
a{
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover {
    opacity: 0.5;
}
/*--------------------------------
>>> Header Components
--------------------------------**/
#header {
    position: fixed;
    top: 0;
	z-index: 999;
}
.home #header {
    position: absolute;
}
/*#header.fixd-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	transition: all .3s linear;
}
#header.fixd-header.fixd-header-ani {
    opacity: 1;
    visibility: visible;
}*/
.sub-menu {
    /*display: none;*/
    position: absolute;
    top: 90px;
    max-width: 197px;
    width: 100%;
	/*background-color: #F1F1F2;*/
	/*background-image: url('./images/fixed-background.png');*/
    background-size: contain;
    background-position: top;
    /*height: 95px;*/
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.page-template-about .sub-menu, .page-template-services .sub-menu, .page-template-services-other .sub-menu, .page-template-content .sub-menu, .error404 .sub-menu, .page-template-team .sub-menu {
	background-color: #F1F1F2;
}
.fixd-manu .sub-menu {
    background-color: transparent;
}
.sub-menu.menu-sub-bg-color {
    opacity: 1;
    visibility: visible;
}
.home .sub-menu, .page-template-page-contact .sub-menu {
    background-color: transparent;
	background-image: unset;
}
.home #menu-primary-menu li a{
	color: #ffffff;
}
#menu-primary-menu li a {
    color: #404041;
    font-size: 20px;
    font-family: 'TSTAR-Bold';
	line-height: 15.84px;
    letter-spacing: 0.02em;
	cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
	position: relative;
	display: block;
}
#menu-primary-menu li .sub-menu a {
    line-height: 24px;
}
#menu-primary-menu li a:hover {
	color: #0029D3;
}
.home #menu-primary-menu li a:hover, .page-template-page-contact #menu-primary-menu li a:hover {
	color: #FFFFFF;
	opacity: 0.5;
}
#menu-primary-menu li .sub-menu a {
    text-transform: uppercase;
}
.page-template-page-contact #menu-primary-menu li a, .page-template-page-freeaudit #menu-primary-menu li a {
    color: #ffffff;
}
.home #menu-primary-menu li.menu-item-has-children > a::after, .page-template-page-contact #menu-primary-menu li.menu-item-has-children > a::after, .page-template-page-freeaudit #menu-primary-menu li.menu-item-has-children > a::after{
	background-image: url('./images/arrow-white-down-new.png');
}
.home #menu-primary-menu li.menu-item-has-children > a:hover::after, .page-template-page-contact #menu-primary-menu li.menu-item-has-children > a:hover::after {
	background-image: url('./images/arrow-white-down-new.png');
}
.page-template-page-contact .white-logo, .page-template-page-freeaudit  .white-logo{
    display: inline-block;
}
.page-template-page-freeaudit .blue-logo, .page-template-page-contact .blue-logo {
    display: none;
}
.white-logo {
    display: none;
}
.white-logo {
    height: 114px;
}
.menu-left .navbar-brand a {
    opacity: 1;
}
.blue-logo {
    display: inline-block;
	height: 114px;
}
.page-template-page-contact .menu-last, .page-template-page-freeaudit .menu-last {
    display: none;
}
.page-template-page-contact #menu-primary-menu li.menu-item-has-children .sub-menu li:last-child, .page-template-page-freeaudit  #menu-primary-menu li.menu-item-has-children .sub-menu li:last-child {

    border-bottom: 1px solid #fff;
    border-top: none;

}
.page-template-page-contact #menu-primary-menu li.menu-item-has-children .sub-menu li, .page-template-page-freeaudit  #menu-primary-menu li.menu-item-has-children .sub-menu li{
    /*border-top: 1px solid #fff;*/
    border-bottom: 1px solid #fff;

}
#menu-primary-menu li.menu-item-has-children > a::after {
    content: ' ';
    position: absolute;
    right: -20px;
    top: 2px;
    font-size: 15px;
    width: 15px;
    height: 11px;
	background-image: url('./images/arrow-down-dark-new.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
#menu-primary-menu li.menu-item-has-children > a::before {
    content: ' ';
    position: absolute;
    right: -20px;
    top: 2px;
    font-size: 15px;
    width: 15px;
    height: 11px;
	background-image: url('./images/arrow-down-blue.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

#menu-primary-menu li.menu-item-has-children > a.arrow-up::after{
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
#menu-primary-menu > li {
    display: inline-block;
    margin: 0 12.5px;
	vertical-align: top;
}
#menu-primary-menu .menu-item-has-children{
	margin-right: 32px;
}
#menu-primary-menu > li:first-child {
    margin-left: 0;
}
/*#menu-primary-menu > li:last-child {
    margin-right: 0;
}*/
#menu-primary-menu li.menu-item-has-children .sub-menu a{
	padding: 10px 0px;
}
.home #menu-primary-menu li.menu-item-has-children .sub-menu li:last-child{
	border-bottom: 1px solid #ffffff;
	border-top: none;
}
#menu-primary-menu li.menu-item-has-children .sub-menu li:last-child {
    border-bottom: 1px solid #404041;
    border-top: none;
}
.home #menu-primary-menu li.menu-item-has-children .sub-menu li{
	border-top: none;
	border-bottom: 1px solid #ffffff;
}
.home #menu-primary-menu li.menu-item-has-children .sub-menu li:first-child {
    border-top: 1px solid #fff;
}
#menu-primary-menu li.menu-item-has-children .sub-menu li {
    border-top: none;
    border-bottom: 1px solid #404041;
}
#menu-primary-menu li.menu-item-has-children .sub-menu li:first-child {
    border-top: 1px solid #404041;
}
.page-template-page-contact #menu-primary-menu li.menu-item-has-children .sub-menu li:first-child, .page-template-page-freeaudit #menu-primary-menu li.menu-item-has-children .sub-menu li:first-child {
    border-top: 1px solid #ffffff;
}
.home .navbar{
	padding: 0;
	z-index: 2;
}

.navbar {
    padding: 0 0 0 0;
	-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.page-template-page-contact .navbar, .page-template-page-freeaudit .navbar {
    padding: 0 0 0 0;
}
/*
.page-template-page-contact #navbarNav, .page-template-page-freeaudit #navbarNav {
    padding-top: 18px; 
} 
*/
.main-row{
	display: flex;
}
.grid-half{
	width: 50%;
}
.grid-60{
	width: 60%;
}
.grid-40{
	width: 40%;
}
.grid-50{
	width:50%;
}
.responsive-menu-submenu .responsive-menu-item-link {
    font-family: 'TSTAR-Bold' !important;
    /*text-transform: capitalize !important;*/
}
/*--------------------------------
>>> Footer Components
--------------------------------**/
/*.home footer {
    display: none;
}*/
.social-icon a:first-child {
    margin-left: 16px;
}
footer {
    padding-top: 102px;
}
.page-template-page-services footer {
    padding-top: 40px;
}
#menu-footer li {
    display: inline-block;
}
.footer-menu a {
    font-size: 12px;
    color: #ffffff;
    padding: 0 15px;
    text-decoration: none;
}
.footer-second {
    background-color: #0029D3;
    padding: 11px 26px 12px 9px;
}
.copy-right-text {
    text-align: right;
}
.copy-right-text p{
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 25.95px;
	color: #ffffff;
	
}
.social-icon a:last-child {
    margin-right: 0;
}
/*--------------------------------
>>> Home page Components
--------------------------------**/
#tg-front {
	display: flex;
	justify-content: center;
	align-items: center;
    flex-wrap: wrap;
    position: absolute;
    top:0;
}

@keyframes fadeIn {
   
    0% {
        display: none;
        opacity: 0;
        animation-delay: 20s;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }

}

.banner__slider{
    opacity: 0;
    animation: fadeIn 1.5s ease-in both;
    animation-delay: 2.5s;
}
section#header , section.page-scetion , .page-scetion{
    opacity: 0;
    animation: fadeIn .6s ease-in both;
    animation-delay: 1s;
}

body .preloader{
    background: #0014c4;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
}
/* .home-arrow-down{
    opacity: 0;
} */
body .home-arrow-down{
    opacity: 0;
    animation: fadeIn 1.3s ease-in both;
    animation-delay: 1.7s;
}
/* body.page-template{
    opacity: 0;
    animation: fadeIn 0.2s ease-in both;
    animation-delay: 0.8s;
} */
.plyr__control{
    display: none;
}
.home-page-wrapper::before{
    content: '';
    position: absolute;
    background: rgba(0 , 41, 244 , 1);
    background-size: cover;
    background-position: center;
    background-position-x: 0%;
    background-position-y: 0%;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
}

#player .plyr__control.plyr__control--overlaid{
    display: none;
}
.plyr--video.plyr--stopped .plyr__controls { display: none; }
.banner__slider{
 margin: 0;
}
.banner__slider .plyr , .banner__slider img{
    height: 100vh;
}
.banner__slider img{
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.banner__slider {
    mix-blend-mode: multiply;
    width: 100%;
}

/* video */
.banner__slider{
    width: 100%;
}

 .plyr {
    width: 100%;
    height: 100%;
 }
 .plyr__poster{
     height: inherit;
 }
 #player .plyr__controls {
    display: none;
}
 .tiny-bars{
     display: none;
 } 
 
  #player .plyr__video-wrapper {
    width: calc((100vh - 0rem) * 1.77777778);
    min-width: 100%;
    height: inherit;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
 }
 

iframe {
    min-width: 100%;
    min-height: 100%;
}

.selected.home-page-wrapper{
	background-image: none !important;
}
.home .menu-left, .main-banner, .home-button, body, .home .menu-right{opacity: 0;}

.banner__slider-img img{
        width: 100%;
}


.main-banner{
	width: 100%;
	position: relative;
}
.home-logo{
	text-align: center;
}
.home-logo img {
    max-width: 123vmin;
}
.tg {
    border: 1px solid #ffffff;
    padding: 10px 20px 10px 20px;
    height: 44px;
    display: block;
    font-size: 15.9px;
    letter-spacing: 0.02em;
    color: #fff;
    font-family: 'TSTAR-Regular';
}
.tg:hover {
    background-color: #fff;
    color: #0029D3;
    opacity: 1;
    text-decoration: none;
}
.home-button li {
    display: inline-block;
	margin: 0 8px;
}
.home-button {
    text-align: center;
    width: 100%;
	position: relative;
}
.main-menu{
	display: flex;
	width: 100%;
	position: relative;
}
.home .main-menu.menu-fade {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
	max-width: 1250px;
    top: 0;
	opacity: 0;
    visibility: hidden;
}
.main-menu.fixd-header-ani.menu-fade {
    opacity: 1;
    visibility: visible;
}
.home .menu-right::before {
    right: 0;
}
.home .menu-fade .menu-right::before {
    right: -30px;
}
.menu-left {
    width: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.menu-right {
	width: 100%;
	position: relative;	
}

#menu-primary-menu{
	position: unset;
}

.home .navbar {
	position: relative;
}
.menu-fade #menu-primary-menu, .fixd-manu #menu-primary-menu {
	background-color: #fff;
}

#menu-primary-menu {
    padding: 65px 30px 20px 30px;
    position: relative;
	transition: all .3s linear;
}

.fixd-manu .menu-bg-color {
    min-height: 190px;
    width: 100%;
    margin: 0 0 0 auto;
    max-width: 100%;
    position: absolute;
	top: 109px;
    right: 0;
    opacity: 0;
    visibility: hidden;
	z-index: -1;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.fixd-manu .sub-menu.menu-sub-bg-color + .menu-bg-color {
    background-color: #fff;
    opacity: 1;
    visibility: visible;
}
.home .fixd-manu #menu-primary-menu li a {
    color: #404041;
}
.home .fixd-manu #menu-primary-menu li a:hover {
    color: #0029D3;
	opacity: 1;
}
.page-template-page-contact #header {
    position: absolute;
}
.home .menu-left .navbar-brand a {
    opacity: 0;
    visibility: hidden;
	transition: all .3s linear;
}
.home .fixd-logo.menu-left .navbar-brand a {
    opacity: 1;
    visibility: visible;
}
.owl-carousel .owl-item img {
    height: 130px;
    object-fit: contain;
    object-position: center;
}
/*--------------------------------
>>> About page Components
--------------------------------**/
.navbar-brand{
	padding: 0px;
	margin: 0px;
}
.home #navbarNav {
    padding-top: 0px;
}
#navbarNav {
    padding-top: 0;
	float: right;
}
.menu-last {
    width: 16.1%;
	padding-top: 18px;
}
#menu-primary-menu .current-menu-item a {
    color: #0029D3;
}
.menu-last p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 15.84px;
    letter-spacing: 0.02em;
	color: #0029D3;
	font-family: 'TSTAR-Bold';
}
.menu-right a:hover {
    opacity: 1;
}
.tg-about-section {
    padding-top: 255px;
}
.tg-about-us {
    display: flex;
    border-top: 1px solid #0029D3;
    padding-top: 17px;
}
.tg-about-us-left {
    width: 50%;
	padding-right: 52.5px;
}
.tg-about-us-right {
    width: 50%;
	padding-left: 11.5px;
}
.tg-about-us-left p {
    font-size: 24px;
    line-height: 29.92px;
    margin-bottom: 0;
}
.tg-about-us-left h1{
	font-size: 30px;
	line-height: 25px;
	letter-spacing: 0.02em;
	font-family: 'TSTAR-Headline';
	color: #0029D3;
	margin-bottom: 0;
	padding-bottom: 116px;
}
.tg-about-below {
    padding-top: 60px;
}
.tg-sm-title{
	font-size: 22px;
	line-height: 22px;
	font-family: 'TSTAR-Headline';
	color: #0029D3;
	margin-bottom: 10px;
}
.tg-what-we-do {
    padding-right: 106px;
}
.tg-why-choose-us {
    padding-left: 11px;
}
.card-header {
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0 !important;
	
}
.card {
    background-color: transparent;
    border-bottom: 1px solid #0029D3 !important;
    border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-radius: 0 !important;
}
.card-header a {
    cursor: pointer;
    font-size: 15px;
    color: #000000 !important;
    display: block;
    padding: 7px 0 10px 0;
	-webkit-appearance: none;
}
.common-right .card-header a, .common-right .card-body{
	color: #ffffff !important;
}
.common-right h5 {
    border-bottom: 1px solid #fff;
}
.common-right .collapse.show {
    border-bottom: 1px solid #fff;
}
.accordion .card:first-child h5 {
    border-top: 1px solid #fff;
}
.card-body {
    padding: 5px 0 10px 0px;
    font-size: 15px;
    line-height: 19.95px;
}
.common-right .card-header a::after{
	background-image: url('./images/arrow-white-down.png');
}
.card-header a::after {
    content: '';
    right: 0;
    position: absolute;
    top: 13px;
	background-image: url('./images/arrow-blue@3x.png');
	background-size: cover;
	height: 17px;
	width: 24px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #0029D3;
}
.card-header a.collapsed::after {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #0029D3;
}
.card:first-child {
    border-top: 1px solid #0029d3 !important;
}
.footer-information li {
    display: inline-block;
	margin-right: 13px;
	font-size: 15px;
	line-height: 19.95px;
}
.footer-information li span {
    font-size: 11px;
    font-family: 'TSTAR-Headline';
    margin-right: 5px;
	color: #231F20;
}
.footer-information li a {
    font-size: 15px;
    color: #000000;
	text-decoration: none;
}
.footer-first {
    background-color: #fff;
    padding: 11px 27px 10px 23px;
}
.social-icon a {
    margin-right: 8.5px;
    margin-left: 8.5px;
}
.social-icon {
    font-size: 12px;
    color: #000;
	text-align: right;
	display: none;
}
.main-contact{
	background-image: url('./images/contact-page-background.jpg');
	background-position: center center;
	background-size: cover;
}
.page-template-page-contact footer, .page-template-page-freeaudit footer {
    display: none;
}
.tg-page-contact {
    padding-top: 259px;
	padding-bottom: 87px;
	
}
.contact-left h4 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 13px;
    line-height: 13.99px;
    letter-spacing: 0.02em;
    font-weight: normal;
    font-family: 'TSTAR-Headline';
}
.contact-left p {
    color: #ffffff;
    margin-bottom: 20px;
}
.contact-left h5 {
    margin-bottom: 0;
    font-size: 31px;
    color: #ffffff;
    font-family: 'TSTAR-Light';
    line-height: 34.77px;
	letter-spacing: 0.02em;
	max-width: 560px;
	
}
.tg-form-control {
    width: 100%;
}
.contact-right p {
    margin-bottom: 0;
}
.adresses p {
    margin-bottom: 0;
}
.adresses p strong{
	font-family: 'TSTAR-Headline';
	font-size: 22px;
	line-height: 33px;
	letter-spacing: 0.08em;
	font-weight: normal;
	margin-right: 4px;
}
.contact-left .adresses p {
    font-size: 24px;
    line-height: 33px;
    color: #fff;
}
.adresses p a:nth-child(2){
	margin-left: 8px;
}
.adresses p a {
	margin-right: 13px;
    color: #fff;
    font-size: 24px;
    line-height: 33px;
}
.adresses p a:hover {
    text-decoration: none;
}
.adresses {
    margin-top: 61px;
}
.adresses a .fab {
    font-size: 16px;
}
.adresses p:last-child {
    margin-top: 15px;
	display: none;
}
.tg-seo-section {
    padding-top: 228px;
}
#crumbs {
    font-family: 'TSTAR-Bold';
    font-size: 16.48px;
    line-height: 16.48px;
    text-transform: uppercase;
    color: #A5A5A5;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #0029D3;
    padding-bottom: 9px;
}
#crumbs .parent{
	color: #A5A5A5;
	text-decoration: none;
	vertical-align: middle;
}
.current {
    vertical-align: middle;
}
.arrow {
    display: inline-block;
    text-align: center;
    margin-left: 8px;
    margin-right: 4px;
	vertical-align: bottom;
}
.service-section-title {
    font-family: 'TSTAR-Headline';
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0029D3;
    margin-bottom: 32px;
    margin-top: 15px;
}
.features figure {
    width: 71px;
    margin-bottom: 20px;
}
.feature-icon {
	margin-bottom: 20px;
}
.main-grid-feature h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'TSTAR-Headline';
    color: #0029D3;
	margin-bottom: 5px;
}
.main-grid-feature {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 93px;
	grid-row-gap: 54px;
}
.main-grid-feature p {
    margin-bottom: 0;
	font-size: 18px;
    line-height: 22px;
}
/*.features{
	padding-right: 67px
}*/
.pricing {
    border-top: 1px solid #0029d3;
    margin-top: 80px;
}
.three-grid {
    display: grid;
    grid-template-columns: auto auto auto;
}
.prcing-grid {
    grid-column-gap: 41px;
    padding-right: 29px;
}
.prcing-grid h4 {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 25.95px;
    margin-bottom: 6px;
    font-family: 'TSTAR-Headline';
    color: #0029D3;
}
.prcing-body-text p {
    margin-bottom: 0;
}
.common-left h5 {
    font-family: 'TSTAR-Headline';
    color: #ffffff;
    font-size: 31px;
    max-width: 145px;
    line-height: 33px;
	margin-bottom: 0;
}
.common-question {
    background-color: #0029D3;
    /*background-image: url('./images/common-question.jpg');*/
    background-position: left top;
    background-size: auto 573px;
    background-repeat: no-repeat;
	min-height: 564px;
	margin-top: 49px;
}
.common-left {
    padding-left: 32px;
    padding-top: 25px;
}
.common-right {
    padding-right: 33px;
    padding-left: 27px;
	padding-bottom: 106px;
	padding-top: 33px;
}
.common-right .card-body {
    padding: 8px 0 23px 0;
}
.common-right .card-header a{
	font-family: 'TSTAR-Bold';
}
.testimonial-left {
    background-color: #0029D3;
    padding: 35px 60px 83px 42px;
}
.testimonial-right {
    background-color: #ffffff;
}
.testimonial-left p {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 0;
	max-width: 510px;
}
.sr-only {
    clip: inherit;
    width: 32px;
    height: auto;
}
/*.testimonial-section .carousel-fade .carousel-item {
    transition-duration: 0s;
    transition-property: opacity;
}*/

.testimonial-section {
    position: relative;
}

#testimonial-prev-arrow {
    position: absolute;
    right: 70px;
}

@media (max-width: 991px) {
    #testimonial-prev-arrow {
        right: 29px;
    }
}

.testimonial-slider .slick-slide {
    margin: 0;
}

.carousel.carousel-fade .carousel-item {
	-webkit-transition: opacity 0.9s ease-in-out;
	-moz-transition: opacity 0.9s ease-in-out;
	-ms-transition: opacity 0.9s ease-in-out;
	-o-transition: opacity 0.9s ease-in-out;
	transition: opacity 0.9s ease-in-out;
	transition-duration: .6s;
	opacity:0;
}
.carousel.carousel-fade .active.carousel-item {
	opacity:1;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}
.carousel.carousel-fade .carousel-control {
	z-index: 3;
}

.btn-controls {
    position: absolute;
    right: 70px;
    bottom: 74px;
}
.carousel-item-prev {
    right: 80px;
}
.client-heading {
    font-size: 30px;
    line-height: 31.25px;
    max-width: 170px;
    font-family: 'TSTAR-Headline';
    color: #231F20;
	margin-bottom: 131px;
}
.testimonial-right {
    background-color: #ffffff;
    padding-left: 38px;
    padding-top: 30px;
	padding-bottom: 30px;
}
.testimonial-right h4, .testimonial-right h6 {
    margin-bottom: 0;
    font-size: 29.93px;
    line-height: 31.48px;
    font-family: 'TSTAR-Headline';
    color: #231F20;
}
.testimonial-right h6{
	color: #A5A5A5;
}
.testimonial-right {
    position: relative;
}
.testimonial-right h4 {
	position: absolute;
	bottom: 62px;
}
.testimonial-right h6 {
    position: absolute;
    bottom: 30px;
}
.testimonial-section {
    margin-top: 42px;
}
.color {
	position: absolute;
	top: 0;
	background-image: url('./images/front-page-background-fade.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	/*  background-color: #001568;*/
  	height: 100%;
  	width: 100%;
	opacity: 0;
  	z-index: 1;
}
/*--------------------------------
>>> Calibre9
--------------------------------**/
/*Home*/
.home-top-banner-title {
    font-family: 'TSTAR-Headline';
    font-size: 42px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 28px;
}
.home-arrow-down {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90px;
    height: 70px;
    bottom: 6.7%;
}
.home-arrow-down::after {
    content: "";
    position: absolute;
    background-image: url('./images/down-arrow@3x.png');
    width: 83px;
    height: 43px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10px;
	background-size: cover;
}
.trusted-by-section {
    margin-top: 70px;
}
.calibre9-title {
    font-family: 'TSTAR-Headline';
    font-size: 30px;
    color: #0029D3;
    border-top: 1px solid #0029D3;
	padding-top: 13px;
	margin-bottom: 55px;
}
/*.trusted-by {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
}
.trusted-logo {
    max-width: 215px;
    margin: 0 auto;
}
.trusted-logo img {
    height: 100px;
}*/
.home-about {
    margin-top: 62px;
	margin-bottom: 86px;
}
.home-about .calibre9-title {
    padding-top: 11px;
    margin-bottom: 37px;
}
.main-about-box {
    display: flex;
    /*grid-column-gap: 18px;*/
}
.left-about, .right-about {
    width: 50%;
}
.about-right-text p {
    font-size: 18px;
    line-height: 22px;
	margin-bottom: 28px;
	max-width: 570px;
}
.about-right-text p:first-child {
    font-size: 27px;
    line-height: 30px;
}
.btn-find-out-more {
    font-size: 16px;
    line-height: 14px;
    color: #0029D3;
	display: inline-block;
    border: 1px solid #0029D3;
    padding: 15px 28px;
	margin-top: 37px;
}
.btn-find-out-more:hover {
    opacity: 0.5;
    text-decoration: none;
    color: #0029D3;
}

.enquire-now {
    display: flex;
    /*grid-column-gap: 42px;*/
    background-color: #0029D3;
}
.enquire-now-left {
    background-image: url('./images/enquire-now-img.png');
    background-size: cover;
    background-position: center;
}
.enquire-title {
    font-family: 'TSTAR-Headline';
    font-size: 30px;
    line-height: 85.25px;
    color: #fff;
    padding-left: 37px;
    padding-top: 6px;
}
.enquire-now-left, .enquire-now-right {
    width: 50%;
}
.enquire-now-right p {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
	max-width: 550px;
	padding-top: 31px;
}
.blue.btn-find-out-more {
    color: #fff;
    border-color: #fff;
    margin-top: 8px;
    margin-bottom: 38px;
}
.home-testimonial {
    margin-top: 70px;
}
.home-testimonial .testimonial-section {
    margin-top: 0;
}
.image-box img {
	width: 100%;
}
.mobile-img-testimonial {
    display: none;
}
footer .calibre9-title {
    margin-bottom: 45px;
}
.footer-top {
    display: flex;
    grid-column-gap: 0px;
	margin-bottom: 104px;
}
.footer-left-box, .footer-right-box {
    width: 50%;
}
.footer-left-box {
    padding-right: 40px;
}
.footer-left-box p {
    font-size: 27px;
    line-height: 30px;
    max-width: 490px;
    color: #231F20;
}
.footer-right-box p {
    font-family: 'TSTAR-Headline';
    font-size: 22px;
    line-height: 10.61px;
    color: #231F20;
    margin-bottom: 0;
}
.footer-right-box a {
    font-family: 'TSTAR-Regular';
    font-size: 24px;
    line-height: 33.81px;
    color: #000;
    display: inline-block;
    padding-left: 14px;
}
.footer-right-box a:hover {
    text-decoration: none;
}
/**/
.slider {
        width: 50%;
        margin: 100px auto;
    }
    .slick-slide {
      margin: 0px 20px;
    }
    .slick-slide img {
      width: 100%;
    }
    .slick-prev:before,
    .slick-next:before {
      color: black;
    }
    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    .slick-active {
      opacity: 1;
    }
    .slick-current {
      opacity: 1;
    }

/**/
/*Home*/
/*About*/
.page-scetion {
    margin-top: 260px;
}
.about-content {
    display: flex;
    grid-column-gap: 10px;
}
.about-left-content, .about-right-content {
    width: 50%;
}
.about-right-content p:first-child {
    font-size: 27px;
    line-height: 30px;
	margin-bottom: 40px;
}
.about-right-content p {
    font-size: 19px;
    line-height: 23px;
	max-width: 608px;
	margin-bottom: 0px;
}
.about-enquire {
    margin-top: 108px;
}
.working-with-calibre9 {
    margin-top: 76px;
}
.wwc9-box-main {
    display: flex;
    grid-column-gap: 12px;
}
.wwc9-box-left, .wwc9-box-right {
    width: 50%;
}
.wwc9-box-left p {
    font-size: 27px;
    line-height: 30px;
	max-width: 560px;
	margin-bottom: 30px;
}
.wwc9-box-right-text {
    margin-bottom: 23px;
}
.wwc9-box-right-text:last-child {
    margin-bottom: 0;
}
.calibre9-sub-title, .technical-audits-right-top h2, .link-building-right-top h2, .calibre9-way-right-top h2 {
    font-family: 'TSTAR-Headline';
    font-size: 22px;
    line-height: 25.95px;
    color: #0029D3;
}
.wwc9-box-right-text p {
    font-size: 19px;
    line-height: 23px;
	max-width: 532px;
	margin-bottom: 23px
}
.wwc9-box-right-text p:last-child {
    margin-bottom: 0;
}
/*End About*/

/*Services*/
.section-aim-high {
    margin-top: 75px;
}
.section-aim-high .calibre9-title {
    margin-bottom: 44px;
}
.aim-high-main-box {
    display: flex;
    grid-column-gap: 9px;
}
.aim-high-left, .aim-high-right {
    width: 50%;
}
.aim-high-left {
    padding-right: 20px;
}
.aim-high-right p:first-child {
    font-size: 27px;
    line-height: 30px;
}
.aim-high-right p {
    font-size: 18px;
    line-height: 22px;
	margin-bottom: 25px;
}
.aim-high-right p:last-child {
    margin-bottom: 0;
}
.calibre-nine-way-section {
    margin-top: 72px;
}
.calibre-nine-way-main {
    display: flex;
    /*grid-column-gap: 50px;*/
}
.calibre-nine-way-left, .calibre-nine-way-right {
    width: 50%;
}
.caliber9-way-left-top {
    margin-bottom: 156px;
}
.calibre9-way-right-top {
    margin-bottom: 110px;
}
.caliber9-way-left-top p {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 0;
}
.caliber9-way-left-bottom p {
    font-size: 18px;
    line-height: 22px;
	margin-bottom: 0;
}
.calibre9-way-right-top p {
    font-size: 18px;
    line-height: 22px;
	margin-bottom: 22px;
}
.calibre9-sub-title.gray {
    color: #231F20;
}
.accordion-right .card-header h5 a {
    font-family: 'TSTAR-Bold';
    font-size: 19px;
    line-height: 23px;
}
.accordion-right .card-body p {
    font-size: 18px;
    line-height: 22px;
	margin-bottom: 18px;
}
.accordion-right .card-body ul li {
    font-size: 18px;
    line-height: 22px;
	position: relative;
    padding-left: 17px;
	color: #000;
}
.accordion-right .card-body ul li::before {
    content: '';
    position: absolute;
    background-image: url('./images/list-arrow.png');
    width: 8px;
    height: 10px;
    background-size: cover;
    background-position: center;
    left: 0;
    top: 6px;
}
.accordion-right .card-body {
    padding: 14px 0 0px 0;
    font-size: 15px;
    line-height: 19.95px;
}
.card-body {
    margin-bottom: 33px;
}
.calibre9-way-right-bottom.stage2 {
    margin-top: 74px;
}
.why-choose-calibre9-section {
    margin-top: 80px;
}
.wcc9 {
    display: flex;
    grid-column-gap: 0;
}
.wcc9-left, .wcc9-right {
    width: 50%;
}
.wcc9-left {
    background-image: url('./images/wcc9.png');
	background-size: cover;
    background-position: center;
}
.wcc9-title {
    font-family: 'TSTAR-Headline';
    font-size: 30px;
    line-height: 85.25px;
    color: #fff;
    padding-left: 36px;
    padding-top: 5px;
}
.wcc9-right {
    background-color: #fff;
	padding: 40px 45px;
}
.wcc9-right p {
    font-size: 18px;
    line-height: 22px;
	margin-bottom: 110px;
}
.wcc9-right p:first-child {
    font-size: 24px;
    line-height: 29.92px;
	margin-bottom: 27px;
}
.main-technical-audits-box {
    display: flex;
    grid-column-gap: 0px;
}
.technical-audits-left, .technical-audits-right {
    width: 50%;
}
.technical-audits-left p {
    font-size: 27px;
    line-height: 30px;
	max-width: 580px;
    padding-right: 20px;
}
.technical-audits-right-top p, .technical-audits-right-bottom p {
    font-size: 18px;
    line-height: 22px;
	max-width: 614px;
	margin-bottom: 22px;
}
.technical-audits-right-top ul li, .technical-audits-right-bottom ul li, .calibre9-way-right-top ul li {
    font-size: 18px;
    line-height: 22px;
    position: relative;
    padding-left: 17px;
	color: #000;
}
.technical-audits-right-bottom ul li::before, .technical-audits-right-top ul li::before, .calibre9-way-right-top ul li::before {
    content: '';
    position: absolute;
    background-image: url('./images/list-arrow.png');
    width: 8px;
    height: 10px;
    background-size: cover;
    background-position: center;
    left: 0;
    top: 6px;
}
.section-local-seo {
    margin-top: 93px;
}
.section-local-seo .calibre9-title {
    margin-bottom: 44px;
}
.local-seo-top {
    margin-bottom: 45px;
}
.local-seo-bottom {
    display: flex;
    /*grid-column-gap: 16px;*/
}
.local-seo-bottom-left, .local-seo-bottom-right {
    width: 50%;
}
.local-seo-bottom-left.grid-full {
    padding-right: 20px;
}
.local-seo-bottom-left p {
    font-size: 27px;
    line-height: 30px;
	max-width: 595px;
}
.local-seo-bottom-right p {
    font-size: 18px;
    line-height: 22px;
	max-width: 547px;
	margin-bottom: 21px;
}
.local-seo-bottom-right p:last-child {
    margin-bottom: 0;
}
.why-choose-calibre9-section.why-local-seo-section {
    margin-top: 72px;
}
.wcc9-left.wls {
    background-image: url('./images/why-local-seo.png');
	background-size: cover;
    background-position: center;
}
.link-building-section {
    margin-top: 100px;
}
.link-building-main {
    display: flex;
    grid-column-gap: 0px;
}
.link-building-left, .link-building-right {
    width: 50%;
}
.link-building-left {
    padding-right: 30px;
}
.link-building-left-top {
    margin-bottom: 116px;
}
.link-building-left-top p {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 20px;
	max-width: 520px;
}
/*.link-building-right-top {
    margin-bottom: 170px;
}*/
.link-building-left-bottom p, .link-building-right-top p, .link-building-content p {
    font-size: 18px;
    line-height: 22px;
}
.link-building-left-bottom p {
	max-width: 531px;
}
.link-building-right-top p {
	max-width: 640px;
}
.link-building-content p {
	max-width: 545px;
	margin-bottom: 16px;
}
.link-building-content a {
    color: #0029D3;
}
.link-building-content a:hover {
    opacity: 0.5;
    text-decoration: none;
}
.link-building-content p:last-child {
    margin-bottom: -17px;
}
/*End Services*/
/*Content*/
/*.page-template-content footer, .page-template-content #header {
    display: none;
}*/
/*.page-template-content .page-scetion {
    margin-top: 260px;
}*/
.page-template-content .link-building-section {
    margin-top: 90px;
}
.page-template-content .section-local-seo {
    margin-top: 95px;
}
.page-template-content .section-aim-high {
    margin-top: 132px;
}
.page-template-content .why-choose-calibre9-section.why-local-seo-section {
    margin-top: 147px;
}
.page-template-content .enquire-section {
    margin-top: 137px;
	margin-bottom: 108px;
}
/*.page-template-content .features {
    margin-bottom: 194px;
}*/
#responsive-menu-container {
    background-image: unset !important;
	background-color: #FFF;
}
.home #responsive-menu-container {
    background-image: url('./images/front-page-background.jpg') !important;
    background-color: transparent;
}
#responsive-menu-container #responsive-menu li.responsive-menu-current-item > .responsive-menu-item-link {
    color: #231F20 !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    color: #231F20 !important;
}
.home #responsive-menu-container #responsive-menu li.responsive-menu-current-item > .responsive-menu-item-link, .home #responsive-menu-container #responsive-menu li.responsive-menu-item a {
    color: #FFFFFF !important;
}
.responsive-menu-submenu .menu-item {
    border-top: 1px solid #231F20 !important;
}
.home .responsive-menu-submenu .menu-item {
    border-top: 1px solid #FFFFFF !important;
}
.responsive-menu-submenu .menu-item:last-child {
    border-bottom: 1px solid #231F20 !important;
}
.home .responsive-menu-submenu .menu-item:last-child {
    border-bottom: 1px solid #FFFFFF !important;
}
/*.footer-first.main-row .grid-40, .footer-menu, .trusted-by-section, .testimonial-right h6 {
    display: none;
}*/
.home .fixd-manu #menu-primary-menu li.menu-item-has-children > a::after, 
.page-template-page-contact .fixd-manu #menu-primary-menu li.menu-item-has-children > a::after, 
.page-template-page-freeaudit .fixd-manu #menu-primary-menu li.menu-item-has-children > a::after {
    background-image: url('./images/arrow-down-dark-new.png');
	background-size: contain;
    background-repeat: no-repeat;
}
.home .fixd-manu #menu-primary-menu li.menu-item-has-children > a::before {
	content: ' ';
    position: absolute;
    right: -20px;
    top: 2px;
    font-size: 15px;
    width: 15px;
    height: 11px;
	background-image: url('./images/arrow-down-blue.png');
	background-size: contain;
    background-repeat: no-repeat;
}
.arrow-up::before {
    display: none;
}
.home .fixd-manu #menu-primary-menu li.menu-item-has-children > a:hover::after {
    background-image: url('./images/arrow-down-blue.png');
}
#menu-primary-menu li.menu-item-has-children > a:hover::after {
	background-image: url('./images/arrow-down-blue.png');
}
.home .fixd-manu #menu-primary-menu li.menu-item-has-children .sub-menu li {
    /*border-top: 1px solid #404041;*/
	border-bottom: 1px solid #404041;
}
.home .fixd-manu #menu-primary-menu li.menu-item-has-children .sub-menu li:first-child {
    border-top: 1px solid #404041;
}
.home .fixd-manu #menu-primary-menu li.menu-item-has-children .sub-menu li:last-child {
    border-bottom: 1px solid #404041;
    border-top: none;
}
/*#responsive-menu-button, .menu-right {
    display: none !important;
}*/
/*End Content*/
/*Error 404*/
.erroe-page {
    display: flex;
    grid-gap: 10px;
	min-height: calc(100vh - 901px);
}
.error-left.grid-50 {
    padding-right: 20px;
}
.error-right p {
    font-size: 27px;
    line-height: 30px;
	margin-bottom: 30px;
}
.error-right a {
    color: #000000;
	text-decoration: underline;
}
.banner-parallax {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
}
.home-page-wrapper {
	position: relative;
}
.hideme {
    opacity: 0;
    transition: transform 600ms ease-in-out, opacity 1s ease-in-out;
}
.hideme.in-view {
    opacity: 1;
}
.footer-first .social-icon a:nth-child(2) img, .social-icon a:nth-child(4) img {
    height: 15px;
}
.footer-first .social-icon a:nth-child(3) img {
    height: 12px;
}
/*End Error 404*/

/*Flexible Content CSS*/
#crumbs + section {
    margin-top: 0;
	margin-bottom: 75px;
}
#crumbs + section > .calibre9-title, #crumbs + .trusted-by-section .calibre9-title {
    border: none;
}
#crumbs + section.why-local-seo-section {
    margin-top: 25px;
}
.tg-page-content > .working-with-calibre9 {
    margin-bottom: 76px;
}
.responsive-menu-submenu .responsive-menu-item-link {
    line-height: 24px !important;
}
.page-template-page-freeaudit .contact-left h4 {
    line-height: 30.25px;
}

/*End Flexible Content CSS*/

/*--------------------------------
>>> Calibre9
--------------------------------**/

@media (max-width: 991px){
.responsive-gap{
	padding-left: 0x;		
	padding-right: 0x;
}
.home-logo {
    max-width: 100%;
    margin: 0 auto;
}
.home-logo img {
    max-width: 84vmin;
}
#tg-front {
    padding: 0rem 0rem 0rem;
}
button#responsive-menu-button {
    top: 18px !important;
	right: 25px !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
    font-size: 24px !important;
}	
.main-menu{
	display: block;
}
.menu-left, .menu-right{
	width: 100%;
}
.navbar-toggler {
    text-align: right;
}
.navbar-toggler{
	padding: 0px;
}
.navbar-toggler.navbar-toggler-right {
    position: fixed;
    right: 24px;
    top: 35px;
	border: none;
	display: none;
	outline: none;
	z-index: 2;
}
.home .navbar-toggler.navbar-toggler-right{
	top: 20px;
	}
.home .responsive-menu-pro-inner::after, .home .responsive-menu-pro-inner, .home .responsive-menu-pro-inner::before{
    width: 25px;
    height: 1px;
	background-color: #fff;
}
#responsive-menu-container li.responsive-menu-item {
    margin-bottom: 23px;
	margin-left: 25px;
}
#responsive-menu-container li.responsive-menu-item a {
    font-family: 'TSTAR-Bold';
	text-transform: uppercase;
	padding-left: 0px !important;
	letter-spacing: 0.02em;
	cursor: pointer;
}
.responsive-menu-pro-inner::after, .responsive-menu-pro-inner, .responsive-menu-pro-inner::before{
    width: 25px;
    height: 1px;
	background-color: #231F20;
}
#responsive-menu-container li.responsive-menu-item a .responsive-menu-subarrow {
    top: -8px !important;
    left: 95px !important;
}
.responsive-menu-item-link.arrow-up .responsive-menu-subarrow img {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.home .responsive-menu-inner, .home .responsive-menu-inner::before, .home .responsive-menu-inner::after, .home button#responsive-menu-button:hover .responsive-menu-inner,.home  button#responsive-menu-button:hover .responsive-menu-inner::before, .home button#responsive-menu-button:hover .responsive-menu-inner::after, 
	button#responsive-menu-button.is-active:hover .responsive-menu-inner, button#responsive-menu-button.is-active:hover .responsive-menu-inner::before, button#responsive-menu-button.is-active:hover .responsive-menu-inner::after,
	.page-template-page-contact .responsive-menu-inner, .page-template-page-contact .responsive-menu-inner::before, .page-template-page-contact .responsive-menu-inner::after, .page-template-page-contact button#responsive-menu-button:hover .responsive-menu-inner,.page-template-page-contact  button#responsive-menu-button:hover .responsive-menu-inner::before, .page-template-page-contact button#responsive-menu-button:hover .responsive-menu-inner::after, .page-template-page-freeaudit .responsive-menu-inner, .page-template-page-freeaudit .responsive-menu-inner::before, .page-template-page-freeaudit .responsive-menu-inner::after, .page-template-page-freeaudit button#responsive-menu-button:hover .responsive-menu-inner, .page-template-page-freeaudit  button#responsive-menu-button:hover .responsive-menu-inner::before, .page-template-page-freeaudit button#responsive-menu-button:hover .responsive-menu-inner::after
	
	{
    background-color: #FFF;
}
.home .menu-color-change .responsive-menu-inner, .home .menu-color-change .responsive-menu-inner::before, 
.home .menu-color-change .responsive-menu-inner::after, .home .menu-color-change .responsive-menu-inner:hover, .home .menu-color-change .responsive-menu-inner:hover::before, .home .menu-color-change .responsive-menu-inner:hover::after {
    background-color: #231F20 !important;
}	
.cross .responsive-menu-pro-inner::after, .cross .responsive-menu-pro-inner{
	background-color: #231F20;
	}
.responsive-menu-open .responsive-menu-inner, .responsive-menu-open .responsive-menu-inner::before, .responsive-menu-open .responsive-menu-inner::after {
    background-color: #231F20 !important;
}
.responsive-menu-open .home .responsive-menu-inner, .responsive-menu-open .home .responsive-menu-inner::before, .responsive-menu-open .home .responsive-menu-inner::after {
    background-color: #fff !important;
}	
.responsive-menu-submenu .menu-item {
    margin-left: 0 !important;
    margin-bottom: 0px !important;
    padding: 14px 0 !important;
    border-top: 1px solid #fff;
}
.responsive-menu-submenu .menu-item:last-child {
    border-bottom: 1px solid #fff;
}
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item .responsive-menu-item-link{
	font-family: 'TSTAR-Regular';
}
.responsive-menu-subarrow-active img {
    transform: rotate(180deg);
}
.responsive-menu-submenu {
    padding-top: 12px !important;
}
.responsive-menu-submenu {
    padding-top: 12px !important;
    padding-right: 48px !important;
}
.page-template-page-contact .responsive-menu-pro-inner::after, .page-template-page-contact .responsive-menu-pro-inner, .page-template-page-contact .responsive-menu-pro-inner::before,  .page-template-page-freeaudit .responsive-menu-pro-inner::after, .page-template-page-freeaudit .responsive-menu-pro-inner, .page-template-page-freeaudit .responsive-menu-pro-inner::before{
	background-color: #ffffff;
	}
.responsive-menu-pro-inner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
}
.responsive-menu-pro-inner {
    display: inline-block;
    position: relative;
}
.responsive-menu-pro-inner::before {
    content: '';
    position: absolute;
    left: 0;
    top: -6px;
}	
.responsive-menu-pro-box {
    display: block;
    position: relative;
    top: -7px;
}
.cross .responsive-menu-pro-inner::before{
		background-color: transparent;
		
}
.cross .responsive-menu-pro-inner{
	transform: rotate(45deg);
}
.cross .responsive-menu-pro-inner::after{
	transform: rotate(-90deg);
	bottom: 0px;
}
#menu-primary-menu > li {
    display: block;
    margin: 0 24px 15px 24px !important;
	
}
.sub-menu {
    position: static;
    max-width: 100%;
	margin-top: 12px;
}
#menu-primary-menu .menu-item-has-children{
	margin-right: 0px;		
	}
#menu-primary-menu li.menu-item-has-children > a::after{
	right: auto;
	left: 100px;
}
#menu-primary-menu li a {
    font-size: 22.41px;
}
.show #menu-primary-menu li a{
	color: #ffffff;
}
#menu-primary-menu li.menu-item-has-children > a::after{
	background-image: url('./images/arrow-down.png');		
}
#menu-primary-menu li.menu-item-has-children .sub-menu li {

    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;

}
#menu-primary-menu li.menu-item-has-children .sub-menu li:last-child {
    border-bottom: 1px solid #ffffff;
    border-top: none;
}
.is-active + #responsive-menu-container {
    z-index: 99998;
}
.is-active + #responsive-menu-container, .is-active + #responsive-menu-container #responsive-menu-wrapper {
    display: block;
}
#responsive-menu-container #responsive-menu-wrapper {
    padding-top: 25px;
}
#responsive-menu-container.slide-top {
    z-index: -1;
    transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    opacity: 0;
    -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -ms-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear;
}
.responsive-menu-open #responsive-menu-container.push-top, .responsive-menu-open #responsive-menu-container.slide-top {
    z-index: 999;
	
	transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
.responsive-menu-open #responsive-menu-container.slide-top {
    transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    opacity: 1;
}	
#responsive-menu-container{
	background-position: center center;
}
#menu-primary-menu li.menu-item-has-children .sub-menu a {
    font-family: 'TSTAR-Regular';
	font-size: 20.61px;
}
.responsive-menu-subarrow img {
    display: none;
}
.home .responsive-menu-subarrow img {
    display: inline-block;
}
.responsive-menu-subarrow img {
    height: 11px;
}	
.responsive-menu-subarrow::before {
    content: '';
    background-image: url('./images/arrow-down-dark-new.png');
    position: absolute;
    left: 10px;
    top: 10px;
    width: 15px;
    height: 11px;
	background-size: contain;
    background-repeat: no-repeat;
}
.home .responsive-menu-subarrow::before, .home #responsive-menu-container::after {
   display: none;
}	
.responsive-menu-subarrow.responsive-menu-subarrow-active::before {
    transform: rotate(180deg);
}
#responsive-menu-container::after {
    content: '';
    background-image: url('./images/menu-logo.png');
    position: absolute;
    bottom: 32px;
    left: 25px;
    height: 31px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 135px;
}	
/*.navbar {
    padding: 28px 0 0 0;
}*/
.home-button li {
    display: block;
    margin: 15px 66px;
}	
.tg {
    height: 38px;
    line-height: 38px;
    font-size: 13px;
	padding: 0 18px;
}	
.home-button{
	padding-bottom: 15px;
}	
.menu-right {
    text-align: center;
	position: absolute;
	top: 28px;
	left: 0;
	right: 0px;
	max-width: 154px;
	margin:0 auto;
}	
.menu-last {
    display: none;
}	
.tg-about-section {
    padding-top: 112px;
}	
.tg-about-us {
    display: block;
}
.tg-about-us-left, .tg-about-us-right, .grid-half {
    width: 100%;
}	
.tg-about-us-left, .tg-what-we-do{
	padding-right: 0px;	
}
.tg-about-us-right, .tg-why-choose-us{
	padding-left: 0px;	
}
.tg-about-us-left h1{
	font-size: 22.51px;
	line-height: 22.51px;
	padding-bottom: 41px;
}	
.tg-about-us-left p {
    font-size: 20px;
    line-height: 26px;
}	
.tg-about-us-right {
    padding-top: 20px;
}
.tg-about-below {
    padding-top: 40px;
}
.main-row{
	display: block;
}
.tg-why-choose-us {
    padding-top: 20px;
}
.card-header a{
	padding-right: 25px;
}
/*
.home #navbarNav {
    padding-top: 11px;
}
*/

#navbarNav {

    padding-top: 74px !important;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: 0;
/*	display: block;*/
    background-image: url('./images/front-page-background.jpg');
    background-size: cover;
    background-position: center top;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;

}

#navbarNav.show{
	z-index: 1;
	opacity: 1;
	display: block;
	
}
footer .container {
    padding: 0;
}
.footer-information li{
	display: block;
}	
footer .footer-first{
	display: flex;
	padding-top: 19px;
	padding-bottom: 20px;
}
.footer-first.main-row {
    display: none;
}	
.footer-first .grid-60 {
    width: 84%;
}
.footer-first .grid-40 {
    width: 16%;
}	
.social-icon {
    text-align: left;
    max-width: 100%;
    margin: 0 0 0 auto;
}
.social-icon span{
	display: block;
}
.social-icon a:nth-child(2) {
    margin-left: 0;
}
.footer-second .grid-50 {
    width: 100%;
}
.copy-right-text {
    text-align: left;
}
.footer-menu li:first-child a {
    padding-left: 0;
}
.footer-second{
	padding-left:24px;
}
.copy-right-text p{
	line-height: 21.95px;	
}
.grid-60, .grid-40{
	width: 100%;
}
.tg-seo-section {
    padding-top: 105px;
}
/*.service-section-title{
	margin-top: 7px;
}
.service-section-title {
    margin-top: 7px;
    font-size: 22.51px;
    line-height: 22px;
    margin-bottom: 45px;
}*/
.pricing .service-section-title{
		margin-bottom: 34px;
}
.main-grid-feature {
    grid-template-columns: 1fr;
    grid-gap: 0;
    grid-row-gap: 54px;
	margin-top: 54px;
}
.main-grid-feature h4, .prcing-grid h4{
	font-size: 22px;
	line-height: 25.95px;
}
.pricing {
    margin-top: 52px;
}
.three-grid {
    grid-template-columns: 1fr;
    padding-right: 0;
	grid-row-gap: 30px;
}	
.common-question{
	margin-top: 45px;
	background-size: cover;
	background-position: center center;
	min-height: 516px;
}	
.common-left {
    padding-left: 18px;
    padding-top: 14px;
}
.grid-50 {
    width: 100%;
}
.common-right {
    padding-right: 14px;
    padding-left: 20px;
	padding-top: 58px;
}
.testimonial-section {
    margin-top: 23px;
}
.testimonial.main-row {
    display: flex;
    flex-direction: column-reverse;
}
.client-heading{
	color: #231F20;
	margin-bottom: 65px;
	font-size: 28px;
	line-height: 30px;
	max-width: 161px;
}
.testimonial-right{
	padding-left: 25px;
	padding-top: 19px;
	height: 251px;
}
.testimonial-right h4, .testimonial-right h6 {
    font-size: 22px;
    line-height: 26.82px;
}
.testimonial-right h4 {
    bottom: 80px;
}
.testimonial-right h6 {
    bottom: 55px;
}	
.sr-only {
    width: 13px;
}
.btn-controls {
    position: absolute;
    right: auto;
    bottom: auto;
    top: 206px;
    left: 59px;
}
.carousel-item-prev {
    right: 29px;
}
.testimonial-left {
    padding: 22px 25px 26px 24px;
	position: relative;
}
.grid-50.testimonial-left::before {
    content: '';
    top: -18px;
    right: 18px;
    position: absolute;
    border-bottom: 18px solid #0029D3;
    height: 18px;
    width: 37px;
    border-left: 18.5px solid transparent;
    border-right: 18.5px solid transparent;
	z-index: 9;
}
.testimonial-left p {
	font-size: 18px;
    line-height: 22px;
}
.page-template-page-services .navbar.navbar-expand-lg.navbar-dark, .page-template-page-about .navbar.navbar-expand-lg.navbar-dark {
    background-image: url('./images/fixed-background.png');
    background-repeat: repeat-x;
    background-size: auto;
    background-position: bottom left;
    padding: 65px 0px 44px !important;
}
.page-template-page-services header, .page-template-page-about header{
	position: fixed;
	top:0px;
	width: 100%;
	z-index: 1;
}
.fixd-logo.menu-left .navbar-brand a {
    opacity: 0 !important;
    visibility: hidden !important;
}
.menu-right.fixd-manu::before {
    display: none;
}
/*.footer-first.main-row {
    display: none;
}*/	
.error-left img {
    width: 100%;
}
.error-left.grid-50 {
    padding-right: 0;
}	
/*--------------------------------
>>> Calibre9 Responsive
--------------------------------**/
.container {
    padding-left: 25px;
    padding-right: 25px;
}	
.main-technical-audits-box, .local-seo-bottom, .wcc9, .link-building-main, .footer-top, .main-about-box, .enquire-now {
    flex-wrap: wrap;
}
.technical-audits-left, .technical-audits-right, .local-seo-bottom-left, .local-seo-bottom-right, .wcc9-left, .wcc9-right, .link-building-left, .link-building-right, .footer-left-box, .footer-right-box, .left-about, .right-about, .enquire-now-left, .enquire-now-right {
    width: 100%;
}
.home-top-banner-title {
    font-size: 4.5vmin;
    margin-top: 1.5vmin;
}	
.trusted-by-section {
    margin-top: 45px;
}
.calibre9-title {
    font-size: 28px;
    padding-top: 15px;
    margin-bottom: 36px;
}
.home-about {
    margin-top: 61px;
    margin-bottom: 68px;
}
.left-about.about-left-image img {
	width: 100%;
}
.about-right-text p:first-child {
    font-size: 24px;
    line-height: 27px;
}
.about-right-text p {
	margin-bottom: 29px;
    max-width: 100%;
}
.right-about.about-right-text {
    margin-top: 33px;
}	
.btn-find-out-more {
    margin-top: 52px;
}
.enquire-title {
    font-size: 28px;
    line-height: 68.25px;
    padding-left: 23px;
    padding-top: 0;
}
.enquire-now-left {
    height: 68vmin;
}	
.enquire-now-right p {
    font-size: 22px;
    line-height: 26px;
    padding: 20px 25px 14px 25px;
}	
.blue.btn-find-out-more {
    margin: 0px 0px 25px 25px;
}	
.home-testimonial {
    margin-top: 83px;
}
.desktop-img-testimonial {
    display: none;
}
.mobile-img-testimonial {
    display: block;
}	
footer {
    padding-top: 74px;
}
.footer-right-box p, .footer-right-box a {
    font-size: 22px;
    line-height: 25px;
	display: block;
    padding-left: 0;
}
.footer-left-box p {
    max-width: 370px;
}
.footer-right-box {
    margin-top: 25px;
}
.footer-right-box p {
    margin-bottom: 10px;
}
.footer-right-box a {
    max-width: 310px;
	word-wrap: break-word;
}
footer .calibre9-title {
    margin-left: 25px;
    margin-right: 25px;
}
.footer-top {
    padding-left: 25px;
    padding-right: 25px;
	margin-bottom: 75px;
}
.footer-first .grid-60 {
    display: none;
}
.footer-first .grid-40 {
    width: 100%;
}
.social-icon span {
    max-width: calc(100% - 77px);
    display: inline-block;
    width: 100%;
}		

/*About*/
.page-scetion {
    margin-top: 130px;
}
.flex-wrap-wrap {
    flex-wrap: wrap;
}	
.grid-full, .about-left-content img {
    width: 100%;
}
.about-right-content p:first-child {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 26px;
    margin-top: 33px;
}
.about-right-content p {
    font-size: 18px;
    line-height: 22px;
    max-width: 100%;
}
.about-enquire, .working-with-calibre9 {
    margin-top: 65px;
}
.wwc9-box-left p {
    font-size: 24px;
    line-height: 27px;
    max-width: 100%;
    margin-bottom: 20px;
}
.wwc9-box-left p:last-child {
    margin-bottom: 25px;
}
.wwc9-box-right-text p {
    font-size: 18px;
    line-height: 22px;
    max-width: 100%;
	margin-bottom: 25px;
}
.aim-high-left.grid-full, .local-seo-bottom-left.grid-full, .link-building-left, .local-seo-bottom-left.grid-full {
    padding-right: 0;
}	
.aim-high-left.grid-full img {
    width: 100%;
}
.aim-high-right.grid-full {
    margin-top: 32px;
}
.wcc9-left.wls.grid-full {
    height: 68vmin;
}
.page-template-content .enquire-section {
    margin-top: 92px;
}
.features {
    padding-right: 0;
}	
/*End About*/
	
.link-building-section {
    margin-bottom: -30px !important;
}	
.section-aim-high, .calibre-nine-way-section, .why-choose-calibre9-section, .link-building-section {
    margin-top: 65px;
}
.aim-high-right p:first-child, .caliber9-way-left-top p {
    font-size: 24px;
    line-height: 27px;
}
.caliber9-way-left-top {
    margin-bottom: 23px;
}
.calibre9-way-right-top {
    margin-bottom: 30px;
}
.calibre9-way-right-bottom.stage2 {
    margin-top: 32px;
}
.wcc9-left.grid-full, .wcc9-left.wls {
    height: 68vmin;
}
.wcc9-right p {
    margin-bottom: 13px;
}	
.technical-audits-left p {
    max-width: 100%;
    padding-right: 0;
	margin-bottom: 26px;
	font-size: 24px;
    line-height: 27px;
}	
.technical-audits-right-top p, .technical-audits-right-bottom p {
    max-width: 100%;
}
.service-section-title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 15px;
}
#crumbs {
    font-size: 15px;
    line-height: 13.01px;
	padding-bottom: 12px;
}
.section-local-seo {
    margin-top: 60px;
}
.section-local-seo .calibre9-title {
    margin-bottom: 34px;
}
.local-seo-bottom-left p {
    font-size: 24px;
    line-height: 27px;
    max-width: 100%;
	margin-bottom: 34px;
}
.local-seo-bottom-right p {
    max-width: 100%;
	margin-bottom: 25px;
}
.local-seo-top {
    margin-bottom: 32px;
}
.why-choose-calibre9-section.why-local-seo-section {
    margin-top: 64px !important;
}
.wcc9-title {
    font-size: 28px;
    line-height: 32px;
    padding-left: 25px;
    padding-top: 19px;
}
.calibre-nine-way-left.grid-full {
    margin-bottom: 30px;
}	
.wcc9-right {
    padding: 25px 25px;
}	
.wcc9-right p:first-child {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
}
.link-building-left-top p {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 20px;
    max-width: 100%;
}
.link-building-left-top {
    margin-bottom: 21px;
}
.link-building-left-bottom p, .link-building-right-top p, .link-building-content p {
    max-width: 100%;
	margin-bottom: 25px;
}
.link-building-right-top {
    margin-bottom: 25px;
}
.link-building-right-top p:first-child {
    margin-bottom: 25px !important;
}	
#header {
    position: absolute;
}
.menu-left {
    padding-left: 25px;
}	
.white-logo, .blue-logo {
    height: 65px;
}
/*Memu*/
.responsive-menu-open .menu-left {
    opacity: 0 !important;
    visibility: hidden;
}
.menu-left {
    transition: opacity .3s linear, visibility .3s linear;
}
#responsive-menu-additional-content img {
    height: 65px;
}
.white-logo-menu, .home .blue-logo-menu {
    display: none;
}
.home .white-logo-menu {
    display: block;
}	
#responsive-menu-wrapper {
	position: relative
}	
#responsive-menu-wrapper #responsive-menu-additional-content {
    padding: 0px 25px !important;
    position: absolute;
    top: 0;
    width: auto;
}
#responsive-menu-wrapper #responsive-menu {
	margin-top: 70px;
}	
/*End Menu*/	
/*--------------------------------
>>> Calibre9 Responsive
--------------------------------**/	
	
}
@media (min-width: 992px){
.page-template-page-services .navbar.navbar-expand-lg.navbar-dark, .page-template-page-about .navbar.navbar-expand-lg.navbar-dark {
    background-image: url('./images/fixed-background.png');
    background-repeat: repeat-x;
    background-size: auto;
    background-position: bottom left;
    padding-bottom: 20px;
}
.page-template-page-services header, .page-template-page-about header{
	position: fixed;
	top:0px;
	width: 100%;
	z-index: 1;
}
.about-left-content {
    padding-right: 20px;
}
.enquire-now-right {
    padding-right: 30px;
}
.wwc9-box-left {
    padding-right: 25px;
}
.calibre-nine-way-left {
    padding-right: 25px;
}
.calibre-nine-way-right {
    padding-left: 25px;
}
.left-about.about-left-image {
    padding-right: 9px;
}
.right-about.about-right-text {
    padding-left: 9px;
}
.enquire-now-left {
    margin-right: 21px;
}
.enquire-now-right {
    padding-left: 21px;
}
.local-seo-bottom-left {
    padding-right: 8px;
}
.local-seo-bottom-right {
    padding-left: 8px;
}	
}

@media (min-width: 992px) and (max-width: 1200px){
/*.home .navbar, .navbar, .page-template-page-contact .navbar, .page-template-page-freeaudit .navbar {
    padding: 63px 9px 0 9px;
}*/
.page-template-page-contact .navbar-brand, .page-template-page-freeaudit .navbar-brand{
	max-width: 170px;
}
/*.menu-right {
    width: 37.5%;
}*/
.menu-last {
    width: 19.6%;
}
.menu-last p {
    font-size: 18px;
}
.tg-about-section {
    padding-top: 173px;
}
.tg-about-us-left h1 {
    font-size: 26px;
	padding-bottom: 30px;
	}
.tg-about-us-left p {
    font-size: 22px;
    line-height: 27.92px;
}
.tg-sm-title {
    font-size: 20px;
    line-height: 20px;
}
.responsive-gap {
    padding-left: 10px;
    padding-right: 10px;
}
.tg-page-contact {
    padding-top: 191px;
}
.footer-information li:last-child {
    margin-right: 0;
}
.footer-first{
	padding-left: 15px;
	padding-right: 15px;
}
.footer-information li {
    margin-right: 8px;
    font-size: 13px;
}
.footer-information li span {
    font-size: 11px;
    margin-right: 3.5px;
}
.footer-information li a {
    font-size: 12px;
}
/*#navbarNav, .page-template-page-contact #navbarNav, .page-template-page-freeaudit #navbarNav {
    padding-top: 13px;
}*/
.service-section-title{
	font-size: 26px;
	line-height: 25px;
	margin-bottom: 30px;
}	
.main-grid-feature{
	grid-gap: 45px;
	grid-row-gap: 30px;
}
.pricing{
	margin-top: 50px;
}	
.prcing-grid h4, .main-grid-feature h4 {
    font-size: 18px;
    line-height: 20.95px
	}
.common-question {
    background-size: auto 43.5vw;
    min-height: auto;
}
.tg-seo-section {
    padding-top: 146px;
}
.common-right{
	padding-bottom: 102px;
}
	
}
@media (min-width: 992px) and (max-width: 1024px){
.footer-right-box a {
    padding-left: 8px;
}
.footer-left-box {
    width: 49%;
}
.footer-right-box {
    width: 51%;
}	
}
@media (min-width: 250px) and (max-width: 319px){
.menu-right {
    max-width: 120px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
	
}
@media (max-width: 529px){
footer .footer-first {
    display: block;
}
.footer-first .grid-60 {
    width: 100%;
}
.footer-first .grid-40 {
    width: 100%;
}
.footer-information li a, .footer-information li {
    font-size: 13px;
	}
#menu-footer li {
    display: block;
}
.footer-menu a{
	padding: 0;
}
.social-icon {
    text-align: left;
    max-width: 100%;
    margin: 0 0 0 0;
}
.home-button li {
    display: block;
    margin: 15px 18px;
}
}
@media (max-width: 480px){
.slick-slide {
	margin: 0px 10px;
}
.home-logo img {
    width: 100%;
}	
}

@media (max-height: 550px) and (min-width: 992px) {
.tg {
    padding: 2vmin 4vmin;
    height: auto;
    font-size: 3.5vmin;
}	
.home .navbar {
    padding: 9.9vmin 0 0 0;
}
.home #navbarNav {
    padding-top: 2.8vmin;
}
.home #menu-primary-menu li a {
    font-size: 4vmin;
}
#tg-front {
	padding: 0rem 0rem 5vmin;
}
}
@media (min-width: 550px) and (max-width: 991px) {
#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
    font-size: 34px !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    line-height: 24.84px !important;
}
#responsive-menu-container li.responsive-menu-item a .responsive-menu-subarrow {
    left: 140px !important;
}
.responsive-menu-subarrow::before {
    width: 25px !important;
    height: 15px !important;
}
.responsive-menu-subarrow img {
    height: 15px !important;
}	
}
.calibre-sub-section-accordian {
	margin-bottom: 74px;	
}
.link-building-right-top p:first-child {
  margin-bottom: 170px;
}
@media (max-height: 660px) {
.logo-hide::after {
	display: none;
}
#responsive-menu-container.slide-top {
    width: 100vw;
}
}
@media (max-height: 430px) {
#responsive-menu-container.slide-top::after {
	display: none;
}
}
