/* css for IE10 and IE11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

	.circle-loader{
			top:40%;
			left:40%;
	}

	#sendMsg{
			left:20px;
	}

	.contact100-form{
		background-color: #f2f2f2;
	}
}


@media only screen and (max-width: 1000px) {
	.infosToRemove {
		display: none;
	}
}


.icon {
	width: 50px;
	height: 50px;
	-webkit-background-clip: text;
	margin-left: auto;
	margin-right: auto;
}

div.row.standardRow.section-1 > div > a:hover {
	padding: 10px;
	transition: all 0.2s ease-in-out 0s;
	text-decoration: none;
	transform: scale(1.025);
}

div.row.standardRow.section-2 > div > a:hover {
	padding: 10px;
	transition: all 0.2s ease-in-out 0s;
	text-decoration: none;
	transform: scale(1);
}

.activeMenu {
	background: linear-gradient(to right, lightblue 0, lightgreen 100%);
	color: black !important;
	border-radius: .25rem;
  }

  .sf-menu li:hover, .sf-menu li:hover a {
	background: linear-gradient(to right, lightgreen 0, lightblue 100%);
	color: black !important;
	border-radius: .25rem;
  }

  .sloganitalics{
	font-style: italic !important;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 24px !important;
	color: #fff;
}

.infosToRemove span {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    font-weight: 600;
}

.ToPointer{
		cursor: pointer !important;
}

.phoneNR {
	margin-left: 4px;
}

.contactEmail {
	margin-left: 3px;
}

@media only screen and (max-width: 1200px) {

	.phoneNR {
		display: none;
	}

	.contactEmail {
		display: none;
	}

	.infosToRemove i{
		margin-left: 10px;
		margin-right: 10px;
		font-size: 19px !important;
	}

	_:-ms-fullscreen, :root #sendMsg {
				 left:40px; !important;
	 }

	 .card-columns{
		 column-count: 2;
		 }


}


@media only screen and (max-width: 1000px) {
	.infosToRemove {
		display: none;
	}


}

@media only screen and (min-width: 768px) {
	/* hide the hamburger */
  	.header_bottom_mobile {
  		display: none;
  	}
	/* show all the nav-buttons */
  	.header_bottom {
	    -ms-overflow-style: none;
    	overflow: auto;
  	  display: block;
  	 }

		 .right_side {
			 display: inline-flex;
			 float:right;
		 }

		 .footerMargin {
			margin: 0px;
			padding: 0px;
		}
}

@media only screen and (max-width: 767px) {
		.pushDown {
		    margin-top: 80px !important;
			}

			.footerMargin {
				margin: 0px;
				padding: 0px;
			}
}

  @media only screen and (max-width: 769px) {
	/* show everything with the hamburger class */
	.header_bottom_mobile {
	  display: block;
	}

/* hide all top social icons */
.topsocialicons {
	-ms-overflow-style: none;
	overflow: auto;
	display: none;
}

/* hide all the nav-buttons */
.header_bottom {
	-ms-overflow-style: none;
	overflow: auto;
	display: none;
}

.card-columns{
	column-count: 1;
	}

	.right_side{
	    text-align: center;
	}


		 _:-ms-fullscreen, :root #sendMsg {
	 				 left:0px; !important;
	 	 }



	.services123{
		display: block !important;
	}

			 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
			 	.contact100-form {
			 			width: 100% !important;
			 	}

			 	.contact100-more {
			 			width: 100% !important;
			 	}
			 }
  }



body{
	background-color: #f8f8f8;
	padding: 0px !important;
	margin:0px !important;
	line-height: normal;
}

.row{
  margin-right:0px !important;
  padding: 10px;
}

.mainContainer {
  width:100%;
  height: auto;
  background-image: url("../images/backgrounds/body.jpg");
}

.section-2 {
  padding: 94px 0 76px;
  padding-left: 20%;
  padding-right: 20%;
  max-width: 100%;
}

.ourteamsection {
  padding: 94px 0 76px;
  padding-left: 20%;
  padding-right: 20%;
  max-width: 100%;
  transform: scaleX(-1)
}

.section-services {
	padding: 10px 0 10px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.section-4 {
  padding-top: 28px;
  padding-left: 20%;
  padding-right: 20%;
}


.left_side{
  float:left;
  padding-top: 4px;
  padding-bottom: 4px;
}

.right_side{
	height: 41px;
}

.tagline{
	font-size: 20px !important;
    font-weight: bold;
    left: 115px !important;
    position: relative;
	display: inline-flex;
	text-align: center;
	height: 41px;
	color:#262626 !important;
}

.right_side strong{
  color:#262626 !important;
}

.tagline strong{
	color:#262626 !important;
  }

.phone{
  color: #76D3A6;
  font-size: 15px !important;
  position: relative;
}
}

