
html,
body {
    height: 100%;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #4a4a4a;
	background: url(../images/bg-pattren.png);
	font: 14px/1.5em 'Lato', sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}
/* ancher styling  */
a,
button {
	outline: none;
	text-decoration: none;
	color: #000;
	border: 0;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none !important;
}
/* main form styling */
form * {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    behavior: url(PIE.htc);
}

select, option {
    border: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

input,
textarea,
select {
	outline: none;
	color: #000;
	vertical-align: middle;
	-webkit-appearance: none;
}

form,
fieldset {
	outline: none;
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
	border:0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input[type="text"]::-webkit-input-placeholder {
	color:#000;
}
 
input[type="text"]::-moz-placeholder { /* Firefox 18- */
	color:#000 ;  
}
 
input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
	color: #000 ;  
}
 
input[type="text"]::-ms-input-placeholder {  
	color:#000 ; 
}


@font-face {
    font-family: 'chocolate_cavalcaderegular';
    src: url('../fonts/chocolate_cavalcade.woff2') format('woff2'),
         url('../fonts/chocolate_cavalcade.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


#wrapper{
	overflow: hidden;
	position: relative;
	width: 100%;
}
#header:after{
	clear: both;
	content: "";
	display: block;
}
#header{
	z-index: 99;
	position: relative;
	background: #1a2731;
}
#header .logo{
	float: left;
	margin: 10px 0 0;
	width: 210px;
}
#header .logo a{
	display: block;
}
#header .navbar{
	border: 0;
	padding: 0;
	float: right;
	box-shadow: none;
	background: transparent;
}
#header .navbar-nav .nav-item{
	margin: 0;
	position: relative;
}

#header .navbar-nav .nav-item .drop-down{
	left: 0;
	top: 100%;
	opacity: 0;
	padding: 0;
	content: "";
	z-index: 99;
	width: 250px;
	list-style: none;
	visibility: hidden;
	position: absolute;
	background: #1a2731;
	border: 1px solid #1dbcac;
}

#header .navbar-nav .nav-item:hover .drop-down{
	opacity: 1;
	visibility: visible;
}
#header .navbar-nav .nav-item .drop-down li{
	width: 100%;
	position: relative;
}
#header .navbar-nav .nav-item .drop-down li a,
#header .navbar-nav .nav-item .drop-down-2 li a{
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 20px;
	font-family: 'Lato', sans-serif;
	border-bottom: 1px solid #1dbcac;
}
#header .navbar-nav .nav-item .drop-down li a:hover,
#header .navbar-nav .nav-item .drop-down-2 li a:hover{
	background: rgba(255,255,255,.2);
}
#header .navbar-nav .nav-item .drop-down-2{
	left: 100%;
	top: 0;
	opacity: 0;
	padding: 0;
	content: "";
	z-index: 99;
	width: 280px;
	list-style: none;
	visibility: hidden;
	position: absolute;
	background: #1a2731;
	border: 1px solid #1dbcac;
}
#header .navbar-nav .nav-item .drop-down li:hover .drop-down-2{
	opacity: 1;
	visibility: visible;
}
#header .navbar-nav .nav-item .drop-down-2 li{
	width: 100%;
}

#header .navbar-nav .nav-link{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	padding: 30px 30px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}
#header .navbar-nav .nav-link:before{
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	width: 100%;
	height: 6px;
	content: "";
	visibility: hidden;
	position: absolute;
	background: #1dbcac;
}
#header .navbar-nav .nav-item.active .nav-link:before,
#header .navbar-nav .nav-item:hover .nav-link:before{
	opacity: 1;
	visibility: visible;
}
#header .navbar-nav .nav-item.active .nav-link,
#header .navbar-nav .nav-item:hover .nav-link{
	background: rgba(255,255,255,.2);
}

.inner-banner img{
	display: block;
	width: 100%;
}

.our-services-holder{
	padding: 0 0 50px;
}
.our-services-holder .sevice-block:after{	
	display: block;
	clear: both;
	content: "";
}
.our-services-holder .sevice-block{	
	padding: 49px;
	position: relative;
	margin: -100px 0 10px;
	background: #1dbead;
}
.our-services-holder .sevice-block h1{
	color: #fff;
	font-size: 48px;
	margin: 0 0 26px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}
.our-services-holder .sevice-block .left-column{
	float: left;
	width: 49%;
}
.our-services-holder .sevice-block .left-column p{
	color: #fff;
	font-size: 28px;
	line-height: 36px;
	margin: 0 0 0 0px;
	max-width: 78%;
}
.our-services-holder .sevice-block .right-column{
	right: 0;
	top: -10px;
	content: "";
	width: 50%;
	bottom: -10px;
	background: #fff;
	position: absolute;
} 
.our-services-holder .sevice-block .right-column:after{
	top: 0;
	bottom: 0;
	left: -85px;
	content: "";
	width: 85px;
	height: 310px;
	position: absolute;
	background: url(../images/img10.png) no-repeat;
	background-size: 100% 100%;
}
.our-services-holder .sevice-block .right-column:before{
	top: 0;
	bottom: 0;
	left: -70px;
	content: "";
	width: 63px;
	height: 191px;
	position: absolute;
	background: url(../images/img9.png) no-repeat;
}
.our-services-holder .sevice-block .right-column .service-list{
	padding: 0;
	margin: 30px 0 0;
	list-style: none;
	text-align: center;
}
.our-services-holder .sevice-block .right-column .service-list li{
	width: 22%;
	display: inline-block;
	margin: 0 5px -24px;
}

.services-blocks{
	overflow: hidden;
	padding: 50px 0 100px;
}
.services-blocks .column-holder{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-around;
}
.services-blocks .column-holder .column{
	width: 31%;
	margin: 0 0 30px;
	padding-bottom: 15px;
	background: rgba(0,0,0,.5);
}
.services-blocks .column-holder .column .img-holder{
	padding: 22px 0;
	text-align: center;
}
.services-blocks .column-holder .column .img-holder img{
	display: inline-block;
	margin: 0 0 16px;
	height: 160px;
}
.services-blocks .column-holder .column .img-holder span{
	color: #fff;
	font-size: 20px;
	display: block;
}
.services-blocks .column-holder .column .text-holder{
	color: #000;
	left: -10px;
	font-size: 16px;
	background: #fff;
	padding: 26px 30px 60px;
	position: relative;
}
.services-blocks .column-holder .column .text-holder:after{
	top: -8px;
	left: -8px;
	width: 43px;
	height: 43px;
	content: "";
	position: absolute;
	background: rgba(255,255,255,.5);
}
.services-blocks .column-holder .column .text-holder:before{
	right: -10px;
	bottom: -40px;
	width: 44px;
	height: 60px;
	content: "";
	position: absolute;
	background: rgba(255,255,255,.5);
}
.services-blocks .column-holder .column .text-holder p{
	margin: 0;
}
.services-blocks .column-holder .column .read-more{
	z-index: 9;
	color: #000;
	width: 160px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 6px;
	position: relative;
	text-align: center;
	border-radius: 10px;
	background: #1dbead;
	margin: -22px auto 0;
	text-transform: capitalize;
	border: 2px solid #1dbead;
}
.services-blocks .column-holder .column .read-more:hover{
	color: #1dbead;
	background: #000;
}

.news-letter{
	padding: 40px 0;
	overflow: hidden;
	display: none;
}
.news-letter .letter{
	float: left;
	width: 50%;
}
.news-letter input[type="search"]{
	border: 0;
	width: 60%;
	height: 40px;
	color: #fff;
	background: none;
	padding: 5px 12px;
	display: inline-block;
	border: 1px solid #1dbead;
}
.news-letter input[type="submit"]{
	border: 0;
	width: 126px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
	background: #1dbead;
	font-weight: bold;
	text-transform: uppercase;
}
.news-letter .social-icons{
	float: left;
	width: 49%;
}
.news-letter .social-icons p{
	float: left;
	color: #fff;
	font-size: 12px;
	margin: 6px 10px 0 0;
	font-family: 'Open Sans', sans-serif;
}
.news-letter .social-icons .icons{
	padding: 0;
	margin: 0;
	list-style: none;
}
.news-letter .social-icons .icons li{
	display: inline-block;
	margin: 0 5px 0;
}


.info-list{
	padding: 40px 0;
	overflow: hidden;
	text-align: center;
	background: #faa61a;
}
.info-list ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.info-list ul li{
	width: 12%;
	display: inline-block;
}
.info-list ul li a{
	display: block;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
}


#footer{
	padding: 80px 0;
	background: #1a2731 url(../images/img17.png);
}
#footer .footer-logo{
	width: 331px;
	margin:  0 auto 20px;
	display: block;
}
#footer p{
	color: #fff;
	font-size: 12px;
	max-width: 70%;
	margin: 0 auto 50px;
	text-align: center;
}
#footer .social-icons{
	overflow: hidden;
	width: 100%;
	text-align: center;
}
#footer .social-icons p{
	margin: 0 0 20px;
	font-size: 12px;
}
#footer .social-icons .icons{
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer .social-icons .icons li{
	margin: 0 6px;
	display: inline-block;
}
#footer .social-icons .icons li a{
	display: block;
}
#footer h4{
	display: block;
	color: #1dbead;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 20px;
	text-transform: uppercase;
}
#footer h4:after{
	top: 0;
	left: -8px;
	width: 19px;
	height: 15px;
	content: "";
	position: absolute;
	background: url(../images/head-arrow.png) no-repeat;
}
#footer .footer-list{
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer .footer-list li{
	display: block;
	margin: 0 0 5px;
}
#footer .services-list li{
    display: none;
}
#loadMore {
    color: #fff;
    margin: 10px 0 0 16px;
    font-size: 14px;
    /*padding: 2px 10px;*/
    /*background: #1dbead;*/
    border-radius: 5px;
    text-decoration: underline;
}
.noContent{
    display: none;
}
#footer .footer-list li a{
	color: #fff;
	font-size: 12px;
	padding: 0 0 0 16px;
	position: relative;
	display: inline-block;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
}

#footer .footer-list li a:hover{
	color: #1dbead;
}

