/*
CTC Separate Stylesheet
Updated: 2021-05-21 09:24:40
*/

@font-face { 
	font-family: Menlo; 
	src: url(https://newdezign.webdezign.uk/wp-content/themes/webdezign/fonts/Menlo.ttc); 
	font-weight: 600; 
}
@font-face { 
	font-family: Menlo; 
	src: url('https://newdezign.webdezign.uk/wp-content/themes/webdezign/fonts/Menlo.woff') format('woff');
	font-weight: 600; 
}

@font-face { 
	font-family: WorkSans-Regular; 
	src: url(https://newdezign.webdezign.uk/wp-content/themes/webdezign/fonts/WorkSans-Regular.ttf); 
	font-weight: normal; 
}

@font-face { 
	font-family: WorkSans-Medium; 
	src: url(https://newdezign.webdezign.uk/wp-content/themes/webdezign/fonts/WorkSans-Medium.ttf); 
	font-weight: 500; 
}

@font-face { 
	font-family: WorkSans-SemiBold; 
	src: url(https://newdezign.webdezign.uk/wp-content/themes/webdezign/fonts/WorkSans-SemiBold.ttf); 
	font-weight: 700; 
}

.header{
	font-family: Menlo; 
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height: 65px;
	margin-bottom: 50px;
}

body, p{
    font-family: WorkSans-Regular;
	font-weight: normal;
	letter-spacing: 1.2px;
	font-size: 18px;
}
.container-fluid{
    width: 100%;
	margin: 0 auto;
}
.member .featured-img{
    border: 1px solid #D9FF00;
    padding: 10px;
    display: block;
    width: 100%;
    height: auto;
}

.member{
   margin-bottom: 30px;	
}
.title{
	text-align: center;
	margin-top: 15px;
}
#wrapper-navbar{
   height: 0px;	
}

#outer-section {
    height: 1080px;
    background-image: none;
}

.page-id-8 .site{
	background-image: url('https://newdezign.webdezign.uk/wp-content/uploads/2021/12/Code-backdrop-1.png');
    height: auto;
    /*background-position: center center;*/
    background-size: initial;
    background-repeat: no-repeat;
}

#outer-section_1{
	background: linear-gradient(184deg, transparent 200px, #202831 202px);
	background-size: cover;
    background-repeat: no-repeat;
	height: 700px;
    padding-top: 250px;
}

#inner-section {
    height: 500px;
    background-image: linear-gradient( 2deg, #f2f2f200 10%, #f4f6f8c7 11%);
    background-size: cover;
    background-repeat: no-repeat;
	padding: 100px 0px;
}

.team{
	background: linear-gradient(180deg, #3C3846 14.41%, #202831 99.99%);
    color: #ffffff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.team-bg {
    background-image: linear-gradient(3deg, #3c3846 200px, #f4f6f8 202px);
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
	padding: 100px 0px;
}

.team-title h1, h5{
	text-align: center;
	color: #000000;
}

.team-title h1{
	font-size: 45px;
	line-height: 1.8em;
	font-weight: 700;
	font-family: Menlo;
}

.team-title h5{
	font-size: 28px;
	color: #000000;
	line-height: 1.8em;
	font-weight: normal;
	font-family: Menlo;
}

.page-id-43 #wrapper-navbar{
	background: #f4f6f8;
}

#image{
	border: 1px solid #D9FF00;
    padding: 10px;
	display: block;
    width: 100%;
    height: auto;
}

.desc{
	opacity: 0;
	font-size: 15px;
	cursor: default;
	position: absolute;
	top: 0;
    z-index: 100;
    background: #1E272F;
    padding: 45px 35px;
    text-align: center;
	width: 350px;
	height: 350px;
	transition: 0.5s ease-in-out;
}

.member .desc:hover{
	opacity: 1;
}

.section {
    width: 1080px;
    position: relative;
    z-index: 20;
    margin: 0 auto;
}

.small-circle{
	display: flex;
    align-items: center;
    justify-content: center;
    background: #D9FF00;
    border-radius: 100px;
	width: 30px;
    height: 30px;
	position: absolute;
    top: 45%;
    left: -15%;
    z-index: 999;
	border: 1px solid #7D1C40;
	padding: 3px;
}

.small-circle::after{
	content: '';
    position: absolute;
	top: 150px;
	width: 220px;
    height: 1px;
    background-color: #7D1C40;
    transform: rotate(90deg);
}

.circle{
	display: flex;
    align-items: center;
    justify-content: center;
    background: #1E272F;
    border-radius: 100px;
	width: 150px;
    height: 150px;
    text-align: center;
	font-family: WorkSans-Regular;
	font-weight: 500;
    color: #fff;
    font-size: 20px;
	line-height: 24px;
    font-weight: 400;
	position: absolute;
    top: -80px;
    left: -96px;
}

.circle::before{
	content: '';
    position: absolute;
    left: -34%;
    width: 34%;
    height: 1px;
    background-color: #7D1C40;
}

.circle::after{
	content: '';
    position: absolute;
	top: 122%;
    width: 72px;
    height: 1px;
    background-color: #7D1C40;
	transform: rotate(90deg);
}

.rectangle{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1E272F;
    border-radius: 14px;
    width: 150px;
    height: 80px;
    text-align: center;
	font-family: WorkSans-Regular;
	font-weight: 500;
    color: #fff;
    font-size: 20px;
	line-height: 24px;
    font-weight: 400;
    position: absolute;
    left: 100px;
    top: 100px;	
}

.rectangle::before{
    content: '';
    position: absolute;
    left: -81%;
    width: 81%;
    height: 1px;
    background-color: #7D1C40;	
}

.rectangle::after{
    content: '';
    position: absolute;
    left: 100%;
    width: 74%;
    height: 1px;
    background-color: #7D1C40;	
}

.large-rectangle{
	display: flex;
    align-items: center;
    justify-content: center;
    background: #1E272F;
    border-radius: 14px;
    width: 240px;
    height: 90px;
    text-align: center;
	font-family: WorkSans-Regular;
	font-weight: 500;
    color: #fff;
    font-size: 20px;
	line-height: 24px;
    font-weight: 400;
    position: absolute;
    left: 550px;
    top: 70px;	
}

.large-rectangle::before{
   content: '';
   position: absolute;
   left: -43%;
   width: 43%;
   height: 1px;
   background-color: #7D1C40;	 
}

.large-rectangle::after{
   content: '';
   position: absolute;
   left: 100%;
   width: 35%;
   height: 1px;
   background-color: #7D1C40;	 
}

.rectangle-2::before{
    content: '';
    position: absolute;
    left: 15px;
    top: -55px;
    width: 80%;
    height: 1px;
    background-color: #7D1C40;	
	transform: rotate(90deg);
}

.rectangle-2::after{
    content: '';
    position: absolute;
    left: 100%;
    width: 118%;
    height: 1px;
    background-color: #7D1C40;
}

.rectangle-1{
	display: flex;
    align-items: center;
    justify-content: center;
    background: #1E272F;
    border-radius: 14px;
    width: 200px;
    height: 90px;
    text-align: center;
	font-family: WorkSans-Regular;
	font-weight: 500;
    color: #fff;
    font-size: 20px;
	line-height: 24px;
    font-weight: 400;
    position: absolute;
    left: 300px;
    top: 250px;
}

.rectangle-1::before{
    content: '';
    position: absolute;
    left: 0;
	top: -50px;
    width: 60%;
    height: 1px;
    background-color: #7D1C40;	
	transform: rotate(90deg);
}

.rectangle-1::after{
    content: '';
    position: absolute;
    left: 80px;
    top: -67px;
    width: 67%;
    height: 1px;
    background-color: #7D1C40;	
	transform: rotate(90deg);
}

.rectangle-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1E272F;
    border-radius: 14px;
    width: 150px;
    height: 80px;
    text-align: center;
	font-family: WorkSans-Regular;
	font-weight: 500;
    color: #fff;
    font-size: 20px;
	line-height: 24px;
    font-weight: 400;
    position: absolute;
    left: 900px;
    top: 240px;
}

.rectangle-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1E272F;
    border-radius: 14px;
    width: 150px;
    height: 80px;
    text-align: center;
	font-family: WorkSans-Regular;
	font-weight: 500;
    color: #fff;
    font-size: 20px;
	line-height: 24px;
    font-weight: 400;
    position: absolute;
    left: 800px;
    top: 230px;
}

