
.wrapper__tc h1, .wrapper__tc h2, .wrapper__tc h3, .wrapper__tc h4, .wrapper__tc h5, .wrapper__tc h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
}
.wrapper__tc input,.wrapper__tc button,.wrapper__tc p,.wrapper__tc span,.wrapper__tc a ,.wrapper__tc textarea,.wrapper__tc ul, .wrapper__tc li {
	font-family: 'Source Sans Pro', sans-serif !important;
}

section.tc__main {
	margin-top: 145px;
	height: 500px;
	background-size: cover !important;
	background-position: center !important;
}

.tc__section__s2 {
	padding: 0 0 65px 0;
}
.tc__form {
	background: #EFEFEF;
	padding: 35px 20px;
	text-align: center;
	border: 1px solid #d2d2d2;
	margin-top: -295px;
	margin-bottom: 25px;
}
.tc__s2__title {
	padding-top: 65px;
}

.tc__form {

}
.tc__form h1 {
	color: #00629d;
	font-weight: 600;
	font-size: 33px;
}

.tc__s2__title h1 {
	color: #00629d;
	font-size: 39px;
}
.tc__s2__content {

}

.tc__s2__content__title p {
	margin: 0;
	color: #00629d;
	font-weight: 500;
	font-size: 20px;
	background: #efefef;
	display: inline-block;
	padding: 5px 18px;
	border: 1px solid #d8d8d8;
	border-bottom: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 0 25px;
}
.tc__s2__content__title {

}

.tcs2__content {
	border: 1px solid #d8d8d8;
	border-radius: 10px;
	padding: 15px 15px;
}
.tcs2__content p {

}

.tc__input__feilds {

}
.tc__input__feilds .form-control {
	padding: 18.5px 12px;
	font-size: 18px;
	margin-bottom: 9px;
	border-radius: 0;
}

.btn-warning {
	background-color: #ff860f;
	border-color: #ff860f;
	text-transform: uppercase;
	color: white;
	padding: 9px 15px;

	font-size: 22px;
}

.tc__input__feilds .btn{
	width: 100%;
	display: block;
}
section.tc__footer.wrapper__tc {
	background: #00629D;
	padding: 45px 0;
	color: white;
}
.tcs_FooteR_content h1 {
	color: white;
	font-weight: 500;
	font-size: 28px;
	text-align: center;
}
.tcs_FooteR_content {
	max-width: 900px;
	margin: auto;
}

.tcs_FooteR_content ul {
	list-style: square;
}
.tcs_FooteR_content ul li {
    font-size: 24px;
}

.social_icons_circle a {
	color: white;
	text-decoration: none !important;
	font-size: 22px;
	border: 1.5px solid white;
	height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 80px;
	padding: 3px 0;
	margin-left: 10px;
}


.copyright-area {
    background: #1F222B;
    border-top: 1px solid #1F222B;
    padding-top: 23px;
}


.ttccss_content {

}
.ttccss_content h1 {
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    padding: 15px 0 30px 0;
    margin: 0;
    color: #00629d;
}
.tcs__bg {
    height: 265px;
    background-size: cover !important;
    width: 265px;
    background-position: center !important;
    border-radius: 260px;
    display: block;
    margin: auto;
}

@media screen and (max-width: 767px) {
	.tc__form {
		margin: 40px 0 0 0;
	}
	section.tc__main {
		height: 300px;
	}

}