@font-face {
    font-family: "socialico";
    src: url("fonts/Socialico/Socialico.eot");
    src: url("fonts/Socialico/Socialico.eot?#iefix") format("embedded-opentype"), url("fonts/Socialico/Socialico.woff2") format("woff2"), url("fonts/Socialico/Socialico.woff") format("woff"), url("fonts/Socialico/Socialico.ttf") format("truetype"), url("fonts/Socialico/Socialico.svg#lobster_1.4regular") format("svg");
}


@font-face {
    font-family: "Brookline";
    src: url("fonts/Brookline.ttf");

}


@font-face {
    font-family: "arial";
    src: url("fonts/arial.ttf");

}


*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


p {
    margin: 0;
    padding: 0;
}

.suspension-contain {
    max-height: 980px;
    overflow: hidden;
    position: relative;
}

html.suspended {
    background: rgba(0, 0, 0, 0.6);
}

body {
    max-width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Lato', sans-serif
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin: 0;
}

.row {
    max-width: 1200px;
    margin: 0 auto
}

/*floats*/
.fl {
    float: left;
}

.fr {
    float: right;
}

/*typography*/
.text-primary {
    color: #B11414;
}

.text-bold {
    font-weight: 700;
}

.text-uppercase {
    text-transform: uppercase
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left;
}

/*button*/
.button {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    padding: 10px 30px;
    background: #fff;
    border: 1px solid transparent;
    transition: all 0.5s ease;
}

.button:hover {
    background: #ddd;
    border-color: #ddd;
    color: #ddd;
    color: #fff;
}

/*clearings*/
.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    display: block;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
    font-size: 14px;
    padding: 5px 10px;
    position: fixed;
    display: block !important;
    transform: none !important;
    bottom: 0 !important;
    left: 20px !important;
}

/*call to action*/
.cta {
    display: none;
}

/*contact form messages*/
form .messages p {
    display: none;
    font-family: Arial !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    font-size: 16px !important;
}

form .loading {
    display: none;
}

form .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

form .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

form .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

form [type="submit"] {
    margin: 20px auto
}

/*contact form*/
.ctc-form {
    margin: 0 auto;
    text-align: center;
}

.ctc-form input[type="text"],
.ctc-form textarea {
    font-family: Arial;
    font-size: 16px;
    color: #000;
    height: 45px;
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px 10px;
    box-sizing: border-box;
    margin: 0 auto 8px
}

.ctc-form textarea {
    height: 120px;
    padding-top: 10px;
}

.ctc-form button {
    display: block;
}

.ctc-form .recap {
    display: inline-block;
}

.ctc-form .g-recaptcha div {
    margin: 0 auto 10px;
}

.ctc-form .ctc-hide {
    display: none;
}

/*gallery*/
#content .gallery-container {
    text-align: center;
}

#content .gallery {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#content .gallery li {
    display: inline-block;
}

#content .thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: .42857;
    margin-bottom: 20px;
    padding: 4px;
    transition: border 0.5s ease-in-out 0s;
}

#content .thumbnail:hover {
    transform: scale(1.02);
}

#content .page_navigation {
    display: inline-block;
}

#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #0275d8;
    display: inline-block;
    line-height: 1.25;
    margin-left: -1px;
    padding: 0.5rem 0.75rem;
    position: relative;
}

#content .page_navigation>a:hover,
.page_navigation>a.active_page {
    background-color: #eceeef;
    border-color: #ddd;
    color: #014c8c;
    text-decoration: none;
}

h1 {
    font-size: 100px;
    font-weight: 100;
    color: #000;
}










/* header */


nav.h-nav ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
}



.header-logo {
    margin: -45px 0 0 0;
}



.header-logo img {
    transition: transform 0.3s ease;
}

.header-logo:hover img {
    transform: scale(1.05);
}






#header {
    padding-top: 60px;
    position: relative;
    z-index: 9;
}

#header nav a#pull {
    display: none
}

#header nav ul {
    margin: 0;
    padding: 0
}