.rectangle-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1E272F;
    border-radius: 14px;
    width: 150px;
    height: 80px;
    text-align: center;
	font-family: WorkSans-Regular;
	font-weight: 500;
    color: #fff;
    font-size: 20px;
	line-height: 24px;
    font-weight: 400;
    position: absolute;
    right: -120px;
    top: 380px;
}

.rectangle-3::before{
	content: '';
    position: absolute;
    left: 20px;
    top: -54px;
    width: 74%;
    height: 1px;
    background-color: #7D1C40;
    transform: rotate(90deg);	
}

.rectangle-3::after{
   content: '';
   position: absolute;
   top: 275px;
   width: 415px;
   height: 1px;
   background-image: linear-gradient(90deg,#7d1c40 70%,#ffffff 30%);
   transform: rotate(90deg);	
}

.wrap{
   display: flex;
   justify-content: flex-start;
}

.wrap-next{
   display: flex;
   justify-content: flex-end;
}

/* Mobile Responsiveness CSS */

@media screen and (max-width: 480px) and (min-width: 320px){	
.page-id-8 .site{
	 background-size: auto;
	 background-repeat: repeat-y !important;
	}
	#wrapper-navbar{
	 height: 120px !important;	
	}
	.box-txt{
	 padding: 0px !important;
	}
	.section{
	width: 100% !important;
    position: relative;
    z-index: 20;
    margin: 0 auto;
	}
	.header {
	font-family: Menlo;
    text-align: center !important;
    margin-top: 30px;
    line-height: 1.8em;
    line-height: 1em;
    font-size: 35px;
	font-weight: 700;
	margin-bottom: 30px;
	}
	.outer-blk{
	margin: 30px 20px;
	}
	.circle{
		left: 30%;
		right: 0;
		background-position: center;
	}
	.circle::before{
		left: 38%;
    	width: 23%;
    	top: -15px;
    	height: 1px;
    	transform: rotate(90deg);
	}
	.circle::after{
		top: 120%;
    	width: 62px;
    }
	.rectangle{
		top: 100px;
		left: 30%;
		right: 0;
		background-position: center;
	}
	.rectangle::before{
		display: none;
	}
	.rectangle::after{
		left: 40%;
    	top: 118%;
    	width: 20%;
    	height: 1px;
    	transform: rotate(90deg); 
    }
	.large-rectangle{
		top: 205px;
		left: 20%;
		right: 0;
		background-position: center;
	}
	.large-rectangle::before{
		display: none;
    }
	.large-rectangle::after{
		left: 40%;
   		width: 14%;
    	top: 114%;
    	height: 1px;
    	transform: rotate(90deg);
    }
	.rectangle-1{
		top: 322px;
		left: 25%;
		right: 0;
		background-position: center;
	}
	.rectangle-1::before{
		display: none;
	}
	.rectangle-1::after{
		left: 40%;
    	top: 104px;
    	width: 15%;
    	height: 1px;
    	transform: rotate(90deg);
    }
	.rectangle-2{
		top: 440px;
		left: 30%;
		right: 0;
		background-position: center;
	}
	.rectangle-2::before{
		display: none;
    }
	.rectangle-2::after{
		left: 40%;
   		top: 115%;
    	width: 18%;
    	height: 1px;
    	transform: rotate(90deg);
	}
	.rectangle-3{
		top: 545px;
		left: 30%;
		right: 0;
		background-position: center;
	}
	.rectangle-3::before{
		display: none;
    }
	.rectangle-3::after {
    	content: '';
    	position: absolute;
    	top: 194%;
    	width: 150px;
    	height: 1px;
    	background-image: linear-gradient(90deg,#7d1c40 30%,#ffffff 70%);
    	transform: rotate(90deg);
   }
	.button-1, .button-2{
		width: 300px !important;
		margin-bottom: 50px;
	}
	.header{
		font-size: 35px !important;
		padding: 0px 20px;
	}
	.header-dark{
		font-size: 35px !important;
		padding-top: 15px;
		margin-bottom: 50px !important;
    }
	.custom-menu{
		/*left: 33% !important;*/
		padding: 0px !important;
		width: 85% !important;
    }
	.custom-collapse{
		max-width: 100% !important;
	}
	.nav-link {
 	    padding: 0.8rem 0.8rem !important;
    	font-family: Menlo;
    	font-size: 22px !important;
   		margin-left: 30px !important;
	}
	.services h1{
		font-size: 32px !important;
	}
	.services h5{
		font-size: 20px !important;
	}
	.click img{
	 	width: 75px !important;
		margin-bottom: 25px;
	}
	.service-ttl, .service-txt{
		width: 100% !important;
    }
	.service-block{
		margin: 25px;
	}
	.navbar-dark .navbar-toggler{
		padding: 0.5rem 0.5rem !important;
    }
	.btn-collapse{
        right: 20px !important;
    }
	.ellipse::before{
		width: 0% !important;
    }
	.box-txt{
		margin: 20px;
    }
	
   .btn-ind, .cta-btn{
	 	display: flex;
    	align-items: center;
    	justify-content: center;
	}
	.footer{
   		 background: #212932 !important;
	}
	.overview-txt::before{
		width: 15px !important;
   	 	height: 60px !important;
   		left: -4% !important;
    	top: 27px;
	}
	.overview-txt{
		right: 0 !important;
	}
	.small-circle-1{
		display: none !important;
	}
	.small-circle-1::after{
     	display: none;	
    }
	h1,h2{
		font-size: 32px !important;
		line-height: 1.5 !important;
    }
	h4,h5{
		font-size: 18px !important;	
		line-height: 1.5 !important;
    }
	.page-id-69 .navbar-expand-xxl {
    	background: #3c3846;
	}
	.page-id-147 .navbar-expand-xxl {
  		background: #3c3846;
	}
	.page-id-124 .navbar-expand-xxl {
    	background: #3c3846;
	}
	.page-id-91 .navbar-expand-xxl {
    	background: #3c3846;
	}
	.page-id-99 .navbar-expand-xxl {
   		background-color: #f2f5f7;
	}
	.page-id-299 .navbar-expand-xxl {
    	background: #3c3846;
	}
	.page-id-139 #wrapper-navbar {
   		background-color: #f4f6f8e8;
	}
	.page-id-321 .navbar-expand-xxl {
  		background: #3c3846;
	}
	#inner-section{
	   height: auto !important;
	}
}

