@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");
}

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

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

body {
    max-width: 100%;
    min-width: 1900px;
    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 input[type="email"],
.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 {
    background-color: #c10000;
    color: #ffffff;
    font-size: 16px;
    padding: 18px 56px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    font-family: 'Poppins';
    font-weight: 700;
    letter-spacing: 1.9px;
}

.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 {
    padding-top: 30px;
    background: url(../images/content/header-bg.png);
}

#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: 16px;
    color: #fff;
    padding: 0 42px 20px;
    display: inline-block;
    font-family: poppins;
}

#header nav ul li.active-menu a,
#header nav ul li a:hover {
    color: #007FFF;
}

#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;
}


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


.header-cont-wrapper {
    display: flex;
    justify-content: space-between;
    width: 1700px;
    margin: auto;
    position: relative;
    z-index: 999;
    max-width: 100%;
}

.nav-wrapper-cont {
    display: flex;
    justify-content: center;
    align-items: baseline;
}


.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
}

.book-service-btn {
    background-color: #c10000;
    color: #ffffff;
    font-size: 16px;
    padding: 18px 56px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    font-family: 'Poppins';
    font-weight: 300;
    letter-spacing: 1.9px;
}

.book-service-btn:hover {
    background-color: #9d0000;
    /* Darker red on hover */
}




/* end */

/* banner */
#banner {
    background: url(../images/content/header-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 750px;
    margin-top: -127px;
    position: relative;
}

#banner .row {
    min-height: 754px;
    padding: 0;
    text-align: right;
}

#banner .text {
    display: inline-block;
    vertical-align: top;
    width: 462px;
    height: 462px;
    margin: 108px 0 0;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box;
    background: rgb(0, 45, 78, 0.8);
    margin-right: -120px;
}

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

#banner .text h2 {
    padding: 0 0 20px;
    font-size: 40px;
    font-weight: 900;
}

#banner .text p {
    font-size: 18px;
    line-height: 122%;
    font-weight: bold;
}

#banner .text p .button {
    margin: 10px 0 0;
}



.banner-row {
    background: url(../images/content/banner-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1800px;
    max-width: 100%;
    min-height: 966px;
    margin: auto;
    position: relative;
    z-index: 99;

}



.banner-cont {
    width: 540px;
    height: 540px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(22, 54, 97, 0.66);
}



.banner-wrapper {
    display: flex;
    justify-content: flex-start;
    margin: auto;
    padding-top: 225px;
    padding-left: 135px;
}


.banner-cont h1 {
    font-size: 55px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: #ffffff;
}


.banner-cont p {
    font-family: poppins;
    font-weight: 700;
    font-size: 21px;
    color: #ffffff;
    padding: 0 40px;
}

/* 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;
}

.image-srv img {
    max-width: 100%;
}

/* 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 */


/* WELCOME SECTION  */

.welcom-btn {
    padding-top: 15px;
}


.welcome-right-cont h1 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    color: #AAAAAA;
    letter-spacing: 5px;

}



.welcome-right-cont h2 {
    font-family: 'Playfair Display';
    font-weight: 700;
    font-size: 52px;
    color: #003871;

}


.welcome-right-cont h3 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 26px;
    color: #B20000;
}


.welcome-right-cont p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    padding-top: 12px;
    padding-bottom: 15px;
    line-height: 30px;
}

.welcome-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background: url(../images/content/welcome-bg2.jpg);
    height: 1515px;
    position: relative;
}


.welcome-row {
    width: 1600px;
    max-width: 100%;
    margin: auto;
    padding-top: 316px;
}



.welcome-cont {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background: url(../images/content/lined-bg.png);
}





.welcome-right-cont {
    width: 670px;
    max-width: 100%;
    text-align: left;
}



.inner-wrapper {
    margin-top: -220px;
    position: relative;
}



.img-srv-inner-cont h2 {
    font-size: 35px;
    font-family: "Montserrat", serif;
    font-weight: 700;
    color: #ffffff;
    line-height: 30px;
    filter: drop-shadow(0 0 1px #000000);
}

.img-srv-inner-cont span {
    font-size: 23px;
    font-family: "Montserrat", serif;
    font-weight: 700;
    color: #ffffff;
}

.img-srv-inner-cont p {
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #26C9FF;
    padding-top: 20px;
}


.img-srv-inner-cont img {
    padding-left: 10px;
}



.welcome-imgs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-top: -75px;
    margin-left: 30px;
    padding-bottom: 50px;
    width: 700px;
    max-width: 100%;

}


