/*
  Based on:
  1. http://stephen.io/mediaqueries
  2. https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
*/

/* iPhone X in portrait & landscape */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) {
.solutions .vc_col-sm-3 .border-right{border-right: 0px!important;}
.col-2, .col-3, .col-4{width:33%!important}
 .log-box-2 .icon-1, .icon-2{margin: 40px auto!important; width: 49.3%!important;
	text-align: center;}
	 .left-icon .aio-icon-left {
	 display: block!important;
	vertical-align: top;}
	
}

/* iPhone X in landscape */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) {
.solutions .vc_col-sm-3 .border-right{border-right: 0px!important;}
  .col-2, .col-3, .col-4{width:33%!important}
  .log-box-2 .icon-1, .icon-2{margin: 20px auto!important;width: 43.6%!important; text-align: center!important;}
  .icon-1, .icon-2{  font-size: 13px!important; text-align: center!important; }
    .left-icon .aio-icon-left, .aio-icon i { display: block!important; vertical-align: top; text-align: center!important;}
    .left-icon .aio-icon-left .aio-icon {margin-right:0px!import}
	.casestudy {padding-top:0px!important; padding-bottom:40px!important; padding-left: 0px !important; }
}

/* iPhone X in portrait */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : portrait) {
.solutions .vc_col-sm-3 .border-right{border-right: 0px!important;}
.col-2, .col-3, .col-4{width:33%!important}
 .log-box-2 .icon-1, .icon-2{margin: 40px auto!important; width: 49.3%!important; text-align: center;}
  .left-icon .aio-icon-left { display: block!important; vertical-align: top; text-align: center!important;}
.border-white{border-right:0px!important;}

}

/* iPhone 6, 7, & 8 in portrait & landscape */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
.solutions .vc_col-sm-3 .border-right{border-right: 0px!important;}
.solutions h4 {font-size: 19px!important; line-height: 30px!important;}
}

/* iPhone 6, 7, & 8 in landscape */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) {
	.casestudy {padding-top:20px!important; padding-bottom:40px!important; padding-left: 0px !important; }

}

/* iPhone 6, 7, & 8 in portrait */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) {
.solutions .vc_col-sm-3 .border-right{border-right: 0px!important;}
.solutions h4 {font-size: 22px!important; font-weight:600!important;
	line-height: 30px!important;}
 .log-box-2 .icon-1, .icon-2{margin: 40px auto!important; width: 49.3%!important; text-align: center;}
  .left-icon .aio-icon-left { display: block!important; vertical-align: top; text-align: center!important;}
  .casestudy {padding-top:20px!important; padding-bottom:40px!important; padding-left: 0px !important; }
  .border-white{border-right:0px!important;}
}

/* iPhone 6, 7, & 8 Plus in portrait & landscape */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) {
.contacts-btn .vc_col-sm-4 p {text-align:center;}
 .log-box-2 .icon-1, .icon-2{margin: 40px auto!important; width: 49.3%!important; text-align: center;}
	 .left-icon .aio-icon-left { display: block!important; vertical-align: top; text-align: center!important;}
	 .casestudy {padding-top:20px!important; padding-bottom:40px!important; padding-left: 0px !important; }
}

/* iPhone 6, 7, & 8 Plus in landscape */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) {
  .border-right {
     border-right: 0px!important;
	}
	.border-white{border-right:0px!important;}
	.solutions .vc_custom_1564744919154 {margin-bottom:0px!important;}
	.solutions h4 {font-size: 27px!important; line-height:35px!important;}
    .solutions .vc_col-sm-5 {min-width:100%!important;}
	.solutions .vc_col-sm-3, .vc_col-sm-4 {min-width:50%!important;}
	.solutions .vc_col-sm-3 .border-right{border-right: 0!important;}
	.col-1, .col-2, .col-3, .col-4{width:50%!important}
    .contacts .ubtn-ctn-right {text-align:left!important;}
    .contacts, .contacts-btn p {float:left!important; text-align:inherit;}
}

