/*===Font Import===*/
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');*/
/*===Font Import===*/

/*===Default===*/
body {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    color: #3a3a3a;
    font-size: 16px;
}

.mt-50 {
    margin-top: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Montserrat', sans-serif !important;
    color: #3a3a3a;
}

section.page-title.page-title-3 h3.uppercase,
h1.uppercase {
    font-size: 40px !important;
}

.btn,
button,
input[type="submit"],
button[type="submit"] {
    border-radius: 3px !important;
}

a.btn:hover,
button:hover {
    color: #fff;
    background-color: #1E1D61;
    ;
    border-color: #1E1D61;
}

.btn-default:hover,
button:hover {
    background-color: #1E1D61;
    ;
    border-color: #1E1D61;

}

.pagination li a {
    padding: 7px 10px;
    height: 40px;
    border-radius: 3px;
    margin: 5px 3px;
}

a.claPopMore {
    background: #2EA3F2;
    width: 100%;
    margin: 0 auto !important;
    max-width: 110px;
    color: #fff !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 2px;
}

a.claPopMore:hover {
    background: #00537B;
    color: #fafafa;
}

.fixedRightOpen hr {
    margin: 15px 0;
}

/*===Default===*/

/*===Header===*/
.logo {
    max-height: 100%;
}

.menu li a {
    font-size: 11px;
    color: #1E1D61;
    opacity: 1;
}

.menu>li ul {
    background: #1E1D61;
    border-radius: 0 0 3px 3px;
}

.menu li.has-dropdown ul,
ul.make-right {
    position: absolute !important;
    z-index: 9999999 !important;
}

nav .btn,
.nav-bar .btn {
    margin: 0;
    height: auto;
    background: #323075;
    color: #fff;
    border-radius: 3px;
    border: 2px solid #323075;
    padding: 0 15px;
}

.nav-bar {
    height: 110px;
    max-height: 110px;
    line-height: 110px;
}

/*===Header===*/
/*===Footer===*/
footer.bg-dark {
    background: #232c64;
    border-bottom: 5px solid #158948;
}

footer span.fade-half {
    font-size: 12px;
    margin-top: 10px;
    display: block;
    opacity: .9;
}

footer span.fade-half a {
    text-decoration: underline;
}

footer a.badge {
    text-decoration: none;
}

/*===Footer===*/
/*===Home Page===*/
/*===Banner===*/
.cover h1,
.cover h2,
.cover h3,
.cover h4,
.cover h5,
.cover h6 {
    font-weight: 700;
}

/*===Banner===*/
h3.uppercase,
h1.uppercase {
    letter-spacing: 0 !important;
    margin-right: 0;
    font-weight: 600;
    font-size: 23px;
}

.image-bg .feature.boxed {
    background: rgba(34, 34, 34, 0.8);
}

.feature p {
    font-size: 12px;
}

image-bg h1,
.image-bg h2,
.image-bg h3,
.image-bg h4,
.image-bg h5,
.image-bg h6 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}

/*===Home Page===*/
/*===Commercial===*/
img.background-image {
    height: 100% !important;
    width: 100% !important;
    height: 300px !important;
}

h1.uppercase {
    letter-spacing: 5px;
    margin-right: 0;
}

.overlay:before {
    opacity: .5;
}

.projects h4.uppercase {
    letter-spacing: 3px;
    margin-right: 0;
    font-weight: 700;
    margin-bottom: 60px;
}

h4.uppercase {
    letter-spacing: 3px;
    margin-right: 0;
    font-weight: 700;
}

/*===Commercial===*/
/*===Talent FAQ===*/
.accordion h4 {
    font-size: 20px;
}

/*===Talent FAQ===*/
/*===Rental Requirements===*/
.claB {
    color: #3da7fd;
    font-size: 16px;
}

/*===Rental Requirements===*/
/*===Team Page===*/
/*.claTeam .claTeamSingle .modal-dialog-centered{
    top: 10%;
}*/

.claTeam .claH5 {
    margin-top: 5px;
}

.claTeam .claH5 p {
    padding: 10px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}

.claTeam .claH5 p:hover {
    cursor: pointer;
    background: #0d5c9d;
}

.claTeam .claH5 img {
    width: 100%;
}

.claTeamSingleDetails p {
    color: #333;
    font-size: 15px;
    text-align: justify;
    font-weight: 400;
}

.claBG1 {
    background: #042A6B;
}

.claBG3 {
    background: #234f95;
}

.claBG2 {
    background: #1763B1;
}

/*===Team Page===*/
/*===Masonry Item===*/
.masonry-item.project {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    height: 280px !important;
}

.masonry-item .image-tile img {

    height: 280px !important;
}

/*===Masonry Item===*/
/*===Site map===*/
.container.claSiteMap a {
    font-size: 11px;
    margin-bottom: 5px;
    padding-bottom: 0;
    display: block;
    color: #26a9e0;
    text-align: center;
}

/*===Site map===*/
/*===A===*/
.accordion li.active .claAccordion.content {
    max-height: 100%;
}

.accordion li.active .claAccordion.content th {
    background: #0f204e;
    color: #fff;
}

/*===Site map===*/

/*===Right Fixed===*/
.fixedRightOpen.closeFixedShow {
    display: block !important;
}

