/*    
Theme Name: Alitaptap Studios
Theme URI: alitaptapstudios.com
Description: reach out webmaster to change this.
Version: 1.0
Author: Alitaptap Studios
Author URI: alitaptapstudios.com


*/

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font: 400 20px "Open Sans", sans-serif;
    color: #323232;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
html,
body,
ul,
li,
p,
blockquote,
cite {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h1 {
	font-size: 6.45em;
	font-family: "Passion one", sans-serif;
    font-weight: 400;
  	font-style: normal;
    color: #323232;
    margin: 0 0 20px 0;
	line-height: 0.95em;
}

h2 {
	font-size: 4.5em;
	font-family: "Passion one", sans-serif;
    font-weight: 400;
  	font-style: normal;
    color: #323232;
    margin: 0 0 20px 0;
}

h3 {
	font-size: 3.5em;
	font-family: "Passion one", sans-serif;
    font-weight: 400;
  	font-style: normal;
    color: #323232;
    margin: 0 0 20px 0;
}

h4 {
	font-size: 1.6em;
	font-family: "Passion one", sans-serif;
    font-weight: 400;
  	font-style: normal;
    color: #323232;
    margin: 0 0 20px 0;
}

h5 {
	font-size: 1.20em;
	font-family: "Passion one", sans-serif;
    font-weight: 400;
  	font-style: normal;
    color: #323232;
    margin: 0 0 20px 0;
}

h6 {
	font-size: 0.7em;
	font-family: "Passion one", sans-serif;
    font-weight: 400;
  	font-style: normal;
    color: #323232;
    margin: 0 0 20px 0;
}

p {
	font-size: 1em;
    font-family: "Open Sans", sans-serif;
  	font-weight: 400;
  	font-style: normal;
    color: #3f3f4f;
    margin: 0 0 20px 0;
}
a {
    color: #51b1d1;
    text-decoration: none;
}
a:focus {
    border: 1px dotted #51b1d1;
}
}
a:hover,
a:active {
    outline: 0;
}
a:hover {
    text-decoration: none;
}
input:focus {
    outline: 0;
}
table {
    border-collapse: collapse;
}
button,
.button,
.btn{
	font: 700 1.2em "Open Sans", sans-serif;
    color: #fff;
    display: block;
    width: 95%;
    max-width: 290px;
    text-align: center;
    padding: 17px 0;
    border: 0;
    border-radius: 40px;
    background-color: #5157c7;
    cursor: pointer;
}
button:hover,
.button:hover,
.btn:hover{
    background-color: #3c42b1;
}
.back-button {
	background-color: #fff;
    color: #5157c7;
    border: 2px solid #5157c7;
    max-width: 110px;
    padding: 0 7px 1px 0;
    font-size: 0.8em;
    opacity: 0.5;
	margin-bottom: 2em;
}
.back-button:hover {
    opacity: 1;
	color: #fff;
}
.clear:before {
    content: ' ';
    display: table;
}
.clear:after {
    content: ' ';
    display: table;
    clear: both;
}
.clear {
    clear: both;
}
.br {
    width: 1px;
    display: block;
}
.wrap {
    max-width: 1820px;
    width: 96%;
    margin: 0 auto;
    position: relative;
}
.wrap2 {
    max-width: 1300px;
    width: 96%;
    margin: 0 auto;
    position: relative;
}
#container {
    padding: 65px 0 45px;
}
.hide {
    display: none;
}
.ttuc {
    text-transform: uppercase;
}
.ttlc {
    text-transform: lowercase;
}
.tac {
	text-align: center;
}
.white {
    color: #fff;
}
.black {
    color: #1b1b21;
}
.gray {
    color: #3f3f4f;
}
.green {
    color: #8ac92e;
}
.blue {
    color: #5157c7;
}
.red {
	color: #c0181f;
}
.hyphens {
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.bold {
    font-weight: 700;
}
.italic {
    font-style: italic;
}
.tac {
	text-align: center;
}
.opensans {
    font-family: "Open Sans", sans-serif;
}
.passionone {
	font-family: "Passion one", sans-serif;
}
.mb-fix {
    margin-bottom: 0;
}
.bluebullet-solo, .bluebullet {
    list-style-image: url(img/bullet-blue.jpg);
    margin-left: 25px!important;
}
.bluebullet-solo, .bluebullet li {
    padding-left: 5px;
    list-style-image: url(img/bullet-blue.jpg);
}
.boxshadow-left {
    -webkit-box-shadow: -10px 15px 0px 0px rgba(178,178,178,0.2);
    -moz-box-shadow: -10px 15px 0px 0px rgba(178,178,178,0.2);
    box-shadow: -10px 15px 0px 0px rgba(178,178,178,0.2);
}
.boxshadow-right {
    -webkit-box-shadow: 10px 15px 0px 0px rgba(178,178,178,0.2);
    -moz-box-shadow: 10px 15px 0px 0px rgba(178,178,178,0.2);
    box-shadow: 10px 15px 0px 0px rgba(178,178,178,0.2);
}
.underline-effect {
    position: relative;
}
.underline-effect-line {
    content: url('');
    position: absolute;
    bottom: -.34em;
    width: 100vw;
    height: 5px;
}
.underline-right {
    left: .15em;
}
.underline-left {
    right: .15em;
}
.underline-blue {
    background-color: #65bad6;
}
.underline-green {
    background-color: #80c41c;
}
.underline-gray {
    background-color: #7f7f7f;
}







/* start of header */
header {
    position: relative;
    background-color: #fff;
}
header .wrap {
    width: 100%;
}
header .headerlogo-container {
    float: left;
    vertical-align: top;
}
header .headerlogo-container img {
    display: block;
    padding: 20px 0;
    max-width: 300px;
}
header nav {
    float: right;
    vertical-align: top;
}
header .header-nav li {
    display: inline-block;
    padding: 35px 35px;
}
header .header-nav li a {
    text-transform: uppercase;
    font-size: .7em;
    font-weight: 700;
}
header .header-nav li.search-icon {
}
/* end of header */

/* start of home-p1 */
.home-p1 {
	
}
.home-p1 .wrap {
    background: #fcd87d url("img/hero_bgv2.png") no-repeat bottom right / contain;
	border-radius: 40px;
    padding: 90px 90px;
}
.home-p1 p.green {
    margin-bottom: 9px;
    font: 700 1em "Roboto";
}
.home-p1 p.green::before {
    content: url('img/check-green.png');
    margin-right: 7px;
}
.home-p1 .button {
	
}
.home-p1 .call-master {
    font: 700 1.2em "Roboto";
}
/* end of home-p1 */

/* start of home-p2 */
.home-p2 {
    position: relative;
    text-align: center;
    padding: 65px 0 45px;
    background-color: #fff;
    overflow: hidden;
}
.home-p2-iconbg1 {
    right: -300px;
    bottom: -310px;
}
.home-p2 .wrap {
	max-width: 1800px;
}
.home-p2 h3 {
	
}
.home-p2 li {
	display: inline-block;
    vertical-align: top;
    list-style: none;
	text-align: center;
    width: 21.5%;
    margin: 1.5% 1.2% 4%;
    border-radius: 40px;
    padding: 60px 26px 20px;
    position: relative;
	border: 1px solid #d3d3f4;
}
.home-p2 li img {
    width: 95px;
    height: auto;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.home-p2 li h4 {
    margin: 0 0 10px 0;
}
.home-p2 li p {
    line-height: 1.6em;
}
/* end of home-p2 */

/* start of home-p3 */
.home-p3 {
    position: relative;
    padding: 90px 0 100px;
    background-color: #fff;
}
.iconbg {
    position: absolute;
    pointer-events: none;
    -webkit-user-drag: none;
    user-drag: none;
    user-select: none;
    -webkit-user-select: none; 
}
.home-p3-iconbg1 {
    right: 0;
	top: 350px;
}
.home-p3-iconbg2 {
    left: -300px;
    top: -4%;
    width: 36%;
}
.home-p3-iconbg3 {
	left: -350px;
    bottom: -350px;
}

.home-p3 h1 {
    text-align: center;
}
.home-p3 li { 
    list-style: none;
    margin-bottom: 50px;
}
.home-p3 li p {
    line-height: 1.5em;
}
.home-p3-solodetails {
	padding-top: 50px;
}
.home-p3-title {
	font-size: 2.5em;
}
.home-p3 li:nth-child(odd) .home-p3-solodetails {
    float: left;
    width: calc( 100% - 46.5% );
}
.home-p3 li:nth-child(odd) img {
    float: left;
    width: 40%;
    margin-right: 3.5%;
}
.home-p3 li:nth-child(odd) h3 {
    text-align: left;
    margin: 40px 0 45px;
}
.home-p3 li:nth-child(odd) p {
    text-align: left;
    margin-right: 9%;
}
.home-p3 li:nth-child(even) .home-p3-solodetails {
    float: right;
    width: calc( 100% - 46.5% );
}
.home-p3 li:nth-child(even) img {
    float: right;
    width: 40%;
    margin-left: 3.5%;
}
.home-p3 li:nth-child(even) h3 {
    text-align: right;
    margin: 40px 0 45px;
}
.home-p3 li:nth-child(even) p {
    text-align: right;
    margin-left: 9%;
}
/* end of home-p3 */

/* start of home-p4 */
.home-p4 {
	background-color: #fcf8ef;
	position: relative;
	overflow: hidden;
}
.home-p4 > div {
    padding: 75px 0;
	background-color: #5157c7;
	border-radius: 40px 40px 0 0;
}
.home-p4 * {
    color: #fff;
}
.home-p4 h1 {
    text-align: center;
}
.home-p4 ul {
    text-align: center;
}
.home-p4 li {
    display: inline-block;
    list-style: none;
    width: 49%;
    margin: 0 auto;
	vertical-align: top;
}
.home-p4-iconbg1 {
	left: -380px;
    top: 50px;
}
/* end of home-p4 */

/* start of stats section */
.stats-section {
	position: relative;
    overflow: hidden;
	background-color: #fff;
}
.stats-section > div {
    padding: 80px 0 55px;
	background-color: #fcf8ef;
	border-radius: 40px 40px 0 0;
}
.stats-section * {
    text-align: center;
}
.stats-section .stat-number {
	font-size: 3em;
    margin-bottom: 5px;
	color: #f08307;
}
.stat-item {
    display: inline-block;
    width: 24%;
    margin: auto;
}
.stats-section-iconbg1 {
	right: -380px;
    top: 80px;
}
/* end of stats section */

/* start of footer */
body.home footer {
	background-color: #5157c7;
}
footer {
	background-color: #fff;
}
footer > div {
    padding: 40px 0 10px;
    background-color: #1a1b2b;
    text-align: center;
	border-radius: 40px 40px 0 0;
}
.footerlogo-master {
	
}
.footerlogo-master .footer-logo {
    display: block;
    width: 95%;
    max-width: 300px;
    margin: 0 auto 20px;
}
.footerlogo-master .footer-linkedin {
    display: block;
    width: 85%;
    max-width: 225px;
    margin: 0 auto;
}

.footernav-master {
}
.footernav-master * {
    color: #fff;
}
.footernav-master h5 {
    text-align: left;
}

.footernav-master ul {
	max-width: 900px;
    margin: 0 auto 30px;
}
.footernav-master li {
    display: inline-block;
    list-style: none;
    width: 18%;
}
.footernav-master li a {
    font-size: 14px;
}

.footercta-master {
}
.footercta-master a {
    margin: auto;
    font-size: 0.9em;
    background-color: #fcd87d;
    padding: 8px 0;
    max-width: 240px;
    color: #1a1b2b;
}

.footer-copyright {
    display: block;
    font-size: .7em;
    margin: 50px auto 0;
    color: #fff;
}
/* end of footer */

/* start of burger button */
#nav-btn {
    display: none;
    position: relative;
    height: 50px;
    width: 50px;
}
#nav-btn * {
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    box-sizing:border-box;
}
#nav-btn input[type=checkbox] {
    display:none;
}
#nav-btn label {
    cursor:pointer;
    position:absolute;
    z-index:99;
    height:100%;
    width:100%;
    top:10px;
    left:0;
}