/* iPhone 6, 7, & 8 Plus in portrait */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) {
.solutions .vc_col-sm-3 .border-right{border-right: 0px!important;}
.solutions h4 {font-size: 19px!important;
	line-height: 30px!important;}
	 .log-box-2 .icon-1, .icon-2{margin: 40px auto!important; width: 49.3%!important; text-align: center;}
	 .left-icon .aio-icon-left { display: block!important; vertical-align: top; text-align: center!important;}
	 .casestudy {padding-top:20px!important; padding-bottom:40px!important; padding-left: 0px !important; }
}

/* iPhone 6 in portrait & landscape */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
  .border-white{border-right:0px!important;}
}

/* iPhone 6 in landscape */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) {
  .border-right {
     border-right: 0px!important;
	}
	.border-white{border-right:0px!important;}
	.casestudy {padding-top:20px!important; padding-bottom:40px!important; padding-left: 0px !important; }
	
	}
/* iPhone 6 in portrait */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) {
  .technology .vc_col-sm-4 .box_1, .hover-box, .box_2, .hover-box-2, .box_3, .hover-box-3, .description {font-size:13px!important; 
  top:70px!important;}
  .log-box-2 .icon-1, .icon-2{margin: 40px auto!important; width: 49.3%!important; text-align: center;}
  .left-icon .aio-icon-left { display: block!important; vertical-align: top;text-align: center!important;}
  .casestudy {padding-top:20px!important; padding-bottom:40px!important; padding-left: 0px !important; }
  .border-white{border-right:0px!important;}
}



/* iPhone 5 & 5S in portrait & landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
  .solutions .vc_col-sm-3 .border-right{border-right: 0px!important;}
   .contacts-btn .vc_column_container .vc_col-sm-4 {text-align:center;}
    .news-events h1 {padding-top:40px!important;}
	
	 .technology .vc_col-sm-4 .box_1, .hover-box, .box_2, .hover-box-2, .box_3, .hover-box-3, .description {font-size:13px!important; 
  top:100px!important;}
 .casestudy {padding-top:20px!important; padding-bottom:40px!important; padding-left: 0px !important; }
}

/* iPhone 5 & 5S in landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {
  .solutions .vc_col-sm-3 .border-right{border-right: 0px!important;}
  .contacts-btn .vc_column_container .vc_col-sm-4{text-align:center!important;}
  .contacts .ubtn-ctn-right {text-align:left!important;}
  .contacts, .contacts-btn p {float:left!important; text-align:inherit;}
  .news-events h1 {padding-top:40px!important; text-align:center!important}
  .uvc-heading.ultimate-heading-15665d455fdd257f8 h1{text-align:center!important;}
}

/* iPhone 5 & 5S in portrait */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {
  .contacts-btn .vc_column_container .vc_col-sm-4 {text-align:center;}
  .contacts .ubtn-ctn-right {text-align:left!important;}
   .contacts, .contacts-btn p {float:left!important; text-align:inherit;}
  .solutions h4 {font-size: 16px!important;
	line-height: 30px!important;}
	.uvc-heading.ultimate-heading-15665d455fdd257f8 h1{text-align:center!important;}
	 .news-events h1 {padding-top:40px!important;}
	 .technology .vc_col-sm-4 .box_1, .hover-box, .box_2, .hover-box-2, .box_3, .hover-box-3, .description {font-size:13px!important; 
  top:100px!important;}
 .log-box-2 .icon-1, .icon-2{margin: 40px auto!important; width: 49.3%!important; text-align: center!important;}
	 .left-icon .aio-icon-left { display: block!important; vertical-align: top;text-align: center!important;}
	 .border-white{border-right:0px!important;}
}

/* 
  iPhone 2G, 3G, 4, 4S Media Queries
  It's noteworthy that these media queries are also the same for iPod Touch generations 1-4.
*/

/* iPhone 2G-4S in portrait & landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
  .solutions .vc_col-sm-3 .border-right{border-right: 0px!important;}
 .news-events h1 {padding-top:40px!important;}
 .border-white{border-right:0px!important;}

}

/* iPhone 2G-4S in landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) {
  .casestudy {padding-top:40px!important; padding-bottom:40px!important; padding-left: 0px !important; }
}

/* iPhone 2G-4S in portrait */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : portrait) {
  .log-box-2 .icon-1, .icon-2{margin: 40px auto!important; width: 49.2%!important; text-align: center!important;}
  .left-icon .aio-icon-left { display: block!important; vertical-align: top;text-align: center!important;}
   .casestudy {padding-top:0px!important; padding-bottom:0px!important; padding-left: 0px !important; }
   .border-white{border-right:0px!important;}
   
}

