*{
	box-sizing:border-box;
	padding:0;
	margin:0;
}
body , html{
	overflow-x:hidden;
}
img{
	max-width:100%;
}

p {
    font-size: 17px;
    line-height: 29px;
}
.for_bd {
    display: flex;
    justify-content: flex-end;
}
.display_none{
	display:none !Important;
}
.request_quote {
    margin-left: 37px;
	
}
.request_quote span {
    color: #f0542d;
    font-size: 16px;
}
.request_quote span a {
    /* color: #f0542d; */
    font-size: 28px;
    font-weight: 600;
	color:#ce1002;
}
.request_quote p {
    color: #000;
    margin-bottom: 0;
    margin: 0 10px 0 15px;
    font-weight: 600;
}
.request_quote{
    display: flex;
    align-items: center;
}
.request_quote i {
    border: 1px solid #000;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: #000;
    text-align: center;
}
.request_quote {
    margin-left: 107px;
    position: relative;
	top: 15px;
}
header .container-fluid{
	max-width:1200px;
}
.middle_header {
    border-top: 0px;
	background:#002155;
    margin-top: 23px;
    padding: 0;
}
nav.navbar.navbar-expand-lg {
    padding: 0px;
	margin-bottom:0;
}
ul.navbar-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin-right: 14px;
	font-size:15px;
}
.top_header {
    position: relative;
    top: 4px;
}
div#myID {
    padding: 5px 0;
}
.all_links {
    display: flex;
    justify-content: space-between;
}
.middle_header .col-md-12 {
    padding: 0 2px;
}
.header_social ul li {
    display: inline-block;
    list-style: none;
}


.header_social ul li a{
	display:inline-block;
}
.header_social ul li i:before {
    margin-left: 0px;
}
.header_social ul li i:before {
    padding: 8px 10px;
    color: #000;
    font-size: 17px;
    margin-left: 6px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
}
.header_social ul li:first-child i:before {
    color: #fff;
    border-color: #fff;
}
.header_social ul li:nth-child(2) i:before {
	color: #fff;
    border-color: #fff;
}
.header_social ul li:nth-child(3) i:before {
	color: #fff;
    border-color: #fff;
}
.header_social ul li:last-child i:before {
    color: #fff;
    border-color: #fff;
}
.header_social ul {
    margin-bottom: 0;
    margin-top: 15px;
}
.logo {
    position: relative;
    top: 12px;
}