#nav-btn .spinner {
    position:absolute;
    height:5px;
    width:100%;
    background-color: #323232;
}

#nav-btn .diagonal.part-1 {
    position:relative;
    float:left;
}
#nav-btn .horizontal {
    position:relative;
    float:left;
    margin-top:6px;
}
#nav-btn .diagonal.part-2 {
    position:relative;
    float:left;
    margin-top:6px;
}

#nav-btn input[type=checkbox]:checked ~ .spinner-spin > .horizontal {
    opacity: 0;
}
#nav-btn input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-1 {
    -webkit-transform:rotate(405deg);
    -ms-transform:rotate(405deg);
    transform:rotate(405deg);
    margin-top:10px;
}
#nav-btn input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-2 {
    -webkit-transform:rotate(-405deg);
    -ms-transform:rotate(-405deg);
    transform:rotate(-405deg);
    margin-top:-16px;
}
/* end of burger button */

/* start of contact page */
.contact-p1 {
    position: relative;
    background-color: #fff;
    padding: 90px 0 40px;
    overflow: hidden;
}
.contact-p1-iconbg1 {
    top: 120px;
    right: -250px;
}
.contact-p1-iconbg2 {
    bottom: 150px;
    left: -280px;
}

.contact-p1 .h1-temp-mobile {
    display: none;
}
.contact-lindsayimage {
    display: block;
    width: 30%;
    float: left;
    margin-right: 2.5%;
}
.contact-p1-details {
    width: 64%;
    float: left;
}
.contact-p1 h1 {
    font-size: 2.4em;
    margin-bottom: 30px;
}
.contact-p1 h3 {
    font: 400 1.4em "Open Sans";
}
.contact-lindsay-location, .contact-lindsay-email, .contact-lindsay-telephone {
    display: block;
    margin-bottom: 10px;
}
.contact-lindsay-email a , .contact-lindsay-telephone a {
    color: #323232;
}
.contact-lindsay-email a:hover , .contact-lindsay-telephone a:hover {
    color: #51b1d1;
}
.contact-lindsay-location:before {
    content: url('img/location-icon.png');
    vertical-align: sub;
    margin-right: 10px;
}
.contact-lindsay-email:before {
    content: url('img/email-icon.png');
    vertical-align: sub;
    margin-right: 10px;
}
.contact-lindsay-telephone:before {
    content: url('img/phonenumber-icon.png');
    vertical-align: sub;
    margin-right: 10px;
}
.contact-p1-form {
    text-align: center;
    padding-top: 100px;
}
.contact-p1-form .wrap {
    max-width: 700px;
}
.contact-p1-form input,
.contact-p1-form textarea {
    width: 100%;
    max-width: 700px;
    border: 1px solid #000;
    font: 400 .8em "Open Sans";
    padding: 12px 17px; 
    margin: 0 auto 20px;
}
.contact-p1-form input.wpcf7-quiz {
    max-width: 660px;
    width: calc(100% - 40px);
}
.contact-p1-form .wpcf7-submit {
    max-width: 330px;
    padding: 20px;
    font: 700 24px "Roboto", sans-serif;
    border: 0;
}
.contact-p1-form p {
    margin-bottom: 0;
}
.quiz-text {
    text-align: left;
    margin-bottom: 5px !important;
}
/* end of contact page */