.fixedRightOpen {
    display: none;
    position: absolute;
    z-index: 99999;
    right: 0;
    text-align: center;
    max-width: 300px;
    top: 120px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #fff !important;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.75);
    border-radius: 5px 0 0 5px;
}

.fixedRightOpen h3,
.fixedRightOpen h2,
.fixedRightOpen p,
.fixedRightOpen a {
    color: #fff;
}

.fixedRightOpen h3 {
    font-size: 12px;
    font-weight: 500;
    text-transform: inherit;
    margin: 5px;
    line-height: 25px;
    color: #000;
}

.fixedRightOpen h4 {
    font-size: 11px;
    font-weight: 400;
    text-transform: inherit;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 25px;
    color: #000;
}

.fixedRightOpen h2 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.fixedRightOpen p {
    font-size: 12px;
}

.fixedRightOpen a {
    font-weight: 700;
    font-size: 25px;
}

.fixedRight a:hover {
    color: #ddd;
}

.closeFixed {
    position: absolute;
    top: -10px;
    left: -15px;
    width: 25px;
    background: #3da7fd;
    border-radius: 100%;
}

.closeFixed:hover {
    cursor: pointer;
}

.fixedRightOpen h3 i {
    -ms-transform: rotate(-36deg);
    transform: rotate(-36deg);

}

.fixedRightDetails br {
    display: block;
}

.claServiceBlock h5 {
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 0;
    margin: 0;
    color: #000;
    font-size: 18px;
}

.claServiceBlock a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    display: inherit;
    margin: 0 0 15px 0;
}

.claServiceBlock ul {
    margin-bottom: 10px;
    color: #000;
    font-size: 13px;
}

/*===========*/

.fixedRightDetails {
    position: absolute;
    z-index: 9999;
    background: #26A9E0;
    color: #fff;
    right: 0;
    display: none;
}

.fixedRightDetails.openDetails {
    display: block;
}

.fixedRightDetails h4:hover {
    cursor: pointer;
}

.fixedRightDetails h4 {
    color: #fff;
    padding: 10px;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    height: 207px;
    font-weight: 600;
    text-transform: uppercase;
}

.claServiceBlock img {
    max-width: 130px;
}

/*===Right Fixed===*/
.claMarquee {
    background: #232C64;
    padding: 0.5rem;
}

.claMarquee {
    background: #232C64;
    padding: 10px 0 5px 0;
}

.claMarquee a {
    color: #fff;
    font-weight: 400;
}

/*===Banner===*/
.f-contact {
    font-size: 16px
}

.overlay {
    position: relative;
}

.claOverlay {
    background: url('../img/arch6.jpg');
    position: fixed;
    width: 100%;
    z-index: 999;
    background-size: cover !important;
    background-position: center center !important;
}

.oBg {
    background: url('../img/screenshot2.jpg');
}

.claOverlay h1,
.claOverlay h5,
.claOverlay p {
    color: #fff;
    z-index: 999999;
    position: relative;
    margin-bottom: 5px;
}

.claOverlay .overlay {
    position: relative;
    padding: 10px 5px 0 5px;
}

.claOverlay .overlay p {
    margin-bottom: 15px;
}

.mt-17 {
    margin-top: 100px;
}

.claFixed {
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.breadcrumb li a,
.breadcrumb li {
    color: #fff !important;
    z-index: 999;
    position: relative;
}

/*===Banner===*/
/*===Newsletter===*/
.claNewsletter {
    padding: 20px 0 20px 0;
    background: #2ea3f2;

}

.claNewsletter form {
    position: relative;
}

.claNewsletter h2 {
    color: #fff;
    font-weight: 700;
    margin: 5px 0 10px 0;
    font-size: 25px;
}

.claNewsletter .form-control {
    height: 52px;
    border-color: #ffffff;
    border-radius: 3px;
    margin-bottom: 0;
}

.claNewsletterBtn:hover {
    color: #f0f0f0;
}

.claNewsletterBtn {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 35px 35px 0 !important;
    background: #243c4f !important;
    color: #fff !important;
    font-weight: 600 !important;
    min-height: 52px !important;
    width: 100% !important;
    max-width: 25px;
    border: none !important;
}

/*===Newsletter===*/

/*home improvement services style*/
.home-improve-services .image-tile {
    height: 200px;
    border-radius: 10px;
}

.home-improve-services .image-tile-row {
    display: flex;
    ` align-items: center;
    justify-content: center;
}

.home-improve-services img.background-image {
    height: 100% !important;
}

.home-improve-services .tile-description {
    line-height: normal;
    color: #ffffff;
    padding: 5px 5px;
    font-size: 0.85em;
}

.home-improve-services .accordion li.active .content {
    max-height: 1000px;
}

.home-improve-services .child-list {
    margin-left: 15px;
}

.home-improve-services .grand-child-list {
    margin-left: 30px;
}

.home-improve-services .content .mb-0 {
    margin-bottom: 0px !important;
}

.home-improve-services .child-list.mb-15 {
    margin-bottom: 15px !important;
}

.home-improve-services .mt-16 {
    margin-top: 16px;
}

.home-improve-services .title-label {
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.home-improve-services ul.pros-cons li {
    list-style: inside;
}

.home-improve-services .hover-state {
    padding: 0px 20px;
}

.home-improve-services .service-feature {
    list-style: disc;
    margin-left: 40px;
}