@CHARSET "ISO-8859-1";

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
    text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
    font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

/* GENERAL CSS
 * --------------------------------------- */
html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
	
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }


body{
    font-family:  Poppins, Arial, sans-serif; 
	color: #00003E;
	text-align: center;
    letter-spacing: 0em;
	overflow-x:hidden;
	
}

/** header **/
header.container-fluid{
	padding: 0;
	transition: all 0.5s ease;
    z-index: 14;
    position: fixed;
    background: transparent;
}
header.fixed{
    position: fixed;
    z-index: 14;
    background: rgba(255, 255, 255, 0.8);
}
header .menu-container{
	height: 120px;
}

header.fixed .menu-container{
	height: 60px;
}
/*
header .navigation {
    padding: 2%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	right: 0;
	z-index: 1;
}
header .logo-container{
    padding: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	left: 0;
	z-index: 1;
	text-align: left;
}*/
header .logo-container img{
	max-width: 100%;
}
header.fixed .logo-container img {
	max-height: 45px;
}
header .navigation .phone{	
    padding: 1.5rem;
    position: absolute;
    top: 5px;
	right: 0;
	z-index: 1;
	font-size: 1.4rem;
}

header .nav{
	font-weight: 700;
	font-size: 0.8rem;
}

header .nav a{
	color: #0F2957;
	letter-spacing: initial;
    font-size: 0.9rem;
	text-transform: uppercase;
}

header .nav-pills .nav-link{
	position: relative;
}

header .nav-pills .nav-link.active{
	color: #0F2957;
	background-color: inherit;
}

header .nav-pills .nav-link:hover:before,
header .nav-pills .nav-link.active:before,
header #mobile-navbar .active > a:before,
header .dropdown-item:hover span:before {
  content : "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom  : 10%;
  height  : 1px;
  width   : 80%;  
  border-bottom:2px solid #45C6EB;
}

header .dropdown-item:hover span:before{
  bottom: 30%;
  width: 90%;
}

.navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
	margin-bottom: 0;
}
.nav-pills .show>.nav-link.dropdown-toggle{
	color: #0F2957;
}
.top-navigation .dropdown-menu-left .dropdown-item{
	z-index: 1000;
}

header .fa-bars{
    font-size: 1.4rem;
}
.mobile-menu .nav-link.dropdown-toggle:before{
	border: none !important;
}
header .mobile .nav-pills .nav-link.dropdown-toggle {
	margin-top: 25px;	
}
#mobile-navbar ul li{
	padding: 10px;
	text-align: left;
}
#mobile-navbar ul li a{
    position: relative;
}
#mobile-navbar ul li i{
	float: right;
}
#mobile-navbar ul li.show i.fa-angle-right,
#mobile-navbar ul li i.fa-angle-down{
	display:none;
}
#mobile-navbar ul li i.fa-angle-right,
#mobile-navbar ul li.show i.fa-angle-down{
	display:inline-block;
}
#mobile-navbar ul.dropdown-menu{
    position: unset !important;
    border: none;
    transform: none !important;
	display:none;
}
#mobile-navbar ul.dropdown-menu.show{
	display:block;
}
.dropdown-menu{
	z-index: 2000;
}
header #mobile-navbar .active a:before{
    bottom: 0;
    width: 100%;
}
@media (max-width: 1300px) {
	.nav-pills .nav-link {
		padding: .5rem .5rem;
	}
}
@media (max-width: 1200px) {
	header .logo-container{
		padding-left: 20px;
	}
	.nav-pills .nav-link {
		padding: .5rem .3rem;
	}
}

@media (max-width: 967px) {
	header .logo-container img {
		max-width: 95%;
	}
	header .nav a{
		font-size: 0.8rem;
	}
	header.fixed #header-content{
		align-content: center;
	}
	header.fixed .mobile .nav-pills .nav-link.dropdown-toggle{
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	header .logo-container{
		z-index: 10;
	}
	header .logo-container img {
		max-width: 80%;
	}
	
	header .mobile .dropdown-toggle::after{
		border: none;
	}
	
	#header-content.site-width {
		max-width: 100% !important; 		
		padding-top: 10PX;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media (max-width: 575px) {
	header .logo-container img {
		max-width: unset;
		max-height: 40px;
	}
	header .logo-container{
		max-width: 100%;
	}
	header #top-navigation-right{	
		max-width: unset;
		justify-content: center !important;
		padding-top: 15px;
	}
	header .navigation .phone{
		position: unset;
	}
	
	header.fixed .logo-container img {
		max-height: 35px;
	}
	header.fixed #top-navigation-left{	
		display: none !important;
	}
	header.fixed #top-navigation-right{	
		max-width: 55%;
		padding: 0;
		align-items: center !important;
	}
	header.fixed .logo-container{
		max-width: 40%;
		padding: 0 !important;
	}
}

