@charset "utf-8";

/* CSS Document */





body::-webkit-scrollbar {
 width: 6px;
}
 body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 body::-webkit-scrollbar-thumb {
 background-color: #2aaefc;
 border-radius:25px;
 outline: 1px solid slategrey;
}
html, body {
	height: 100%;
}
ul {
	list-style: none;
}
ol, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 14px;
	font-family: Roboto, sans-serif;
	color: #242424;
	overflow-x: hidden;
	background-color: #ffffff;
	letter-spacing: 0.5px;
}
@font-face {
	font-family: "Roboto";
	src: url(fonts/Roboto-Regular.ttf) format("truetype")
}
@font-face {
	font-family: Poppins;
	src: url(fonts/Poppins-Regular.otf) format("opentype")
}
a {
	color: #000000;
	text-decoration: none;
	outline: none !important;
}
a:hover {
	color: #2aaefc;
	text-decoration: none !important;
}
a:focus {
	color: inherit;
	text-decoration: none !important;
}
 a:active, a:selected, a:visited {
 color:inherit;
 outline: none !important;
 text-decoration: none !important;
}
.form-control {
	min-height: 42px;
	background-color: #ffffff;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	border: solid 1px #dddddd;
}
input[type=text], input[type=email], input[type=file], input[type=password], input[type=date], input[type=tel], input[type=url], input[type=search], select {
	background-color: #ffffff;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	min-height: 42px;
	width: 100%;
	text-indent: 5px;
	box-shadow: none;
	border: solid 1px #dddddd;
}
textarea {
	width: 100%;
	background-color: #ffffff;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	text-indent: 5px;
	border: solid 1px #dddddd;
}
.form-control:focus, input:focus, textarea:focus, select:focus {
	border-color: #e2a0a2;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(225,127,130,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(225,127,130,.6)
}
.input-group .form-control {
	z-index: 0;
}



::-webkit-input-placeholder {
 color:#2e2e2e;
 font-size:13px;
}



:-moz-placeholder {
 color:#2e2e2e;
}

::-moz-placeholder {
 color:#2e2e2e;
}

:-ms-input-placeholder {
 color:#2e2e2e;
}
.btn-default, .button, input[type=submit], input[type=button] {
	font-size:15px;
	font-weight:normal;
	line-height:normal;
	text-align: center;
	color: #ffffff;
	background: #2aaefc;
	border-radius: 50px;
	padding: 9px 20px;
	border:none;
	text-transform:uppercase;
	position:relative;
}


input[type="submit"]:hover, input[type="button"]:hover {
	color: #ffffff;
	background: #000000;
	border:none;
	
}
.btn-default:hover, .button.active:focus, .button.active:hover, .button:hover, button:hover, input[type=submit]:hover, input[type=button]:hover {
	color: #ffffff !important;
	background: #231f20;
	border:none;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
	background-color: #231f20;
	color: #ffffff !important;
}
.btn-default.focus, .btn-default:focus {
	background-color: #231f20;
	color: #ffffff;
}
.black-button {
	font-size: 13px;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	color: #000000;
	background-color: transparent;
	border-radius: 50px;
	padding: 14px 35px;
	border: solid 2px #000000;
	text-transform: uppercase;
}
.black-button:hover {
	color: #ffffff;
	border: solid 2px #000000;
	background-color: #000000;
}
.btn {
	border-radius: 0px;
}
button {
	border: none;
	outline: none;
}
p {
	line-height: 24px;
}
strong {
	font-weight: 600;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
}
label {
	font-weight: normal;
}

