.revenue h2 {
	font-size: 30px;
}

.revenue h3 {
	font-size: 20px;
	font-weight: 600;
}

.revenue ul {
	padding-left: 0px;
	list-style-type: none;
}

.revenue ul li {
	line-height: 1.7;
}

.revenue .icofont-check-circled {
	color: #156ba3;
}

/* ipad pro potrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation:portrait) {

	/*#hero {
		background-size: cover;
		background-position: bottom;
	}
*/
	
	#hero.inner_service.about_banner {
	    height: 24vh;
	}

 	.line {
 		width: 80px;
 		height: 47px;
 		border-bottom: 2px dashed #666;
 		position: absolute;
 		left: 200px;
 		top: 60px;
 		transform: skew(-20deg,30deg);
 	}

 	.line2 {
 		width: 70px;
 		border-bottom: 2px dashed #666;
 		position: absolute;
 		left: 430px;
 		top: 120px;
 		transform: skew(20deg,-30deg);
 	}


 	.line3 {
 		width: 80px;
 		height: 47px;
 		border-bottom: 2px dashed #666;
 		position: absolute;
 		left: 700px;
 		top: 60px;
 		transform: skew(-20deg,30deg);
 	}


 	section.wmap {
 	    padding-top: 20vh;
 	}

 }




 /* ipad pro landscape */
 @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation:landscape) {
 	
 	/*#hero.inner_service.about_banner {
 	    height: 42vh;
 	}*/

 	/*section.wmap {
 	    padding-top: 25vh;
 	}
*/
  }



 /* ipad pro potrait */
 @media only screen and (min-device-width: 1024px) and (max-device-width: 1112px) and (orientation:landscape) {

 	/*#hero {
 		background-size: cover;
 		background-position: bottom;
 	}
 */

	 section.wmap {
	     padding-top: 40vh;
	 }


  	.line {
  		width: 90px;
  		height: 47px;
  		border-bottom: 2px dashed #666;
  		position: absolute;
  		left: 200px;
  		top: 60px;
  		transform: skew(-20deg,30deg);
  	}

  	.line2 {
  		width: 70px;
  		border-bottom: 2px dashed #666;
  		position: absolute;
  		left: 430px;
  		top: 120px;
  		transform: skew(20deg,-30deg);
  	}


  	.line3 {
  		width: 90px;
  		height: 47px;
  		border-bottom: 2px dashed #666;
  		position: absolute;
  		left: 680px;
  		top: 60px;
  		transform: skew(-20deg,30deg);
  	}

  }






/* ipad potrait */
@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) and (orientation:portrait) {

	.line {
		width: 60px;
		height: 47px;
		border-bottom: 2px dashed #666;
		position: absolute;
		left: 160px;
		top: 40px;
		transform: skew(-20deg,30deg);
	}

	.line2 {
		width: 60px;
		border-bottom: 2px dashed #666;
		position: absolute;
		left: 320px;
		top: 100px;
		transform: skew(20deg,-30deg);
	}


	.line3 {
		width: 60px;
		height: 47px;
		border-bottom: 2px dashed #666;
		position: absolute;
		left: 500px;
		top: 50px;
		transform: skew(-20deg,30deg);
	}

	.card {
		margin-bottom: 30px;
	}


	[card-stack] {
	    position: relative;
	    max-width: 100%;
	    max-height: 50%;
	    padding-left: 10px;
	    margin: auto;
	}



}




/* ipad potrait */
@media only screen and (min-device-width: 360px) and (max-device-width: 768px) {
	#cta .quote-banner p {
		text-align: left;
	}

	#hero.inner_service.about_banner {
	    height: 45vh;
	}

	#hero .hero-container {
	    top: 40px;
	}

	section.wmap {
    	padding-top: 30vh;
	}


	section.take_a_look > div::before {
	    display: none; 
	}

	section.take_a_look > div::after {
	    display: none;
	}
}



