@charset "UTF-8";
/*
Theme Name: Brandina
Theme URI: https://brandina.com.au/
Author: Waqas khan @brandina
Author URI: http://brandina.com.au
Description: Brandina is a Sydney-based design agency specialising in everything business. We have over 15 years’ experience working in the design, marketing and website development industry and have worked with thousands of Australian and international customers during this time.

Tags: Branding, Graphic Design, Website, Ecommerce
*/

/* 
Legal Notice - DO NOT REMOVE THIS NOTICE // START

  CSS Document Ownership.
  This CSS document is owned and managed by Brandina, Australia.
  This document contains Code which has been written by Brandina.
  Unauthorised reproducing, copying, selling and/or modifying is strictly prohibited. Doing so may result in legal action.

Legal Notice - DO NOT REMOVE THIS NOTICE // END
*/
/*-----------------------------------------------------

Last modified by: Waqas on 8 Aug 2019;
-----------------------------------------------------*/

/* 

Css Reset

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
font-family: 'Poppins', sans-serif;
  font-display: fallback;

}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img {
width: auto;
max-width: 100%;
height: auto;
}
*, *:before, *:after {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
}
*:focus {
outline: none;
}
@font-face {
  font-family: BebasNeue-Regular;
  src: url(fonts/BebasNeue-Regular.otf);
  font-display: swap;
}
a {
  text-decoration: none;
}

div.wpcf7 .ajax-loader {
    background-image: url(http://brandina.com.au/cms/wp-content/uploads/2019/08/loader-11.gif) !Important;
    background-repeat: no-repeat;
    background-size: 16px;
}

::-webkit-input-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

.slick-container {
  height: 60% !important;
}
.slick-slider, .slick-list, .slick-track {
  height: 100% !important;
}

:-moz-placeholder {
  color: #fff;
}

.testimonial-slider .slick-list {
	padding: 0 1px !important;
}

.wp-block-image {
	text-align: center;
}

.wrapper,
.main-content,
.menu-wrap ul li a,
.menu-wrap>ul>li,
.middle-content,
.top-content,
.top-content .main-title span,
.middle-content p,
.slider-wrap,
.slider-wrap div div a,
.middle-content h3 span,
.services-wrap,
.services-box ul li,
.testimonial-wrap,
.testimonial-inner h3,
.testimonial-inner p,
.footer-wrap,
.blue-inner h3,
.blue-inner form,
.black-inner h3,
.social-wrap,
.black-right-footer,
.about-block,
.portfolio-detail-bg,
.portfolio-inner h4 {
  float: left;
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}



.error {
    padding-top: 0;
    padding-bottom: 40px;
}

.error p, .error h1, .error h2, .error h3, .error h4, .error h5, .error h6 {
    text-align: center;
	margin-bottom: 25px;
}

.error {
	text-align: center;
}

.error a {
    color: #00aeef;
    font-size: 18px;
    text-decoration: none;
    margin-top: 20px;
}
.error h3 {
font-size: 72px;
    font-weight: bold;
    margin-bottom: 42px;
    color: #00aeef;
}



.wrapper,
.main-header {
  float: left;
  width: 100%;
}

.header-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 99999;
}

.tel-text {
    float: right;
    margin-top: 8px;
    font-size: 24px;
    color: #000;
    font-family: BebasNeue-Regular;
    margin-right: 10px;
    padding-left: 30px;
    position: relative;
}

.tel-text:before {
    content: "\f095";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0px;
    top: 3px;
}

.menu-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 100%;
  z-index: 9;
  text-align: center;
  display: none;
  padding-top: 88px;
  transition: .3s all;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -ms-transition: .3s all;
  -o-transition: .3s all;
  overflow-y: auto;
  padding-bottom: 100px;
  top: 75px;
}

.menu-wrap ul li a {
  letter-spacing: -.5px;
  font-family: BebasNeue-Regular;
  font-size: 88px;
  color: #000;
  text-decoration: none;
  transition: .3s all;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -ms-transition: .3s all;
  -o-transition: .3s all;
  line-height: 82px;
  display: block;
}

.menu-wrap ul li a:hover {
  background: #00aeef;
  color: #fff;
}

.social-icons {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.social-icons ul li {
    display: inline-block;
    padding: 0 4px;
    margin: 0 !important;
}

.social-icons ul li a {
    width: 90px;
    height: 90px;
    display: block;
    border: 4px solid #000;
       line-height: 85px !important;
    font-size: 42px;
    color: #000;
    border-radius: 100px;
}
.social-icons ul li a span {
	font-size: 42px;
}
.social-icons ul li a:hover {
    color: #00aeef;
    border-color: #00aeef;
    background: #fff;
}
.showNav {
  display: block;
}

.hamburger {
  width: 30px;
  height: 23.0769230769px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 10px;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
}

.hamburger span {
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #323232;
  position: absolute;
   transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  left: 0;
  top: calc(50% - 1.5px);
}

.hamburger span:first-child {
  transform: translateY(-300%);
  -webkit-transform: translateY(-300%);
  -moz-transform: translateY(-300%);
  -o-transform: translateY(-300%);
  -ms-transform: translateY(-300%);
}

.hamburger span:last-child {
    transform: translateY(300%);
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -o-transform: translateY(300%);
  -ms-transform: translateY(300%);
}


/*Effect 5*/