/* start of products and solutions page */
.pas-p1 {
    position: relative;
    background-color: #fff;
    padding: 90px 0 40px;
    overflow: hidden;
}
.pas-p1-iconbg1 {
    left: -260px;
    top: 330px;
}
.pas-p1-iconbg2 {
    right: -280px;
    bottom: 170px;
}

.pas-p1 ul {
    list-style: none;
}
.pas-p1 ul ul {
    margin: 30px 0;
}
.pas-solo-first img {
    display: block;
    width: 100%;
}
.pas-master > li {
    padding-bottom: 100px;
}
.pas-master > li:nth-child(odd) .pas-solo-first {
    float: left;
    width: 36%;
    margin-right: 3%;
    vertical-align: top;
}
.pas-master > li:nth-child(odd) .pas-solo-second {
    float: right;
    width: 60%;
    padding-top: 20px;
    vertical-align: top;
}
.pas-master > li:nth-child(odd) .pas-solo-second h1 {
    margin-bottom: 45px;
}
.pas-master > li:nth-child(odd) li {
    float: left;
    width: 33%;
    padding-right: 5%;
    vertical-align: top;
    margin-bottom: 25px;
    color: #5b5b5b;
    max-height: 26px;
}

.pas-master > li:nth-child(even) .pas-solo-first {
    float: right;
    width: 36%;
    margin-left: 3%;
    vertical-align: top;
}
.pas-master > li:nth-child(even) .pas-solo-second {
    float: left;
    width: 60%;
    padding-top: 20px;
    vertical-align: top;
}
.pas-master > li:nth-child(even) .pas-solo-second h1 {
    margin-bottom: 45px;
    text-align: right;
}
.pas-master > li:nth-child(even) li {
    float: left;
    width: 50%;
    padding-right: 2%;
    margin-bottom: 25px;
    color: #5b5b5b;
    max-height: 26px;
}
.pas-master > li:nth-child(even) li:last-child {
    max-height: none;
}
/* end of products and solutions page */

