@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: "GoodTimesRg-Bold";
    src: url("fonts/GoodTimesRg-Bold.ttf");
}




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


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


@font-face {
    font-family: "myriadpro";
    src: url("fonts/myriadpro.otf");
}


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


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

p {
    padding: 0;
    margin: 0;
}


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

body {
	/* max-width: 100%;
	margin: 0 auto;
	text-align: center; */
	font-family: 'Poppins', sans-serif;
	/* box-sizing: border-box; */
  }

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: 1920px;
    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, .ctc-form select {
    font-family: 'Arial';
    font-size: 16px;
    color: #000;
    height: 60px;
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 5px 10px;
    box-sizing: border-box;
    margin: 0 auto 8px;
    font-weight: 400;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 600;
    letter-spacing: 1.4px;
}

.ctc-form textarea {
    height: 150px;
    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;
}


.logo {
    display: inline-block;
    overflow: hidden;
}

.logo {
    transition: transform 0.3s ease;
}

.logo:hover img {
    transform: scale(1.1);
}



.header-wrapper {
    display: flex;
    flex-direction: row;
}


#header {
    background: #fff;
}

#header nav a#pull {
    display: none
}

#header nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: left;
    gap: 40px;
}

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

nav.main-nav {
    padding: 30px 20px;
    background-color: #E12D1E;
}

#header nav ul li a {
    font-size: 14px;
    color: #fff;
    padding: 0 0px 9px;
    display: inline-block;
    /* border-bottom: 1.1px solid #111; */
    font-family: 'GoodTimesRg-Regular';
    font-weight: 400;
    letter-spacing: 2px;
    position: relative;
}

/* #header nav ul li.active-menu a,
#header nav ul li a:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
	font-weight: 600;
} */


.trans-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


#header nav ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.6);
    transition: width 0.3s ease;
}

#header nav ul li.active-menu a::after,
#header nav ul li a:hover::after {
    width: 100%;
}

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






.contact-h-holder img {
    width: 55px;
}











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


.master-nav {
    width: 915px;
    max-width: 100%;
}


.icon-holder img,
.info a span {
    transition: transform 0.3s ease;
    display: inline-block;
}

.icon-holder:hover img,
.info a:hover span {
    transform: scale(1.1);
}


.left-header-cont {
    width: 930px;
    height: 924px;
    max-width: 100%;
    background: url(../images/content/left-h-bg.png);
    background-position: 26% 43%;
    background-size: cover;
    background-repeat: no-repeat;
}


.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
}


span.img-orange {
    font-family: 'Montserrat';
    font-size: 16px;
    color: #999;
    letter-spacing: 10px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 27px;
}

.header-title h1 {
    font-family: 'GoodTimesRg-Regular';
    font-size: 58px;
    padding: 16px 0;
    color: #fff;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 1);
}

span.we-h1 {
    font-size: 51px;
}

.header-title p, .des-content p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-family: 'poppins';
    line-height: 33px;
}
.des-content {
    padding: 15px 0 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
}
.des-content .header-btn-2 {
    padding: 20px 10px;
    background-color: #E12D1E;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 100%;
    max-width: 470px;
}
.des-content .header-btn-2 a{
    white-space: nowrap;
    width: 100%;
    color: white;
    text-align: center;
    text-decoration: none;
    font-family: 'GoodTimesRg-Regular';
    font-size: 17px;
    text-transform: uppercase;
}


.h-btn {
    padding: 20px 0px;
    text-decoration: none;
    font-family: 'GoodTimesRg-Regular';
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 0px !important;
    transition: all 0.3s ease;
    text-align: center;
    display: inline-block;
    width: 235px;
    height: 65px;
    background-color: #E12D1E;
    color: white;
    border: none;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
}




.header-contact-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 20px 0 0 0;
}


.contact-h-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}


.left-inner-cont-wrapper {
    width: 617px;
    max-width: 100%;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin: 0px 103px 0 auto;
    font-weight: 400;
}


p.info {
    font-family: 'Poppins';
    font-size: 18px;
    color: #fff;
}

p.info span {
    font-size: 31px;
    font-family: 'arial';
    font-weight: 400;
}


.right-info {
    width: 100px;
    max-width: 100%;
    margin: 0 auto;
}





.right-upper-cont {
    height: 435px;
    background: #E12D1E;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 125px;
    padding: 32px 0 0 0;
}



.lower-cont-soc a img {
    transition: transform 0.3s ease;
    display: inline-block;
}

.lower-cont-soc a:hover img {
    transform: scale(1.1);
    cursor: pointer;
}