#header nav ul li {
    display: inline-block;
    vertical-align: middle;
}

#header nav ul li a {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    display: inline-block;
    font-family: 'poppins';
    padding: 9px 15px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

#header nav ul li.active-menu a,
#header nav ul li a:hover {
    background-color: #7c160f;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#header .hdRight {
    text-align: right;
}

#header .hdRight p {
    line-height: 1;
    margin: 0;
    color: #fff;
}

#header .hdRightBot {
    padding-top: 20px;
    border-top: 1px solid #222222;
    margin-top: 15px;
}

#header .hdSocial a {
    font-family: "socialico";
    font-size: 35px;
    color: #007FFF;
}

#header .hdSocial a:hover {
    color: #FFFFFF;
}

#header .hdPhone {
    font-size: 22px;
    vertical-align: top;
}

#header .hdPhone img {
    vertical-align: bottom;
}

#header .hdEmail {
    font-size: 16px;
}

#header .hdInfo,
.hdPhone {
    display: inline-block;
}

#header .hdInfo {
    border-left: 1px solid #222222;
    margin-left: 15px;
    padding-left: 15px;
    text-align: center;
}

/* end */









/* banner */
#banner {
    background: url(../images/content/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 958px;
    margin: -276px 42px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 8;
}

#banner .row {
    width: 1800px;
    max-width: 100%;
    margin: auto;
}


.ban-wrapper {
    margin: 60px 0 -179px 0;
}

.ban-soc {
    padding: 0 0 35px 0;
    width: 600px;
    max-width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.ban-soc a img {
    transition: transform 0.3s ease;
}

.ban-soc a:hover img {
    transform: scale(1.1);
}






.ban-wrapper h1 {
    font-family: 'Brookline';
    color: #fff;
    font-size: 70px;
    font-weight: 500;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 1);
}


.ban-wrapper h2 {
    font-family: 'poppins';
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    width: 799px;
    text-align: center;
    margin: auto;
    line-height: 32px;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 1);
}


.ban-btn {
    background: url(../images/content/btn-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 183px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    transition: transform 0.3s ease;
}

.ban-btn:hover {
    transform: scale(1.05);
}

.ban-btn a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}



.ban-soc img {
    width: 55px;
    max-width: 100%;
}

/* end */

/* content */
#content .row {
    padding: 0;
}

#services-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/common/services-wrapper.jpg);
}

#services-1 {}

#services-1 .row {
    margin: -200px auto -120px;
}

#services-1 dd {
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
}

#services-1 dd p {
    font-size: 14px;
    color: #000;
}

#services-1 h3 {
    font-size: 25px;
    position: relative;
    padding-bottom: 20px;
    color: rgb(0, 0, 0);
    margin-bottom: 15px;
}

#services-1 h3:before,
#content-1 h3:before,
#gallery-section h2:before,
#footer-section h2:before {
    width: 100px;
    height: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    content: "";
    background: #2391FF;
    border-radius: 30px;
}

#services-1 dl {
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 3px);
    padding-top: 90px;
}

#services-1 dl:nth-of-type(2) {
    padding-top: 0;
}

#services-1 dt {
    margin-bottom: 20px;
}

#services-1 dt img {
    border-radius: 50%;
    box-shadow: 0 -5px 10px grey;
    border: 5px solid #fff;
}

#services-1 .button {
    margin-top: -60px;
}

#services-1 .parag p {
    padding: 20px;
}


/* content bottom */
#services-section .row {
    padding: 13px 0 13px;
}

#services-section h2 {
    font-size: 25px;
}

#services-section p {
    font-size: 15px;
    line-height: 150%;
    font-weight: 300;
    padding: 8px 0;
}

#services-section .logo {
    padding: 20px 0;
    background: url(../images/common/data-border.png) no-repeat center bottom;
}

#services-section .logo img {
    max-width: 286px;
}

#services-section .text {
    width: 462px;
    height: 462px;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    border-width: 2px;
    box-sizing: border-box;
    background: rgb(0, 45, 78, 0.8);
}