#footer .footer-list li a.phone,
#footer .footer-list li a.email{
	font-size: 14px;
	color: #fff;
	text-transform: none;
}
#footer .phone-icon{
	margin: 0 8px 0 0;
}
#footer .footer-list li a.phone:hover,
#footer .footer-list li a.email:hover{
	color: #1dbead;
}
#footer .footer-col{
	border-left: 4px solid #1dbead;
}
.footer-bottom{
	overflow: hidden;
	padding: 14px 0;
}
.footer-bottom .copyrights{
	float: left;
	font-size: 12px;
	color: #fff;
}
.footer-bottom .copyrights a{
	color: #fff;
}
.footer-bottom .copyrights a:hover{
	color: #1dbead;
}
.footer-bottom .copyrights p{
	margin: 0;
}
.footer-bottom .footer-bottom-list ul{
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-bottom .footer-bottom-list li{
	padding: 0 8px;
	position: relative;
	display: inline-block;
}
.footer-bottom .footer-bottom-list li:after{
	top: 4px;
	left: 0;
	width: 1px ;
	height: 12px;
	content: "";
	position: absolute;
	background: #fff;
}

.footer-bottom .footer-bottom-list li a{
	display: block;
	color: #fff;
	font-size: 12px;
}
.footer-bottom .footer-bottom-list li:first-child:after{
	display: none;
}
.footer-bottom .footer-bottom-list li a:hover{
	text-decoration: underline;
	color: #1dbead;
}

.banner{
	min-height: 680px;
}
.our-services-holder .sevice-block.about-us .left-column p{
	width: 100%;
	margin: 0;
	font-size: 24px;
}
.about-us .about-holder{
	float: left;
	width: 64%;
}
.about-us .left-column{
	float: none !important;
	display: block;
	margin: 0 0 30px;
	width: 100% !important;
}
.about-us .text-holder{
	color: #000;
	left: -76px;
	font-size: 16px;
	background: #fff;
	padding: 40px 70px 10px;
	position: relative;
}
.about-us  .text-holder:after{
	top: -8px;
	left: -8px;
	width: 43px;
	height: 43px;
	content: "";
	position: absolute;
	background: rgba(255,255,255,.5);
}
.about-us .text-holder:before{
	right: -10px;
	bottom: -40px;
	width: 44px;
	height: 60px;
	content: "";
	position: absolute;
	display: none;
	background: rgba(255,255,255,.5);
}
.about-us .text-holder p{
	margin: 0 0 30px;
}
.about-us .read-more{
	z-index: 9;
	color: #000;
	width: 160px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 6px;
	position: relative;
	text-align: center;
	border-radius: 10px;
	background: #1dbead;
	margin: -22px auto 0;
	text-transform: capitalize;
	border: 2px solid #1dbead;
}
.about-us .read-more:hover{
	color: #1dbead;
	background: #000;
}
.about-us .right-img-holder{
	float: right;
	width: 34%;
	margin: 100px 0 0;
}
.about-us .right-img-holder img{
	display: block;
	width: 100%;
}
.services-blocks h2{
	font-size: 50px;
	color: #fff;
	margin: 0 0 20px;
	text-transform: uppercase;
}


.our-partners{
	z-index: 1;
	padding: 20px 0 100px;
	position: relative;
}
.our-partners:after{
	top: 0;
	left: 0;
	width: 92%;
	height: 278px;
	content: "";
	z-index: -1;
	position: absolute;
	background: url(../images/img20.png) no-repeat;
}
.our-partners h2{
	font-size: 50px;
	color: #fff;
	margin: 0 0 90px;
	text-transform: uppercase;
}

/* slider styling */

.slide-content.last{
	display: none;
}
body .slick-list {
  margin: 20px 0px;
}
body .slick-carousel{
	position: relative;
	z-index: 1;
}
body .slick-carousel:after{
	top: -90px;
	right: -90px;
	width: 109%;
	height: 300px;
	content: "";
	z-index: -1;
	position: absolute;
	background: url(../images/img26.png) no-repeat;
	background-size: 100% 100%;
}
body .slick-prev,
body .slick-next {
  position: absolute;
  right: -10px;
  background: rgba(255,255,255,.3);
  border: none;
  color: transparent;
  width: 50px;
  height: 50px;
  top: 50%;
  border-radius: 100%;
  margin: -25px 0 0;
  padding: 14px 17px;
  cursor: pointer;
}
body .slick-prev:hover,
body .slick-next:hover,
body .slick-prev:focus,
body .slick-next:focus{
	outline: none;
	background: rgba(255,255,255,.8);
}
body .slick-prev:before,
body .slick-next:before {
	content: "\f105";
	color: #000;
	font-size: 34px;
	font-family: "FontAwesome";
	position: relative;
	top: -14px;
}
body .slick-next{
	padding: 14px 20px;
}
body .slick-prev {
  left: -60px;
}
body .slick-prev:before {
  content: "\f104";
}
body .slick-dots {
  list-style: none;
  margin: 0 auto;
  text-align: center;
}
body .slick-dots li {
  display: inline-block;
}
body .slick-dots li button {
  transition: 0.2s background-color ease-in-out 0s;
  border: none;
  padding: 0;
  color: transparent;
  width: 10px;
  height: 10px;
  background-color: #777;
  margin-right: 10px;
  border-radius: 50%;
}
body .slick-dots li.slick-active button {
  background-color: #fff;
}

.about-section{
	padding: 0 32px 50px;
}

.why-choose{
	overflow: hidden;
	padding: 50px 0;
	color: #fff;
	font-size: 15px;
}
.why-choose h2{
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 50px;
	position: relative;
	display: inline-block;
}
.why-choose h2:after{
	top: 14px;
	right: -60px;
	width: 39px;
	height: 33px;
	content: "";
	position: absolute;
	background-image: url(../images/img28.png);
}
.why-choose .choose-columns{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.why-choose .choose-columns .column{
	width: 32%;
	height: 350px;
	margin: 0 5px;
	margin: 0 0 30px;
	text-align: center;
	padding: 34px 40px;
	border-radius: 100%;
	background: rgba(0,0,0,.5);
}
.why-choose .choose-columns .column img{
	display: inline-block;
	margin: 0 0 20px;
}
.why-choose .choose-columns .column .heading{
	display: block;
	color: #1dbead;
	font-size: 22px;
	margin: 0 0 10px;
}
.why-choose .choose-columns .column p{
	color: #fff;
	font-size: 15px;
}

.contact-us h1{
	font-size: 57px;
	margin: 0;
}
.contact-us h1 em{
	color: #000;
	font-size: 90px;
	font-style: normal;
}
.our-services-holder .contact-us .left-column p{
	color: #000;
	font-size: 20px;
}

.address-holder{
	text-align: center;
}
.address-holder .column{
	display: inline-block;
	margin: 0 10px;
	width: 35%;
}
.address-holder .column:nth-child(2){
	width: 22%;
}
.address-holder .column:nth-child(3){
	width: 32%;
}
.address-holder .column img{
	display: inline-block;
	margin: 0 0 16px;
}
.address-holder .column p,
.address-holder .column a{
	margin: 0 0 10px;
	color: #000;
	font-size: 15px;
	display: block;
	/*font-weight: bold;*/
	font-family: 'Open Sans', sans-serif;
}
.contact-us .text-holder{
	padding: 40px 10px;
	position: relative;
	z-index: 9;
}
.map-img-holder{
	top: 0;
	right: 0;
	width: 800px;
	height: 600px;
	position: absolute;
}
.our-services-holder .sevice-block.contact{
	padding: 20px 40px 20px;
}

.get-touch{
	color: #fff;
	padding: 50px 0;
	overflow: hidden;
	text-align: center;
	border-bottom: 1px solid #666;
}
.get-touch p{
	margin: 0 0 15px;
	font-size: 16px;
}
.get-touch h2{
	color: #fff;
	font-size: 50px;
	margin: 20px 0 50px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}
.get-touch h2:after{
	top: 14px;
	right: -60px;
	width: 39px;
	height: 33px;
	content: "";
	position: absolute;
	background-image: url(../images/img28.png);
}
.get-touch .contact-form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.get-touch .contact-form .left-column{
	width: 49%;
	display: inline-block;
}
.get-touch .contact-form .left-column input[type="text"],
.get-touch .contact-form .left-column input[type="email"],
.get-touch .contact-form .left-column input[type="tel"]{
	border: 0;
	width: 100%;
	height: 44px;
	background: #fff;
	padding: 5px 10px;
	margin: 0 0 20px;
}
.get-touch .contact-form .right-column{
	width: 49%;
}
.get-touch .contact-form .right-column textarea{
	border: 0;
	width: 100%;
	height: 240px;
	padding: 10px;
	background: #fff;
}
.get-touch .contact-form .c-form-holder{
	width: 100%;
	overflow: hidden;
}
.get-touch .contact-form .c-form-holder .file{
	float: left;
	width: 60%;
}
.uploadBtnWrap {
  font-family: arial;
  font-size: 12px;
  width: 100%;
  text-align: left;
}
.uploadBtnWrap .holder{
	float: left;
	margin: 0 10px 0 0;
}
.uploadBtnWrap .btn {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  background: #666;
  border-radius: 0;
  padding: 10px 24px;
  text-transform: capitalize;
}
.uploadBtnWrap input[type="file"] {
  display: none;
}
.uploadBtnWrap .specs{
	font-size: 16px;
	color: #fff;
	display: block;
	margin: 0 0 5px;
}
#fileName{
	color: #a1a0a0;
	font-size: 12px;
	margin: 0 0 0 6px;
}
.get-touch .contact-form .c-form-holder button{
	color: #fff;
	float: right;
	cursor: pointer;
	font-size: 16px;
	padding: 11px 50px;
	background: #1dbead;
	border: 2px solid #1dbead;
}
.get-touch .contact-form .c-form-holder button:hover{
	color: #1dbead;
	background: #fff;
}
.our-services-holder .sevice-block .left-column em{
	color: #000;
	font-size: 20px;
	font-style: normal;
}
.what-do{
	text-align: left;
}
.what-do  em{
	font-size: 20px;
	display: block;
	font-weight: bold;
	margin: 0 0 50px;
}
.what-do .three-columns{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}
.what-do .three-columns .column{
	width: 33.3%;
	color: #000;
	font-size: 14px;
	background: #fff;
	text-align: center;
	padding: 80px 20px;
}
.what-do .three-columns .column:nth-child(even){
	background: #1dbead;
	color: #fff;
}
.what-do .three-columns .column:nth-child(even) .heading{
	color: #fff;
}
.what-do .three-columns .column .img-holder{
	width: 100%;
	min-height: 180px;
}
.what-do .three-columns .column img{
	display: inline-block;
	margin: 0 0 20px;
}
.what-do .three-columns .column .heading{
	display: block;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.blog-img{
	width: 100%;
	height: 400px;
	display: flex;
	padding: 60px 0;
	flex-wrap: wrap;
	position: relative;
	align-items: center;
	margin: -80px 0 40px;
	justify-content: center;
	background-image: url(../images/img43.png);
	background-size: auto;
}
.blog-img h1{
	color: #1dbead;
	font-size: 54px;
	display: block;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}
.blog-img p{
	margin: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 40px;
	line-height: 50px;
}

.blog-columns{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.blog-columns .column{
	width: 30%;
	margin: 0 0 90px;
	position: relative;
	vertical-align: top;
	background: #2f3a43;
	display: inline-block;
	border-bottom: 1px solid #1dbead;
}
.blog-columns .column:after,
.blog-columns .column:before{
	right: 0;
	bottom: 0;
	width: 1px;
	height: 60px;
	content: "";
	position: absolute;
	background: #1dbead;
}
.blog-columns .column:before{
	right: auto;
	left: 0;
}
.blog-columns .column img{
	width: 100%;
	height: 224px;
	display: block;
}
.blog-columns .column .blog-text{
	color: #fff;
	font-size: 16px;
	background: #2f3a43;
	padding: 18px 24px 50px 24px;
}
.blog-columns .column .blog-text strong{
	display: block;
	color: #1dbead;
	font-size: 21px;
	font-weight: bold;
	padding: 0 0 10px;
	margin: 0 0 10px;
	line-height: 30px;
	border-bottom: 1px solid #fff;	
}
.blog-columns .column .blog-text .date{
	overflow: hidden;
	padding: 10px 0 0;
}
.blog-columns .column .blog-text .date em{
	float: left;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: 1px solid #fff;
}
.blog-columns .column .blog-text .date span{
	float: left;
	color: #1dbead;
	font-size: 16px;
}
.blog-columns .column .read-more{
	left: 0;
	right: 0;
	color: #000;
	content: "";
	width: 140px;
	bottom: -24px;
	padding: 12px;
	margin: 0 auto;
	font-size: 16px;
	text-align: center;
	position: absolute;
	border-radius: 8px;
	background: #1dbead;
	text-transform: capitalize;
	border: 1px solid #1dbead;
}
.blog-columns .column .read-more:hover{
	color: #1dbead;
	background: #000;
}

.pagination{
	margin: 0 0 60px;
	padding: 20px;
	display: flex;
	overflow: hidden;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.pagination ul{
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: none;
}
.pagination ul li{
	margin: 0 2px;
	display: inline-block;
	vertical-align: middle;
}
.pagination ul li a{
	color: #000;
	display: block;
	font-size: 16px;
	padding: 8px 10px;
	background: #d7d7d7;
}
.pagination ul li a.dot{
	color: #d7d7d7;
	background: transparent;
}
.pagination ul li a:hover,
.pagination ul li a.active{
	color: #fff;
	background: #1dbead;
}
.pagination ul li a i{
	margin: 0 5px;
}

.blog-img.blog-detail{
	background-image: url(../images/img50.jpg);
	background-size: 100% 100%;
}
.blog-detail-holder{
	overflow: hidden;
	color: #fff;
	font-size: 16px;
}
.blog-detail-holder em{
	display: block;
	width: 100%;
	color:#fff;
	padding: 0 0 20px;
	font-size: 20px;
	margin: 0 0 30px;
	line-height: 32px;
	border-bottom: 1px solid #fff;
}
.blog-detail-holder .detail-text{
	color: #fff;
	font-size: 16px;
	max-width: 70%;
	margin: 0 0 30px;
}
.blog-detail-holder strong{
	display: block;
	color: #1dbead;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 30px;
	line-height: 38px;
}
.blog-detail-holder .detail-list{
	margin: 0;
	width: 73%;
	list-style: none;
	padding: 0 0 0 80px;
}
.blog-detail-holder .detail-list li{
	width: 100%;
	color: #fff;
	line-height: 30px;
	padding: 0 0 0 30px;
	position: relative;
	margin: 0 0 20px;
}
.blog-detail-holder .detail-list li:after{
	top: 12px;
	left: 0;
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	background: #1dbead;
	border-radius: 50%;
}
.blog-detail-holder .publish{
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 32px;
	margin: 50px 0 100px;
}
.our-services-holder .sevice-block.our-products .left-column p{
	margin: 0;
	font-size: 22px;
}
.our-services-holder .sevice-block.our-products .right-column::after{
	display: none;
}
.our-services-holder .sevice-block.our-products .right-column{
	width: 59%;
	background: none;
}
.our-services-holder .sevice-block.our-products .right-column::before{
	left: 0;	
}
.our-services-holder .sevice-block.our-products .right-column img{
	display: block;
	width: 100%;
}

.products-detail{
	overflow: hidden;
	padding: 70px 0;
}
.products-detail .product-holder{
	overflow: hidden;
	margin: 0 0 80px;
}
.products-detail .product-holder .left-holder{
	float: left;
	width: 48%;
	position: relative;
	padding: 48px 0 48px 38px;
}
.products-detail .product-holder .left-holder:after{
	top: 0;
	left: 0;
	bottom: 0;
	width: 290px;
	height: 100%;
	content: "";
	position: absolute;
	background: rgba(0,0,0,.6);
}
.products-detail .product-holder .left-holder img{
	display: block;
	width: 100%;
	z-index: 9;
	position: relative;
}
.products-detail .product-holder .right-holder{
	float: right;
	width: 48%;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	padding: 56px 10px 10px;
}
.products-detail .product-holder .right-holder h2{
	display: block;
	color: #1dbead;
	font-size: 36px;
	font-weight: 600;
	margin: 0 0 22px;
	text-transform: uppercase;
}
.products-detail .product-holder .right-holder p{
	margin: 0 0 48px;
}
.products-detail .product-holder .right-holder .btn-holder{
	width: 100%;
	padding: 30px 0 0;
	border-top: 1px solid #1dbcac;
}
.products-detail .product-holder .right-holder .btn-holder a{
	color: #fff;
	float: left;
	font-size: 16px;
	border-radius: 8px;
	padding: 12px 30px;
	background: #1dbead;
	border: 2px solid #1dbead;
}
.products-detail .product-holder .right-holder .btn-holder a:hover{
	background: #fff;
	color: #1dbead;
}
.products-detail .product-holder:nth-child(even) .right-holder{
	float: left;
}
.products-detail .product-holder:nth-child(even) .left-holder{
	float: right;
}


.product-detail{
	overflow: hidden;
	margin: -85px 0 -20px;
}
.product-detail .our-products-holder{
	background: #1dbead;
	padding: 50px 50px;
	position: relative;
	/*height: 540px;*/
	z-index: 9;
}
.product-detail .our-products-holder h1{
	color: #fff;
	font-size: 50px;
	margin: 0 0 30px;
	text-transform: uppercase;
}
.product-detail .our-products-holder h1 span{
	color: #3d4850;
}
.product-detail .our-products-holder .p-holder{
    display: flex;
    align-items: center;
}
.product-detail .our-products-holder .left-box{
	float: left;
	width: 50%;
	color: #fff;
	font-size: 16px;
}
.product-detail .our-products-holder .right-box{
	/*top: 110px;*/
	/*right: 30px;*/
	width: 50%;
	height: auto;
	padding: 0 20px;
	/*position: absolute;*/
}
.product-detail .our-products-holder .right-box img{
	display: block;
	width: 360px;
	margin: 0 auto;
}

.feature-section:after{
	clear: both;
	content: "";
	display: block;
}
.feature-section{
	position: relative;
}
.feature-section .column-1{
	float: left;
	width: 40%;
	padding: 320px 20px 60px 124px;
	background: rgba(255,255,255,.1);
}
.feature-section .column-1 strong{
	color: #fff;
	font-size: 50px;
	margin: 0 0 50px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}
.feature-section .column-1 strong:after{
	top: 0;
	right: -56px;
	width: 39px;
	height: 33px;
	content: "";
	position: absolute;
	background: url(../images/img28.png) no-repeat;
}

.feature-section .column-1 .feature-list{
	padding: 0;
	margin: 0;
	list-style: none;
}
.feature-section .column-1 .feature-list li{
	width: 100%;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	margin: 0 0 50px;
}
.feature-section .column-1 .feature-list li i{
	color: #fff;
	margin: 0 6px 0 0;
	display: inline-block;
}
.feature-section .column-1 .feature-list li.active,
.feature-section .column-1 .feature-list li:hover,
.feature-section .column-1 .feature-list li:hover i,
.feature-section .column-1 .feature-list li:hover i.active{
	color: #1dbead;
}
.feature-section .column-2{
	float: right;
	width: 40%;
	background: #fff;
	padding: 205px 160px 136px 120px;
}
.feature-section .column-2 .heading{
	display: block;
	color: #1dbead;
	font-size: 38px;
	font-weight: bold;
	line-height: 46px;
	margin: 0 0 50px;
}
.feature-section .column-2 p{
	margin: 0 0 30px;
}
.feature-section .align-center{
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	width: 412px;
	height: 633px;
	margin: 0 auto;
	position: absolute;
}

.engenring-tech{
	padding: 70px 0 0;
}
.engenring-tech h2{
	color: #1dbead;
	font-size: 46px;
	margin: 0 0 80px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.engenring-tech h2 span{
	color: #fff;
	font-weight: bold;
}
.engenring-tech .tech-holder{
	height: 400px;
	max-width: 1000px;
	margin: 0 auto;
	background: #1dbead;
	padding: 62px;
	position: relative;
	border-radius: 100px 100px 0 0;
}
.engenring-tech .tech-holder:after{
	top: 14px;
	right: 14px;
	content: "";
	width: 100px;
	height: 386px;
	position: absolute;
	background: url(../images/img54.png) no-repeat;
	background-size: 100% 100%; 
}
.engenring-tech .tech-holder .text-box{
	float: right;
	width: 350px;
	margin: 0 50px 0 0;
	text-align: center;
}
.engenring-tech .tech-holder .text-box .top-text{
	width: 92%;
	color: #fff;
	display: block;
	font-size: 16px;
	margin: 0 0 70px;
	line-height: 28px;
}
.engenring-tech .tech-holder .text-box .bottom-text{
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
}
.engenring-tech .tech-holder .left-tech{
	top: -51px;
	left: 180px;
	float: left;
	width: 250px;
	height: 502px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	background-image: url(../images/img55.png); 
	background-size: 100% 100%; 
}
.engenring-tech .tech-holder .left-tech p{
	display: inline-block;
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
}

.client-holder{
	overflow: hidden;
}
.clients{
	background: #fff;
	padding: 120px 0 90px;
	position: relative;
	margin: 0 0 320px;
}

.clients .border-bottom{
	left: 0;
	right: 0;
	bottom: -150px;
	height: 180px;
	width: 100%;
	content"";
	border: 0 !important;
	display: block !important;
	position: absolute;
	background: url(../images/img64.png) no-repeat;
	background-size: 100% 100%;
}
.clients .client-left{
	float: left;
	width: 48%;
}
.clients .client-left h2{
	color: #1dbead;
	font-size: 50px;
	margin: 0 0 50px;
	text-transform: uppercase;
}
.clients .client-left h2 span{
	color: #232e37;
}
.clients .client-right{
	float: right;
	width: 49%;
}
.clients .client-right .product__slider-main {
  margin-bottom: 15px;
}
.clients .client-right .product__slider-thmb .slick-slide {
  transition: all .3s ease;
  /*width: 63px !important;*/
  margin: 0 10px;
}
/*.clients .client-right .product__slider-thmb .slick-active img{
	border: 2px solid #000;
	border-radius: 100%;
}*/
.clients .client-right .product__slider-thmb .slick-track{
    left: 0;
    right: 0;
    margin: 0 auto;
}
.clients .client-right .product__slider-thmb{
	text-align: center;
	max-width: 100%;
	margin: 0 auto;
}

.clients .client-right .product__slider-thmb img{
	width: 63px;
	height: 63px;
	display: inline-block;
}
.clients .client-right .product__slider-main,
.clients .client-right .product__slider-thmb {
  display: none;
}
.clients .client-right .product__slider-thmb .slick-next{
	right: -60px;
	transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	background: url(../images/img61.png) no-repeat;
}
.clients .client-right .product__slider-thmb .slick-prev{
	left: -60px;
	transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	background: url(../images/img62.png) no-repeat;
}
.clients .client-right .slick-prev, .clients .client-right .slick-next{
	padding: 0;
}

.clients .client-right .slick-prev:before, .clients .client-right .slick-next:before{
	display: none;
}
.clients .client-right .blockquote{
	padding: 36px;
	margin: 14px auto;
	color: #232e37;
	font-size: 16px;
	max-width: 450px;
	text-align: center;
	border-radius: 50px;
	border: 1px solid #bababa;
	box-shadow: 0 0 5px 0 #bababa;
}
.clients .client-right .blockquote img{
	display: inline-block !important;
	margin: 0 0 40px;
	width: 120px;
}
.clients .client-right .blockquote p{
	margin: 0 0 40px;
}
.clients .client-right .blockquote .name{
	display: block;
	color: #1dbead;
	font-size: 20px;
	margin: 0 0 10px;
}
.clients .client-right .blockquote .role{
	display: block;
	color: #232e37;
	font-size: 16px;
}
.clients .client-right .product__slider-main .slick-arrow{
	display: none !important; 
}
.clients .bottom-btn{
	left: 0;
	right: 0;
	bottom: -280px;
	width: 280px;
	height: 280px;
	content: "";
	text-align: center;
	margin: 0 auto;
	position: absolute;
}
.clients .bottom-btn button{
	display: inline-block;
	font-size: 16px;
	color: #000;
	cursor: pointer;
	margin: 20px 0 0;
	background: #fff;
	border-radius: 10px;
	padding: 13px 24px;
}

.top_holder{
	position: relative;
}
.top_holder:after{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	position: absolute;
	background: rgba(0,0,0,.5);
}
.top_holder-block{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: -110px 0 0;
	background: #1dbead;
	align-items: stretch;
}
.top_holder-block .left-block{
	display: inline-block;
	width: 50%;
}
.top_holder-block .left-block h1{
	z-index: 9;
	margin: 0;
	color: #22292f;
	font-size: 50px;
	font-weight: bold;
	padding: 60px 40px;
	position: relative;
	text-transform: uppercase;
}
.top_holder-block .left-block h1 span{
	color: #fff;
}
.top_holder-block .left-block h1:before{
	top: -10px;
	left: -10px;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	position: absolute;
	background: rgba(255,255,255,.5);
}
.top_holder-block .left-block h1 img{
	margin: -6px 0 0 12px;
}
.top_holder-block .left-block ul{
	margin: 0;
	list-style: none;
	padding: 15px 0 15px 45px;
}
.top_holder-block .left-block ul li{
	color: #fff;
	font-size: 18px;
	margin: 0 0 30px;
	line-height: 30px;
	position: relative;
	padding: 0 0 0 36px;
}
.top_holder-block .left-block ul li:after{
	top: 6px;
	left: 0;
	width: 25px;
	height: 17px;
	content: "";
	position: absolute;
	background: url(../images/img79.png) no-repeat;
}
.top_holder-block .right-block{
	width: 50%;
	position: relative;
} 
.top_holder-block .right-block img{
	right: 0;
	bottom: 0;
	position: absolute;
}

.our_services{
	z-index: 1;
	overflow: hidden;
	padding: 60px 0 ;
	position: relative;
}
.our_services:after{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	position: absolute;
	background: rgba(0,0,0,.5);
}
.our_services h1{
	color: #1dbead;
	font-size: 50px;
	display: block;
	font-weight: bold;
	position: relative;
	text-align: center;
	margin: 20px 0 60px;
	text-transform: uppercase;
}
.our_services h1 span{
	font-weight: normal;
	color: #fff;
}
.our_services h1 img{
	margin: -6px 0 0 12px;
}
.our_services .services-columns{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.our_services .services-columns .column{
	width: 21%;
	text-align: center;
	display: inline-block;
}
.our_services .services-columns .column:nth-child(2){
	width: 52%;
}
.our_services .services-columns .column:nth-child(2) strong{
	margin: 0 auto 40px;
}
.our_services .services-columns .column img{
	margin: 0 0 20px;
	display: inline-block;
}
.our_services .services-columns .column strong{
	display: block;
	color: #fff;
	font-size: 22px;
	max-width: 80%;
	margin: 0 auto;
	font-weight: bold;
	line-height: 30px;
}
.our_services .services-columns .column .column-holder{
	margin: 0 0 60px;
}



.client_section{
	overflow: hidden;
	padding: 60px 0;
}
.client_section .client_holder{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.client_section .client_holder .left-holder{
	width: 50%;
	text-align: center;
}
.client_section .client_holder .left-holder h1{
	color: #1dbead;
	font-size: 50px;
	display: block;
	font-weight: bold;
	position: relative;
	text-align: center;
	margin: 20px 0 0;
	text-transform: uppercase;
}
.client_section .client_holder .left-holder h1 span{
	font-weight: normal;
	color: #fff;
}
.client_section .client_holder .left-holder h1 img{
	margin: -6px 0 0 12px;
}
.client_section .client_holder .left-holder .sub-heading{
	color: #fff;
	font-size: 20px;
}
.client_section .client_holder .right-holder{
	width: 50%;
}
.client_section .client_holder .right-holder .slick-list.draggable{
	width: 80%;
	margin: 0 auto;
}
.client_section .client_holder .right-holder .slide-content{
	text-align: center;
}
.client_section .client_holder .right-holder .slick-slide img{
	width: 126px;
	height: 60px;
	margin: 0 0 40px;
	display: inline-block;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}
.client_section .client_holder .right-holder .slick-prev,
.client_section .client_holder .right-holder .slick-next{
	right: 0;
}
.client_section .client_holder .right-holder .slick-prev{
	left: 0;
}


.two-section-holder{
	position: relative;
}
.two-section-holder:after{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: "";
	position: absolute;
	background: rgba(0,0,0,.5);
}
.our_products{
	overflow: hidden;
	padding: 60px 0 0;
}
.our_products h1{
	color: #1dbead;
	font-size: 50px;
	display: block;
	font-weight: bold;
	position: relative;
	text-align: center;
	margin: 20px 0 50px;
	text-transform: uppercase;
}
.our_products h1 span{
	font-weight: normal;
	color: #fff;
}
.our_products h1 img{
	margin: -6px 0 0 12px;
}
.our_products .four-columns{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.our_products .four-columns .column{
	width: 21%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 0 20px 20px;
	display: inline-block;
}
.our_products .four-columns .column .img-holder{
	width: 200px;
	height: 200px;
	display: block;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 26px;
	border: 8px solid #fff;
}
.our_products .four-columns .column .img-holder img{
    width: 100%;
    height: 100%;
    display: block;
}
.our_products .four-columns .column strong{
	color: #fff;
	display: block;
	font-size: 20px; 
	font-weight: bold;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.view-holder{
	padding: 0 0 60px;
	border-bottom: 1px solid #163939;
}
.our_products .four-columns .column a{
	color: #fff;
	margin: 16px 0 0;
	font-size: 14px;
	border-radius: 6px;
	padding: 10px 30px;
	background: #1dbead;
	display: inline-block;
	border: 2px solid #1dbead
}
.our_products .four-columns .column a:hover{
	background: #000;
}

.our_products .view-all{
	width: 170px;
	color: #fff;
	padding: 12px;
	display: block;
	font-size: 16px;
	text-align: center;
	border-radius: 6px;
	margin: 70px auto 0;
	text-transform: capitalize;
	background: rgba(255,255,255,.1);
}
.our_products .view-all:hover{
	color: #000;
	background: #fff;
}




.world-section{
	overflow: hidden;
	padding: 60px 0;
}
.world-section h1{
	color: #1dbead;
	font-size: 50px;
	display: block;
	font-weight: bold;
	position: relative;
	text-align: center;
	margin: 20px 0 50px;
	text-transform: uppercase;
}
.world-section h1 span{
	font-weight: normal;
	color: #fff;
}
.world-section h1 img{
	margin: -6px 0 0 12px;
}
.core-values{
	overflow: hidden;
	padding: 60px 0;
}
.core-values h2{
	color: #1dbead;
	font-size: 50px;
	display: block;
	font-weight: bold;
	position: relative;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.core-values h2 img{
	margin: -6px 0 0 12px;
}
.core-values h3{
	color: #fff;
	font-size: 50px;
	display: block;
	margin: 0 0 40px;
	text-transform: uppercase;
}
.core-values .facts-columns{
	display: flex;
	flex-wrap: wrap;
}
.core-values .facts-columns .column{
	width: 37%;
	color: #fff;
	font-size: 16px;
	padding: 0 10px;
	line-height: 22px;
	display: inline-block;
}
.core-values .facts-columns .column:nth-child(2){
	width: 26%;
	padding: 0 20px;
}
.core-values .facts-columns .column strong{
	display: block;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	margin: 0 0 30px;
}
.core-values .facts-columns .column p{
	margin: 0;
	max-width: 91%;
}

.global-team{
	padding: 80px 0 0;
	background: #fff;
	position: relative;
	margin: 0;
}
.global-team:after{
	left: 0;
	right: 0;
	content: "";
	width: 100%;
	height: 354px;
	bottom: -290px;
	position: absolute;
	background: url(../images/border-bottom.png) no-repeat;
	background-size: 100% 100%; 
}
.global-team .global-holder{
	display: flex;
	padding: 0 0 80px;
	/*align-items: center;*/
	border-bottom: 1px solid #898989;
}
.global-team .global-holder img{
	width: 311px;
	margin: 0 40px 0 0;
}
.global-team .global-holder .global-txt{
	width: 50%;
	color: #000;
	font-size: 16px;
	padding: 0 50px 0 0;
	margin: 0 50px 0 0; 
	border-right: 3px solid #898989;
}
.global-team .global-holder .global-txt:last-child{
	margin: 0;
	border: 0;
	padding: 0;
	width: 50%;
}
.global-team .global-holder .global-txt strong{
	color: #000;
	display: block;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 40px;
	text-transform: uppercase;
}
.global-team .global-holder.bottom{
	border: 0;
	z-index: 9;
	padding: 80px 0 0;
	text-align: center;
	align-items: center;
	position: relative;
	justify-content: center;
}
.global-team .global-holder.bottom .global-txt,
.global-team .global-holder.bottom .global-txt:last-child{
	width: 44%;
}

.our-people{
	overflow: hidden;
	text-align: center;
	position: relative;
	padding: 400px 0 140px;
}
.our-people:after{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	position: absolute;
	background: url(../images/img90.jpg) no-repeat;
	background-size: 100% 100%; 
}
.our-people h2{
	font-size: 40px;
	color: #1dbead;
	font-weight: bold;
	margin: 0 0 60px;
	text-transform: uppercase;
}


.filter { 
	width: 670px;
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto 80px;
	border-bottom: 1px solid #fff;
}
.filter:after{
	left: -5px;
	bottom: -5px;
	width: 10px;
	height: 10px;
	content: "";
	position: absolute;
	background: #fff;
	border-radius: 100%;
}
.filter:before{
	right: -5px;
	bottom: -5px;
	width: 10px;
	height: 10px;
	content: "";
	position: absolute;
	background: #fff;
	border-radius: 100%;
}

.filter a {
	padding: 10px;
	color: white;
	font-size: 18px;
	margin: 0 40px;
	position: relative;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	text-transform: capitalize;
}
.filter a:after{
	left: 0;
	right: 0;
	bottom: -2px;
	content: "";
	height: 3px;
	display: none;
	position: absolute;
	background: #1dbead;
}

.filter a:first-child{
	margin-left: 0;
}
.filter a:last-child{
	margin-right: 0;
}
.filter a.current {
	color: #1dbead;
}
.filter a.current:after{
	display: block;
}


.boxGroup {
  text-align:center;
  align-items: center;
  justify-content: space-between;
}

.boxGroup .box {
  width:33%;
  margin: 0 0 40px;
  text-align: center;
  display: inline-block;
}
.boxGroup .box img{
	width: 247px;
	height: 290px;
	margin: 0 0 50px;
}
.boxGroup .box .name{
	display: block;
	color: #1dbead;
	font-size: 20px;
	margin: 0 0 10px;
}
.boxGroup .box .role{
	display: block;
	color: #fff;
	font-size: 16px
}
.our-people button{
	width: 170px;
	padding: 12px;
	color: #1dbead;
	font-size: 18px;
	cursor: pointer;
	background: none;
	border-radius: 8px;
	margin: 40px auto 0;
	border: 2px solid #1dbead;
	text-transform: capitalize;
}
.our-people button:hover{
	background: #fff;
}


.digital-products{
	padding: 60px 0;
	background: #fff;
	text-align: center;
	position: relative;
}
.digital-products:after{
	left: 0;
	right: 0;
	top: -126px;
	width: 100%;
	content: "";
	height: 126px;
	position: absolute;
	background: url(../images/img95.png) no-repeat;
	background-size: 100% 100%;
}
.digital-products img{
	display: inline-block;
	margin: 0 0 20px;
}
.digital-products h2{
	font-size: 36px;
	color: #1dbead;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}
.digital-products h3{
	font-size: 46px;
	color: #1dbead;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.digital-products p{
	color: #2a363f;
	font-size: 17px;
	max-width: 37%;
	margin: 0 auto 20px;
}
.digital-products .Carrers{
	color: #fff;
	width: 160px;
	display: block;
	font-size: 20px;
	margin: 20px auto;
	padding: 16px 10px;
	text-align: center;
	background: #1dbead;
	border-radius: 10px;
	text-transform: capitalize;
	border: 2px solid #1dbead;
}
.digital-products .Carrers:hover{
	color: #1dbead;
	background: #fff;
}

.marketing--section{
	padding: 70px 0 70px;
	margin: -140px 0 0;
	position: relative;
	z-index: 9;
}
.marketing--section .branded--container{
	padding: 42px;
	display: flex;
	flex-wrap: wrap;
	background: #33cc99;
	/*margin: -92px 0 100px;*/
	margin: 0 0 100px;
	justify-content: space-between;
}
.marketing--section .branded--container .left--container{
	width: 66%;
}
.marketing--section .branded--container  h1{
	color: #fff;
	font-size: 40px;
	margin: 0 0 70px;
	line-height: 52px;
	display: block;
	width: 60%;
	text-transform: uppercase;
}
.marketing--section .branded--container .left--container .text-holder{
	z-index: 9;
	left: -70px;
	background: #fff;
	position: relative;
	padding: 40px 38px 40px 70px;
}
.marketing--section .branded--container .left--container .text-holder:after{
	top: -40px;
	left: -20px;
	right: 0;
	width: 105.5%;
	content: "";
	height: 90px;
	z-index: -1;
	position: absolute;
	background: rgba(255,255,255,.6);
}
.marketing--section .branded--container .left--container .text-holder p{
	color: #000;
	font-size: 15px;
	line-height: 20px;
}
.marketing--section .branded--container .right--container{
	width: 33%;
}

.results--driven{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.results--driven .left-result{
    width: 36%;
}
.results--driven .left-result-holder{
	height: 492px;
	overflow: hidden
}
.results--driven .left-result h2{
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
}
.results--driven .left-result span{
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	margin: 0 0 20px;
	text-align: left;
/*	border-bottom: 1px solid #fff;*/
}
.results--driven .left-result p{
	color: #fff;
	font-size: 18px;
	margin: 0 0 26px;
	line-height: 30px;
}
.results--driven .right-result{
	width: 60%;
}
.btn--holder{
	width: 100%;
	padding: 30px 0 0;
	text-align: center;
}
.btn--holder a{
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 34px;
	padding: 8px 40px;
	border-radius: 20px;
	background: #33cc99;
	display: inline-block;
	border: 2px solid #33cc99;
}
.btn--holder a:hover{
	color: #33cc99;
	background: #fff;
}

.connect-customers{
	padding: 90px 0;
	background: #f2f2f2;
}
.connect-customers .top-heading{
	color: #000;
	font-size: 16px;
	max-width: 650px;
	line-height: 20px;
	text-align: center;
	margin: 0 auto 40px;
}
.connect-customers .top-heading-holder{
	overflow: hidden;
	/*height: 195px;*/
}
.connect-customers .top-heading h2{
	margin: 0;
	color: #000;
	font-size: 26px;
	font-weight: 600;
	line-height: 36px;
	position: relative;
}
.connect-customers .top-heading h2:after{
	top: 16px;
	right: -30px;
	width: 30px;
	height: 38px;
	content: "";
	position: absolute;
	background: url(../images/img--3.png) no-repeat;
}
.connect-customers .top-heading span{
	color: #000;
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	margin: 15px 0;
}
.connect-customers .top-heading .MsoNormal{
    text-align: center !important;
    
}
.connect-customers .customer-sections{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.connect-customers .customer-sections .left-column{
	width: 40%;
	z-index: 9;
	background: #fff;
	position: relative;
	padding: 60px 20px 30px;
	border-radius: 0 30px 30px 0;
}
.connect-customers .customer-sections .left-column:after{
	top: 40px;
	right: -20px;
	content: "";
	width: 660px;
	height: 550px;
	z-index: -1;
	position: absolute;
	background: url(../images/img--4.png) no-repeat	;
	background-size: 100% 100%; 
}
.connect-customers .customer-sections .left-column .social-list{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style:  none;
	align-items: center;
	justify-content: space-between;
}
.connect-customers .customer-sections .left-column .social-list li{
	width: 48%;
	margin: 0 0 20px;
}
.connect-customers .customer-sections .left-column .social-list li a{
	display: block;
	text-align: center;
}
.connect-customers .customer-sections .left-column .social-list li a img{
    display: block;
    width: 73px;
    /*height: 160px;*/
    margin: 0 auto;
    /*object-fit: cover;*/
    /*object-position: top;*/
}
.connect-customers .customer-sections .left-column .social-list li a span{
	color: #000;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 0 10px;
	text-transform: capitalize;
}
.connect-customers .customer-sections .right-column{
	width: 55%;
}
.connect-customers .customer-sections .right-column img{
	width: 100%;
	display: block;
}
.connect-customers .btn--holder{
	padding: 70px 0 0;
}

.media_analaytic{
	position: relative;
}
.media_analaytic:after{
	left: 0;
	right: 0;
	top: -180px;
	z-index: -1;
	content: "";
	width: 100%;
	height: 600px;
	background: #fff;
	position: absolute;
	background: url(../images/img--7.png) no-repeat;
	background-size: 100% 100%;
}
.media_analaytic:before{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	position: absolute;
	background: rgba(0,0,0,.5);
}
.media_analaytic .media-columns{
	z-index: 9;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	padding: 45px 80px;
	position: relative;
	align-items: center;
	justify-content: space-between;
}
.media_analaytic .media-columns .column{
	width: 50%;
}
.media_analaytic .media-columns .column h2{
	color: #000;
	font-size: 29px;
	font-weight: 600;
	margin: 0px 0 0;
	line-height: 46px;
	position: relative;
	overflow: hidden;
	padding: 0 30px 0 0;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; 
   -webkit-box-orient: vertical;
}
.media_analaytic .media-columns .column h2:after{
	top: 9px;
	right: 0px;
	width: 30px;
	height: 38px;
	content: "";
	position: absolute;
	background: url(../images/img--3.png) no-repeat;
}
.media_analaytic .media-columns .column .sub-heading{
	color: #000;
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 34px;
	margin: 0 0 10px;
}
.media_analaytic .media-columns .column p{
	color: #000;
	font-size: 16px;
	line-height: 20px;
}


.campaigns--section{
	position: relative;
	padding: 50px 0 80px;
}
.campaigns--section:after{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: "";
	position: absolute;
	background: rgba(0,0,0,.5);
}
.campaigns--section .campaigns--columns{
	display: flex;
	flex-wrap: wrap;
}
.campaigns--section .campaigns--columns .column{
	width: 50%;
}
.campaigns--section .campaigns--columns .column h2{
	margin: 0;
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	line-height: 46px;
	position: relative;
	max-width: 100%;
}
.campaigns--section .campaigns--columns .column h2:after{
	top: 10px;
	right: 0px;
	width: 39px;
	height: 33px;
	content: "";
	position: absolute;
	background: url(../images/img--9.png) no-repeat;
	background-size: 100% 100%;
}
.campaigns--section .campaigns--columns .column .sub-heading{
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 34px;
	margin: 0 0 20px;
}
.campaigns--section .campaigns--columns .column p{
	color: #fff;
	font-size: 16px;
	margin: 0 0 30px;
	line-height: 20px;
}
.campaigns--section .campaigns--columns .column .list{
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.campaigns--section .campaigns--columns .column .list li{
	width: 50%;
	color: #fff;
	font-size: 16px;
	margin: 0 0 30px;
	line-height: 20px;
	position: relative;
	padding: 0 0 0 40px;
}
.campaigns--section .campaigns--columns .column .list li:after{
	top: 0;
	left: 0;
	width: 23px;
	height: 19px;
	content: "";
	position: absolute;
	background: url(../images/img--9.png) no-repeat;
	background-size: 100% 100%;
}
.campaigns--section .campaigns--columns .btn--holder{
	text-align: left;
}

.full-width-section{
	color: #fff;
	padding: 40px ;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	text-align: center;
	border-top: 4px solid rgb(51, 51, 51,.1);
	border-bottom: 4px solid rgb(51, 51, 51,.1);
}
.full-width-section p{
	margin: 0;
	width: 84%;
	margin: 0 auto;
}
.full-width-section:after{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: "";
	position: absolute;
	background: rgba(0,0,0,.5);
}

.social-box{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: center;
}
.social-box:after{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: "";
	position: absolute;
	background: rgba(0,0,0,.5);
}
.social-box .box{
	width: 33.3%;
	display: flex;
	padding: 50px;
	flex-wrap: wrap;
	min-height: 304px;
	text-align: center;
	align-items: center;
	align-content: center;
	justify-content: center;
	border: 2px solid #56687b78;
}
.social-box .box img{
	display: block;
	margin: 0 0 30px;
}
.social-box .box span{
	color: #fff;
	width: 100%;
	display: block;
	font-size: 18px;
	margin: 0 0 10px;
	line-height: 20px;
	text-transform: uppercase;
}
.social-box .box p{
	margin: 0;
	color: #fff;
	font-size: 16px;

}

.partners--section{
	padding: 80px 0 0;
}
.partners--section .slick-slide{
    padding: 10px 20px;
    margin: 10px;
    background: #fff;
    height: 150px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
}
.customer-logos{
    top: -100px;
    padding: 20px 40px;
    background: url(https://cubixtechnology.co.uk/assets/images/img1.jpg);
    background-size: cover;
}
.partners--section .heading{
	width: 0;
	height: 0;
	color: #fff;
	border-top: 276px solid #33cc99;
	border-left: 100px solid transparent;
	border-right: 80vw solid #33cc99;
}
.partners--section .heading h2{
	color: #fff;
	position: relative;
	top: -232px;
	width: 100%;
}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slick-slider{
	max-width: 1200px;
	margin: 0 auto;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.moretext {
  overflow: hidden;
}
.t-holder{
    overflow: hidden;
    max-height: 246px;
    transition: max-height 0.15s ease-out;
}
.t-holder.active{
    max-height: 100%;
    transition: max-height 0.25s ease-in;
}
.moreless-button,
.read_more{
        color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    padding: 2px 16px;
    border-radius: 20px;
    background: #33cc99;
    display: inline-block;
    border: 2px solid #33cc99;
    text-decoration: none;
    /*display: inline-block;*/
    margin: 16px 0 0;
    display: none;
}
.moreless-button:hover,
.read_more:hover{
    color: #33cc99;
    background: #fff;
    text-decoration: none;
}

.media_analaytic .media-columns .column .column_holder{
    max-height: 372px;
    overflow: hidden;
    padding: 0 20px 0 0;
}
.campaigns--section .campaigns--columns .column .camp_holder{
    overflow: hidden;
    height: 118px;
    margin: 0 0 30px;
}
.campaigns--section .campaigns--columns .column .camp_holder p:empty,
.campaigns--section .campaigns--columns .column .camp_holder p.MsoNormal:empty{
    display: none;
}
p:empty,
.MsoNormal:empty,
p.MsoNormal:empty{
    display: none;
}



@media ( max-width: 1299px ){
	body .slick-list{
		max-width: 90%;
		margin: 20px auto;
	}
	body .slick-prev{
		left: -10px;
	}
	.our-partners{
		padding: 20px 20px 100px;
	}
	.map-img-holder{
		width: 700px;
	}
}


@media ( max-width : 1199px ){
	.our-services-holder .sevice-block .left-column p{
		margin: 0 0 0 30px;
		font-size: 22px;
		max-width: 74%;
	}
	#header .navbar-nav .nav-link{
		font-size: 14px;
		padding: 50px 18px;
	}
	.banner{
		min-height: 520px;
	}
	.why-choose .choose-columns .column{
		width: 49%;
		height: 390px;
	}
	.map-img-holder{
		width: 100%;
		height: auto;
		position: static;
	}
	.map-img-holder img{
		display: block;
		width: 100%;
	}
	.about-us .about-holder.contact-us{
		width: 100%;
	}
	.uploadBtnWrap .specs{
		font-size: 15px;
	}
	.address-holder .column{
		width: 34%;
	}
	.blog-columns .column img{
		height: 170px;
	}
	.blog-columns .column{
		width: 32%;
	}
	.blog-columns .column .blog-text strong{
		font-size: 18px;
	}
	.blog-columns .column .blog-text .date em,
	.blog-columns .column .blog-text .date span{
		font-size: 14px;
	}
	.our-services-holder .sevice-block.our-products{
		padding: 28px;
	}
	.our-services-holder .sevice-block.our-products h1{
		font-size: 42px;
	}
	.feature-section .column-1{
		padding: 170px 20px 60px 30px;
	}
	.feature-section .column-2{
		padding: 160px 30px 108px 90px;
	}
	.feature-section .align-center{
		width: 330px;
		height: 530px;
	}
	.top_holder-block .left-block{
		width: 54%;
	}
	.top_holder-block .right-block{
		width: 42%;
	}
	.top_holder-block .left-block ul li{
		margin: 0 0 25px;
	}
	.client_section .client_holder .left-holder{
		width: 34%;
	}
	.client_section .client_holder .right-holder{
		width: 60%;
	}
	.our_products .four-columns .column{
		width: 20%;	
	}
	.our_products .four-columns .column .img-holder{
		width: 170px;
		height: 170px;
	}
	.global-team::after{
		height: 160px;
		bottom: -160px;
	}
	.our-people{
		padding: 230px 0 100px;
	}
	.results--driven .right-result{
	    width: 47%;
	}
	.results--driven .left-result{
	    width: 47%;
	}
	.campaigns--section .campaigns--columns .column{
	    padding: 0 10px;
	}
}  

@media ( max-width: 991px ){
	#header .logo{
		width: 100px;
	}
	#header .navbar-nav .nav-link{
		padding: 25px 14px;
		font-size: 12px;
	}
	.our-services-holder .sevice-block .left-column{
		width: 100%;
		float: none;
		display: block;
		padding: 30px;
	}
	.our-services-holder .sevice-block .right-column{
		position: static;
		width: 100%;
	}
	.our-services-holder .sevice-block{
		margin: 0 0 10px;
		padding: 0;
	}
	.our-services-holder .sevice-block .right-column:after,
	.our-services-holder .sevice-block .right-column:before{
		display: none;
	}
	.our-services-holder .sevice-block .right-column .service-list{
		padding: 30px 0 55px;
	}
	.services-blocks .column-holder .column{
		width: 44%;
	}
	#footer .footer-col{
		margin: 0 0 50px;
	}
	.footer-bottom{
		text-align: center;
		padding: 10px 0;
	}
	.footer-bottom .copyrights{
		float: none;
		display: inline-block;
		margin: 0 0 6px;
	}
	.footer-bottom .footer-bottom-list ul{
		float: none;
		width: 100%;
		display: block;
	}
	.news-letter .social-icons{
		text-align: center;
	}
	.news-letter .social-icons p{
		float: none;
		display: block;
		margin: 0 0 6px;
	}
	.banner{
		min-height: auto;
	}
	.about-us .about-holder{
		width: 100%;
	}
	.about-us .text-holder{
		left: -20px;
		padding: 40px 20px 10px;
	}
	.about-us .right-img-holder{
		display: none;
	}
	.why-choose .choose-columns .column img{
		max-height: 50px;
	}
	.get-touch .contact-form .c-form-holder .file{
		width: 55%;
	}
	.uploadBtnWrap .specs{
		display: block;
		width: 100%;
		overflow: hidden;
	}
	.blog-img p{
		font-size: 30px;
	}
	.blog-columns .column{
		width: 48%;
	}
	.blog-img.blog-detail{
		height: 270px;
	}
	.blog-detail-holder .detail-text,
	.blog-detail-holder .detail-list{
		width: 100%;
	}
	.our-services-holder .sevice-block.our-products .right-column{
		width: 100%;
		background: #fff;
	}
	.products-detail{
		padding: 20px 0;
	}
	.products-detail .product-holder .left-holder{
		width: 400px;
	}
	.products-detail .product-holder .right-holder{
		width: 100%;
	}
	.products-detail .product-holder{
		margin: 0 0 30px;
	}
	.products-detail .product-holder:nth-child(even) .right-holder{
		float: left;
	}
	.products-detail .product-holder:nth-child(even) .left-holder{
		float: left;
	}
	.product-detail .our-products-holder .left-box{
		width: 100%;
	}
	.product-detail .our-products-holder{
		height: auto;
	}
	.product-detail .our-products-holder h1{
		margin: 0 0 10px;
	}
	.product-detail .our-products-holder .right-box{
		width: 100%;
		height: auto;
		position: static;
	}
	.feature-section .column-1{
		width: 100%;
	}
	.feature-section .align-center{
		top: 120px;
		bottom: auto;
		left: auto;
		right: 10px;
	}
	.feature-section .column-2{
		width: 100%;
		padding: 40px 30px;
	}
	.feature-section .column-2 .heading{
		margin: 0 0 10px;
	}
	.feature-section .column-2 p{
		margin: 0 0 10px;
	}
	.engenring-tech .tech-holder .text-box{
		margin: 0;
	}
	.engenring-tech .tech-holder .left-tech{
		left: 74px;
	}
	.engenring-tech .tech-holder .text-box{
		width: 300px;
	}
	.engenring-tech .tech-holder .text-box .top-text{
		margin: 0 0 40px;
	}
	.clients{
		padding: 60px 0;
	}
	.clients .client-left h2{
		font-size: 30px;
	}
	body .slick-list{
		width: 96%;
		margin: 0 10px;
	}
	.clients .client-right .blockquote{
		width: 97%;
		padding: 20px;
	}
	.clients .client-right .blockquote img,
	.clients .client-right .blockquote p{
		margin: 0 0 20px;
	}
	.clients .border-bottom{
		bottom: -310px;
	}
	.clients .bottom-btn{
		bottom: -460px;
	}
	.top_holder-block .left-block{
		width: 100%;
	}
	.top_holder-block .left-block ul{
		padding: 15px 15px 15px 45px;
	}
	.top_holder-block .left-block ul{
		margin: 0 0 200px;
	}
	.top_holder-block .right-block{
		right: 0;
		bottom: 0;
		position: absolute;
	}
	.our_services .services-columns .column{
		width: 20%;
	}
	.our_services .services-columns .column strong{
		font-size: 16px;
	}
	.client_section .client_holder .left-holder{
		width: 100%;
		margin: 0 0 50px;
	}
	.client_section .client_holder .right-holder{
		width: 100%;
	}
	.our_products .four-columns .column{
		width: 40%;
		margin: 0 20px 40px;
	}
	.global-team .global-holder{
		display: block;
	}
	.global-team .global-holder img{
		width: 290px;
		display: block;
		margin: 0 auto 40px;
	}
	.global-team .global-holder .global-txt{
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}
	.global-team .global-holder .global-txt:last-child{
		width: 50%;
	}
	.global-team .global-holder .global-txt strong{
		font-size: 22px;
	}
	.global-team{
		padding: 80px 0 0;
	}
	.global-team .global-holder{
		padding: 0 0 60px;
	}
	.global-team .global-holder.bottom{
		padding: 80px 0 0;
	}
	.global-team .global-holder.bottom .global-txt, .global-team .global-holder.bottom .global-txt:last-child{
		width: 100%;
		padding: 0 20px;
	}
	.boxGroup .box{
		width: 48%;
	}
	.marketing--section .branded--container h1{
	    font-size: 38px;
	    width: 70%;
	}
	.results--driven .left-result h2{
	    font-size: 22px;
	    line-height: 34px;
	}
	.results--driven .left-result span{
	    font-size: 16px;
	    margin: 0 0 30px;
	}
	.results--driven .left-result p{
	    font-size: 16px;
	    line-height: 26px;
	}
	.results--driven .left-result-holder{
	    height: 426px;
	}
	.media_analaytic .media-columns{
	    padding: 40px 30px;
	}
	.campaigns--section .campaigns--columns .column h2{
	    font-size: 28px;
	    line-height: 34px;
	}
	.social-box .box{
	    padding: 20px 10px;
	}
	.t-holder{
	    min-height: 360px;
	}
	.media_analaytic .media-columns .column .sub-heading{
	    margin: 0 0 20px;
	}
	.media_analaytic .media-columns .column .column_holder{
	    max-height: 340px;
	}
}

@media ( max-width: 767px ){
	.services-blocks .column-holder .column{
		width: 92%;
	}
	#header .logo{
		margin: 0;
	}
	#header{
		padding: 12px 15px;
	}
	#header .container,
	#footer .container,
	.our-services-holder .container{
		max-width: 100% !important;
	}
	#header .navbar{
		float: none;
		width: 100%;
	}
	.navbar-collapse{
		padding: 10px 0 0;
	}
	.navbar-toggler{
		top: -36px;
		right: 0;
		position: absolute;
		background: #1dbead;
	}
	.navbar-light .navbar-toggler{
		border-color: rgba(255,255,255,1);
	}
	#header .navbar-nav .nav-link{
		padding: 12px 14px;
		font-size: 14px;
	}
	#header .navbar-nav .nav-link:before{
		height: 2px;
	}
	.services-blocks{
		padding: 50px 0 0;
	}

	.news-letter .letter{
		margin: 0 0 10px;
	}
	.news-letter .letter,
	.news-letter .social-icons{
		width: 100%;
		float: none;
		display: block;
		text-align: center;
	}
	.about-us .about-holder p{
		max-width: 100% !important;
	}
	.our-partners h2{
		font-size: 32px;
	}
	body .slick-carousel:after{
		display: none;
	}

	.our-partners h2{
		margin: 0 0 24px;	
	}
	.slick-slide img{
		margin: 0 10px;
	}
	
	.our-partners:after{
		width: 100%;
		background: #1dbead;
	}
	.why-choose .choose-columns{
		display: block;
		text-align: center;
	}
	.why-choose .choose-columns .column{
		width: 350px;
		height: 50px;
	}
	.why-choose .choose-columns .column img{
		max-height: 60px;
	}
	.address-holder .column,
	.address-holder .column:nth-child(2),
	.address-holder .column:nth-child(3){
		width: 100%;
		margin: 0 0 15px;
	}
	.get-touch .contact-form .c-form-holder .file{
		width: 58%;
	}
	.get-touch .contact-form .c-form-holder button{
		padding: 11px 26px;
	}
	.our-services-holder .sevice-block.contact{
		padding: 20px 0 20px;
	}
	.what-do .three-columns .column{
		padding: 20px;
		width: 50%;
	}
	.what-do .three-columns .column:nth-child(3){
		background: #1dbead;
		color: #fff;
	}
	.what-do .three-columns .column:nth-child(3) .heading{
		color: #fff;
	}
	.what-do .three-columns .column:nth-child(4){
		background: #fff;
		color: #000;
	}
	.what-do .three-columns .column:nth-child(4) .heading{
		color: #000;
	}
	.blog-detail-holder .detail-list{
		padding: 0;
	}
	.product-detail .our-products-holder{
		padding: 30px 20px;
	}
	.product-detail .our-products-holder h1{
		font-size: 32px;
	}
	.product-detail .our-products-holder{
		overflow: hidden;
	}
	.product-detail .our-products-holder .right-box{
		display: none;
	}
	.feature-section .align-center{
		display: none;
	}
	.product-detail{
		margin: 0;
	}
	.feature-section .column-1{
		padding: 40px 30px;
	}
	.feature-section .column-1 .feature-list li{
		margin: 0 0 20px;
	}
	.engenring-tech .tech-holder{
		height: auto;
	}
	.engenring-tech .tech-holder:before{
		clear: both;
		display: block;
		content: "";
	}
	.engenring-tech .tech-holder .left-tech{
		position: static;
		float: none;
		margin: -110px auto 20px;
	}
	.engenring-tech .tech-holder .text-box{
		float: none;
		margin: 0 auto;
	}
	.engenring-tech h2{
		font-size: 28px;
		margin: 0 0 80px;
	}
	.clients .client-left,
	.clients .client-right{
		width: 100%;
	}
	.clients .client-left img.left-img{
		display: block;
		width: 300px;
		margin: 0 auto;
	}
	.clients .bottom-btn{
		width: 200px;
		height: 200px;
		bottom: -206px;
	}
	.clients .border-bottom{
		height: 130px;
		bottom: -120px;
	}
	.clients{
		margin: 0 0 300px;
	}
	.top_holder-block .right-block{
		width: 60%;	
	}
	.our_services .services-columns .column,
	.our_services .services-columns .column:nth-child(2){
		width: 100%
	}
	.our_services .services-columns .column:nth-child(2){
		margin: 0 0 60px;
	}
	.our_services .services-columns .column .column-holder{
		width: 48%;
		display: inline-block;
		margin: 0 auto 40px;
	}
	.core-values .facts-columns .column,
	.core-values .facts-columns .column:nth-child(2){
		width: 100%;
		text-align: center;
	}
	.core-values .facts-columns .column:nth-child(2) img{
		width: 200px;
		display: block;
		margin: 20px auto;
	}
	.global-team .global-holder .global-txt{
		width: 100%;
		padding: 0 0 20px;
		margin: 0 0 30px;
		border-right: 0;
		text-align: center;
		border-bottom: 2px solid #898989;
	}
	.global-team .global-holder .global-txt:last-child{
		width: 100%;
	}
	.boxGroup .box{
		width: 45%;
		padding: 0 10px;
	}
	.boxGroup .box img{
		width: 180px;
		height: auto;
		margin: 0 0 30px;
	}
	.digital-products h2{
		font-size: 26px;
	}
	.digital-products h3{
		font-size: 30px;
	}
	.digital-products p{
		max-width: 100%;
		padding: 0 15px;
	}
	.filter a{
		margin: 0 10px;
	}
	.filter{
		width: 100%;
	}
	.marketing--section .branded--container h1{
	    font-size: 32px;
	    line-height: 36px;
	}
	.marketing--section .branded--container{
	    padding: 30px 20px;
	}
	.marketing--section .branded--container .left--container{
	    width: 100%;
	}
	.marketing--section .branded--container .left--container .text-holder{
	    left: 0;
	}
	.marketing--section .branded--container .left--container .text-holder{
	    padding: 20px;
	}
	.marketing--section .branded--container .right--container{
	    width: 100%;
	    margin: 40px 0 0;
	    text-align: center;
	}
	.results--driven .left-result{
	    width: 100%;
	   margin: 0 0 30px;
	}
	.results--driven .right-result{
	    width: 100%;
	}
	.marketing--section{
	    margin: 0;
	    padding: 10px 0 20px;
	}
	.marketing--section .branded--container{
	    margin: -80px 0 50px;
	}
	.media_analaytic .media-columns .column{
	    width: 100%;
	}
	.btn--holder{
	    padding: 30px 0;
	}
	.campaigns--section .campaigns--columns .column{
	    width: 100%;
	}
	.social-box .box p{
	    font-size: 14px;
	}
	.navbar-light .navbar-toggler{
	    background: #fff !important;
	}
	#header .navbar-nav .nav-item .drop-down{
	    width: 100%;
	}
	#header .navbar-nav .nav-item .drop-down,
	#header .navbar-nav .nav-item .drop-down-2{
	    /*width: 100%;*/
	    /*position: static;*/
	    opacity: 1;
	    display: none;
	    visibility: visible;
	}
	#header .navbar-nav .nav-item:hover .drop-down,
	#header .navbar-nav .nav-item .drop-down li:hover .drop-down-2{
	    display: block;
	}
	#header .navbar-nav .nav-item .drop-down-2 li a{
	    border-bottom: 1px solid #000;
	}
	#header .navbar-nav .nav-item .drop-down-2{
	    background: #1dbcac;
	}
	#header .navbar-nav .nav-item .drop-down li:hover .drop-down-2{
	    display: block;
	}
	#header .navbar-nav .nav-item .drop-down-2{
	    left: 18px;
	    top: 100%;
	    width: 250px;
	}
	.get-touch .contact-form{
	    position: relative;
	    padding: 0 0 70px 0;
	}
	.get-touch .contact-form .c-form-holder{
	    right: 0;
	    bottom: 0;
	    position: absolute;
	}
	.services-blocks .column-holder .column .img-holder img{
	    height: auto;
	}
	#footer{
	    padding: 50px 0 0;
	}
	.connect-customers{
	    padding: 60px 15px;
	}
	.connect-customers .customer-sections .left-column,
	.connect-customers .customer-sections .right-column{
	    width: 100%;
	}
	.results--driven .left-result-holder{
	    height: auto;
	}
	.connect-customers .customer-sections .left-column::after{
	    top: 0;
	    right: 0;
	}
	.connect-customers .customer-sections .left-column{
	    margin: 0 0 30px;
	}
}




