/*** 

====================================================================
CSS FILE IMPORT
====================================================================

 ***/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');
@import url('../css/owl.carousel.min.css');
@import url('../css/owl.theme.default.min.css');
@import url('../css/bootstrap.css');
@import url('../css/bootstrap.min.css');
@import url('../css/about.css');
@import url('../css/scrollbar.css');
@import url('../css/home-page.css');
@import url('../css/project-specific.css');
@import url('../css/project-landing.css');
@import url('../css/service.css');
@import url('../css/header.css');
@import url('../css/footer.css');
@import url('../css/animate.css');
@import url('../css/aos.css');
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&display=swap');





/*** 
 
 ====================================================================
 Reset
 ====================================================================
 
  ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}


/*** 
 
====================================================================
Global Settings
====================================================================
 
***/

body {
    font-family: 'catamaran';
    font-size: 15px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}


html {
    scroll-behavior: smooth;
}

:root {
    --color-primary: #2E2D2D;
    --color-secondary: #BC8B21;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-text: #000000;
    --color-ancher: #FFFFFF;
    --color-input: #5B5B5B;
}

a {
    color: var(--color-ancher);
    text-decoration: none;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

a:hover {
    color: var(--color-secondary);
}

a:hover,
a:focus,
a:visited,
a:active,
button:active,
button:focus {
    text-decoration: none;
    outline: none;
}

input,
select,
button {
    font-family: 'Catamaran', sans-serif;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    outline: none !important;
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.theme-btn {
    font-family: 'Catamaran', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    color: var(--color-primary);
    background: none;
    letter-spacing: 0.1em;
}

.theme-btn:hover {
    color: var(--color-secondary);

}


p {
    position: relative;
    margin: 0px;
    color: var(--color-text);
    font-family: 'Catamaran', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.02em;

}

.auto-container {
    position: static;
    max-width: 1011px;
    padding: 0px 20px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 390px;

    overflow: hidden;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Catamaran', sans-serif;
    position: relative;
    background: none;
    font-weight: 700;
    line-height: 30px;
    margin: 0px;
    color: var(--color-primary);
}

h1 {
    font-size: 60px;
    font-weight: 300;
    line-height: 60px;
    text-transform: capitalize;
    letter-spacing: 0.05em;
}

h2 {
    font-size: 60px;
    text-transform: capitalize;
    letter-spacing: 0.02em;
    line-height: 60px;
}

h3 {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 0.02em;
}

h4 {
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 0.2em;
}

h5 {
    font-size: 15px;
    line-height: 20px;
}

h6 {
    font-size: 23px;
    font-weight: 600;
    line-height: 32px;
}


::selection {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.clear-fix {
    clear: both;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.fa {
    line-height: inherit;
}

/*** 
 
====================================================================
flex-css
====================================================================
 
***/
.dy-flex {
    display: flex;
    flex-wrap: wrap;
}

/****** 
====================================================================
Wordpress Core 
====================================================================
******/

.alignnone {
    margin: 15px 20px 15px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
}

.alignright {
    float: right;
    margin: 5px 0 10px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 10px 20px;
}

a img.alignnone {
    margin: 15px 20px 15px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background-color: var(--color-white);
    border: 1px solid var(--color-border);
    max-width: 100%;
    /* Image does not overflow the content area */
    padding: 7px 7px 3px 7px;
    text-align: center;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption.alignnone {
    margin: 15px 20px 15px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 10px 0;
}

.wp-caption.alignright {
    margin: 5px 0 10px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
    padding: 6px 4px 4px 4px;
    text-align: center;
    color: var(--color-text);
}

/* .sticky {
    position: relative;
} */

/* .sticky:before {
    content: "\f08d";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    color: var(--color-secondary);
    font-size: 24px;
    top: 10px;
    font-weight: 900;
} */

.sticky .post-title {
    padding-left: 30px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: var(--color-lightgray);
    clip: auto !important;
    color: var(--color-secondary);
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

/****** Comments ******/

#respond ul {
    list-style-type: none;
}

#respond .logged-in {
    margin: 0 0 12px 0
}

#commentform input[type="text"],
#commentform .input-comments {
    width: 198px;
    float: left;
    margin-right: 13px;
}

#commentform label {
    display: block;
}

#commentform .url-comments {
    margin-right: 0px !important;
}

#commentform li.middle {
    margin-right: 0px !important;
}

.comments-closed {
    margin: 40px 0 40px 0;
}

