
:root {
    --primary: #232848;
    --primary-light: #bb9763;
    --secondary: #434343;
    --radius: 0px;
}

html{scroll-behavior: smooth;}

.text-primary{color:var(--primary)!important;}
.text-primary-light{color:var(--primary-light)!important;}
.bg-primary{background:var(--primary)!important;}
.bg-primary-light{background:var(--primary-light)!important;}
.bg-secondary{background:var(--secondary)!important;}
.font-medium{font-size:14px !important;}
.btn-primary{
	margin: 0 auto;
	background: var(--primary);
	color: var(--white);
	border: none;
	padding: 10px 20px;
	border-bottom: 5px solid #0a3153;
	text-transform: uppercase;
}
.btn-primary:hover {
    color: var(--primary);
    background-color: var(--primary-light);
    border-color: var(--primary);
}
body{font-family: 'Poppins', sans-serif !important;}
header{box-shadow: 0px 1px 10px #0000003b;}
	.banner{background:url(images/britishhub-banner.jpg) no-repeat center center;background-size:cover;padding: 30px 0;}
	.navbar-light .navbar-nav .nav-link{color: var(--primary);padding: 10px 18px;font-weight: 600;}
	.navbar-light .navbar-nav .nav-link:hover{color: var(--primary-light);}
	.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, 
	.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{color: var(--primary) !important;}
	.dropdown-item{color: var(--white);}
	.nav-item.dropdown .dropdown-menu{background:var(--primary);}
	header i{background:url(images/sprit-trust.png) no-repeat;display:inline-block;vertical-align:middle;color: #52a4c0;}
	header i.icon1{background-position: -155px -4px;width: 39px;height: 35px;float:left;}
	header p i.icon2{background-position: -157px -49px;width: 38px;height: 34px;}
	header p{float: left;color: var(--white);margin-left: 20px;margin-bottom: 0;}
	.cont-det {text-align: right;}
    .cont-det a{color:var(--white);text-decoration: none;}
    .cont-det a:hover{color:var(--primary);text-decoration: none;}
	.cont-det p {
    color: var(--white);
    margin: 0;
    font-size: 16px;
    font-weight: 100;
    border-bottom:1px solid var(--white);
	}
	.carousel-control-prev, .carousel-control-next {z-index:9999;}
	header .whatsapp-skype{
	padding-top: 0px;
	justify-content: end;
	display: flex;
	}	
	.infront-off-form h4{
	color:var(--white);
	text-transform:uppercase;
	background: var(--primary);
	width: 160px;
	text-align: center;
	padding:11px;
	font-size: 1em;
	box-shadow: 1px 0px 5px #ffffff75;
	}
	.infront-off-form h4 a{
	    color:var(--white);
	}
	.infront-off-form h1{
	color: var(--white);
	font-size: 54px;
	text-shadow: 1px 3px 1px #3d3531;
	text-transform:
	capitalize;
	display: grid;
	line-height: 65px;
	}
	.infront-off-form h1 span{font-weight:bold !important;color: var(--primary-light);}
	.infront-off-form h5{
		display: grid;
		font-weight: 400;
		color: var(--white);
		margin: 30px 0px 20px 0px;
		line-height: 28px;
	}
	.form-outer{border-radius: 17px;}
	.lt-border, .lb-border, .rt-border { width: 4px; background: #e8e9eb; }
    .lt-border, .lb-border {left: -20px; border-radius: 10px 3px 4px 10px;}
    .lt-border {height: 50px;top: 70px;}
    .lb-border { height: 100px; top: 130px;}
    .rt-border{right: -20px; border-radius: 3px 10px 10px 3px; height: 33px;top: 80px;}
	.discount-form{ background: #1d1e1f;padding: 20px;margin: -5px;border-radius: 17px;position: relative;}
	.discount-form h3{font-weight:bold !important;color: var(--white);font-size: 24px;}
	.discount-form p{color:var(--white);font-size: 15px;}
	.discount-form button.btn{background: var(--primary);border-bottom: 5px solid var(--primary-light) !important;color: var(--white) !important;height: 45px; font-weight:bold !important}	
	.discount-form .form-control{border-radius: 10px !important;color: #000 !important;}		

	.header-form h4{
	color: white;
	font-size: 1.3em;
	width: 150px;
	background: #12768f;
	text-align: center;
	margin: -34px auto 0 auto;
	padding: 31px 0px 15px 0;
	border-radius: 0 0 10px 10px;
	background: linear-gradient(to top, #12758e 41%,#17aeb9 79%);
	}	
	.header-form h4:before, .header-form h4:after{content: '';position: absolute;display: block;width: 50px;height: 50px;}
	.header-form h4:before{background: url(images/order-now-before.png) no-repeat;margin-left: -46px;margin-top: -31px;}	
	.header-form h4:after{
	background: url(images/order-now-after.png) no-repeat right;
	margin-right: 68px;
	margin-top: -35px;
	right: 0;
	top: 0;
	}
	
	.there-skillfull{
	padding:0px 0 30px 0;
	}
	.there-skillfull .col-md-4.twothous{
	background:var(--primary);
	padding: 15px;
	}
	.there-skillfull .col-md-4.twothous:before{
	background: var(--primary);
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: -370px;
	z-index: -1;
	}	
	.there-skillfull .col-md-4.twothous h3{
	color:var(--white);
	margin: 30px 0 0 0;	
	}
	.there-skillfull .col-md-4.twothous p{
	color:var(--white);
	margin:0;
	}
	.there-skillfull .col-md-8{
	text-align:center;
	}
	.there-skillfull .col-md-12 h2, .ts-title h2{
	color: var(--primary);	
	
	margin-top:20px;
	font-weight:
	bold;
	}
	.there-skillfull .col-md-4 ul li{
	list-style:url(images/ulli-bullit.png);
	}	
	
	.there-skillfull .col-md-12 h3{color: var(--primary);margin-top:20px;font-weight: bold;}
	section.our-services-four{
	background:url(images/home-service-banner.jpg) no-repeat center center;
	background-size:cover;
	padding-bottom: 10px;
	}
	section.our-services-four h2{color:var(--white);margin-top:15px;font-weight:bold;}
	section.our-services-four p{color:var(--white);}
	section.our-services-four .box-pack{background: #f9f9f9;padding: 15px;}
	section.our-services-four .box-pack h4{color: var(--primary) ;padding-top: 10px;}
	section.our-services-four .box-pack p{color: var(--secondary);}	
	section.our-services-four .box-pack figure{background: var(--white);padding-bottom: 15px;text-align: center;}
	section.our-services-four .box-pack figure h4{padding: 10px;	font-size:1.2em;text-transform: uppercase;text-align:center;}
	section.our-services-four .box-pack figure p{padding: 0 10px;text-align:center;}
	section.our-services-four .box-pack figure button{background: var(--primary);color: var(--white);border: none;border-bottom: 5px solid var(--primary-light);padding: 3px 15px;}
	section.discount{
	padding: 10px 0px;
	background: url("../images/discount-bg.jpg") no-repeat;
	background-size:cover;
	}
	section.discount-full-img img{ padding-top:30px;
	width:100%;	
	}	
	
	section.trust-us h2{			
			color: var(--primary);
			font-weight:
			bold;
			}
		section.trust-us .col-sm-3 i{
			background:url(images/sprit-trust.png) no-repeat;
			display:inline-block;
			vertical-align:middle;	
			}
		section.trust-us .col-sm-3 i.freerevision{
			background-position: -134px -280px;
			width: 75px;
			height: 75px;
			}
		section.trust-us .col-sm-3 i.experteditors{
            background-position: -73px -323px;
            width: 63px;
            height: 80px;
			}
		section.trust-us .col-sm-3 i.dissertationediting{
			background-position: 0px -79px;
			width: 75px;
			height: 80px;
			}
		section.trust-us .col-sm-3 i.completelyprotected{
			background-position: 0px -281px;
			width: 75px;
			height: 80px;
			}		
		section.trust-us h4{
			font-size: 1.2em;
			font-weight: 500;
			color: var(--primary);
			}
		section.trust-us .col-sm-6{
			padding: 20px 15px ;
			}
		.wcu-box{border-radius:20px;}
		.wcu-box:hover, .wcu-box:hover h4{background: var(--primary-light);color:var(--white);}
			
		section.trust-us a, section.get-dissertation-help .photoshop-version button{
		margin: 0 auto;
		background: var(--primary);
		color: var(--white);
		border: none;
		padding: 10px 20px;
		border-bottom: 5px solid var(--primary-light);
		font-weight: 500;
		}
	
	
	section.get-dissertation-help .card-header {
    background-color: var(--white);
	}
	
	section.get-dissertation-help .card-header {
    padding: 0.20rem 1.25rem;
	}
	section.get-dissertation-help button.btn-link {
    width: 100%;
    color: #000;
    text-align: left;
	}
	section.get-dissertation-help .accordion>.card .card-header {
    margin-bottom: 1px;
	}
	
	section.get-dissertation-help .card {background-color: var(--primary-light);margin-bottom: 20px;box-shadow: 2px 0px 20px rgb(0 0 0 / 32%);border: none;}
	section.get-dissertation-help .card-body{
		color:var(--white);
		}
	section.get-dissertation-help button.btn-link i {
    float: right;
	}
	section.get-dissertation-help{
		background: #ececec;
		padding:50px 0;
		}	
	section.get-dissertation-help .col-md-12 h3{		
		color: var(--primary);
		font-weight:
		bold;
		/*shahrukh*/
		margin-bottom: 15px;
		}
	
	section.get-dissertation-help .col-md-12.photoshop-version{
		text-align: center;
		padding-top:10px;
		}
		
	section.get-dissertation-help  .border {
    border: 2px solid #bc272e!important;
}
section.get-dissertation-help .border-right {
    border-right: 1px solid var(--primary)!important;
}
	section.get-dissertation-help .col-md-12.photoshop-version button, a.order-btn {
    margin: 0 auto;
    background: var(--primary);
    color: var(--white);
    border: none;
    padding: 10px 20px;
    border-bottom: 5px solid #0a3153;
    font-weight: 500;
	text-transform:uppercase;
	}
	
	section.team-writers .item .flt{width: 65%;float: right;}
	section.team-writers .item .flt-txt{width: 64%;margin: -60px 0 0 0;background: var(--primary);position: relative;float: left;padding: 15px;}
    section.team-writers .item .flt-txt p{margin:0;font-size: 16px;color:#FFF;}
	section.team-writers .item .flt-txt h5{margin:0;color:#FFF;}
	section.team-writers{padding:50px 0;}
	section.team-writers .col-md-12{padding:0 0 50px 0;}
	section.team-writers .tw-box{border-radius: 20px; box-shadow:0px 0px 30px #00000017}
	section.team-writers .tw-box:hover{background: var(--primary) !important;color: var(--white);}
	section.team-writers .tw-img{width: 160px;height: 160px;border:10px solid #efefef;margin-top: -20px;}
	section.team-writers .tw-box:hover .tw-img{border:10px solid var(--primary-light) !important;}
	section.team-writers .tw-box:hover .btn-primary{background:var(--primary-light) !important;border-color:var(--primary-light) !important;}
	section.team-writers .stars li i{color:#ffb100;}
	section.team-writers .col-md-12 h3{	
	color: var(--primary);
	font-weight: bold;
	}
	section.team-writers .font-medium{min-height: 80px;}
	section.team-writers .tw-btn{left: 0; right: 0;}
	section.team-writers .btn-primary{background: var(--primary);color: var(--white);border: 1px solid var(--primary);padding: 5px 20px;text-transform: uppercase;font-weight: 600;}

	.ewc{background: url('../images/subject-bg.jpg') no-repeat;background-size: cover;padding: 50px 0px;}
	.ewc h1, .ewc p{color:var(--white);}
	.ewc h1 span{color: var(--primary-light);}
.ewc ul{margin-top: 5vh;padding-left: 0px;}
.ewc ul li {
	align-items: center;
	display: flex;
	background-color: var(--white);
	font-size: 20px;
	line-height: 20px;
	color: #27313a;
	border: 1px solid #ebebeb;
	padding: 10px 20px 10px 60px;
	position: relative;
	width: 22%;
	float: left;
	vertical-align: top;
	min-height: 84px;
	text-align: left;
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out;
	margin: 6px 25px 25px 0px;
	font-weight: 700;
	border-radius: 10px; text-transform:capitalize;
}
.ewc ul li i {
	position: absolute;
	left: 20px;
	text-align: center;
	font-size: 24px;
	color: #27313a;
}
.ewc ul li:hover{background: var(--primary);cursor: default;border: 1px solid var(--primary-light);color: var(--white);}
.ewc ul li:hover i{color: var(--white);}
section.testimonials{
	background:url(images/testimonial-bg.jpg) no-repeat center center;
	background-size:cover;
	color:var(--white);
	padding:50px 0;
	position:relative;
	z-index: 0;
	}

section.testimonials:after{content:""; width:100%; height:100%;position:absolute; top:0; right:0px; background:#0000007d; z-index:-1;}
	
	section.testimonials  p{
	width:80%;
	margin:0 auto;
	min-height: 100px;
	}
	section.home-contacts{
		background: var(--primary);
		color:var(--white);
		padding: 20px 0;
		}
	section.home-contacts i{
		background:url(images/contacts-img-sprit-2.png) no-repeat;
		display:inline-block;
		}
	section.home-contacts  i.call{
		background-position: 10px 10px;
    	width: 50px;
    	height: 45px;
		}	
	section.home-contacts  i.supo{
		background-position: -40px 10px;
    	width: 40px;
    	height: 45px;
		}
		section.home-contacts .col-md-4 .col-sm-12 a,
     section.home-contacts .col-md-4 .col-sm-12 p{
         color:var(--white);
     }
     
     
	section.home-contacts  i.locate{
		background-position: -80px 10px;
    	width: 35px;
    	height: 48px;
		}
	section.home-contacts  i.website{
		background-position: -115px 10px;
    	width: 35px;
    	height: 48px;
		}		
	.fa-facebook {
    background: #3b5998;
    color: var(--white);
    padding: 7px 11px;
	}
	.fa-twitter {
    background: #6acff4;
    color: var(--white);
    padding: 7px 8px;
	}
	.fa-instagram {
    color: rgb(255, 255, 255);
    background: rgb(11, 114, 133);
    padding: 7px 11px;
	}
	.fa-linkedin {
    background: #3272bd;
    color: var(--white);
    padding: 7px 9px;
	}
	.fa-youtube {
    color: rgb(255, 255, 255);
    background: red;
    padding: 7px 8px;
	}
	
	
	footer .foot_upper {
	background: #f9f9f9;
	padding: 50px 0;
	}
	footer .foot_upper ul{
	padding: 0;
	list-style: none;
	}
	footer .foot_upper strong {
	color: var(--primary-light);
	}
	 
	footer .foot_upper ul li, footer .foot_upper ul li a{
	color: var(--secondary) !important;
	}	
	footer .foot_lower{
	background: var(--primary-light);
	padding:10px 0;
	}
	footer .foot_lower p{
		margin:0;
		color:var(--white);
		}
		
			
	/*about page css*/
	
	.about{
	background:url(images/about-banner-bg.jpg) no-repeat center center;
	background-size:cover;
	padding: 45px 0;
	}
	section.after-about-banner{
	padding: 60px 0;
	}
	
    section.after-about-banner .container .col-md-4 h3 {
	font-size: 1.4em;
	}
	
	section.after-about-banner .container .col-md-4 h2 {	
    color: var(--primary);
    font-weight:bold;
	}
	
	section.after-about-banner .container .col-md-4 .row .col-sm-3 p {
		font-size: 3em;
    	line-height: 1;
		color:#b8b8b8;
		}
	section.after-about-banner .container .col-md-4 .row .col-sm-9 {
		padding: 0;
		}
	section.after-about-banner .container .col-md-4 .row .col-sm-9 h3{
		color: var(--primary-light);
		}.third-section-of-about{
		background: var(--primary);
		}
	.third-section-of-about .col-md-4{
		/*padding-top: 40px;*/
		}
	.third-section-of-about .col-md-4:nth-child(2){
		padding-top: 0px;
		}	
	.third-section-of-about .col-md-4 h3{
		color: var(--white);
		font-size: 2.2em;		
		font-weight:bold;
		/*margin: 0px;*.
		/*shahrukh*/
		margin: 20px;
		}
		.third-section-of-about .col-md-3 .rounded-circle {
		    background: #22252c;
		    padding: 6px;
		    margin-bottom: 20px;
		    width: 70px;
		    height: 70px;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		}
		
		.third-section-of-about .col-md-3 .rounded-circle:hover {
		    background: var(--primary-light);
		}
	.third-section-of-about .col-md-4 p{
		color: var(--white);
    	padding: 15px 0;
    	margin: 0;
		}	
	.third-section-of-about .col-md-4 ul{
		padding:10px;
		}
	.third-section-of-about .col-md-4 ul li{
		color: #c6ced1;
		list-style:url(images/ulli-bullit-2.png);
		}
	.third-section-of-about .col-md-4 button {
    margin: 0 auto;
    background: var(--white);
    color: #000;
    border: none;
    padding: 10px 20px;
    border-bottom: 5px solid #bebebe;
    font-weight: 500;
    text-transform: uppercase;
	}	
	.third-section-of-about .col-md-4 h2{
	color: var(--white);
    font-size: 2.2em;    
    margin: 0;
	}
	.third-section-of-about .col-md-4 .progress {
    height: .5rem ;  
	margin-top: 40px;
	}
	.third-section-of-about .col-md-4+.col-md-4 p{
		padding:0;
		color: #c6ced1;
		margin-bottom:50px;
		}
	section.four-resion-of-about{
		padding: 50px 0;
	}
	
	section.four-resion-of-about .container .col-sm-9 h4{
		font-size:2.5em;
		color:#525557;
		}
	section.four-resion-of-about .container .col-sm-9 p{
		color:#969696;
		text-transform:uppercase;
		}
	section.four-resion-of-about .container .col-sm-9 p:after{
		content: '';
		display: block;
		width: 50px;
		border: 2px solid var(--primary);
		vertical-align: baseline;
		position: absolute;
		bottom: 0;
		}		
	section.four-resion-of-about .container .col-sm-3 i{
		background:url(images/about-page-sprit.png) no-repeat;
		display:block;
		}
	section.four-resion-of-about .container .col-sm-3 i.happy{
		background-position:0px 0px ;
		width: 60px;
		height: 60px;
		}
	section.four-resion-of-about .container .col-sm-3 i.work{
		background-position:-70px 0px ;
		width: 60px;
		height: 60px;
		}
	section.four-resion-of-about .container .col-sm-3 i.award{
		background-position: -138px 0px;
    	width: 60px;
    	height: 70px;
		}
	section.four-resion-of-about .container .col-sm-3 i.telephonic{
		background-position: -209px 0px;
		width: 60px;
		height: 60px;
		}
	section.three-box-section{
	padding: 40px 0;
	}
	section.three-box-section .col-md-12 h3 {    
    color: var(--primary);
    font-weight: bold;
	}
	section.three-box-section .col-md-4{
	margin-top:25px;
	}
	section.three-box-section .col-md-4 h4{	
	color: var(--primary);
	text-transform:uppercase;
	}
		
	section.three-box-section .col-md-4 .row{
	margin: -25px 15px;
    background: white;
    position: relative;
    padding: 15px;
    box-shadow: 0px 0px 5px #9c9c9c;
	border-bottom: 5px solid var(--primary-light);
	}
	section.three-box-section .col-md-4 .row .col-sm-12 {
	text-align:center;	
    min-height: 185px;
	}
	section.three-box-section .col-md-4 .row .col-sm-12 p{

    
	}
	
	/*contact page css*/
	
	
	.contact{
	background:url(images/contact-us-banner-bg.jpg) no-repeat center center;
	background-size:cover;
	}
	
	section.meet-writers-contact{
	padding:50px 0;
	}
    section.meet-writers-contact .col-md-12 h3 {    
    color: var(--primary);
    font-weight: bold;
	}
	section.meet-writers-contact .col-md-12 span {
	color:var(--primary);
	}
	section.meet-writers-contact .col-sm-9 h4{
	font-size:1.3em;
	}
	section.meet-writers-contact .col-sm-3 i{
	background:url(images/location-contact.png) no-repeat;
	display:inline-block;
	}
	
	section.meet-writers-contact .col-sm-3 i.locate{
	background-position: 8px 0px;
    width: 90px;
    height: 90px;
	}
	section.meet-writers-contact .col-sm-3 i.phon{
	background-position: -90px 0px;
    width: 90px;
    height: 90px;
	}
	section.meet-writers-contact .col-sm-3 i.eml{
	background-position: -195px -8px;
    width: 90px;
    height: 75px;
	}
	
	
	section.meet-writers-contact .col-md-5 .col-sm-12{
	padding:10px 0;
	border-bottom:1px solid #ccc ;
	}
	section.meet-writers-contact .col-md-7{
	margin-top:25px;
	}	
	section.meet-writers-contact .col-md-7 .col-sm-6{
	margin-bottom: 20px;
	}
	section.meet-writers-contact .col-md-5 .col-sm-12:nth-child(3){
	border-bottom:none;	
	}
	section.meet-writers-contact .col-md-7 input,
	section.meet-writers-contact .col-md-7 textarea{
	background: #f7f7f7;
	}
	
	
	
	/*===========   Consultancy page css   ============*/
	
	.consultancy{
	background:url(images/consultancy-banner-bg.jpg) no-repeat center center ;
	background-size:cover;
	padding: 45px 0;
	}
	section.consultancy-section-one{
	padding:50px 0;	
	}
	section.consultancy-section-one .col-md-12 h3{	
    color: var(--primary);
    font-weight: bold;
	}
	section.consultancy-section-one .col-md-4 .row{
	padding:15px;
	
	}
	section.consultancy-section-one .col-md-4 .row .col-sm-12{
	border:#CCC 1px solid;
	text-align:center;
	padding:15px;
	border-radius:10px;
	}
	section.consultancy-section-one .col-md-4 .row .col-sm-12 h4{
	text-transform:uppercase;
	}
	section.consultancy-section-one .col-md-4 .row .col-sm-12 i{
	background:url(images/sprit-trust.png) no-repeat;
	display:inline-block;
	}
	section.consultancy-section-one .col-md-4 .row .col-sm-12 i.free-revision{
	background-position: -9px -195px ;
	width:90px;
	height:90px;
	}
	section.consultancy-section-one .col-md-4 .row .col-sm-12 i.expert-editor{
    background-position: -106px -194px;
    width: 90px;
    height: 89px;
	}
	section.consultancy-section-one .col-md-4 .row .col-sm-12 i.dissertation-editor{
	background-position: 10px -80px ;
	width: 90px;
	height: 90px;
	}
	section.consultancy-section-two{
	background: url(images/consultancy-make-unique-bg.jpg) no-repeat center center;
	background-size: cover;	
	padding: 50px 0;
	}
	section.consultancy-section-two .make-word-unique{
	background: #000000d1;
	padding: 50px 70px;
	color: var(--white);
	}
	section.consultancy-section-two .make-word-unique h3{	
	font-size: 2.5em;
	font-weight:bold;
	}
	section.consultancy-section-two .make-word-unique hr{
	border-top: 1px solid var(--white)fff6b;
	}
	section.consultancy-section-two .make-word-unique button{
	margin: 0 auto;
    background: var(--white);
    color: #000;
    border: none;
    padding: 10px 20px;
    border-bottom: 5px solid #bebebe;
    font-weight: 500;
    text-transform: uppercase;
    background-color: white;
	}
	section.consultancy-section-two ul li{
	        list-style: url(images/ulli-bullit-2.png);
             color: #FFF;
	    
	}
	section.consultancy-section-three{
	padding: 50px 0;
	}
	section.consultancy-section-three .col-md-12 h3{	
    color: var(--primary);
    font-weight: bold;
	}	
	section.consultancy-section-three .col-md-12{
	padding-bottom:40px;	
	}
	
	
	
	/* dissertation page css*/
	
	.dissertation{background:url(images/transcription-banner-bg.jpg) no-repeat center center;background-size:cover;}
	section.there-is-nothing{padding:30px 0px 50px 0;}
section.there-is-nothing .col-md-6 h2{color: var(--primary);font-weight:bold;}
	section.there-is-nothing .col-md-6 h5{padding:15px 0 ;}
	section.disseetation-section-three{background:url(images/dissertation-section-banner-bg-three.jpg) no-repeat center center;background-size:cover;color:var(--white);padding-bottom: 50px;position:relative;z-index: 0;}
	section.disseetation-section-three:after{content:"";position:absolute;width: 43%;height:100%;right:0;top:0;background:url(images/red-bg.jpg) no-repeat center center;z-index:-1;background-position: top;background-size: cover;}
	section.disseetation-section-three .col-md-6 .col-sm-6{margin-top:50px;	}
	section.disseetation-section-three .col-md-6 .col-sm-6 h4{font-size: 1.2rem;text-transform: uppercase;}
	section.disseetation-section-three  p{font-size:0.9em;}
	section.disseetation-section-three h2{margin-top: 50px;color: var(--white);font-weight:bold;}
	section.disseetation-section-three  h4{color: var(--white);}
	section.disseetation-section-three button{margin: 20px 0;background: var(--white) !important;color: #b12a2e;border: none;padding: 10px 20px;border-bottom: 5px solid #c0c0c0;font-weight: 500;text-transform: uppercase;}
	section.disseetation-section-three .col-md-7, section.disseetation-section-three .col-md-5 {padding-top: 60px;padding-left: 50px;}
		
	/*==  transcription page css  ==*/
	
	.transcription{background:url(images/transcription-banner-bg.jpg) no-repeat center center;background-size:cover;}

	/*== Proofreading page css ==*/
	
.proofreading{background:url(images/proofreading.jpg) no-repeat center center;background-size:cover;}section.proofreading-section-one{padding:50px 0;}section.proofreading-section-one .col-md-6 h2{color: var(--primary);font-size: 4em;margin: 0;}
   section.proofreading-section-one h3{color: var(--primary);font-size: 2.1em;font-weight:bold;}
    section.proofreading-section-one h5{font-size: 1.1em;color:var(--primary);}
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {width: 28px;margin-left: 5px;background-color: #efefef;}


	/*responsive media query*/
@media only screen and (max-width:567px) {
	.ts-title h2{font-size:30px;}
	main{padding: 5px 0 50px 0;background-position: center;background: url(images/home-banner-mob.jpg) no-repeat;background-size: cover;}
	.ewc ul li {width: 97%;}
	.navbar-collapse{background-color: rgb(82, 164, 192);}
	.navbar-light .navbar-toggler{background-color: rgb(82, 164, 192);}
	.infront-off-form {padding-top: 55px;padding-bottom: 50px;}
	.header-form h3:before {right: 2px;top: -45px;}
	.infront-off-form h1 {font-size: 2.0em;}
	.navbar-brand img{width: 142px;}
	.cont-det p a img{width:110px;}
	.cont-det p a{font-size: 12px;}
	.there-skillfull .col-md-12{border-top: 2px solid #efefef;padding-right: 5px;padding-left: 5px;}
	.box-pack figure img{width: 100%;}
	section.trust-us button{margin-bottom:10px;}
	section.get-dissertation-help .col-md-6.photoshop-version button{margin-bottom:10px;}
	section.after-about-banner .container .col-md-4 .row .col-sm-9 {padding: 0 15px;}
	.third-section-of-about .col-md-4 ul{margin-left: 15px;}
	.third-section-of-about .col-md-4 button{margin-bottom:10px;}
	section.four-resion-of-about .container .col-sm-9 p:after {margin-bottom: 10px;}
	section.three-box-section .col-md-4 .row{margin-bottom: 10px;}
	section.team-writers .col-md-12{padding-right: 5px;padding-left: 5px;}
	section.meet-writers-contact .col-md-5 .col-sm-12{padding-left: 15px;padding-right: 15px;}
	.hwtf{text-align: center;}
	.col-md-12.sections-2{padding: 0 10px;}
	input[type="submit"]{margin:0;}
	#Submit{width: 100% !important;}
	section.disseetation-section-three:after {width: 100%;height: 32%;right: 0;top: unset;background: url(images/red-bg.jpg) no-repeat bottom center;bottom: 0px;}
	section.disseetation-section-three .col-md-7, section.disseetation-section-three .col-md-5 {padding-left: 15px;}
	.experts-box {width: 100% !important;margin-bottom: 30px !important;min-height: 70px !important;}
	.experts-center {height: 350px !important; margin:0% !important;}
	.interesting-facts{padding: 0px 0px !important;}
	.interesting-facts h2{text-align:left;}
	.interesting-facts img{float: left !important;}
	.interesting-facts .col-md-4 .text-white{text-align:left !important;}
	.exam-weapon{padding-top:0px !important;}
	.exam-weapon .col-lg-6 .col-md-6{margin-bottom:40px;}
	.domain-leader{background-size:cover !important;}
	.domain-leader .col-md-5 img{margin-top:20px;}
	.services-round-style {min-height:auto !important;}
	.services-round-style .small-circle1, .services-round-style .small-circle2, .services-round-style .small-circle3, .services-round-style .small-circle4 {z-index: 99 !important;width: 94% !important;height: 80px !important;border-radius: 0px !important;position: relative !important;left: 0px !important;top: 0px !important;margin: 10px auto;background: #010927 !important;display: flex;justify-content: center;align-items: center;}
	.services-round-style .small-circle1 > div, .services-round-style .small-circle2 > div, .services-round-style .small-circle3 > div, .services-round-style .small-circle4 > div{position: relative !important;text-align: center !important;padding: 18px 15px !important;left: 0 !important;right: 0 !important;top: 0 !important;bottom: 0 !important;border-radius: 0 !important;width: 100%;height: 100%;}
	.services-round-style .small-circle1 > div strong, .services-round-style .small-circle2 > div strong, .services-round-style .small-circle4 > div strong{margin-top: 10px;}
	.service-circle .service-round-thumb1, .service-circle .service-round-thumb2, .service-circle .service-round-thumb3, .service-circle .service-round-thumb4{width: 94% !important;height: 90px !important;position: relative !important;left: 0 !important;right: 0 !important;top: 0 !important;margin: auto !important;margin-bottom: 15px !important;background: #010927 !important;}
	.service-circle .service-round-thumb1 > div, .service-circle .service-round-thumb2 > div, .service-circle .service-round-thumb3 > div, .service-circle .service-round-thumb4 > div {position: relative !important;padding: 10px !important;left: 0!important;right: 0!important;top: 0!important;bottom: 0px !important;border-radius: 0px !important;margin-bottom: 10px !important;}
	.service-circle .service-round-thumb1:before, .service-circle .service-round-thumb2:before, .service-circle .service-round-thumb3:before, .service-circle .service-round-thumb4:before, .services-round-style .service-circle-small{display: none !important;}
	.services-round-style .service-circle{border:none !important; margin-top: 20px !important;}
	.after-line {margin-top: 20px !important;}
	.text-box-bg {margin: 8px 0px;}
}


@media (min-width: 576px) and (max-width: 767.98px) { 
	.ewc ul li { font-size: 18px; width: 31%; margin: 6px 15px 25px 0px; }
}
@media (min-width: 768px) and (max-width: 991.98px) { 
    .ewc ul li { font-size: 18px; width: 31%; margin: 6px 15px 25px 0px;}
    .form-outer {margin: 8% 0% 0% 0%;}
    section div.container.col-md-4.ml-auto{flex: 41%;max-width: 41%;}}
	.discount .h1{margin:10px 0px 30px 0px;letter-spacing:2px;text-transform:capitalize;}
	.discount span.text-primary{color:#ff0000 !important;}
	.discount img{display:block; margin:0px auto; width:80%;}
	.text-red{color: #bc272e !important;}
	.experts-box{    width: 92%;margin-bottom: 50px;  }
	.experts-box .media-object{font-size: 15px;}
.experts-center h4{font-size:22px; color: var(--primary); }
	.experts-center {border: 2px solid var(--primary);height: 410px;margin: 0px 6%;display: flex;justify-content: center;align-items: center;position: relative;box-sizing: content-box;}  
}
.unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.no-arrow {-moz-appearance: textfield;}
.no-arrow::-webkit-inner-spin-button {display: none;}
.no-arrow::-webkit-outer-spin-button,
.no-arrow::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
.pro-box {text-align: center;}
.pro-box h4, .pro-box p {color: var(--white);text-align: center;}
.line-img .after-line{position: relative;}
.line-img {top: 68px;}
.after-line{margin-top: -64px;}
.services-round-style {max-width: 100%;width: 100%;position: relative;min-height: 1080px;padding: 40px 0 20px;}
.services-round-style .service-circle {max-width: 600px;width: 100%;min-height: 600px;border: 2px dashed #01008c;border-radius: 50%;margin: 150px auto 0;position: relative;}
.services-round-style .small-circle1, .services-round-style .small-circle2  {z-index: 99;width: 150px;height: 150px;border-radius: 50%;background: #363946;position: absolute;left: 0px;top: 4px;}

.services-round-style .small-circle1 > div strong {padding: 0px 15px;}
.services-round-style .small-circle1 > div, .services-round-style .small-circle2 > div, .services-round-style .small-circle3 > div {position: absolute;text-align: center;padding-top: 50px;left: 0;right: 0;top: 0;bottom: 0;border-radius: 50%;color: var(--white);background-color: #010927;font-weight: 300;}
.services-round-style .small-circle3 > div {padding: 24px 5px;}
.services-round-style .small-circle1 > div:hover, .services-round-style .small-circle2 > div:hover, .services-round-style .small-circle3 > div:hover,
.service-circle .service-round-thumb1 > div:hover, .service-circle .service-round-thumb2 > div:hover, .service-circle .service-round-thumb3 > div:hover, .service-circle .service-round-thumb4 > div:hover
 {
    background:radial-gradient(94.21% 617.89% at 76.16% 100%, var(--primary) 0%, #68b0c8 100%);
    box-shadow: 12px 21px 38px -6px rgb(234 46 80 / 26%);
    color: var(--white);
    cursor:pointer;
}
.services-round-style .small-circle2 > div strong {
    padding: 0px 15px;
}
.services-round-style .small-circle3 {
    left: 0px;
    bottom: 4px;
    z-index: 99;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #363946;
    position: absolute;
}

.services-round-style .small-circle1 > div strong,.services-round-style .small-circle2 > div strong,.services-round-style .small-circle3 > div strong,.services-round-style .small-circle4 > div strong {font-weight: 600;display: block;font-size: 18px;}
.services-round-style .small-circle4 {
    z-index: 99;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #363946;
    position: absolute;
    right: 0px;
    bottom: 4px;
}
.services-round-style .small-circle4 > div {
    position: absolute;
    text-align: center;
    padding-top: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    background: radial-gradient(94.21% 617.89% at 76.16% 100%, var(--primary) 0%, #68b0c8 100%);
    box-shadow: 12px 21px 38px -6px rgb(1 9 39 / 56%);
    color: var(--white);
    font-weight: 300;
}

.service-circle .service-round-thumb1 {left: 0;right: 0;top: -100px;}
.service-circle .service-round-thumb2 {left: -85px;top: 179px;}
.service-circle .service-round-thumb3 {left: 0;right: 0;bottom: -100px;}
.service-circle .service-round-thumb4 {right: -85px;top: 179px;}
.service-circle .service-round-thumb1, .service-circle .service-round-thumb2, .service-circle .service-round-thumb3, .service-circle .service-round-thumb4 {width: 200px;height: 200px;position: absolute;margin: auto;z-index: 999;}

.services-round-style .service-circle-small {width: 475px;height: 475px;border-radius: 100%;border: 3px solid #01008c;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;}
.service-circle .service-round-thumb1:before, .service-circle .service-round-thumb2:before, .service-circle .service-round-thumb3:before, .service-circle .service-round-thumb4:before{content: "";border: 12px solid #4a4e5e;border-radius: 50%;left: -1px;right: -1px;top: -1px;bottom: -1px;position: absolute;}
.service-circle .service-round-thumb1 img, .service-circle .service-round-thumb2 img, .service-circle .service-round-thumb3 img, .service-circle .service-round-thumb4 img {width: 200px;height: 200px;border-radius: 50%;}
.service-circle .service-round-thumb1 > div, .service-circle .service-round-thumb2 > div, .service-circle .service-round-thumb3 > div, .service-circle .service-round-thumb4 > div {position: absolute;text-align: center;padding: 40px 5px;left: 0;right: 0;top: 0;bottom: 0;border-radius: 50%;color: var(--white);background: rgb(1 9 39);font-weight: 300;}
.service-circle .service-round-thumb1 > div strong, .service-circle .service-round-thumb2 > div strong, .service-circle .service-round-thumb3 > div strong, .service-circle .service-round-thumb4 > div strong {font-weight: 600;display: block;font-size: 18px;}

.service-circle-small {text-align: center;padding-top: 130px;}
.services-round-style .service-circle-small:before {content: "";left: 30px;right: 30px;top: 30px;bottom: 30px;background: #30333e;background-image: url('images/layer-72.png');border-radius: 100%;position: absolute;}
.service-circle-small > div {text-align: center;position: relative;z-index: 99;padding-left: 90px;padding-right: 90px;}
.service-circle-small > div .heading {text-transform: uppercase;color: #80dafc;font-weight: 300;font-size: 16px;margin-bottom: 20px;display: block;}
.service-circle-small > div .heading strong {text-transform: uppercase;color: #80dafc;font-weight: 700;padding-bottom: 5px;display: block;font-size: 18px;}
.service-circle-small > div p {font-size: 14px;color: #797e8f;font-weight: 400;text-transform: none;}
.text-box {padding: 8px 15px;}
.text-box-bg {background-color: #d0cece1a;padding: 8px 15px;margin: 8px 0px;}
.textbox span {color: var(--white);}
.textbox span:hover {color: var(--primary);}
.domain-leader{background:url('images/domain-leader-bg.png') no-repeat;background-position:left;}
.interesting-facts{background:url('images/interesting-facts-bg.jpg') no-repeat;background-size:cover;}
.exam-weapon .trustpilot-box p{margin-bottom:0px !important;}
.exam-weapon .review-star i{color: #eebd01 !important;}
.exam-weapon .carousel-indicators { margin-bottom: -22px;}
.exam-weapon .carousel-indicators li{ background-color: rgb(29 26 26 / 50%);}
#form-contact{background: #68b0c8;}#form-contact h3{color: var(--primary); }


@media (min-width: 1200px){
.container {max-width: 90% !important;}
}