@media ( max-width: 575px ){
	.why-choose h2{
		font-size: 30px;
	}
	.why-choose .choose-columns .column{
		border-radius: 0;
		padding: 20px;
		width: 100%;
		height: auto;
	}
	.why-choose .choose-columns .column img{
		max-height: inherit;
	}
	.our-services-holder .sevice-block h1{
		font-size: 40px;
	}
	.contact-us h1 em{
		font-size: 60px;
	}
	.our-services-holder .sevice-block.about-us .left-column p{
		font-size: 18px;
	}
	.get-touch .contact-form .left-column,
	.get-touch .contact-form .right-column{
		width: 100%;
	}
	.get-touch h2{
		font-size: 30px;
	}
	.get-touch h2::after{
		top: 2px;
		right: -46px;
	}
	.get-touch .contact-form .right-column textarea{
		height: 140px;
	}
	.what-do .three-columns .column{
		padding: 20px;
		width: 100%;
	}
	.what-do .three-columns .column:nth-child(3){
		background: #fff;
		color: #000;
	}
	.what-do .three-columns .column:nth-child(3) .heading{
		color: #000;
	}
	.what-do .three-columns .column:nth-child(4){
		background: #1dbead;
		color: #fff;
	}
	.what-do .three-columns .column:nth-child(4) .heading{
		color: #fff;
	}
	.blog-columns .column{
		width: 100%;
	}
	.pagination ul li a{
		font-size: 14px;
		padding: 8px 6px;
	}
	.pagination{
		padding: 0;
	}
	.blog-img p{
		font-size: 20px;
		line-height: 32px;
	}
	.blog-img p br{
		display: none;
	}
	.blog-img{
		height: 220px;
		padding: 28px 10px;
	}
	.blog-img.blog-detail{
		height: 220px;	
	}
	.blog-detail-holder .publish{
		margin: 40px 0;
	}
	.products-detail .product-holder .left-holder{
		width: 100%;
	}
	.products-detail .product-holder .right-holder h2{
		font-size: 28px;
	}
	.engenring-tech .tech-holder{
		max-width: 100%;
		border-radius: 20px 20px 0 0;
	}
	.engenring-tech .tech-holder .left-tech{
		height: 366px;
		width: 190px;
	}
	.engenring-tech .tech-holder{
		padding: 40px 20px;
	}
	.engenring-tech .tech-holder .left-tech{
		margin: -76px auto 20px;
	}
	.engenring-tech .tech-holder::after{
		display: none;
	}
	.clients .client-right .product__slider-thmb{
		width: 73%;
	}
	.clients .client-right .product__slider-thmb .slick-prev,
	.clients .client-right .product__slider-thmb .slick-next{
		display: none;
	}
	.top_holder-block .left-block h1{
		font-size: 28px;
		padding: 30px 20px;
	}
	.top_holder-block .left-block h1 img{
		width: 30px;
	}
	.top_holder-block .left-block ul{
		padding: 15px;
	}
	.top_holder-block .left-block ul li{
		font-size: 14px;
		margin: 0 0 20px;
		line-height: 20px;
	}
	.top_holder-block .left-block ul{
		margin: 0 0 146px;
	}
	.our_services .services-columns .column .column-holder{
		width: 100%;
	}
	.our_services .services-columns .column strong{
		font-size: 18px;
	}
	.our_products h1 span,
	.client_section .client_holder .left-holder h1 span{
		display: block;
	}
	.client_section .client_holder .left-holder h1{
		font-size: 40px;
		margin: 0 0 10px;
	}
	.our_products h1{
		font-size: 40px;
		margin: 0 0 40px;
	}
	.our_products .four-columns .column{
		width: 100%;
	}
	.our_products .view-all{
		margin: 20px auto 0;
	}
	.world-section h1{
		font-size: 36px;
	}
	.news-letter input[type="search"]{
		width: 100%;
		margin: 0 0 10px;
	}
	.client_section .client_holder .right-holder .slick-slide img{
		margin: 0 0 20px;
	}
	.client_section .client_holder .right-holder .slide-content{
		margin: 0 4px;
	}
	.core-values h2,
	.core-values h3{
		font-size: 32px;
	}
	.global-team{
		padding: 40px 0;
	}
	.global-team:after{
		display: none;
	}
	.our-people{
		padding: 50px 0;
	}
	.our-people h2{
		font-size: 32px;
	}
	.digital-products::after{
		display: none;
	}
	.full-width-section{
	    padding: 30px 15px;
	}
	.full-width-section p{
	    width: 100%;
	}
	.social-box .box{
	    width: 100%;
	}
	.marketing--section .branded--container h1{
	    width: 100%;
	    font-size: 26px;
	}
	#footer{
	    padding: 40px 0 0;
	}
	.filter a{
	    padding: 5px;
	    margin: 0 5px;
	    font-size: 15px;
	}
	.filter{
	    margin: 0 auto 40px;
	}
	.boxGroup{
	    display: flex;
	    align-items: flex-start;
	}
	#header{
	    padding: 12px 0;
	}
	#header .logo{
	    width: 110px;
	}
	.get-touch{
	    padding: 0 0 50px;
	}
	.connect-customers .top-heading h2{
	    font-size: 34px;
	}
	.connect-customers .customer-sections .left-column .social-list li{
	    width: 26%;
	}
	.connect-customers .customer-sections .left-column::after{
	    height: 430px;
	}
	.campaigns--section .campaigns--columns .column .list li{
	    width: 100%;
	}
}


@media ( max-width: 479px ){
	.our-services-holder .sevice-block .left-column{
		padding: 20px;
	}
	.our-services-holder .sevice-block h1{
		font-size: 24px;
	}
	.our-services-holder .sevice-block .left-column p{
		margin: 0;
		font-size: 18px;
		max-width: 100%;
	}
	.our-services-holder .sevice-block .right-column .service-list li{
		width: 40%;
		margin: 0 5px 10px;
	}
	.about-section{
		padding: 0 0 40px;
	}
	.our-services-holder .sevice-block.about-us .left-column p{
		font-size: 18px;
	}
	.our-services-holder .sevice-block.about-us .left-column p br{
		display: none;
	}
	.about-us .text-holder{
		left: 0;
	}
	.about-us .text-holder p{
		margin: 0 0 10px;
	}
	.services-blocks h2{
		font-size: 36px;
	}
}