body
{	
	background-color:#191919;
    font-family: "Libre Franklin", sans-serif;   
}
            /****************Start mainNav****************/
.mainNav button
{
    background-color: #666666;
     color:white;
    cursor: pointer;
    outline: inherit;
}

.mainNav a 
{
    font-size:30px;
    font-weight: bold;
    color: white;
}
.mainNav a span
{
    color: #d62158;
}
.mainNav ul li a
{
    font-size:18px;
    font-weight: bold;
    margin-right:15px;
    transition: .3s; 
}
.mainNav ul li.active a
{
    color: #d62158;
}
.mainNav ul li a:hover
{
    color: #d62158;
}
.mainNav ul li a span
{
    color: #e32879;
}

@media  (max-width:991px)
{
   
    .mainNav div
    {
        margin-left: auto;
        background-color:#666666; 
    }
    .mainNav ul li a,.mainNav ul li.active a
    {
        font-size:15px;
        color: white;
        transition: none;
    }
     .mainNav ul li
    {
        padding-left: 20px;
    }
    
    .mainNav ul li:hover , .mainNav ul li a:hover
    {
        background-color: #d62158;
        color: white;
    }
}
            /****************End mainNav****************/
            /****************Start Section 1****************/
.firstSection
{
    background-color: #2a2a2a;
    height: 136px;
    width: 100%;    
}
.firstSection ul
{
     margin-top: 40px;
}
.firstSection  ul:nth-of-type(1) li 
{
    float: left;
    margin-left: 10px;
    font-size:19px;    
}
.firstSection  ul:nth-of-type(1) li:nth-of-type(1)
{
    color: #95b3b3;   
}
.firstSection  ul:nth-of-type(1) li:nth-of-type(2)
{
    color: #5c5c5c;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    margin-top:16px;
    background-color: #5c5c5c; 
}
.firstSection  ul:nth-of-type(1) li:nth-of-type(3)
{
    color: #5c5c51;
}
.firstSection .cont
{
   display: flex;
   justify-content:flex-end;
}
.firstSection .cont ul li h2
{
    color: white;
    font-weight: bold;
}

@media  (max-width:575px)
{
   .firstSection
    {
      height: 172px;  
    }
    .firstSection ul
    {
        margin-top: 50px;
    }
   .firstSection .cont
    {
       justify-content:flex-start; 
        margin-top:-45px;
    }
    
}
            /****************End Section 1****************/
            /****************Start Section 2****************/
.secondSection
{
    background-color:  #222222;
    padding-bottom: 100px;
}
.secondSection ul
{
    display: flex;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 40px;
}
.secondSection ul li:nth-child(1)
{
   padding-left: 0px; 
}
.secondSection ul li
{
    color: white;
    font-weight: bold;
    float:left;
    padding-left: 50px;
    cursor: pointer;
    transition:0.3s;
}
.secondSection .active
{
    color:#e32879 ;
}
.secondSection img
{
    margin-bottom:29px;   
}

@media (max-width:767px)
{
   .secondSection ul li
    {
        padding-left: 20px;
    }
}
            /****************End Section 2****************/
            /****************Start Footer****************/
.fifthSection
{
	padding:40px 0;
}
.fifthSection .name
{
	color:white;
	font-size:45px;
	font-weight:bold;	
}
.fifthSection .dot1
{
	margin-left:-7px;
	font-size:60px;
	color:#e32879;
}
.fifthSection p
{
	font-size:17px;
	color:#a8a8a8;
}
.fifthSection ul li
{
	color:white;
	width:35px;
	height:35px;
	text-align:center;
	line-height:35px;
	font-size:20px;
	display:inline-block;
	background-color:#2a2a2a;
	line-height:37px;
	cursor:pointer;
	border-radius:50%;
	transition:all 0.7s;
}
.fifthSection ul li:hover
{
	background-color:#e32879;
}
.fifthSection .secondDiv
{
	margin-left:25px;
	margin-top:30px;	
}
.fifthSection .secondDiv .Useful
{
	color:white;
	font-size:20px;
	font-weight:bold;
	margin-bottom:23px;
}
.fifthSection .thirdDiv
{
	margin-left:25px;
	margin-top:30px;	
}
.fifthSection .thirdDiv .Useful
{	
	color:white;
	font-size:20px;
	font-weight:bold;
	margin-bottom:23px;
}
.fifthSection .thirdDiv input
{
line-height:40px;	
width:100%;
background-color:rgba(0,0,0,0);
border:1px solid #707070;
color:#8e8e8e;
}
.fifthSection .thirdDiv button
{
	background-color:#e32879;
	width:100%;
	margin-top:10px;
	line-height:35px;
	color:white;
	border:1px solid #e32879;
		font-weight:bold;
}
.footer
{
    color:#707070;
	font-size:17px;
	margin-bottom:10px;	
}
            /****************End Footer****************/