.left-img {
    position: relative;
    margin-left: -77px;
}


img.welcome-primary {
    margin-bottom: -302px;
    position: relative;
    left: -136px;
}



img.welcome-secondary {
    margin-top: -350px;
    position: relative;
    z-index: 99;
    /* margin-left: 77px; */
    margin-right: -197px;
}

/* WELCOME SECTION END */



/* SERVICES SECTION START */


#services {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background: url(../images/content/header-bg.png);
    height: 1300px;
}





.services-cont {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background: url(../images/content/srv-bg.png);
    width: 1765px;
    max-width: 100%;
    margin: auto;
    padding-bottom: 106px;
}

.srv-imgs {
    display: flex;
    width: 1430px;
    max-width: 100%;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}


.img-srv-inner-cont {
    position: relative;
    margin-top: -151px;
}


.srv-icons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 1300px;
    max-width: 100%;
    margin: auto;
    padding-top: 45px;
}

.image-srv {
    margin-top: -160px;
    position: relative;
    padding-bottom: 165px;
}


.srv-text-cont h1 {
    font-size: 58px;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Playfair Display';
}


.srv-text-cont h2 {
    font-size: 34px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    padding-top: 10px;
}



.srv-icons p {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

/* SERVICES SECTION END */






/* EXPERT SECTION START */

.expert-btn {
    padding-top: 15px;
}


.expert-right-cont h2 {
    font-family: 'Playfair Display';
    font-weight: 700;
    font-size: 39px;
    color: #003871;

}


.expert-right-cont h3 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 20px;
    color: #B20000;
}


.expert-right-cont p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    padding-top: 12px;
    padding-bottom: 15px;
    line-height: 30px;
}

.expert-wrapper {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background: url(../images/content/welcome-bg2.jpg);
    height: 1225px;
    position: relative;
}

.expert-row {
    max-width: 100%;
    margin: auto;

}


.expert-cont {
    display: flex;
    align-items: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background: url(../images/content/lined-bg.png);
    flex-direction: row-reverse;
    height: 746px;
    width: 1615px;
    margin: auto;
    max-width: 100%;
    gap: 50px;
}

/* .expert-left-img img {
    padding-left: 60px;
	width: 100%;
	max-width: 100%;
} */

.expert-right-cont {
    width: 590px;
    max-width: 100%;
    text-align: left;
}


.inner-wrapper {
    margin-top: -220px;
    position: relative;
}


.img-srv-inner-cont h2 {
    font-size: 35px;
    font-family: "Montserrat", serif;
    font-weight: 700;
    color: #ffffff;
    line-height: 30px;
    filter: drop-shadow(0 0 1px #000000);
}

.img-srv-inner-cont span {
    font-size: 23px;
    font-family: "Montserrat", serif;
    font-weight: 700;
    color: #ffffff;
}

.img-srv-inner-cont p {
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #26C9FF;
    padding-top: 20px;
}


.img-srv-inner-cont img {
    padding-left: 10px;
}



.expert-inner-cont {
    position: absolute;
    right: 0;
    left: 0;
    top: -264px;
}


.pro-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.pro-cont {
    padding-top: 625px;
    width: 1500px;
    margin: auto;
    max-width: 100%;
}

.pro-img {
    width: 700px;
    max-width: 100%;
}


.pro-right-cont {
    width: 735px;
    max-width: 100%;
    text-align: left;
}



.pro-right-cont p {
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 30px;
    font-weight: 400;
}



.pro-right-cont h2 {
    font-size: 42px;
    color: #003871;
    font-family: 'Play Fair Display';
    padding-bottom: 40px;
}


.pro-btn {
    padding-top: 35px;
}


img.pro-primary {
    position: relative;
    margin-right: -428px;
    margin-bottom: -113px;
}

img.pro-secondary {
    margin-left: -181px;
    margin-bottom: 127px;
}


.pro-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.art {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    position: relative;
    width: 790px;
    max-width: 100%;
    flex-direction: column;
}



img.image-primary {
    position: relative;
    margin-bottom: -276px;
    margin-left: -194px;
}

img.image-secondary {
    position: relative;
    z-index: 999;
    margin-top: -295px;
    margin-right: -327px;
}

/* EXPERT SECTION END */



/* TESTIMONIAL SECTION START */

.testi-wrapper h2 {
    font-size: 59px;
    font-weight: 400;
    font-family: 'Play Fair Display';
    color: #ffffff;
    padding-bottom: 50px;
}




.testi-right-cont p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    padding-top: 12px;
    padding-bottom: 5px;
    line-height: 30px;
    font-style: italic;
}

