@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');

h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
	margin: 0;
	padding: 0;
}

.mailto{
    color:inherit;
}

.mailto:hover{
    color:#ccc;
}

.back-heading {
    font-size: 14px;
    line-height: 37px;
    text-align: justify;
}
.back-text
{
    font-size:20px;
    text-align:justify;
}
.new_class
{
    float: left;
    width: 100%;
    margin: 15px 0 0 20px;
    font-size: 12px;
    color: #009e97;
    line-height: 18px;
}
a:hover{text-decoration:none;}
.no_space {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
body {
	background:url(../images/body-img.png);
	height:100%;
	font-family: 'Ubuntu', sans-serif;
}
::placeholder{
	font-family: 'Ubuntu', sans-serif;
	color:#949494;
}
.alt-font {
	font-family: Verdana, Geneva, sans-serif;
}
* {
	margin: 0;
	padding: 0;
}
.top-head {
    float: left;
    width: 100%;
    background: #365660;
    padding: 15px 0;
}

{li 
    list-style: none;}



.thumb li {
    position: relative;
    font-size: 12px;
    color: #00a19a;
    line-height: 26px;
    float: left;
    width: 100%;
    padding-left: 20px;     list-style: none;}




.thumb li::after {
    content: url(../images/thumb.png);
    position: absolute;
    left: 0;
    top: 1px;}



.banner-2 strong {
    color: #fff;
}




.new_class{    position: relative;}





.top-head p {
    font-size: 12px;
    color: #96c8d8;
    border-right: solid 2px #96c8d8;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}


.header {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 0;
}
.navigation ul li {
    float: left;
    list-style: none;
    padding: 0 16px;
}
.navigation ul {
    float: left;
    width: 100%;
}
.navigation {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}
.navigation ul li a {
    text-transform: uppercase;
    font-size: 14px;
    color: #365660;
}
.banner {
    float: left;
    width: 100%;
    text-align: center;
    background: #365660;
    padding: 70px 0 90px 0;
}
.banner h1 {
    color: #fff;
    font-weight: bold;
    font-size: 65px;
	text-transform:uppercase;
}
.banner h2 {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 30px;
}
.banner h2 span {
    color: #eb7364;
}
.banner p {
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    text-transform: uppercase;
    margin-top: 15px;
}
.center {

    float: left;
    margin: 25px 0 0;
    position: relative;
    width: 100%;
    z-index: 99;
}

a.button {
        /* display: block; */
    position: relative;
    /* float: left; */
    /* width: 120px; */
    padding: 10px 40px;
    margin: 0;
    font-weight: 500;
    text-align: center;
    /* line-height: 50px; */
    color: #FFF;
    border-radius: 5px;
    transition: all 0.2s;
    font-size: 20px;
   
}

.btnBlueGreen {
  background: #eb7364;
}

/* 3D */
.btnBlueGreen.btnPush {
  box-shadow: 0px 5px 0px 0px #934c44;
}
.btnBlueGreen.btnPush:hover {
  box-shadow: 0px 0px 0px 0px #007144;
}
.short-banner h1,.short-banner h4,.short-banner p {
    color: #fff;
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
}
.short-banner {
    float: left;
    width: 100%;
    background: #009e97;
    text-align: center;
    padding: 30px 0;
}
.banner-cont {
    float: left;
    width: 100%;
    position: relative;
}
img.banner-bg {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
}
.main-form-cont {
    float: left;
    width: 100%;
}
.main-form-cont h1 {
    font-size: 20px;
    font-weight: 400;
    color: #365660;
    margin: 15px 0 5px 0;
    float: left;
    width: 100%;
}
.info-section {
    float: left;
    width: 100%;
    background: rgba(246, 246, 246, 0.7098039215686275);
    padding: 60px 0 45px 0;
}
input.fieldo {
    float: left;
    width: 100%;
    border: solid 1px #d0cece;
    margin: 10px 0 0 0;
    padding: 10px 10px;
    background: #f6f6f6;
    border-radius: 5px;
	font-family: 'Ubuntu', sans-serif;
}
textarea.fieldo {
    float: left;
    width: 100%;
    border: solid 1px #d0cece;
    margin: 10px 0 0 0;
    padding: 5px 10px;
	height:90px;
	resize:none;
	 background: #f6f6f6;
	  border-radius: 5px;
	  font-family: 'Ubuntu', sans-serif;
}
.sbmt {
    display: block;
    margin: 10px 0 0 0;
    font-weight: 500;
    text-align: center;
    /* line-height: 50px; */
    color: #FFF;
    border-radius: 5px;
    transition: all 0.2s;
    font-size: 14px;
    z-index: 999999999;
    background: #eb7364;
    float: left;
    padding: 10px 25px;
    box-shadow: 0px 5px 0px 0px #c3746a;
    border: none;
}

.sbmt:hover{ box-shadow: none ;}

.why-anytime h1 {
    font-size: 16px;
    font-weight: 500;
    color: #365660;
}
.why-anytime {
    float: left;
    width: 100%;
}
.why-anytime p {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
    font-size: 12px;
    color: #365660;
    line-height: 18px;
}
span.thumb {
    position: relative;
    font-size: 12px;
    color: #365660;
    line-height: 26px;
    float: left;
    width: 100%;
    padding-left: 20px;
}
span.thumb::after{
   content:url(../images/thumb.png);
   position:absolute;
   left:0;
   top:1px;
}
.why-anytime p span {
    color: #009e97;
}    
.style-border{
	border-right: solid 1px #ccc;
    padding-bottom: 70px;
}
.products {
    float: left;
    width: 100%;
    background: #6060a8;
    padding: 36px 0 45px 0;
    text-align: center;
}
.products h1 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin: 25px 0 0 0;
}
.services-cont {
    float: left;
    width: 100%;
    background: rgba(246, 246, 246, 0.7098039215686275);
    padding: 60px 0px 80px 70px;
}
.service-inner h1 {
    color: #fff;
    font-size: 17px;
    line-height: 20px;
}
.service-inner {
    float: left;
    width: 100%;
    background: #f39215;
    padding: 70px 5px;
    text-align: center;
    height: 165px;

    
    
}
.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}
	.flip-container:hover .flipper,  
  .flip-container.hover .flipper {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

/*.flip-container, .front, .back {
	width: 320px;
	height: 427px;
}*/
.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;

	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
  
  -o-transition: 0.6s;
	-o-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}