.envelope{
  color: #76D3A6;
  font-size: 24px !important;
  position:relative;
}

.fa-phone {
	top:2px !important;
}

.header_info {
  position: relative;
  padding: 6px 6px 6px 6px;
  border-radius: 5px;
  color: #262626;
}

.nav-item {
  text-align: center;
  border-right: 1px solid #515151
}

.nav-item:last-child {
	text-align: center;
	border-right: 0px solid #515151
  }
  
  .nav-item a{
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 15px;
  font-weight: 600;
}

.sf-menu>li>a {
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    font-weight: 600;
  }

  .header_bottom{
    max-height: 60px;
    z-index: 1000000;
  }

#header {
  margin:0px;
  padding:0px;
  text-align: left !important;
  left:0 !important;
}

.bg-dark{
  background: #262626 !important;
}

.menucontainer {
	text-align: center;
	max-height: 54px;
}

.header_bottom{
  background-color: #262626 !important;
  overflow: hidden;
}

.header_info strong {
  font-size: 18px;
  font-weight: 500;
  margin-left: 11px;
  color: #5e9796;
  border-left: 1px solid #e0e0e0;
  padding-left: 8px;
}

.header_info:last-child strong {
	font-size: 18px;
	font-weight: 500;
	margin-left: 11px;
	color: #5e9796;
	border-left: 0px solid #e0e0e0;
	padding-left: 8px;
  }

.header_info span {

  position: relative;
  top: -5px;
  font-size: 12px;
  color: #777;
  font-weight: 400;
  margin-left: 8px;
}

nav.navbar {
  padding:0px !important;
  display:inline-block;
  float: none;
}

.navbar .simple_menuitem {
	color:#fff;
	 font-weight: 500;
}

.navbar .simple_menuitem:hover {
	cursor:pointer;
	color: black;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.section-2 i{
      float: left;
      font-size: 65px;
      color: #fff;
      background: #8fd39d;
      width: 120px;
      height: 120px;
      position: relative;
      top: -8px;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 100%;
      padding: 23px;
      margin-right: 36px;
      color:#fff;
}

.wrapper h2 {
  margin-top: 0!important;
  color: #fff;
  font-weight: 700;
}

h6{
  font-weight: 600 !important;
  color: #111 !important;
  line-height: 23px !important;
  font-size: 14px !important;
}

h5{
  font-weight: 600 !important;
  color: #555 !important;
  line-height: 23px !important;
  font-size: 20px !important;
}

.infowrapper {
  min-width: 100%;
}

.section-3 h3{
  font-weight: 100;
}

.section-3 span{
  font-weight: 600;
}

.social_media{
  text-align: center;
  width: 100%;
  background-image: url("https://www.xmple.com/wallpaper/linear-green-white-gradient-1920x1080-c2-90ee90-f8f8ff-a-15-f-14.svg");
}

.social.mt-2{
  margin:auto;
}

.sticky.is-sticky {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100000;
  width: 100%;
}

.header_top
{
	background-image: url("../images/backgrounds/header.jpg");
}

.animatedBackgroundLeftToRight {
    /* animation: animatedBackgroundLeftToRight 500s linear infinite; */
}

.animatedBackgroundRightToLeft {
    /* animation: animatedBackgroundRightToLeft 500s linear infinite;*/
}

.animatedBackgroundTopToBottom {
    /* animation: animatedBackgroundTopToBottom 500s linear infinite; */
}

.animatedBackgroundBottomToTop {
    /* animation: animatedBackgroundBottomToTop 500s linear infinite; */
}

.animatedBackgroundTopLeftToBottomRight {
    /* animation: animatedBackgroundTopLeftToBottomRight 500s linear infinite; */
}

.animatedBackgroundBottomLeftToTopRight {
    /* animation: animatedBackgroundBottomLeftToTopRight 500s linear infinite; */
}

.sectionbsd {
	position: relative;
	min-width: 100% !important;
	max-width: max-content;
  }

.teamBG {
	background-image: url("../images/banners/hometop.jpg");
	position: relative;
	min-width: 100% !important;
	max-width: max-content;
	background-size: cover;
}

.section1BG {
  background-image: url("../images/banners/hometop.jpg");
  position: relative;
  min-width: 100% !important;
  max-width: max-content;
  background-size: cover;
}

.section1BG:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.itServicesBG
{
  background-image: url("../images/banners/itservices.jpg");
  position: relative;
  min-width: 100% !important;
  max-width: max-content;
  background-position: center center;
  background-size: cover;
}

.itServicesBG:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
  }

  .homeServicesBG
  {
	background-image: url("../images/banners/homeservices.jpg");
	position: relative;
	min-width: 100% !important;
	max-width: max-content;
	background-size: cover;
  }
  
  .homeServicesBG:before {
	  content: '';
	  position: absolute;
	  top: 0;
	  right: 0;
	  left: 0;
	  bottom: 0;
	}

