*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
body
{
   display: absolute;
    justify-content: center;
    font-family: sans-serif;
    object-fit: contain;
    align-items: center;
   }
.kiit
{
	margin-top: 0px;
    display: block;
    position: fixed;
    justify-content: center;
	text-align: center;
    align-items: center;
    height: auto;
    background: #000;
    width: 100%;
	z-index: 3;
	max-height: 45vh;
	min-height: 10vh;
}

.kiit .kiit-text h3
{
    position: relative;
    margin-top: 5px;
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    overflow: hidden;
}
.kiit .kiit-text h3 span
{
    color: #ff022c;
}
.kiit .sub-menu
{
	position: relative;
	top: 0;
	left: 0;
	align-items: center;
	text-align: center;
	background: black;
	width: 100%;
}
.kiit .sub-menu li
{
	display: inline-block;
}
.kiit .sub-menu li a
{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-family: sans-serif;
	font-weight: lighter;
	font-size: 18px;
	padding: 5 10px;
}
.cool-links:hover::after
{
	width: 100%;
	transition: .3s;
}
.cool-links::after
{
	content: '';
	object-position: center;
	display: flex;
	width: 0;
	height: 2px;
	background: #ff022c;
	transition:width .3s;
}
.ticker-wrapper{
    position: relative;
    max-width: 100%;
    margin: auto;
    box-shadow: 6px 6px 20px #000;
	height: 40px;
	align-items: center;
	align-content: center;
}
 