.header-dark{
	font-family: Menlo;
    text-align: center;
    line-height: 1.2em;
    font-size: 50px;
	font-weight: 400;
	margin-bottom: 50px;
	color: #ffffff;
}

.small-circle-1{
	display: flex;
    align-items: center;
    justify-content: center;
    background: #D9FF00;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 25%;
    right: 0;
    z-index: 999;
    border: 1px solid #7D1C40;
    padding: 3px;
}

.small-circle-1::after{
	content: '';
    position: absolute;
	right: -68px;
	width: 60px;
    height: 1px;
    background-color: #ffffff;
}

@media screen and (min-width: 1080px) and (max-width: 1280px){
	.small-circle-1{
		right: -4% !important;
	}
	.rectangle-3::after{
		top: 275px !important;
        width: 410px !important;
		background-image: linear-gradient(90deg,#7d1c40 70%,#ffffff 30%);
	}
}

@media screen and (min-width: 1600px) and (max-width: 1920px){
	.small-circle-1{
		right: 24px !important;
	}
	.rectangle-3::after{
		background-image: linear-gradient(90deg,#7d1c40 66%,#ffffff 34%);
	}
}

@media screen and (min-width: 1368px) and (max-width: 1440px){
	.small-circle-1{
		right: 22px !important;
	}
}

@media screen and (min-width: 1920px) and (max-width: 2560px){
    .testimonial-block-2::after{
	   left: 375px !important;	
	}
	.page-id-8 .site{
 	   background-size: contain;
  	   width: 100%;
	}
}

.site-info {
    display: none;
}

.button-1{
	font-family: WorkSans-SemiBold;
	font-weight: 600;
	font-size: 18px !important;
	background-color: #ffffff !important;
	color: #000000 !important;
    border: 1px solid #000000 !important;
    box-sizing: border-box;
    border-radius: 5px !important;
	width: 500px;
}

.button-2{
	font-family: WorkSans-SemiBold;
	font-weight: 500;
	font-size: 23px !important;
	background: #D9FF00 !important;
	color: #000000 !important;
    border: 1px solid #D9FF00 !important;
    box-sizing: border-box;
    border-radius: 5px !important;
	width: 500px;
}

.clients{
	background: linear-gradient(3deg, #ffffff 300px, #3c3846 302px);
    height: 600px;
	margin: 0 auto;
	padding: 100px 0px;
}

.clients h1, h5{
	text-align: center;
	color: #ffffff;
}

.clients h1{
	font-size: 48px;
	line-height: 1.8em;
	font-weight: 700;
	font-family: Menlo;
}

.clients h5{
	font-size: 30px;
	line-height: 1.8em;
	font-weight: 300;
	font-family: Menlo;
}

.clients-bg{
	background-image: url(https://newdezign.webdezign.uk/wp-content/uploads/2021/06/Light-background-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px 0px 50px 0px;
}

.outer-blk{
	margin-bottom: 35px;
}

/*----------------About----------------------*/

.about{
	background: linear-gradient(3deg, #ffffff 200px, #3c3846 202px);
    height: 500px;
    margin: 0 auto;
	padding: 100px 0px;
}

.about h1, h5{
	text-align: center;
	color: #ffffff;
}

.about h1{
	font-size: 45px;
	line-height: 1.8em;
	font-weight: 700;
	font-family: Menlo;
}

.about h5{
	font-size: 30px;
	line-height: 1.8em;
	font-weight: normal;
	font-family: Menlo;
}

.title-txt{
	font-family: Menlo;
	font-size: 72px;
	line-height: 2em;
	font-weight: 400;
	text-align: left;
}

.block{
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
}

.block-img img{
	height: 67px;
	display: block;
	padding: 15px;
	margin: 0 auto;
}

.box-txt{
 	background: #FFFFFF;
	border: 1px solid #1E272F;
	box-sizing: border-box;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 25px;	
	padding: 35px !important;
}

.box-txt{
	border: 1px solid #1E272F;
	padding: 5px;
}

.title-txt h1::before{
	content: '';
    position: absolute;
    top: 100px;
    left: -4px;
    background: #7D1C40;
    height: 1px;
    width: 90px;
    transform: rotate(90deg);
}

.ellipse{
	background: #CED8E0;
 	width: 30px;
	height: 30px;
	margin: 0 auto;
	border-radius: 100%;
}

.ellipse::before{
	content: '';
	position: absolute;
	top: 18px;
    left: -171px;
    background: #7D1C40;
    height: 1px;
    width: 190px;
}

.work{
	font-family: Menlo;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 51px;
	letter-spacing: 0em;
	text-align: left;
}

.work-bg{
	background-image: url('http://newdezign.webdezign.uk/wp-content/uploads/2021/06/Light-background-1.png');
	background-size:cover;
	background-repeat: no-repeat;
	height: 100%;
	background-position: top center;
}

.img-block{
	text-align: center;
	margin-bottom: 30px;
}

/*-----Our Clients------*/

.client{
	border-radius: 20px 20px 0px 0px;
	background: #1E272F;
	padding: 5px;
	max-width: 100% !important;
}

.client h5{
	font-family: Menlo;
	color: #D9FF00;
	text-align: center;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 400;
	padding: 10px;
}

.client h5::after{
	content: '';
	position: relative;
	width: 100%;
    top: 10px;
    height: 1px;
	background: #F2F5F7;
	display: block;
}


.client p{
	color: #ffffff;
	text-align: left;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 400;
}

.client-block img{
    padding: 10px 0px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	height: 130px;
}

.client-block{
	background: #FFFFFF;
	border: 2px solid #1E272F;
	box-sizing: border-box;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 0px 0px 20px 20px;
}

.outer-blk{
   padding-right: 20px;
   padding-left: 20px;
}

.block-1{
	padding-bottom: 100px;
}
/*-------------Testimonials---------------*/
.page-id-99 .navbar-expand-xxl{
	/*background-color: #f2f5f7;*/
}
.testi-top{
	background-image: linear-gradient(2deg, #3c3846 200px, #f4f6f8 202px);
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
	padding: 100px 0px;
}

.testi-top h1{
	font-family: Menlo;
	text-align: center;
	color: #000000;
	font-size: 45px;
	font-weight: 600;
	line-height: 1.8;
}

.testi-top h5{
	font-family: Menlo;
	text-align: center;
	color: #000000;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.8;
}

.testi-bottom{
 	background: linear-gradient(179.98deg, #3C3846 14.41%, #1E272F 99.99%);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.testimonial-block{
	color: #ffffff;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.company , .company-2 p{
	font-family: WorkSans-Regular;
	font-weight: 400;
	color: #D9FF00;
	font-size: 24px;
	line-height: 1.8em;
}

.testimonial-block p{
	font-family: WorkSans-Regular;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.8em;
}

.testimonial-block-1 p{
	font-family: WorkSans-Regular;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.1em;
}

.testimonial-block-1{
	color: #ffffff;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.testimonial-block-1::before{
	content: '';
    position: absolute;
	display: block;
    background-image: url('http://newdezign.webdezign.uk/wp-content/uploads/2022/01/Vector-39.png');
    z-index: 100;
    top: 55px;
    left: -50px;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
}

.testimonial-block-2::after{
	content: '';
    position: absolute;
	display: block;
    background-image: url('http://newdezign.webdezign.uk/wp-content/uploads/2021/06/Vector-38.png');
    z-index: 100;
    top: 55px;
    left: 325px;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
}

.testimonial-block-2 p{
	font-family: WorkSans-Regular;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.1em;
}

.testimonial-block-2{
	color: #ffffff;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer{
	/*background: linear-gradient(179.98deg, #30313d 14.41%, #30313d 99.99%);*/
	background: linear-gradient(360deg, #202831 15%, #202831 100%);
	padding-bottom: 50px;
}

.logo{
  text-align: center;	
  margin-bottom: 15px;
}

.bg{
	background-image: url('https://newdezign.webdezign.uk/wp-content/uploads/2021/12/Code-backdrop-BG.jpg');
	padding-top: 50px;
	padding-bottom: 30px;
	background-position: center center;
	background-size: contain;
}

.footer-widget{
	border-bottom: 1px solid #ffffff;
}

.footer-widget-light{
	border-bottom: 1px solid #000000;
}

.social{
	padding-top: 40px;
}

.list{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    color: #ffffff;
}

.list-light{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
}

.list-light li{
  color: #000000;	
}

.list li{
	padding-right: 35px;
}

.list-light li{
	padding-right: 35px;
}

.list li::last-type{
	padding-right: 0px;
}

.list li a{
	color: #ffffff !important;
}

.list-light li a{
	color: #000000 !important;
	text-decoration: none;
}

.icon{
	font-size: 22px !important;
    color: #353441;
    background: #ffff;
    padding: 8px 10px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
	border-radius: 5px;
}

.copyrights p{
   color: #ffffff;
   margin: 0 auto;
   padding-top: 50px;
   text-align: center;
}

.copyrights-light p{
   color: #000000 !important;
   margin: 0 auto;
   padding-top: 50px;
   text-align: center;	 
}
.social-icons{
	text-align: center;
}

.privacy-policy{
   margin-left: 15px;	
}

.privacy-policy-light{
   margin-left: 15px;	
}

/*----Our Services -------*/
.services{
	background: linear-gradient(3deg, #ffffff 200px, #3c3846 202px);
    height: 500px;
    margin: 0 auto;
	padding: 100px 0px;
}

.services h1, h5{
	text-align: center;
	color: #ffffff;
}

.services h1{
	font-size: 48px;
	line-height: 1.8em;
	font-weight: 700;
	font-family: Menlo;
}

.services h5{
	font-size: 30px;
	line-height: 1.8em;
	font-weight: 300;
	font-family: Menlo;
}

.service-ttl{
	font-family: Menlo;
	font-size: 24px;
	font-weight: 700;
	line-height: 33px;
	text-align: center;
	color: #ffffff;
	width: 240px;
}

.service-ttl::after {
    content: '';
    position: relative;
    width: 100%;
    top: 20px;
    height: 1px;
	margin-bottom: 40px;
    background: #F2F5F7;
    display: block;
}

.service-txt{
   font-family: WorkSans-Regular;
   font-weight: 400;
   font-size: 22px;
   line-height: 30px;
   text-align: center;
   color: #ffffff;
   width: 275px;
}

.service-block{
  background: #1E272F;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  padding: 40px;
}
.click{
  display: flex;
  justify-content: center;
  align-items: center;	
}
.service-bg{
	background: #f8f9fb;
    padding: 50px 0px;
}
.page-id-8 #wrapper-navbar{
	background-color: rgba(242, 245, 247, 0.85) !important;
}
.page-id-69 .navbar-expand-xxl {
    /*background: #3c3846;*/
}
.page-id-147 .navbar-expand-xxl {
    /*background: #3c3846;*/
}
.page-id-124 .navbar-expand-xxl {
    /*background: #3c3846;*/
}
.page-id-91 .navbar-expand-xxl {
    /*background: #3c3846;*/
}
.navbar-dark .navbar-toggler{
	background: #1E272F !important;
    border-radius: 100%;
	padding: 1rem 1rem;
}
.navbar-collapse.show {
        right: 0;
        transition: right 500ms ease-in-out;
}

.navbar-toggler.collapsed ~ .navbar-collapse {
		right: 0;
        transition: right 500ms ease-in-out;
}

.custom-menu {
        margin-left: auto!important;
	    top: 0;
        right: 0;
        left: auto;
        background: linear-gradient(180deg, #F2F5F7 0%, #FFFFFF 100%);
        height: 100%;
        border-radius: 30px;
        position: fixed;
        padding: 20px 150px;
	    overflow-y: scroll;
}
.custom-collapse {
	    position: fixed;
    	top: 0;
    	bottom: 0;
    	height: 100%;
    	max-width: 25%;
	    width: 100%;
        z-index: 999;
}
.navbar-dark .navbar-nav .nav-link:hover{
	    background: rgba(206, 216, 224, 0.25);
		border-bottom: 3px solid #d9ff00;
		transition: 0.3s all ease-in-out;
}
.btn-collapse{
		z-index: 9999;
		position: absolute;
		right: 50px;
	    top: 20px;
}
.nav-link{
		padding: 1.5rem 1.5rem !important; 
		font-family: Menlo;
    	font-size: 28px;
	    font-weight: 700;
	    color: #1E272F !important;
	    margin-left: 50px;
}
.nav-link a:hover{
		display: flex;
    	align-items: center;
   	    justify-content: center;
   		background: #D9FF00;
    	border-radius: 100px;
    	width: 20px;
    	height: 20px;
    	position: absolute;
    	top: 18%;
    	left: -15%;
    	z-index: 999;
    	border: 1px solid #7D1C40;
    	padding: 3px;
	}
.nav-link::before{
	    background: #D9FF00;
    	border-radius: 100px;
  	    width: 10px;
    	height: 10px;
    	position: absolute;
		top: 5%;
    	left: 2%;
   		z-index: 999;
    	border: 1px solid #7D1C40;
    	padding: 3px;
    }

@media screen and (min-width:990px) and (max-width: 1280px){
	.rectangle-2::after{
		width: 37%;
	}
	.section {
		width: 900px;
	}
	.rectangle-3{
		right: -180px;
	}
	.circle::before {
        left: -16%;
        width: 16%;
	}
}

/*------------Portfolio page----------------*/
.single-portfolio {
	background: linear-gradient(180deg, #3C3846 14.41%, #1E272F 99.99%);
}

.single-portfolio #page p{
	color: #ffffff;
}

.portfolio h1 {
    font-size: 45px;
    line-height: 1.8em;
    font-weight: 700;
    font-family: Menlo;
}
.portfolio h1, h5 {
    text-align: center;
    color: #ffffff;
}
.portfolio h5 {
    font-size: 30px;
    line-height: 1.8em;
    font-weight: normal;
	font-weight: 400;
    font-family: WorkSans-Regular;
}
.portfolio {
    height: auto;
    margin: 0 auto;
    padding: 50px 0px;
}
.overview-txt{
	font-family: Menlo;
	font-size: 25px;
	font-weight: 400;
	line-height: 35px;
	color: #D9FF00 !important;
	position: relative;
    right: 30px;
    padding: 12px;
}
.para-txt {
    position: relative;
}
.overview-txt::before {
    content: '';
    position: absolute;
    background-image: url(https://newdezign.webdezign.uk/wp-content/uploads/2021/12/Vector-17.png);
    width: 60px;
    height: 70px;
    background-repeat: no-repeat;
    left: -3%;
    top: 28px;
}

.blockquote p{
	text-align: right;
	font-family: WorkSans-Regular;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	line-height: 35px;
	margin-top: 100px;
}
.quote-1{
	color: #827091;
	font-size: 100px;
	font-weight: 700;
	font-style: normal;
}

.quote-2{
	color: #827091;
	font-size: 100px;
	font-weight: 700;
	font-style: normal;
	position: relative;
	top: 70px;
}

/*-----------------portfolio single------------------------*/
.grid-block{
   margin: 0 auto;
   padding: 15px;
}

.portfolio-block{
   background-image: url('https://newdezign.webdezign.uk/wp-content/uploads/2021/06/Light-background-1.png');
   background-size: cover;
   background-repeat: no-repeat;
   padding: 0px 0px 50px 0px;
}

.portfolio-para{
	padding: 30px 0px;
}

.portfolio-single{
   background-image: linear-gradient(3deg, #ffffff 200px, #3c3846 202px);
   margin: 0 auto;
   height: 500px;
   padding: 100px 0px;
}

.portfolio-lg{
	background: linear-gradient( 356deg, #f8f9fb 170px, #292d38 172px);
    height: 200px;
}

.portfolio-single h1 {
    font-size: 45px;
    line-height: 1.8em;
    font-weight: 700;
    font-family: Menlo;
}

.portfolio-single h1, h5 {
    text-align: center;
    color: #ffffff;
}

.portfolio-single h5 {
    font-size: 30px;
    line-height: 1.8em;
    font-weight: normal;
	font-weight: 400;
    font-family: WorkSans-Regular;
}

/*-----------------Blog------------------------*/
.Blog{
	background: linear-gradient(3deg, #ffffff 200px, #3c3846 202px);
    height: 500px;
	margin: 0 auto;
	padding: 100px 0px;
}

.content-text h1{
	font-size: 35px !important;
	line-height: 1.4em;
}

.content-text h2{
	font-size: 28px !important;
	line-height: 1.4em;
}

.content-text p{
	font-size: 20px !important;
	line-height: 1.5em;
}

.content-text li{
	font-size: 20px;
	line-height: 1.8em;
}

.Blog h1, h5{
	text-align: center;
	color: #ffffff;
}

.Blog h1{
	font-size: 40px;
	line-height: 1.8em;
	font-weight: 700;
	font-family: Menlo;
}

.Blog h5{
	font-size: 25px;
	line-height: 1.8em;
	font-weight: normal;
	font-family: Menlo;
}

.page-id-299 .navbar-expand-xxl {
    /*background: #3c3846;*/
}

.para-txt{
	font-family: WorkSans-Regular;
	color: #7D1C40;
	font-size: 22px;
	font-weight: 600;
	line-height: 25px;	
}

.blog-txt{
	margin: 40px 0px;
	padding-right: 30px !important;
	padding-left: 10px !important;
}

.blog-bg{
	background-image: url('https://newdezign.webdezign.uk/wp-content/uploads/2022/01/Browser-window.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
    height: 100%;
	margin: 100px 0px 50px 0px;
	padding: 30px 40px;
	padding-bottom: 0px;
}

.blog-txt a{
   color: #7D1C40 !important;
   float: right;
   padding-bottom: 10px;
   text-decoration: none !important;
}

.blog-img{
	margin-top: 40px;
}

.blog-next{	
   padding: 0px 0px 50px 0px !important;
}

.bg-blog{
	background: url(https://newdezign.webdezign.uk/wp-content/uploads/2021/06/Light-background-1.png);
    background-position: top;
    background-repeat: no-repeat;
    height: auto;
    background-size: cover;
	padding-bottom: 100px;
}

/*-----------------Single Blog--------------------------*/
.single-blog-bg{
	background-image: url('https://newdezign.webdezign.uk/wp-content/uploads/2022/01/Blog-Bg.png');
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
    height: auto;
	padding-top: 50px;
}

.single-blog-bg p{
	padding: 20px 15px 0px 30px;
}

.page-id-321 .navbar-expand-xxl {
    /*background: #3c3846;*/
}

.content{
	background-image: url('https://newdezign.webdezign.uk/wp-content/uploads/2021/06/Light-background-1.png');
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
    height: auto;
	padding-top: 50px;
}

/*----------------Contact us------------------------*/
.contact h1{
	text-align: center;
	color: #000000;
}

.contact{
	padding: 100px 0px 0px 0px;
    background-image: linear-gradient(2deg, #32323200 60%, #f2f4f7e3 30%);
}
.contact h1{
	font-size: 45px;
	line-height: 1.8em;
	font-weight: 700;
	font-family: Menlo;
}

.contact h5{
	font-size: 28px;
	color: #000000;
	line-height: 1.8em;
	font-weight: normal;
	font-family: Menlo;
}

.page-id-139 .site{
	background-image: url('https://newdezign.webdezign.uk/wp-content/uploads/2022/01/Code-backdrop-1-1.png');
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
}

/*------------------Contact form------------------*/

.wpcf7 input[type=text], .wpcf7 textarea, .wpcf7 input[type=email], .wpcf7 input[type=tel] {
    padding: 1.375rem 0.75rem !important;
    background-color: #1E272F !important;
	text-align: center;
	color: #ffffff !important;
}

.location{
	background: linear-gradient(182deg, transparent 150px, #202831 152px);
    padding: 180px 0px 50px 0px;
}
}

.location h2{
    color: #ffffff !important;	
    text-align: center;
}

.location p{
    color: #ffffff !important;	
}

.contact-sub p{
    color: #ffffff !important;	
    text-align: center;
}

.page-id-139 #wrapper-navbar{
    background-color: #f8f9fbcc;	
}

.location h2{
    text-align: center;	
    font-family: Menlo;
	color: #ffffff;
}

.contact-sub h3{
	font-size: 25px;
	color: #ffffff;
	font-family: Menlo;
	text-align: center;
}

.cnt-title{
   margin-bottom: 50px;	
}

.cnt-title h2{
   font-size: 35px !important;	
}

.contact-bottom{
   padding-top: 50px;	
}

.btn-outline-primary, .wpcf7 input[type=submit] {
    background: #b1d10a  !important;
	border-color: #b1d10a !important;
    color: #ffffff !important;
}

.cnt-form{
    padding: 120px 0px 0px 0px;	
}

.contact-sub h3::after{
	content: '';
    position: absolute;
    background-image: url('https://newdezign.webdezign.uk/wp-content/uploads/2022/01/Angle.png');
	width: 45px;
	height: 80px;
    background-repeat: no-repeat;
    left: 10%;
    top: 10px;
}

.list-items {
    padding-left: 0;
    list-style-type: none;
    display: inline-block;
    border-bottom: 5px solid #CED8E0;
}

.list-items li {
    display: inline-block;
}

.list-items {
    padding-left: 0;
    list-style-type: none;
    display: inline-block;
    border-bottom: 5px solid #CED8E0;
}

.list-items li a {
    padding: 10px 15px;
    display: block;
    line-height: 1;
    font-family: WorkSans-Regular;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-align: left;
    color: #827091;
}

ol li{
	font-family: 'WorkSans-Regular';
    font-size: 18px;
	line-height: 1.6;
    margin-bottom: 20px;
}

.h2, h2 {
    font-size: 2rem;
    font-family: 'Menlo';
}

.h1, h1{
	font-family: 'Menlo';
}

.cat-post-list {
    background: url(http://newdezign.webdezign.uk/wp-content/uploads/2022/01/Browser-icon-blog.png);
    background-size: 100%;
    background-repeat: no-repeat;
	padding: 35px 20px 30px 18px;
}

.cat-list-img{
	max-width: 100%;
	margin: 0 auto;
}
.cat-list-title h2{
   font-size: 15px !important;
   text-align: center;
   padding-top: 10px;
   text-decoration: none;
   line-height: 22px;
}
.list-items li a:active{
	color: #3c3846;
	font-weight: 600;
}
.right{
   float: right;
   font-size: 25px;
   background: #e4e4e6;
   padding: 10px 30px;
}
.left{
   float: left;
   font-size: 25px;
   background: #e4e4e6;
   padding: 10px 30px;
}
.left a{
   color: #1e272f;
   font-size: 20px;	
}
.left a:hover{
   color: #3c3846;
   text-decoration: none;
}

.right a:hover{
   color: #3c3846;
   text-decoration: none;
}

.right a{
   color: #1e272f;
   font-size: 20px;	
}

table{
   font-size: 17px;	
}