.bsdBG
{
  background-image: url("../images/banners/softwaredevelopment.jpg");
  position: relative;
  min-width: 100% !important;
  max-width: max-content;
  background-size: cover;
}

.bsdBG:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.team-content p{
	margin-bottom: 10px !important;
  	color:#000;
}

.washout60 {
  opacity: 0.6;
}

.defaultOpacity {
  opacity: 1;
}

.section2BG{
  background-image: url("../images/banners/homebottom.jpg");
  min-width: 100% !important;
  max-width: max-content;
  background-size: cover;

}

.wrapper span {
	font-weight: 300;
	font-style: italic;
}

.wrapperbanner {
	position: relative;
	width: 100%;
    text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 30px !important;
	color: #ffffff;
}

h1 {
	color: #ffffff;
}

.wrapperbanner h2 {
	color: #ffffff;
}

.btn.btn-3 {
    font-weight: 600;
    color: #fff;
    background: #8fd39d;
    border: 2px solid #8fd39d;
    border-radius: 6px;
    font-size: 15px;
    padding: 10px 18px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }

.box.box-4 p{
  color: #777;
  font-weight: 400;
  line-height: 18px;
  font-size: 12px;
  margin: 0 0 8.5px;
}

.box.box-5 p+.btn-2 {
    margin-top: 13px;
    padding: 12px 21px;
}
.btn.btn-2 {
    font-weight: 600;
    background: 0 0;
    color: #8fd39d;
    border: 2px solid #8fd39d;
    border-radius: 6px;
    font-size: 15px;
    padding: 12px 18px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }

  .box.box-5 p {
    line-height: 18px;
    color: #777;
    margin: 0 0 8.5px;
    font-size:12px;
}

.questions p {
    line-height: 18px;
    color: #777;
    margin: 0 0 8.5px;
}

footer {
	padding: 32px;
	background-image: url("../images/backgrounds/footer.png");
}

footer p{
  line-height: 18px;
  color: #777;
  margin: 0 0 8.5px;
  font-size: 13px;
  padding-top: 2px;
}

footer li {
  list-style: none;
  padding: 5px;

}

footer span{

  font-weight: 700;
  color: #5e9796;
  display: inline-block;
  margin-right: 9px;
  float: left;
}

footer ion-icon
{
	font-size: 24px;
	line-height: 0px;
}

footer h4{
  text-align: center;
}

body > div > div > div.row.standardRow.section-1 > div > a > div.wrapper > ul {
margin-left: 0px;
text-indent: 12.5px;
list-style: none;
position: relative;
top: -25px;
line-height: 1.5;
}

.icon {
	text-align: center
}

.description {
	color: #111;
}



.box.services .icon {
	margin-right: 8px;
	padding-top: 3px;
	float: left;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 30px;
	color: #fff;
	background: #76D3A6;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	z-index: 1
}

.box.services .icon:before {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.box.services .wrapper h6 {
	margin-bottom: 2px;
	font-weight: 600;
	color: #5e9796;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

#serviceinfo p {
	text-align: justify;
}

.servicecategories {
	margin-left: auto;
	margin-right: auto;
	font-weight: bolder;
	font-size: 20px;
	color: #000;
}

.servicestitle {
	background-image: url("../images/banners/hometop.jpg");
	background-size: cover;
	min-width: 100% !important;
	max-width: max-content;
	background-position: bottom left;
}

.iconfix {
	position: relative;
    top: 2px !important;
}

.box.box-1 .icon i {
	color: #fff;
	font-size: 340px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .26)
}

.box.box-1 .icon i:before {
	text-align: center
}

.box.box-1 h2 {
	color: #333;
	font-weight: 700;
	margin-top: 30px
}

.box.box-1 h2>span {
	font-weight: 300
}

.box.box-1 h2+h6 {
	margin-top: 22px
}

.box.box-1 h6 {
	color: #fff;
	font-weight: 400
}

.box.box-1 .btns {
	margin-top: 32px
}

.box.box-1 .btns .btn {
	margin-bottom: 15px
}

.box.box-1 .btns .btn+.btn {
	margin-left: 17px
}