/* iPad in portrait & landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
  .home-tech .vc_col-sm-5, .vc_col-sm-7 {width:100%!important}

}

/* iPad in landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
  .border-right {
     border-right: 0px!important;
	}
	
	.solutions h4 {font-size: 40px!important; line-height:47px!important;}
    .solutions .vc_col-sm-5 {min-width:100%!important;}
	.solutions .vc_col-sm-3, .vc_col-sm-4 {min-width:50%!important; margin-bottom:0px!important;}
	.vc_col-sm-3 .border-right {border-right: 1px solid #5e5e60!important;}
	
	
}

/* iPad in portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
 .border-right {
     border-right: 0px!important;
	}
	
	.solutions h4 {font-size: 40px!important; line-height:47px!important;}
    .solutions .vc_col-sm-5 {min-width:100%!important;}
	.solutions .vc_col-sm-3, .vc_col-sm-4 {min-width:50%!important; margin-bottom:0px!important;}
	.vc_col-sm-3 .border-right {border-right: 1px solid #5e5e60!important;} 
	.box-seg-1, .box-seg-2, .box-seg-3, .box-seg-4, .title{font-size:14px!important;}
	.box-seg-1 .box-seg-2, .box-seg-3, .box-seg-4, p{font-size:15px!important;}
	.casestudy {padding-top:40px!important; padding-bottom:40px!important; padding-left: 0px !important; }
}



/* Galaxy S3 portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: portrait) {
.solutions .vc_col-sm-3 .border-right{border-right: 0px!important;}
.icon-2:last-child{margin-top:0px!important;}
.icon-2.aio-icon-component{margin-bottom:20px!important;}
.casestudy {padding-top:20px!important; padding-bottom:40px!important; padding-left: 0px !important; }
.border-white{border-right:0px!important;}
}

/* Galaxy S3 landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: landscape) {
 .news-events h1 {padding-top:40px!important;}
   .casestudy {padding-top:20px!important; padding-bottom:40px!important; padding-left: 0px !important; }
   .border-white{border-right:0px!important;}
}

/* Galaxy S4 portrait and landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
.solutions .vc_col-sm-3 .border-right{border-right: 0px!important;}
}

/* Galaxy S4 portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
.solutions .vc_col-sm-3 .border-right{border-right: 0px!important;}
.icon-2:last-child{margin-top:0px!important;}
.icon-2.aio-icon-component{margin-bottom:20px!important;}
 .casestudy {padding-top:40px!important; padding-bottom:40px!important; padding-left: 0px !important; }
 .border-white{border-right:0px!important;}
}

/* Galaxy S4 landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
.border-right {
     border-right: 0px!important;
	}
	
	.solutions h4 {font-size: 40px!important; line-height:47px!important;}
    .solutions .vc_col-sm-5 {min-width:100%!important;}
	.solutions .vc_col-sm-3, .vc_col-sm-4 {min-width:50%!important; margin-bottom:0px!important;}
	.vc_col-sm-3 .border-right {border-right: 1px solid #5e5e60!important;}
	.casestudy {padding-top:20px!important; padding-bottom:40px!important; padding-left: 0px !important; }
}

/* Galaxy S5 portrait and landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
	  .border-right {
     border-right: 0px!important;
	}
	
	.solutions h4 {font-size: 18px!important; line-height:35px!important; font-weight:600!important;}
    .solutions .vc_col-sm-5 {min-width:100%!important;}
	.solutions .vc_col-sm-3, .vc_col-sm-4 {min-width:50%!important; margin-bottom:0px!important;}
	.vc_col-sm-3 .border-right {border-right: 1px solid #5e5e60!important;}
    .casestudy {padding-top:20px!important; padding-bottom:20px!important; padding-left: 0px !important; }
	.border-white{border-right:0px!important;}
}

/* Galaxy S5 portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
.solutions .vc_col-sm-3 .border-right{border-right: 0px!important;}
.casestudy {padding-top:0px!important; padding-bottom:40px!important; padding-left: 0px !important; }
.border-white{border-right:0px!important;}

}

/* Galaxy S5 landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
.border-right {
     border-right: 0px!important;
	}
	
	.solutions h4 {font-size: 40px!important; line-height:47px!important;}
    .solutions .vc_col-sm-5 {min-width:100%!important;}
	.solutions .vc_col-sm-3, .vc_col-sm-4 {min-width:50%!important; margin-bottom:0px!important;}
	.vc_col-sm-3 .border-right {border-right: 1px solid #5e5e60!important;}
	.casestudy {padding-top:20px!important; padding-bottom:40px!important; padding-left: 0px !important; }
	.border-white{border-right:0px!important;}
}



/* HTC One landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
	.icon-2:last-child{margin-top:0px!important;}
	.icon-2 .aio-icon-component{margin-bottom:20px!important;}
	.casestudy {padding-top:20px!important; padding-bottom:40px!important; padding-left: 0px !important; }
	.border-white{border-right:0px!important;}
	}

/*
  iPad 3 & 4 Media Queries
  If you're looking to target only 3rd and 4th generation Retina iPads 
  (or tablets with similar resolution) to add @2x graphics,
  or other features for the tablet's Retina display, use the following media queries.
*/