.testi-wrapper {
    background-color: #0E233E;
    padding-top: 40px;
    height: 600px;
}

.testi-row {
    max-width: 100%;
    margin: auto;

}


.testi-cont {
    display: flex;
    align-items: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background: url(../images/content/lined-bg.png);
    flex-direction: row-reverse;
    height: 746px;
    width: 1612px;
    margin: auto;
    position: relative;
    max-width: 100%;
    gap: 70px;
}


.testi-right-cont {
    width: 590px;
    max-width: 100%;
    text-align: left;
}



.testi-name {
    padding-bottom: 25px;
}


.testi-name h3 {
    font-family: 'poppins';
    font-size: 20px;
    color: #333333;
    font-weight: 600;
}


.testi-btn {
    padding-top: 20px;
}




.testi1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    position: relative;
    width: 790px;
    max-width: 100%;
    flex-direction: column;
}

img.testi-primary {
    position: relative;
    margin-bottom: -276px;
    margin-left: -194px;
}

img.testi-secondary {
    position: relative;
    z-index: 999;
    margin-top: -295px;
    margin-right: -327px;
}


/* TESTIMONIAL SECTION END */




/* GALLERY SECTION START */
.gallery-wrapper {
    align-items: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background: url(../images/content/welcome-bg2.jpg);
    height: 1600px;
}


.gallery-content h2 {
    font-size: 59px;
    font-weight: 600;
    font-family: 'Play Fair Display';
    color: #0C213E;
    padding-bottom: 10px;
}


.gallery-content {
    padding-top: 320px;
}


.gallery-img img {
    max-width: 100%;
}



.gallery-img {
    display: flex;
    width: 1760px;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    margin: auto;
}

img.gall-img1 {
    margin-right: -99px;
}

img.gall-img2 {
    position: relative;
}


img.gall-img3 {
    margin-left: -99px;
}

/* GALLERY SECTION END */






/* CONTACT SECTION START  */

#contact {
    position: relative;
    margin-top: -473px;
}


.contact-form {
    max-width: 1350px;
    padding: 60px;
    background-color: #ffffff;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 2px solid #e1e1e1;
    margin-top: -40px;
    margin-right: auto;
    margin-left: auto;
}

.contact-form h1 {
    text-align: center;
    color: #d00000;
    font-size: 55px;
    margin-bottom: 5px;
    font-family: 'paly fair display';
}

.contact-form p {
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
    width: 100%;
    padding: 20px 0;
    border: 1px solid #ccc;
    font-size: 1rem;
    background-color: #f9f9f9;
    box-shadow: 2px 1px 6px 0px rgba(0, 0, 0, 0.4) inset;
}

.contact-form form textarea {
    grid-column: span 3;
    height: 150px;
    resize: none;
}

.contact-form form .checkboxes {
    grid-column: span 3;
    font-size: 0.9rem;
}

.contact-form form .checkboxes label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.contact-form form .submit-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    gap: 30px;
}

.contact-form form .submit-section .recaptcha {
    display: flex;
    align-items: center;
    gap: 10px;
}





.contact-form form .submit-section button {
    background-color: #d00000;
    color: #ffffff;
    border: none;
    padding: 25px 55px;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Poppins';
    font-weight: 700;
    transition: background-color 0.3s;
}





.contact-form form .submit-section button:hover {
    background-color: #b00000;
}


.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
    padding-left: 20px;
    font-size: 15px;
    color: #000000;

}


