/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.text-center{
	text-align:center;
}
.text-white{
	color:#fff!important;
}
.text-w{
	color: #ffad00;
}
.text-justify{
	text-align:justify;
}
.paddtop20{
	padding-top:20px;
}
.paddtop30{
	padding-top:30px;
}
.paddbot20{
	padding-bottom:20px;
}
.pagepad10 {
    padding-top: 10px;
}
.paddtop50{
	padding-top:50px;
}
.paddtop40{
	padding-top:40px;
}
.paddbot50{
	padding-bottom:50px;
}
.paddbot300{
	padding-bottom:300px;
}
.martop20{
	margin-top:20px;
}
.martop30{
	margin-top:30px;
}
.martop50{
	margin-top:50px;
}
.martop60{
	margin-top:60px;
}
.text-right {
	text-align:right;
}

.bk-appoint a {
  padding: 10px 24px;
  border-radius: 60px;
  background: #006690;
  color: #fff;
  font-size: 16px;
	letter-spacing:.5px;
}
.bk-appoint a:hover {
  background: #f16001;
  color: #fff;
}
.home-form {
    text-align: center;
    background-color: #006690c4;
    padding: 30px 30px 5px 30px;
    position: absolute;
    top: -460px;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 999999999;
}
.form-head {
    background-color: #f16001;
    padding: 8px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 96% 100%, 0% 100%, 5% 100%);
	margin-bottom: 12px;
}
.form-head h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 24px;
}
.header_top {
    height: 45px;
}
.side-fa {
    color: #fff;
    letter-spacing: .5px;
}
.side-fa i {
    background-color: #ffffff;
    color: #000;
    padding: 7px;
    border-radius: 50px;
    width: 18px;
    font-size: 16px;
    text-align: center;
}
.side-fa a {
    color: #fff;
}
.header_top p {
    line-height: 45px;
	padding: 0;
}
.why-sec {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 20px;
}
.why-sec h3 {
    font-weight: bold;
    padding: 10px;
    text-transform: capitalize;
    font-size: 20px;
}
a.btn-a {
    background-color: #f16001;
    color: #fff;
    padding: 10px 35px;
    border-radius: 60px;
}
a.btn-a:hover {
    background-color: #006690; 
    color: #fff;
}
.how-it-works-item {
    padding: 30px;
    padding-bottom: 40px;
    padding-top: 80px;
    margin-top: 80px;
    transition: 0.3s;
}
.shadow {
    box-shadow: 0px 15px 30px rgb(0 0 0 / 8%) !important;
}
.how-it-works-item img {
    position: absolute;
    height: 160px;
    width: 160px;
    top: -10px;
    left: calc(50% - 80px);
    transition: .3s;
}
.how-it-works-item h3 {
    text-transform: capitalize;
    color: #000;
    font-size: 20px;
}
.sub-sec {
    text-align: center;
    padding: 15px;
}
.sub-sec h3 {
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
	padding-top: 10px;
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f7f2dd;
    background-clip: border-box;
    border: 1px solid rgb(0 102 144);
    border-radius: 0.25rem;
}
.p-30 {
    padding: 30px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
	text-align: center;
}
.d-block {
    display: block!important;
}
.text-primary {
    color: #F16001 !important;
}
.rounded {
    border-radius: 10px !important;
}
.bg-gray {
    background-color: #0066904d !important;
    color: #000;
    padding: 10px 20px 10px 20px;
}
.border-top {
    border-top: 1px solid #000 !important;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.border-bottom {
    border-bottom: 1px solid #000!important;
}
.list-inline-item {
    display: inline-block;
}

