
.page-wrap {
  min-height: 80%;
  /* equal to footer height */
  margin-bottom: -150px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 150px; 
}
.site-footer {
 
}
/*-- /about --*/
#about,#mail,#gallery {
    padding: 4em 0;
}
.w3ls-agile-left-info {
    padding: 1em 0;
    border-bottom: 1px dashed #44c7f4;
}
.w3ls-agile-left-info h4, .social-info h4 {
    font-size: 1.6em;
    margin: 0;
    color: #212121;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.w3ls-agile-left-info p {
    color: #827e7e;
    font-size: 0.95em;
}
.agile-about-right-img img {
    width: 100%;
}

h3.w3l_head {
    text-align: center;
    color: #44c7f4;
    font-size: 3.5em;
    letter-spacing: 2px;
}
h3.w3l_head.three {
    color: #44c7f4;
}
p.w3ls_head_para {
    color: #000000;
    text-align: center;
    font-size: 30px;
}
.w3l-grids-about {
    margin-top: 3em;
}
.w3ls-agile-left-info a {
    color: #44c7f4;
}

/*-- skills --*/
.skills-bar .bar_group__bar.thin::before, .skills-bar .bar_group__bar.thick::before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
}

.skills-bar .bar_group__bar.thin::before {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #E4E4E4;
}

.skills-bar .bar_group__bar.thin {
  width: 0%;
  height: 4px;
  border-radius: 2px;
  background: red;
  margin-bottom: 10px;
  -webkit-transition: width 1s;
          transition: width 1s;
}
.skills-bar .b_label, .skills-bar .bar_label_min, .skills-bar .bar_label_max, .skills-bar .b_tooltip span {
    color: #2f2f2f;
    font-size: .9em;
	font-weight:600;
}
.skills-bar .bar_label_max {
    position: absolute;
    right: 0;
    margin: 1em 0 0 0;
}
.skills-bar .bar_label_min {
    position: absolute;
    left: 0;
    margin: 1em 0 0 0;
}
.skills-bar .b_tooltip {
  -webkit-transition: all 1s;
          transition: all 1s;
  position: relative;
  float: left;
  left: 100%;
  padding: 4px 10px 7px 10px;
  background-color: rgba(67, 66, 76, 0.81);
  -webkit-transform: translateX(-50%) translateY(-30px);
  -ms-transform: translateX(-50%) translateY(-30px);
  transform: translateX(-50%) translateY(-30px);
  border-radius: 2px;
  line-height: 11px;
}
.skills-bar .b_tooltip span {
  color: white;
}
.skills-bar .b_tooltip--tri {
  width: 0;
  height: 0;
  position: absolute;
  content: '';
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: rgba(67, 66, 76, 0.81) transparent transparent transparent;
}
.skills-bar .bar_group__bar:nth-of-type(1) {
    background: #ff9800;
    z-index: 9990 !important;
}
.skills-bar .bar_group__bar:nth-of-type(2) {
  background: #ff9800;
}
.skills-bar .bar_group__bar:nth-of-type(3) {
  background: #ff9800;
}
.skills-bar .bar_group__bar:nth-of-type(4) {
  background: #ff9800;
}
.skills-bar .bar_group__bar:nth-of-type(5) {
  background: #ff9800;
}
.bar_group {
  position: relative;
}
/*-- //skills --*/

/* -- Top Header -- */
#top-header
 {
  background-color:#4a4a49;
  color:#FFFFFF;
  font-weight: bold;
}

#top-header a
{
  color:#FFFFFF;
  text-decoration: none;
}

#top-left
{
	float: left;
	width : 20%;
	padding-left: 5%;
}

#top-right
{
	float: right;
	width : 20%;
	text-align: right;
	padding-right: 5%;
	
}

#top-middle
{
	display: inline-block;
	width : 60%;
	text-align: center;
	
}
#top-active
{
        text-decoration: underline;
}

/* -- Error message area -- */
#flash_error {
    color:white;
    font-style: italic;
    background-color: red;
    text-align:center;
    
}

/* responsive iframe */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Skills selection box*/