/* start of subcontracting page */
.sota-p1 {
    position: relative;
    background-color: #fff;
    padding: 4vw 0 40px;
    overflow: hidden;
}
.sota-p1-iconbg1 {
    top: 400px;
    right: -270px;
}
.sota-p1-iconbg2 {
    bottom: 50px;
    left: -270px;
}

.sota-p1 .sota-heroimage {
    display: block;
    width: 94%;
    margin: 0 auto 40px;
}
.sota-p1master {
    padding-left: 40px;
	list-style: none;
}
.sota-p1master * {
    color: #5b5b5b;
}
.sota-p1master > li > p {
    margin-bottom: 25px;
}
.sota-bsmt1 {
    padding-left: 25px;
}
.sota-bsmt1 > li > p {
    font-weight: 700;
    text-transform: uppercase;
    margin: 17px auto 10px;
}
.sota-bsmt2 {
    padding-left: 40px;
}
.sota-bsmt2 > li > p {
    margin-bottom: 10px;
}


.sota-note {
    color: #5b5b5b;
    margin-top: 50px;
    margin-left: 100px;
}
.sota-note .blue {
    font-weight: 700;
}
/* end of subcontracting page */



/* start of inventory control page */
.ic-p1 {
    position: relative;
    background-color: #fff;
    padding: 60px 0 40px;
    overflow: hidden;
}
.ic-p1-iconbg1 {
    top: 300px;
    left: -300px;
}
.ic-p1-iconbg2 {
    bottom: 570px;
    right: -230px;
}