#services-section .text .bnBox {
    width: 100%;
    height: 100%;
    padding: 5% 5% 0;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    box-sizing: border-box;
    border-color: rgb(255, 255, 255, 0.8);
}

#content-1 {
    padding: 180px 0 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background: url(../images/common/cn-wrapper.jpg);
}

#content-1 h3 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    position: relative;
    padding-bottom: 20px;
}

#content-1 .parag {
    max-width: 630px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 80px;
}

#content-1 .cn1imgBox {
    position: relative;
}

#content-1 .cn1imgBox img {
    width: 100%;
}

#content-1 .cn1imgBox h4 {
    font-size: 38px;
    font-weight: 900;
    color: #2391FF;
    line-height: 1;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right;
}

#content-1 .cn1imgBox h4 span {
    display: block;
    color: #fff;
}

#gallery-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/common/gallery-wrapper.jpg);
}

#gallery-section .gal-text {
    padding-bottom: 20px;
    position: relative;
}

#gallery-section .row {
    padding: 50px 0 105px;
    color: #000;
}

#gallery-section .galBox {
    max-width: 930px;
    margin: 30px auto 0;
}

#gallery-section .galRightTop {
    margin-bottom: 8px;
}

#gallery-section .galRightTop img:first-of-type {
    margin-right: 8px;
}

#feeds-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/common/feeds-wrapper.png);
}

#feeds-section .row {
    padding: 0;
}

#feeds-section .text {
    display: inline-block;
    vertical-align: top;
    width: 580px;
    min-height: 396px;
    padding: 10px 4% 0;
    box-sizing: border-box;
    background: rgb(28, 62, 147, 0.8);
}

#feeds-section p {
    font-size: 20px;
    line-height: 125%;
    font-weight: lighter;
    max-width: 458px;
    margin: auto;
}

#feeds-section .rates {
    font-size: 60px;
    line-height: 120%;
    color: #FF7F00;
}

#feeds-section .user {
    padding: 20px 0 0;
    font-size: 35px;
    line-height: 120%;
}

#feeds-section .user small {
    display: block;
    padding: 0 0 5px;
    line-height: 0;
}

#feeds-section .user small img {
    width: 100%;
    max-width: 100px;
    border-radius: 50%;
}

/* end */






/* about */

#main-abt-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/content/bg1.1.png);
    padding: 217px 10px 55px 10px;
    width: 100%;
    height: 1850px;
    display: flex;
    margin: -416px 0 0 0;
}

#main-abt-sec .wrapper {
    width: 1800px;
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.abt-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/content/abt-g-bg.png);
    width: 1003px;
    max-width: 100%;
    height: 724px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 19px;
}

.abt-shape-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/content/shape1.png);
    width: 221px;
    max-width: 100%;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}



.abt-shape-bg:hover {
    transform: scale(1.05);
}

.abt-shape-bg span {
    font-family: 'poppins';
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}


.abt-inner-txt h2 {
    font-family: 'Brookline';
    font-size: 60px;
    background: linear-gradient(270deg, #CB3622, #7C170F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    padding: 25px 0;
    font-weight: 400;
}


.abt-inner-txt p {
    font-family: 'poppins';
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: 38px;
    width: 822px;
    text-align: center;
}

/* about  end*/




/* services */
#main-srv-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/content/srv-bg.png);
    padding: 30px 10px 55px 10px;
    height: 954px;
    margin: -410px 46px 0 46px;
    position: relative;
}


#main-srv-sec .wrapper {
    width: 1800px;
    max-width: 100%;
    margin: auto;
}


.main-srv-cont {
    width: 985px;
    max-width: 100%;
    text-align: left;
    padding: 65px;
}


.list-p-cont p {
    font-family: 'poppins';
    font-weight: 700;
    color: #fff;
    font-size: 21.5px;
    text-align: left;
}



.list-p-cont p {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    gap: 35px;
    margin: 0 0 16px 0;
}


.main-srv-list {
    display: flex;
    justify-content: left;
    gap: 15px;
    padding: 26px 0 0 0;
}