/* Retina iPad in portrait & landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) {
  .border-right {
     border-right: 0px!important;
	}
	
	.solutions h4 {font-size: 40px!important; line-height:47px!important;}
    .solutions .vc_col-sm-5 {min-width:100%!important;}
	.solutions .vc_col-sm-3, .vc_col-sm-4 {min-width:50%!important; margin-bottom:0px!important;}
	.solutions .vc_col-sm-3 .border-right {border-right: 1px solid #5e5e60!important;}
	
	.technology .vc_col-sm-4  {min-width:20%!important; max-height:100%!important; margin-bottom:40px;}
	.technology .vc_col-sm-4 .box_1, .hover-box, .box_2, .hover-box-2, .box_3, .hover-box-3, .description {font-size:13px!important; top:60px!important;}
	
	.why .why-box_1, .why-box_2, .why-box_3, .heading {font-size: 15px!important;}
    .why .vc_col-sm-8 {width:50%!important;}
	.why .vc_col-sm-4{width:10%!important}
	.application .vc_col-sm-8 {width:50%!important;}
	.application .vc_col-sm-4{width:10%!important}
	 .contacts .vc_col-sm-8{width:50%!important;}
	
	

	
}

/* Retina iPad in landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
  .technology .vc_col-sm-4  {min-width:20%!important; max-height:100%!important; }
  .technology .vc_col-sm-4 .box_1, .hover-box, .box_2, .hover-box-2, .box_3, .hover-box-3, .description {
	  font-size:14px!important; top:100px!important;
	  }
  .technology .vc_col-sm-4 .box_1, .hover-box, .box_2, .hover-box-2, .box_3, .hover-box-3, .description {font-size:13px!important; top:100px!important;}
    .log-box-2 .aio-icon-title{ font-size: 13px!important;}
	
}

/* Retina iPad in portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  .col-1, .col-2, .col-3, .col-4{width:50%!important}
  .home-tech .vc_col-sm-5, .vc_col-sm-7{width:100%!important;}
  .contacts .vc_col-sm-8{width:50%!important;}
  .technology .vc_col-sm-4 .box_1, .hover-box, .box_2, .hover-box-2, .box_3, .hover-box-3, .description {font-size:13px!important; top:80px!important;}
    .log-box-2 .icon-1, .icon-2, .aio-icon-component{margin: 20px 0px 20px!important;}
	 .left-icon .aio-icon-left { display: block!important; vertical-align: top;text-align: center!important;}
	
 .box-seg-1, .box-seg-2, .box-seg-3, .box-seg-4, .title{font-size:13px!important;}
	.box-seg-1 .box-seg-2, .box-seg-3, .box-seg-4, p{font-size:15px!important;}
	.casestudy {padding-top:0px!important; padding-bottom:0px!important; padding-left: 0px !important; }
}

/*
  iPad 1 & 2 Media Queries
  If you're looking to supply different graphics or choose different typography 
  for the lower resolution iPad display, the media queries below will work 
  like a charm in your responsive design!
*/