.about-text h3 span {
    border-left: 2px solid #ce1002;
    line-height: 1;
    padding: 0 0 0 10px;
    color: #ce1002;
    font-weight: 600;
    font-size: 17px;
}
.about-text h4 {
    color: #002155;
    font-size: 28px;
}
.about-text ul li i {
    color: #ce1002;
    font-size: 16px;
    margin-right: 4px;
}
.about-text ul li {
    list-style: none;
    line-height: 32px;
    font-size: 17px;
}
.padd-row{
	padding:60px 0;
}
.common-btn button {
    background: #002155;
    padding: 12px 42px;
    color: #fff;
    border: 1px solid #002155;
    font-size: 16px;
}
.common-btn {
    margin-top: 22px;
}
.our_services:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffe3;
}
.our_services {
    background: url(https://www.aldosmasonry.com/wp-content/themes/aldos/assets/images/services.png);
    background-size: cover;
    background-position: center;
    position: relative;
}
.box_icon i {
    color: #FF5E14;
    font-size: 67px;
    margin-bottom: 12px;
}
.services_box h3 {
    color: #002155;
    font-size: 24px;
}
.services_box p {
    margin-bottom: 0;
}
.services_box:hover {
    background: #fff;
	box-shadow: 0 0 8px #d3d3d3b3;
}

.services_box {
    transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s;
    text-align: center;
    padding: 30px 15px;
    border-radius: 4px;
    margin: 15px 0;
    background: #fff;
    border: 1px solid #ddd;
}
.about-text.section_title {
    text-align: center;
    position: relative;
}
.section_title h4 {
    font-size: 43px;
}
.about-text.section_title {
    margin-bottom: 40px;
}
.about_us {
    border-bottom: 4px solid #002155;
}

.about_img img {
	height: auto;
}
header.header {
    border-bottom: 4px solid #002155;
}
.inner_banner.inner_page_form {
    background: #002155;
    padding: 30px;
    border-radius: 4px;
}

/*Footer css Start*/
footer.footer {
    background-color: #002155;
    padding: 44px 0 0;
    background-size: 1381px;
    background-image: url(https://www.aldosmasonry.com/wp-content/themes/aldos/assets/images/services-bg.png);
}
.footer_logo img {
    width: 150px;
    margin-bottom: 9px;
}
.footer_content p {
    font-family: Lato;
    line-height: 26px;
    letter-spacing: 0.6px;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 29;
	color:#fff;
}
.footer_menu h3 {
    font-weight: 500;
    font-size: 21px;
    line-height: 24px;
    margin-top: 4px;
    display: inline-block;
    margin-bottom: 11px;
    position: relative;
	color:#fff;
}
.footer_menu h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 80px;
    height: 1px;
    background: #fff;
	color:#fff;
}
.footer_menu ul li {
    font-family: Lato;
    line-height: 42px;
    letter-spacing: 0.6px;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    list-style: none;
    border-bottom: 1px dashed #aaa;
}
.footer_menu.contact_us ul li {
    border: 0;
}
.footer_menu ul li a {
    text-decoration: none;
   color:#fff;
}
.footer_menu.contact_us ul li i {
    border: 1px solid #ddd;
    width: 30px;
    height: 31px;
    text-align: center;
    position: relative;
    padding-top: 6px;
    border-radius: 2px;
    margin-right: 17px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 3px;
}
.contact_us ul {
    margin-top: 17px;
}
.galler_img img {
    width: 100%;
}
.footer_menu.contact_us ul li {
    line-height: 29px;
    color: #fff;
    padding-left: 41px;
    position: relative;
    margin-bottom: 27px;
}
.copyright {
    margin-top: 15px;
    padding: 17px 0;
    background: #001a42;
}
.copyright_inner p {
    font-family: Lato;
    line-height: 32px;
    letter-spacing: 0.6px;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    list-style: none;
	color:#fff;
	text-align:center;
}

.copyright_inner {
    width: 100%;
}
.footer_menu.about_menu ul {
    display: grid;
    grid-template-columns: 215px 215px;
    grid-column-gap: 20px;
}
.partner_img {
    margin-top: 15px;
}

.social a {
    background: #fff;
    font-size: 16px;
    border-radius: 5px;
    color: #111;
    display: inline-block;
    font-size: 20px;
    height: 56px;
    line-height: 56px;
    margin-left: 0;
    text-align: center;
    width: 56px;
    margin: 0px 6px;
}
.social a i {
    font-size: 18px;
    margin-right: 0;
}
/*Footer css End*/







.gallery_head {
    background: #002155;
    padding: 70px 0px 20px;
}
.common-btn.orange_bg {
    text-align: right;
}

.common-btn.orange_bg button {
    background: #FF5E14;
}
.gallery_inner {
    width: 100%;
}
.gallery_inner .section_title h3, .gallery_inner .section_title p, .gallery_inner .section_title h4 {
    color: #fff;
}
.common-btn.orange_bg {
    position: absolute;
    right: 0;
    bottom: 15px;
}
.about-text.section_title.text-left p {
    margin-bottom: 0;
    max-width: 48%;
}
.galler_imgs .container-fluid > .row .col-md-3 {
    padding: 0px;
}





.galler_img img:hover {
    transform: scale(1.1);
}

.galler_img img {
    transition: all .3s;
}
.galler_img {
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
}

/*Course css Start*/
.courses_title_heading h6 {
    font-family: Lato;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 2px;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #662d91;
	margin-bottom: 22px;
}
.courses_title_heading h3 {
    font-family: Jost;
    text-transform: capitalize;
    line-height: 47px;
    letter-spacing: 0px;
    font-weight: 500;
    font-style: normal;
    color: #222222;
    font-size: 37px;
}
.courses_title_heading {
    text-align: center;
}
section.courses {
    padding: 60px 0;
    background-color: #FAFCFE;
}
.courses_title_heading p {
    font-family: Lato;
    line-height: 27px;
    letter-spacing: 0.6px;
    font-weight: 400;
    color: #222222;
    font-size: 16px;
    margin-bottom: 0;
    max-width: 810px;
    margin: auto;
	margin-bottom: 10px;
}
.courses_box:hover {
    transform: translateY(-8px);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.12);
	cursor:pointer;
}
.courses_box {
    background-color: #fff;
    box-shadow: none;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    transform: translateY(0);
    margin: 0 0 15px 0;
}
.courses_content {
    padding: 15px 15px 0px 15px;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.course_heading h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    margin-top: 4px;
    display: inline-block;
    color: #002155;
    margin-bottom: 0;
    padding-bottom: 4px;
    font-family: 'Jost', sans-serif;
}
.blog_read a {
    color: #ce1002;
    font-weight: 600;
}
.course_heading {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
    padding-bottom: 7px;
}
.cours_small_head p {
    font-size: 13px;
    line-height: 25px;
    color: #b9babb;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-family: Lato;
    letter-spacing: 0.7px;
}
.course_heading p {
    font-family: Lato;
    line-height: 27px;
    letter-spacing: 0.6px;
    font-weight: 400;
    color: #222222;
    font-size: 16px;
    margin-bottom: 0;
    max-width: 810px;
    margin: auto;
    margin-bottom: 5px;
}
.courses_box .blog_read {
    padding: 9px 0;
}
.course_price p {
    margin-bottom: 0;
	font-size: 16px;
    line-height: 25px;
    color: #222222;
    font-family: Lato;
}
.course_price {
    transform: translateY(-4px);
}
.courses_box:hover .courses_img img {
        transform: scale(1.1) translateY(-12px);
}
.courses_box:hover .blog_arrow{
    width: 60px;
    background-color: #015abd !important;
}
.courses_img img {
    transition:.5s;
	overflow:hidden;
	width:100%;
}
span.blog_arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 1px;
    margin-top: -2px;
    margin-left: 0px;
    margin-right: 15px;
    background-color: #181b31;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