.box.box-2 .icon {
	background: #e1e4e4;
}

.box.box-2 .icon svg {
	position: relative;
	top: -8px;
	width: 30px;
}

.box.box-2 .icon a {
	color: #e1e4e4 !important;
}


	.box.box-2 {
	display: block;
	margin-top: 14px;
	padding: 10px;
	border: 3px transparent solid;
}

.box.box-2:before,
.box.box-2:after {
	content: " ";
	display: table
}

.box.box-2:after {
	clear: both
}

.box.box-2 .icon {
	top: -5px;
	margin-right: 8px;
	padding-top: 3px;
	float: left;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 30px;
	color: #fff;
	background: #555;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	z-index: 1
}

.box.box-2 .icon:before {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.box.box-2 .wrapper h6 {
	margin-bottom: 2px;
	font-weight: 600;
	color: #5e9796;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.box.box-2 .wrapper h7 {
	margin-bottom: 2px;
	font-weight: 400;
	color: #262626;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.box.box-2 .wrapper p {
	color: #777;
	font-weight: 400;
	line-height: 18px
}

.box.box-2 .icon,
.box.box-2 .date {
	background: linear-gradient(to right, #1d4e77 0, lightblue 100%);
}

.box.box-2:hover .icon,
.box.box-2:hover .date {
	background: linear-gradient(to right, lightblue 0, lightgreen 100%);
	color: #fff;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}

.box.box-2:hover .icon:before,
.box.box-2:hover .date:before {
	-webkit-transform: scale(1.025);
	-ms-transform: scale(1.025);
	-o-transform: scale(1.025);
	transform: scale(1.025);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.box.box-2:hover .wrapper h5 {
	color: #262626 !important;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.bouncyText h5 {
	/* color:	#262626 !important;*/
	color: #555;
}

.box.box-3 .icon {
	float: left;
	font-size: 60px;
	color: #fff;
	background: #8fd39d;
	width: 120px;
	height: 120px;
	position: relative;
	top: -8px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 100%;
	padding: 13px;
	margin-right: 36px
}

.box.box-3 .icon i.fa-cogs {
	margin-top: 16px
}

.box.box-3 .wrapper {
	overflow: hidden
}

.box.box-3 .wrapper h2 {
	margin-top: 0!important;
	color: #fff;
	font-weight: 700;
	margin-top: 30px
}

.box.box-3 .wrapper h2>span {
	font-weight: 300
}

.box.box-3 h6 {
	font-weight: 600;
	color: #5e9796;
	line-height: 23px
}

.box.box-4 h6 {
	font-weight: 600;
	color: #5e9796;
	line-height: 23px;
	margin: 11px 0 3px
}

.box.box-4 p {
	color: #777;
	font-weight: 400;
	line-height: 18px
}

.box.box-4 p+.btn {
	margin-top: 7px
}

.box.box-5 h2 {
	font-weight: 700;
	color: #333
}

.box.box-5 h2 span {
	font-weight: 300
}

.box.box-5 p {
	line-height: 18px;
	color: #777
}

.box.box-5 p+.btn-2 {
	margin-top: 13px;
	padding: 12px 21px
}

.box.box-5 p+.btn-1 {
	padding: 12px 14px;
	margin-top: 16px
}

.box.box-6 h6 {
	color: #5e9796;
	font-weight: 600;
	margin-bottom: 6px
}

.box.box-6 h6a {
	color: #262626;
	font-weight: 400;
	margin-bottom: 6px
}

.box.box-6 p {
	color: #777;
	line-height: 18px
}

.box.box-6 p+p {
	margin-top: 12px
}

.box.box-6 p+.list {
	margin-top: 32px
}

.box.box-6 .list+p {
	margin-top: 33px
}

.box.box-7 {
	display: block;
	margin-top: 14px;
	margin-top: 3px;
	margin-bottom: 13px
}

.box.box-7:before,
.box.box-7:after {
	content: " ";
	display: table
}

.box.box-7:after {
	clear: both
}

.box.box-7 .icon {
	margin-right: 21px;
	margin-top: 13px;
	padding-top: 14px;
	float: left;
	border-radius: 100%;
	width: 68px;
	height: 68px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 30px;
	color: #8fd39d;
	background: #edf4f3;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	z-index: 1
}

.box.box-7 .icon:before {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	border: 5px solid #edf4f3;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s
}

.box.box-7 .wrapper {
	overflow: hidden
}

.box.bespoke .icon {
	background: #e1e4e4;
	}

.box.bespoke {
	display: block;
	margin-top: 14px;
	padding: 10px;
	border: 3px transparent solid;
}

.box.bespoke:before,
.box.bespoke:after {
	content: " ";
	display: table
}

.box.bespoke:after {
	clear: both
}

.box.bespoke .icon {
	top: -5px;
	margin-right: 8px;
	padding-top: 3px;
	float: left;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 30px;
	color: #fff;
	background: #555;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	z-index: 1
}

.box.bespoke .icon:before {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.box.bespoke .wrapper h6 {
	margin-bottom: 2px;
	font-weight: 600;
	color: #5e9796;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.box.bespoke .wrapper p {
	color: #fff;
	font-weight: 400;
	line-height: 2.5;
}

/*
.box.bespoke:hover .icon,
.box.bespoke:hover .date {
	background: linear-gradient(to right, lightblue 0, lightgreen 100%);
	color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.box.bespoke:hover .icon:before,
.box.bespoke:hover .date:before {
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.box.bespoke:hover .wrapper h5 {

	color: #262626 !important;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s

}
*/

.rolldown-list {
  text-align: left;
  padding: 0;
  margin: 0;
  z-index: 11111111111111111 !important;
}

.rolldown-list li {
  padding: 1em;
  margin-bottom: .125em;
  display: block;
  list-style: none;
  text-transform: uppercase;
  cursor: pointer;
  background: #262626;
  color: #fff;
}


.rolldown-list li {
  visibility: hidden;
  animation: rolldown .1s 1;
  transform-origin: 50% 0;
  animation-fill-mode: forwards;
}


@keyframes rolldown {
  0% {
    visibility: visible;
    transform: rotateX(180deg) perspective(500px);
  }
  70% {
    visibility: visible;
    transform: rotateX(-20deg);
  }
  100% {
    visibility: visible;
    transform: rotateX(0deg);
  }
}


#services_dropdown {
  height: 0px !important;

}

div.col-sm-6 > a > div > ul {
	font-family: 'Nunito', sans-serif;
	color:#4c7069;
}

#serviceBox > div.wrapper > ul > li {
	font-family: 'Nunito', sans-serif;
	color:#4c7069;

}



.animated {
	animation-duration: 1.4s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
  }

  @keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-4px);}
  60% {transform: translateY(-3px);}
 }

 .bounce {

 }

 .container-contact {
	width: 100%;
	min-height: 40vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0px;
	background: #f2f2f2;
 }

 .contact-txt {
	 color: #000;
 }