/* iPad 1 & 2 in portrait & landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 1) {
  .technology .vc_col-sm-4 .box_1, .hover-box, .box_2, .hover-box-2, .box_3, .hover-box-3, .description {font-size:13px!important; top:60px!important;}
  .icon-1, .icon-2{  font-size: 13px!important; text-align: center!important; }
    .left-icon .aio-icon-left, .aio-icon i { display: block!important; vertical-align: top; text-align: center!important;}
    .left-icon .aio-icon-left .aio-icon {margin-right:0px!important;}
	.box-seg-1, .box-seg-2, .box-seg-3, .box-seg-4 {font-size:13px!important;}
	.box-seg-1 .box-seg-2, .box-seg-3, .box-seg-4 p{font-size:15px!important;}
}

/* iPad 1 & 2 in landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1) {
  .technology .vc_col-sm-4 .box_1, .hover-box, .box_2, .hover-box-2, .box_3, .hover-box-3, .description {font-size:13px!important; 
  top:65px!important;}
   .icon-1, .icon-2{  font-size: 13px!important; text-align: center!important; }
    .left-icon .aio-icon-left, .aio-icon i { display: block!important; vertical-align: top; text-align: center!important;}
    .left-icon .aio-icon-left .aio-icon {margin-right:0px!import}
	
}

/* iPad 1 & 2 in portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) 
and (-webkit-min-device-pixel-ratio: 1) {
	.col-1{width:100%!important;}
    .col-2, .col-3, .col-4{width:33%!important}
	
      .log-box-2 .icon-1, .icon-2{margin: 20px auto!important;width: 49.3%!important;
	text-align: center;}
	 .left-icon .aio-icon-left { display: block!important; vertical-align: top;text-align: center!important;}
	 .box-seg-1, .box-seg-2, .box-seg-3, .box-seg-4, .title{font-size:13px!important;}
	.box-seg-1 .box-seg-2, .box-seg-3, .box-seg-4, p{font-size:15px!important;}
	.casestudy {padding-top:0px!important; padding-bottom:0px!important; padding-left: 0px !important; }
}

/* iPad mini in portrait & landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
	.icon-1, .icon-2{  font-size: 13px!important; text-align: center!important; }
    .left-icon .aio-icon-left, .aio-icon i { display: block!important; vertical-align: top; text-align: center!important;}
    .left-icon .aio-icon-left .aio-icon {margin-right:0px!import}
	
}

/* iPad mini in landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1) {
.log-box-2 .icon-1, .icon-2{  font-size: 13px!important; text-align:center!important;}
 .icon-2 {margin-left:40px!important; }
 .icon-1 {margin-left:20px!important; }
 .left-icon .aio-icon-left, .aio-icon i { display: block!important; vertical-align: top; text-align: center!important;}
.left-icon .aio-icon-left .aio-icon {margin-right:0px!import}
 .log-box-2 .icon-1, .icon-2{margin: 20px auto!important;width: 49.3%!important;
	text-align: center;}
	.box-seg-1, .box-seg-2, .box-seg-3, .box-seg-4, .title{font-size:14px!important;}
	.box-seg-1 .box-seg-2, .box-seg-3, .box-seg-4, p{font-size:15px!important;}
	
}

/* iPad mini in portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1) {
  .technology .vc_col-sm-4 .box_1, .hover-box, .box_2, .hover-box-2, .box_3, .hover-box-3, .description {font-size:13px!important; top:70px!important;}
 .box-seg-1, .box-seg-2, .box-seg-3, .box-seg-4, .title{font-size:13px!important;}
	.box-seg-1 .box-seg-2, .box-seg-3, .box-seg-4, p{font-size:15px!important;}
   
 .casestudy {padding-top:10px!important; padding-bottom:40px!important; padding-left: 0px !important; }


}


