@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Nunito|Raleway');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap');

body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #2d5c7a;
  transition: 0.5s;
}

.logo{
	width: 200px;
    padding: 9px 0;
}

a:hover,
a:active,
a:focus {
  color: #2d5c7a;
  outline: none;
  text-decoration: none;
}
.nav-item .nav-link{
	font-size:18px;
    font-weight: 700;
	text-transform:capitalize;
	font-family: 'Nunito', sans-serif;
    margin-right: 10px;
}

p {
  padding: 0;
  margin: 0 0 15px 0;
  font-family: 'Raleway', sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

footer .social-media ul{display: flex;}
footer .social-media ul > li{padding-right: 10px;}
footer .social-media ul > li i {
    background: #2d5c7a;
    padding: 5px;
    width: 25px;
    height: 25px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
}
footer .social-media ul > li i.fa-facebook{background-color: #4267B2;}
footer .social-media ul > li i.fa-instagram{background-color: #8a3ab9;}
footer .social-media ul > li i.fa-twitter{background-color: #00acee;}
footer .social-media ul > li i.fa-linkedin{background-color: #0e76a8;}


canvas {
    display: block;
    vertical-align: bottom;
  }
  
  #wt-banner {
    width: 100%;
    height: 750px;
    background-image: linear-gradient(to right top, #2d5c7a, #526397, #8c63a3, #c55d96, #ed6074, #f66960, #f9764b, #f58634, #f58634, #f48635, #f48635, #f48635);
}
  
  .wt-content {
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 90%;
    text-align: center;
  }
  
  .wt-content h1 {
    font-size: 85px;
    font-weight: 700;
    margin-top: 175px;
  }
  
 .wt-content .quick-connect{display: flex; justify-content: center;}
 .wt-content .quick-connect a.btn1 {
    background: #2d5c7a;
    color: #ffffff;
    border: 1px solid #376480;
    padding: 15px 25px;
    border-radius: 5px;
    margin: 0 15px;
}
.wt-content .quick-connect a.btn1:hover {
    transform: translateY(-3px);
} 
.wt-content .quick-connect a.btn2 {
    background: #fff;
    color: #2d5c7a;
    border: 1px solid #fff;
    padding: 15px 25px;
    border-radius: 5px;
    margin: 0 15px;
}
.wt-content .quick-connect a.btn2:hover {
    transform: translateY(-3px);
    background: #2d5c7a;
    color: #ffffff;
    border: 1px solid #376480;
}

@media only screen and (max-width: 735px) {
	.carousel{display:none;}
}


.wembley_title{
	text-align:center;
	color:#2d5c7a;
	margin-bottom:25px;
	font-weight:bold;
	text-transform:capitalize;
}

.wembley_aboutus, .wembley_whyWTS{
	background:#2d5c7a0d;
}
.wembley_about, .wembley_WTS, .wembley_stacks{
	text-align:center;
	margin-bottom:40px;
}
.wembley_about_title b{
	color:#2d5c7a;
}

.wembley_tech-stacks .tech {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	box-shadow:0 0 15px #dddddd52;
	padding:15px
}

.wembley_tech-stacks .tech img{ max-width:85px; }
.wembley_tech-stacks .tech p{text-align:center; }

.wembley_description{
	text-align:center;
}



#wembley_services{
	background:#ffffff;
}

#wembley_services .card{
	padding: 2rem!important;
	border: 1px solid #eee;
	margin-bottom:1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	box-shadow:0 0 25px #eee;
}
#wembley_services .card:hover{
	-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	background:#2d5c7a03;
}

#wembley_services .card .card-block a{
	color: #2d5c7a !important;
	font-weight:700;
	text-decoration:none;
}
#wembley_services .card .card-block a i{
	display:none;
	
}
#wembley_services .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;
	
}
#wembley_services .card .card-block:before{
	font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #2d5c7a;
    left: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#wembley_services .card .block-1:before{
    content: "\f0e7";
}
#wembley_services .card .block-2:before{
    content: "\f0eb";
}
#wembley_services .card .block-3:before{
    content: "\f00c";
}
#wembley_services .card .block-4:before{
    content: "\f209";
}
#wembley_services .card .block-5:before{
    content: "\f0a1";
}
#wembley_services .card .block-6:before{
    content: "\f218";
}
#wembley_services .card:hover .card-block:before{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);	
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

#wembley_techs, #wembley_hiring {
    background-image: linear-gradient(to right top, #2d5c7a, #526397, #8c63a3, #c55d96, #ed6074, #f66960, #f9764b, #f58634, #f58634, #f48635, #f48635, #f48635);
    color: #fff;
}
#wembley_techs h2,  #wembley_hiring h2{color:#fff;}
#wembley_techs ul, #wembley_hiring ul{
    background: #ffffff21;
    padding: 20px 20px 20px 40px;
    min-height: 200px;
    margin-bottom: 30px;
    border-radius: 5px;

}