/*Course css End*/



.client_review {
    background: rgba(255, 255, 255, 0.11);
}
.testimonial_section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://www.aldosmasonry.com/wp-content/themes/aldos/assets/images/bg.png);
    background-size: cover;
    opacity: .2;
}
.testimonial_section {
    position: relative;
    background-size: cover;
    background-position: center;
    background: #002155;
}
.client_review p {
    color: #fff;
}
.star-rating i {
    color: #ffba00;
    margin-right: 2px;
    margin-bottom: 12px;
}
h5.client_name {
    color: #fff;
}
.client_review {
    text-align: center;
    padding: 18px;
	    margin-bottom: 15px;
}
.testimonial_section .common-btn button {
    background: #ff631b;
}
.bg_btn {
    background: #ff631b;
    border-color: #ff631b;
    padding: 12px 42px;
    color: #fff;
    border: 1px solid #002155;
    font-size: 16px;
    display: inline-block;
    text-decoration: none !IMPORTANT;
    font-weight: 600;
	text-transform:uppercase;
}

.btn_red{
	background:#ce1002 !IMPORTANT;
	border:1px solid #ce1002 !IMPORTANT;
	transition:.3s;
}

.btn_red:hover{
  background:#002155 !IMPORTANT;  
border:1px solid #002155 !IMPORTANT;
color:#fff !IMPORTANT;  
}