.ic-p1 .ic-sow {
    text-align: center;
    margin-bottom: 80px;
}
.ic-p1 ul {
    margin-top: 9px;
}
.ic-p1 ul.ic-master {
    list-style: none;
}
.ic-p1 ul > li > div > ul {
    margin: 30px 0;
}
.ic-solo-first img {
    display: block;
    width: 100%;
}
.ic-master > li {
    padding-bottom: 100px;
}
.ic-master > li:nth-child(odd) .ic-solo-first {
    float: left;
    width: 36%;
    margin-right: 3%;
    vertical-align: top;
}
.ic-master > li:nth-child(odd) .ic-solo-second {
    float: right;
    width: 60%;
    vertical-align: top;
}
.ic-master > li:nth-child(odd) li {
    position: relative;
    vertical-align: top;
    margin-bottom: 9px;
}

.ic-master > li:nth-child(even) .ic-solo-first {
    float: right;
    width: 36%;
    margin-left: 3%;
    vertical-align: top;
}
.ic-master > li:nth-child(even) .ic-solo-second {
    float: left;
    width: 60%;
    vertical-align: top;
}
.ic-master > li:nth-child(even) .ic-solo-second h2 {
    text-align: right;
}
.ic-master > li:nth-child(even) li {
    position: relative;
    padding-right: 2%;
    margin-bottom: 9px;
}
.ic-p1 .ic-double {
	margin-left: 25px!important;
}
.ic-p1 .ic-double > li {
    margin-bottom: 9px;
    width: 50%; 
    float: left;
    padding-right: 25px;
}
/* end of inventory control page */



/* start of search page */
.search-p1-fix {
    min-height: 50vh;
}
.search-p1 {
    background-color: #fff;
    padding: 60px 0 40px;
}
.search-p1 form .search-field {
    font: 400 16px "Open Sans";
    padding: 8px 10px;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
    max-width: 400px;
    width: calc( 100% - 40px );
}
.search-p1 form .search-submit {
    background: #65bad6 url('img/white-search-icon.png') no-repeat center center;
    border: 0;
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: top;
    margin-left: -10px;
}

.search-p1 article {
    background-color: #f6f5f5;
    border: 2px solid #65bad6;
    padding: 15px 20px;
    margin-bottom: 30px;
}
.search-p1-numbering {
    float: left;
    padding: 10px 18px;
    border-radius: 50%;
    background-color: #65bad6;
    color: #fff;
    margin: 5px 15px 0 0;
    min-width: 45px;
    min-height: 45px;
    text-align: center;
    font-size: 20px;
}
.search-p1-title {
    margin: 0 auto 5px;
}
.search-p1-title a {
    font-weight: 700;
    color: #161616;
}
.search-p1-time {
    font-size: .8em;
}
.search-p1-content * {
    color: #161616;
}

.search-p1 ul.page-numbers {
    list-style: none;
    text-align: center;
}
.search-p1 ul.page-numbers li {
    display: inline-block;
    margin: 0 5px;
    font-size: 20px;
}
.search-p1 ul.page-numbers li span.current {
    display: block;
    padding: 3px 0;
    border-radius: 50%;
    background-color: #65bad6;
    color: #fff;
    max-width: 32px;
    min-width: 32px;
    min-height: 32px;
    text-align: center;
}
/* end of search page */

/* start of testimonial css */
.testi-p1 {
    position: relative;
    background-color: #fff; 
    padding: 60px 0 40px;
    overflow: hidden;
}
.testi-p1-iconbg1 {
    right: -300px;
    top: 200px;
}
.testi-p1-iconbg2 {
    left: -300px;
    top: 800px;
}
.testi-p1-iconbg3 {
    right: -230px;
    top: 1400px;
}