.ticker-wrapper .bigHeading{
    display: block;
    position: absolute;
    background: #e60000;
    padding: 10px;
    z-index: 2;
	height: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
    filter: drop-shadow(4px 2px 4px rgba(0, 0, 0, 0.7));
}
.ticker-wrapper .bigHeading h1
{
    font-style: italic;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    margin-top: -4px;
    letter-spacing: 3px;
    font-weight: 700;
    text-align: center;
    filter: drop-shadow(4px 2px 2px rgba(0, 0, 0, 0.8));
} 
.ticker-wrapper .bigHeading::before{
        content: '';
        width: 0;
        position: absolute;
        border-width: 40px;
        border-style: solid;
        top: 0;
        z-index: -1;
}
.ticker-wrapper .bigHeading::before{
    border-color: #e60000 transparent transparent transparent ;
    right: -40px;
}
.ticker-wrapper .text-update{
    height: 40px;
    background: #004fff;
    overflow: hidden;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: 500px;
    display: flex;
    width: 100%;
    align-items: center;
    left: 12px;
}
.ticker-wrapper .text-update marquee{
    position: relative;
	font-size: 22px;
    display: flex;
	height: 40px;
    margin: 0;
	font-family: cursive;
    font-weight: lighter;
	transition-duration: 60000s;
}
.ba{
    top: 0px;
	background: url(Images/Contact/banner6.jpg);
	background-size: cover;
    background-position: center;
    border-bottom: 2px solid rgb(255, 0, 0);
}
.khali
{
	position: relative;
	height: 300px;
	width: 100%;
	background: transparent;
}
.patti
{
	background-color: transparent;
	background-image: url(bgp3.png);
	height: auto;
	width: 100%;
	background-position: left;
	background-size: cover;
    background-repeat: no-repeat;
}
.patti h1
{
	font-size: 50px;
	padding: 20px 70px;
	font-weight: 600;
}
section
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	height: 100vh;
    max-height: 100vh;
    min-width: 100%;
    background: #112d42;
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
	section{
        position: relative;
		display: block;
		height: 150vh;
	}
}
@media only screen and (max-width: 767px)
{
	section{
        position: relative;
		display: block;
		height: 150vh;
	}
}
@media only screen and (min-width: 360px) and (max-width: 767px)
{
    section{
		position: relative;
        display: block;
		height: 150vh;
    }
}
section::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #03a9f4;
}
section .container
{
    position: absolute;
    max-width: 1000px;
    max-height: 500px;
	width: 100%;
	height: 500px;
    display: flex;
    z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
	section .container{
        position: relative;
		display: block;
		height: auto;
	}
}
@media only screen and (max-width: 767px)
{
	section .container{
        position: relative;
		display: block;
		height: auto;
	}
}
@media only screen and (min-width: 360px) and (max-width: 767px)
{
    section .container{
		position: relative;
        display: block;
		height: auto;
    }
}
section .container .contactinfo
{
    margin-left: 10px;
    position: relative;
    top: 40px;
    width: 300px;
    height: calc(100% - 80px);
    background: #0f3959;
    z-index: 1;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
	section .container .contactinfo{
        margin-left: 0;
        position: relative;
        width: 100%;
		display: block;
		height: 250px;
    }
    section .container .contactinfo h2{
        padding-top: -30px;
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 767px)
{
	section .container .contactinfo{
        position: relative;
        margin-left: 0;
        width: 100%;
		display: block;
		height: 250px;
    }
    section .container .contactinfo h2{
        padding-top: -30px;
        padding-bottom: 10px;
    }
}
@media only screen and (min-width: 360px) and (max-width: 767px)
{
    section .container .contactinfo{
        margin-left: 0;
		position: relative;
        width: 100%;
		display: block;
		height: 250px;
    }
    section .container .contactinfo h2{
        padding-top: -30px;
        padding-bottom: 10px;
    }
}
section .container .contactinfo h2
{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
section .container .contactinfo .info
{
    position: relative;
    margin: 20px, 0px;
}
section .container .contactinfo .info li
{
    position: relative;
    list-style: none;
    display: flex;
    margin: 20px, 0px;
    cursor: pointer;
    align-items: flex-start;
    padding-bottom: 10px;
}
section .container .contactinfo .info li span:nth-child(1)
{
    width: 30px;
    min-width: 30px;
}
section .container .contactinfo .info li span:nth-child(1) img
{
    max-width: 100%;
    filter: invert(1);
    opacity: 0.5;
}
section .container .contactinfo .info li span:nth-child(2)
{
    color: #fff;
    margin-left: 10px;
    font-weight: 300;
    opacity: 0.5;
}
section .container .contactinfo .info li:hover span:nth-child(1) img,
section .container .contactinfo .info li:hover span:nth-child(2)
{
    opacity: 1;
}
section .container .contactinfo .sci
{
    position: relative;
    display: flex;
}
section .container .contactinfo .sci li
{
    list-style: none;
    margin-right: 10px;
}
section .container .contactinfo .sci li a
{
    text-decoration: none;
}
section .container .contactinfo .sci li a img
{
    height: 30px;
    width: auto;
    opacity: 0.5;
    filter: invert(1);
}
section .container .contactinfo .sci li:hover a img
{
    opacity: 1;
}
section .container .contactForm
{
    position: absolute;
    padding: 60px 60px;
    background: #fff; 
    margin-left: 170px;
    padding-left: 220px;
    width: calc(100% - 180px);
    height: 100%;
    box-shadow: 0 50px 50px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 360px) and (max-width: 767px)
{
    section .container .contactForm
    {
        padding: 0;
        padding-top: 60px;
        margin-left: 0;
        padding-left: 40px;
        width: 100%;
        height: 500px;
    }
}
section .container .contactForm h2
{
    color: #053959;
    font-size: 24px;
    font-weight: 500;
}
section .container .contactForm .formBox
{
    position: relative;
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0px;
}
section .container .contactForm .formBox .inputBox
{
    position: relative;
    margin: 0 0 35px 0;
}
section .container .contactForm .formBox .inputBox.w50
{
    width: 50%;
}
section .container .contactForm .formBox .inputBox.w100
{
    width: 100%;
}
section .container .contactForm .formBox .inputBox input,
section .container .contactForm .formBox .inputBox textarea
{
    width: 100% !important;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 300;
    color: #333;
    border: none;
    border-bottom: 1px solid #777;
    outline: none;
    resize: none;
}
section .container .contactForm .formBox .inputBox textarea
{
    min-height: 120px;
}
section .container .contactForm .formBox .inputBox span
{
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 300;
    color: #333;
    transition: 0.5s;
    pointer-events: none;
}
section .container .contactForm .formBox .inputBox input:focus ~ span,
section .container .contactForm .formBox .inputBox textarea:focus ~ span,
section .container .contactForm .formBox .inputBox input:valid ~ span,
section .container .contactForm .formBox .inputBox textarea:valid ~ span
{
    transform: translateY(-20px);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ff568c;
}
section .container .contactForm .formBox .inputBox input[type="submit"]
{
    position: relative;
    cursor: pointer;
    background: #053959;
    color: #fff;
    border: none;
    max-width: 200px;
    padding: 12px;
}
section .container .contactForm .formBox .inputBox input[type="submit"]:hover
{
    background:#005aa3;
}


.about
{
    background: #27415c;
    height: auto;
}
.about h6
{
	border-bottom: 3px solid red;
	width: 17%;
	margin-left: 70px;
    cursor: pointer;
    font-size: 2em;
    padding-top: 20px;
    color: white;
}
.about h5
{
    font-family: sans-serif;
    color: white;
    padding-left: 70px;
    padding-top: 30px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 600;
}
.about h5 span
{
    font-weight: 10;
}
.about p
{
    font-family: sans-serif;
    color: rgba(255, 0, 0, 0.63);
    text-align: center;
    font-size: 12px;
    padding-left: 50px;
    padding-bottom: 20px;
}
.field
{   
    padding-left: 5px;
    border-bottom: 2px solid black;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-bottom: 20px;
    outline: none;
    width: 180px;
    font-size: 16px;
}
.row{
    display: flex;
    position: relative;
}
.formBox
{
    margin: 0;
}
.message
{
    min-height: 80px;
    min-width: 300px;
    max-height: 150px;
    max-width: 350px;
    box-sizing: border-box;
    word-wrap: wrap;
    padding: 10px;
}
.send-btn
{
    background:rgb(4, 156, 243);
    padding: 5px 10px;
    position: relative;
}






















footer
{ 
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 100px;
    background: #111;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .container 
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}
footer .container .sec
{
    margin-right: 30px;
} 
footer .container .sec.aboutus
{
    width: 40%;  
}
footer .container h2
{
    position: relative;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}
footer .container h2:before
{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width:50px;
    height: 2px;
    background: #f00;
}
footer p
{
    color: #999;
}
.sci
{
    margin-top: 20px;
    display: flex;
}
.sci li
{
    list-style: none;
}
.sci li a
{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    text-decoration: none;
    border-radius: 4px;
}
.sci li a:hover
{
    background: #f00;
}
.sci li a .fa
{
    columns: #fff;
    font-size: 20px;
}
.quicklinks
{
    position: relative;
    width: 25%;
}
.quicklinks ul li 
{
    list-style: none;
}
.quicklinks ul li a
{
    color: #999;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}
 .quicklinks ul li a:hover
 {
    color: #fff;
 }
 .Contact
 {
    width: calc(35% - 60px);
    margin-right: 0 !important; 
 }
 .Contact .info
 {
    position: relative;
 }
 .Contact .info li
 {  
    display: flex;
    margin-bottom: 16px;
 }
 .Contact .info li span:nth-child(1)
 {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
 }
 .Contact .info li span 
 {
    color: #999;
 }
 .Contact .info li a
{
    color: #999;
    text-decoration: none;
}
.Contact .info li a:hover
{
    color: #fff;
}
.copyrghtText
{
width: 100%;
background: #181818;
padding: 8px 100px;
text-align: center;
color: #999;
 }