.ban-btn.srv-override {
    margin: 30px auto 0 0;
}

.srv-list2 {
    width: 403px;
    max-width: 100%;
}


.srv-list1 {
    width: 400px;
    max-width: 100%;
}



.srv-bg-shape {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/content/shape2.png);
    width: 192px;
    max-width: 100%;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 14px 0;
    transition: transform 0.3s ease;
}


.srv-bg-shape:hover {
    transform: scale(1.05);
}

.srv-bg-shape span {
    font-family: 'poppins';
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}


.srv-titles h2 {
    font-family: 'Brookline';
    font-size: 50px;
    color: #fff;
    padding: 16px 0;
}



.srv-titles h3 {
    font-family: 'Poppins';
    font-weight: 500;
    color: #fff;
    font-size: 30px;
    padding-bottom: 18px;

}


.list-p-cont img {
    transition: transform 0.3s ease;
}

.list-p-cont img:hover {
    transform: scale(1.1) rotate(-5deg);
}


/* services end */




/* choose us */
#main-chooseus-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/content/bg3.3.png);
    padding: 287px 10px 55px 10px;
    width: 100%;
    height: 1800px;
    display: flex;
    margin: -510px 0 0 0;
    align-items: center;
}

#main-chooseus-sec .wrapper {
    width: 1800px;
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.chooseus-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/content/abt-g-bg.png);
    width: 1003px;
    max-width: 100%;
    height: 724px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 19px;
}



.chooseus-inner-txt h2 {
    font-family: 'Brookline';
    font-size: 53px;
    background: linear-gradient(270deg, #CB3622, #7C170F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    padding: 15px 0 6px 0;
    font-weight: 400;
    letter-spacing: -1px;
    text-align: left;
}



.chooseus-inner-txt h3 {
    font-family: 'poppins';
    font-size: 30px;
    font-weight: 500;
    color: #333;
    text-align: left;
    padding: 0 0 15px;
}

.chooseus-inner-txt h4 {
    font-family: 'poppins';
    font-size: 20px;
    font-weight: 700;
    color: #333;
}


.chooseus-inner-txt p {
    font-family: 'poppins';
    font-size: 18.5px;
    font-weight: 500;
    color: #333;
    line-height: 28px;
    width: 788px;
}



.choose-num-list {
    text-align: left;
    padding: 0 0 25px 0;
}



.choose-contact .wrapp {
    width: 550px;
    max-width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    text-align: left;
    gap: 18px;
}


.choose-contact {
    width: 900px;
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.inner-info h4 {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    color: #801912;
}


.inner-info p {
    font-family: 'Brookline';
    font-size: 50px;
    font-weight: 400;
    color: #333;
}



.rev-main-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    padding: 30px 0;
}


.abt-shape-bg.review {
    margin: auto;
}




.choose-icon img {
    transition: transform 0.3s ease;
}

.choose-icon img:hover {
    transform: scale(1.1) rotate(-5deg);
}

/* choose us end */



/* reviews  */
#main-rev-cont {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/content/bg4.png);
    padding: 30px 10px 7px 10px;
    height: 955px;
    margin: -349px 46px 0 46px;
    position: relative;
    display: flex;
}


#main-rev-cont .wrapper {
    width: 1695px;
    max-width: 100%;
    margin: auto;

}

.rev-upper-cont h2 {
    font-family: 'BROOKLINE';
    font-size: 60px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -1px;
    padding: 25px 0 0 0;
}



.rev-upper-cont h3 {
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}



.rev-box {
    width: 551px;
    max-width: 100%;
    height: 430px;
    background-color: #EEEEEE;
    padding: 60px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 17px;
}


.rev-box h4 {
    font-family: 'Brookline';
    font-size: 30px;
    font-weight: 400;
    color: #7D1810;
    letter-spacing: -1px;
}


.rev-box p {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: #333;
    padding: 0 0 41px 0;
}


.rev-box span {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 700;
    color: #BB331F;
    text-decoration: underline;
    padding: 41px 0 0 0;
}





