*{
    margin: 0px;
    padding: 0px;
}
body{
  background-color: #fff;
}
/* Header section */
#header {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100vw;
	height: auto;
}
#header .header {
	min-height: 8vh;
	background-color: rgba(31, 30, 30, 0.24);
	transition: .3s ease background-color;
}
#header .nav-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	max-width: 1300px;
	padding: 0 10px;
}
#header .nav-list ul {
	list-style: none;
	position: absolute;
	background-color: rgb(31, 30, 30);
	width: 100vw;
	height: 100vh;
	left: 100%;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1;
	overflow-x: hidden;
	transition: .5s ease left;
}
#header .nav-list ul.active {
	left: 0%;
}
#header .nav-list ul a {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: .2rem;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	padding: 20px;
	display: block;
}
#header .nav-list ul a::after {
	content: attr(data-after);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	color: rgba(240, 248, 255, 0.021);
	font-size: 13rem;
	letter-spacing: 50px;
	z-index: -1;
	transition: .3s ease letter-spacing;
}
#header .nav-list ul li:hover a::after {
	transform: translate(-50%, -50%) scale(1);
	letter-spacing: initial;
}
#header .nav-list ul li:hover a {
	color: crimson;
}
#header .hamburger {
	height: 60px;
	width: 60px;
	display: inline-block;
	border: 3px solid white;
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
	cursor: pointer;
	transform: scale(.8);
	margin-right: 20px;
}
#header .hamburger:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 3px solid white;
	animation: hamburger_puls 1s ease infinite;
}
#header .hamburger .bar {
	height: 2px;
	width: 30px;
	position: relative;
	background-color: white;
	z-index: -1;
}
#header .hamburger .bar::after,
#header .hamburger .bar::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	background-color: white;
	transition: .3s ease;
	transition-property: top, bottom;
}
#header .hamburger .bar::after {
	top: 8px;
}
#header .hamburger .bar::before {
	bottom: 8px;
}
#header .hamburger.active .bar::before {
	bottom: 0;
}
#header .hamburger.active .bar::after {
	top: 0;
}
/* End Header section */

@media only screen and (min-width: 993px) {
	/* header */
	#header .hamburger {
		display: none;
	}
	#header .nav-list ul {
		position: initial;
		display: block;
		height: auto;
		width: fit-content;
		background-color: transparent;
	}
	#header .nav-list ul li {
		display: inline-block;
	}
	#header .nav-list ul li a {
		font-size: 1.8rem;
	}
	#header .nav-list ul a:after {
		display: none;
	}
	/* End header */

	#services .service-bottom .service-item {
		flex-basis: 22%;
		margin: 1.5%;
	}
}
/* End  Media Query For

.rightnav{
    padding: 2px 7px;
    width: 50%;
    text-align: right;
}
.logo{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo img{
    width: 30%;
    border: 3px solid white;
    border-radius: 50px;
}
#search{
    padding: 5px;
    font-size: 17px;
    border: 2px solid gray;
    border-radius: 9px;
}

.background{
    /* background: rgba(0, 0,0, 0.7) url(https://wallpaperaccess.com/full/1892783.jpg); */
    background: rgba(0, 0,0, 0.7) url(https://images.unsplash.com/photo-1519389950473-47ba0277781c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80);

    /* background: rgba(0, 0,0, 0.7) url(https://cdn.wallpapersafari.com/3/56/CtnDfg.jpg); */



    background-size: cover;
    background-blend-mode: darken;
}
.firstsection{
    height: 100vh;
}