.hamburger-5 span:first-child {
  transform-origin: center;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
}

.hamburger-5 span:last-child {
   -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
}

.hamburger-5.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-5.active span:first-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.hamburger-5.active span:last-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.main-header {
  padding-top: 26px;
  padding-bottom: 20px;
}

.logo-wrap {
  float: left;
}

.burger-menu {
  float: right;
}

.main-content {
     margin-top: 94px;
}

.page-template-inner-pages .main-content {
    margin-bottom: 50px;
}

.top-content {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 101px;
  font-family: 'Poppins', sans-serif;
}

.top-content h4,
.top-content a {
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

h3.main-title {
  font-family: BebasNeue-Regular;
  font-size: 110px;
  line-height: 94px;
  margin-top: 26px;
  margin-bottom: 22px;
  letter-spacing: -.5px;
}

h3.main-title span {
  color: #00aeef;
}

.top-content a {
  position: relative;
  padding-bottom: 7px;
}

.top-content a:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 126px;
  height: 3px;
  background: #00aeef;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}

.slider-wrap {
  position: relative;
}

.slick-slide > div {
    display: block;
    vertical-align: bottom;
    height: 50%;
}

.slider homepage-portfolio .slick-slide > div {
  height: 100%;
}
.slider-wrap div .filter-hide{
  display: none !important;
}

.slider-wrap div div a {
  position: relative;
  overflow: hidden;
}

.slider-wrap div div a img {
object-fit: cover;
    position: relative;
    vertical-align: top;
    width: 100%;
    height: 50vh;
    object-position: center;
}
.slider-wrap .homepage-portfolio .slider-box img {
     height: auto;
}
.portfolio-caption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 15px;
  top: 0;
  background: rgba(0, 174, 239, 0.78);
  opacity: 0;
    transition: .3s all;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -ms-transition: .3s all;
  -o-transition: .3s all;
}

.slider-wrap div div a:hover .portfolio-caption {
  opacity: 1;
}

.portfolio-caption-inner {
  position: absolute;
  left: 42px;
  top: 0;
}


.slider-wrap-portfolio {
      margin-top: 72px;
        height: calc(100vh - 168.06px);
}

.portfolio-title {
    font-family: BebasNeue-Regular;
    font-size: 80px;
    color: #fff;
    line-height: 94px;
    letter-spacing: -.4px;
    padding-top: 20px;
}

.service-title {
  font-family: BebasNeue-Regular;
  font-size: 34px;
  color: #fff;
  letter-spacing: -.4px;
}

.slider-wrap button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 8;
    background: transparent;
    color: #00aced;
    border: none;
    width: auto;
    font-size: 36px;
    cursor: pointer;
    height: 100%;
    padding: 0;
}
.slider-wrap button.hnext-btn {
  right: 0;
}
.slider-wrap button.hnext-btn:hover {
  opacity: 1;
}
.slider-wrap button.hprev-btn {
  left: 0;
}
.slider-wrap button.hprev-btn:hover {
  opacity: 1;
}
.middle-content {
  text-align: center;
  margin-top: 91px;
}

.middle-content h3 {
  font-size: 128px;
  line-height: 105px;
}

.middle-content p {
  font-size: 20px;
  margin-top: 23px;
  line-height: 29px;
}

