body{
    font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
}
p{
    font-family: 'Poppins', sans-serif;
}
a{
    font-family: 'Poppins', sans-serif;
    text-decoration: none !important;
}

/* Trigon Horizon - Add-on */
.bg-lightgray {
    background-color: #efefef;
}
.bg-light-gray {
    background-color: #F9F9F9;
}
.bg-f2f2f2 {
    background-color: #3333;
}
.gallery-img{
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0px 0px 3px #ddd !important;
}

.main-heading-whit-clr
{
color: #ffffff;
font-size: 28px;
    font-weight: 700;
}

.parawhit-clr
{
color: #ffffff;

}

.sticky-top {
    top: -1px;
  }

.main-blog-box {
    margin-bottom: 26px;
    box-shadow: 0 0px 5px 0 rgb(0 0 0 / 5%) !important;
    border-radius: 7px;
    background: #fff;
    transition: all 0.5s ease-in-out;
    border: 1px solid #ddd;
}
.main-blog-box .main-blog-content {
    padding: 20px 24px;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    border-radius: 0 5px 0 0;
}
.main-blog-box .main-blog-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height: 37px;
    margin-top: 0;
}
.main-blog-box .blog-underline {
    width: 40px;
    margin-bottom: 10px;
}
.blog-underline {
    height: 3px;
    width: 15px;
    margin-top: 10px;
    background-color: #1b75bb;
}
.btn__link.btn__secondary {
    color: #282828;
}
.btn__link {
    background-color: transparent;
    border-color: transparent;
    min-width: 0;
    line-height: 1;
    height: auto;
    padding: 0 0 4px 0;
    border: none;
    font-weight: 700;
    text-decoration: underline;
}
/* Trigon Horizon - Add-on */

.contact-bg-img{
    background-color:#1b5583;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Counter Section */
.counter-top-section {
    background-color: #1b5583;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.encm-counter-box {
    padding: 3rem !important;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 11%);
    border-radius: 10px;
    background-color: #fff;
}
.encm-counter-box .counter-content {
    text-align: center;
}
.counter-border-right {
    border-right: 1px solid #ddd;
}
.encm-counter-box .counter-content .inner-number-label {
    font-size: 36px;
    font-weight: 600;
    display: block;
    color: #000;
}
.encm-counter-box .counter-content label {
    font-size: 18px;
    color: #545151;
}
.mt-n5, .my-n5 {
    margin-top: -3rem !important;
}

.logo{
    width: 134px;
}
.navbar{
    padding: 0px !important;
}
.navbar-brand{
    padding: 0px !important;
}
.navbar .nav-link{
    padding: 26px 14px !important;
    font-size: 15px;
    color: #000 !important;
}
.navbar .nav-item .book_btn {
    background-color: #1b5583;
    padding: 12px 20px !important;
    color: #ffff !important;
    border-radius: 4px;
    line-height: 14px;
    font-size: 19px !important;
    margin: 16px 10px;
}
.navbar .nav-item .book_btn i {
    animation-timing-function: ease;
    animation-direction: alternate;
    animation-duration: 2.4s;
    animation-iteration-count: infinite;
    -webkit-animation-name: swing;
    -webkit-transform-origin: top center;
    animation-name: swing;
    transform-origin: top center;
    color: #ffffff;
    margin-right: 04px;
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1, 15deg);
        transform: rotate3d(0,0,1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg);
    }
    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg);
    }
    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg);
    }
    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }
}

.slider-form-container{
    padding: 60px 0px;
}
.slider-contact-form {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 38%);
}
.slider-contact-form .heading{
    font-size: 17px;
    color: #f9f9f9;
    background: #1b5583;
    text-align: center;
    padding: 9px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 25px;
    margin-top: -28px;
    font-weight: 600;
    border: solid 1px #4900a9;
}
.slider-contact-form .para{
    font-size: 24px;
    color: #313232;
    margin: 0px;
    padding: 16px 0px 24px 0px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
}
.slider-contact-form .form-control {
    border: none;
    color: #313232;
    background-color: #f9f9f9;
    font-size: 14px;
    padding: 8px 15px;
    line-height: initial;
    height: 50px;
    border: 1px solid #e6e6e6;
    font-weight: 700;
}
.slider-contact-form .form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-color: #00bd7b;
}
.slider-contact-form textarea {
    height: auto !important;
}