.team-block {
    padding-top: 30px;
}
.team-img { margin-bottom: 8px; position: relative; }
.team-img img { width: 100%; }
.team-img img.border { border-color: #fff !important; }
.social-media { position: absolute; bottom: 36px; opacity: 0;  right: 0px;}

 .team-img:hover .social-media { opacity: 1; transition: 2s ease; }
.team-block.active .social-media { opacity: 1; transition: 2s ease; }

.team-img img{
	padding-top: 12px;
}

.team-content {
	text-align: center;
}
.team-content p {
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	text-align: justify;
}

html { overflow-y: scroll; }

.teamtitle{
		color:#137b77;

}

.cardgap{

	 padding-right: 5px;
	 padding-left: 5px;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color:#48ad9d;
  text-align: center;
  cursor: pointer;
  width: 100%;
	bottom:0px;
}

.button:hover {
  background-color: #555;
}

.social-icon-box {
	margin-bottom: 5px;
	background: rgb(34,150,154);
	background: linear-gradient(90deg, rgba(34,150,154,1) 0%, rgba(117,199,159,1) 100%, rgba(0,212,255,1) 100%);
	width: 30px;
	height: 30px;
	color: #32324e;
	font-size: 20px;
	display: inline-block;
	text-align: center;
 }

 .social-icon-box:hover{
	color: #e8f37d;
 }

  .header_bottom_mobile{
	top: 0px;
	position: fixed;
	max-height: 60px;
	min-width: 100%;
	width: 100% !important;
	z-index: 1000001;
	float: right !important;
	right: 0px !important;
  }


 .mobile-container {
	width: 100%;
	padding: 0px !important;
	margin: 0px !important;
	float: right;
	position: relative;
	margin: auto;
	color: white;
  }

  .topnav {
	overflow: hidden;
	background-color: transparent;
	text-align: right;
  }

  .topnav #MobileLinks {
	display: none;
	background-color: #262626;
	color: #87c979;
  }

  .topnav a {
	color: #87c979;
	color: white;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	display: block;
  }

  .topnav a.icon {
	color: #87c979;
	background: black;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
  }

  .topnav a:hover {
	color: #87c979;
  }

  .active {
		color: #262626;
  }

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #262626;
  font-size:17px;
  font-weight:500;
	cursor: pointer;
}