.services-wrap {
margin-top: 89px;
margin-bottom: 88px;
text-align: left;
}

.services-box {
  float: left;
  width: 25%;
}

.services-box h4 {
  font-family: BebasNeue-Regular;
  font-size: 43px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 2px;
}

.services-box h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 125px;
  height: 3px;
  background: #00aeef;
  left: 0;
}

.services-box ul li {
  display: inline-block;
}

.services-box ul li a {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  font-weight: 100;
  line-height: 33px;
}

.services-box ul li a:hover {
  color: #00aeef;
}

.testimonial-wrap {
    height: 904px;
    background-image: url(img/middle-banner.jpg);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.testimonial-inner {
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
	width: 100%;
	padding: 0 310px;

}

.testi-box {
	float: left;
width: 100%;
}

.testimonial-inner h3 {
  font-size: 128px;
  line-height: 105px;
  color: #FFF;
  letter-spacing: -1px;
}

.testimonial-inner p {
  font-size: 20px;
  line-height: 33px;
  color: #fff;
  font-weight: 100;
  font-style: italic;
  margin-bottom: 23px;
  margin-top: 50px;
}

.testimonial-inner h4 {
  color: #00aeef;
  font-size: 20px;
  font-weight: 100;
}

.slick-dots {
	    float: left;
    width: 100%;
    margin-top: 30px;
}

.slick-dots li {
	display: inline-block;
	padding: 0 5px;
}
.slick-dots li button {
    width: 18px;
    height: 18px;
    border-radius: 100px;
    text-align: center;
    border: 1px solid #ffffff96;
    background: transparent;
    color: transparent;
}

.slick-dots li.slick-active button {
	background: #09f;
}
.blue-left,
.black-right {
  float: left;
  width: 50%;
  min-height: 1000px;
}

.blue-left {
  background: #00aeef;
}

.black-right {
  background: #000;
}

.blue-inner {
  float: right;
  text-align: left;
  width: 575px;
  padding-top: 124px;
  padding-right: 15px;
      max-width: 100%;
}

.blue-inner h3 {
  font-size: 128px;
  color: #FFF;
  line-height: 105px;
}

.blue-inner h3 span {
  color: #000;
}

.blue-inner form {
  margin-top: 31px;
}

.blue-inner input[type=text],
.blue-inner select,
.blue-inner input[type=email],
.blue-inner textarea {
    width: 100%;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-box-sizing: border-box;
    resize: vertical;
    padding-bottom: 17px;
    font-size: 20px;
    background: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    margin-bottom: 21px;
    -webkit-appearance: none;
    padding-left: 0;
    padding-right: 0;
}

.blue-inner textarea {
	height: 164px;
}

.blue-inner input[type=submit] {
    background-color: #000000;
    color: #00aeef;
    padding: 0px 77px;
    border: none;
    border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-box-sizing: border-box;
    cursor: pointer;
    font-size: 31px;
    line-height: 57px;
    font-family: BebasNeue-Regular;
    height: 58px;
    margin-top: 22px;
    border-radius: 0;
    -webkit-appearance: none;
}

.blue-inner input[type=submit]:hover {
  color: #fff;
}

.black-inner {
    float: left;
    text-align: left;
    width: 575px;
    padding-top: 124px;
    padding-left: 76px;
    max-width: 100%;
}

.black-inner h3 {
  font-size: 128px;
  line-height: 105px;
  color: #00aeef;
}

.social-wrap ul li {
    float: left;
    width: 100%;
    margin-bottom: 24px;
    font-size: 15px;
    color: #fff;
    vertical-align: middle;
    padding: 0 !important;
}

.social-wrap ul li a {
  color: #fff;
    font-family: 'Poppins', sans-serif;
}

.social-wrap ul li a span {
	font-size: initial !important;
}

.social-wrap ul li a span:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    vertical-align: middle;
    margin-right: 10px;
}
.social-wrap ul li a:hover {
  color: #00aeef;
}


.social-wrap ul li:nth-child(2) img {
  margin-left: 10px;
  margin-right: 20px;
}

.black-right-footer {
    padding-top: 380px;
}

.black-right-footer p {
color: #fff !important;
  font-weight: 100;
  font-size: 17px;
  float: left;
  width: 100%;
}
.black-right-footer p a {
	color: #fff !important;
}
#text-2 p {
	margin-bottom: 10px;
}
.black-right-footer p span {
  color: #00aeef;
}