.service {
	width: 100%;
	height: 250px;
	margin: 10px 0;
	text-align: center;
	border: 1px solid #1a2a4f;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service .icon-holder {
	position: relative;
	top: 100px;
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px;
	background: white;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service .heading {
	position: relative;
	top: 80px;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #1a2a4f; 
}

.service .icon-holder > img.icon {
	width: 40px;
}

.service:hover {
	border-color: #1a2a4f;
}

.service:hover .icon-holder {
	top: -30px;
}

.service:hover .heading {
	top: -30px;
}

.service .description {
	width: 80%;
	margin: 0 auto;
	opacity: 0;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
        color: #4a4a49;
}


.service:hover .description {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* Testimonials Wrap */
#twrap {
	background: url(../images/testimontialimage.png) no-repeat center top;
	margin-top: 0px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#twrap i {
	font-size: 50px;
	color: white;
	margin-bottom: 25px;
}

#twrap p {
	color: white;
	font-size: 15px;
	line-height: 30px;
}

/* Accordian */

.tabBox {
  box-shadow: 0px 0px 22px -20px;
  width: 100%;
/*   width: 100%; */
  margin: 90px 0 0 0px;
  border: 2px solid #f9f9f9;
}

.hideSeekTab {
  cursor: pointer;
  border-bottom: 1px solid #eee;
  width: 100%;
/*   width: 100%; */
  background-color: white;
  text-align: center;
}

.labelBox {
  position: relative;
  display: flex;
  padding: 15px 8px 15px 16px;
  align-items: center;
  justify-content: space-between;
}

.iconBox {
  position: relative;
  width: 40px;
  height: 40px;
  transform: rotate(-45deg);
  transition: transform .4s;
}

.line {
  margin: auto;
  display: block;
  width: 22px;
  height: 1px;
  background: grey;
  position: absolute;
  top: 20px;
}

.left {
  left: 9px;
  transform: rotate(45deg);
}

.right {
  right: 9px;
  transform: rotate(-45deg);
}

.iconBox.closed {
  transform: rotate(0deg);
}

h3.title {
  text-align: left;
  color: grey;
  font-weight: 200;
}

span.text {
  font-weight: 200;
  color: #1d1d1b;
  display: none;
  padding: 0 16px;
  text-align: left;
  line-height: 1.5;
  opacity: 0;
  transition: opacity .7s;
}

span.text.open {
  opacity: 1;
  display: block;
}

/* profile page css */

p {
  line-height: 1.5;
}
.btn-ulster{
    background: #1a2a4f;
    color: #fff;
    font-weight: 400;
}
.btn-ulster:hover{
    background: #091a33;
    color: #FFFFFF;
}
.actions .btnP {
    display: inline-block;
}
.right-actions {
    right: 20px;
    position: absolute;
}

.btnP,
a.btnP {
    background: #1a2a4f;
    color: #fff;
    padding: 8px 15px;
    border-width: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.btnP:hover,
a.btnP:hover {
  color: #fff;
  background: #091a33;
}

.title a {
  color: #1a2a4f;
  text-decoration: none;
}
.title a:hover,
.title a:focus {
  color: #1a2a4f;
  text-decoration: underline;
}

/* -- Delete Button -- */
a.btnP.deletebutton {
    color:fff;
    background-color: red;   
}

.btnP.deletebutton:hover,
a.btnP.deletebutton:hover {
  color: #fff;
  background: #cc0000;
}

/* Profile Testimonial Image*/

#twrapp {
	background: url(../images/testimonialimage.png) no-repeat center top;
	margin-top: 0px;
	padding-top:10px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#twrapp i {
	font-size: 50px;
	color: white;
	margin-bottom: 25px;
}

#twrapp p {
	color: white;
	font-size: 15px;
	line-height: 25px;
}

.section-title {
  font-size: 44px;
  color: #272727;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}

.section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}

.section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #bba461;
}

.inline-div {
    display:inline-block;
}

.buttonskill {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    background: #00bcd4;
    color: #fff;
}

.buttonskill:hover,
a.buttonskill:hover {
  color: #fff;
  background: #00a5bb;
}

footer.a{
color: 00bcd4;    
}

/* Moving rss feed */

.players {
    position: relative;
    width:100%;
    height: 420px;    
    overflow: hidden;
}

.players > li{
    position:relative;    
    width:100%;
    color: #4a4a49;
}

.eventrss {
    position: relative;
    width:100%;
    height: 600px;    
    overflow: hidden;
}

.eventrss > li{
    position:relative;    
    width:100%;
    color: #4a4a49;
}

