/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
/* Ribbon 1 */
.top-cross-ribbon {
	background: #EA4335;
	padding: 7px 50px;
	color: #FFF;
	position: absolute;
	top: 0;
	right: -50px;
	transform: rotate(45deg);
	border: 1px dashed #FFF;
	box-shadow: 0 0 0 3px #EA4335;
	margin: 5px;
}

/* Ribbon 2*/
.arrow-ribbon {
  background: #EA4335;
  color: #FFF;
  padding: 7px 50px;
  position: absolute;
  bottom: 10px;
  right: -1px;
}
.arrow-ribbon:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    left: -12px;
    border-top: 15px solid transparent;
    border-right: 12px solid #EA4335;
    border-bottom: 15px solid transparent;
    width: 0;
}

/* Ribbon 3 */
.bottom-ribbon {
  background: #EA4335;
  color: #FFF;
  padding: 7px 50px;
  position: absolute;
  bottom: 10px;
  right: -1px;
  border-radius: 20px 0 0 20px;
}
.bottom-ribbon:after {
  position: absolute;
  right: -25px;
  top: -18px;
  bottom: 0;
  z-index: 9999;
  content: "";
  border-bottom: 43px solid #EA4335;
  border-left: 38px solid transparent;
  border-right: 20px solid transparent;
  width: 42px;
  z-index: -1;
}

/*Ribbon 4 */
.half-circle-ribbon {
  background: #EA4335;
  color: #FFF;
  height: 60px;
  width: 60px;
  text-align: right;
  padding-top: 10px;
  padding-right: 10px;
  position: absolute;
  top: -1px;
  right: -1px;
  flex-direction: row;
  border-radius: 0 0 0 100%;
  border: 1px dashed #FFF;
  box-shadow: 0 0 0 3px #EA4335;
}

/* Ribbon 5 */
.cross-shadow-ribbon {
  position: absolute;
  background: #F44100;
  top: -15px;
  padding: 10px;
  margin-left: 15px;
  color: #FFF;
  border-radius: 0 0 2px 2px;
}
.cross-shadow-ribbon:before {
  content: "";
  position: absolute;
  left: -15px;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 15px solid #BB3300;
  border-left: 15px solid transparent;
}

/* Ribbon 6 */
.cover-ribbon {
  height: 115px;
  width: 115px;
  position: absolute;
  right: -8px;
  top: -8px;
  overflow: hidden;
}
.cover-ribbon .cover-ribbon-inside {
  background: #EA4335;
  color: #FFF;
  transform: rotate(45deg);
  position: absolute;
  right: -35px;
  top: 15px;
  padding: 10px;
  min-width: 127px;
  text-align: center;
}
.cover-ribbon .cover-ribbon-inside:before {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #992C23;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  top: 35px;
  transform: rotate(-45deg);
}
.cover-ribbon .cover-ribbon-inside:after {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 10px solid #992C23;
  border-bottom: 7px solid transparent;
  position: absolute;
  left: 95%;
  right: 0;
  top: 34px;
  bottom: 0;
  content: "";
  transform: rotate(-45deg);
} 
.feature .default-form-area .sec-title h3 {
	font-size: 24px;
	color: #000;
	font-weight: 700
}
.feature .default-form-area {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.33);
	
}
.feature .default-form-area {
	padding: 46px 30px 30px;
	background: #308AD9
}
.feature .default-form-area textarea {
	background: #fff;
	height: 169px
}
.feature .default-form-area .link_btn {
	margin-top: 20px
}
.feature .default-form-area .form-group {
	position: relative;
	margin-bottom: 20px
}
.feature .default-form-area input {
	background: #fff
}
.feature .default-form-area select {
	background: #fff
}
input,
textarea {
	display: block;
	font-size: 16px;
	line-height: 28px;
	outline: none;
	box-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.default-form {
	position: relative
}
.default-form p {
	color: #fff;
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 20px
}
.default-form p span {
	color: #000;
	font-size: 20px;
	font-weight: 600
}
.default-form .form-box {
	position: relative
}
.comment-form .form-box {
	padding: 25px 25px 0px 25px
}
.default-form .form-group {
	position: relative;
	margin-bottom: 20px
}
.default-form .form-group.style-two {
	position: relative;
	margin-bottom: 30px
}
.default-form .comment-form .form-box .form-group {
	margin-bottom: 25px
}
.default-form.form-box .row {
	margin-left: -10px;
	margin-right: -10px
}
.default-form.form-box .row .form-group {
	padding: 0px 0px
}
.default-form .form-group .field-label {
	display: block;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #000;
	font-weight: 500;
	font-size: 13px
}
.default-form .form-group .field-label sup {
	color: #000;
	font-size: 14px
}
.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea {
	display: block;
	width: 100%;
	line-height: 24px;
	height: 50px;
	font-weight: 200;
	font-size: 18px;
	box-shadow: none;
	color: #000;
	
	padding: 12px 15px;
	border-radius: 0px;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}
.default-form textarea {
	height: 60px
}
.default-form input[type="checkbox"] {
	height: 30px;
  width: 100%;
  line-height: 24px;
  display: block;
  font-weight: 200;
  
  font-size: 18px;
}
.default-form .bootstrap-select {
	border: 1px solid #f4f4f4;
	background: #fff;
	color: #000;
	padding: 10px 0;
	font-size: 16px
}
.default-form .btn-group.open .dropdown-toggle {
	box-shadow: none
}
.default-form .btn-group.open .dropdown-toggle:focus {
	border: none;
	outline: none
}
.default-form .bootstrap-select .dropdown-toggle:focus {
	outline: none !important
}
.default-form .dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	background-color: #48c7ec;
	color: #fff
}
.default-form .form-control:focus {
	border-color: #D93600;
	box-shadow: none
}
.default-form .thm-btn {
	width: 100%
}
.default-form form input::input-placeholder {
	color: #000
}
.default-form form input::-webkit-input-placeholder {
	color: #000
}
.default-form form input:-moz-placeholder {
	color: #000
}
.default-form form input::-moz-placeholder {
	color: #000
}
.default-form form input:-ms-input-placeholder {
	color: #000
}
.default-form .alert-success {
	color: #F44100;
	background: none;
	border: none;
	font-size: 26px
}
.thm-btn {
	position: relative;
	background: #D93600;
	font-size: 20px;
	line-height: 42px;
	font-weight: 200;
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
	padding: 3px 26px 3px 16px;
	font-family: 'Roboto', sans-serif;
	-webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
	transition: all .5s cubic-bezier(0.4, 0, 1, 1)
}
.thm-btn:hover {
	color: #fff
}
.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0.35rem;
	margin-bottom: 1rem;
	list-style: none;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px
}
.navbar-icon-top .navbar-nav .nav-link > .fa {
	position: relative;
	width: 36px;
	font-size: 24px
}
.navbar-icon-top .navbar-nav .nav-link > .fa > .badge {
	font-size: 0.75rem;
	position: absolute;
	right: 0;
	font-family: sans-serif
}
.navbar-icon-top .navbar-nav .nav-link > .fa {
	top: 3px;
	line-height: 12px
}
.navbar-icon-top .navbar-nav .nav-link > .fa > .badge {
	top: -10px
}