.testi-p1 h2 {
    font-size: 2.3em;
    margin-bottom: 50px;
}
.testi-p1-list {
    list-style: none;
}
.testi-p1-list li {
    position: relative;
    background-color: #f6f5f5;
    border: 3px solid #65bad6;
    padding: 30px 30px 30px 90px;
    margin-bottom: 70px;
    margin-left: 80px;
}
.testi-p1-avatar {
    position: absolute;
    left: -75px;
    top: 30px;
    background-color: #f6f5f5;
    border-radius: 50%;
    padding: 20px 20px 30px;
}
.testi-p1-list li:nth-child(odd), .testi-p1-list li:nth-child(odd) .testi-p1-avatar {
    border: 3px solid #65bad6;
}
.testi-p1-list li:nth-child(even), .testi-p1-list li:nth-child(even) .testi-p1-avatar {
    border: 3px solid #8ac92e;
}
.testi-p1-avatar img {
    display: block;
    width: 100%;
}
.testi-p1-title {
    font: 700 1.2em "Open Sans";
	margin-bottom: 0.4em;
}
.testi-p1-description {
	font-size: 0.85em;
    line-height: 1.5em;
}
.testi-p1-additionaldetails {
    font: 400 .8em "Open Sans";
    display: block;
    line-height: 1.4em;
}
/* end of testimonial css */

/* start of CAROUSEL testimonial */
.testi-carousel-master {
    text-align: center;
    padding: 70px 0 1px;
}
.testi-carousel-master * {
    color: #fff;
}
.testi-carousel-master .wrap {
    max-width: 1400px;
}
#testi-carousel * {
    text-align: left;
}
#testi-carousel .carousel {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#testi-carousel .inner {
    position: relative;
    display: block;
    max-width: 1150px;
    width: calc(100% - 70px);
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
}
#testi-carousel .slide {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}
#testi-carousel .slide.active,
#testi-carousel .slide.left,
#testi-carousel .slide.right {
    z-index: 2;
	opacity: 1;
}
#testi-carousel .js-reset-left {
    left:auto;
}
#testi-carousel .slide.left {
	left:-100%;
	right:0;
}
#testi-carousel .slide.right {
	right:-100%;
	left: auto;
}
#testi-carousel .transition .slide.left {
    left:0%;
}
#testi-carousel .transition .slide.right {
    right:0%;
}
#testi-carousel .transition .slide.shift-right {
    right: 100%;
    left:auto;
}
#testi-carousel .transition .slide.shift-left {
    left: 100%;
    right:auto;
}
#testi-carousel .transition .slide {
	transition-property: right, left, margin;
}
#testi-carousel .slide > div {
    display: inline-block;
    width: 46%;
    margin: 0 1.5%;   
    vertical-align: top; 
}
#testi-carousel .slide p {
    line-height: 1.5em;
}
#testi-carousel .slide .carousel-name {
    display: block;
    font-weight: 700;
}
#testi-carousel .slide .carousel-additionaldetails {
    display: block;
    font-size: .8em;
    line-height: 1.4em;
}

/** Indicators**/
#testi-carousel .indicators {
    display: none!important;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 4;
    padding: 0;
    text-align: center;
}
#testi-carousel .indicators li {
    width: 13px;
    height: 13px;
    display: inline-block;
    margin: 5px;
    background: #fff;
    list-style-type: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease-out;
}
#testi-carousel .indicators li.active {
    background: #50a8c5;
}
#testi-carousel .indicators li:hover {
    background-color: #2b2b2b;
}

/**Arrows**/
#testi-carousel .arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 40%;
  z-index: 5;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  cursor: pointer;
  transition: border-color 0.3s ease-out;
}
#testi-carousel .arrow:hover {
    border-color: #50a8c5;
}
#testi-carousel .arrow-left {
    left: 10px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
#testi-carousel .arrow-right {
    right: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* end of CAROUSEL testimonial */

/* start of page.php css */
.custompage-content {
    position: relative;
    background-color: #fff;
    padding: 90px 0 40px;
    overflow: hidden;
}
/* end of page.php css */

/* start of single.php css */
.sp-content {
	position: relative;
    background-color: #fff;
    padding: 60px 0 40px;
	overflow: hidden;
}
.single-post h1 {
	font-size: 3em;
    color: #c0181f;
}
.single-post h2 {
	font-size: 2.8em;
}
.single-post h3 {
	font-size: 2.2em;
}
.single-post h4 {
	font-size: 1.7em;
}
.single-post h5 {
	
}
.single-post h6 {
	
}
.single-post p {
	text-align: justify;
}
.single-post-thumbnail {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
	border-radius: 10px;
	margin-bottom: 2em;
}
.single-post-excerpt {
	
}
.sp-content-iconbg1 {
    left: -300px;
    top: 40vh;
    width: 36%;
}
.sp-content-iconbg2 {
    right: -100px;
    top: 120vh;
    width: 36%;
}
.sp-content-iconbg3 {
    left: -250px;
    top: 180vh;
    width: 36%;
}
.sp-content-iconbg4 {
	right: 10vw;
    top: 260vh;
    width: 15%;
}
.sp-content-iconbg5 {
    right: -10vw;
    top: 360vh;
    width: 50%;
}
.sp-content-iconbg6 {
    left: -15vw;
    top: 580vh;
    width: 36%;
}
.sp-content-iconbg7 {
	right: -15vw;
    top: 670vh;
    width: 60%;
}
.single-post-content ol, .single-post-content ul {
	margin: 0 0 2em 2.5em;
}
.single-post-content .wp-block-separator {
	margin: 3em 0;
}
.wp-block-image img {
	margin-bottom: 2em;
}
/* end of single.php css */

