/*
*******Fonts Family******
**/

@import "custom.css";

/*
*******Typography******
**/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    background-color: #fff;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    color: #333;
}
h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
h3 {
    font-size: 18px;
}
p {
    line-height: 25px;
    font-size: 16px;
}
.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-blend-mode: overlay;
}
.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
    color: #fff;
}
.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
    font-weight: 300;
    color: #fff;
}
.btn {
    border: 0;
    border-radius: 0;
}
.btn.btn-primary:hover {
    background-color: #017fb5;
}
.navbar-nav li a:hover, 
.navbar-nav li a:focus {
    outline:none;
    outline-offset: 0;
    text-decoration:none;  
    background: transparent;
}
a {
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
a:focus, 
a:hover {
    text-decoration: none;
    outline: none
}
section {
    padding: 30px 0;
}
.fiexd-nav section {
    padding-top: 11.5rem;
}
.fiexd-nav section#about-us {
    padding-top: 3rem !important;
}
.fiexd-nav section#portfolio, .fiexd-nav section#team, .fiexd-nav section#client, .fiexd-nav section#testimonial, .fiexd-nav section#why-choose {
    padding-top: 5.5rem !important;
}
section#team {
    background: #fbfbfb;
}
.fiexd-nav section#features {
    padding-top: 7rem !important;
}
.fiexd-nav section #contact-us {
    padding-top:5rem;
}
.heading {
    padding-bottom: 40px;
}
.heading.about-info {
    padding-bottom: 25px;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #fff;
}
.preloader > i {
    position: absolute;
    font-size: 36px;
    line-height: 36px;
    top: 50%;
    left: 50%;
    height: 36px;
    width: 36px;
    margin-top: -15px;
    margin-left: -15px;
    display: inline-block;
    -webkit-animation: fa-spin 2s infinite linear; 
    animation: fa-spin 2s infinite linear; 
}
.form-control::placeholder {
    color: #fff !important;
}

/*
********Owl Carousel CSS**********
**/
.owl-theme .owl-nav [class*=owl-] {
    background: #0a3142;
    padding: 5px 10px;
    font-size: 25px;
    border: 2px solid #fff;
    line-height: 0;
}
.owl-theme .owl-nav {
    margin-top: 40px;
}
.owl-carousel .owl-item img {
    display: block;
    margin: 0 auto;
    width: auto;
}
.client-slider img {
    height: 90px;
    object-fit: contain;
    object-position: center;
    width: 100% !important;
}

/*
********Home CSS**********
**/
.carousel-caption{
    top: 30%;
}
.carousel-caption h2 {
    font-size: 60px;
    margin-bottom: 35px;
}
.carousel-caption p {
    font-size: 20px;
    line-height: 30px;
}
.carousel-item {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 100vh;*/
}
img.fill {
    height: 100%;
    width: 100%;
}
.overaly {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.61);
}
#home-slider {
    overflow: hidden;
    position: relative;
}
#home-slider .carousel-item h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 30px;
}
.carousel-item .btn-start {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding:14px 40px;
    border: 1px solid #6e6d6c;
    border-radius: 4px;
    margin-top: 40px;
}
.carousel-item .btn-start:hover {
    color: #fff
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    background-repeat: no-repeat;
    background-size: cover;
    height: 2037px;
}
.carousel-fade .carousel-inner .item:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.7);
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.left-control, .right-control {
    position: absolute;
    top: 50%;
    height: 51px;
    width: 51px;
    line-height: 48px;
    border-radius: 50%;
    border:1px solid #fff;  
    z-index: 20;
    font-size: 24px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.left-control {
    left: -51px
} 
.right-control {
    right: -51px;
}
.left-control:hover, 
.right-control:hover {
    color: #fff;
}
#home-slider:hover .left-control {
    left:30px
} 
#home-slider:hover .right-control {
    right:30px
}
#home-slider .fa-angle-down {
    position: absolute;
    left: 50%;
    bottom: 50px;
    color: #fff;
    display: inline-block;
    width: 24px;
    margin-left: -12px;
    font-size: 24px;
    line-height: 24px;
    z-index: 999;
    -webkit-animation: bounce 3000ms infinite;
    animation: bounce 3000ms infinite;
}
.navbar-nav li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: normal;
    padding: 30px 10px !important;
}
.navbar-nav li.active a {
    background-color: rgba(0,0,0,.2);
}
.navbar-brand h1 {
    margin-top: 5px;
}
.main-nav {
    padding: 0;
}
.main-nav .navbar-brand{
    height: auto;
}
.navbar-brand img{
    width: 250px
}