.rev-box img {
    width: 180px;
    max-width: 100%;
}

/* reviews  end */



/* gallery */

#main-gallery-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/content/gall-bg.png);
    padding: 30px 10px 7px 10px;
    height: 1432px;
    margin: -201px 0 -250px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}






.gall-upper-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}




.gall-upper-info h2 {
    font-family: 'Brookline';
    font-size: 60px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -1px;
    padding: 13px 0;
}



.gall-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px 0 0 0;
}



.l-arr img {
    margin: 0px -55px 0 0;
    position: relative;
}



.r-arr img {
    margin: 0 0 0 -55px;
    position: relative;
}

/* gallery end */











/* footer */

#footer {
    background: url(../images/content/foo-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #000;
    padding: 30px 10px 7px 10px;
    height: 1226px;
    margin: 100px 46px 25px 46px;
    position: relative;
    display: flex;
    border-radius: 50px;
    border: 10px solid red;

}



#footer .wrapper {
    width: 1800px;
    max-width: 100%;
    margin: auto;
}


.footer-inner-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 55px 0 50px;
}

.foo-left-cont {
    width: 384px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    margin: -277px 0 0 0;
}




.foo-inner-cont-txt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    gap: 15px;
}



.foo-inner-cont-txt h4 {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 3px;
}



.foo-inner-cont-txt p {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}



.foo-soc-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}



.foo-left-txt {
    display: flex;
    flex-direction: column;
    gap: 90px;
}



.foo-soc {
    padding: 60px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}



h3.left-h3 {
    font-family: 'arial';
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    padding: 40px 0 30px 0;
    letter-spacing: 5px;
}



.foo-soc h4 {
    font-family: 'arial';
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 9px;
}

.foo-mid-cont {
    width: 510px;
    max-width: 100%;
    margin: 8px 0 0 45px;
}


.foo-main-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

h3.acc-card {
    letter-spacing: 9px;
}

.card-img {
    margin: -25px 0 0 0;
}

.foo-main-list p {
    font-family: 'Poppins';
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    line-height: 46px;
}


.foo-logo img {
    transition: transform 0.3s ease;
}

.foo-logo:hover img {
    transform: scale(1.05);
}

.foo-card h3 {
    font-family: 'arial';
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}


.card-img img {
    transition: transform 0.3s ease;
}

.card-img:hover img {
    transform: scale(1.05);
}


.foo-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    padding: 25px 0 0 0;
}




.foo-mid-cont h3 {
    font-family: 'arial';
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    padding: 40px 0 30px 0;
    text-align: left;
    letter-spacing: 5px;
}




.foo-soc-img a img {
    transition: transform 0.3s ease;
}

.foo-soc-img a:hover img {
    transform: scale(1.1);
}



.foo-icon-holder img {
    transition: transform 0.3s ease;
}

.foo-icon-holder:hover img {
    transform: scale(1.1);
}



.foo-contact-form {
    width: 688px;
    max-width: 100%;
}

::placeholder {
    font-family: 'poppins';
    font-weight: 500;
    font-size: 16px;
    color: #777;
    text-transform: uppercase;
}


.vision-to-life-form {
    background-color: #7D1810;
    border-radius: 20px;
    padding: 65px 40px 40px 40px;
    max-width: 700px;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.vision-to-life-form label {
    color: #fff;
    font-family: 'Poppins';
}

.vision-to-life-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.form-header {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.form-header h2 {
    color: white;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.form-header h1 {
    color: white;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-family: 'BROOKLINE';
}


span#recaptcha-label {
    display: none;
}

.form-header p {
    font-family: 'Poppins';
    font-size: 18.5px;
    font-weight: 500;
    color: #fff;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 1);
}

.ctc-hide {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 19px 30px;
    border: none;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.95);
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    background: white;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3),
        inset 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #666;
    font-weight: 500;
}

.form-group textarea {
    resize: vertical;
    min-height: 180px;
    font-family: inherit;
}