/* start of page-projects.php css */
.projectspage {
	position: relative;
	padding-bottom: 100px;
	overflow: hidden;
}
#projects-posts .post-card, #blog-posts .post-card {
	background-color: #fbd77c;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 50px;
}
.pp-list-image {
	display: inline-block;
	width: 400px;
    margin-right: 30px;
	vertical-align: top;
}
.pp-list-image img {
	display: block;
	width: 100%;
    height: auto;
	object-fit: cover;
	border-radius: 10px;
}
.pp-list-text {
	display: inline-block;
	width: calc(99% - 450px);
	vertical-align: top;
}
.pp-list-text h3 {
	font-size: 3em;
}
.pp-list-text-description {
	margin-bottom: 2.5em;
}
.load-more-wrap button {
	margin: auto;
}
/* end of page-projects.php css */

/* start of about us page css */
.about-master {
	position: relative;
	overflow: hidden;
}
.about-content > div:first-child {
	padding-top: 0;
}
.about-content > div {
	padding: 3em 0 2em 0;
    border-bottom: 1px solid #d3d3d3;
}
.about-content ol, .about-content ul {
	margin-left: 2em;
    margin-bottom: 1.5em;
	padding: 0;
}
.about-content .stats-grid {
	margin-left: 0;
}
.about-content .stat-item h4 {
	margin-bottom: 0;
}

/* end of about us page css */



.insidepage-titlesection {
	padding: 70px 0 60px;
	max-width: 700px;
	margin: auto;
	text-align: center;
}
.insidepage-iconbg1 {
	position: absolute;
    left: -300px;
    top: 300px;
}
.insidepage-iconbg2 {
	position: absolute;
    right: 0;
    top: 1200px;
}
.insidepage-iconbg3 {
	position: absolute;
    left: -200px;
    top: 2300px;
}







@media screen and (max-width: 1229px) {

	.home-p4 li h1 {
		padding-right: 30%;
	}

}

@media screen and (max-width: 1150px) {
    
    #nav-btn {
        display: block;
        position: absolute;
        right: 10px;
        top: 25px;
    }
    .header-nav {
		display: none;
		position: absolute;
		z-index: 100;
		right: 0px;
		top: 90px;
		width: 100%;
		background-color: #fff;
    }
    header .header-nav li {
		padding: 15px 0 5px;
		display: block;
		text-align: center;
		font-size: 30px;
    }
    header nav {
        padding-top: 90px;
    }
	.pp-list-image {
	    width: 300px;
	    margin-right: 30px;
	}
	.pp-list-text {
	    width: calc(99% - 350px);
	}

}


@media screen and (max-width: 1000px) {
    
    .footercta-master {
        display: block;
        margin: 0 auto;
    }
    .footerlogo-master {
        width: 40%;
        margin-right: 6%;
    }
    .footernav-master {
        width: 40%;
        margin-right: 0;
    }
    .home-p3 li:nth-child(odd) h1, .home-p3 li:nth-child(even) h1 {
        margin: 10px 5px 45px;
    }
    .sota-p1master {
		padding-left: 0;
    }
    .sota-note {
		margin-left: 0;
    }
    #testi-carousel .slide > div {
		display: block;
		width: 100%;
		margin: 0 auto 80px;
    }
    .stat-item {
        width: 49%;
        margin-bottom: 50px;
    }   
}

@media screen and (max-width: 850px) {
    
    .home-p3 li:nth-child(odd) img, .home-p3 li:nth-child(even) img {
        margin-right: 20px;
    }
    body {
        font-size: 16px;
    }
	.pas-master > li:nth-child(even) li, .pas-master > li:nth-child(odd) li {
		max-height: 20px;
	}
	.pp-list-image {
	    width: 200px;
	    margin-right: 30px;
	}
	.pp-list-text {
	    width: calc(99% - 250px);
	}

}