/*
********Service CSS*******
**/
.service-icon {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 36px;
    height: 90px;
    line-height: 90px;
    width: 90px;  
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
.our-services .col-sm-4:hover .service-icon {
    background-color: #333;
}
.our-services .col-sm-4 {
    border-right:1px solid #f2f2f2;
    border-bottom:1px solid #f2f2f2;
    padding: 50px 15px;
}
.our-services .col-sm-4:nth-child(4), 
.our-services .col-sm-4:nth-child(5), 
.our-services .col-sm-4:nth-child(6) {
    /*    border-bottom:0;
        padding-top: 60px;*/
}
.our-services .col-sm-4:nth-child(3), 
.our-services .col-sm-4:nth-child(6) {
    border-right:0;
}
.service-info h3 {
    margin-top: 35px;
}
.service_Box-details span {
    font-size: 60px;
    color: #0a3142;
    margin: 20px 0;
}
.service_Box-details p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}
h2#service_title {
    margin: 0 0;
}

/*
********About CSS*******
**/
#about-us {
    background: #FBFBFB;
    padding: 60px 0;
    color: #2b2b2b;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
}
#about-us h2 {
    margin-top: 0;
    color: #333333;
}
.heading h2{
    font-weight: 600;
}
.heading p {
    line-height: 25px;
}
.about_img img {
    width: 100%;
}
/*
********portfolio CSS*****
**/
#portfolio {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}
#portfolio .folio-item {
    position: relative;
    overflow: hidden;
}
#portfolio .overlay {
    background-color: #000;
    color: #fff; 
    left: 0;
    right:0;
    bottom:-100%;
    height: 0;
    position: absolute;
    text-align: center;
    opacity:0;  
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.overlay .overlay-content {
    display: table;
    height: 100%;
    width: 100%;
}
.overlay .overlay-text {
    display: table-cell;
    vertical-align: middle;
}
.overlay .folio-info {
    opacity: 0;
    margin-bottom: 75px;
    margin-top: -75px;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.overlay .folio-info h3 {
    margin-top: 0;
    color: #fff;
}
.folio-overview a {
    font-size: 18px;
    color: #333;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    margin-top: 20px;
}
.folio-overview a:hover {
    color: #fff;
}
.folio-overview .folio-expand {
    margin-top: -500px;
    margin-left: -500px;
}
.folio-image, .folio-overview .folio-expand {
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
#portfolio .folio-item:hover .folio-image {
    -webkit-transform: scale(1.5) rotate(-15deg);
    transform: scale(1.5) rotate(-15deg);
}
.folio-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
#portfolio .folio-item:hover .overlay {
    opacity: 0.8;
    bottom: 0;
    height: 100%;
}
#portfolio .folio-item:hover .folio-overview .folio-expand {
    margin-top: 0;
    margin-left:0;
}
#portfolio .folio-item:hover .overlay .folio-info {
    opacity: 1;  
    margin-bottom:0;
    margin-top:0;
}
#single-portfolio {
    padding: 90px 0;
    background: #f5f5f5;
    position: relative;
}
#single-portfolio img {
    width: 100%;
    margin-bottom: 10px;
}
#single-portfolio .close-folio-item {
    position: absolute;
    top: 30px;
    font-size: 34px;
    width: 34px;
    height: 34px;
    left: 50%;
    color: #999;
    margin-left: -17px;
}
.home_img_details h3 {
    font-size: 31px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
}
.home_img_details p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    color: #fff;
}
div.bl-panel-items > div {
    background: #0a3142;
}

/*Portfolio popup*/
.live_preview{
    margin: 15px 0;
}
.live_preview .btn-primary, .live_preview .btn-primary:hover {
    background-color: #fff !important;
    color: #0a3142;
}

/*
*********Team CSS*********
**/
.our-team{
    text-align: center;
}
.our-team .team-img{
    overflow: hidden;
    position: relative;
}
.our-team .team-img img{
    width: 100%;
    height: 250px;
}
.our-team .social{
    width: 100%;
    height: 30%;
    background: rgba(10, 49, 66, 0.72);
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    transform: translateY(-50%) rotate(-30deg);
    transition: all 0.3s ease 0s;
}
.our-team:hover .social{
    height: 100%;
    opacity: 1;
    transform: translateY(-50%) rotate(0deg);
}
.our-team .social ul{
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
}
.our-team .social ul li{
    display: inline-block;
}
.our-team .social ul li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 17px;
    color: #fff;
    margin-left: 10px;
    background: transparent;
    transition: all 0.3s ease 0s;
}
.our-team .social ul li a:hover{
    background: #fff;
    color: #0089c5;
}
.our-team .team-content{
    padding: 20px 0;
    background: #f5f7f8;
}
.our-team .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}
.our-team .post{
    display: block;
    font-size: 15px;
    color: #999;
}