ol.commentlist {
    list-style: none;
}

ol.commentlist li div.vcard cite.fn {
    font-style: normal;
}

ol.commentlist li div.vcard img.avatar {
    float: left;
    margin: 0 10px 0px 0px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

ol.commentlist li div.commentmetadata {
    padding: 8px 0 14px 0;
}

ol.commentlist li div.comment-meta {
    font-size: 14px;
    color: var(--color-text);
}

ol.commentlist li div.comment-meta a,
ol.commentlist li div.comment-meta a:visited {
    color: var(--color-text);
}

ol.commentlist li div.comment-meta a:hover {
    color: var(--color-secondary);
}

ol.commentlist li div.reply {
    font-size: 14px;
    padding: 0px 0 40px 0;
    font-weight: 700;
}

ol.commentlist li ul.children {
    list-style: none;
    margin: 10px 0 0;
}

ol.commentlist li ul.children li.depth-2 {
    margin: 0 0 0 35px;
}

ol.commentlist li ul.children li.depth-3 {
    margin: 0 0 0 35px;
}

ol.commentlist li ul.children li.depth-4 {
    margin: 0 0 0 35px;
}

ol.commentlist li ul.children li.depth-5 {
    margin: 0 0 0 35px;
}

ol.commentlist li.pingback {
    margin: 0 0 40px 0;
}

/*** 

====================================================================
				Default Styling
====================================================================

***/
.entry-content h2 {
    line-height: 70px;
}

.entry-content h4 {
    line-height: 27px;
}

.entry-content h6 {
    font-size: 13px;
}

table {
    position: relative;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

table td,
table th {
    border: 1px solid var(--color-primary);
    padding: 12px 20px;
}


table tr:hover {
    background-color: var(--color-secondary);
}

table tr:hover td {
    color: var(--color-white);
}

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: var(--color-secondary);
    color: var(--color-white);
}

ul {
    margin: 0px 0px 20px 30px;
}

ul li {
    list-style-type: disc;
}

ol {
    margin: 0px 0px 20px 30px;
}

ol li {
    list-style-type: decimal;
}

/*** 

====================================================================
	Default Form Style
====================================================================

***/

form {
    position: relative;
}

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

form .form-group .field-label {
    position: relative;
    display: block;
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}

::placeholder {
    color: var(--color-text);
}

form input[type="text"],
form input[type="password"],
form input[type="tel"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form textarea,
form select {
    font-family: 'Catamaran', sans-serif !important;
    position: relative !important;
    display: block ;
    width: 100% !important;
    color: var(--color-input) !important;
    line-height: 20px !important;
     padding: 12px 0px !important; 
    height: 26.41px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    background: var(--color-white) !important;
    /* margin: 15px 0px 0px; */
    border-radius: 0px !important;
    border:none !important;
    border-bottom: 1px solid #ACACAC !important;
    -webkit-transition: all 300ms ease !important;
    -ms-transition: all 300ms ease !important;
    -o-transition: all 300ms ease !important;
    -moz-transition: all 300ms ease !important;
    transition: all 300ms ease !important;
    box-shadow:none !important;
     
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form input[type="search"]:focus,
form select:focus,
form textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: none;
}

form select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #ffffff url('../images/icon-select.png') right center no-repeat;
    cursor: pointer;
}

form select option {
    padding-left: 10px;
    cursor: pointer;
}

form textarea {
    height: 108px !important;
    padding:0px !important;
}

form button,
form input[type="submit"],
form .theme-btn {
    position: relative;
    display: inline-block;
    margin: 0;
}

form .radio-block {
    position: relative;
    display: inline-block;
    margin-right: 50px;
}

form .radio-block input {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

form .radio-block label {
    position: relative;
    display: block;
    padding-left: 40px;
    line-height: 30px;
    font-size: 18px;
    font-family: 'HelveticaBold', sans-serif;
    text-transform: capitalize;
    cursor: pointer;
}

form .radio-block label:before {
    content: '';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 3px;
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    border: 1px solid var(--color-border);
}

form .radio-block input:checked+label:before {
    content: '\f00c';
}






/* .custom-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    z-index: 1050; 
    display: none; 
	opacity: var(--bs-backdrop-opacity);

}  */
.modal-body {
    padding: 0px;
    position: relative;
}
.modal-dialog.modal-dialog-centered {
    max-width: 837px;
    border-radius: 0px;
    padding: 0px 20px;
}

.modal-content{
    border-radius: 0px;
    border: none;
}
/* popup */
.overlay-cu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 22;
}

.popup-cu {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 999;
    width: 797px;
}




.row-popup-consult {
    display: flex;
    max-width: 797px;
    margin: auto;
}

.txt-consult {
    padding: 50px;
}

.txt-consult h4 {
    text-transform: uppercase;
    color: var(--color-secondary);
    line-height: 30px;
}

.txt-consult h3 {
    line-height: 30px;
    margin: 10px 0px 24px 0px;
}

.col-consult, .footer-popup, .inner-static-box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-left-pop {
    width: 42%;
    /* width: 334px; */
}

.bg-right-pop {
    width: 58%;
    position: relative;
}

.button-close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 20px;
    z-index: 999;
}