.box-main{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: auto;
    max-width: 50%;
    height: 75%;
}
.first{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.second{
width: 30%;
}
.second img{
    width: 70%;
    /* padding: 4px 0px; */
    border: 3px solid gray;
    border-radius: 84px;
    display: block;
    margin: auto;
}
.text-big{
font-size: 38px;
}

.text-small{
font-size: 20px;
}
.btn{
    padding: 7px 14px;
    margin: 8px 7px;
    border: 2px solid gray;
    border-radius: 9px;
    background: none;
    color: white;
    cursor: pointer;
}
.btn-sm{
    padding: 6px 10px;
    vertical-align: middle;
}
/* .right{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content:space-evenly;
    max-width: 80%;
    margin: auto;
} */
.para{
    padding: 0px 60px;
}
.section{
    height: 320px;
    display: flex;
    align-items: center;
    justify-content:space-evenly;
    max-width: 80%;
    margin: auto;
    /* font-family: 'Bitter', serif; */
    font-family: 'Bitter', serif;
font-family: 'Ubuntu', sans-serif;
}
.left{

    flex-direction: row-reverse;
}
.sectionSubTag{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.thumbnail{

    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 1200px;
}
.thumbnail:hover{
    -webkit-box-shadow: 15px 15px 16px 7px rgba(0,0,0,0.75);
-moz-box-shadow: 15px 15px 16px 7px rgba(0,0,0,0.75);
box-shadow: 15px 15px 16px 7px rgba(0,0,0,0.75);
Copy Text
}
.ss1{
    display: inline-block;
    width: 24%;
    height: 150px;
    border: 2px solid  rgb(245, 242, 242);
    text-align: center;
    /* padding: 30px; */
    padding-top: 50px;
     /* background-color: #c4171b; */
     background-color: black;
    color: aliceblue;
    transition-duration: 2s;
    font-size: 30px;
    /* padding-left: 2px; */
}
.ss2{
    display: inline-block;
    width: 24%;
    padding-top: 50px;
    height: 150px;
    font-size: 30px;
    text-align: center;
    border: 2px solid black;
    background-color: #cac9c6;
    transition-duration: 2s;
    /* padding-top: 70px; */
    /* color: aliceblue; */
}
.ss3{
    display: inline-block;
    width: 24%;
    height: 150px;
    text-align: center;
    font-size: 30px;
    border: 2px solid rgb(245, 242, 242);
    background-color: #080808;
    color: aliceblue;
    padding-top: 50px;
    transition-duration: 2s;
}
.ss4{
    display: inline-block;
    width: 24%;
    font-size: 30px;
    text-align: center;
    height: 150px;
    border: 2px solid black;
    background-color: #dfdedb;
    padding-top: 50px;
    /* margin-top: 20px; */
/* : (360deg); */
  transition-duration: 2s;

    /* color: aliceblue; */
}
.ss4:hover{
    transform: rotate(360deg);
}
/* .com3{ */
    /* text-align: center; */
    /* color: antiquewhite; */
    /* padding: 30px; */
/* } */
.ss3:hover{
    transform: rotate(360deg);
}
.ss2:hover{
    transform: rotate(360deg);
}
.ss1:hover{
    transform: rotate(360deg);
}


/*------------------*/
/*  SKEW CLOCKWISE  */
/*------------------*/
.skew-cc{
  width:100%;
  height:100px;
  position:absolute;
  left:0px;
  background: linear-gradient(to right bottom, #823A9C 49%, #fff 50%),    linear-gradient(-50deg, #ffffff 16px, #000 0);
}


/*-------------------------*/
/* SKEW COUNTER CLOCKWISE  */
/*-------------------------*/
.skew-c{
  width:100%;
  height:100px;
  position:absolute;
  left:0px;
  background: linear-gradient(to left bottom, #fff 49%, #823A9C 50%);
}

.colour-block {
  background:#823A9C;
  width:60%;
  padding:7% 20% 10% 20%;
  color:#fff;
}
.white-block {
  background:#fff;
  width:60%;
  padding:7% 20% 10% 15%;
  color:#823A9C;
}

#register {

    background-image: linear-gradient(60deg, #823A9C 0%, #823A9C 100%);

}

#register .register {

    min-height: 100px;

    flex-direction: column;

    padding-top: 50px;

    padding-bottom: 50px;

    align-items: center;

    text-align: center;

    margin-bottom: 60px;

}

#register h1 {

    color: white;

    text-align: center;

    font-weight: 700;

    font-size: 2.2rem;

    letter-spacing: .1rem;

    margin-top: 10px;

    margin-bottom: 10px;

    padding-top: 20px;

}

#register h2 {

    color: white;

    text-align: center;

    font-weight: 500;

    font-size: 2rem;

    letter-spacing: .1rem;

    margin-top: 10px;

    margin-bottom: 10px;

}

#register .cta {

    align-self:center;

    align-items: center;

    display: inline-block;

    padding: 10px 30px;

    color: white;

    background-color: transparent;

    border: 2px solid rgb(248, 248, 248);

    font-size: 2rem;

    text-transform: uppercase;

    letter-spacing: .1rem;

    margin-top: 30px;

    margin-left: 300px;

    transition-property: background-color, color;

    margin-bottom: 30px;

}

#register .cta:hover {

    color: white;

    background-color: crimson;

}