/*
*******Features CSS*******
**/
#features {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.72);
    background-blend-mode: overlay;
    padding: 55px 0;
}
#features .counter_box i {
    font-size: 35px;
    margin: 10px 0;
}
#features h3 {
    margin-top: 15px;
    font-size: 30px;
    margin-bottom: 7px;
    color: #fff;
}
#features .slider-overlay {
    opacity: 0.8;
}
.counter_box {
    border: 1px solid #ced4da;
    padding: 30px;
    /*width: 220px;*/
    margin: auto 20px;
}

/*
*****Pricing Table CSS****
**/
.pricing-table {
    text-align: center;
}
.single-table {
    padding: 30px 20px 20px;
    border:1px solid #f2f2f2;
}
.single-table h3 {
    margin-top: 0;
    padding: 0;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.price {
    font-size: 36px;
    line-height: 36px;
}
.price span {
    font-size: 14px;
    line-height: 14px;
}
.single-table ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}
.single-table ul li {
    line-height: 30px;
}
.single-table.featured {  
    color: #fff;
}
.single-table.featured h3 { 
    color: #fff;
}
.single-table.featured .btn.btn-primary {
    background-color: #fff;
}

/*
********Twitter CSS*******
**/
#testimonial {/*    background-image: url(../../../images/bg-21.jpg);*/background-color: rgba(0, 0, 0, 0.72);background-blend-mode: overlay;}
#testimonial > div {
    text-align: center;
    /*padding: 40px 15px;*/
    position: relative;
}
#testimonial-carousel {
    position: relative;
    z-index: 15
}
.testimonial-icon {
    position: relative;
    z-index: 15;
    color: #fff;
}
.testimonial-icon img {
    font-size: 24px;
    height: 64px;
    margin: 0 auto;
    width: 64px;
    line-height: 65px;
    border-radius: 50%; 
    position: relative;
}
#testimonial-carousel .item {
    padding: 0 55px;
}
#testimonial-carousel .item a {
    color: #fff;
}
.testimonial-icon h4 {
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #fff;
}
.testimonial-left-control, 
.testimonial-right-control {
    position: absolute;
    top: 50%;
    color: #fff;
    border: 1px solid #fafafa;
    height:34px;
    width: 34px;
    line-height: 31px;
    margin-top: -17px;
    font-size: 18px;
    border-radius: 50%;
    z-index: 15
}
.testimonial-left-control {
    left: 80px;
} 
.testimonial-right-control {
    right: 80px
}
.testimonial-left-control:hover, .testimonial-right-control:hover {
    color: #fff;
}
.testimonial-content img {
    height: 130px;
    width: 130px !important;
    margin: 0 auto 30px;
}
.testimonial-content h3.title {
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}
.testimonial-content p.description {
    font-size: 18px;
    line-height: 30px;
}

/*
**********Client CSS********
**/
#client{
    background-color: rgba(0, 0, 0, 0.66);
}
.gray{
    background: #fbfbfb;

}