.section{
    padding-top: 54px;
    padding-bottom: 54px;
}
.main-heading{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}
.underline {
    height: 4px;
   
    background-color:#1b5583;
    margin-bottom: 16px;
}
.text-justify{
    text-align: justify;
}


.btn-blue{
    background-color: #1b5583 !important;
    padding: 12px 20px !important;
    color: #ffff !important;
    border-radius: 4px;
    line-height: 14px;
    font-size: 15px !important;
    margin: 16px 0px;
    -webkit-box-shadow: 0 7px 16px rgb(12 12 12 / 22%);
    box-shadow: 0 7px 16px rgb(12 12 12 / 22%);
    animation-delay: .1s;
}
/* Button Animation */
.btn-animation{
    position: relative;
    display: inline-block;
    padding: 22px 40px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    border: 2px solid #fff;
}
.btn-animation:hover {
    color: #fff;
}
.btn-animation:hover:after {
    height: 100%;
    top: 0;
    opacity: 1;
}

.btn-animation:after {
    background-color: #252525;
}
.btn-animation:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 0%;
    opacity: 0;
}
.btn-animation span {
    position: relative;
    z-index: 1;
}
.btn-animation:after {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

/* Button Animation */

.card-box{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    margin-top: 30px;
    transition: all ease-in .2s;
    -webkit-transition: all ease-in .2s;
    -moz-transition: all ease-in .2s;
}
.card-box-body {
    background: #fff;
    padding: 15px 5px;
    margin: 0 15px;
    border-radius: 5px 5px 0 0;
    margin-top: -35px;
    position: relative;
}
.card-box-body .fa {
    background: #ff3d55;
    color: #fff;
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 22px;
    border-radius: 50%;
    margin: -55px auto 0;
    position: relative;
    display: block;
}
.card-box-body h3{
    font-size: 20px;
    font-weight: 700;
    color: #1f2f43;
    margin-top: 25px;
}
.card-box-body p{
    color: #262626;
    font-size: 14px;
    text-align: justify;
}

.box-two{
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 15%);
    padding: 24px 24px 24px 24px;
}
.box-two .icon-box i {
    font-size: 50px;
    color: #ff9c00;
}
.box-two .icon-box img {
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
}
.box-two h4{
    font-size: 18px;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 12px;
}
.box-two p{
    font-size: 15px;
    margin-bottom: 4px;
}

.our-projects .testi-project-image img{
    border-radius: 14px;
    border: 2px solid #ddd;
}
.our-projects .owl-nav .owl-prev{
    position: absolute;
    top: 44%;
    left: -7%;
}
.our-projects .owl-nav .owl-next{
    position: absolute;
    top: 44%;
    right: -7%;
}

.footer-top{
    padding: 30px 0px;
    background-color: #1b5583;
}
.footer-top h5{
    font-size: 18px;
    color: #fff;
}
.footer-top h3{
    font-size: 30px;
    color: #fff;
    margin-bottom: 0px;
}
.footer-top-call,
.footer-top-call a{
    color: #333745;
    font-size: 36px;
    margin-top: 12px;
    margin-bottom: 0px;
    font-weight: 600;
}