.contact-input {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
}

.contact-input label {
    width: 100%;
}


.contact-lower-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.contact-row {
    align-items: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background: url(../images/content/footer-bg3.png);
    width: 100%;
    margin: auto;
    height: 700px;
}

.logo-footer img {
    position: relative;
    margin-top: -75px;
}



.recaptcha img {
    filter: drop-shadow(0 0 1px #000000);
}




.contact-text {
    width: 895px;
    margin: auto;
}


.form-one label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}

.form-one .checkboxes label {
    position: static;
    width: auto;
    height: auto;
    clip: auto;
    overflow: visible;
}

/* CONTACT SECTION END  */





/* footer */
#footer-section h2 {
    font-size: 51px;
    font-weight: 100;
    padding: 50px 0 20px;
    position: relative;
}

#footer-section .final {
    padding-top: 10px;
    float: right;
}

#footer-section .final p {
    max-width: 280px;
    margin: 30px auto;
    text-align: center;
    line-height: 180%;
}

#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;
}


.footer-wrapper {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background: url(../images/content/footer-bg4.png);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 15px;
}


.footer-wrapper p {
    margin: 0;
    padding: 0;
    color: #ffffff;
    line-height: 45px;
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 600;
}

.socmed-wrapper {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

p.copy {
    font-weight: 300;
    font-size: 15px;
}


/* end */


/* INNER PAGES START */

div#content {
    padding-top: 240px;
    padding-bottom: 100px;
}


div#content h1 {
    font-size: 90px;
    font-family: 'play fair display';
    color: #003871;
    font-weight: 700;
}


div#content p {
    font-size: 18px;
    font-family: 'poppins';
    color: #333333;
}

/* INNER PAGES END */



/* INNER PAGES ABOUT US START */
.tent-abt h1 {
    font-size: 35px !important;
}

div#content p {
    font-size: 18px;
    font-family: 'poppins';
    color: #333333;
}




.cont-abt-srv {
    display: flex;
    justify-content: center;
    gap: 220px;
}


ul.cont-abt-list {
    list-style: none;
}


ul.cont-abt-list {
    list-style: none;
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 400;
}


li.pad-top {
    padding-top: 25px;
}


/* INNER PAGES ABOUT US END */


/* INNER PAGES CONTACT START */
div#contact1 {
    text-align: center;
    padding-bottom: 20p;
}

.contact-inner-tent p {
    font-size: 22px !important;
    font-family: 'poppins' !important;
    color: #235687 !important;
    font-weight: 600;
}


.contact-inner-tent {
    padding-bottom: 25px;
    padding-top: 15px;
}

/* INNER PAGES CONTACT END */


/* INNER PAGES LOCATION START */
.shecd {
    padding-top: 45px;
}


.loc-inner-cont h1 {
    text-align: center;
    padding-bottom: 20px;
    text-transform: capitalize;
}


.loc-inner-cont h2 {
    font-size: 26px;
    font-family: 'play fair display';
    color: #9f3324;
    font-weight: 600;
    padding-bottom: 15px;
    padding-top: 10px;
}


.shecd h3 {
    font-size: 26px;
    font-family: 'play fair display';
    color: #003871;
    font-weight: 600;
    line-height: 35px;
}

/* INNER PAGES LOCATION END */






/* INNER KATZKIN START */
.katz-srv-gall {
    padding-top: 35px;
}


.tent-kat h2 {
    font-size: 35px;
    font-family: 'play fair display';
    color: #003871;
    font-weight: 600;
}

.row-gall1 {
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
}



.row-gall2 {
    display: flex;
    justify-content: space-around;
}


.kat-logo {
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}


#katzkin h1 {
    font-size: 90px !important;
    padding-bottom: 40px;
    text-align: center;
}

/* INNER KATZKIN END*/


/* INNER PAGE GALLERY START */
ul.gallery.clearfix img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}


.gall-row1 {
    max-width: 1400px !important;
}


.row.gall-row1 h1 {
    padding-bottom: 40px;
}

/* INNER PAGE GALLERY 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;
}


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




/* @media screen and (max-width: 1600px){
	body{
		
	    min-width: 1920;
		
	}
} */



/* @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;}
}*/