/*
**********Faqs CSS********
**/
#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 3px;
    margin-bottom: 10px;
    position: relative;
}
#accordion .panel:after{
    content: "";
    width: 2px;
    height: 100%;
    background: #e8e9ed;
    position: absolute;
    top: 25px;
    left: 25px;
}
#accordion .panel:last-child:after{
    display: none;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    background: #fff;
}
#accordion .panel-title a{
    display: block;
    padding: 15px 20px 20px 70px;
    font-size: 18px;
    font-weight: 600;
    color: #217692;
    position: relative;
}
#accordion .panel-title a:before{
    content: "";
    width: 50px;
    height: 3px;
    background: #e8e9ed;
    position: absolute;
    bottom: 0;
    left: 70px;
}
#accordion .panel-title a[aria-expanded="true"]:before{
    background: #217692
}
#accordion .panel-title a:after{
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #217692;
    border: 2px solid #217692;
    border-radius: 50%;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#accordion .panel-title a[aria-expanded="false"]:after{
    background: #fff;
    border: 2px solid #e8e9ed;
    color: #cacddb;
    content: "\f106";
}
#accordion .panel-body{
    padding: 10px 20px 10px 70px;
    border: none;
    font-size: 14px;
    color: #888;
    line-height: 25px;
}
/*
**********Contact CSS*****
**/
#contact {
    padding-top: 0px;
    padding-bottom: 0;
}
#google-map {
    height: 350px;
}
#contact-us {
    padding-bottom: 90px; 
    background-color: rgba(0, 0, 0, 0.71);
    background-blend-mode: overlay;
}
#contact-us .heading {
    padding-top: 30px;
}
#contact-us .form-control {
    background-color: transparent;
    border-color: #ced4da;
    height: 50px;
    border-radius: 0;
    box-shadow: none;
}
#contact-us .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
textarea.form-control {
    resize:none;
}
.form-group {
    /* margin-bottom: 30px; */
}
.contact-info {
    padding-left:0px;
    font-weight: 300;
}
ul.address {
    margin-top: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-info ul li {
    margin-bottom: 40px;
    font-size: 20px;
}
.contact-info ul li i {
    margin-right: 15px;
    font-size: 20px;
}
.contact-info ul li p {
    line-height: 30px;
    margin: 15px 0;
}
.contact-info ul li a {
    color: #fff;
}
.btn-submit {
    display: block;
    padding: 12px 20px;
    width: 100%;
    color: #fff;
    border:0;
    margin-top: 15px;
}
label.error {
    margin-top: 5px;
    color: red !important;
    font-weight: 700 !important;
}
a.captcha-refresh {
    padding: 11px 15px;
    color: #fff;
    background: #0a3142;
    border: 1px solid #0a3142;
    margin-left: 3px;
}
a.quote-captcha-refresh {
    padding: 11px 15px !important;
    color: #0a3142;
    background: #fff;
    border: 1px solid #fff;
    margin-left: 5px;
}
a.captcha-refresh:hover, a.captcha-refresh:active, a.quote-captcha-refresh:hover, a.quote-captcha-refresh:active {
    color: #0a3142 !important;
    background: #fff !important;
    border-color: #fff !important;
}
#contact-us[style*="color"]{
    box-shadow: 0 0 6px 0px rgba(10, 49, 66, 0.32);
}
#contact-us[style*="background-color: #ffffff"] .form-control::placeholder,
#contact-us[style*="background-color: #ffffff"] .form-control{
    color: #000 !important;
}

/*
*******Footer******
*/
#footer {
    color:#fff;
}
.footer-top {
    position: relative;
    padding:30px 0
}
#footer .footer-bottom {
    background-color: #00000038;
    padding: 30px 0;
    color: #fff !important;
}
#footer .footer-bottom a:hover {
    text-decoration: underline;
}
.footer-logo {
    display: inline-block;
    margin-bottom: 5px;
}
#footer .social-icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .social-icons ul li {
    display: inline-block;
    margin: 0 7px;
}
#footer .social-icons ul li a {
    background-color: rgba(0,0,0,.2);
    border-radius: 4px;
    line-height: 33px;
    color:#fff;
    height: 36px;
    width: 36px;
    display: block;
    font-size: 16px;
    opacity: 0.8;
}
#footer .social-icons ul li a:hover {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
#footer .social-icons ul li a:hover {
    color: #fff
}
#footer .social-icons ul li a.instagram:hover {
    background-color: #e4405f;
}
#footer .social-icons ul li a.facebook:hover {
    background-color: #3b5999;
}
#footer .social-icons ul li a.twitter:hover {
    background-color: #00C3F8;
}
#footer .social-icons ul li a.linkedin:hover {
    background-color: #036dc0;
}
#footer .social-icons ul li a.google-plus:hover {
    background-color: #dd4b39;
}
.footer-bottom p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
    line-height: 40px;
}
#footer .footer-bottom a{
    text-transform: capitalize
}

/*Back to Top*/
#toTop{
    background: #fff none repeat scroll 0 0;
    border: 2px solid #0a3142;
    border-radius: 50%;
    bottom: 0;
    color: #0a3142;
    cursor: pointer;
    display: none;
    margin: 1rem;
    opacity: .8;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 45px;
    padding: 0;
    position: fixed;
    right: 5px;
    font-size: 25px;
    text-decoration: none;
    transition: all 300ms ease 0s;
    z-index: 1000;
}