.col-consult.bg-right-pop input::placeholder {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #ACACAC;
}

.col-consult.bg-right-pop input {
    padding-bottom: 10px;
}

.col-consult.bg-right-pop .row-input-f {
    margin-top: 23px;
}

.col-consult.bg-right-pop .submit-btn-f {
    margin-top: 43px;
}









.row-btn-popup {
    display: flex;
    justify-content: space-between;
    padding: 0px 55px;
    margin: 48px 0px;
}

.col-link-s-popup ul,
.col-link-s-popup li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 27px;
}

.theme-button-pop a {
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.txt-para-popup {
    padding: 32px 52px;
    border-top: 1px solid #ACACAC;
    border-bottom: 1px solid #ACACAC;
}

.logo-img-popup {
    padding-left: 29px;
}

.theme-button-pop a i {
    margin-left: 17px;
}

.comprative-txt h4 {
    color: var(--color-secondary);
    line-height: 24px;
    max-width: 362px;
    padding-left: 58px;
    position: relative;
    max-width: 252px;
}

.comprative-txt h4::after {
    content: '';
    width: 39px;
    height: 1px;
    background-color: var(--color-secondary);
    position: absolute;
    left: 0px;
    top: 10px;
}

.second-popup h3 {
    line-height: 30px;
    margin: 14px 0px 11px 0px;
}

.second-popup p {
    margin-bottom: 37px;
}

.row-check-box {
    display: flex;
    align-items: end;
    gap: 20px;
    padding: 26px 0px 7px;
}
.col-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
}



.custom-checkbox {
    appearance: none; /* Remove default appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px; /* Width of checkbox */
    height: 16px; /* Height of checkbox */
    border: 1px solid #000; /* Black border */
    border-radius: 50%; /* Border radius 100% */
    outline: none; /* Remove default outline */
    cursor: pointer; /* Cursor pointer on hover */
    position: relative; /* Required for dot positioning */
  }
  
  /* Checked checkbox style */
  .custom-checkbox:checked {
    background-color: transparent; /* Transparent background when checked */
  }
  
  /* Dot style */
  .custom-checkbox:checked::before {
    content: ""; /* Empty content */
    position: absolute; /* Position dot */
    top: 50%; /* Move dot to center vertically */
    left: 50%; /* Move dot to center horizontally */
    transform: translate(-50%, -50%); /* Center dot */
    width: 10px; /* Width of dot */
    height: 10px; /* Height of dot */
    background-color: #000; /* Black color for dot */
    border-radius: 50%; /* Border radius 100% for dot */
  }

  .row-popup-plugin {
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 59px 95px 40px 47px;
    border: 1px solid #ACACAC;
}
.footer-popup{
    position: relative;
}
.plugin-box {
    padding: 0px 40px;
}
.img-living {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
}
.footer-popup .theme-button-pop {
    z-index: 2;
    position: relative;
    padding: 54px 0px 28px;
    text-align: center;
}
.footer-popup .theme-button-pop .theme-btn {
    font-size: 24px;
    font-weight: 700;
    line-height: 51px;
    color: var(--color-white);
}
.footer-popup .theme-button-pop .theme-btn:hover{
    color: var(--color-secondary);
}
div#confirmationText {
    margin-top: 40px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
    font-family: 'Catamaran', sans-serif;
}


section.comprehensive-sec.service-provide {
    border-bottom: 0px;
    padding-bottom: 85px;
}
section.plugin-sec img {
    width: 100%;
}
section.plugin-sec {
    padding-bottom: 91px;
    border-bottom: 1px solid #ACACAC;
    margin-bottom: 88px;
}