.mt-2, .my-2 {
    margin-top: 0.5rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 0.5rem!important;
}
.mt-4, .my-4 {
    margin-top: 0.5rem!important;
}
.media.d-block img {
    border-radius: 50%;
    border: 10px solid #f16001;
}
.media.d-block h4 {
    font-weight: 600;
}
.testimonial-ico {
    text-align: center;
}
.testimonial-author {
    font-size: 1.2rem;
    color: #ff8400;
}
.slider-text {
    position: absolute;
    top: -420px;
}
.slider-text h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
	line-height: 75px;
}
h2.psac-post-title a {
    font-size: 20px;
}
.psac-readmorebtn {
    background-color: #006690;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    border: 0;
    padding: 8px 30px;
    border-radius: 55px;
}
.one {
    border: 1px dashed #ffffff;
    padding: 12px;
    margin-bottom: 20px !Important;
    text-align: center;
}
.one li {
  list-style: none;
}
.one li i {
    font-size: 25px;
    width: 55px;
    background-color: #006690;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #ffffff;
    margin-bottom: 10px;
    border-radius: 50%;
}
.one li a {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
.footer_top {
    padding: 40px 0 20px;
}
.top-social-icon ul {
    padding: 0;
    margin: 0;
    margin-top: 0px;
    list-style: none;
    margin-top: 5px;
}
.top-social-icon ul li {
    display: inline-block;
    margin-right: 0px;
}
.top-social-icon ul li .fa {
    background: #006690;
    color: #fff;
    padding: 4px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}
.one h3 {
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 700;
	color: #fff;
}
.about-sec p {
    font-size: 15px;
    line-height: 26px;
}
.links h3 {
    color: #ff6702;
}
.links ul li {
    line-height: 30px;
}
.links ul li a {
    color: #fff;
	font-size: 15px;
	 letter-spacing: .5px;
}
.links ul {
    padding-top: 20px;
}
.separator.small {
    background-color: #ffffff;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.d-block {
  display: block !important;
}
.bg-white {
  background-color: #fff !important;
}
.p-20 {
  padding: 20px;
}
.font-weight-600 {
  font-weight: 600;
}

.p-20 {
 padding: 20px;
}
.rounded-sm {
  border-radius: 5px !important;
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}
.shadow-sm {
 box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}
.contact-info {
    display: flex!Important;
    border: 1px solid #ccc;
}
.ml-sm-4 {
    margin-left: 20px;
}
.contact-info i {
    font-size: 30px;
    font-weight: 700;
    color: #f16001;
}
.page-heading h3 {
    font-weight: 700;
    font-size: 30px;
    text-transform: capitalize;
    color: #000;
}

.contact-form {
    text-align: center;
    background-color: #006690;
    padding: 30px 30px 5px 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.img-line-box::after {
  position: absolute;
  content: "";
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  border: 3px solid #F16001;
  top: 0;
  left: 0;
  z-index: -1;
}
.about {
    margin-top:15px;
}
.about li {
    list-style: none;
	line-height: 30px;
}

.about i {
    margin-right: 10px;
}
.stats-sec {
    text-align: center;
    border: 2px dashed #000;
    padding: 24px;
}
.stats-sec h3 {
    font-weight: 700;
    font-size: 30px;
}
.form-bg {
    background: #006690;
    border-radius: 4px;
}
p.form-head {
    padding: 15px 0 15px 0;
    margin-bottom: 15px !important;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
article#post-102 {
    margin-top: 30px;
}
.callb {
    margin-top: 15px;
}
.dis-desk-n {
    display: none;
}
span.fab.fa-whatsapp{
    font-size: 26px;
}
span.fas.fa-phone{
    font-size: 22px;
}
@media only screen and (max-width: 600px){
	
i.qode_icon_font_awesome.fa.fa-bars {
    font-size: 24px;
    color: #000;
    padding: 8px;
    border: 1px solid #f16001;
}
	.mob-hed-sec {
    padding-top: 5px;
    text-align: center !important;
    width: 100%;
}
	.dis-desk-n {
    display: block;
}
	p.side-fa {
    display: none;
}
.mob-hed-sec a {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #fff;
    letter-spacing: .5px;
}
	i.fa.fa-phone {
    background-color: #fff;
    padding: 3px;
    border-radius: 1px;
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 22px;
    color: #17154b;
    margin-right: 20px;
}
	.home-form {
    position: relative;
    top: 0;
   background-color: #006690;
   padding: 20px 20px 0px 20px;
}
.slider-text h1 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 36px;
}
.slider-text {
    position: absolute;
    top: -115px;
    margin-bottom: 10px !important;
}
	.form-head h2 {
    font-size: 20px;
}
	a.btn-a {
    display: block;
    margin-bottom: -15px;
}
	.why-sec {

    margin-bottom: 20px !important;
}
	.martop50 {
    margin-top: 25px;
}
	.paddbot50 {
    padding-bottom: 25px;
}
	.paddtop50 {
    padding-top: 25px;
}
	.how-it-works-item {
    margin-bottom: 20px !important;
}
}