* {
    font-family: "Libre Franklin", sans-serif;
}
body
{
	
	background-color:#191919;
}
.firstNavbar
{
	background-color:#333333;
	height:60px;
	border:1px solid #333333;
	
}
.firstNavbar ul li
{
	float:left;
}
.firstNavbar img
{
	height:30px;
	width:123,75px;
	margin-top:14px;
	margin-left:17px;
	margin-right:20px;
	cursor:pointer;
	float:left;	
}
.firstNavbar .hazze 
{
	color:#9b9b9b;
	line-height:59px;
	background-color:#222222;
	width:129px;
	text-align:center;
	font-size:18px;
	cursor:pointer;
	float:left;
}
.icons
{
	float:right;
	margin-right:-13px;
}
.icon
{
	width:60px;
	height:61px;
	color:white;
	font-size:30px;
	border:1px solid #444;
	text-align:center;
	line-height:60px;
	margin-top:-2px;
	opacity:0.5;
}
.icon:hover
{
	opacity:1;
	border-bottom:0px;
	cursor:pointer;
	background-color:black;
}
.i5
{
	margin-right:15px;
}
.i4
{
	background-color:#7ac64d;
	opacity:1;
}
.i4:hover
{
	background-color:#191919;
}
.secondNav
{
    border-radius:0px;
    background-color:#191919;
    border:1px solid #191919;
    padding:15px 0;
}												
.secondNav .navbar-brand
{
	color:white;
	font-size:33px;
	font-weight:bold;
}					
.secondNav .navbar-brand:hover,
.secondNav .navbar-brand:active,
.secondNav .navbar-brand:focus  
{
    color: white;
}
.secondNav button 
{
	width:120px;
	color:white;
	font-weight:bold;
	font-size:20px;
	background-color:#666666;
	border:0px ;
	border-radius:0px;
}
.navbar-default .navbar-toggle:hover
{
	background-color:#666666;	
}
.secondNav button span
{
	display:inline-block;
	margin-left:5px;
}
.secondNav .navbar-brand span
{	color:#e32879;
	font-size:33px;
	font-weight:bold;
}

.navbar-default .navbar-nav li a{
color:white;
font-weight:bold;
font-size:18px;
transition:all 0.5s;
}	
.navbar-default .navbar-nav > li > a:hover
{
color:#e32879;
}
																	
.bread-section
{
	background-color:#2a2a2a;
	padding: 15px 0;
	line-height:100px;	
}
.breadcrumb-section ul .home
{
	color:#929292;
    font-size:18px;
}
.breadcrumb-section  .AboutUS-left
{
    color:#555555;	
    font-size:18px;
}
.breadcrumb-section  .AboutUS-right
{
	color:white;
	font-size:30px;
	font-weight:bold;
}
.breadcrumb-section ul li
{
	float:left;
	margin-left:10px;
}
.breadcrumb-section ul span
{
	color:white;
}
.breadcrumb-section ul .dot
{
	background-color:#5c5c5c;
	width:7px;
	height:7px;
	border-radius:50%;
	margin-top:50px;	
}
.secondSection
{
	margin:100px auto;
}
.secondSection img
{
	width:100%;
}
.secondSection .writings
{
	margin-top:30px;
}
.secondSection h4
{   
    color: #e32879;
    font-weight: bold;
    letter-spacing: 1px;
}

.secondSection h2
{
	color:white;
    font-size: 40px;
    font-weight: bold;
}

.secondSection p
{
    font-size: 17px;
	color:#a6a6a6;
}
.secondSection .numbers1
{
	color:white;
	position:relative;
	text-align:center;
	font-size:40px;
	font-weight:bold;
	letter-spacing:2px;
}
.secondSection .numbers1 .words
{
	font-weight:normal;
	font-size:18px;
    color: #ccc;
}
.secondSection .numbers1::after
{
    position: absolute;
    right:0;
    top: 10px;
    height: 80%;
    width: 1px;
    background: #393939;
    content: "";	
}
.secondSection .numbers1:last-of-type::after
{
    display: none	
}
.thirdSection img
{
	width:100%;
	height:100%;

}
.thirdSection h5
{
	color:#e32879;	
}
.thirdSection h1
{
	color:white;
	font-weight:bold;
	margin-bottom:50px;
}
.thirdSection .shows 
{
	margin-bottom:40px;	
}

.thirdSection .shows .showingUP
{
	background-color:black;
	position:absolute;
	color:#b3b3b3;
	top:9%;
	left:9%;
	opacity:0;
	transform:scale(0);
    width:82%;
	height:82%;
	transition:all 0.5s;
}

.thirdSection .shows:hover .showingUP
{
	transform:scale(1);
	opacity:0.9;
}

.thirdSection .shows .showingUP p
{
	margin:50px 10px 30px 10px;
	font-size:17px;	
}
.thirdSection .shows .showingUP h2
{
	color:white;
}
.thirdSection .shows .showingUP h5
{
	color:#e32879;
}
.thirdSection .showingUP ul li
{
	width:35px;
	height:35px;
	display:inline-block;
	background-color:#2a2a2a;
	line-height:37px;
	border-radius:50%;
	cursor:pointer;	
}
	/*Problem2*/
.forthSection
{
    background-image:url('../images/ctc-bg.jpg');
    padding:50px 0;
    text-align: center;
    background-size: cover;
}
.forthSection h1
{
    margin: 60px 0 40px 0;
    color: white;
    font-weight: bold;
    font-size: 40px;
}
.forthSection p
{
    width: 80%;
    margin: auto;
    color: white;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
}
.forthSection button
{
	margin-top:30px;
	line-height:40px;
	background-color:white;
	width:170px;
	font-size:20px;
	font-weight:bold;
	border:1px solid white;
	color:#e32879;
	margin-bottom:40px;
}
.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;	
}
@media (max-width:992px)
{
    .secondSection .numbers1:nth-of-type(even)::after
    {
        display: none;
    }
}
@media (max-width:767px)
{
	.thirdSection .sizing
	{
	width:453px;
	height:435px;	
	margin:auto;
	}
	body
	{
		overflow-x:hidden;
	}	
.thirdSection .shows .showingUP
	{
    width:85%;
    height:85%;
	}
	.navbar-default .navbar-nav
	{
		background-color:#666666;
	}
	.navbar-default .navbar-nav li a
	{
		font-size:17px;
		font-weight:normal;
    }
}
.navbar-default .navbar-nav .aboutUs a {
    color:white;
}    
.navbar-default .navbar-nav li a{
    transition: all 0.2s linear;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
{	
    color:#e32879;
    background-color: transparent;
}
.navbar{
    margin-bottom: 0;    
}
.breadcrumb-section ul li{margin-left:0; margin-right: 10px;}
.numbers-container {margin-top: 40px}