/* preloader style  */

  #preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
}

#loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* 404 style */



.range-section-two {
	position: relative;
	padding: 100px 0 150px;
}

.range-section .range-box .row {
	margin: 0 -60px;
}

.range-section .ss-title h2 {
	color: rgba(25, 25, 25, 0.50);
	text-transform: uppercase;
	margin-bottom: 0;
}

.range-section .main-title {
	margin-bottom: 70px;
}

.range-section .row .cat-block .over-title {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	width: 100%;
	font-family: 'Poppins', sans-serif;

	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	font-weight: 600;
	color: #ffffff;
	font-size: 40px;
	text-transform: uppercase;
	z-index: 2;
}

.range-section .sec-title {
	position: relative;
	text-align: center;
	margin-bottom: 90px;
}



.range-section .sec-title .title {
	position: relative;
}

.range-section .sec-title .title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.30), rgba(255, 255, 255, 0.0));
	z-index: 1;
}

.range-section .sec-title h2 {
	position: relative;
	font-size: 150px;
	line-height: 1em;
	font-weight: 600;
	text-transform: uppercase;
	color: #191919;
	opacity: 0.15;
	margin-bottom: 0;
}

.range-section .sec-title .text {
	position: relative;
	max-width: 630px;
	margin: -20px auto 0;
	z-index: 1;
}
/* .bread-crumb{
    margin-top: 20px;
} */
section.bread-crumd {
    text-align: center;
    margin-bottom: 20px;
}
.pms-section {
    /* margin: 13px 50px; */
    margin-top: 50px;
    margin-bottom: 50px;
}
.pms-section .row{
    margin: -15px !important;
}
.wsp-container ul {
    margin: 22px 0px 20px -10px;
}
.wsp-container ul li {
    list-style: none;
}
.wsp-container ul li a{
    color: #2e2d2d;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    transition: 0.3s;
}
.wsp-container ul li a:hover{
    color: #bc8b21;
}
h2.wp-block-heading {
    padding-bottom: 20px;
    line-height: 75px;
    color: #bc8b21;
}
.companies-row .inner-static-box {
    padding: 14px 20px;
    position: relative;
    height: 238px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.companies-row .inner-static-box img {
    width: 141px;
}
.companies-row .btns-show {
    padding-bottom: 18px;
    padding-top: 18px;
}
.companies-row .btns-show a:nth-child(1){
  margin-bottom:8px;
}
.companies-row .logo-hover-box img {
    width: 140px;
    height: 115px;
    object-fit: cover;
}
.companies-row .show-hover-box {
    bottom: -250px;
}
.companies-row .cu-box-hover-project:hover .show-hover-box {
    bottom: 0px;
}
.companies-row .row {
    row-gap: 25px;
}
.logo-img-popup img {
    width: 191px;
}
section.belmont-sec .sub-heading h4 {
    text-transform: uppercase;
}
ul#switch-images-title li a {
    display: block;
}
section.copy-right-sec .pin-email ul li:nth-child(1) a {
    pointer-events: none;
}
section.hardey-img-sec img {
    height: 498px;
    width: 100%;
    object-fit: cover;
}
.pin-beivn span a {
    font-weight: 700;
    color: black;
}
.pin-beivn span a:hover{
	color:#bc8b21;
}
/* new */
.row.m-0.filter-row .col-md-7:nth-child(even) .belmont-box-main {
    margin-left: auto;
}

.testimonial-container.row.m-0.filter-row {
    padding: 0;
}


#load-more-btn {
    transition: all 0.3s ease;
}

textarea#g-recaptcha-response {
    display: none !important;
}

section.section-popup {
    padding-top: 100px;
    padding-bottom: 100px;
}

section.section-popup button {
    background-color: black;
    color: white;
    padding: 12px;
    font-weight: 700;
    font-size: large;
    text-transform: uppercase;
}

img.imgd {
    width: 18px;
}
.form-container{
    padding-top:70px;
    padding-bottom:70px;
}

input#choice_6_4_1, input#choice_6_4_2 {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
}
input#choice_6_4_1:before, input#choice_6_4_2:before{
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
}
input#choice_6_4_1:focus, input#choice_6_4_2:focus{
	box-shadow:none;
}
label#label_6_4_1, label#label_6_4_2 {
    margin-left: 4px;
}
div#input_6_4 {
    display: inline-block;
}

.gfield_description {
    font-family: 'Catamaran', sans-serif !important;
}