/* RSS hoover */

.rsshover {
  color: #bba461;
  text-decoration: none;
}

.rsshover :hover,
.rsshover :focus {
  color: #bba461;
  text-decoration: underline;
}

/* Footer hoover */

footer a {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover,
footer a:focus {
  color: #2b2b2b;
  text-decoration: none;
}

/* Header Profile Page */

	#headermain {
		background-attachment: scroll,							scroll,					fixed;
		background-image: url("../images/top-3200.svg"), url("../images/testimonialimage.png"), url("../images/headermain.jpg");
		background-position: bottom center,					top left,				center center;
		background-repeat: repeat-x,						repeat,					no-repeat;
		background-size: 3500px 300px,					auto,					cover;
		color: rgba(255, 255, 255, 0.2);
		padding: 8em 0 14em 0;
		position: relative;
		text-align: center;
	}

		#headermain:before, #headermain:after {
			background: rgba(224, 224, 224, 0.75);
			content: '';
			left: 50%;
			position: absolute;
			width: 1px;
			z-index: 0;
		}

		#headermain:before {
			height: calc(100% - 50px);
			opacity: 0.15;
			top: 0;
		}

		#headermain:after {
			bottom: 0;
			height: 50px;
		}

		#headermain a {
			border-bottom-color: rgba(255, 255, 255, 0.35);
			color: rgba(255, 255, 255, 0.8);
		}

		#headermain a:hover {
				border-bottom-color: transparent;
				color: #4eb980;
			}

		#headermain strong, #headermain b {
			color: #ffffff;
		}

		#headermain h1, #headermain h2, #headermain h3, #headermain h4, #headermain h5, #headermain h6 {
			color: #ffffff;
		}

		#headermain input[type="submit"],
		#headermain input[type="reset"],
		#headermain input[type="button"],
		#headermain .button {
			background: #ffffff;
			color: #544d55;
		}

		#headermain .logo {
			background: #4eb980;
			border-radius: 100%;
			color: #ffffff;
			cursor: default;
			display: inline-block;
			font-size: 2.25em;
			height: 2.35em;
			line-height: 2.35em;
			margin: 0 0 0.75em 0;
			text-align: center;
			width: 2.35em;
		}

		#headermain .logo.fa-paper-plane-o:before {
				left: -0.075em;
				position: relative;
			}

		#headermain h1 {
			font-size: 4.5em;
			margin: 0;
		}

		#headermain p {
			font-size: 2.5em;
			line-height: 1.5em;
			margin: 0.25em 0 0 0;
                        font-weight: normal;
		}

                
                @media screen and (max-width: 1280px) {
                 
                    #headermain {
				background-attachment: scroll,							scroll,							scroll;
				background-image: url("../images/top-1600.svg"), url("../images/testimonialimage.png"), url("../images/headermain.jpg");
				background-size: 1600px 230px,					auto,							cover;
				padding: 6em 0 12em 0;
			}

                    #headermain:before {
					height: calc(100% - 25px);
				}

                    #headermain:after {
					height: 25px;
				}

                    #headermain h1 {
					font-size: 2em;
				}

                    #headermain p {
					font-ize: 1.15em;
				}
                }
                
                @media screen and (max-width: 736px) {
                
                  #headermain {
				background-image: url("../images/top-1280.svg"), url("../images/testimonialimage.png"), url("../images/headermain.jpg");
				background-size: 1280px 184px,						auto,							cover;
				padding: 3em 0 7em 0;
			}

                    #headermain:before {
					height: calc(100% - 20px);
				}

                    #headermain:after {
					height: 20px;
				}

                    #headermain .logo {
					font-size: 1.5em;
				}

                    #headermain h1 {
					font-size: 1.25em;
				}

                    #headermain p {
					font-size: 1em;
				}  
                    
                }
                
                @media screen and (max-width: 480px) {
                  
                    #headermain {
				padding-left: 2em;
    padding-right: 2em;
    }

#headermain br {
    display: none;
    }
}

/*Journey Quote*/

.quotation {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
}

.quotation :hover,
.quotation :focus {
  color: #ffffff;
  background-color: transparent;
  text-decoration: underline;
}

/* Carousel */

.carousel {
    position:relative;
}

.carousel-inner {
    position:relative;
    width:100%;
    overflow:hidden;
    
}