/** top nav **/
.top-navigation{
	z-index: 15;
    padding-bottom: 10px;	
    min-height: 90px;
}
header .dropdown-menu{
	background-color: #FFF;
}

header .dropdown-menu a{
	color: #0F2957;
}
.dropdown-toggle::after{
	border:none;
}

.dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
	display: block;
}
.dropdown-menu{
	margin-top: 0;
}
.dropdown-toggle{
	margin-bottom: 2px;
}
.top-navigation .dropdown-item{
	text-transform: uppercase;
     padding: 15px;
	 text-align: right;
	 font-weight: 700;
    position: relative;
    font-size: 1rem;
}
.top-navigation .dropdown-menu{
	border-radius: 1rem;
	
    box-shadow: 2px 1px 1px #b5b4b4;
     border: 1px solid rgba(0, 0, 0, 0.03);
}
.top-navigation .dropdown-item:focus, 
.top-navigation .dropdown-item:hover{
	background:transparent;
	color: #0F2957;
}
/*
.top-navigation .dropdown-menu:before {
    position: absolute;
    top: -8px;
    right:20px;
    display: inline-block;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #FFF;
    border-left: 9px solid transparent;
    content: '';
}*/
.top-navigation .dropdown-menu.dropdown-menu-left:before {
    left:20px;
	right: unset;
}
.top-navigation .dropdown-menu-left .dropdown-item{
	text-transform: unset;
	 text-align: left;
}
.top-navigation .dropdown-item:hover {
    border-radius: 10px;
}

.top-navigation .nav-pills .show>.nav-link {
    background-color: inherit;
}


/** header **/
footer{
	background-color: #0F2957;
}
footer .footer-content{
	min-height: 90px;
	margin: 0 auto;
	align-items: center;
}

footer .navigation a{
	color: #FFFFFF;
	letter-spacing: initial;
	font-weight: 700;
	font-size: 0.84rem; 
    padding-left: 0;
    text-transform: uppercase;
}

footer .site-design{
	color: #FFFFFF;
	letter-spacing: initial;
	font-weight: 700;
	font-size: 0.84rem;
}

footer .site-design a{
	color: #FFFFFF;
}

footer .fa-stack-2x{
	color: #FFFFFF;
}
footer .fa-stack-1x{
	color: #0F2957;
}

footer .bottom-logo img{
    max-width: 190px;
    margin: 20px 0;
}

.footer-info{
	color: #fff;
}

.footer-info h4{
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
}

@media (max-width: 1290px) {
	footer .nav-link {
		padding: .1rem 0.4rem;
	}
	footer .footer-content{
		width: 95%;
		padding: 0;
	}
}
@media (max-width: 990px) {
	#bottom-navigation {
		padding: 0;
	}
}

@media (max-width: 768px) {
	footer .nav-link {
		padding: .4rem 1rem;
	}
	
	footer .navigation {
		text-align:center;
	}
	footer ul.justify-content-end,
	footer ul.justify-content-start{
		justify-content: center !important;
	}
}
@media (max-width: 600px) {

	footer .copyright .text-right{
		text-align: left !important;
	}

}
.site-width{
	max-width: 1300px !important;
	margin: 0 auto;
}
.text-small{
	font-size: 1rem !important;
}


/**** banner ***/


.full-banner .carousel-item{
	height: 100vh;
	background-repeat: no-repeat;
    background-position: center;
	background-size:cover;
	z-index: 1;
}
.carousel-item .container{
	height: 100vh;
}
.full-banner h1{
    font-size: 4rem;
    line-height: 4.5rem;
	text-align: left;
	font-weight: 600;
}

.full-banner p{
	text-align: left;
    font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 400;
}