.black-right-footer ul li {
    display: inline-block;
    list-style-type: none;
    float: left;
    width: auto;
    margin-bottom: 10px;
    margin-top: 0;
}

.black-right-footer ul li:nth-child(2), .black-right-footer ul li:nth-child(4) {
    padding-right: 10px !important;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-left: 10px !important;
    margin-left: 10px;
    margin-right: 10px;
}

.black-right-footer ul li:nth-child(4) {
	border-right: 0 !important;
}
.black-right-footer ul li a {
  color: #fff;
  text-decoration: none;
}

.black-right-footer ul li a:hover {
  color: #00aeef;
}

.black-right-footer p strong {
  font-weight: bold;
}


/* About */

.top-content-about {
  margin-top: 154px;
}

.services-wrap h3 {
    text-align: center;
    padding-top: 91px;
    border-top: 1px solid #d6d6d6;
    margin-bottom: 60px;
}

.about-block-left {
    float: right;
    width: 575px;
    text-align: left;
    padding-right: 30px;
    max-width: 50%;
    padding-left: 15px;
}

.about-block-left h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 30px;
  margin-top: 35px;
}

.about-block-left p {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 28px;
}

.about-block-right {
  float: right;
  width: 50%;
  height: 700px;
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.block-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 80%;
}

.block-inner h3 {
  font-size: 128px;
  line-height: 105px;
  color: #fff;
}


.block-inner a {
  background: #00aeef;
  width: 230px;
  height: 60px;
  color: #fff;
  display: inline-block;
  line-height: 60px;
  font-family: BebasNeue-Regular;
  text-decoration: none;
  font-size: 36px;
  margin-top: 40px;
}

.block-inner a:hover {
  background: #fff;
  color: #00aeef;
}


.services-wrap-aboutus {
  margin-top: 70px;
}


/* POrtfolio */

.slidebox {
  float: left;
}

.blue-nav {
    width: 100%;
    float: left;
    background: #00aeef;
    display: table;
    position: fixed;
    top: 95px;
    z-index: 9;

}

.filter-btn {
    font-family: BebasNeue-Regular;
    font-size: 23px;
    color: #fff;
    text-decoration: none;
    float: left;
    text-transform: uppercase;
    display: none;
    line-height: 70px;
  position: relative;
}

.filter-btn i {
    transition: transform .25s ease-in;
  -webkit-transition: transform .25s ease-in;
  margin-left: 10px;
}