.carousel-inner>.item {
    position:relative;
    display:none;
    -webkit-transition:.6s ease-in-out left;
    -o-transition:.6s ease-in-out left;
    transition:.6s ease-in-out left
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    line-height:1
}

@media all and (transform-3d),(-webkit-transform-3d) {
.carousel-inner>.item {
    -webkit-transition:-webkit-transform .6s ease-in-out;
    -o-transition:-o-transform .6s ease-in-out;
    transition:transform .6s ease-in-out;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-perspective:1000;
    perspective:1000px
}

.carousel-inner>.item.next,.carousel-inner>.item.active.right {
    left:0;
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0)
}

.carousel-inner>.item.prev,.carousel-inner>.item.active.left {
    left:0;
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0)
}

.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active {
    left:0;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display:block
}

.carousel-inner>.active {
    left:0
}

.carousel-inner>.next,.carousel-inner>.prev {
    position:absolute;
    top:0;
    width:100%
}

.carousel-inner>.next {
    left:100%
}

.carousel-inner>.prev {
    left:-100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left:0
}

.carousel-inner>.active.left {
    left:-100%

}

.carousel-inner>.active.right {
    left:100%

}

.control {
    position:absolute;
    top:30%;
    bottom:0;
    left:-10px;
    width:15%;
    font-size:30px;
    color:#1a2a4f;
    text-align:center;
    margin-left: -100px;
    margin-right: -100px;
}

.control.left {
    left:-45px;
    right:auto;
}

.control.right {
    right:-45px;
    left:auto;

}

.control:hover,.control:focus {
    color:#1a2a4f;
    text-decoration:none;
    outline:0;
}

.control .icon-prev:before {
    content:'\2039'
}

.control .icon-next:before {
    content:'\203a'
}

@media screen and (min-width:768px) {
.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {
    width:30px;
    height:30px;
    margin-top:-15px;
    font-size:30px
}

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
    margin-left:-15px
}

.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
    margin-right:-15px
}

.carousel-caption {
    right:20%;
    left:20%;
    padding-bottom:30px
}

.carousel-indicators {
    bottom:20px
}
}

/* New skills */

.box {  
    cursor: pointer;  
    height: 250px;   
    position: relative;  
    overflow: hidden;  
    width: 100%;
    padding-bottom: 50px;
  
}  
  
 .box img {  
    position: absolute;  
    left: 0;
    width: 100%;
    -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out;  
}  


.box .overbox {  
    background-color: #ffffff;  
    position: absolute;
	top:0;
	left:0;
    color: #fff;  
    z-index: 100;  
    -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out;  
    opacity: 0;  
    width: 100%;  
    height: 250px;  
    padding: 50px 20px;
	
}  

.box:hover .overbox {  
    opacity: 1;
}

.box .overtext {
	-webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
}


.box .title {
	font-size: 2.5em;
	text-transform: uppercase;
	opacity: 0;
	transition-delay: 0.1s;
    transition-duration: 0.2s;
}

.box:hover .title, .box:focus .title {  
    opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}


.box .tagline {
	font-size: 1em;
	opacity: 0;
	transition-delay: 0.2s;
    transition-duration: 0.2s;
}

.box:hover .tagline, .box:focus .tagline {  
    opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

.overlaytext { 
   position: absolute; 
   top: 90px; 
   text-align: center;
   width: 100%; 
   color: #ffffff;
   background-color: transparent;
   padding-left: 10px;
   padding-right: 10px;
}

.title a {
  color: #1a2a4f;
  text-decoration: none;
}
.title a:hover,
.title a:focus {
  color: #1a2a4f;
  text-decoration: underline;
}

/* Banners */

#main-slider {
  overflow: hidden;
}
    
    
#main-slider .item {
  height: auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  padding-top:40px;
  padding-bottom:80px;
  width: 100%;
}
#main-slider .slider-inner {
vertical-align: middle !important;
  text-align:center !important;
  color: #fff !important;
}
.slider-inner h2 {
  font-weight: 600;
  margin-top: 180px;
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  text-align:left;
}

.slider-inner h3 {
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

#main-slider .slider-inner h2 > span {
  color: #45aed6;
}

#contact-slider .item {
  height: 700px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}



#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #c2ae75;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}

/* /* New Header */

.w3-display-container{
    position:relative
}