.new_service h2 {
    font-size: 22px;
    margin: 10px 0 2px;
}
.new_service p {
    font-size: 15px;
    line-height: 24px;
    min-height: 96px;
    margin-bottom: 0;
}
.new_service {
    text-align: center;
    padding: 20px;
    box-shadow: 0 0 4px lightgrey;
}
.subscribe {
    padding: 30px 0;
    width: 100%;
    background: #ce1002;
}
.pt-subscribe-block {
    display: flex;
    align-items: flex-start;
}
.pt-subscribe-block .pt-subscribe-img {
    width: 55px;
}
.pt-subscribe-block .pt-subscribe-details {
    margin-left: 30px;
    color: #fff;
    flex: 1;
}
.pt-subscribe-block .pt-subscribe-details h6 {
    font-size: 26px;
    color: #fff;
    line-height: 1;
}
.pt-subscribe-from {
    position: relative;
}
.newsletter_form input {
    width: 100%;
    height: 50px;
    padding-left: 11px;
    border: 1px solid #444;
}
.newsletter_form {
    position: relative;
}
.newsletter_form button {
    background: #000;
    padding: 12px 42px;
    color: #fff;
    border: 1px solid #000;
    font-size: 16px;
    position: absolute;
    right: 0;
}
.subscribe .row {
    align-items: center;
}
.banner {
    background: url(https://www.aldosmasonry.com/wp-content/themes/aldos/assets/images/banner.png);
    padding: 90px 0;
    background-size: cover;
    background-position: center;
	Position:relative;
}
.banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
}
.inner_banner {
    /* background: #0021557a; */
	background:#002155;
    padding: 30px;
    border-radius: 4px;
}
.form_group input, .form_group textarea {
    width: 100%;
    border: 1px solid #ddd;
    outline: 0 !important;
	height:44px;
	padding-left:11px;
    box-shadow: none !IMPORTANT;
	
}
.form_group textarea {
    height: 80px !important;
    color: #868686;
    padding-top: 7px;
}
.inner_banner h2 {
    /* color: #ff631b; */
	color:#fff;
    font-size: 28px;
    margin-bottom: 18px;
}
.form_group {
    margin-bottom: 9px;
}
.form_group.common-btn button {
    background: #ce1002;
    border: 1px solid #ce1002;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
	transition:.3s;
}
.form_group.common-btn button:hover{
background:#fff !IMPORTANT;
border:1px solid #fff !IMPORTANT;
color:#000 !IMPORTANT;
}


.btn_with_white{
	background: #ce1002;
    border: 1px solid #ce1002;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
	transition:.3s;
}
.btn_with_white:hover{
background:#fff !IMPORTANT;
border:1px solid #fff !IMPORTANT;
color:#000 !IMPORTANT;
}


.banner_content h2 {
    font-size: 50px;
    font-weight: 700;
}
.banner_content h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
	margin-bottom:25px;
}
.banner_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
/* .banner_list ul li { */
    /* list-style: none; */
    /* background: #ddddddc4; */
    /* padding: 14px 43px; */
    /* margin-right: 9px; */
    /* font-weight: 500; */
    /* margin-bottom: 9px; */
    /* width: 40%; */
/* } */
.banner_list ul li {
    list-style: none;
    margin-right: 9px;
    font-weight: 500;
    margin-bottom: 9px;
    width: 40%;
    color: #fff;
    font-size: 24px;
}
.banner_list ul li img{
width: 40px;
    margin-right: 15px;
}
.banner_content {

}




.inner_banner_content {
    text-align: center;
}


.inner_banner_content h1 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 600;
}
.main-contact-area .contact-wrap .contact-title h2 {
    margin-bottom: 30px;
    font-size: 42px;
}
.main-contact-area .contact-wrap .form-group {
    margin-bottom: 20px;
}