#wembley_techs ul:hover, #wembley_hiring ul:hover {
    background: #ffffff31;
}

.wembley_enquiry-form{
    box-shadow: 15px 15px 35px #ddd;
}


.btn-wembley {
    background: #fff;
    color: #f58634;
    border: 1px solid #f58634;
}

.btn-wembley:hover {
	color: #fff;
    background-color: #2d5c7a;
    border-color: #2d5c7a;
}

.btn-wembley.focus, .btn-wembley:focus {
box-shadow:0 0 0 .2rem rgba(38,143,255,.5)
}
.btn-wembley.disabled, .btn-wembley:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}
.btn-wembley:not(:disabled):not(.disabled).active, .btn-wembley:not(:disabled):not(.disabled):active, .show>.btn-wembley.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}
.btn-wembley:not(:disabled):not(.disabled).active:focus, .btn-wembley:not(:disabled):not(.disabled):active:focus, .show>.btn-wembley.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(38,143,255,.5)
}


wembley_testimonials h2::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 3px;
	background: #8fbc54;
	left: 0;
	right: 0;
	bottom: -10px;
}
wembley_testimonials .col-center {
	margin: 0 auto;
	float: none !important;
}
wembley_testimonials .carousel {
	margin: 50px auto;
	padding: 0 70px;
}
#wembley_testimonials .carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
#wembley_testimonials .carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
#wembley_testimonials .carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
#wembley_testimonials .carousel .testimonial {
	padding: 30px 100px 10px 100px;
	font-size:16px;
	color:#444;
}
#wembley_testimonials .carousel .overview {	
	font-style: italic;
}
#wembley_testimonials .carousel .overview b {
	text-transform: uppercase;
	color: #2d5c7a;
}
#wembley_testimonials .carousel #wembley_testimonials .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
#wembley_testimonials .carousel-control i {
    	font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgb(45 92 122);
    text-shadow: 0 3px 3px #2d5c7a, 0 0 0 #000;
}

.wembley_enquiry-form label {
    display: block;
    width: 100%;
}

#wembley_aboutus{
	margin-top:85px;
	padding: 50px 0;
}


.slick-slide {margin: 0px 20px;}

.slick-slide img {width: 100%; padding-right:2%;}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.wembley_achievement {
    border-bottom: 1px solid #e7e7e7;
}

.wembley_achievement p{background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 3px, transparent 3px) 0% 0%/8px 8px no-repeat,
    radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 3px, transparent 3px) 100% 0%/8px 8px no-repeat,
    radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 3px, transparent 3px) 0% 100%/8px 8px no-repeat,
    radial-gradient(circle at 0 0, #ffffff 0, #ffffff 3px, transparent 3px) 100% 100%/8px 8px no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 10px) calc(100% - 16px) no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 10px) no-repeat,
    linear-gradient(90deg, #2d5c7a 0%, #f58634 100%, #333333 100%);
border-radius: 8px;
padding: 9px;
box-sizing: border-box;}

.wembley_achievement p {
    text-align: center;
    font-size: 35px;
    line-height: 40px;
    padding: 15px;
    margin-bottom: 0;
    font-weight: 600;
}

.wembley_achievement p span{display:block; font-size: 22px; line-height: 25px; margin-top:5px;}

footer{
  color: rgba(0,0,0,.5);
}
footer a{
  color: rgba(0,0,0,.5);
}
footer a:hover{
  color: #f58634;
}

.footer-top{
  background: #2d5c7a0d;
  border-top:1px solid #ddd;
}

.footer-top.p-5 .container {
    max-width: 100%;
}

footer .title{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.footer-pad.social-media {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.footer-bottom{
	background: #2d5c7a0d;
  	color: rgba(0,0,0,.5);
  	border-top:1px solid #ddd;
}


footer .list-unstyled li{font-size: 14px;}
footer .list-unstyled li:hover {
    color: #2d5c7a;
}

html {
  scroll-behavior: smooth;
}


#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 9px;
    right: 9px;
    background-color: #DDD;
    color: #555;
    text-align: center;
    text-decoration: none;
	border-radius:25px;
	padding:12px;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}

@media only screen and (min-width: 1600px) {
    .wt-content h1{margin-top: 0;}
}

@media only screen and (max-width: 1280px) {
    .wt-content{top:50%}
    .wt-content h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 1024px){
    .wt-content h1 {
        font-size: 52px;
    }
}


@media only screen and (max-width: 966px){
    .wt-content {
        top: 50%;
    }
    .wt-content h1 {font-size:50px}
}

@media only screen and (max-width: 820px){
    .wt-content {
        top: 35%;
    }
    .wt-content h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px){
    .wt-content{top:50%;}
    .wt-content h1 {
        font-size: 28px;
    }
    .wembley_achievement p{margin-bottom: 15px;}
}

@media only screen and (max-width: 720px){
    .wt-content{top:32%;}
}

@media only screen and (max-width: 480px){
    .wt-content{top:40%;}
}