.related-services .service-box .service-title h3{
    font-size: 18px !important;
}
/* Start - Our Services */
.service-box{
    overflow: hidden;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
}
.service-box::before {
    position: absolute;
    top: 10px;
    left: 10px;
    content: '';
    z-index: 9;
    content: "";
    height: 0px;
    position: absolute;
    width: 0px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    visibility: hidden;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.service-box::after {
    position: absolute;
    top: 10px;
    right: 10px;
    content: '';
    z-index: 9;
    content: "";
    height: 0px;
    position: absolute;
    width: 0px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    visibility: hidden;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.service-box img {
    width: 100%;
    transform: scale(1);
    border: 1px solid #ddd;
}
.service-box .service-title{
    padding: 20px 20px;
    position: relative;
    border: 5px solid #eee;
    border-top: 0;
    margin-top: 0px;
    background: #ffff;
    /* height: 126px; */
    overflow: hidden;
}
.service-box .service-title h3 {
    font-size: 21px;
    margin: 0px;
    color: #222;
}
.service-box .service-info{
    background: rgba(0, 77, 151, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 20px 35px 20px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    visibility: hidden;
    opacity: 0;
    display: block;
}
.service-box .service-info::before {
    position: absolute;
    bottom: 10px;
    left: 10px;
    content: '';
    z-index: 9;
    content: "";
    height: 0px;
    position: absolute;
    width: 0px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    visibility: hidden;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.service-box .service-info > a {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 20px;
    /* vertical-align: middle; */
}
.service-box .service-info h4 {
    color: #fff;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.service-box .service-info p {
    color: #fff;
}
.service-box .service-info::after {
    position: absolute;
    bottom: 10px;
    right: 10px;
    content: '';
    z-index: 9;
    content: "";
    height: 0px;
    position: absolute;
    width: 0px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    visibility: hidden;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.service-box:hover .service-info {
    visibility: visible;
    opacity: 1;
}

.service-container:hover .service-box::after, 
.service-container:hover .service-box::before, 
.service-container:hover .service-info::after, 
.service-container:hover .service-info::before {
    visibility: visible;
    transition: all 0.4s ease 0s;
    width: 60px;
    height: 60px;
}
.heading-404{
    font-size: 100px;
    font-weight: 800;
    color: red;
}
button.btn .show-ctrl{
    display: none;
}
button.btn .hide-ctrl{
    display: block;
}
button.btn.collapsed .show-ctrl{
    display: block;
}
button.btn.collapsed .hide-ctrl{
    display: none;
}
/* End - Our Services */

.bg-gray{
    background-color: #faf9f9;
}
.bg-blue{
    background-color: #1b5583 !important;
}
.top-call-heading{
    letter-spacing: 1px;
    font-size: 23px;
    color: #fff;
}

.top-navbar{
    padding: 06px 0px;
    background-color: #1b5583;
    text-align: center;
    padding: 10px 0;
    position: relative;
  
  
}
.top-navbar h6, a{
      
    color: #fff;
    font-size: 18px;
}


.top-navbar a:hover{
    text-decoration: dotted;
    color: #F9F9F9;
}

.dropdown-menu {
    padding: 0px !important;
    border-radius: 0px !important;
}
.dropdown-menu .dropdown-item {
    padding: 10px 20px !important;
}
.dropdown-menu .dropdown-item {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}
.dropdown-menu li .dropdown-item:hover{
    background-color: #1b5583;
    color: #fff;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

.shadow-two {
    background-color: #ffffff;
    border-radius: 19px;
    margin-bottom: 11px;
    padding: 22px;
    box-shadow: 2.9px 3.3px 6px 1.3px rgb(0 0 0 / 33%);
}
.shadow-three{
    -webkit-box-shadow: 0 0 15px rgb(14 14 14 / 19%);
    box-shadow: 0 0 15px rgb(14 14 14 / 19%);
}
.client-box{
    -webkit-box-shadow: 0 0 15px rgb(14 14 14 / 19%);
    box-shadow: 0 0 15px rgb(14 14 14 / 19%);
    transition: all 300ms linear 0ms;
    margin-bottom: 20px;
    cursor: pointer;
}
.client-box:hover{
    margin-top: -10px;
    transition: all 300ms linear 0ms;
}
.btn-custom{
    font-size: 16px;
    background: #5DA8E3; /* Capri Blue */
    color: #fff !important;
    padding: 8px 24px;
    font-weight: 800;
    letter-spacing: 1px;
    -webkit-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
    box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
    animation-delay: 0.1s;
}
.btn-custom:hover {
    background: #333745 !important;
    color: #fff !important;
    animation-delay: 0.1s;
}

.testi-card {
    text-align: center;
    position: relative;
    background: #fff;
    padding: 15px 15px 40px 15px;
    border-radius: 13px;
    box-shadow: 0 17px 15px -7px #ddd;
    margin-top: 28px;
}
.testi-card .testi-quote i {
    font-size: 30px;
    margin-bottom: 14px;
}
.testi-card .testi-content p {
    font-size: 15px;
    color: #111;
}
.testi-card .testi-content i {
    font-size: 14px;
    color: #85C441;
}
.testi-card .testi-content p {
    font-size: 15px;
    color: #111;
}

.owl-nav button.owl-next, .owl-nav button.owl-prev {
    color: #fff !important;
    margin-left: 10px;
    background-color: #1c2b36 !important;
    border: none !important;
    outline: none;
    font-size: 20px !important;
    height: 38px;
    width: 38px !important;
    border-radius: 50px !important;
}
.owl-theme .owl-nav [class*=owl-]{
    padding: 0px !important;
}

.request-form{
    background-color: #1b5583;
    border-radius: 12px;
    padding: 36px;
    border-width: 2px;
}
.request-form label{
    color: #fff;
}
.request-form .form-control{
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid #eeeeee;
    box-shadow: none;
    width: 100%;
    padding: 12px 12px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
    transition: all 100ms ease-out;
}
.request-form .form-control:focus {
    box-shadow: none;
    border: 1px solid #fff;
    color: #fff;
    background: none;
}

.footer-bg{
    background-color: #1b5583;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.why-choose-bg{
    background-image: url(../images/Why-Choose-Us-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.global-banner-section{
    background-image: url(../images/global-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}
.banner-section{
    margin-top: -46px;
}
.banner-content{
    width: 200px;
     background-color: #1b5583;
    padding: 15px;
    color: #ffffff;
    border-radius: 16px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    border: 2px solid #faf9f9;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      text-align:justify;
      margin: auto;
}
.banner-content h4{
    text-align:center;
}
.banner-section p{
    text-align: center;
    margin-bottom: 8px;
    font-size: 14px;
}
.form-bg-image{
    background-color: #1b5583;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.faq-heading{
    cursor: pointer;
    /* background-color: #fff !important; */
    color: #000;
    border: 1px solid #e5e5e5;
    padding: 15px;
    font-size: 18px;
    border-radius: 2px;
    letter-spacing: .005em;
    font-weight: 400;
    margin-bottom: 0px;
}

.footer{
    background-color: #080404;
    padding-top: 64px;
    padding-bottom: 20px;
    color: #fff;
}
.footer .footer-heading{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.footer p{
    font-size: 14px;
}
.footer-underline{
    height: 2px;
    width: 40px;
    background-color: #fff;
    margin-bottom: 14px;
}
.footer .footer-link{
    margin-bottom: 6px;
}
.footer .footer-link a{
    font-size: 14px;
    color: #fff;
}
.image-shadow{
    border-radius: 25px;
    margin-bottom: 22px;
    box-shadow: 2.9px 3.3px 6px 1.3px rgb(0 0 0 / 33%);
    padding: 6px;
    cursor: pointer;
}
.image-shadow img{
    border-radius: 19px;
}

.hover-top{
    transition: all 300ms linear 0ms;
}
.hover-top:hover {
    margin-top: -10px;
    transition: all 300ms linear 0ms;
}
.conact-info i.fa{
    font-size: 20px;
    color: #f37a20;
    margin-right: 8px;
    text-align: center;
}
.whatsapp-sticky {
    position: fixed;
    bottom: 2%;
    left: 14px;
    z-index: 100;
}
.whatsapp-sticky img {
    width: 196px;
}
.service-img{
    box-shadow: 0 0px 17px #d2cfcf;
    background-color: #FFF;
    padding: 6px;
}

.sticky1-container1 {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -102px;
    top: 230px;
    width: 210px;
    z-index: 1100;
}
.sticky1 li {
    list-style-type: none;
    color: #efefef;
    height: 73px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.ac-services-call-action {
    background-image: url(http://www.ssegroups.com/404.php);
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 185px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 20px;
    padding: 15px;
}
.ac-services-call-action-content {
    border: 1px solid rgba(255,255,255,0.5);
    display: flex;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ac-services-call-action-content p {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    line-height: 40px;
    margin-bottom: 0px;
}


.interior-services-call-action {
    background-image: url(http://www.ssegroups.com/404.php);
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 185px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 20px;
    padding: 15px;
}
.interior-services-call-action-content {
    border: 1px solid rgba(255,255,255,0.5);
    display: flex;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.interior-services-call-action-content p {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    line-height: 40px;
    margin-bottom: 0px;
}


@media only screen and (max-width: 680px) {
    .navbar .nav-link {
        padding: 8px 14px !important;
        font-size: 14px;
        color: #000 !important;
        border-top: 1px solid #ddd;
    }
    .main-heading{
        font-size: 20px;
    }
    .footer .footer-heading{
        margin-top: 14px;
    }
    .carousel-item img{
        width: 150% !important;
    }
    .service-box .service-title{
        height: auto;
    }
    .our-projects .owl-nav .owl-next {
        position: absolute;
        top: 37%;
        right: 0%;
    }
    .our-projects .owl-nav .owl-prev {
        position: absolute;
        top: 37%;
        left: 0%;
    }
}