.main-contact-area .contact-wrap label {
    display: inline-block;

    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
}
.main-contact-area .contact-info h3 {
    color: #fff;
    font-size: 28px;
    margin: 0 0 15px 0;
}
.main-contact-area .contact-info p {
    color: #e6e6e6;
    margin-bottom: 25px;
}
.main-contact-area .contact-info span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #e6e6e6;
    font-family: var(--heading-family);
    margin-bottom: 10px;
}
.main-contact-area .contact-info .address li i {
    position: absolute;
    color: #ce1002;
    left: 0;
    top: 0;
    font-size: 40px;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-contact-area .contact-info .address .location {
    padding-left: 60px;
    position: relative;
    color: #e6e6e6;
}
.main-contact-area .contact-info .address li {
    padding-left: 60px;
    position: relative;
    margin-bottom: 20px;
	 color: #e6e6e6;
	 font-size:15px;
}
.main-contact-area .contact-info .address li a {
    color: #e6e6e6;
    display: block;
	font-size:15px;
}
.main-contact-area .contact-info {
   
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 1;
    height: 100%;
    
    background: #002155;
	padding-top:60px;
	padding-bottom:60px;
}
.main-contact-area .contact-info:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://www.aldosmasonry.com/wp-content/themes/aldos/assets/images/bg.png);
    background-size: cover;
    opacity: .2;
}
.main-contact-area .contact-wrap .form-control {
    height: 50px;
    color: var(--main-color);
    border: 1px solid #ccc;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
    box-shadow: none !IMPORTANT;
    outline: none !IMPORTANT;
}
.main-contact-area .contact-wrap textarea#message {
    height: 150px;
}
.default-btn {
    font-size: 16px;
    color: var(--white-color);
    padding: 15px 40px;
    line-height: 1;
	color:#fff;
	font-weight:600;
    text-align: center;
    background-color:#ff631b;
    border-radius: 0px;
    border: 1px solid #ff631b;
    text-transform: uppercase;
}
.who-we-are-img img {
    width:100%;
}
section.who-we-are-area{
    padding-bottom: 100px !IMPORTANT;
}
.who-we-are-img{
    position: absolute;
    bottom: 0;
    right: 35px;
    /* border-top: 10px solid #ff631b; */
    /* border-left: 10px solid #ff631b; */
}
.who-we-are-img-2 {
    position: absolute;
    bottom: 0;
    right: 35px;
    border-top: 10px solid #fff;
    border-left: 10px solid #fff;
	bottom:-50px;
}

.who-we-are-img {
    position: relative;
}


section.feathers-area{
    position: relative;
    background-size: cover;
    background-position: center;
    background: #002155;
}
img.icon_img {
    margin-right:15px;
    width: 60px;
}
.single-feathers {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.single-feathers h3 {
    color: #fff;
    margin-bottom: 15px;
	font-size:24px;
}
section.feathers-area .container {
  position:relative;
  z-index:1;
}
.single-feathers p {
    color: #fff;
	font-size:16px;
}
section.feathers-area:after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://www.aldosmasonry.com/wp-content/themes/aldos/assets/images/bg.png);
    background-size: cover;
    opacity: .2;
}

img.services_icon {
    width: 70px;
    margin-bottom: 15px;
}


div#accordionExample button.btn.btn-link {
    display: block;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    outline: none !IMPORTANT;
	    text-decoration: none !IMPORTANT;
}

div#accordionExample button.btn.btn-link i{
    color: #002155;
    margin-right: 10px;
	font-weight:300 !IMPORTANT;
}
div#accordionExample .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 10px 15px;
}
div#accordionExample .card-body p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #555555;
}
div#accordionExample .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0px;
    border-radius: 0;
}
div#accordionExample .card-header {
    padding: 10px 15px 10px 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #ccc;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none !IMPORTANT;
}
.btn-link:hover {
    color: inherit !IMPORTANT;
    text-decoration: none !important;
    outline: none !IMPORTANT;
}

.galler_img.m-b-30 {
    border-radius: 3px;
    border: 0px;
}