.alignleft {
	margin-bottom: 5px;
	margin-right: 10px;
	float: left;
	padding: 4px;
	border: 2px solid #f1f1f1;
}
.alignright {
	margin-bottom: 5px;
	margin-left: 10px;
	float: right;
	padding: 4px;
	border: 2px solid #f1f1f1;
}
.aligncenter {
	margin: auto;
	margin-bottom: 5px;
	padding: 4px;
	display: block;
	border: 2px solid #f1f1f1;
}
.alignnone {
	padding: 4px;
	border: 2px solid #f1f1f1;
}
.boldfont {
	font-weight: bold;
	font-size: 15px;
}
.blue-font {
	color: #093eb6;
}
.nopadding-top {
	padding-top: 0px;
}
.nopadding-bottom {
	padding-bottom: 0px;
}
.nopadding-left {
	padding-left: 0px;
}
.nopadding-right {
	padding-right: 0px;
}
.marging-top {
	margin-top: 25px;
}
.marging-bottom {
	margin-bottom: 25px;
}
.widget-title {
	font-size: 40px;
	line-height: 40px;
	font-family: Poppins, Geneva, sans-serif;
}
.widget-title span {
	color: #ffe22c;
}
h3.widget-title {
	font-size: 28px;
	margin-bottom: 15px;
}
.tagline {
	font-size: 17px;
	padding: 0px 4%;
}
.banner {
	height: auto;
}
.tp-shadow1 {
	box-shadow: none !important;
}
.home .entry-title {
	display: none;
}
.home .page-margin {
	margin-top: 0px;
}
.page-margin {
	width: 100%;
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;
}
section {
	width: 100%;
	height: auto;
	padding: 45px 0px;
	float: left;
}
/*============Footer===========*/

.footer {
	width: 100%;
	float: left;
	background-color: #0e0e0e;
	padding: 35px 0px 0px 0px;
	font-size: 14px;
	color: #ffffff;
}
.footer .widget {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.footer .widget .widget-title {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
	color: #fff;
	position: relative;
}
/*.footer .widget .widget-title:after {

    position: absolute;

    content: "";

    display: block;

    background: #ffed00;

    width: 35px;

    height: 3px;

    margin-top: 15px;

}

*/

.footer .widget li {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(../images/arrow-icon.png) no-repeat left 5px;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.footer .widget li:hover {
	padding-left: 11px;
}
.ul-part li {
	width: 42% !important;
	margin-right: 3%;
	float: left;
}
.footer a, .footer-top a {
	color: #ffffff;
}
.footer a:hover, .footer-top a:hover {
	color: #cccccc;
}
.social {
	float: right;
}
.social li {
	display: inline-block;
	margin: 0px;
	float: none !important;
	width: auto !important;
}
.social li a {
	color: #ffffff;
	line-height: 20px;
	width:25px;
	height:20px;
	float: left;
	text-align: center;
	border: solid 1px #2aaefc;
}
.social li a:hover {
	background-color: #2aaefc;
	color: #ffffff;
}
.social i {
	font-size: 16px;
}
.footercopy {
	width: 100%;
	float: left;
	background-color: #2aaefc;
	padding: 18px 0 15px 0px;
	color: #ffffff;
	font-size: 14px;
}
.footercopy a
{
	color:#ffffff;
}
.footercopy a:hover
{
	color:#b3e3ff;
}
/*================ start breadcrumb ====================*/
.breadcrumb {
	font-size:17px;
	color:#b3e3ff;
	padding:0px;
	border-radius: 0px;
	background-color:transparent;
	margin:0px auto;
	display:table;
	}
.breadcrumb li a {
	color: #ffffff;
}
.breadcrumb li a:hover {
	color: #b3e3ff;
}
.breadcrumb>.active {
    color: #b3e3ff;
}
.breadcrumb>li+li:before
{
	content: "\f105";
    font-family: "fontawesome";
    font-size: 14px;
    margin: 0 8px;
	}
.entry-content p {
	margin: 0 0 21px 0;
}
.entry-content .widget-title {
	margin-bottom: 15px;
}
.panel-left {
	width: 23%;
	margin-right: 3%;
	float: left;
}
.panel-right {
	width: 74%;
	float: left;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin-bottom: 10px;
}
.entry-content .ul-list, .entry-content .ol-list, .entry-content ol, .entry-content ul {
	margin-bottom: 26px;
}
.entry-content .ul-list {
	margin-left: 0px;
}
.entry-content .ul-list li {
	padding-left: 25px;
	background-position: left 3px;
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
.entry-content ul {
	list-style: disc;
}
.entry-content ol, .entry-content ul {
	margin-left: 20px;
}
.entry-content ol li, .entry-content ul li, .entry-content ul-list li {
	margin-bottom: 10px;
}
.entry-content img {
	max-width: 100%;
	height: auto;
}




/*====other page====*/

.backtotop {
	background: #d1160a;
	color: #fff;
	padding: 10px 15px 10px 15px;
	border-radius: 3px;
	font-size: 22px !important;
}
.backtotop:hover {
	background: #093eb6;
}