.filter-btn-up i {
     transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.blue-menu-left {
  float: left;
  line-height: 50px;
}

.blue-menu-left ul li {
  display: inline-block;
  list-style-type: none;
}

.blue-menu-left ul li a {
    letter-spacing: -.5px;
    font-family: BebasNeue-Regular;
    font-size: 28px;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    position: relative;
    padding-left: 22px;
    text-transform: uppercase;
}

.blue-menu-left ul li.current_page_item a {
	color: #000;
}

.blue-menu-left ul li a:after {
    content: '/';
    position: absolute;
    left: 0;
    font-weight: 100;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

.blue-menu-left ul li:nth-child(1) a {
  padding-left: 0;
}

.blue-menu-left ul li:nth-child(1) a:after {
  display: none;
}

.blue-menu-left ul li a.active {
  color: #000;
}

.arrow-top-right {
  float: right;
  position: relative;
}

.arrow-top-right button {
    background-color: transparent;
    color: #fff;
    font-size: 23px;
    border: none;
    font-family: BebasNeue-Regular;
    line-height: 70px;
    cursor: pointer;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    padding-left: 20px;
}
.arrow-top-right button.prev-btn {
  padding-left: 0;
}

.arrow-top-right button.prev-btn i {
  margin-right: 15px;
  transition: .3s all;
}

.arrow-top-right button.prev-btn:hover i {
  margin-right: 20px;
}

.arrow-top-right button.next-btn i {
  margin-left: 15px;
  transition: .3s all;
}

.arrow-top-right button.next-btn:hover i {
  margin-left: 20px;
}


/* Portfolio Detail */

.portfolio-detail-bg {
    height: 935px;
    background-image: url(img/portfolio-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.portfolio-detail-harkcam {
	 background-image: url(img/Brandina-Hark-Cam-Header-Background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.portfolio-detail-bg .container {
  position: relative;
  height: 935px;
}

.portfolio-inner {
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #FFF;
  font-family: BebasNeue-Regular;
}

.portfolio-inner h4 {
    font-size: 28px;
    letter-spacing: -.5px;
    margin-top: 25px;
    line-height: 35px;
    word-spacing: 20px;
}
.portfolio-inner h4 li {
display: inline-block;
    text-decoration: underline;
}
.portfolio-inner h5 {
    font-size: 28px;
    letter-spacing: -.5px;
    margin-top: 13px;
}

.portfolio-inner h3 {
    font-size: 99px;
    line-height: 68px;
    letter-spacing: -.5px;
}

.portfolio-info {
      float: left;
    width: 100%;
    margin-top: 56px;
}

.portfolio-info h2 {
	font-family: BebasNeue-Regular;
    font-size: 42px;
    margin-bottom: 12px;
}

.portfolio-info p {
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 30px;
    letter-spacing: -.5px;
    font-weight: 100;
}
.portfolio-pagi {
	float: left;
    width: 100%;
    background: #000;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 0px;
    font-family: BebasNeue-Regular;
    text-align: center;
    font-size: 22px;
}
.portfolio-pagi .prev-portfoio {
	float: left;
}
.portfolio-pagi .next-portfoio {
	float: right;
}
.portfolio-pagi .prev-portfoio a, .portfolio-pagi .next-portfoio a {
	color: #fff;
}
.portfolio-pagi .prev-portfoio a:hover, .portfolio-pagi .next-portfoio a:hover {
	color: #00aeef;
}
.portfolio-pagi .back-portfoio {
	color: #00aeef;
}
.portfolio-pagi .back-portfoio:hover {
	color: #fff;
}


/* Packages */

.package-row {
      float: left;
    width: 100%;
    background: #f8f8f8;
    position: relative;
}

.package-col {
    padding-top: 92px;
    float: left;
    width: 50%;
    position: relative;
    height: 925px;
    z-index: 999;
} 

.package-col-right {
      padding-left: 75px;
}

.package-col-img {
  float: left;
  width: 50%;
}

.package-row:nth-child(odd) .package-col-img-left {
	float: right;
}

.package-row:nth-child(odd) .package-col-right {
    float: left;
    padding-left: 0;
}

.package-col-img img {
      height: 925px;
    object-fit: cover;
    object-position: center;
}

.package-col h3 {
    font-family: BebasNeue-Regular;
    font-size: 110px;
    line-height: 94px;
    letter-spacing: -.5px;
    color: #00aeef;
    margin-bottom: 28px;
}

.package-col h3 i {
	display: none;
}

.package-col ul li {
    font-size: 25px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.package-col ul li::before {
    content: "\2022";
    color: #00aeef;
    font-weight: bold;
    display: inline-block;
    width: .8em;
    margin-left: -.8em;
    font-size: 24px;
    float: left;
    clear: both;
    position: absolute;
    left: 0;
}

.package-col ul li span {
  color: #00aeef;
  font-size: 18px;
  float: left;
  width: 100%;
}
.package-col-right {
  float: right;
}

.package-col h4 {
    font-family: BebasNeue-Regular;
    font-size: 50px;
    margin-top: 100px;
    margin-bottom: 8px;
    float: left;
    width: 100%;
}

.package-col a.order-btn {
    float: left;
    width: 273px;
    height: 65px;
    background: #00aeef;
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-family: BebasNeue-Regular;
  transition: .3s all;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  -ms-transition: .3s all;
}

.package-col a.order-btn:hover {
  background: #000;
}

.package-col ul {
      padding-left: 25px;
}

.top-content-packages h3.main-title {
  margin-bottom: 53px;
}

.top-content-packages p {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 26px;
}

    

/* Services */
.top-services-row {
    margin-top: 60px;
    padding-bottom: 92px;
}
.page-id-13 .wp-block-separator.is-style-wide {
    border-bottom-width: 0;
    background: #d9d9d9;
    height: 1px;
    float: left;
    width: 100%;
    border: 0;
    margin-top: 26px;
}
.page-id-13 .main-content h2 {
    font-family: BebasNeue-Regular;
    color: #00b1eb;
    font-size: 70px;
    margin-bottom: 22px;
    padding-top: 44px;
    float: left;
    width: 100%;
}
.page-id-13 .main-content .top-services-row h3 {
    font-family: BebasNeue-Regular;
    color: #000000;
    font-size: 54px;
    line-height: 1;
}
.page-id-13 .main-content h4 {
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
	margin-bottom: 40px;
}

.page-id-13 .main-content h5 {
    font-size: 31px;
    line-height: 36px;
    font-family: BebasNeue-Regular;
    margin-bottom: 7px;
}

.page-id-13 .main-content p {
	font-size: 20px;
	line-height:31px;
	margin-bottom: 28px;
}

.page-id-13 .has-3-columns p {
    font-size: 18px;
    line-height: 27px;
}


.page-template-inner-pages .main-content h1, .page-template-inner-pages.main-content h2, .page-template-inner-pages .main-content h3, .page-template-inner-pages .main-content h4, .page-template-inner-pages .main-content h5, .page-template-inner-pages .main-content h6 {
    font-family: BebasNeue-Regular;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.page-template-inner-pages .main-content h1 {
    font-size: 48px;
    color: #00aeef;
}
.page-template-inner-pages .main-content h2 {
	font-size: 36px;
}
.page-id-577 .main-content h2 {
	    font-family: BebasNeue-Regular;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #00aeef;
}
.page-template-inner-pages .main-content h3 {
	    font-size: 26px;
    color: #00aeef;
}
.page-template-inner-pages .main-content h4 {
	font-size: 22px;
}
.page-template-inner-pages .main-content h5 {
	font-size: 20px;
}
.page-template-inner-pages .main-content h6 {
	font-size: 18px;
}
.page-template-inner-pages .main-content p {
font-size: 18px;
    font-weight: 100;
    margin-bottom: 15px;
    line-height: 25px;
}
.page-template-inner-pages .main-content p a {
	color: #00aeef;
    text-decoration: underline;
}
.page-template-inner-pages .main-content ul {
    margin-bottom: 20px;
    padding-left: 40px;
}
.page-id-577 .main-content ul {
	    padding-left: 0;
}
.page-template-inner-pages .main-content ul li {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
    list-style-type: disc;
    font-style: italic;
}
.page-id-577 .main-content ul li {
    font-size: 20px;
    margin-bottom: 10px;
    list-style-type: none;
    font-style: normal;
    position: relative;
    padding-left: 23px;
}
.page-id-577 .main-content ul li a {
	color: #000;
}
.page-id-577 .main-content ul li a:hover {
	text-decoration: underline;
}
.page-id-577 .main-content ul li:before {
	width: 6px;
	height: 8px;
	background: #00aeef;
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
}
.neto-features-heading {
    text-align: center;
    font-size: 58px;
    font-family: BebasNeue-Regular;
    position: relative;
    margin-bottom: 71px;
    padding-bottom: 10px;
    margin-top: 52px;
}

.neto-features-heading:after {
background: #00b1eb;
	width: 168px;
	height: 4px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
.services-bottom-row {
	    margin-top: 40px;
    float: left;
    width: 100%;
}


.blue-word {
	color: #00b1eb;
}



/* Contact Form 7 */
span.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid {
	border-bottom: 1px solid #f00 !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
    border: none !important;
    margin: 0 !important;
    margin-top: 15px !important;
    color: #ff0000 !important;
    padding: 0 !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #ff0000 !important;
}

div.wpcf7-mail-sent-ok {
	border: none !important;
	border-bottom: 2px solid #398f14 !important;
}


/* Responsive Style Start */


@media (min-width: 600px) {
.top-services-row .wp-block-column {
    flex-basis: calc(33.33% - 16px);
    flex-grow: 0;
}

}
@media only screen and (max-width: 1920px) {
  .package-col-img {
    position: absolute;
  width: auto;
    height: 925px;
}

.package-col-img-left {
      left: 0;
    top: 0;
}

.package-row:nth-child(odd) .package-col-img-left {
      right: 0;
    bottom: 0;
	    left: initial;
}

.package-row:nth-child(odd) .package-col-right {
	float: left;
	padding-left: 0;
}

.package-col {
  clear: both;
}

}

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

.package-col-img {
    width: 50%;
}
}
@media only screen and (max-width: 1180px) {
  .container {
    max-width: 1000px;
}
h3.main-title {
    font-size: 110px;
}
.top-content h3.main-title {
    font-size: 90px;
}
.blue-left {
    padding-left: 76px;
}
.portfolio-title {
    font-size: 60px;
    line-height: normal;
}
}


@media only screen and (max-height: 768px) {
.package-col {
    padding-top: 40px;
}
.package-col h3 {
    margin-bottom: 15px;
}
.package-col h4 {
    margin-top: 40px;
}
	
.page-id-13 .main-content .top-services-row h3 {
    font-size: 42px;
}

}
@media only screen and (max-width: 1080px) {
h3.main-title {
    font-size: 90px;
}

}

@media only screen and (max-width: 1024px) {
	.slider-wrap button {
    opacity: 1 !important;
}
  .blue-left, .black-right {
    width: 100%;
    min-height: 500px;
    padding-bottom: 50px;
}
.blue-inner {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-left: 15px;
    max-width: 100%;
}
.blue-left {
    padding-left: 0;
}
.black-inner {
    width: 100%;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
}
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  
h3.main-title {
    font-size: 90px;
}

.black-right-footer {
    padding-top: 50px;
}
.testimonial-inner {
    width: 100%;
    padding: 0 50px;
}
.services-wrap {
    display: flex;
    flex-wrap: wrap;
}
.services-box {
    width: 50%;
    padding-bottom: 40px;
    text-align: center;
}
.services-box h4:after {
    left: 50%;
    transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
.top-content-about {
    margin-top: 0;
}
.about-block-left {
    width: 100%;
    padding-right: 15px;
    max-width: 100%;
    padding-left: 15px;
}
.about-block-right {
    float: right;
    width: 100%;
}
.services-wrap h3.main-title {
  float: left;
  width: 100%;
}
.blue-menu-left ul li a {
    font-size: 26px;
    padding: 10px 5px;
      padding-left: 15px !important;
}

}



@media only screen and (max-width: 980px) {
	.package-row {
		background: #fff;
	}
.package-col-img {
    width: 100%;
    position: static;
    text-align: center;
    height: auto;
	order: 1;
	display: none;
}
.package-col-img img {
    height: auto;
}
.package-col {
    clear: both;
    width: 100%;
    padding-left: 0;
    order: 2;
    height: auto;
    padding-bottom: 0;
    padding-top: 0;
}
.col-inner {
    float: left;
    width: 100%;
    padding-bottom: 120px;
    display: none;
    padding-left: 100px;
    padding-top: 60px;
}
.package-row .container {
	    display: flex;
    flex-direction: column;
}
.package-col h3 {
    font-size: 72px;
    border-bottom: 1px solid #00aeef;
    padding: 0 15px;
}
.package-col h3.blue-heading {
	    background: #00aeef;
    color: #fff;
}
.package-col h3 i {
    font-weight: 100;
    font-size: 46px;
    vertical-align: middle;
    float: right;
    line-height: 95px;
	display: block;
}
}
@media only screen and (max-width: 768px) {
	
	.slider-wrap-portfolio .slick-slide {
    background: #00aeef;
}
	
	.homepage-portfolio .slick-slide, .testimonial-wrap .slick-slide {
		background: transparent;
	}
  
  .slider-wrap-portfolio {
    height: auto;
}
  .services-wrap-aboutus {
    margin-top: 0;
    margin-bottom: 0;
}

.services-wrap h3.main-title {
    float: left;
    width: 100%;
    padding-top: 50px;
}

  
  .menu-wrap {
    padding-top: 30px;
}

.menu-wrap ul li a {
    font-size: 60px;
    line-height: 70px;
}

.social-icons {
    margin-top: 15px;
}
  
  .social-icons ul li img {
    width: 70px;
  }
  
  .portfolio-detail-bg {
    background-attachment: initial;
}
  .top-content {
    margin-top: 30px;
    margin-bottom: 80px;
}
.top-content-about {
  margin-bottom: 30px;
}
h3.main-title {
    font-size: 72px;
    line-height: 65px;
}
.top-content h3.main-title {
       font-size: 72px;
    line-height: 65px;
}
.blue-nav .container {
  position: relative;
}

.blue-menu-left {
      float: left;
    line-height: 50px;
    position: absolute;
    background: #01a0dc;
    width: 100%;
    left: 0;
    top: 70px;
    text-align: center;
  display: none;
}
.blue-menu-left ul li {
    float: left;
    width: 100%;
    text-align: left;
}
.blue-menu-left ul li a {
  letter-spacing: 0;
    line-height: initial;
}
.blue-menu-left ul li a:after {
  display: none;
}
.filter-btn {
    display: block;
}
.portfolio-detail-bg {
    height: 500px;
}
.portfolio-detail-bg .container {
    position: relative;
    height: 500px;
}
.portfolio-inner h3 {
    font-size: 72px;
    letter-spacing: 0px;
}
.portfolio-info p {
     font-size: 24px;

}

.testimonial-wrap {
    height: 704px;
    background-attachment: initial;
}

.testimonial-inner p {
    margin-top: 0;
}
.testimonial-inner h3 {

  margin-top: 0;
}

}

@media only screen and (max-width: 580px) {
.blue-inner h3 span {
    width: 100%;
    float: left;
}

}
@media only screen and (max-width: 480px) {
    .portfolio-info p {
    font-size: 20px;
    line-height: normal;
}
    .logo-wrap {
            width: 140px;
    margin-top: 7px;
    }
    .tel-text {
    margin-top: 10px;
    font-size: 20px;
    padding-left: 25px;
    margin-right: 5px;
    }
	.top-content h4, .top-content a {
    font-size: 26px;
}
	h3.main-title {
    font-size: 60px;
    line-height: 65px;
}
	.top-content h3.main-title {
       font-size: 60px;
    line-height: 60px;
}
.services-box {
    width: 100%;
}
.black-right-footer ul li a, .black-right-footer p {
    font-size: 14px;
}
.menu-wrap {
    padding-top: 60px;
}
.menu-wrap ul li a {
    font-size: 48px;
    line-height: 55px;
}
.social-icons ul li img {
    width: 60px;
}
.black-right-footer ul li {
    width: 100%;
        margin-bottom: 7px;
    margin-top: 0;
    padding: 0 !important;
    border: 0 !important;
    margin-left: 0 !important;
}
	.black-right-footer ul li:nth-child(2), .black-right-footer ul li:nth-child(4) {
    padding-left: 0 !important;
    margin-left: 0px !important;
    margin-right: 0 !important;
}
.black-right-footer p {
	margin-top: 15px;
}
	.black-right-footer p:nth-child(1) {
	margin-top: 0;
	margin-bottom: 15px;	
}
.black-right-footer p:nth-child(2) {
	margin-top: 0;
	margin-bottom: 15px;	
}
.about-block-right {
    height: 400px;
}
.portfolio-inner h3 {
    font-size: 60px;
}
.portfolio-caption-inner {
    left: 20px;
}
.portfolio-title {
    font-size: 42px;
    line-height: 45px;
}
.service-title {
    font-size: 26px;
}

.slider-wrap button {
    opacity: 1 !important;
}

.middle-content {
    margin-top: 30px;
}
.services-wrap {
    margin-bottom: 20px;
}

.package-col ul li {
    font-size: 20px;
}

.package-col a.order-btn {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
}

.package-col h3 {
    font-size: 48px;
	line-height: 70px;
}

.package-col h3 i {
    font-weight: 100;
    font-size: 32px;
}

.package-col h3 i {
    line-height: 70px;

}

.col-inner {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-top: 20px;
}
}


@media only screen and (max-width: 380px) {
    
    .tel-text {
    margin-top: 13px;
    font-size: 18px;
    padding-left: 23px;
    margin-right: 2px;
}
    
    .top-content h3.main-title {
      font-size: 48px;
    line-height: 46px;
}
  h3.main-title {
    font-size: 48px;
    line-height: 46px;
}
.testimonial-inner p {
    font-size: 18px;
    line-height: 28px;
}
.filter-btn {
    font-size: 21px;
}
.arrow-top-right button {
    font-size: 21px;
    padding-left: 5px;
}
.portfolio-pagi {
    font-size: 20px;
}
}
@media only screen and (max-height: 420px) {
.blue-menu-left {
    height: 200px;
    overflow: auto;
}
}

@media screen and (max-width: 359px)  {
    .main-header {
        position: relative;
    }
.tel-text {
    position: absolute;
    right: 6px;
    top: 5px;
    margin-top: 0;
    font-size: 20px;
}
}