.galler_img.m-b-30 img{
    border-radius: 3px;
   
}
.m-b-30{
	margin-bottom:30px;
}

.client_review.inner {
    background: #002155;
    border-radius: 3px;
    padding: 18px;
}


a.read_more {
    color: #ce1002;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
}


a.read_more i {
    margin-left: 5px;
    position: relative;
    top: 2px;
}

p.card-text span i{
	color: #FF5E14;
}

p.card-text span i {
    color: #ce1002;
    margin-right: 10px;
    font-size: 18px;
}
.card-title {
    margin-bottom: 0.75rem;
    font-size: 24px;
}
p.card-text span{
	display:block;
}


.service_single img{
	margin-bottom:15px;
	width:100%;
}

p.card-text span a{
	color:#000;
}
.card.location_card {
    border-radius: 0;
    /* box-shadow: 0 0 4px lightgrey; */
    background: #FAFCFE;
    border: 1px solid #ccc;
}

.card.location_card .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding:20px;
}

strong.policy_storng {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
}
ul.policy-ul li i {
    color: #ce1002;
    font-size: 16px;
    margin-right: 4px;
}

ul.policy-ul li {
    list-style: none;
    line-height: 32px;
    font-size: 17px;
}

.section_title h4 {
    font-size: 32px;
    margin: 0;
}

.blog_details_full .about-text.section_title {
    margin-bottom: 15px;
}

.img_full_details img{
	width: 100%;
    height: 400px;
    object-fit: cover;
	
}

.blog_details_full_text strong {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
}
.blog_details_full_text {
    padding: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background: #fff;
}


.menu-item-has-children:hover ul.sub-menu{
	display: block;
}
ul.sub-menu li a {
    display: block !Important;
    padding: 8px 14px !Important;
	color:#002155 !IMPORTANT;
	font-weight:600 !Important;
	margin: 0 !Important;
	text-decoration:none !Important;
}

ul.sub-menu li a:hover{
	color:#ce1002 !Important;
}

ul.sub-menu li:not(:last-child) a{
	 border-bottom: 1px solid rgba(0,0,0,.15);
}

ul.sub-menu li{
	margin:0 !Important;
	padding:0 !Important;
}
ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100%;
    padding: 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    width: 300px;
}
.menu-item-has-children{
	position:relative;
}

/**************media query************************/


@media screen and (min-device-width: 991px) and (max-device-width: 1200px) { 
ul.navbar-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin-right: 6px !IMPORTANT;
    font-size: 12px !IMPORTANT;
}


}

@media screen and (min-width: 991px) {
	.mobile_Sec , .mobile_header_social_icons{
		display:none;
	}
	
	.quote_btn_mobile{
		display:none;
	}
}

@media screen and (max-width: 991px) {
	
	.mobile_header_social_icons {
    background: #ce1002;
	padding:5px 0;
}
ul.mobile_social_icons {
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: center;
    padding: 0 !IMPORTANT;
    margin: 0;
}

ul.mobile_social_icons li a i:before{
	margin:0 !Important;
}
ul.mobile_social_icons li a i{
	margin:0 !Important;
}
ul.mobile_social_icons li a{
	color:#fff;
	    margin: 0 5px;
}
	
	header.header{
		border-bottom:0px !Important;
	}
	.service_single img {
  
    height: auto !IMPORTANT;
}
	.card.location_card {
	   margin-bottom:20px;
	}
	.contact-info.ptb-100 {
    margin-top: 30px;
}
	.middle_header {
    display: none !IMPORTANT;
}

.mobile_Sec img{
	width:120px;
}
#wprmenu_bar .menu_title a {
    display:none !Important;
    position: relative;
    top: 0px !Important;
}
.mobile_Sec {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.request_quote_mobile_Sec {
    display: flex;
    align-items: center;
}

.request_quote_mobile_Sec i{
	    font-size: 24px;
		    margin-right: 5px;
			color:#002155 !Important;
}
.request_quote_mobile_Sec span{
	    font-size: 20px;
    font-weight: 600;
}

.request_quote_mobile_Sec span a{
	/* color:#002155 !Important; */
	font-weight: bold;
}

.top_header {
    position: relative;
    top: 0 !IMPORTANT;
    padding: 5px 0;
	display:none !Important;
}
.top_header .col-md-3 {
   
}
	
	ul#menu-top-menu {
    background: #fff !IMPORTANT;
}	
	
