@import url("blocks-css.css");

*:hover,
*:focus {
    /*-webkit-transition: .3s ease-in-out; */
    /* -o-transition: .3s ease-in-out;
/* transition: .1s ease-in-out; */
}




@font-face {
    font-family: 'Montserrat-Regular';
    src: url(../fonts/montserrat/Montserrat-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url(../fonts/montserrat/Montserrat-Medium.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url(../fonts/montserrat/Montserrat-Light.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url(../fonts/montserrat/Montserrat-Bold.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url(../fonts/montserrat/Montserrat-SemiBold.ttf);
    font-weight: normal;
    font-style: normal;
}


/* Helvetica font */  
@font-face {
    font-family: 'Helvetica-Regular';
    src: url(../fonts/helvetica/helvetica_regular.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Light';
    src: url(../fonts/helvetica/helvetica_light.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Bold';
    src: url(../fonts/helvetica/helvetica_bold.otf);
    font-weight: normal;
    font-style: normal;
}

   

p {
    font-size: 15px;
    line-height: 27px;
    font-family: 'Helvetica-Regular';
    color: #4A4A4A;
}

h1,
.h1 {
   font-family: 'Helvetica-Bold';
    font-size: 86px;
}

h2,
.h2 {
   font-family: 'Helvetica-Bold';
    font-size: 32px;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    line-height: 1.1;
}

h3,
.h3 {
    font-size: 26px;
}

h4,
.h4 {
    font-size: 19px;
}



.btn-holder .btn1 {}

.btn-holder .btn1:focus,
.btn-holder .btn1:hover {}





.btn-holder .btn2 {}
.btn-holder .btn2 i {}

.btn-holder .btn2:focus,
.btn-holder .btn2:hover { color: #000000;}



.padding-top-0{ padding-top: 0px !important;}
.padding-bottom-0{padding-bottom: 0px !important;}

.section ul {
    list-style: none;
}

.section ul>li {
    position: relative;
}

.section ul li {
    list-style-type: none;
    padding-left: 30px;
    margin-bottom: 2px;
    color: #4A4A4A;
    font-size: 14px;
}

.section ul li:before {
    z-index: 0;
    content: "\f058";
    content: "\f00c";
    /* content: '\    font-weight: 900;'; */
    font-family: "Font Awesome 5 Free";
    font-family: 'Font Awesome 6 Free';
    font-size: 79%;
    font-weight: 900;
    vertical-align: middle;
    border: 1px solid;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    top: 6px;
    left: 0;
    color: #7f2855;
    border-radius: 3px;
}

.section ul li li {
    padding-left: 15px;
}

.section ul li:before {}

.right-padding {
    padding-left: 0;
    padding-right: 13%;
}

.left-padding {
    padding-right: 0;
    padding-left: 13%;
}

.ptage-no-margin-padding-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.btn-holder {
    margin-top: 1rem;
}

.btn-holder .btn-custom {
    text-transform: uppercase;
    font-size: 19px;
     font-family: 'Helvetica-Regular';
}

.btn-holder .btn-custom.btn-outline {}

.btn-holder .btn-arrow {
    /* border: 1px solid; */
    padding: 5px 1px;
    transition: all ease .3s;
    font-family: 'Helvetica-Regular';
    font-size: 16px;
    color: #000000;
}

.btn-holder .btn-arrow i {
    margin-left: 10px;
}

.btn-holder .btn-arrow i:before {
    font-size: 16px;
    font-weight: bold;
}

.btn-holder .btn-arrow:hover,
.btn-holder .btn-arrow:focus {
    padding: 5px 10px;
}

.light-section {}

.light-section {
    /* background: #F6F6F5;
background: rgb(214 228 215 / 24%); */
    background: #776a710f;
}

.dark-section-for-cta {
    /* background: #0C5A5C; */
}

.dark-section {
    background: #646E66;
    /* background: url('../img/banner-bg.jpg');
background-size: cover;
background-repeat: no-repeat; */
    /* position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; */
    /* background: #005BA1; */
    /* background-position: center center; */
}

.dark-section2 {
    background: #C2B49B;
}

.dark-section3 {
    background: #F08154;
}

.light-bg-section {
    background: url('../images/light-bg.html');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.section.page-title {
    padding-top: 100px;
}

.section.page-title .section-content {}

.section.page-title .section-content h1 {
    font-size: 60px;
}

.section.page-title .section-content h2 {}

.section {}

.section .content-block-row {}

.section .content-block-row.heading-row {
    margin-bottom: 0rem;
}


.section .content-block-row .content-block-body {}
.section .content-block-row .content-block-body.center { text-align: center;} 
.section .content-block-row .content-block-body h1 {
    margin-bottom: 2rem;
    margin-top: 1px;
    }

.section .content-block-row .content-block-body h2 {
    margin-bottom: 1rem;
    margin-top: 1px;
}

.section .content-block-row .content-block-body h3 {
    margin-bottom: 1rem;
}

.section .content-block-row .content-block-body h4 {}

.section .content-block-row .content-block-body p {}

.section .content-block-row .content-block-body p:first-child {
    margin-bottom: 3px;
    /* margin-top: 0; */
    /* font-size: 18px; */
    /* color: #ee7409 !important; */
}

.section .content-block-row .content-block-body p:last-child {
    margin-bottom: 0;
    /* background-color: #f0f !important; */
}
.section .content-block-row .content-block-body .contact-info-block{
    margin-top: 2rem;
}
.section .content-block-row .content-block-body .contact-info-block p{
} 
.section .content-block-row .content-block-body .contact-info-block h4{} 


.section .content-block-row .content-block-body p a {
    text-decoration: underline;
    color: #ee7409;
}

.section .content-block-row .content-block-body p a:hover,
.section .content-block-row .content-block-body p a:focus {
    color: #606060;
}

.section .content-block-row .content-block-body .btn-holder {}

.section .content-block-row .content-block-body .btn-holder .orange-btn2 {}

.section .content-block-row .content-block-body .btn-holder .orange-btn2 i {
    position: absolute;
    left: 14px;
    top: 10px;
    font-size: 31px;
}

.section .content-block-row .content-block-body .btn-holder .orange-btn2:hover,
.section .content-block-row .content-block-body .btn-holder .orange-btn2:focus {}

.section .content-block-row .content-block-body ul {
    margin-bottom: 2rem;
    padding-left: 0px;
    border-top: 1px  solid #C6C6C6;
    padding-top: 1.5rem;
    margin-top: 1rem;
    width: 100%;
}

.section .content-block-row .content-block-body ul li {
    width: 100%;
    display: inline-block;
}

.section .content-block-row .content-block-body ul li strong,
.section .content-block-row .content-block-body ul li b {
   font-family: 'Helvetica-Bold';
    display: block;
    margin-bottom: -2px;
}

.section .content-block-row .content-block-body ul li::before {}

.section .content-block-row .content-block-body ul li.icons {
    position: relative;
    padding-left: 67px;
    margin-top: 1.5rem;
    /* align-items: center; */
}

.section .content-block-row .content-block-body ul li.icons::before {
    /* border: 1px solid; */
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    top: 5px;
    background-position: center;
    content: '';
}

.section .content-block-row .content-block-body ul li.pin::before {
    background-image: url('../images/pin_drop.html');
}

.section .content-block-row .content-block-body ul li.phone::before {
    background-image: url('../images/phone.html');
}

.section .content-block-row .content-block-body ul li a {}


.section .content-block-row .content-block-body ul li a:hover,
.section .content-block-row .content-block-body ul li a:focus{
    text-decoration: underline;
color: #7f2855;
}

.section.content-section-1 .content-block-row .content-block-body ul li {
    width: 100%;
    display: inline-block;
}

.section .content-block-row .content-block-body .additional_content ul {}

.section .content-block-row .content-block-body .additional_content ul li {
    padding-left: 59px;
    margin-top: 1rem;
}

.section .content-block-row .content-block-body .additional_content ul li a {
    color: inherit;
}

.section .content-block-row .content-block-body .additional_content ul li::before {
    content: "\f110";
    font-family: 'Flaticon' !important;
    /* border: 1px solid; */
    width: 50px;
    height: 99%;
    top: 0px;
    font-size: 1.5rem;
    color: #fff;
}

.section .content-block-row .content-block-body .additional_content ul li a:hover,
.section .content-block-row .content-block-body .additional_content ul li a:focus {
    color: #ef7102;
}

.section .content-block-row .content-block-body .additional_content ul li:hover::before {
    color: #ef7102;
}

.section .content-block-row .content-block-body {}

.section .content-block-row .content-block-other {
    position: relative;
}

.section .content-block-row .content-block-other .content-block-image-holder {
    height: 550px;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border-radius: 15px;
    max-width: 100%;
}


.section .content-block-row .content-block-other.right {}

.section .content-block-row .content-block-other.right .content-block-image-holder {
    float: right;
}


.section .content-block-row .content-block-other .content-block-thumb-image-holder {
    padding: 6rem 0px;
    position: absolute;
    width: 205px;
    height: 210px;
    bottom: -90px;
    left: -50px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border: 11px solid #fff;
}


/*Dark Section Start Here */

.section.dark-section .content-block-row .content-block-body h1,
.section.dark-section .content-block-row .content-block-body h2,
.section.dark-section .content-block-row .content-block-body h3,
.section.dark-section .content-block-row .content-block-body h4,
.section.dark-section .content-block-row .content-block-body p,
.section.dark-section.section ul li,
.section.dark-section.content-block.simple-page .simple-content-row,
.section.dark-section.content-block.simple-page .simple-content-row h2,
.section.dark-section.content-block.simple-page .simple-content-row h3,
.section.dark-section.text-block-with-2-colum .simple-content-row p,
.section.dark-section.text-block-with-2-colum p {
    color: #ffffff;
}

.section.dark-section.content-block.simple-page .simple-content-row a {
    color: #EF7102;
}

.section.dark-section .content-block-row .content-block-body a {
    color: #fff;
    /* text-decoration:underline; */
}

.section.dark-section .content-block-row .content-block-body a:hover,
.section.dark-section .content-block-row .content-block-body a:focus {
    background: #D86500;
    /* color: #fff; */
}

.section.dark-section ul li:before {
    /* content: "\f058"; */
    color: #EF7102;
}

.section.dark-section .content-block-row .content-block-body .btn-holder {}

.section.dark-section .content-block-row .content-block-body .btn-holder .animate-btn-style4 {
    color: #000;
}

.section.dark-section .content-block-row .content-block-body .btn-holder .animate-btn-style4:hover,
.section.dark-section .content-block-row .content-block-body .btn-holder .animate-btn-style4:focus {
    color: #fff;
}

.cta-section .dark-section .content-block-body h1 {}

.cta-section .dark-section .content-block-body h2 {
    color: #fff;
}

.cta-section .dark-section .content-block-body p {
    color: #fff;
}

.section.dark-section .shine-effect:before {
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
    background: linear-gradient(to right, rgb(105 56 41 / 6%) 0%, rgb(105 56 41 / 0%) 100%);
}


/*Dark Section End Here */


/*Dark Section 3 Start Here */
.section.dark-section3 p,
.section.dark-section3 ul li,
.section.dark-section3  ul li:before{
    color: #000; 
}

.section.dark-section3 .pq-button {
    background: #ffffff;
    color: #000000;
}

.section.dark-section3 .pq-button:hover,
.section.dark-section3 .pq-button:focus {
    background: #000000;
    color: #FFFFFF;
}

/*Dark Section 3 End Here */



/*Dark Section 3 Start Here */ 
.section.dark-section2  ul li:before {
    color: #000; 
}

.section.dark-section2 .pq-button { 
}

.section.dark-section2 .pq-button:hover,
.section.dark-section2 .pq-button:focus { 
}

/*Dark Section 3 End Here */

/* Language Switcher */
header#pq-header .pq-bottom-header .navbar .navbar-nav li.lang-switcher {
    display: flex;
    justify-content: center;
    align-items: center;
}

.trp-language-switcher > div {
    border: unset !important;
    padding: unset !important;
    height: 100% !important;
    width: 100% !important;
}
.trp-language-switcher > div > a:hover {
    background: unset !important;
}