/* Get Estimate Popup */
.card{
    border: 1px solid #fff
}
.card-transpernt{
    background: transparent;
}
span.caret, .select-dropdown{
    color: #fff !important;
}
.popup-estimate {
    display: block;
    position: fixed;
    top: 0;
    left: -9999px;
    color: #fff;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(172, 54, 230, 0) linear-gradient(170deg, #0a3142 10%, #003d58 100%) repeat scroll 0 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s opacity, .3s visibility, 0s .3s left;
}
.popup-estimate .popup-inner {
    padding-left: 15px;
    padding-right: 15px;
    border-color: #fff;
    margin: .5rem auto;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: .5s;
}
.popup-estimate .popup-actions { 
    position: absolute; top: 45px; right: 45px; z-index: 5; 
}
.popup-estimate.visible {
    left: 0; opacity: 1; visibility: visible; transition: .3s opacity, .3s visibility;
}
.popup-estimate.visible .popup-inner {
    opacity: 1; -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); 
}
.popup-estimate .popup-actions {
    top: 25px;
    right: 25px;
}
.popup-estimate .popup-body {
    padding: 20px 0; 
}
button.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    cursor: pointer;
    color: #fff;
    line-height: 1px !important;
}
button.close span {
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 37px;
}
.close:focus span, .close:hover span{
    border: 1px solid #fff;
    border-radius: 50%;
    text-shadow: none;
    color: #fff;
}
.features_icon i {   
    transform: rotate(-50deg);
}
.rgcont_icon {
    margin-top: 41px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid;
}
.features_icon {
    margin: 0 13px 0 0;   
    text-align: center;
    border: 1px solid;
    width: 40px;
    height: 40px;
    line-height: 35px;
    display: inline-block;
    transform: rotate(45deg);
}
.rgcontent {
    display: inline;
    font-size: 17px;
    color: #fff;
}
.popup-form select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 10px);
}
.popup-form .form-control:not([size]):not([multiple]){
    height: 50px;
}
textarea{
    height: auto !important;
    min-height: 100%;
}
.popup-form label{
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    margin-top: 0;
}
.popup-form .form-control::placeholder {
    color: #000 !important;
}
.popup-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff !important;
}
.popup-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff !important;
}
.form-estimate h1 {
    font-size: 30px;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 0 0 20px;
}
.form-estimate p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin: 20px 0;
    line-height: 25px;
}
.hr-light {
    border-color: #fff;
}
.popup-body .form-control {
    font-weight: 500;
    font-size: 16px;
}
.popup-body .btn{
    font-weight: 500;
}
.popup-body .btn{
    padding: 15px;
    font-size: 18px;
    border-radius: 4px;
    font-weight: 600;
}
.quote_form {
    border: 1px solid;
    padding: 35px;
    /*! margin: 0 30px; */
}
.features-small {
    margin: 0 25px;
}

/*More Service Popup*/
#popup-service.popup-estimate{
    background: #fff;
}
#popup-service .popup-inner {
    box-shadow: none;   
    margin: 40px 0;
}
.popup-body .heading p, .popup-body .service-info p {
    color: #464646;
}
.popup-estimate .popup-actions {
    z-index: 1;
}
.more-services {
    text-align: center;
    margin-top: 15px;
}
.more-services a.btn {
    color: #fff;
    width: auto;
    margin-top: 0;
    display: inline-block;
    border-radius: 50px;
}
#popup-service button.close {
    color: #0a3142;   
}
#popup-service button.close span {
    border: 1px solid #0a3142;
}
#popup-service .close:focus, .close:hover span{
    border: 1px solid #ffffff;
    color: #ffffff;
}
.popup-service .close:hover span{
    color: #0a3142;
}
.overflow-h{
    overflow: hidden;
}
.image_object_cover{
    object-fit: cover;
    object-position: center;
}
/*
ajax loader
*/
.loadingmessage{
    position:fixed;
    opacity:.7;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:9999999;
    background:url("../../../images/loader.gif") 50% 50% no-repeat #f9f9f9;
    display:none
}
.sweet-alert{
    z-index: 999999 !important; 
}
/*Chat*/
.round.hollow a {
    border: 2px solid #0a3142 !important;
    color: #0a3142 !important;
    background: #fff !important;
}
.round.hollow a:hover{
    border-color: #ced4da !important;
    color: #ced4da !important;
    background: #0a3142 !important;
}