.topnav a {
  color: #fff;
}

.nav-pills .nav-link {
	border-radius: .20rem !important;
}

.nav-item:hover{
	color:red;
}

.bsd {
	background-image: linear-gradient(#262626, #777);
	/* background-color: #262626 !important; */
}

.bsdTitle h5 {
	color: white !important;
	padding-left: 10px;
}

.bsd .bsdtext {
 	text-align: center;
}

.bsd ul li{
	line-height: 1.1rem;
	margin-bottom: 25px;
	color: white;
}

.bsd .btn {

    background-color: #fff;
    border-color: #fff;
	height: auto;
    line-height: 50px;
    padding: 5px 20px;
    font-size: 1.25rem;
	text-transform: uppercase;
}

.bsd ion-icon {
	background: rgb(34,150,154);
	background: linear-gradient(90deg, rgba(34,150,154,1) 0%, rgba(117,199,159,1) 100%, rgba(0,212,255,1) 100%);
	font-size: 60px;

}

.bsd i {
	width: 60px;
	background: #ccc;
	font-size: 30px;
	display: inline-block;
	border-radius: 60px;
	padding: 0.5em;
}

.bsd h3 {
	color: #ccc;
	width: 100%;
	font-size: 30px;
	display: inline-block;
	border-radius: 60px;
	padding: 0.5em;
	text-align: center;
}

.bsdspin:hover i {
	background: #97e9a5;
}

.footercontacts {
	padding: 0px;
	margin: 0px;
	left: -6px;
	position: relative;
	font-size: 14px !important;
}

.footercontacts a {
	font-size: 14px !important;
}

.footercontacts span {
	font-size: 14px !important;
}

  @keyframes animatedBackgroundLeftToRight {
	from {
	  background-position: 0 0;
	}

	to {
	  background-position: 9000px 0;
	  }
  }

  @keyframes animatedBackgroundRightToLeft {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -9000px 0;
  }
  }

  @keyframes animatedBackgroundTopToBottom {
	from {
		background-position: 0 0;
	  }
	  to {
		background-position: 0 9000px;
	  }
	}

	@keyframes animatedBackgroundBottomToTop {
		from {
			background-position: 0 9000px;
		  }
		  to {
			background-position: 0 0;
		  }
		}

		@keyframes animatedBackgroundTopLeftToBottomRight {
	from {
		background-position: 0 0;
	  }
	  to {
		background-position: 9000px 9000px;
	  }
  }

  @keyframes animatedBackgroundBottomLeftToTopRight {
	from {
		background-position: 0 9000px;
	  }
	  to {
		background-position: 9000px 0px;
	  }
	}

	#timeline {
	margin: 40px !important;
  }

  #timeline div {
	padding: 30px !important;
	width: 300px;
  }

#timeline p {
	margin: -3px;
	padding: 30px;
	text-align: justify;
	left: 5px;
}

#timeline p:first-child {
	padding-top: 0px !important;
	border-top: 0px !important;
	border-top-right-radius:0px !important;
	border-top-left-radius:0px !important;
	border-left: 3px #004586 solid;
	border-bottom: 3px #004586 solid;
	position: relative;
}

#timeline p:nth-child(odd) {
	top: 0px !important;
	border-top: 3px #004586 solid;
	border-left: 3px #004586 solid;
	border-bottom: #004586 solid;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	margin-right: 30px;
	padding-right: 0;
	position: relative;
}

  #timeline p:nth-child(even) {
	top: 0px !important;
	border-top: 3px #004586 solid;
	border-right: 3px #004586 solid;
	border-bottom: #004586 solid;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	margin-left: 30px;
	padding-left: 0;
	position: relative;  }

  #timeline p:last-child {
	top: 0px !important;
	margin-top: -3px;
	border-top: 3px #004586 solid;
	border-bottom: 0px solid !important;
	padding-bottom: 0px !important;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
  }

  .numberCircle {
	  position: absolute !important;
  }

  #timeline p:hover .numberCircle {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.6s ease-in-out;
	-moz-transition: All 0.6s ease-in-out;
	-o-transition: All 0.6s ease-in-out;
}

#timeline p:first-child .numberCircle {
	z-index: 1;
	position: relative;
	top: 0px !important;
	float: left;
	left: -21px !important;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    padding: 8px;
    background: #f4f4f4;
    border: 3px solid #004586;
    color: #333;
	text-align: center;
	vertical-align: middle;
    font: 20px Arial, sans-serif;
}