.checkbox-group {
    margin: 25px 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.checkbox-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    flex-shrink: 0;
}

.checkbox-group label {
    color: white;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
}

.checkbox-group a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline;
}

.checkbox-group a:hover {
    color: white;
}

.g-recaptcha {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.ctcBtn {
    background: url(../images/content/b-bg-btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 183px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    transition: transform 0.3s ease;
    border: none;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 18px;
}

/* .ctcBtn:hover:not(:disabled) {
            background: linear-gradient(145deg, #3a3a3a 0%, #2a2a2a 100%);
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
        }

        .ctcBtn:disabled {
            opacity: 0.6;
            cursor: not-allowed;
            transform: none;
        }

        .ctcBtn:active:not(:disabled) {
            transform: translateY(0);
        } */


nav.foo-nav ul {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    gap: 40px;
}



.lower-foo-nav {
    padding: 55px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}


nav.foo-nav ul li a {
    font-size: 20px;
    font-weight: 500;
    font-family: 'poppins';
    color: #fff;
}




nav.foo-nav ul li.active-menu a,
nav.foo-nav ul li a:hover {
    color: #fff;
    font-weight: 700;
}


p.copy {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}











#footer-section .final span {
    color: #007FFF;
    font-size: 14px;
    font-weight: normal;
    display: block;
}

#footer-section .final strong {
    font-size: 15px;
    font-weight: normal;
}

#footer-section .final small {
    font-size: 25px;
    font-weight: bold;
}

#footer-section .copy-right p {
    font-size: 13px;
    font-weight: lighter;
    max-width: 739px;
    margin: auto;
    word-spacing: 2px;
    letter-spacing: 2px;
}

#footer-section .sub {
    text-align: left;
}

#footer-section .social-media a {
    max-width: 162px;
}

#footer-section .ctc-form .MesBox {
    height: 82px
}

#footer-section .MesBox input[type="text"] {
    padding: 10px 130px 70px 10px;
}

#footer-section .fot-logo img {
    position: absolute;
    top: 230px;
    left: 390px;
}

#footer-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/common/ft-wrapper.jpg);
    height: 638px;
}

#footer-section .row {
    min-height: 549px;
}

#footer-section nav {
    padding: 32px 0 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    margin-top: 40px;
}

#footer-section nav ul li {
    border-left: 1px solid #FFF;
    padding: 0 10px;
    letter-spacing: 2px;
    font-size: 15px;
}

#footer-section nav ul li:nth-child(1) {
    border: none;
}

#About,
#Services,
#Gallery,
#Testimonials,
#Contact {
    color: #000000;
}

/* end */
.silver img {
    display: inline-block;
    vertical-align: middle;
    max-width: 50px;
}

.media a,
.social-media a {
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center top;
    transition: all 0.3s ease-in-out 0s;
}

.social-media a {
    font-size: 35px;
    line-height: 120%;
    font-family: "socialico";
}

.social-media a:hover {
    color: #007FFF;
}

.media a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.media a:nth-of-type(1) {
    background-image: url(../images/common/facebook.jpg);
}

.media a:nth-of-type(2) {
    background-image: url(../images/common/twitter.jpg);
}

.media a:nth-of-type(3) {
    background-image: url(../images/common/youtube.jpg);
}

.media a:nth-of-type(4) {
    background-image: url(../images/common/rss.jpg);
}

.media a:hover {
    background-position: center -40px;
}




/* inner pages css */


#content {
    padding: 100px 0 0 0;
}


#content h1 {
    font-family: 'Brookline';
    font-size: 80px;
    background: linear-gradient(270deg, #CB3622, #7C170F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 400;
}


.abt-inner-pg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}



.outer-wrapper-srv-pg {
    padding: 25px 0 0 0;
}






#main-srv-sec\ inner-srv-pg {
    display: flex;
    justify-content: center;
    align-items: center;
}


.srv-titles.inner-pg h2,
.srv-titles.inner-pg h3,
.list-p-cont.inner-pg p {
    color: #000;
    text-align: center;
}