.w3-display-container:hover .w3-display-hover{
    display:block
}

.w3-display-container:hover span.w3-display-hover{
    display:inline-block
}

.w3-content{
    max-width:980px;
    margin:auto
}

.w3-center{
    text-align:center!important
}

.w3-center{
    display:inline-block;width:auto}


.w3-image{
    max-width:100%;
    height:auto
}

.w3-display-middle{
    position:absolute;
    top:45%;
    left:35%;
}

.w3-padding-large{
    padding:12px 24px!important
}

.w3-border{
    border:1px solid #ccc!important
}

.w3-wide{
    letter-spacing:4px
}

.w3-text-light-grey{
    color:#f1f1f1!important
}

@media (max-width:1600px) and (min-width:993px){
    .w3-display-middle{
    position:absolute;
    top:40%;
    left:30%;
}
}

@media (max-width:992px) and (min-width:601px){
    .w3-hide-medium{
        display:none!important
    } 
    
    .w3-display-container{
        padding-top: 100px;
    }
    
    .w3-display-middle{
    position:absolute;
    top:50%;
    left:35%;
}
}



@media (max-width:600px){
    .w3-hide-small{
        display:none!important
    } 
    
    .w3-display-container{
        padding-top: 130px;
    }
    
    .w3-display-container-super{
        padding-top: 120px;
    }
    
    .w3-display-middle{
    position:absolute;
    top:60%;
    left:10%;
}
}

@media (max-width:550px){
    .w3-hide-small{
        display:none!important
    } 
    
    .w3-display-container{
        padding-top: 130px;
    }
    
    .w3-display-container-super{
        padding-top: 120px;
    }
    
    .w3-display-middle{
    position:absolute;
    top:60%;
    left:5%;
}
}

.w3-xxxlarge{
    font-size:48px!important
}

@media (min-width:993px){
    .w3-hide-large{
        display:none!important
    }
} 

.headertop {
    display: block;
}

.textareatext {
   width: 100%;
   color: #4a4a49;
}

.textareatext2 {
   width: 100%;
   color: #4a4a49;
   height: 50%;
}

.textfield {
   width: 100%;
}

.centering {
   text-align: center;
   margin: 0 auto;
   display: block;
}

/* show more */

div.text-container {
    margin: 0 auto;
}

.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 12em;
    color: #FFFFFF;
}

.hideContent p {
    color: #FFFFFF;
    text-align: left;
    font-size: 15px;
}

.showContent {
    line-height: 1em;
    height: auto;
}

.showContent p {
    color: #FFFFFF;
    text-align: left;
    font-size: 15px;
}
.showContent{
    height: auto;
}

.show-more {
    padding: 10px 0;
    text-align: center;
}

/* -- Download Button -- */

a.btnP.downloads {
    color: #1a2a4f;
    background-color: #ffffff; 
    font-size: 16px;
}

.btnP.downloads:hover,
a.btnP.downloads:hover {
  color: #1a2a4f;
    background-color: #F2F2F2;
    font-weight: bolder;
}
 /* Blogs */
 
 #testimonial {
  background: #333333 url(../images/bg2.jpg) no-repeat 0 0;/*Changed from original testimonials background to textured*/
  background-size: cover;
  padding: 70px 0;
  color: #fff;
}
#testimonial h4 {
  color: #fff;
  margin-bottom: 0;
}
#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
  margin-top: 10px;
}


fieldset {
background: #f6f6f6;
border: 10px solid #f6f6f6;
padding: 20px;
margin-top: 30px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
}

legend {
color: #4a4a49;
padding: 10px;
font-size: 2em;

}

/* portfolio table */

div.table-title {
  display: block;
  margin: auto;
  max-width: 100%;
  padding: 5px;
  width: 100%;
}

.table-title h3 {
  color: #fafafa;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto", helvetica, arial, sans-serif;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}



/*** Table Styles **/

.table-fill {
  background: white;
  border-radius: 3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  padding: 5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}

th {
  color: #D5DDE5;
  ;
  background: #1a2a4f;
  border-bottom: 4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size: 20px;
  font-weight: 100;
  padding: 24px;
  text-align: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}

th:first-child {
  border-top-left-radius: 3px;
}

th:last-child {
  border-top-right-radius: 3px;
  border-right: none;
}

tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color: #666B85;
  font-size: 16px;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

tr:hover td{
  background: #4E5066;
  color: #FFFFFF;
  border-top: 1px solid #22262e;
  border-bottom: 1px solid #22262e;
}

tr:first-child {
  border-top: none;
}

tr:last-child {
  border-bottom: none;
}

tr:nth-child(odd) td {
  background: #EBEBEB;
}

tr:nth-child(odd):hover td {
  background: #4E5066;
}


tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}

tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}

td {
  background: #FFFFFF;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
  font-weight: 300;
  font-size: 15px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}

/* -- table hover -- */

td.tabletextportfolio {
    color: #1a2a4f;
    background-color: none; 
    font-size: 16px;
}

td.tabletextportfolio :hover {
    color: #ffffff;
    background-color: none;
    text-decoration: none;
}

td.tabletextportfolio :focus {
    color: #ffffff;
    background-color: none;
    text-decoration: none;
}

/* Accordians */


button.accordion1 {
    background-color: #fff;
    color: grey;
    cursor: pointer;
    padding: 30px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 20px;
    font-weight: 200;
    transition: 0.4s;
    box-shadow: 0px 0px 22px -20px;
/*   width: 100%; */
    border-top: 2px solid #f9f9f9;
    border-left: 2px solid #f9f9f9;
    border-right: 2px solid #f9f9f9;
    border-bottom: none;
}

button.accordion1.active, button.accordion1:hover {
    background-color: #ffffff;
}

button.accordion1:after {
    content: '\002B';
    color: grey;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion1.active:after {
    content: "\2212";
}

div.panelaccordian1 {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-left: 2px solid #f9f9f9;
    border-right: 2px solid #f9f9f9;
    border-bottom: 2px solid #f9f9f9;
    
}

/* home navigation */

#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(26, 42, 79, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

@media (min-width: 767px) {
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 17px;
}
}

.textcontainer {
    position: relative;
}

.centertextimages {
    position: absolute;
    left: 0;
    top: 90%;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: #1a2a4f;
}

img.menuprofile { 
    width: 100%;
    height: auto;
    opacity: 0.9;
}

/*bullet points */

#features {
  padding: 100px 0;
}
#features .media.service-box:first-child {
  margin-top: 80px;
}

.media.service-box {
  margin-top: 20px;
  margin-bottom: 20px;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #bba461;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #192a4f;
}
.media.service-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #515576 0%, #192a4f 100%);
  background-image: -webkit-linear-gradient(90deg, #515576 0%, #192a4f 100%);
  background-image: -ms-linear-gradient(90deg, #515576 0%, #192a4f 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

.colourpicker {
  float: left;
  width: 20px;
  height: 20px;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
}

.red {
  background: #cc3300;
}

.green {
  background: #00cc00;
}

.blue {
  background: #45C6F0;
}

.purple {
  background: #660066;
}

.orange {
  background: #ff751a;
}

.w3-jumbo{
    font-size:64px!important
}

.w3-display-container{
    position:relative
}

.w3-animate-opacity{
    animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}
    }
    
.w3-text-white,.w3-hover-text-white:hover{
    color:#fff!important
}

.w3-display-middle{
    position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)
}

.w3-border-grey,.w3-hover-border-grey:hover,.w3-border-gray,.w3-hover-border-gray:hover{
    border-color:#bbb!important
}

.w3-large{
    font-size:18px!important
}

.w3-center .w3-bar{
    display:inline-block;width:auto
}

.w3-bar-block.w3-center .w3-bar-item{
    text-align:center
}

.w3-center{
    text-align:center!important
}

.bgimg {
    background-image: url('/images/headerprofile.png');
    min-height: 50%;
    background-position: center;
    background-size: cover;
}

.noops{
    text-align: center;
    padding:20px;
   border-color: #000000;
   font-size: 23px;
   font-weight:700;
   height:30%;
}

/* relevant styles */
.new__img__wrap {
  position: relative;
}
.new__img__description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(26, 42, 79);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  font-size:20px;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.new__img__wrap:hover .new__img__description {
  visibility: visible;
  opacity: 0.7;
}

/*Helper Classes*/

.center {
    text-align: center;
}


.m-5 {
    margin: 5px;
}
.m-10 {
    margin: 10px;
}

.mt-5 {
    margin-top: 5px;
}
.mt-10{
    margin-top: 10px;
}