#timeline p:nth-child(odd) .numberCircle {
	z-index: 1;
	position: relative;
	float: left;
	left: -21px !important;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    padding: 8px;
    background: #f4f4f4;
    border: 3px solid #004586;
    color: #333;
    text-align: center;
    font: 20px Arial, sans-serif;
}

#timeline p:nth-child(odd) .timelinetext {
	font-size: 16px !important;
	position: relative !important;
	width: 100% !important;
	padding-left: 10px;
}

#timeline p:nth-child(odd) .timelineheader {
	font-size: 24px;
	position: relative;
}

#timeline p:nth-child(even) .numberCircle {
	z-index: 1;
	position: relative;
	float: right !important;
	right: -21px;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    padding: 8px;
    background: #f4f4f4;
    border: 3px solid #004586;
    color: #333;
    text-align: center;
    font: 20px Arial, sans-serif;
}

#timeline p:nth-child(even) .timelinetext {
	font-size: 16px;
	position: relative;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}

#timeline p:nth-child(even) .timelineheader {
	font-size: 24px;
	position: relative;
}

#timeline p:last-child .numberCircle {
	z-index: 1;
	position: relative;
	bottom: 0px !important;
	float: right !important;
	right: -21px;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    padding: 8px;
    background: #f4f4f4;
    border: 3px solid #004586;
    color: #333;
    text-align: center;
    font: 20px Arial, sans-serif;
}

#timeline .timelineicon {
	color: #83caba;
	font-size: 40px !important;
  }

  .ItServicesCards {
 	margin-top: 25px;
}

.ItServicesCards .iosIcon{
    font-size: 40px !important;
		padding: 10px;
 		color: #fff;
		border-radius: 60px;
}

.ItServicesCards p{
 		color: #fff;
}

.ItServicesCards h2 {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0,0,0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.2);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDDDDD, endColorstr=#DDDDDD);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

	height: 60px;
	position: relative;
	padding-top: 15px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 20px;
}

.ItServicesCards h2:after {
	opacity: 0.5;
}

.ItServicesCards .card svg {
	width: 40px !important;
	top: 0px;
}

.ItServicesCards .card{
 padding: 0px !important;
 margin: 10px;

}

.ItServicesCards .card-body {
	line-height: 40px;
}

.ItServicesCards .card:hover {
	transition: .5s;
	border:1px solid #262626 !important;
}

.ItServicesCards .card-body:hover .cardButton{
text-decoration: underline;
}

.ItServicesCards .card {
 padding: 0px !important;
 /* box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 35px 50px -25px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1); */
}

.ItServicesCards .subTitle{
	background: #bac1bb1f;
	font-weight: 300;
}

.ItServicesCards .smallDescription{
	text-align: justify;
	padding: 8px;
}

#generalIT {
	background-image: linear-gradient(#17a2b8, #106775) !important;
}

#servermanagement {
	background-image: linear-gradient(#28a745, #1b632b) !important;
}

#security {
	background-image: linear-gradient(#17a2b8, #106775) !important;
}

#wifi {
	background-image: linear-gradient(#28a745, #1b632b) !important;
}

#cloudsupport {
	background-image: linear-gradient(#17a2b8, #106775) !important;
}

#managedservices {
	background-image: linear-gradient(#28a745, #1b632b) !important;
}

.timelinerow{
	display: inline-flex;
	width: 100%;
	padding: 20px;
	border-radius: 20px;
	background: transparent;
}

.img-thumbnail{
	width: 200px;
	border: 0px solid #dee2e6;
	border-radius: 10px;
	padding: 0px;
}

.ItServicesCards .cardButton{
	border: none;
	background: #404040;
	color: #ffffff !important;
	padding: 20px;
	border-radius: 6px;
	display: inline-block;
	transition: all 0.3s ease 0s;
}

.ItServicesCards .card-body:hover .iosIcon{
	color:#F1D149;
}

.services .itemIcon{
	font-size: 20px !important;
	padding: 10px;
	color: #fff;
	border-radius: 60px;
}

.services .services-header{
	transform: translate3d(0,0,0);
}

.services .services-header:hover .itemIcon{
	color: #F1D149;
    animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.services .services-header:not(:hover) .itemIcon{
	color: #fff;
    animation-name: stoprotate;
    animation-duration: 0s;
}

.card-body {
	max-width: 400px;
	margin: 0 auto;
	padding-bottom: 14px;
}

.services-header {
	text-indent: 5px !important;
	text-align: left;
	font-weight: 450;
	display:flex;
	align-items:center;
}

.services-content {
	text-align: left;
	display: none;
	padding: 20px;
}

.services-header::before {
	content: '';
	vertical-align: middle;
	display: inline-block;
	width: .75rem;
	border-radius: 50%;
	background-color: #B1B5BE;
	margin-right: .75rem;
}

.active.services-header::before {
	background-color: #FC6468;
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes stoprotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(0deg);}
}