.trans-txt p {
    writing-mode: vertical-rl;
    transform: rotate(360deg);
    margin: 0;
    font-size: 14px;
    font-family: 'GoodTimesRg-Regular';
    font-weight: 400;
    color: #fff;
    letter-spacing: 2px;
}


.lower-cont-soc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    padding: 80px 0 0 0;
}


/* end */

/* banner */
#banner {
    background: url(../images/common/bn-wrapper.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

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

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


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













/* .abt-sec */


.abt-txt-infos {
    width: 630px;
    max-width: 100%;
    margin: auto;
    text-align: left;
}


.abt-txt-infos span {
    font-family: 'Montserrat';
    font-size: 16px;
    color: #999;
    font-weight: 400;
    letter-spacing: 10px;
}



.contact-h-holder.abt-sec span {
    font-family: 'GoodTimesRg-Bold';
    font-size: 31px;
}

.abt-txt-infos h2 {
    font-family: 'GoodTimesRg-Regular';
    font-size: 45px;
    color: #000;
    padding: 25px 0 0 0;
}



.years {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    text-align: left;
    padding: 30px 0;
}


.yr-wrap h3 {
    font-size: 63px;
    font-family: 'GoodTimesRg-Bold';

    color: #DF2C1E;
}



.yr-wrap p {
    font-size: 17px;
    font-family: 'GoodTimesRg-Bold';

    color: #000;
}

.contact-h-holder.abt-sec img {
    width: 55px;
}



p.low-p {
    font-size: 16px;
    font-family: 'poppins';
    color: #000;
    font-weight: 400;
    padding: 0 0 45px 0;
    line-height: 33px;
}


.abt-mid-img {
    position: relative;
}



.abt-bot-img {
    margin: -279px 0 0 0;
}



.abt-top-img {
    margin: 0 0 -190px 0;
}

.abt-imgs {
    width: 850px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}

.img-trans-txt2 {
    display: flex;
}


.img-trans-txt2 {
    display: inline-block;
    transition: transform 0.3s ease;
}

.img-trans-txt2:hover {
    transform: scale(1.05);
    cursor: pointer;
}




.img-trans-txt2 h2 {
    writing-mode: vertical-rl;
    transform: rotate(360deg);
    margin: 0;
    font-size: 57.5px;
    font-family: 'Audiowide';
    font-weight: 400;
    color: #ffffff;
    -webkit-text-stroke: 0.4px #333;
    opacity: 1;
    letter-spacing: 2px;
    margin: 15px 0 0 -37px;
}



.icon-holder img,
.info a span {
    transition: transform 0.3s ease;
    display: inline-block;
    cursor: pointer;
}

.icon-holder:hover img,
.info a:hover span {
    transform: scale(1.1);
}


.contact-h-holder.abt-sec p {
    color: #130d0d;
    text-align: left;
}



.abt-sec-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1809px;
    max-width: 100%;
    margin: auto;
    padding: 30px 0 0 0;
}


.img-trans-txt2 {
    display: flex;
    margin: 0 0 0 130px;
}


.contact-h-holder.abt-sec {
    margin: 0 -185px 0 0;
}



.org-outline {
    display: flex;
    justify-content: center;
    width: 1098px;
    margin: -4px 0 -138px 0;
}


/* end */



/* srv sec */

#srv-sec {
    background: url(../images/content/srv-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0;
    width: 100%;
    height: 1059px;
    position: relative;
}

.srv-sec-wrapper {
    width: 1430px;
    max-width: 100%;
    margin: auto;
    padding: 77px 0 0 0;
}

.srv-upper-info span {
    font-family: 'Montserrat';
    font-size: 16px;
    color: #999;
    font-weight: 400;
    letter-spacing: 10px;
}

.srv-list-wrapper {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.srv-list {
    width: 445px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    text-align: center;
}


.srv-list-title h3 {
    font-size: 14px;
    color: #DF2C1E;
    font-family: 'GoodTimesRg-Regular';
    padding: 0 0 10px 0;
}



.srv-list-title h4 {
    font-size: 20px;
    color: #fff;
    font-family: 'GoodTimesRg-Bold';
}


.srv-upper-info h2 {
    font-size: 45px;
    color: #fff;
    font-family: 'GoodTimesRg-Bold';
    padding: 20px 0;
}

p.srv-desc {
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins';
    line-height: 32px;
}


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


.srv-upper-info p {
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins';
    line-height: 32px;
}


.srv-list img {
    transition: transform 0.2s ease;
}

.srv-list img:hover {
    animation: wiggle 0.4s ease-in-out;
}

@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(3deg);
    }

    50% {
        transform: rotate(-3deg);
    }

    75% {
        transform: rotate(2deg);
    }

    100% {
        transform: rotate(0deg);
    }
}