.new_service {
    margin-bottom: 20px;
}
.pt-subscribe-block {
    display: flex;
    align-items: center !IMPORTANT;
   
}
ul.navbar-nav li a {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 0;
    font-size: 15px;
    padding: 6px 10px;
    display: block;
}

ul.navbar-nav li:not(:last-child) a {
    border-bottom:1px solid #ccc;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    padding: 0 !IMPORTANT;
}
.pt-subscribe-block {
   
    margin-bottom: 15px !IMPORTANT;
}
.gallery_head {
    background: #002155;
    padding: 60px 0px !IMPORTANT;
}
.footer_menu.about_menu ul {
    display: flex !IMPORTANT;
    flex-wrap: wrap !IMPORTANT;
	grid-template-columns: auto !IMPORTANT;
    grid-column-gap: 0 !IMPORTANT;
}
.contact_us ul {
    margin-top: 17px;
    display: block !IMPORTANT;
}

.contact_us ul li{
   width:100% !IMPORTANT;
   margin-left:0 !IMPORTANT;
   margin-right:0 !IMPORTANT;
}
.copyright_inner p{
	font-size:14px !IMPORTANT;
}
.copyright{
	padding:10px 0 !IMPORTANT;
}
.footer_menu.about_menu ul li{
	    width: 46% !IMPORTANT;
    margin: 0 5px !IMPORTANT;
}
.social a {
    background: #fff;
    font-size: 16px;
    border-radius: 5px;
    color: #111;
    display: inline-block;
    font-size: 16px;
    height: 32px !IMPORTANT;
    line-height: 32px !IMPORTANT;
    margin-left: 0;
    text-align: center;
    width: 32px !IMPORTANT;
    margin: 0px 6px;
}
.about-text.section_title {
    margin-bottom: 40px;
    text-align: center !IMPORTANT;
}
.about-text.section_title.text-left p {
    margin-bottom: 0;
    max-width: 100% !IMPORTANT;
}
.common-btn.orange_bg {
    text-align: center !IMPORTANT;
}
.common-btn.orange_bg {
    position: static !IMPORTANT;
}
.banner_content {
    display: none;
}
.header_social {
    display: none !IMPORTANT;
}
.logo {
    text-align: center;
	top:0 !IMPORTANT;
}
.about_img {
    margin-top: 30px;
}

.request_quote i {
    border: 1px solid #000;
    height: 36px !IMPORTANT;
    width: 36px !IMPORTANT;
    border-radius: 50%;
    line-height: 36px !IMPORTANT;
    text-align: center;
    font-size: 20px !IMPORTANT;
    color: #000;
    text-align: center;
}
nav.navbar.navbar-expand-lg {
    padding: 0px;
    margin-bottom: 0;
    display: block !IMPORTANT;
}
.all_links{
	display:block !IMPORTANT;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #fff !IMPORTANT;
    border: 1px solid transparent;
    border-radius: 0 !IMPORTANT;
    display: block !IMPORTANT;
    width: 100% !IMPORTANT;
	outline:none !IMPORTANT;
}
.middle_header {
  margin-top:15px !IMPORTANT;
  padding:10px 0 !IMPORTANT;
}
.top_header {
    position: relative;
    top: 0 !IMPORTANT;
}



}