.main-srv-list.inner-pg {
    justify-content: center;
}

.main-srv-cont.inner-pg {
    margin-top: -76px;
}

.inner-pg-revs {
    width: 1600px;
    max-width: 100%;
    margin: auto;
}




.inner-gall-wrapper-pg {
    padding: 25px;
    width: 1750px;
    max-width: 100%;
    margin: auto;
    background: #777;
}


.row.contact-pg {
    width: 1800px;
    max-width: 100%;
    margin: auto;
}

.inner-pg-cont {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 82px;
    padding: 50px 0 0 0;
}


img.img-responsive {
    width: 250px;
}








.container {
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-title {
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    color: #b83c3c;
    margin-bottom: 60px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 6px;
    margin: 40px 0 -35px 0;
}










.gallery-item {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: .42857;
    margin-bottom: 20px;
    padding: 4px;
    transition: border 0.5s ease-in-out 0s;
}

.gallery-item:hover {
    transform: scale(1.02);
}


.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: fill;
    transition: transform 0.3s ease;
}

/* .gallery-item:hover img {
            transform: scale(1.05);
        } */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-top: 40px;
    cursor: pointer;
}

.pagination button {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #014c8c;
    display: inline-block;
    line-height: 1.25;
    margin-left: -1px;
    padding: 0.5rem 0.75rem;
    position: relative;
    font-family: 'lato';
    font-size: 18px;
}




.pagination button:hover {
    background-color: #eceeef;
    color: #014c8c;
    text-decoration: none;
    cursor: pointer;

}

/* .pagination button.active {
            background: #b83c3c;
            color: white;
            border-color: #b83c3c;
        }  */

/* .pagination button:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        } */

/* .pagination button:disabled:hover {
            background: white;
            color: #666;
        } */

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.3s ease;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}

.modal img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
}

.close:hover {
    color: #b83c3c;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* @media (max-width: 768px) {
            .gallery-title {
                font-size: 2.5rem;
                margin-bottom: 40px;
            }
            
            .gallery-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .pagination {
                flex-wrap: wrap;
                gap: 10px;
            }
            
            .pagination button {
                padding: 8px 16px;
                font-size: 14px;
            }
        } */












html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    min-width: 1920px;
    transform-origin: 0 0;
}










@media (max-width: 480px) {
    html {
        overflow-x: hidden;
        font-size: 62.5%;
        height: 100vh;
        overflow-y: auto;
    }

    body {
        transform: scale(0.25);
        width: 1920px;
        min-height: 400vh;
        overflow-x: hidden;
        position: relative;
        margin-bottom: -400vh;
        overflow-x: hidden;
    }


}











/** Responsive
-------------------------------------------------------*/

/*
@media screen and (max-width: 1024px){
	body {min-width: 320px}
	.row {width: 95%}
}

@media screen and (max-width: 800px){
	#header {padding: 0}
	#header .row {width: 100%}
	#header nav {display:block; height: auto; }
  	#header nav ul { width: 100%; display: none; height: auto;border-bottom:5px solid #000; padding: 0 15px;}
  	#header nav ul li { width: 100%;position: relative; }
  	#header nav ul li a { display: block; float:none; padding: 10px 0;}
  	#header nav a {text-align: left; width: 100%;}
	#header nav a strong {position: absolute; top: 50%; transform: translateY(-50%); left: 15px;}
	#header nav a#pull {display: block; color: #fff; background-color: #000; height: 30px;padding: 10px 0; width: 100%; position: relative;}
	#header nav a#pull:after { content:""; background: url('../images/nav-icon.png') no-repeat; width: 20px; height: 20px; display: inline-block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
	
	.cta{background: #035B96  url("../images/common/phonecall.png") no-repeat center center;border-bottom-left-radius: 40px;border-top: 2px solid #013f9a ;border-top-left-radius: 40px;bottom: 1%;display: block;height: 80px;position: fixed;right: 0;text-decoration: none; text-indent: -9999em;width: 100px;z-index: 999;}
}*/