@import url(http://fonts.googleapis.com/css?family=Muli:100,300,400,500,700,900);


html, body {
	margin:0;
	padding:0;
	min-height:100%;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	height:100%;
	font-weight: 300;
}


h1, h2, h3, h4, h5, h6 {
	margin:0;
	font-family: inherit;
	font-size: inherit;
	margin: 10px 0;
	font-weight: 300;
}

 
p{
   font-size: 1em;
   line-height: 1.35em;
}


h1 {
   font-size: 2.8em;
   line-height: 1em;
}
 
h2 {
   font-size: 2.4em;
   line-height: 1em;
}

h3 {
   font-size: 2em;
   line-height: 1em;
}

h4 {
   font-size: 1.8em;
   line-height: 1em;
}

h5 {
   font-size: 1.4em;
   line-height: 1em;
}

h6 {
   font-size: 1em;
   line-height: 1em;
}


a {
	color:#1590d4;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}

a:hover {
	color:#1076bc;
}


::-moz-selection { background: #cb2032; color: #fff; }
::selection { background: #cb2032; color: #fff; }
.black-col{color: #000000;}
.red-col{color: #cb2032;}
.blue-col{color: #1590d4;}
.white-col{color: #fff;}
.red-bg{background: #cb2032;}
.blue-bg{background: #1590d4;}
.lgrey-bg{background: rgba(0,0,0,.05);}


header h1 {

    margin: 125px 0 0 0 ;
    position: relative;
    z-index: 20;
	color:#FFF;
	padding:25px 65px;
	background: rgba(16,118,188,.9);

}
.follow-us
{
	color:#e51937;
	padding-left:20px;
}
.social
{
	display:inline-block
}
.social a {
    color: #FFF;
    vertical-align: middle;
    padding: 5px;
	width:20px;
	margin-left:10px;
	text-align:center;
    background: #e51937;
    display: inline-block;
}
.logo img
{
	max-width:230px
}
header{
	width: 100%;
	position: relative;
	height:300px;
	padding: 0;
}

header .hd{
	padding: 10px 0;
	background: #FFF;
	color: #fff; 
}
header .hd1{

	background: #e51937;

	position:relative;
	z-index:50;
	padding:5px 0
}
header .hd a.logbtn{
	padding: 5px 35px;
	background: rgba(0,0,0,.3);
	color: #fff;
	display: inline-block;
	margin-left: 10px;
}

header nav{
	margin: 0;
	padding: 0;
	background: #FFF;
	position:relative;
	z-index:20;
	padding:15px 0;

}


header nav:before{
    position: absolute;
    left: -150px;
    top: 0px;
    content: '';
    width: 0;
    height: 0;
    text-indent: -9999px;
    border-top: 130px solid #FFF;
    border-left: 150px solid transparent;
}
header nav:after{
    position: absolute;
    right: -150px;
    top: 0px;
    content: '';
    width: 0;
    height: 0;
    text-indent: -9999px;
    border-top: 130px solid #FFF;
    border-right: 150px solid transparent;
}
menu{
	margin: 0;
	padding:0
}

header ul{
	width: 100%;
	text-align: right;
}

header ul li{
	display: inline-block;
	position: relative;
}

header ul li a {
	display: block;
	padding: 30px 0;
    cursor: pointer;
    color: #000;
	width:115px;
	text-align:center
}

header ul li a.active {
	background:#1076bc;
	color:#FFF
}

header nav img {

	max-width: 100%; 
}

.ddm{
	position: absolute;
	top: 100%;
	left: 0;
	padding: 10px;
	background: #fff;
	min-width: 180px;
	display: none;
}

.ddm li a{
	padding: 5px 0;
	line-height: 30px;
}


.trigger{
	width: 40px;
	height: 40px;

	position: absolute;
	top: 30px;
	right: 7px;
	z-index: 9999;
	display: none;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:60%;
	margin:0 20%;
	background: #000;
	top:12px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.trigger > div > span:nth-child(2){
	top:19px;
}

.trigger > div > span:nth-child(3){
	top:27px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 19px;
}

.trigger > div.close > span:nth-child(2){
	display: none;
}

.trigger > div.close > span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 19px;
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slided{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
}




/* END OF HEADER STYLING FOR WEB*/

#overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#1076bc;
  transition: 1s 0.4s;
  width: 100%;
  height: 100%;
  font-size: 2em;
}

#overlay > div{
  text-align: center;
  display: table;
  width:100%;
  height: 100%;
}

#overlay > div > div{
  vertical-align: middle;
  display: table-cell;
}



.home-overlay
{
  background:url(../images/loading.jpg) no-repeat center center !important;
  background-size:cover;	
  height:100%
}

.home-overlay > div
{
  text-align: center;
  display: block !important;
  width:100%;
  height: auto !important;	
}

.home-overlay > div > div
{
  vertical-align: middle;
  display:block ;	
}





#overlay .linewidth {
    width: 100px;
    margin: 0 auto;
}

#overlay #progstat {
    font-size: 1.8em;
    line-height: 1.4em;
    color: #fff;
    font-weight: 700;
}

#progress {
    height: 1px;
    background: #000;
}

.master-slider{
	padding-top: 120px;
}

.pat{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.25);
	z-index: 1;
}

.master-slider .ms-layer{
	width: 100%;
	height: 100%;
	color: #fff;
}

.title > *{
	display: inline-block;
	padding-left: 25px;
	position: relative;
}

.title > *:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background: #2972ba;
	border-left: 4px solid #cb2032;
	content: "";
}


.pdflist a{
	display: block;
	width: 100%;
	height: 100%;
	border: 6px solid #cb2032;
	color: #cb2032;
	padding: 25px;
	box-sizing: border-box;
	position: relative;
	font-size: 1vw;
}

.pdflist a::after{
	position: absolute;
	bottom: 15px;
    right: -19px;
	padding-left: 5px;
	border-left: 15px solid #cb2032;
	content: "FILE";
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.main{
	padding: 0;
}
.main-inner
{
	padding:150px  0 
}
.main-about
{
	padding:50px  0 
}
.main-gallery
{
	padding:75px  0 
}
#uploadbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,0);
    width: 200px;
    height: 60px;
    display: none;
	margin-left: 100px;
    margin-top: 35px;
}

.sidetopic .w-100 input,
.sidetopic .w-100 textarea{
	background: #fff;
	border-color: #fff;
}


.readmore{

}

.forumlist,
.comments{
	margin-bottom: 25px;
}


.forumlist:last-child,
.comments:last-child{
	margin-bottom: 0;
}

.fhd > div:first-child{
	background: #439ff7;
}

.fhd > div:nth-child(2){
	background: #398bdb;
}

.comments .w-25{
	border-right: 1px solid #999;
	padding-right: 20px;
}

.comments .w-75{
	padding-left: 20px;
}


footer{
	color: #fff;
	display: inline-block;
    width: 100%;
}

footer .ftbg{
	background: rgba(203,32,50,.85);
	min-height: 300px;
}

footer .sign{
	background: #616161;
	padding: 20px 0;
	text-align:center
}

footer a{
	color: #fff;
}

footer .uploadfooter label{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

footer #footerfile{
	display: none;
	visibility: hidden;
}

footer h5.marginh5{
	margin-bottom: 60px;
}
.lost-password
{
	padding-top:23px !important;
	text-align:right;
}
.form-error 
{
	color:red;
	font-size:12px;
	padding-top:5px;
}

/*//////////////////////////////////////////////////MESSAGES\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.messages {
    margin: 0 0 10px;
    overflow: hidden;
	display:inline-block;
	width:100%;

}
.messages, .messages ul {
    list-style: outside none none !important;
    margin: 0;
    padding: 0;
}

.success-msg {
    background-color: #e9ffca;
    background-image: url("../images/msg-success.png");
    border-color: #296a23;
    color: #296a23;
}

.error-msg {
    background-color: #f5dad3;
    background-image: url("../images/msg-error.png");
    border-color: #c02230;
    color: #c02230;
}

.error-msg, .success-msg, .note-msg, .notice-msg {
    background-position: 25px center !important;
    background-repeat: no-repeat !important;
    font-size: 12px !important;
    padding: 25px 25px 25px 20px !important;
	margin:15px 0;
	text-align:left;
}

.note-msg, .notice-msg {
    background-color: #fdeda4;
    background-image: url("../images/msg-note.png");
    border-color: #7c622a;
    color: #7c622a;
}
	
	
	.close-msg{
	float:right;}
	
	.close-msg i {
    cursor: pointer;
    font-size: 24px;
    font-weight: normal;
    margin-top: -4px;
}	

.pl-60
{
	padding-left:60px;
}
/**/
.pt-right
{
	float:right;
}
.displaynone
{
	display:none
}
.get-in-touch .vError
{
	border:1px solid red !important
}
.FormResult
{
	color:green
}










.bg-inner {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.kenburns-top {
	-webkit-animation: kenburns-top 5s ease-out reverse both;
	        animation: kenburns-top 5s ease-out reverse both;
}
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);
            transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);
            transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
.tracking-in-contract {
	-webkit-animation: tracking-in-contract 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-contract 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}

.contact-address i
{
	padding-right:10px;
	width:20px;
}
.contact-address  a
{
	color:#000
}
.contact-address  a:hover
{
	color:#e51937
}
.top-footer
{
	background:#363636;
	border-top:10px solid #1076bc;
	padding:70px 0
}
.w-450
{
	width:450px;
	margin-right:50px;
}
.w-500
{
	width:500px;
}
.footer-leftbox 
{
	margin-right:40px;
}
.footer-leftbox img
{
	max-width:100%
}
.footer-rightbox img
{
	color:#FFF
}
.breadcrumbs
{
	background:#1076bc;
	padding:15px;
	color:#FFF
}
.breadcrumbs ul li
{
	margin-right:15px;
	list-style:none;
	display:inline-block
}

.breadcrumbs ul li a
{
	color:#FFF
}
.inner-bg
{
	background:url(../images/inner-bg.jpg) no-repeat top center #FFF;
}
.overview-logo
{
	height:280px;
	width:50%;
	float:left;
}
.our-partner-list
{
	padding-top:30px;
}
.partner-box
{
	width:calc(16.66% - 5px);
	text-align: center;
    display: inline-block;
	vertical-align: top;
	height:150px;
	border-bottom: 1px dashed #DDD;
    border-right: 1px dashed #DDD;
    padding: 25px 0; 
}
.partner-box figure
{
	width:100%;
	height:100%
}

.partner-box img {
    max-width: 150px;	/**/;
	max-height:150px;
}
.partner-box:nth-child(6n+6) .services-max
{

    border-right: 0

}
.products_details_gallery_box_max
{
	height:213px;
	width:100%;
}
.references-box
{
	width:30.33%;
	margin-right:4%;
	margin-bottom:30px;
	display:inline-block
}
.references-box-max
{
	max-width:350px;
}

.references-box:nth-child(3n+3)
{

	margin-right:0;
}
.contact-info a
{
	color:#000
}
.contact-info-img img
{
	width:auto;
	max-width:100%
}
.contact-log
{
	max-width:270px !important;
}
.contact-info-img h3
{
	background:#e2eaf2;
	padding:10px;
	text-align:center;
	color: #1076bc
}
.references-box-max figure
{
	overflow:hidden
}
.our-services-gallery
{
	margin-right:70px;
	max-width:750px;
	position:relative
}
.slick-left
{
	position:absolute;
	top:calc(50% - 18px);
	left:20px;
	z-index:50;
	cursor:pointer;
}

.slick-right
{
	position:absolute;
	top:calc(50% - 18px);
	right:20px;
	z-index:50;
	cursor:pointer;
}

.our-services-slick:before
{
	position:absolute;
	top:0;
	left:0;
	z-index:40;
	background:url(../images/serv-bg.png) no-repeat top center ;
	background-size:cover;
	content:'';
	width:100%;
	height:100%;
}

.our-services-gallery
{
	order:1
}
.our-services-desc
{
	order:2
	
}
.our-services-box:nth-child(2n+2)
{

	background:#e7e8ea
}
.our-services-box:nth-child(3n+3)
{

	background:#1076bc
}
.our-services-box:nth-child(3n+3) .readmore
{

	color:#000
}

.our-services-box:nth-child(2n+2) .our-services-gallery
{

	order:2;
	margin-right:0;
}

.our-services-box:nth-child(2n+2) .our-services-desc
{

	order:1;
	margin-right:70px;
}



.our-services-box:nth-child(3n+3) .our-services-gallery
{

	
	margin-right:70px;
}

.our-services-box:nth-child(3n+3) .our-services-desc
{

	
	color:#FFF;
	margin-right:0;
}
.become_partner
{
	background:#ebebeb;
	padding:25px;
}
.contactform
{
	max-width:810px;
	margin:0 auto;
	padding-top:30px;
}
.contactform .input-left
{
	width: calc(50% - 3px);
    display: inline-block;
	margin-bottom:5px;
}
.contactform input
{
	border:1px solid #959595 !important;
	height:43px;
	background:none !important
	
}
.contactform .input-full
{
	width: 100%;
    display: inline-block;
	margin-bottom:5px;
}
.contactform .input-full textarea
{
	border:1px solid #959595 !important;
	height:150px;
	background:none !important;
	resize:none
}
.contactform input[type="submit"]
{

	color:#FFF;
	background:#363636 !important;
	padding:0 45px;
	width:auto;
	margin-bottom:10px;
}
.max-width
{
	text-align:right
}
.contactform input.vError
{
	border:1px solid red !important
}
.products_list h2 , .products_list h3
{
	padding:0;
	margin:0;
	line-height:1.3em
}
.products_list h2
{
	padding-top:20px;
	text-align:center
}
.products_list a
{
	color:#000
}

.products-sub-mainbox
{
	padding:px 0;
}
.products-sub-box
{
	width:22%;
	margin-right:3%;
	margin-bottom:30px;
	display:inline-block;
	vertical-align:top
}
.products-sub-box-max
{
	max-width:250px;
	margin:0 auto
}
.products-sub-box a
{
	color:#000;
}
.products-sub-box a:hover
{
	color:#1076bc;
}
.products-sub-box figure
{
	overflow:hidden
}
.products-sub-box:nth-child(4n+4)
{

	margin-right:0;
}
.products_details
{
	width:25%;
	margin-right:40px;
}
.products_details_gallery
{
	width:75%
}

.products_details p
{
	line-height:normal;
	margin:5px 0	
}



.products_details_gallery_box
{
	width:calc(25% - 4px);
	margin-right:0;
	margin-bottom:10px;
	display:inline-block;
	vertical-align:top	
}
.products_details_gallery_box figure
{
	overflow:hidden;
	max-width:207px;
	max-height:207px;
}
.products_details_gallery_box img
{
	max-width:100%;
}
.home-overview
{
	height:500px;
	width:100%;
	background:url(../images/home-overview.jpg) no-repeat top center;
	background-size:cover
}
.home-overview-shadow
{
	background:rgb(244,244,244,0.85);
	width:100%;
}
.home-overview-slick
{
	padding-top:50px;
}
.home-overview-slick img
{
	max-height:120px;
	max-width:120px
}

.home-overview-slick a{
	display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
	height:100%
}

.home-overview-slick .slick-slide
{
	height:120px;
}

.home-our-products
{
	background:#24577a;
	border-top:5px solid #1076bc;
}
.home-our-products h2
{
	color:#FFF;
	padding-bottom:50px;
}
.home-products-box
{
	width:30.33%;
	display:inline-block;
	margin-right:3%;
	margin-bottom:45px;
}
.home-products-box:nth-child(3n+3)
{

	margin-right:0;
}
.home-products-box img
{
	width:100%;
}
.home-products-box h3
{
	width:100%;
	margin-top:10px;
	text-align:center;
	background:#f4f4f4;
	padding:20px 0
}
.home-products-box a
{
	color:#000
}
.home-products-box figure
{
	overflow:hidden
}
.home-services
{
	height:670px;
	width:100%;
	background:url(../images/home-serv.jpg) no-repeat top center;
	background-size:cover
}
.home-services h2
{
	color:#FFF;
	padding-bottom:20px;
}
.home-services h3
{
	color:#FFF;
}
.home-services-bg
{
	padding:30px 0 10px 0 ;
	background:rgb(0,0,0,0.5);
	width:100%;
	display:inline-block
}

.home-services-slick img
{

	width:100%;
}
.home-services-box
{
	margin:0 20px;
}

.home-services-slick .slick-list
{
	overflow:visible
}
.master-slider
{
	margin-top:-130px !important;
}
.banner-text
{
	position:absolute;
	bottom:0;
	left:0;
	z-index:50;
	width:100%;
	height:225px;
	color:#FFF;
}


.banner-text .container
{

	background: rgba(16,118,188,.5);
	height:100%;
	position:relative;
}
.banner-text  a
{
	color:#FFF;
	text-align:center;
}
.banner-text  a:hover
{
	color:#ace8ff;
}
.banner-text .container:before
{
    position: absolute;
    bottom: 0;
    left: -112.5px;
    z-index: 50;
    width: 100%;
    height: 100%;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 112.5px 112.5px 112.5px 0;
    border-color: transparent rgba(16,118,188,.5) transparent transparent;
}
.banner-text .container:after
{
    position: absolute;
    bottom: 0;
    right: -112.5px;
    z-index: 50;
    width: 100%;
    height: 100%;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;

	
	 border-width: 112.5px 0  112.5px 112.5px ;
	border-color: transparent transparent transparent rgba(16,118,188,.5);
}
.home-banner
{
	position:relative;

}
.home-ceo-msg:before
{

    position: absolute;

    top: -115px;
	left:0;
    z-index: 50;
    width: 100%;
    height: 128px;
    content: '';

  	 background:url(../images/ceo-bg1.png) no-repeat top center;
}
.home-ceo-msg:after
{

    position: absolute;

    bottom: -1px;
	left:0;
    z-index: 50;
    width: 100%;
    height: 126px;
    content: '';

  	 background:url(../images/ceo-bg2.png) no-repeat top center;
}


.home-ceo-msg
{

	
	background:#ace8ff ;
	z-index:60;
	
	position:relative;
}

.ceo-desc
{
	
	padding-bottom:50px;

}
.ceo-img
{
	margin:0 60px;
}

.ceo-desc-box

{
	height:285px;border-bottom:1px solid #1076bc;
	overflow:hidden;
	  -moz-transition: height 1s ease;
  -webkit-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
	
}
.ceo-desc-box.act

{
	height:auto;
	
}
.readmore
{
	color:#1076bc;
	text-align:right;
	padding-top:10px;

}

.readmore span
{

	cursor:pointer
}
.home-ceo-msg .container
{
	position:relative;
	z-index:100
}
.loading-logo , .loading-text
{
	width:calc(50% - 5px);
	display:inline-block
}
.loading-text
{
	color:#FFF;
}

.loading-logo
{
	background:rgba(0,0,0,.85);
	padding:30px;
	text-align:right;
}
.loading-text
{
	padding-left:40px;
	background:rgba(20,156,250,.85);
	line-height:normal;
	padding:30px;
	text-align:left;
}
.loading-connect
{
	text-transform:uppercase;
	width:100%;
	background: rgba(12,87,157,.85);
	color:#FFF;
	padding:25px 0
}

.flex-row-loading-home
{
    display: flex !important;
    justify-content: center;
    /* flex-direction: row; */
    align-content: center;
}











.footer-barcode
{
	background:#FFF;
}
.footer-barcode img
{
	max-width:160px
}

 .about-title
{
	
	padding-bottom:15px;
	position:relative;
}
.main-about .about-title:after
{
	position:absolute;
	bottom:-29px;
	left:0;
	z-index:50;
	content:'';
	width:100%;
	background:url(../img/shadow.png) no-repeat bottom center;
	height:29px;
}
.about-box
{
	width:100%;
	max-width:960px;
	padding:50px 0 25px 0;
	margin:0 auto
	
}
.about-box img
{
	display:inherit	
}
.about-desc
{
	background:#f6f6f6;
	text-align:center;
	padding:15px 0;
}

.video-list
{
	width:calc(33.33% - 3px);
	display:inline-block;
	overflow:hidden;
	position:relative;
	transition: all .5s;	
}
.play
{
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	width:100%;
	height:100%;
	
}
.hover-video img
{
	transition: all .8s;
}
.video-list:hover .hover-video img
{
	transform: scale(1.2);
}

.master-slider
{
	padding-top:0 !important
}
.body_home header
{
	height:auto
}
.body_home  .main-about
{
	padding:50px 0  !important
}
.home_about
{
	padding:50px 0;
		display: flex;
/*	justify-content: space-between;
	flex-direction: row;*/
	align-content: center;
	text-align:left
	
}
.home_about_desc
{
	background:#f6f6f6;
	padding:0 40px;
}
.home_about_desc p
{
	margin:0.9rem 0;

}
.filter-img
{
	filter: brightness(0) invert(1);
}
.home_about_desc img
{
	max-width:33px;
}
.home_about_desc h3
{
	padding-left:10px;
}
.login-padding
{
	padding:80px 0
}
.loading-connect
{
	cursor:pointer
}
.ms-bullets.ms-dir-h
{
	z-index:150 !important
}
.floor_plan_click
{
	cursor:pointer
}













		.background{
			background: url(../images/loading.jpg);
			background-size: cover;
			background-attachment: fixed;
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			animation-delay: 3.5s;
			animation-duration: 2s;
		}

		div.loading {
			perspective: 500px;	
			display: flex;
			justify-content: center;
			align-items: center;
			height: 100vh;
		}

		.square {
			width: 180px;
			height: 180px;
			transform: rotateY(0deg);
			animation: rotateAnimation 1.5s linear infinite;
		}

		@keyframes rotateAnimation {
			from {transform: rotateY(0deg);}
			to {transform: rotateY(360deg);}
		}

		.tbl{
			width: 100%;
			height: 100%;
			display: table;
		}

		.tbl > div{
			display: table-row;
		}

		.tbl > div > div{
			display: table-cell;
			vertical-align: middle;
		}

		div.row::before,
		div.row::after{
			clear: both;
			display: block;
			content: "";
		}

		div.w-50{
			width: 50%;
			float: left;
			height: 250px;
			padding: 30px;
			box-sizing: border-box;
		}

		div.w-50:first-child{
			text-align: right;
			background: rgba(0,0,0,.85);
		}

		div.w-50:nth-child(2){
			background: rgba(20,156,250,.85);
		}

		.loading-connect.w-100{
			width: 100%;
			float: left;
			padding: 20px;
			box-sizing: border-box;
			text-align: center;
			text-transform: uppercase;
			background: rgba(12,98,157,.85);
			display: block;
			color: #fff;
			text-decoration: none;
			overflow: hidden;
			position: relative;
			transition: .8s;
			-moz-transition: .8s;
			-webkit-transition: .8s;
		}

		.loading-connect.w-100:hover{
			background: rgba(20,156,250,1);
		}

		.sidedelay-1,
		.sidedelay-2{
			animation-duration: 1s;
		}

		.sidedelay1{
			animation-delay: 2s;
		}

		.sidedelay2{
			animation-delay: 2.5s;
		}

		.bottomdelay{
			animation-delay: 3s;
			animation-duration: 1.1s;
		}

		.myhover{
			position: absolute;
			transform: translate(-50%, -50%);
			transition: .1s;
			-moz-transition: .1s;
			-webkit-transition: .1s;
			border-radius: 50%;
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
			top: 50%;
			width: 200px;
			height: 200px;
			background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0) 80%); /* FF3.6-15 */
			background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.35) 0%,rgba(255,255,255,0) 80%); /* Chrome10-25,Safari5.1-6 */
			background: radial-gradient(ellipse at center, rgba(255,255,255,0.35) 0%,rgba(255,255,255,0) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
			opacity: .5;
		}

		.loading-connect.w-100:before{
			position: absolute;
			left: -15px;
			top: 0;
			width: 50%;
			height: 100%;
			content: "";
			background: rgba(255,255,255,.1);
			transform: skewX(-15deg);
			transition: .8s;
			-moz-transition: .8s;
			-webkit-transition: .8s;
		}

		.loading-connect.w-100:after{
			position: absolute;
			left: -75px;
			top: 0;
			width: 50%;
			height: 100%;
			content: "";
			background: rgba(255,255,255,.1);
			transform: skewX(-15deg);
			transition: .8s;
			-moz-transition: .8s;
			-webkit-transition: .8s;
		}

		.loading-connect.w-100:hover:before{
			left: 225px;
		}

		.loading-connect.w-100:hover:after{
			left: 725px;
		}
		
		.home-loading
		{
			position:fixed;
			width:100%;
			height:100%;
			z-index:500
		}
		.loading-hidden
		{
			overflow:hidden
		}
		.none
		{
			display:none
		}
.scoop_main
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between
}	
.colw-50
{
	
}
.scoop_box
{
	width:48%;
	float:left;
	padding-bottom:25px;
}	
.scoop_details .our-services-gallery
{
	order:2;
	margin-right:0;
	margin-left:70px;
}
.scoop_categories .our-services-box
{
background: #e7e8ea;	
}	
.scoop_categories .our-services-box .our-services-gallery
{

}	

.scoop_categories .our-services-box .our-services-desc
{
  color: #000;
}	
.scoop_categories .our-services-box .our-services-gallery
{
	max-width:550px
}
.scoop_categories .our-services-box .our-services-gallery img
{
	max-width:100%
}
.ai-fs
{
	align-items:flex-start !important
}

.scoop_categories .our-services-gallery
{
	float:left;
}
.scoop_categories .our-services-desc
{
	float:none;
	text-align:justify
}
.scoop_categories .our-services-box{
display:inline-block;
width:100%
}
.our-services-box:nth-child(2n+2) .our-services-gallery
{
	float:right;
	margin-left:70px;margin-right:0
}
@media all and (max-width: 960px){
.scoop_categories .our-services-gallery
{
	margin-bottom:25px;
}
}