@media screen and (max-width: 767px) {
	
.banner{
	padding:40px 0 !IMPORTANT;
}	

section.who-we-are-area {
    padding-bottom: 40px !IMPORTANT;
}
	
	.padd-row {
    padding: 40px 0 !IMPORTANT;
}
	
ul#menu-top-menu {
    background: #fff !IMPORTANT;
}	
.inner_banner_content h1 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 28px !IMPORTANT;
    font-weight: 600;
    margin: 0 !IMPORTANT;
}
	
.new_service {
    margin-bottom: 20px;
}
.pt-subscribe-block {
    display: flex;
    align-items: center !IMPORTANT;
   
}
ul.navbar-nav li a {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 0;
    font-size: 15px;
    padding: 6px 10px;
    display: block;
}

ul.navbar-nav li:not(:last-child) a {
    border-bottom:1px solid #ccc;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    padding: 0 !IMPORTANT;
}
.pt-subscribe-block {
   
    margin-bottom: 15px !IMPORTANT;
}
.gallery_head {
    background: #002155;
    padding: 60px 0px !IMPORTANT;
}
.footer_menu.about_menu ul {
    display: flex !IMPORTANT;
    flex-wrap: wrap !IMPORTANT;
	grid-template-columns: auto !IMPORTANT;
    grid-column-gap: 0 !IMPORTANT;
}
.contact_us ul {
    margin-top: 17px;
    display: block !IMPORTANT;
}

.contact_us ul li{
   width:100% !IMPORTANT;
   margin-left:0 !IMPORTANT;
   margin-right:0 !IMPORTANT;
}
.copyright_inner p{
	font-size:14px !IMPORTANT;
}
.copyright{
	padding:10px 0 !IMPORTANT;
}
.footer_menu.about_menu ul li{
	    width: 46% !IMPORTANT;
    margin: 0 5px !IMPORTANT;
}
.social a {
    background: #fff;
    font-size: 16px;
    border-radius: 5px;
    color: #111;
    display: inline-block;
    font-size: 20px;
    height: 38px !IMPORTANT;
    line-height: 38px !IMPORTANT;
    margin-left: 0;
    text-align: center;
    width: 38px !IMPORTANT;
    margin: 0px 6px;
}
.about-text.section_title {
    margin-bottom: 40px;
    text-align: center !IMPORTANT;
}
.about-text.section_title.text-left p {
    margin-bottom: 0;
    max-width: 100% !IMPORTANT;
}
.common-btn.orange_bg {
    text-align: center !IMPORTANT;
}
.common-btn.orange_bg {
    position: static !IMPORTANT;
}
.banner_content {
    display: none;
}
.header_social {
    display: none !IMPORTANT;
}
.logo {
    text-align: center;
	top:0 !IMPORTANT;
}
.about_img {
    margin-top: 30px;
}

.request_quote i {
    border: 1px solid #000;
    height: 36px !IMPORTANT;
    width: 36px !IMPORTANT;
    border-radius: 50%;
    line-height: 36px !IMPORTANT;
    text-align: center;
    font-size: 20px !IMPORTANT;
    color: #000;
    text-align: center;
}
nav.navbar.navbar-expand-lg {
    padding: 0px;
    margin-bottom: 0;
    display: block !IMPORTANT;
}
.all_links{
	display:block !IMPORTANT;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #fff !IMPORTANT;
    border: 1px solid transparent;
    border-radius: 0 !IMPORTANT;
    display: block !IMPORTANT;
    width: 100% !IMPORTANT;
	outline:none !IMPORTANT;
}
.middle_header {
  margin-top:15px !IMPORTANT;
  padding:10px 0 !IMPORTANT;
}
.top_header {
    position: relative;
    top: 0 !IMPORTANT;
}
.request_quote {
    margin-left: 0 !IMPORTANT;
	display:block !IMPORTANT;
	text-align:Center;
	top: 0 !IMPORTANT;
}
.for_bd {
    display: block !IMPORTANT;
}
.request_quote p{
	display:none !IMPORTANT;
}
}