p b
{
    color: #fff;
    font-size:11px;
}
.service-inner, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.back p {
    position: absolute;
    top: 0;
    /* left: 0; */
    /* right: 0; */
    text-align: center;
    padding: 10px 7px;
    line-height: 18px;
    color: #fff;
    background: #f39215;
    font-size: 11px;
    font-weight: 500;
}
.service-inner.purple {
    background: #6060a8;
}
.back.purple p {
    background: #6060a8;
}
.service-inner.green {
    background: #00a19a;
}
.back.green p {
    background: #00a19a;
}
.service-inner.pink {
    background: #eb7364;
}
.back.pink p {
    background: #eb7364;
}
.service-inner.dgreen {
    background: #385761;
}
.back.dgreen p {
    background: #385761;
}
.steps-cont {
    float: left;
    width: 100%;
    padding: 50px 0 44px 80px;
    background: rgba(246, 246, 246, 0.7098039215686275);
}
.step {
    float: left;
    width: 100%;
    padding: 10px 0 20px 0;
}
.step h1 {
    font-size: 14px !important;
    color: #00a19a !important;
    float: left !important;
    width: 100% !important;
    margin: 20px 0 15px 0 !important; 
}
.step p {
    font-size: 11px;
    color: #949493;
    line-height: 18px;
    margin: 0 0 15px 0;
}
.step p span {
    color: #00a19a;
    font-weight: 500;
}
.border-style {
    border-right: dotted 1px #a3a2a2;
}
.content {
    float: left;
    width: 100%;
    background: #6161a7;
    padding: 40px 0;
    border-top: solid 10px #3eb2ad;
}
.content p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    padding: 10px 15px;
}
.right-content {
    font-size: 13px !important;
    color: #fff;
    line-height: 20px !important;
	padding:10px 25px !important;
	
}
.border-style2 {
    border-right: dotted 1px #fff;
}
.quote-section {
    float: left;
    width: 100%;
    background: rgba(246, 246, 246, 0.7098039215686275);
    padding: 30px 0 0;
}
.quote-section h1 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    color: #385761;
    float: left;
    width: 100%;
    margin: 12px 0 5px 0;
}
.quote-section-h1{
        font-size: 23px !important;
        text-transform: uppercase;
        font-weight: 500 !important;
        color: #385761 !important;
        float: left !important;
        width: 100% !important;
        margin: 12px 0 5px 0 !important;
}
.quote-section p {
    font-size: 16px;
    font-weight: 500;
    color: #385761;
    float: left;
    width: 100%;
    margin: 0 0 10px;
}
.quote ul li{ list-style:url(../images/circle.png);}
.quote ul li span { font-size:16px; color:#385761; line-height:32px; font-weight:600;
     padding-left: 8px;} 
	 .today{ }
	 
	 	 .today input{     height: 47px;
    width: 100%;
    padding: 0 18px;
    font-size: 16px;

    background: #f6f6f6;
    border: 1px solid #d0cece;
    border-radius: 5px;
    margin: 0 0 14px;
}
 .today  textarea{ height:106px; width:100%;  background: #f6f6f6;
    border: 1px solid #d0cece;   padding: 10px 18px;  font-size: 16px;

    border-radius: 5px;
     }
	.padiing-left{ padding-left:0;}
	
	
	.box{ background:url(../images/bod.jpg);padding: 40px 0 40px; margin-top: 38px; background-repeat: repeat-x; width: 100%; }
	
	.box h3{ font-size:32px; text-align:center; color:#fff; font-weight:400;}
	.last{margin-top:45px;padding-bottom: 20px;}
	 .last p {
    font-size: 18px;
    font-weight: 400;
       width: 96%;
    color: #949493;
    line-height: 25px;}
span.thum {
    position: relative;
    font-size: 13px;
    color: #00a19a;
    float: left;
    width: 100%;
    padding-left: 20px;
    line-height: 26px;
    }
	span.thum::after {
    content: url(../images/thumb.png);
    position: absolute;
    left: 0;
    top: 1px;
	}
	.footer {
    background: #385761;
    padding: 33px 0 29px;}
	.footer h3, p, h4{ color:#fff;}
		.footer h3{ font-size:16px; }
			.footer p{  margin-top:17px; font-size:13px;}
			
				.footer h4{ font-size:13px; margin-top:20px;}
				
				.number{ margin-top:30px;}
				.number p{ color:#fff; font-size:16px; margin:0;}
				.number span {
    color: #fff;
    font-size: 16px;
    text-align: left;
    display: block;
}
				.copy{ background:#00a19a; padding:15px 0 10px;}
				
				
				.copy p{ text-align:center; font-size:12px;}	
			.quote-section h2,	.quote-section p {
    font-size: 18px;
    font-weight: 500;
    color: #385761;
    float: left;
    width: 100%;
    margin: 0px 0 5px 0;
    }
			
	.myNavbar ul li a {
	color: #365660;
	font-size: 13px;
	padding: 7px 12px;
	border-radius: 20px;
	transition: .3s ease-in-out;    text-transform: uppercase;
}
.myNavbar ul li {
	padding: 0 5px;
}
.mainNav {
	padding: 15px 0;
}
.navbar {
    margin-bottom: 0;
}
.myNavbar ul li a:hover {

	color: #eb7364;
	transition: .3s ease-in-out;
}
.navbar-nav {
    margin: 7.5px 0px;
}
.active{ color:#eb7364;}
.inner-cont {
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
}
.inner-cont .service-inner h1 {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin: 30px 0 0 0;
}
.inner-cont .service-inner {
    float: left;
    width: 100%;
    background: #f39215;
    padding: 30px 0;
    text-align: center;
    min-height: 130px;
    margin: 10px 0 83px;
}	
.inner-cont .back p {
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    text-align: center;
    padding: 10px 10px;
    line-height: 30px;
    color: #fff;
    background: #f39215;
    font-size: 13px;
    font-weight: 400;
    float: left;
    width: 100%;
    min-height: 130px;
    margin: 10px 0 0 0;
    line-height: 16px;

}






inner-cont .service-inner.purple {
    background: #6060a8;
}
.inner-cont .back.purple p {
    background: #6060a8;
}
.inner-cont .service-inner.green {
    background: #00a19a;
}
.inner-cont .back.green p {
    background: #00a19a;
}
.inner-cont .service-inner.pink {
    background: #eb7364;
}
.inner-cont .back.pink p {
    background: #eb7364;
}
.inner-cont .service-inner.dgreen {
    background: #385761;
}
.inner-cont .back.dgreen p {
    background: #385761;
}	
.inner-cont .service-inner.grey {
    background: #949494;
}
.inner-cont .back.grey p {
    background: #949494;
}	
.style-border-inner {
    border-right: solid 1px #ccc;
}
.short-banner-inner h1 {
    color: #fff;
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
}
.short-banner-inner {
    float: left;
    width: 100%;
    background: #385761;
    text-align: center;
    padding: 30px 0;
}
.info-section.inner-page {
    padding-bottom: 80px;
}
.products-cont {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: rgba(246, 246, 246, 0.7098039215686275);
}
.img-cont img {
    height: 100%;
    width: auto;
}
.img-cont {
    float: left;
    width: 100%;
    text-align: center;
    height: 127px;
}



p b{color: #fff;font-size:12px;}

p strong{color: #00a19a;}




.chan{
    color:#009e97;
}
.products-inner {
    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    border: solid 1px #c9c9c9;
    box-shadow: 1px 1px 15px #afacac; 
    padding: 32px 0;
    min-height: 130px;
}
#return-to-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {

    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.products-inner h1 {
    color: #385761;
    display: table-row;
    float: left;
    font-size: 20px;
    height: 46px;
    margin: 40px 0 0;
    vertical-align: middle;
    width: 100%;
}
.products-cont .back.pink p {
    background: #eb7364;
}
.text-home h3,.text-home h2 {
    color: #365660;
    font-size: 28px;
    padding: 0 0 10px 0;
}
.test-inner {
    padding: 35px 20px 50px 20px;
}
.test-col {
    width: 50%;
}
.text-home h6,.text-home p {
    font-size: 21px;
    color: #009e97;
    padding: 0 0 5px 0;
}
.text-home p {
    font-size: 16px;
    padding: 0 0 15px 0;
    color: #282828;
}
.banner-sec {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.products-cont .back p {
    position: absolute;
    /*top: 0;*/
    /* left: 0; */
    /* right: 0; */
    text-align: center;
    padding: 8px 7px;
    line-height: 30px;
    color: #fff;
    background: #f39215;
    font-size: 26px;
    font-weight: 600;
    float: left;
    width: 100%;
    min-height: 130px;
}
.banner-sec.test{
    background: url("../images/dual-img-bg.jpg");
    background-size: cover;
    background-position: center center;
    color: #f8f8f8;
}
.banner-sec.test h6,.banner-sec.test h2,.banner-sec.test h4{
    font-size: 22px;
    font-weight: 500;
    padding: 15px 0 5px 0;
}
.banner-1 h3 {
        font-size: 22px;
    font-weight: 500;
    padding: 15px 0 5px 0;
}
.banner-sec.test p{
    font-size: 16px;
}
.test-col1{
    
    /*background: url(../images/banner-sec1.jpg);*/
    /*background-size: cover;*/
    width:50% !important;
    
}

.test-col2{
    
    /*background: url(../images/banner-sec2.jpg);*/
    /*background-size: cover;*/
        width:50% !important;

}

.sec-1 {
    /* height: 450px; */

}
.sec-2 {
    /*background: url(../images/banner-sec2.jpg);*/
    /* height: 450px; */
    background-size: cover;
}
.img-cont h6 {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 28px;
    color: #365660;
}
.ipad-div {
    margin: 10px 0;
    padding: 0 0 25px 0;
}
.img-div img {
    padding: 10px 0px;
}
.img-cont p {
    text-align: left;
    padding: 5px 10px 0px 0;
    font-size: 16px;
    color: #282828;
    float: left;
    margin: 0px 0px;
}
.ipad-sec {
    float: left;
    width: 100%;
    padding: 0px 0px;
    margin: 30px 0;
}
/*.products-cont .back p {
    background: #eb7364;
    text-align: center;
    padding: 10px 7px;
    line-height: 28px;
    color: #fff;
    background: #eb7364;
    font-size: 20px;
    font-weight: 500;
    float: left;
    width: 100%;
    min-height: 130px;
}*/

.products-cont .back.pink p a {
    line-height: 15px;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
}
span.text-cont {
    float: left;
    text-align: center;
    margin: 10px 0;
    padding: 0 13px;
}
.products-cont .flipper {
    margin: 0 0 40px 0;
    float: left;
    width: 100%;
}
.inner-cont .flipper {
    float: left;
    width: 100%;
}
.quote-section.padding-bot {
    padding-bottom: 40px;
}
.dropdown-menu {
    left: 20px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #385761;
    font-size: 16px;
    margin-bottom: 13px;
}

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: #fff;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #00a19a;
    position: absolute;
    top: 8px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
		
	#contact_form input[type="checkbox"]:checked, #contact_form input[type="checkbox"]:not(:checked) {
    left: 17px;
    top: 6px;
    opacity: 0;
}	
		
/***NEW CSS***/
.ipad-sec .img-cont{
    height: auto;
    float: none;
}
.ipad-sec .img-cont p{
    float: none;
}
.ipad-sec .img-cont h6,.img-cont p {
    float: none;
    display: block;
    text-align: left;
}

.index-fifth-section{
    padding: 60px 0;
    background: url('../images/index-fifth-bg.jpg');
    background-size: cover;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
}
.index-fifth-section .index-fifth-text{
    padding: 0 10px;
}
.index-fifth-section h6,.index-fifth-section h3{ 
    font-size: 28px;
    font-weight: 500;
}
.index-fifth-section p:nth-of-type(1){
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0;
}
.index-fifth-section p:nth-of-type(2){
    font-size: 18px;
}
.index-sixth-section{
    padding: 40px 0;
    background: #009e97;
    color: #fff;
    text-align: center;
    float: left;
    width: 100%;
}
.index-sixth-section h6,.index-sixth-section h4,.index-sixth-section p{
    font-size: 28px;
    font-weight: 400;
} 

.step1{
        font-size: 14px !important;
    color: #00a19a  !important;
    float: left  !important;
    width: 100%  !important;
    margin: 20px 0 15px 0  !important;
}
.index-sixth-section p{
    font-size: 18px;
} 

.index-eight-section{
    padding: 30px 0;
    background: #6161a7;
    float: left;
    width: 100%;
    border-top: 10px solid #009e97;
}
.index-eight-section p{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}				
.index-eight-section h3.para-title{
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 15px;
    line-height: 24px;
}				
.index-eight-section .index-eighth-col{
    padding: 20px;
}				
.index-ninht-section{
    padding: 40px 0;
    background: #009e97;
    float: left;
    width: 100%;
    color: #fff;
}
.index-ninht-section h6,.index-ninht-section h3{
    font-size: 28px;    
}
.index-ninht-section p{
    font-size: 16px;
    line-height: 24px;
}				

/***INNER PAGE***/
html {
  scroll-behavior: smooth;
}
.inner-banner-section{
    background: url("../images/inner-banner.jpg");
    background-size: cover;
    height: 500px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background-position: center center !important;
}
.inner-second-col{
    padding-top: 95px;
}
.inner-banner-section .banner-heading,
.inner-banner-section h1{
    font-size: 49px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.inner-second-section{
    padding: 60px 0;
    float: left;
    width: 100%;
}
.inner-second-section .heading{
    color: #365660;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 10px;
}
.inner-second-section p{
    color: #16181c;
    font-size: 16px;
}
.inner-second-section ul{
    padding-left: 20px;
}
.inner-second-section ul li{
    color: #16181c;
    font-size: 16px;
}
.inner-second-section p span{
    color: #16181c;
    font-weight: 300;
    text-decoration: none !important;
    margin: 5px 0 !important;
    position: relative;
    float: left;
    width: 100%;
}
.inner-second-section .heading.last{
    /* font-size: 18px; */
    margin-top: 0;
}
.inner-second-section .inner-second-inner:nth-of-type(3) p:nth-of-type(2){
    padding-bottom: 30px;
}
.inner-second-section .inner-second-inner{
    padding-bottom: 30px;
}


.inner-third-section{
    padding: 50px 0;
    float: left;
    width: 100%;
    background: #029a95;
    text-align: center;
}
.inner-third-section .inner-third-wrap{
    padding: 0 50px;
}
.inner-third-section .heading{
    font-size: 33px;
    font-weight: 500;
    padding-bottom: 15px;
    color: #fff;
}
.inner-third-section p{
    font-size: 19px;
    line-height: 32px;
}
.inner-third-row .inner-third-col{
    padding-top: 10px;
    padding-bottom: 10px;
}
.inner-third-row .inner-third-col .heading{
    font-size: 28px !important;
    line-height: 1 !important;
}
.inner-third-row .inner-third-col p{
    font-size: 18px;
    line-height: 26px;
    text-align: left;
}
.inner-third-row .inner-third-col ul{
    padding-left: 20px;
    padding-top: 10px;
}
.inner-third-row .inner-third-col ul li{
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #fff;
}
.inner-fourth-section{
    padding: 40px 0;
    float: left;
    width: 100%;
    background: #eaeaea;
}
.inner-fourth-section .inner-fourth-wrap{
    padding: 20px 0;
    position: relative;
    border: 1px solid transparent;
    transition: all 0.35s;
    background: #fff !important;
    margin: 30px 0;
    min-height: 250px;
    height: calc(100% - 70px);
}
.inner-fourth-section .inner-fourth-wrap:hover{
    border-color: #029a95;
    /* background: #fff; */
}
.inner-fourth-section .inner-fourth-wrap .inner-forth-img{
    padding-bottom: 30px;
    height: 170px;
}
.inner-fourth-section .inner-fourth-wrap .inner-forth-img img{
    margin: 0 auto;
    max-width: 190px;
    max-height: 100%;
}
.inner-fourth-section .inner-forth-text p{
    font-size: 19px;
    line-height: 1;
    color: #365660;
    text-align: center;
}
.inner-fourth-section .row {
    display: flex;
    flex-wrap: wrap;
}
.giant-itab-wrapper .inner-fourth-section .row {
    justify-content: center;
}
.inner-fourth-section .row .col-xs-12 {
    float: none;
}
.inner-fourth-section .product-description{
    text-align: left;
    padding: 10px;
}
.inner-fourth-section .product-description p{
    font-size: 16px;
    text-align: left;
    padding: 2px 0;
    line-height: 25px;
}
.inner-fifth-section{
    padding: 30px 0;
    float: left;
    width: 100%;
}
.inner-fifth-section .index-fifth-row-1 {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.inner-fifth-section .index-fifth-row-1 .fifth-col-1{
    padding: 10px 15px;
}
.inner-fifth-section .index-fifth-row-2 .fifth-col-2{
    padding: 10px 15px;
}
.index-fifth-box{
    padding: 30px;  
    height: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.index-fifth-box-1{
    background: #ea7364;    
}
.index-fifth-box-2{
    background: #35545d;
}
.index-fifth-box-3{
    background: #029b96;
}
.index-fifth-box .box-heading{
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}
.index-fifth-box p{
    font-size: 14px;
}
.index-fifth-box ul{
    padding-left: 20px;
}
.index-fifth-box ul li{
    color: #fff;
    font-size: 14px;
    padding: 3px 0;
}
.index-fifth-row-2{
    padding: 40px 0 20px 0;
}
.index-fifth-row-2 .heading{
    color: #365660;
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 10px;
}
.index-fifth-row-2 p.text{
    padding: 0px 0;
    color: #282828;
    font-size: 16px;
}
.index-fifth-row-2 ul{
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-left: 17px;
}
.index-fifth-row-2 ul li{
    color: #282828;
    font-size: 16px;
    width: 50%;
    padding-right: 5px;
}

.inner-sixth-section{
    padding: 50px 0;
    float: left;
    width: 100%;
    background: url("../images/inner-sixth-banner.jpg");
    background-size: cover;
    color: #f9f9f9;
}
.inner-sixth-section .heading{
    font-size: 24px;
    font-weight: 500;
}
.inner-sixth-section p{
    font-size: 16px;
    padding: 10px 0;
}
.inner-sixth-section p span{
    font-weight: 600;
    text-decoration: underline;
}
.inner-sixth-section .inner-sixth-text{
    padding: 10px 0;
}
.inner-sixth-section .inner-sixth-text ul{
    padding-left: 20px;
}
.inner-sixth-section .inner-sixth-text p a{
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}
.inner-sixth-text-inner-col{
    display: flex;
    flex-wrap: wrap;
}
.inner-sixth-text-inner-col .inner-sixth-text{
    width: 33.33%;
    padding: 10px;
}
.inner-seventh-section{
    float: left;
    width: 100%;
}
.inner-seventh-section .heading{
    font-size: 26px;
    color: #365660;
    font-weight: 500;
    text-transform: uppercase;
}
.inner-seventh-section .heading span{
    border-bottom: 1px solid #c5cacc;
}

.inner-seventh-section .text{
    font-size: 16px;
    color: #282828;
    padding: 20px 0;
}
.inner-seventh-section ul{
    padding-left: 18px;
}
.inner-seventh-section ul li{
    font-size: 16px;
    color: #282828;
}
.inner-seventh-section .inner-seventh-row-1{
    padding: 50px 0 70px 0;
    border-bottom: 1px solid #dfdbdb;
}
.inner-seventh-section .inner-seventh-row-2{
    padding: 70px 0 50px 0;
}
.inner-seventh-row-2 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner-seventh-row-2 ul li{
    width: 50%;
    padding-right: 5px;
}

.inner-eight-section{
    float: left;
    width: 100%;
    background: #365660;
}
section.inner-fourth-section h1,
.product-sec-heading{
    text-align: center;
    margin: 10px auto;
    color: #01a89e;
    font-weight: 500;
    font-size: 30px;
}
.inner-eight-section .row{
    display: flex;
    flex-wrap: wrap;
}
.inner-eight-section .inner-eight-col{
    padding: 50px 15px;
    color: #fff;
}
.inner-eight-section .inner-eight-col:nth-of-type(2){
    background: #6161a7;
}
.inner-eight-section .inner-eight-col .heading{
    font-size: 26px;
    font-weight: 500;
}
.inner-eight-section .inner-eight-col .heading span{
    font-size: 21px;
}
.inner-eight-section .inner-eight-col .text{
    font-size: 17px;
}
.inner-eight-section .inner-eight-col a,
.inner-eight-section .inner-eight-col a:hover,
.inner-eight-section .inner-eight-col a:focus{
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}
.inner-eight-section .inner-eight-col ul{
    list-style-type: none;
}
.inner-eight-section .inner-eight-col ul li{
    font-size: 17px;
    color: #fff;
}
.inner-eight-section .inner-eight-col .inner-eight-col-wrap{
    padding-bottom: 15px;
}
a.dropdown-toggle i {
    padding: 0 5px;
}









.banner2 .giant-banner-text .heading {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 50px;
    line-height: 1.1;
    padding-bottom: 15px;
    font-weight: 400;
}


.giant-banner-text .bold-text {
    color: #fff;
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
    padding-left: 0;
}
.giant-banner-text p {
    color: #fff;
    font-size: 17px;
    padding-top: 15px;
    padding-left: 0;
    font-weight: 300;
}

.giant-banner-text .banner-icons p {
    padding: 0;
    font-size: 17px;
    top: 10px;
    position: relative;
}


.giant-banner-text .banner-icon {
    padding: 0 10px;
}
.giant-banner-text {
    max-width: 50%;
    text-align: left;
}
.giant-banner-text .banner-icons {
    display: flex;
    align-items: center;
    padding-top: 30px;
}
.giant-banner-text .banner-icon {
    padding: 0 10px;
}

.pb-10{
    padding-bottom: 10px;
}
.pb-15{
    padding-bottom: 15px !important;
}
.pb-30{
    padding-bottom: 30px !important;
}
/***CHARGE BUS PAGE***/

.chargebus-wrap .inner-third-section p {
    font-size: 17px;
    line-height: 26px;
}
.inner-third-section a{
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}
.index-fifth-row-2 p{
    padding: 10px 0;
    color: #282828;
    font-size: 16px;;
}
.index-fifth-row-2 p a {
    color: #365660;
    font-weight: 600;
    text-decoration: underline;
}
.inner-second-inner a{
    text-decoration: underline;
    color: #365660;
    font-weight: 600;
}
.satellite-internet-hire-wrap .inner-third-section p,
.audio-visual-service-wrap .inner-third-section p,
.projector-hire-wrapper  .inner-third-section p,
.hire-ipad-australia-wrapper .inner-third-section p,
.event-festival-wrapper .inner-third-section p,
.digital-conference-wrap .inner-third-section p{
    font-size: 18px;
    line-height: 24px;
}
.satellite-internet-hire-wrap .inner-sixth-text {
    padding: 10px 0;
    text-align: center;
}
.navbar-collapse{
    z-index:1;
}
.new-page-wrapper{
float:left;
width: 100%;
}

.main-form-cont .form-title {
    font-size: 20px;
    font-weight: 400;
    color: #365660;
    margin: 15px 0 5px 0;
    float: left;
    width: 100%;
    line-height: 1;
}
.quote-section .form-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    color: #385761;
    float: left;
    width: 100%;
    margin: 12px 0 5px 0;
}
.mailto:active,.mailto:focus{
    color: #96c8d8;   
    text-decoration: none;
}
.inner-forth-text a {
    text-decoration: none;
}
footer .footer-heading{
    font-size: 16px !important;
    color: #fff;
    margin: 0 !important;
    padding: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
footer .copyright{
    font-size: 16px !@important;
}
.inner-third-section p.s-text{
    font-size: 18px;
    line-height: 24px;
}
span.thum a {
    color: #00a19a;
}
.f-row{
    display: flex;
    flex-wrap: wrap;
}