@media only screen and (min-device-width: 360px) and (max-device-width: 768px) and (orientation:landscape) {
	#cta .quote-banner p {
		text-align: left;
	}

	#hero.inner_service.about_banner {
	    height: 100vh;
	}

	#hero .hero-container {
	    top: 40px;
	}

	section.wmap {
    	padding-top: 30vh;
	}

}

.process-text-font2 {
    font-weight: 600!important;
}
.learn_more2 {
	font-size: 1rem;
	font-family: 'Poppins', sans-serif;
}

.learn_more2:hover {
	color: #fff!important;
}

.pt-lg-2 {
	padding-top: 18px!important;
}



.icon-box:hover a {
	color: #fff;
}



.pt-lg-2 {
    padding-top: 18px!important;
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
}

.body-bg {
    border-radius: 5px;
}
.dropdown-menu{
    display: block;
	background-color: #fff;
	border-top: 3px solid #156ba3;
	box-shadow: 0 4.33px 7px 0 rgba(0,0,0,.29);
	left: 0;
	list-style: none;
	margin: 0;
	opacity: 0;
	padding: 15px 0;
	position: absolute;
	top: 56px;
	transform: scale(0);
	transition: all .3s ease 0s;
	visibility: hidden;
	width: 220px;
}
.dropdown:hover .dropdown-menu{visibility: visible;opacity: 1;transform: scale(1);}
ul.dropdown-menu > li{margin: 0!important;}
ul.dropdown-menu > li > a{color: #333333!important;padding: 10px 15px;font-weight: 600;}
ul.dropdown-menu > li > a:hover{background-color: transparent!important;color: #156BA3!important;}

@media only screen and (min-device-width: 768px)  and (max-device-width: 991px) {
    
}

@media only screen and (max-device-width: 767px) {
    section{padding: 30px 0;}
    b, strong{font-weight: bold;}
    .h2, h2{font-size: 1.5rem;}
    .h3, h3{font-size: 1.4rem;}
    body, .section-title > a{font-size: 14px;line-height: 22px;}
    .quote{font-size: 16px;}
    #hero h1{font-size: 16px;line-height: 30px;}
    #hero h1 span{font-size: 32px;}
    #cta .quote-banner h2, .quote-banner a{font-size: 24px;}
    #hero p, ul.feat li span, .services .description{font-size: 14px;line-height: 22px;}
    .counts.section-bg{padding-top: 20px;}
    .counts .card{margin-top: 10px;}
    .section-title>a{font-size: 14px;}
    .section-title h2{font-size: 20px;margin: 0;}
    .contact2{padding-bottom: 20px;}
    .stacked-cards .stacked-card{width: 100%;margin-left: 10px;}
    .stacked-cards .stacked-card >.row{flex-direction: column !important;flex-flow: wrap;}
    .stacked-cards .stacked-card >.row .testimonial-img{height: auto;width: auto;max-width: 80px;float: none;margin: 10px auto 0;border-radius: 4px;}
    .stacked-cards .stacked-card >.row .testimonial-img + div{width: 80%!important;margin-left: 20px;}
    .stacked-cards .stacked-card >.row .testimonial-img + div p{font-size: 14px;text-align: left;}
    #hero .custom-btn{font-size: 14px;}
    #clients .client-logo{padding: 10px;width: calc(100% - 20px);}
    /*#about .row.no-gutters .row{margin: 0;}*/
    #counts h3, .services .title a{font-size: 18px;}
    #counts.section-bg{padding-bottom: 30px;}
    .icon-box{margin: 5px;}
    .col-lg-6.d-flex.flex-column.justify-content-center.about-content > h3{margin-top: 0!important;}
    .contact{padding-top: 30px;padding-bottom: 0;}
    section.inner_service.only_desktop{display: none!important;}
}
@media only screen and (max-device-width: 314px){
    .php-email-form h2{font-size: 18px;}
}