/* end */



/* choose sec */



#why-choose {
    background: url(../images/content/choose-bg.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    padding: 40px 0;
    width: 100%;
    min-height: 1059px;
    margin: -31px 0 0 0;
}

.contact-container {
    max-width: 670px;
    margin: 50px auto;
    background: white;
    border-radius: 0px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.header-bar {
    background-color: #d32f2f;
    height: 8px;
}

.form-content {
    padding: 40px 50px;
}

.main-title {
    text-align: center;
    font-size: 34px;
    color: #000;
    margin: 0 0 0 0;
    letter-spacing: 2px;
    font-family: 'GoodTimesRg-Bold';
}

.message-box {
    padding: 15px;
    margin-bottom: 30px;
    background-color: #fff;
}

.message-box p {
    margin: 0;
    font-size: 16px;
    color: #000;
    line-height: 1.4;
    font-family: 'poppins';
    letter-spacing: 1px;
}

.form-label {
    display: block;
    margin-bottom: 15px;
}

.form-label.message-label {
    margin-bottom: 25px;
}

.ctc-hide {
    display: none;
}

.form-input, .form-select {
    width: 100%;
    padding: 15px;
    border: none;
    background-color: #f0f0f0;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
}

/* .form-select {
    width: 100%;
    padding: 15px;
    color: #545454;
    height: 60px;
    border: none;
    background-color: #f0f0f0;
    font-size: 16px;
    box-sizing: border-box;
    font-family: 'arial';
    font-weight: 600;
    outline: none;
    appearance: none;
    background-image: url(data:image/svg+xml;charset=US-ASCII,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 4 5%22><path fill=%22%23666%22 d=%22M2 0L0 2h4zm0 5L0 3h4z%22/></svg>);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 1.3px;
} */

.form-textarea {
    width: 100%;
    padding: 15px;
    border: none;
    background-color: #f0f0f0;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
    resize: vertical;
    font-family: Arial, sans-serif;
}

.g-recaptcha {
    margin-bottom: 20px;
}

.checkbox-label {
    display: block;
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
    font-family: 'Poppins';
}

.checkbox-label.terms-label {
    margin-bottom: 25px;
}

.checkbox-input {
    margin-right: 8px;
}

.privacy-link {
    color: #d32f2f;
    text-decoration: none;
}

.submit-container {
    text-align: center;
}

.submit-btn {
    background-color: #E12D1E;
    color: #fff;
    padding: 15px 40px;
    border: none;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 275px;
    height: 65px;
    font-family: 'GoodTimesRg-Regular';
}

.submit-arrow {
    margin-left: 10px;
}



.upper-right-cont span {
    font-family: 'Montserrat';
    font-size: 16px;
    color: #999;
    font-weight: 400;
    letter-spacing: 10px;
}




.upper-right-cont h2 {
    font-family: 'GoodTimesRg-Regular';
    font-size: 45px;

    color: #000;
    padding: 25px 0 0 0;
}



.upper-right-cont p {
    font-size: 16px;
    font-family: 'poppins';
    color: #000;
    font-weight: 400;
    line-height: 33px;
    padding: 15px 68px 10px 0;
}




.choose-list {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    gap: 50px;
}

.num-holder {
    position: relative;
}


.num-holder img {
    transition: transform 0.3s ease;
    display: inline-block;
}

.num-holder img:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.num-holder span {
    font-family: 'Orbitron';
    color: #fff;
    font-weight: 700;
    font-size: 41px;
    position: absolute;
    top: 20px;
    left: 21px;
    z-index: 999;
}



span.bg-blc {
    top: 24px;
    left: 12px;
}













.num-desc h3 {
    font-family: 'GoodTimesRg-Bold';
    font-size: 25px;

    color: #000;
    padding: 25px 0 11px 0;
}



.num-desc p {
    font-size: 16px;
    font-family: 'poppins';
    color: #666;
    font-weight: 400;
    padding: 0 0 15px 0;
    line-height: 28px;
}


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


.choose-form-wrapper {
    width: 1600px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 20px 0 0 0;
}


.choose-list.num2 {
    padding: 20px 0;
}

.choose-list.num3 {
    padding: 20px 0 0 0;
}



.choose-list.num2,
.choose-list.num3 {
    justify-content: flex-start;
}

/* end */





/* testi sec */


#testi-sec {
    background: url(../images/content/testi-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 10px;
    width: 100%;
    padding: 0 0 0 0;
    position: relative;
}

.testi-wrapper {
    width: 1450px;
    max-width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.testi-left-cont {
    width: 303px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 25px;
}





.testi-mid-cont {
    width: 1046px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.testi-nav {
    width: 120px;
    max-width: 100%;
}




.testi-left-cont span {
    color: #999999;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 8px;
}

.testi-left-cont h2 {
    font-family: 'GoodTimesRg-Bold';
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    line-height: 50px;
}

a.h-btn.testi-btn {
    padding: 20px 0px;
    text-decoration: none;
    font-family: 'GoodTimesRg-Regular';
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0px;
    transition: all 0.3s ease;
    text-align: center;
    display: inline-block;
    width: 303px;
    height: 62px;
    background-color: #E12D1E;
    color: white;
    border: none;
    border-radius: 4px;

}


a.h-btn.testi-btn:hover {
    color: #000;
}

.testi-nav {
    margin: 0 0 0 38px;
}

.testi1 {
    width: 536px;
    max-width: 100%;
    height: 526px;
    color: #fff;
    background: #E12D1E;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.name-holder-wrapper {
    margin: 0 -53px 0 0;
}

.testi1 p {
    font-size: 16px;
    font-family: 'poppins';
    line-height: 30px;
    text-align: left;
    width: 403px;
    font-style: italic;
}


p.testi-posi {
    font-style: normal;
}

.name-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 17px;
    padding: 30px 0 0 0;
}

.star-img {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 auto;
    padding: 0 41px 13px 20px;
    align-items: end;
    gap: 175px;
}

p.testi-name {
    font-family: 'GoodTimesRg-Bold';
    font-size: 17px;
    color: #fff;
    font-style: normal;
}




.testi1.testi2 {
    background-color: #111111;
}


span.rd-rr {
    color: #E02C1E;
}



.logo-inner-circle.s {
    background-color: #111111;
}

span.logo-letter.s {
    color: #fff;
}


.letter-img {
    display: flex;
    justify-content: flex-end;
    gap: 18px;
}


/* .logo-container {
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
        } */

.logo-circle {
    width: 69px;
    height: 69px;
    background-color: #000000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-inner-circle {
    width: 69px;
    height: 69px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-letter {
    color: #E12D1E;
    font-size: 41px;
    font-family: 'GoodTimesRg-Bold';
    line-height: 1;

}

/* end */














/* work sec */
#works-sec {
    width: 100%;
    padding: 100px 0;
}


.gall-works {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}


.works-sec-wrapper {
    width: 1750px;
    max-width: 100%;
    margin: auto;
}

.gall-bg {
    width: 510px;
    height: 494px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gall-bg.left-gall {
    background: url('../images/content/gall-img2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



.works-titles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mid-gall img {
    transition: transform 0.3s ease;
    display: inline-block;
    cursor: pointer;
}

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


.gall-bg.right-gall {
    background: url('../images/content/gall-img3.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.works-titles h2 {
    font-size: 45px;

    color: #000;
    font-family: 'GoodTimesRg-Bold';
    padding: 20px 0 35px 0;
}


.works-titles span {
    font-family: 'Montserrat';
    font-size: 16px;
    letter-spacing: 10px;
    color: #999999;
}


.gall-soc-ico img {
    transition: transform 0.3s ease;
    display: inline-block;
    cursor: pointer;
}

.gall-soc-ico:hover img {
    transform: scale(1.1);
}

.srv-list.inner1 img {
    border-radius: 50%;
    width: 300px;
    height: 300px;
    border: 10px solid #CFCFCF;
}

.gall-bg h3 {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.gall-bg p {
    font-family: 'GoodTimesRg-Bold';
    color: #DF2C1E;
    font-size: 20px;
    padding: 0 0 15px 0;
}


.gall-txt-holder {
    text-align: start;
}


.gall-txt-holder.prev {
    text-align: end;
}


.gall-soc {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 30px 0 0 0;
}


.soc-title h3 {
    font-family: 'GoodTimesRg-Bold';
    font-size: 25px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.gall-soc-ico {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: relative;
}

img.img-responsive {
    width: 320px;
    height: 320px;
    object-fit: fill;
}



.foo-icon img,
.foo-lists p {
    transition: transform 0.3s ease;
    display: inline-block;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

.foo-icon:hover img,
.foo-lists p:hover {
    transform: scale(1.1);
}

/* end */







/* financial sec */
#financial-sec {
    background: url(../images/content/ass-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 10px;
    width: 100%;
    height: 796px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -300px 0 0 0;
}

.financial-wrapper {
    width: 1440px;
    max-width: 100%;
    margin: auto;
    padding: 150px 0 0 0;
}

.financial-info h2 {
    font-family: 'GoodTimesRg-Regular';

    color: #1F1F24;
    font-size: 35px;
}


.financial-info h3 {
    font-family: 'GoodTimesRg-Bold';

    color: #DF2C1E;
    font-size: 43px;
    padding: 20px 0;
}



.financial-info p {
    font-family: 'poppins';
    font-weight: 400;
    color: #000;
    font-size: 18px;
    line-height: 36px;
    width: 1094px;
    max-width: 100%;
    margin: auto;
}


.financial-info {
    text-align: center;
}


.financial-low-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 30px 0 0 0;
}


p.info.financial {
    color: #000;
    text-align: left;
}


p.info.financial span {
    font-family: 'GoodTimesRg-Bold';
}

/* end */



/* footer */

#footer-sec {
    background: url(../images/content/foo-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}


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


.foo-lists h3 {
    color: #fff;
    font-family: 'myriadpro';
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3px;
    padding: 13px 0;
}


.foo-logo img {
    transition: transform 0.3s ease;
    display: inline-block;
    cursor: pointer;
}

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


.foo-lists p {
    font-family: 'poppins';
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1.8px;
}



.foo-info-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 40px 0 0 0;
}

p.copy { 
    display: flex; color: #fff; 
    justify-content: center; 
    align-items: center; 
    gap: 11px; 
    padding: 30px 0 0 0; 
    font-family: 'Montserrat'; 
    font-weight: 400; font-size: 14px; 
    letter-spacing: 3px; 
}

p.copy img {
    width: 40px;
}


nav.main-nav-foo ul {
    color: #fff;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
}

.foo-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

nav.main-nav-foo ul li a {
    font-size: 14px;
    font-family: 'GoodTimesRg-Regular';
    color: #fff;
    letter-spacing: 2px;
}

nav.main-nav-foo ul li.active-menu a,
nav.main-nav-foo ul li a.active {
    color: #B20000;
    font-weight: bold;

}

button.ctcBtn {
    padding: 20px 0px;
    text-decoration: none;
    font-family: 'GoodTimesRg-Regular';
    font-size: 17.8px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0px !important;
    transition: all 0.3s ease;
    text-align: center;
    display: inline-block;
    width: 270px;
    height: 65px;
    background-color: #E12D1E;
    color: white;
    border: none;
    border-radius: 4px;
}


button.ctcBtn:hover {
    color: #000;
}

.w-line {
    padding: 70px 0 35px 0;
}


.foo-lists {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}


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

/* end */





/* inner pages */
#content {
    padding: 80px 0;
}


#content h2 {
    font-family: 'GoodTimesRg-Bold';
    font-size: 50px;
    padding: 15px 0;
    text-align: center;
}


.inner-abt-pg {
    width: 1300px;
    max-width: 100%;
    margin: auto;
}


.inner-abt-pg p {
    font-family: 'poppins';
    font-size: 21px;
    line-height: 45px;
    text-align: center;
}


.inner-srv-pg {
    width: 1400px;
    max-width: 100%;
    margin: auto;
}


.inner-srv-pg p,
.inner-srv-pg h4 {
    color: #000;
}





.inner-testimonials-pg {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
}

.testimonial-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 24px;
    margin-right: 15px;
    font-family: 'GoodTimesRg-Bold';
}

.testimonial-info h3 {
    margin: 0 0 5px 0;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    font-family: 'GoodTimesRg-Bold';
}

.testimonial-role {
    color: #666;
    font-size: 14px;
    margin: 0;
    font-family: 'poppins';
}

.testimonial-text {
    color: #555;
    line-height: 1.6;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 15px;
    font-family: 'poppins';
}

.testimonial-rating {
    display: flex;
    gap: 3px;
}

.star {
    color: #ffd700;
    font-size: 18px;
}

/* #content h2 {
            text-align: center;
            color: #333;
            margin-bottom: 30px;
            font-size: 32px;
            text-transform: capitalize;
        } */

.inner-pg-contact {
    width: 1600px;
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
    gap: 50px;
}

/* end */

.gallery-page #content { width: 100%; max-width: 1200px; margin: auto;}


/* iframe#instagram-embed-0 { max-width: 840px !important; margin: 40px auto 0 !important; } */



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

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


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