@media screen and (max-width: 700px) {
    
    .home-p2 li {
        display: block;
        width: 100%;
        margin: 0 auto 50px;
    }
    .home-p2 li p a{
        display: block;
    }
    .home-p4 li {
        display: block;
        width: 100%;
        margin: 0 auto 50px;
    }
	.home-p4 li h1 {
		padding-right: 0;
	}
    .footerlogo-master, .footernav-master, .footercta-master {
        display: block;
        width: 100%;
        margin: 0;
    }
    .footernav-master li {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .footernav-master * {
        text-align: center!important;
    }
    .home-p3 li:nth-child(even) p, .home-p3 li:nth-child(odd) p {
        margin: 0;
    }
    .pas-master > li:nth-child(odd) .pas-solo-first,
    .pas-master > li:nth-child(even) .pas-solo-first {
		float: none;
		display: block;
		width: 94%;
		max-width: 450px;
		margin: auto;
    }
    .pas-master > li:nth-child(odd) .pas-solo-second,
    .pas-master > li:nth-child(even) .pas-solo-second {
		float: none;
		width: 100%;
		max-width: 600px;
		margin: auto;
    }
    .ic-master > li:nth-child(odd) .ic-solo-first,
    .ic-master > li:nth-child(even) .ic-solo-first {
		float: none;
		width: 100%;
		margin: 0 auto 20px;
		max-width: 450px;
    }
    .ic-master > li:nth-child(odd) .ic-solo-second,
    .ic-master > li:nth-child(even) .ic-solo-second {
		float: none;
		width: 100%;
    }
    .ic-master > li .ic-solo-second h2 {
		margin-bottom: 30px;
		text-align: center!important;
    }
    .ic-p1 ul > li > div > ul {
		margin: 10px auto 0;
    }
    .pas-master > li:nth-child(odd) .pas-solo-second h1,
    .pas-master > li:nth-child(even) .pas-solo-second h1 {
		text-align: center;
    }
    .underline-effect-line {
		width: 100%;
    }
    .underline-right {
		left: 0;
    }
    .underline-left {
		right: 0;
    }
    
    .home-p3 li:nth-child(odd) img, .home-p3 li:nth-child(even) img {
        display: block;
        float: none;
        margin: 0 auto 30px;
        width: 100%;
        max-width: 300px;        
    }
    .home-p3 li:nth-child(odd) .home-p3-solodetails, .home-p3 li:nth-child(even) .home-p3-solodetails {
		float: none;
		width: 100%;
    }
    .home-p3 li {
        margin: 0 auto 40px;
    }
    .home-p3 li * {
        text-align: center!important;
    }
	.bluebullet-solo, .bluebullet {
    	margin-left: 15px!important;
	}
	.ic-p1 .ic-double {
    	margin-left: 15px!important;
	}
	.home-p4 .wrap > h1 {
    	left: 0;
	}

}



@media screen and (max-width: 600px) {

    .sota-p1 ul {
		padding-left: 10px;
    }
    .contact-p1 .h1-temp-mobile {
        display: block;
	text-align: center;
    }
    .contact-p1 .h1-temp-desktop {
        display: none;
    }
    .contact-lindsayimage {
		float: none;
		width: 90%;
		margin: 0 auto 40px;
    }
    .contact-p1-details {
		width: 90%;
		margin: 0 auto;
		float: none;
    }
    .contact-p1 .wrap {
		max-width: 400px;
    }
	#projects-posts .post-card, #blog-posts .post-card {
    	padding: 10px 10px 25px;
	}
	.pp-list-image {
    	display: block;
    	width: 100%;
    	margin-right: 0px;
	}
	.pp-list-text {
    	display: block;
    	width: 100%;
	}
	.pp-list-text-button {
		margin: auto;
	}

}

@media screen and (max-width: 500px) {
    .testi-p1-avatar {
		width: 100px;
		height: 100px;
		left: -50px;
    }
    .testi-p1-list li {
		padding: 30px 30px 30px 60px;
    }
    .testi-p1-list li {
		margin-left: 50px;
    }
    .ic-master > li {
		padding-bottom: 40px;
    }
	.ic-p1 .ic-double > li {
    	float: none;
    	width: 100%;
	}

}



@media screen and (max-width: 400px) {
 
    body {
        font-size: 14px;
    }
    header .headerlogo-container img {
		width: 80%;
    }
	.pas-master > li:nth-child(even) li {
	    padding-right: 10%;
	}
	.pas-master > li:nth-child(even) li, .pas-master > li:nth-child(odd) li {
		max-height: 17px;
	}

}

@media screen and (max-width: 350px) {
 
    .pas-master > li:nth-child(odd) li {
		width: 48%;
    }
    
}