.carousel-control-next, .carousel-control-prev{
	opacity: 1;
}
.carousel-control-next{
	justify-content: flex-end;
	padding-right: 1%;
}
.carousel-control-prev{
	justify-content: flex-start;
	padding-left: 1%;
}
.carousel-control-prev-icon {
     background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23403e3e' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); 
}
.carousel-control-next-icon {
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23403e3e' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
@media (max-width: 1600px) {
	.site-width{
		max-width: 1200px;
	}
	.full-banner h1{
		font-size: 3rem;
		line-height: 3.5rem;
	}
}


@media (max-width: 980px) {
	.full-banner h1{
		font-size: 2.5rem;
		line-height: 3rem;
	}
}

@media (max-width: 420px) {
	.full-banner h1{
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.full-banner p{
		font-size: 1rem;
		line-height: 1.5rem;
	}

}

@media (max-height: 420px){
	header .menu-container {
		height: 90px;
	}
	header .logo-container img {
		max-width: 90px;
	}
}

/* standards */
h2{
	font-size: 3rem;
	line-height: 3.5rem;
	font-weight: 600;
}

/** content section **/

.content-section{
	min-height: 400px;
	position: relative;
	padding: 30px 0;
}
.content-section.short{
	min-height: 200px;
}
.content-section h4{
	font-size: 1.5rem;
	margin: 10px 0;
	line-height: 2rem;
}
.content-section p{
	font-weight: 400;
    font-size: 1.5rem;
}
.text-center {
    text-align: center!important;
}

.content-section .container {
	max-width: 100%;
}

.content-section h3{
	font-size: 2.5rem;
	font-weight: 700;
    line-height: 3.1rem;
}

.content-section .py-20{
	padding-top: 20px;
	padding-bottom: 20px;	
}
@media (max-width: 760px) {
	.content-section h3{
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.content-section p{
		font-size: 1rem;
		line-height: 1.6rem;
	}
}
@media (max-width: 460px) {
	.content-section h3{
		font-size: 1.9rem;
		line-height: 2.2rem;
	}
}



@media (max-width: 1100px) {
	
	.content-section .copy-text{
		line-height: 1.2rem;
		font-size: 1rem;
	}
	
}
/** no break **/

.nobr { white-space:nowrap; }

@media (max-width: 680px){
	.nobr{
		white-space:normal;
	}
}


/* All Mobile Sizes (devices and browser) */
@media (max-width: 767px) {
	.overlay-banner .row{
	  min-height: 350px;
	}
}
/*** buttons ***/
.btn{
    font-size: 1.4rem;
    font-weight: 700;
    padding: .4rem 3.4rem;
    border-radius: 4rem;
}
.btn-primary{
	background-color: #FDB71A;
	border-color: #FDB71A;
	text-transform: uppercase;
}
.btn-yellow:hover{
	background-color: #0F2957;
	border-color: #0F2957;
	color: #FFF;
}
.btn-teal{
	background-color: #45C1C2;
	border-color: #45C1C2;
	color: #FFF;
}
.btn-teal:hover{
	background-color: #0F2957;
	border-color: #0F2957;
	color: #FFF;
}
/**mobile**/

.mobile{
	display: none;
}

@media (max-width: 1100px) {
	.mobile{
		display: block;
	}
	li.mobile{
		display: list-item;
	}
	.full-size-only{
		display: none;
	}
	.btn-primary{
		padding: .2rem 1.4rem;
	}
	.top-navigation .mobile .dropdown-item{
		padding: 6px 10px;
	}
	.top-navigation .mobile .sub-menu{
		margin-left: 15px;
	}
	header .menu-container {
		height: auto;
		min-height: 150px;
	}
	header.fixed .menu-container {
		height: auto;
		min-height: 90px;
	}
}

/** forms ***/
.input-wrapper{
	margin: 30px 0;
}
.input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #0F2957;
  color: #555;
  box-sizing: border-box;
  font-size: 1.4rem;
  height: 40px;
  padding: 5px 0px;
  position: relative;
  width: 100%;
}
.input:focus {
    outline: none;    
 }

input::-webkit-input-placeholder ,
textarea::-webkit-input-placeholder {
  color: #45C6EB;
  text-transform: uppercase;
  font-weight: 300;
}

input:focus::-webkit-input-placeholder ,
textarea:focus::-webkit-input-placeholder{
  color: #AAA;
}

label{
	font-weight: 700;
	text-transform:uppercase;
	color:#0F2957;
    text-align: left;
    display: block;
    font-size: 1.4rem;
	margin-bottom: 0;
}

select option:disabled{
	display:none;
}

select:required:invalid {
  color: #dedede;
}
.selectdiv {
  position: relative;
}
option {
  color: #000;
}

/*To remove button from IE11 */
select::-ms-expand {
     display: none;
}

.selectdiv:after {
    position: absolute;
    display: inline-block;
    border-right: 6px solid transparent;
    border-top: 6px solid #0F2957;
    border-left: 6px solid transparent;
    content: '';
  right: 11px;
  top: 18px;
  padding: 0 0 2px;
  pointer-events: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-word-break: normal;
  word-break: normal;
}

textarea.input{
    background-image:
        repeating-linear-gradient(transparent, transparent 60px, #0F2957 60px, #0F2957 61px, transparent 62px);
    line-height: 61px;
	border: none;
	height: auto;
  resize: none;
}
.upload-file-wrapper{
	text-align: left;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    min-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    width: 40%;
    text-align: center;
    overflow: hidden;
    padding: 0.624rem 1.24rem;
    font-size: 14px;
    -webkit-box-shadow:  6px 8px 6px -6px #9e9e9e;
    -moz-box-shadow:  6px 8px 6px -6px #9e9e9e;
    box-shadow:  6px 8px 6px -6px #9e9e9e;
}
form .button-div{
	margin-top: 30px;
}
form .btn-primary{
	width: 30%;
	font-weight: 700;
    padding: 0.624rem 1.24rem;
}

iframe{
	display:none;
}
.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.job-with-us-form .input-wrapper{
	display: flex;
}

.job-with-us-form .input-wrapper label{
	white-space: nowrap;
}

.job-with-us-form .input-wrapper .input{
	border-bottom-color: #0F2957;
}
.job-with-us-form textarea{
    background-image:
        repeating-linear-gradient(transparent, transparent 60px, #0F2957 60px, #0F2957 61px, transparent 62px);

}
/* style 1 */

.inputfile-1 + label {
    color: #FFF;
    background-color: #0F2957;;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #0F2957;
}
/** join us **/

.join-our-team.text-section p{
	line-height: 1.4rem;
}

.join-our-team div.paragraph-section{
	margin: 10px 0;
}

.join-our-team .row{
    max-width: 900px;
    margin: 0 auto;
	width: 90%;
}
form .button-div{
    margin-bottom: 50px;
}
@media (max-width: 667px){
	.join-our-team .row{
		max-width: 100%;
	}
	.text-section.simple .row{
		width: 100%;
	}

}
@media (max-width: 540px){

	.inputfile + label {
		width: 80%;
	}
}
.join-form {
	padding-top: 0;
}

@media (max-width: 767px){
	label,.input{
		font-size: 1rem;
	}
}

/** contact form **/
.contact-form h3{
	padding-bottom: 20px;
}

.contact-form h4{
	font-size: 1.2rem;
	text-align: center;
}
/** animated **/
.animatedParent{
	overflow: hidden;
}
@media (max-width: 590px){
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		opacity: 1;
	}
}
@media (min-width: 1600px) {
	
	.btn-primary{
		font-size: 1.7rem;
	}
	
	
	.overlay-banner .row{
		min-height: 550px;
	}
	
}

/** for ie **/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none), (-high-contrast: none), (-high-contrast: none) {
	
   .home-banner .col{
	   height: 450px;
   }
   textarea { 
   overflow: auto; 
   -ms-overflow-style: none;
   }
   .text-section img{
	   width: 100%;
   }
}
/* for short/wide screen */

@media (min-height: 650px) and (min-width: 1200px) and (max-width: 1400px){
	.site-width{
		max-width: 1150px !important;
	}
	.content-section p {
		font-size: 1.1rem;
	}
	.full-banner p {
		font-size: 1.3rem;
		line-height: 2rem;
	}
}
/** for map **/

#googleMap{
    height: 400px;
    width: 100%;
}
/** copyright **/
.copyright{
	color: #FFF;
	font-weight: 300;
	font-size: 0.8rem;
	min-height: 60px;
}
.copyright div .idesign-link{
	font-size: 1rem;
}
.idesign-link{	
	background-image: url('../images/idesign-icon.svg');
	background-repeat: no-repeat;
	padding-left: 15px;  
	display: inline-block; 
}

@media (max-width: 1300px){
	.copyright div span{
		display: block;
		padding: 5px 0;
	}
}
@media (max-width: 1400px){
	footer .navigation{
		display: block !important;
	}
}

/******************** reliable *****************/

.bg-mask{
	padding: 0;
	 background-image: url('../images/pattern.svg');
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
}
.bg-mask-white{
	padding: 0;
	 background-image: url('../images/pattern-white.svg');
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
}

/* border */
.border-yellow{
	height: 6px;
	background-color: #FDB71A;
	width: 30%;
	margin: 50px auto;
}

/*** colors ***/
.text-green{
	color: #BACE32 !important;
}
.text-purple{
	color: #2B3B90 !important;
}
.text-navy{
	color: #00003E !important;
}
.text-blue{
	color: #45C6EB !important;
}
.bg-purple{
	background-color: #2B3B90 !important;
}
.bg-light-blue{
	background-color: #45c6eb1a !important;
}
.bg-blue{
	background-color: #45C6EB !important;
}

/*** buttons ***/
.btn-primary{
	background-color: #45C6EB;
	border-color: #45C6EB;
	text-transform: uppercase;
    font-size: 1.4rem;
    padding: .4rem 1.4rem;
	font-weight: 500;
}
.btn-primary:hover{
	background-color: #00003E;
	border-color: #00003E;
	color: #FFF;
}
.btn-outline-primary{
	color: #45C6EB;
	border-color: #45C6EB;
	text-transform: uppercase;
    font-size: 1.4rem;
    padding: .4rem 3.4rem;
	font-weight: 500;
	border-width: 2px;
}
.btn-outline-primary:hover{
	background-color: #00003E;
	border-color: #00003E;
	color: #FFF;
}
/* bars */
.bar-blue {
    height: 3px;
    background-color: #45C6EB;
    width: 30%;
    margin: 50px auto;
}

.quote h5{
	font-size: 1.3rem;
}
blockquote{
	font-size: 1.4rem;
	font-weight: 600;
}
.curly-quotes:before, .curly-quotes:after {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 48px;
  font-size: 4rem;
  color: #45C6EB;
}

.curly-quotes:before {
  content: '\201C';
  margin-right: 4px;
  margin-left: -8px;
}

.curly-quotes:after {
  content: '\201D';
  margin-left: 4px;
  margin-right: -8px;
}

.copyright{
	margin: 0 auto !important;
}

.welcome img, 
.message img {
    max-height: 500px;
    max-width: 100%;
}

.difference-info p{
	font-weight: 500;
	margin: 10px 0;
}

.difference-icon img{
	max-height: 125px;
}

.message p{
	font-weight: 500;
}

.contact-us{
	padding: 0;
	 background-image: url('../images/Contact.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.btn-outline-secondary{
	font-weight: 300;
	border-color: #00003E;
}
.btn-outline-secondary:hover{
	background-color: #00003E;
}
@media (max-width: 460px) {
	header.container-fluid .menu-container{
		min-height: 110px;
	}
	.w-75{
		width: 100% !important;
	}
	.quote .p-4{
		padding: 0 !important;
	}
}


@media (max-width: 768px) {
	
	header.container-fluid{
		position: unset;
	}
	#cover-photo1{
		background-image: url('../images/cover_photo1_Mobile.jpg') !important;
	}
	#cover-photo2{
		background-image: url('../images/cover_photo2_Mobile.jpg') !important;
	}
	#cover-photo3{
		background-image: url('../images/cover_photo3_Mobile.jpg') !important;
	}
	
	.full-banner .carousel-item, .carousel-item .container{
		height: 40vh;
	}

	.carousel-control-next, .carousel-control-prev{
		opacity: 0;
	}
	
	.welcome img {
		max-height: 200px;
	}
	.message img {
		max-height: 250px;
	}
	
	.difference-icon img,
	.dependable-icon img {
		max-height: 75px;
	}
}

#reliablePopup .modal-lg{
max-width: 700px;
cursor: pointer;
}
#reliablePopup h4{
font-size: 1.5rem;
font-weight: 300;
}
#reliablePopup h2{
    font-size: 4rem;
	line-height: 3.5rem;
}
#reliablePopup h2.text-large{
    font-size: 9.7rem;
	line-height: 7rem;
}
#reliablePopup h3{
    font-size: 3rem;
	line-height: 3.5rem;
font-weight: 300;
}


@media (max-width: 768px) {

#reliablePopup h4{
font-size: 1.2rem;
}
#reliablePopup h2{
    font-size: 3rem;
	line-height: 3.5rem;
}
#reliablePopup h2.text-large{
    font-size: 7rem;
	line-height: 7.5rem;s
}
#reliablePopup h3{
    font-size: 2.5rem;
	line-height: 3rem;
}
}



@media (max-width: 460px) {

#reliablePopup h2{
    font-size: 3rem;
	line-height: 3.5rem;
}
#reliablePopup h2.text-large{
    font-size: 4rem;
	line-height: 4.5rem;
}
#reliablePopup h3{
    font-size: 2rem;
	line-height: 2.5rem;
}
}