.team-card {
	height: 790px;
	box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 35px 50px -25px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1);
	padding: 10px;
	border-radius: 10px;
	background: transparent;

}

.teamName{
	color: #000;
}

.bsd .fa-stack {
	font-size:2em !important;
	color:#ccc;
	border-radius: 60px;
}

.bsd .fa-stack .fa-circle-o{
	-webkit-text-stroke: 4px #262626
}

.bsd .bsdspin:hover .fa-circle-o{
	color: #97e9a5;
}

.bsd .bsdspin:hover strong{
		color: #97e9a5;
}

.separator {
	border-right: 0px solid #515151;
	margin: 10px;
	padding-right: 22px;
}

.circle-loader {
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-left-color: #5cb85c;
  animation: loader-spin 1.2s infinite linear;
  position: absolute;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 7em;
  height: 7em;
  transform: scale(1.5);
}

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #5cb85c;
  transition: border 500ms ease-out;
}

.checkmark {
  display: none;
}

.checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
.checkmark:after {
  opacity: 1;
  height: 3.5em;
  width: 1.75em;
  transform-origin: left top;
  border-right: 3px solid #5cb85c;
  border-top: 3px solid #5cb85c;
  content: '';
  left: 1.75em;
  top: 3.5em;
  position: absolute;
}
@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 1.75em;
    opacity: 1;
  }
  40% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
  100% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
}

.formcontainer {
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 40px;
	padding-bottom: 20px;
}

#sendMsg {
	position: relative;
	text-align: center;

}

#menucontacts > .nav-link {
	color: #000 !important;
}

#menucontacts:hover > i {
	color: #000 !important;
}

#menucontacts:hover > i > span {
	color: #000 !important;
}

#menucontacts2:hover > .nav-link {
	color: #000 !important;
}

#menucontacts2:hover > i {
	color: #000 !important;
}

#menucontacts2:hover > i > span {
	color: #000 !important;
}

#socialicons {
	padding-top: 10px;
    padding-bottom: 10px;
	display: inline-flex;
	width: 100%;
	text-align: center;
}

#socialicons .icon {
	border-radius: 100%;
    width: 50px;
    height: 50px;
	text-align: center;
	background: linear-gradient(to right, #1d4e77 0, lightblue 100%);
}

#socialicons .icon a {
    position: relative;
    top: -14px;
	left: -6px;
	font-size: 35px;
    color: #333;
}

.header_info > #socialicons {
	padding-top: 15px;
    padding-bottom: 10px;
	display: inline-flex;
	width: 100%;
	text-align: center;
}

.header_info > #socialicons .icon {
	border-radius: 100%;
    width: 40px;
    height: 40px;
	text-align: center;
	background: linear-gradient(to right, #1d4e77 0, lightblue 100%);
}

.header_info > #socialicons .icon:hover {
	border-radius: 100%;
    width: 40px;
    height: 40px;
	text-align: center;
	background: linear-gradient(to right, lightblue 0, lightgreen 100%);
	color: #000;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}

.header_info > #socialicons > a > div > i {
	position: relative;
	top: 5px !important;
	color: #fff !important;
}

.sociallinks {
	position: relative;
	top: -15px;
	font-size: 30px !important;
}

div.header_info a {
	font-size: 20px !important;
	font-weight: bold;
}

.nav-link:hover i, .phoneNR {
	color: #000;
}

.homeicon {
	margin: auto;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 30px;
    color: #fff;
	background: linear-gradient(to right, #1d4e77 0, lightblue 100%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
}






.homeicon:hover {
	background: linear-gradient(to right, lightblue 0, lightgreen 100%);
    color: #fff;
}

.homeicon .s-ion-icon {
	position: relative;
	top: -6px;
	width: 30px;
}

.box.box-2:hover .homeicon {
	background: linear-gradient(to right, lightblue 0, lightgreen 100%);
	color: #fff;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}

.box.box-2:hover .homeicon:before {
	-webkit-transform: scale(1.025);
	-ms-transform: scale(1.025);
	-o-transform: scale(1.025);
	transform: scale(1.025);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.wrapperhome {
	text-align: center;
}

.wrapperhome p {
	text-align: center;
	font-family: 'Nunito', sans-serif;
    color: #4c7069;
	font-weight: normal;
	font-size: 17px;
    font-weight: 500;
}