.wrapper.transition.blog_inner.show.blog_wrapper table {
    table-layout: fixed !important;
    border-collapse: collapse;
}
.wrapper.transition.blog_inner.show.blog_wrapper table tr td {
    border: 1px solid #ccc !important;
    padding: 5px !important;
}
body {
    opacity: 1 !important;
}
@font-face {
    font-family: Avenir-Light;
    src: url(../fonts/Avenir-Light.ttf);
}
@font-face {
    font-family: PlayfairDisplay-Regular;
    src: url(../fonts/PlayfairDisplay-Regular.ttf);
}
@font-face {
    font-family: Avenir-Bold;
    src: url(../fonts/Avenir-Bold.otf);
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    outline: 0;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    font-family: Avenir-Light;
}
body {
    width: 100%;
    overflow-x: hidden;
}
.customdiamond_section ul,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p {
    text-decoration: none;
    list-style: none;
}
.transition,
a,
input[type="submit"] {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
a {
    color: #000;
    cursor: pointer;
}
input[type="button"],
input[type="submit"] {
    backface-visibility: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
input,
select,
textarea {
    border-radius: 0;
    resize: none;
    box-sizing: border-box;
    font-family: Avenir-Light;
    width: 100%;
}
input:focus {
    border-color: #448f76;
}
table,
td,
th,
tr {
    border-spacing: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
}
table {
    width: 100%;
}
img {
    max-width: 100%;
}
p {
    font-size: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.n-txt {
    margin: 10px 30px 40px;
}
.loader {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/loader.gif) no-repeat scroll center center #fff;
    z-index: 99999;
    opacity: 0.4;
    display: none;
}
.table {
    display: table;
    width: 100%;
    height: 100%;
}
.table_cell {
    display: table-cell;
    vertical-align: middle;
}
.background_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col_2,
.col_25,
.col_3,
.col_30,
.col_40,
.col_5,
.col_6,
.col_7,
.col_8 {
    display: inline-block;
    vertical-align: top;
}
.col_8 {
    width: 80%;
}
.col_6 {
    width: 60%;
}
.col_5 {
    width: 50%;
}
.col_25 {
    width: 25%;
}
.col_3 {
    width: 33.33%;
}
.col_40 {
    width: 40%;
}
.col_30 {
    width: 30%;
}
.col_7 {
    width: 70%;
}
.col_2 {
    width: 20%;
}
h1,
h2,
h3 {
    font-family: PlayfairDisplay-Regular;
}
h1 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #24a383 !important;
} /*.pdf_img{margin-top:20px}*/
.center_text {
    text-align: center;
}
.section {
    padding: 50px;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}
.parallax {
    height: 450px;
    background-attachment: fixed;
    color: #fff;
}
.right_text {
    text-align: right;
}
.left_text {
    text-align: left;
}
.back_to_top {
    position: fixed;
    height: 30px;
    width: 30px;
    bottom: 20px;
    border: 1px solid #448f76;
    right: 20px;
    background-color: #fff;
    opacity: 0;
    z-index: 8;
    background-image: url(../images/up.png);
    background-size: auto;
} /*.show_back_to_top{opacity:1!important}*/
.banner {
    height: 375px;
    margin-top: 71px;
    overflow: hidden;
    color: #fff;
}
.banner h1 {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
.process_video {
    margin-top: -15%;
    z-index: 5;
    position: relative;
}
.banner .overlay {
    background-color: rgba(255, 255, 255, 0);
    padding: 50px;
}
.banner .overlay .table_cell {
    vertical-align: bottom;
}
.content p {
    margin: 15px auto;
}
.small_content {
    width: 75%;
    margin: auto;
}
.section_title {
    margin-bottom: 25px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #448f76;
    border-radius: 50%;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: url(../images/register/check.png);
    position: absolute;
    top: -2px;
    left: 5px;
    transition: all 0.2s;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
.cust_select {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
    background: url(../images/register/select.png) right no-repeat transparent;
    border-bottom: 2px solid #bbb;
    background-position: center right;
    outline: 0;
    height: 30px;
}
.cust_select select {
    background: 0 0;
    width: 100%;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    outline: 0;
    cursor: pointer;
    height: 30px;
}
.logo,
.navbar,
.wrapper {
    opacity: 1 !important;
}
.show {
    opacity: 0;
}
.block_effect {
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    opacity: 0;
}
.add_block_effect {
    opacity: 1;
}
.rotate_block {
    opacity: 0;
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}
.rotate_block_effect {
    opacity: 1;
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
}
.popout_effect {
    transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}
.add_popout_effect {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    opacity: 1;
}
.shape_slider .bx-wrapper img {
    display: inline;
}
video::-internal-media-controls-download-button {
    display: none;
}
video::-webkit-media-controls-enclosure {
    overflow: hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}
@media screen and (min-width: 200px) and (max-width: 1000px) {
    .block_effect {
        margin-top: 0;
        opacity: 1;
    }
    .rotate_block {
        opacity: 1;
        transform: rotateY(0);
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
    }
}
.calltoaction {
    background: url(/Content/public/images/contact/contact.png) no-repeat;
    padding: 0 0 0 20px;
    background-position-y: 3px;
}
.mask {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}
.popup {
    width: 60%;
    margin-left: 20%;
    min-height: 75vh;
    z-index: 9999;
    position: fixed;
    top: 12.5vh;
    padding: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.75);
    flex-direction: column;
    justify-content: center;
    display: none;
} /*.diamond_popup{background-image:url(../images/popup_diamponds.jpg)}*/
.mask {
    display: block;
}
.signup_popup {
    display: flex;
}
.add_block_effect {
    clear: both;
}
.close_popup {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 2;
}
.close_popup img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    width: 27px;
    height: 27px;
}
.close_popup:hover img {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
} /*.diamond_data{position:absolute;width:70%;bottom:50px}*/
.login_popup,
.product_popup,
.signup_popup {
    padding: 0;
}
.login_popup .col_5:first-child,
.signup_popup .col_5:first-child {
    padding: 50px;
}
.signup_popup .col_5:last-child {
    background-image: url(../images/signup.jpg);
}
.login_popup .col_5:last-child {
    background-image: url(../images/login.jpg);
}
.product_popup .col_30 {
    background-image: url(../images/product.jpg);
}
.popup .background_image {
    height: 100%;
    position: absolute;
    top: 0;
}
.product_popup .form_element {
    width: 50%;
    display: inline-block;
    padding-right: 20px;
}
.product_popup .col_7 {
    padding: 30px 50px 15px;
}
.header {
    height: 70px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    text-align: center;
    -webkit-box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.4);
}
@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot?sc3fb0);
    src: url(../fonts/icomoon.eot?sc3fb0#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf?sc3fb0) format("truetype"), url(../fonts/icomoon.woff?sc3fb0) format("woff"), url(../fonts/icomoon.svg?sc3fb0#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
[class*=" icon-"],
[class^="icon-"] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
    content: "\e904";
}
.icon-instagram:before {
    content: "\ea92";
}
.icon-twitter:before {
    content: "\e901";
}
.icon-youtube:before {
    content: "\e903";
}
.icon-linkedin:before {
    content: "\e902";
}
.icon-pinterest2:before {
    content: "\ead2";
}
.d-flex-ct {
    display: flex;
    width: 100%;
    background: #2a7558;
    margin: 0;
    padding: 5px 15px;
    box-sizing: border-box;
    flex-direction: row;
    color: #fff;
    justify-content: space-between;
    font-family: Avenir-Light;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111;
}
.first-cl p {
    font-size: 1rem;
    font-size: 1.2rem;
    font-weight: 400;
}
.social-icon ul {
    list-style: none;
    display: inline-flex;
    font-weight: 700;
}
.social-icon ul li a {
    color: #fff;
    text-decoration: none;
}
.social-icon ul li:last-child:before {
    content: "|";
    font-size: 1rem;
    padding: 0 10px;
    color: #fff;
    font-weight: 400;
}
.first-cl p,
.social-icon ul {
    padding: 0;
    margin: 0;
}
@media only screen and (max-width: 600px) {
    .d-flex-ct {
        flex-direction: column;
    }
}
.navbar ul li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 15px 12px;
}
.navbar ul li p {
    color: #000;
    font-weight: 600;
}
.bespokecreation_link,
.blog_link,
.contact_link,
.customgrowcut_link,
.education_link,
.events_link,
.faq_link,
.home_link,
.mastercut_link,
.ourstory_link,
.precision_link,
.privacy_link,
.process_link,
.product_inventory,
.register_link,
.terms_link {
    position: relative;
}
.events_link:after {
    width: 100% !important;
}
.events_link {
    color: #448f76;
}
.block_effect,
.rotate_block {
    opacity: 1 !important;
}
.bespokecreation_link:after,
.blog_link:after,
.contact_link:after,
.customgrowcut_link:after,
.education_link:after,
.events_link:after,
.faq_link:after,
.home_link:after,
.mastercut_link:after,
.ourstory_link:after,
.precision_link:after,
.privacy_link:after,
.process_link:after,
.product_inventory:after,
.register_link:after,
.terms_link:after {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 1px;
    background-color: #448f76;
    width: 0;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.bespokecreation_link:after:hover,
.blog_link:hover:after,
.contact_link:hover:after,
.customgrowcut_link:hover:after,
.education_link:hover:after,
.events_link:hover:after,
.faq_link:after:hover,
.home_link:hover:after,
.mastercut_link:after:hover,
.ourstory_link:hover:after,
.precision_link:hover:after,
.privacy_link:after:hover,
.process_link:hover:after,
.product_inventory:after:hover,
.register_link:hover:after,
.terms_link:hover:after {
    width: 100%;
}
.logo,
.navbar {
    display: inline-block;
    vertical-align: top;
}
.logo {
    z-index: 99;
    width: 200px;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 25px;
    padding: 0;
}
.popup h3 {
    font-size: 24px;
}
.navbar {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 8px;
}
.home_banner {
    height: 75vh;
    background-color: #fff;
    padding: 50px;
    overflow: hidden;
}
.home_banner h1 span {
    font-size: 35px;
    font-family: PlayfairDisplay-Regular;
}
.home_banner h1,
.home_banner h2 {
    margin-left: -60%;
}
.pillers {
    position: absolute;
    bottom: 15px;
    z-index: 2;
    width: 75%;
    padding-left: 50px;
}
.pillers .col_2 {
    padding-right: 25px;
    vertical-align: bottom;
}
.pillers .col_2:hover {
    margin-bottom: 15px;
    cursor: pointer;
}
.diamonds {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}
.diamonds img {
    position: absolute !important;
}
.diamonds img:first-child {
    right: 0;
    top: 5%;
}
.diamonds img:nth-child(2) {
    right: 5%;
    bottom: 10%;
    height: 200px;
}
.diamonds img:nth-child(3) {
    left: 5%;
    top: 5%;
}
.diamonds img:nth-child(4) {
    right: 32%;
    bottom: 32%;
}
.diamonds img:nth-child(5) {
    right: 20%;
    top: 8%;
}
.diamonds img:nth-child(6) {
    left: 38%;
    top: 20%;
}
.diamonds img:nth-child(7) {
    right: 33%;
    top: 23%;
}
.diamonds img:nth-child(8) {
    left: 20%;
    top: 10%;
}
.diamonds img:nth-child(9) {
    right: 23%;
    bottom: 15%;
}
.diamonds img:nth-child(10) {
    right: 3%;
    top: 35%;
}
.diamonds img:nth-child(11) {
    right: 18%;
    top: 35%;
}
#features {
    display: none;
}
.features .col_5 {
    height: calc(100vh - 60px);
    color: #fff;
}
.video_section .col_5 {
    color: #000;
    padding: 50px;
    height: 50vh;
    background: #f8f8f8;
    background-repeat: no-repeat;
    background-size: cover;
}
.features .overlay {
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.1);
}
.watch_video {
    height: 450px;
}
.watch_video .overlay {
    background-color: rgba(0, 0, 0, 0.3);
}
.features .table_cell {
    vertical-align: bottom;
}
.features h2,
.features p {
    margin-top: 20px;
}
.shape {
    display: inline-block;
    vertical-align: bottom;
    width: 10%;
    margin: 50px 0;
}
.shape img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 60px;
    width: 60px;
}
.shape:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.shape:hover {
    color: #448f76;
}
.shape p {
    text-transform: uppercase;
    margin-top: 10px;
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
}
.col-md-2 {
    text-align: center;
}
.button,
.col-md-2 input[type="button"] {
    border: 2px solid #bbb;
    color: #bbb;
    display: inline-block;
    width: 225px;
    margin: 0 10px;
    padding: 5px 10px;
    text-align: center;
    background: #fff;
}
.button:hover,
.col-md-2 input[type="button"]:hover {
    background-color: #448f76;
    color: #fff;
    border-color: #448f76;
}
.grey_section {
    background-color: #f8f8f8;
}
.grey_section .col_5 {
    border: 1px solid #ddd;
    padding: 25px;
    width: calc(50% - 25px);
    margin: 25px 0 25px 50px;
    min-height: 370px;
}
.grey_section .step_1,
.grey_section .step_3 {
    margin-left: 0;
}
.grey_section .col_5 span {
    font-size: 25px;
    color: #d5d5d5;
    font-style: italic;
}
.process_data {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 50px;
    position: relative;
}
.process_image {
    position: relative;
    padding-left: 70px;
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    height: 200px;
}
.step_1 .process_image:before,
.step_2 .process_image:before,
.step_3 .process_image:before,
.step_4 .process_image:before {
    position: absolute;
    left: 0;
    top: 0;
    color: #c2c2c2;
    font-size: 70px;
    font-style: italic;
    font-family: PlayfairDisplay-Regular;
}
.step_1 .process_image:before {
    content: "1.";
}
.step_2 .process_image:before {
    content: "2.";
}
.step_3 .process_image:before {
    content: "3.";
}
.step_4 .process_image:before {
    content: "4.";
}
.step_1 .process_data p {
    margin-top: -70px;
}
.step2_process li:first-child p {
    margin-top: -50px;
}
.step2_process li:last-child p {
    margin-top: 20px;
}
.step3_process li:first-child p {
    margin-top: 30px;
}
.step3_process li:last-child p {
    margin-top: 5px;
}
.process_image p {
    display: inline-block;
    margin-right: 50px;
}
.step_4 .process_image img {
    display: block;
    margin-bottom: 15px;
}
.step_4 .process_image {
    width: 100%;
}
.crbn_section .col_5 {
    vertical-align: middle;
}
.crbn_section img {
    margin-bottom: 15px;
}
.custom_bullets {
    text-align: left;
}
.custom_bullets li {
    margin: 20px 0;
}
.custom_bullets li p {
    padding-left: 50px;
    position: relative;
}
.custom_bullets li p a {
    text-decoration: underline;
}
.custom_bullets li p:before {
    content: "";
    background-image: url(../images/home/bullet.png);
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 30px;
}
.igi_section p {
    line-height: 30px;
    margin: 25px auto;
    width: 65%;
}
.igi_section {
    padding: 50px;
    width: 100%;
    overflow: hidden;
}
.igi_parallax img {
    position: absolute;
    z-index: 0;
}
.igi_parallax img:first-child {
    left: 0;
    top: 0;
}
.igi_parallax img:last-child {
    right: 0;
    bottom: 0;
}
.igi_parallax {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.testimonial_parallax {
    height: 250px;
    background-position: center top;
    border-top: 5px solid #448f76;
}
.testimonial_section ul li {
    padding: 50px;
    padding-bottom: 0;
}
.testimonial_section ul li p {
    font-size: 18px;
    margin-bottom: 20px;
}
.testimonial_section ul li:before {
    content: "";
    background-image: url(../images/home/quotes.png);
    height: 30px;
    width: 30px;
    position: absolute;
    left: 49%;
    top: 0;
    background-repeat: no-repeat;
    background-size: 30px;
}
.testimonial_section .bx-wrapper img {
    margin: 0 auto;
}
.testimonial_section .bx-wrapper .bx-controls-direction {
    display: none;
}
.questions_section table {
    padding-right: 100px;
}
.questions_section table tr th {
    padding: 30px 0;
    width: 33.33%;
}
.questions_section table tr td {
    padding: 10px 0;
}
.questions_section table tr th p {
    font-family: PlayfairDisplay-Regular;
    font-size: 20px;
}
.questions_section table tr td:nth-child(2),
.questions_section table tr td:nth-child(3) {
    text-align: center;
}
.questions_section table tr td:first-child,
.questions_section table tr th:first-child {
    background-color: #2a7558;
    padding-left: 100px;
}
.questions_section table tr td:first-child p {
    border-bottom: 1px dotted #fff;
    color: #fff;
}
.questions_section table tr td:nth-child(2) p,
.questions_section table tr td:nth-child(3) p {
    border-bottom: 1px dotted #cecece;
}
.questions_section table tr td:nth-child(2),
.questions_section table tr th:nth-child(2) {
    background-color: #e6e6e6;
}
.questions_section table tr:last-child td {
    padding-bottom: 30px;
}
.questions_section table tr:last-child td p {
    border-bottom: 0;
}
.cs_section .col_30,
.cs_section .col_40 {
    vertical-align: middle;
}
.cs_section .col_40 {
    margin-top: 25px;
}
.cs_section .col_40 img {
    display: block;
    margin: 25px auto;
}
.cs_section .right_text {
    padding-right: 100px;
}
.cs {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
}
.cs_section .left_text .cs:before,
.cs_section .right_text .cs:before {
    content: "";
    background-image: url(../images/home/point.png);
    height: 30px;
    width: 30px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: auto;
}
.cs_section .right_text .cs:before {
    top: 6px;
    right: -40px;
}
.cs_section .left_text .cs:before {
    top: 6px;
    left: -25px;
}
.cs_section .col_30 ul li {
    margin: 25px 0;
    position: relative;
}
.parallax3 {
    height: 300px;
    color: #fff;
}
.parallax3 .col_25 {
    padding: 0 25px;
}
.parallax3 .col_25 img {
    margin-bottom: 25px;
}
.inquiry_section {
    height: 600px;
    background-position: bottom left;
    background-size: 600px;
}
.inquiry_section .col_6 {
    float: right;
}
.inquiry_section .col_6 h2 {
    color: #bbb;
    margin-bottom: 30px;
    font-style: italic;
}
.inquiry_section .col_6 p {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 25px;
}
.inquiry_section .col_6 .buttons .button:first-child {
    margin-left: 0;
}
.footer {
    padding: 25px 50px;
    border-bottom: 2px solid #448f76;
    -webkit-box-shadow: inset 0 10px 15px -10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 10px 15px -10px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 10px 15px -10px rgba(0, 0, 0, 0.4);
}
.copyright {
    margin: 10px 0 20px;
}
.footer_title {
    font-weight: 600;
    padding-top: 20px;
}
.footer p {
    margin: 10px 0;
}
.footer form {
    padding-bottom: 25px;
}
.footer form input {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    vertical-align: middle;
}
.footer form input[type="submit"] {
    background-color: #fff;
    border: 2px solid #bbb;
    text-align: center;
    width: 100px;
}
.footer form input:first-child {
    width: calc(100% - 110px);
    margin-right: 10px;
}
.social img {
    margin-right: 15px;
    height: 20px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.social img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
}
.social a:nth-child(2) img {
    width: 12px;
    height: 24px;
}
.social a:nth-child(3) img {
    width: 25px;
    height: 20px;
}
.social a:nth-child(4) img {
    width: 24px;
    height: 20px;
}
.social a:nth-child(5) img {
    width: 16px;
    height: 20px;
}
.made {
    line-height: 25px;
}
.made p {
    font-size: 13px;
}
.made p span:hover {
    color: #448f76;
}
.stuck_header {
    height: 70px;
    background-color: #fff;
}
.stuck_header .navbar {
    bottom: 8px;
}
.navbar ul {
    float: right;
}
.stuck_header .navbar ul {
    float: right;
}
.stuck_header .logo {
    width: 200px;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 25px;
    padding: 0;
}
.about_banner {
    background-image: url(../images/our-story/banner.jpg);
}
.about_section {
    padding: 50px;
    padding-top: 0;
}
.about_section .col_5 {
    height: 75vh;
}
.mission_back {
    background-image: url(../images/our-story/mission.jpg);
}
.vision_back {
    background-image: url(../images/our-story/vision.jpg);
}
.member_back {
    background-image: url(../images/our-story/member.jpg);
}
.about_section .right_text {
    padding-left: 50px;
    text-align: left;
}
.about_section .left_text {
    padding-right: 50px;
} /*.vision_section{background-size:350px;background-repeat:no-repeat}*/
.our_values {
    padding-top: 0;
}
.our_values .section_title {
    margin-bottom: 50px;
}
.our_values .col_3 {
    margin: 70px 0;
}
.our_values img {
    background: #fff;
}
.horizonal_line,
.vertical_line {
    position: absolute;
}
.vertical_line {
    top: -215px;
    left: 50%;
    width: 1px;
    height: 200px;
    border-right: 2px dashed #ddd;
}
.horizonal_line {
    top: 40px;
    left: 265px;
    width: 300px;
    height: 1px;
    border-top: 2px dashed #ddd;
}
.small_vertical_line {
    height: 100px;
    top: -110px;
}
.top_section {
    margin-top: 125px;
}
.top_section p {
    text-align: left;
}
.top_section h3 {
    text-align: left;
}
.top_section h4 {
    text-align: left;
}
.top_section ul.facts-about {
    text-align: left;
}
.top_section p a {
    font-weight: 700;
}
.event_section .col_6 {
    padding: 0 50px;
}
.event_section h4 {
    font-size: 25px;
}
.event_section .col_6 h4 {
    font-family: PlayfairDisplay-Regular;
    margin: 25px 0;
}
.event_section .col_6 p {
    margin: 10px 0;
}
.event_section .col_6 h4 img {
    vertical-align: sub;
    margin-right: 10px;
}
.event_section .col_6 form .col_3 {
    padding-right: 20px;
}
.form_element {
    position: relative;
}
input,
select {
    padding: 5px 10px;
    border-bottom: 2px solid #bbb;
    width: 100%;
}
.form_element input[type="submit"],
.reset_button {
    padding: 10px 25px;
    background-color: #fff;
    border: 2px solid #bbb;
    text-align: center;
    width: 150px;
    margin-right: 20px;
    cursor: pointer;
}
.footer form input[type="submit"]:hover,
.form_element input[type="submit"]:hover,
.reset_button:hover {
    background-color: #448f76;
    color: #fff;
    border-color: #448f76;
}
.pastevents_section {
    border-top: 1px solid #ddd;
    margin-top: 30px !important;
}
.pastevent {
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
}
.pastevents_section .pastevent {
    border-bottom: 0;
}
.pastevents_section:last-child {
    padding-bottom: 0;
}
.pastevent p {
    margin-top: 25px;
}
.pastevent .bx-wrapper {
    margin-bottom: 0;
}
.pastevent .bx-wrapper .bx-pager {
    display: none;
}
.pastevent .col_30 {
    padding-right: 50px;
}
.education_banner {
    background-image: url(../images/education/banner.jpg);
}
.quote {
    font-size: 25px;
    font-style: italic;
    color: #999;
    margin-bottom: 15px;
}
.education_parallax {
    background-image: url(../images/education/parallax1.jpg);
}
.education_section {
    padding-bottom: 50px;
}
.education_section .col_5 {
    height: 70vh;
}
.education_section .right_text {
    padding-left: 50px;
    text-align: left;
}
.education_section .left_text {
    padding-right: 50px;
}
.education_1 {
    background-image: url(../images/education/image1.jpg);
}
.education_2 {
    background-image: url(../images/education/image2.jpg);
}
.education_3 {
    background-image: url(../images/education/image3.jpg);
    background-position: center right;
}
.education_4 {
    background-image: url(../images/education/image4.jpg);
}
.education_cs {
    background-image: url(../images/education/4cs.jpg);
}
.education_5 {
    background-image: url(../images/education/image5.jpg);
}
.education_6 {
    background-image: url(../images/education/image6.jpg);
}
.education_7 {
    background-image: url(../images/education/image7.jpg);
}
.education_8 {
    background-image: url(../images/education/image8.jpg);
}
.process_banner {
    background-image: url(../images/process/banner.jpg);
}
.process_banner .overlay {
    background-color: rgba(0, 0, 0, 0.2);
}
.process {
    padding-bottom: 50px;
    margin-top: 50px;
    position: relative;
}
.process:after {
    content: "";
    position: absolute;
    background-image: url(../images/process/down.png);
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    bottom: 0;
    left: 23%;
}
.process_6:after {
    display: none;
}
.process .col_40,
.process .col_6 {
    vertical-align: middle;
}
.process .col_6 {
    padding-left: 50px;
    position: relative;
}
.process .col_40 {
    padding-left: 100px;
    position: relative;
    text-align: center;
}
.process_1 .col_40:before,
.process_2 .col_40:before,
.process_3 .col_40:before,
.process_4 .col_40:before,
.process_5 .col_40:before,
.process_6 .col_40:before {
    position: absolute;
    left: 16%;
    top: 0;
    color: #c2c2c2;
    font-size: 70px;
    font-style: italic;
}
.process_1 .col_40:before {
    content: "1.";
}
.process_2 .col_40:before {
    content: "2.";
}
.process_3 .col_40:before {
    content: "3.";
}
.process_4 .col_40:before {
    content: "4.";
}
.process_5 .col_40:before {
    content: "5.";
}
.process_6 .col_40:before {
    content: "6.";
}
.process .col_6:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #448f76;
    top: 0;
}
.process .col_6 p span {
    font-size: 25px;
    color: #c2c2c2;
    font-style: italic;
}
.process .col_6 h4 {
    font-size: 22px;
    font-family: PlayfairDisplay-Regular;
    margin: 5px 0;
}
.process_1 ul,
.process_2 ul,
.process_4 ul {
    position: absolute;
    right: 25px;
    top: 0;
}
.process_2 ul li:first-child p {
    margin-top: 40px;
}
.process_2 ul li:last-child p {
    margin-top: 15px;
}
.process_4 ul li:first-child p {
    margin-top: 75px;
}
.process_4 ul li:last-child p {
    margin-top: 13px;
    margin-left: 70px;
}
.process_6 .col_40 p {
    display: inline-block;
    margin-right: 50px;
    margin-top: 20px;
}
.product_banner {
    background-image: url(../images/product/banner.jpg);
}
.shape_section {
    padding: 0 50px;
}
.product_section .col_25 {
    padding: 25px 10px;
}
.product_icon {
    height: 50px;
}
.productslider_section {
    padding-bottom: 0;
}
.productslider_section .col_3 {
    vertical-align: bottom;
    margin-bottom: 25px;
}
.productslider_section .col_3 p {
    margin-top: 15px;
}
.certificate_section .col_25 {
    margin: 30px 0;
    padding: 0 20px;
}
.certificate_section .col_25 img {
    -webkit-box-shadow: 2px 2px 5px 0 #9293a1;
    -moz-box-shadow: 2px 2px 5px 0 #9293a1;
    box-shadow: 2px 2px 5px 0 #9293a1;
}
#map {
    height: 450px;
    margin-top: 125px;
}
.contact {
    margin-top: 25px;
}
.contact img,
.contact p {
    display: inline-block;
    vertical-align: top;
}
.contact p {
    width: calc(100% - 50px);
}
.contact img {
    margin-right: 15px;
}
.contact_section {
    margin-bottom: 80px;
    overflow: hidden;
}
.cont_1 {
    float: left;
}
.cont_2 {
    float: left;
}
.cont_3 {
    float: left;
}
.contact_section .col_3:first-child,
.contact_section .col_3:last-child {
    padding-left: 70px;
}
.contact_section .col_3:nth-child(2) .form_element {
    margin-bottom: 30px;
    margin-bottom: 0;
}
.middle_contact {
    padding: 25px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
    background-color: #fff;
    left: 0;
    top: -200px;
    width: 100%;
}
.blog_banner {
    background-image: url(../images/blog/banner.jpg);
}
.blog {
    margin-bottom: 80px;
}
.blog_image {
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.4);
    width: 100%;
}
.blog .col_40 h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    line-height: 40px;
    color: #7b7a84 !important;
    margin: 0 !important;
}
.blog .col_40 h4 {
    margin-bottom: 15px;
    font-weight: 500;
}
.blog_data .col_30 h1,
.blog_data .col_30 h3 {
    color: #777;
}
.blog_data .col_30 h3 {
    font-size: 22px;
    margin-bottom: 0;
}
.blog_data .col_7 {
    vertical-align: bottom;
}
.blog .buttons {
    margin-top: 25px;
}
.blog .buttons .button {
    margin: 0;
}
.share_block img,
share_block p {
    display: inline-block;
}
.share_block {
    margin-right: 10px;
}
.share_block img {
    margin-right: 15px;
    height: 20px;
    cursor: pointer;
}
.share_block p {
    margin: 15px 0;
}
.left_blog .col_6 {
    padding-right: 50px;
}
.right_blog .col_6 {
    padding-left: 50px;
}
.blog_section .blog:last-child {
    margin-bottom: 0;
}
.bloginner_section {
    padding-bottom: 20px;
}
.bloginner_section img {
    width: 60%;
}
.blog_inner h4 {
    font-size: 20px;
}
.bloginner_banner {
    background-image: url(../images/blog-inner/banner.jpg);
}
.bloginner_banner h4 {
    margin-bottom: 25px;
}
.bloginner_banner p {
    width: 75%;
    margin: auto;
}
.blog_banner p {
    width: 75%;
    margin: 25px auto 0;
}
.bloginner_data {
    padding-bottom: 0;
}
.bloginner_data h4 {
    margin: 15px 0;
}
.buttons .col_25 p {
    font-size: 18px;
    padding: 0 10px;
    margin-top: 10px;
    font-weight: 600;
}
.register_banner {
    background-image: url(../images/register/tree.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding-bottom: 0;
    background-size: auto;
}
.register_banner h4 {
    width: 70%;
    margin: auto;
}
.register_process {
    margin-top: 25px;
}
.register_process li {
    margin-top: 15px;
}
.register_process li img,
.register_process li p {
    display: inline-block;
    vertical-align: middle;
}
.register_process li img {
    margin-right: 25px;
}
.register_process li p {
    width: calc(100% - 85px);
}
.register_form form .form_element {
    width: 33%;
    display: inline-block;
    padding: 0 20px;
}
.legal_section h4 {
    font-size: 18px;
    margin: 40px 0 15px;
}
.customdiamond_banner {
    background-image: url(../images/custom-diamonds/banner.jpg);
}
.customdiamond_banner .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}
.customdiamond_section {
    background-image: url(../images/custom-diamonds/back_diamond.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 300px;
    padding-bottom: 0;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.custom_icon img,
.custom_icon p {
    display: inline-block;
    vertical-align: middle;
}
.custom_icon p {
    font-weight: 600;
    margin-left: 10px;
    font-size: 20px;
}
#container1 {
    margin: 50px;
    margin-left: 25%;
}
.tailored_section {
    padding-top: 50px;
    -webkit-box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.4);
}
.tailored_block {
    padding-top: 50px;
}
.tailored_block .col_8 p {
    font-weight: 600;
    font-size: 20px;
}
.grey_back {
    background-color: rgba(187, 187, 187, 0.75);
}
.mid_content {
    width: 50%;
    padding-bottom: 50px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 300px;
}
.grey_back .mid_content {
    background-position: left top;
}
.mid_content .col_2,
.mid_content .col_8 {
    vertical-align: middle;
}
.right_arrow {
    right: 2%;
    top: 125px;
    z-index: 2;
}
.left_arrow {
    left: 2%;
    top: 125px;
    z-index: 2;
}
.inventry_section {
    padding: 0;
}
.inventry_section h3 {
    font-size: 22px !important;
    color: #24a383 !important;
    margin: 0 0 45px !important;
}
.top_section .shape {
    margin: 10px 0;
}
.product_thumbs div {
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    margin-top: -1px;
}
.product_thumbs img {
    display: block;
    cursor: pointer;
}
.inventry_section .col_5 {
    height: 530px;
}
.inventry_section .col_5 .table .table_cell {
    vertical-align: top !important;
}
.inventry_section .col_5:first-child {
    padding-left: 50px;
}
.inventry_section .col_2,
.inventry_section .col_8 {
    vertical-align: middle;
}
.details_section {
    padding: 50px 0;
}
.details_section .col_5:nth-child(2),
.details_section .col_5:nth-child(3) {
    padding-right: 10px;
}
.details_section .col_5:nth-child(3) {
    padding-left: 10px;
}
.custom_table {
    border: 2px solid #e6e6e6;
    position: relative;
}
.custom_table:after {
    content: url(../images/custom-diamonds/right-arrow.png);
    left: 50%;
    top: 42%;
    position: absolute;
}
.custom_table tr td {
    width: 50%;
    padding: 10px 0;
    border-bottom: 1px dashed #e6e6e6;
    padding-left: 100px;
}
.custom_table tr td:first-child {
    background-color: #f2f2f2;
}
.parameter_details {
    padding-right: 10px;
}
.certificate {
    cursor: pointer;
}
.certificate_popup .popup_data {
    height: 60vh;
    overflow-y: scroll;
}
.inventry_certificate {
    padding-left: 10px;
}
.inventry_certificate .buttons {
    margin-top: 25px;
}
.nopadding {
    padding: 0;
}
.footer ul li a:hover,
.navbar ul li a:hover {
    color: #448f76;
}
.blog_title {
    font-family: PlayfairDisplay-Regular;
}
.footer .center_text {
    padding-left: 50px;
}
.leaflet-left .leaflet-control {
    position: absolute;
    left: 10px;
    top: 380px;
    margin: 0;
}
.contact p a:hover,
.contact p:hover {
    cursor: pointer;
    color: #448f76;
}
.selected_image {
    opacity: 0.5;
}
.mobile_step {
    display: none !important;
}
.comparision_section {
    padding-top: 0;
}
.comparision_table {
    margin: 30px 0;
    border: 1px solid #2a7558;
}
.comparision_table tr td {
    padding: 10px 0;
    border-left: 1px solid #2a7558;
}
.comparision_table thead tr td {
    border-bottom: 1px solid #2a7558;
}
.comparision_table thead tr td:first-child {
    border-bottom: 1px solid #fff;
}
.mobile_table thead tr td:first-child,
.mobile_table thead tr td:nth-child(2) {
    border-right: 1px solid #fff;
    border-bottom-color: #2a7558;
}
.comparision_table tr th p {
    font-family: PlayfairDisplay-Regular;
    font-size: 20px;
}
.comparision_table table tr th:first-child,
.comparision_table tr td:first-child,
.mobile_table thead tr:first-child td {
    background-color: #2a7558;
}
.mobile_table table tr th:first-child,
.mobile_table tr td:first-child {
    background-color: #e6e6e6;
}
.comparision_table tr td:first-child p,
.mobile_table thead tr:first-child td p {
    color: #fff;
}
.mobile_table tr td:first-child p {
    color: #000;
}
.comparision_table tr {
    border: 1px solid #fff;
}
.comparision_table tr td {
    background-color: #e6e6e6;
}
.comparision_table tr:last-child td p {
    border-bottom: 0;
}
video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.home_banner {
    padding: 0;
    position: relative;
    margin-top: 125px;
}
.home_banner .table {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}
.home_banner h1,
.home_banner h2 {
    padding-left: 50px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
.iia_section p {
    width: 75%;
    margin: auto;
}
.features h2 {
    font-size: 30px;
}
.features h1 {
    font-size: 40px;
}
.gif_wrap {
    text-align: center;
}
.step_1 .gif_wrap:before,
.step_2 .gif_wrap:before,
.step_3 .gif_wrap:before,
.step_4 .gif_wrap:before {
    position: absolute;
    left: 30px;
    top: 0;
    color: #c2c2c2;
    font-size: 70px;
    font-style: italic;
    font-family: PlayfairDisplay-Regular;
}
.step_1 .gif_wrap:before {
    content: "1.";
}
.step_2 .gif_wrap:before {
    content: "2.";
}
.step_3 .gif_wrap:before {
    content: "3.";
}
.step_4 .gif_wrap:before {
    content: "4.";
}
.precision_section {
    padding-bottom: 0;
}
.precision_1 {
    background-image: url(../images/precision/precision1.jpg);
}
.precision_2 {
    background-image: url(../images/precision/precision2.jpg);
}
.precision_3 {
    background-image: url(../images/precision/precision3.jpg);
}
.precision_4 {
    background-image: url(../images/precision/precision4.jpg);
}
.precision_5 {
    background-image: url(../images/precision/precision5.jpg);
}
.precision_6 {
    background-image: url(../images/precision/precision6.jpg);
}
.mastercut_1 {
    background-image: url(../images/master-cut/mastercut1.jpg);
}
.mastercut_2 {
    background-image: url(../images/master-cut/mastercut2.jpg);
}
.precision_section .education_section .col_5 {
    height: 75vh;
}
.precision_video {
    width: 80%;
    margin-left: 15%;
}
.cs_block {
    margin: 25px 0;
    padding-left: 0;
}
.cs_block h4 {
    font-size: 20px;
    margin-bottom: 5px;
}
.certificate_wrapper {
    height: 325px;
    overflow: hidden;
    text-align: center;
}
.home_slider .overlay {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 100px;
    padding-top: 150px;
}
.home_slider .overlay .table {
    width: 60%;
}
.home_slider .overlay h2 {
    font-size: 30px;
    margin: 20px 0 35px;
    text-transform: capitalize;
}
.home_slider .overlay p {
    margin: 30px 0;
    font-size: 18px;
}
.home_slider .overlay h1,
.home_slider .overlay h2,
.home_slider .overlay p {
    text-shadow: 0 2px #333;
}
.home_slider .button {
    color: #fff;
    border-color: #fff;
    margin: 0;
    width: 175px;
    background-color: transparent;
}
.home_slider .button:hover {
    color: #000 !important;
    background-color: #fff !important;
}
.home_slider {
    color: #fff;
    margin-top: 70px;
}
.home_slide {
    background-repeat: no-repeat;
    background-size: cover;
    height: 98vh;
    width: 100% !important;
}
@media screen and (min-width: 820px) and (max-width: 1025px) {
    .logo {
        left: 45%;
    }
    .home_slider {
        margin-top: 176px;
    }
    .home_slide {
        background-size: contain;
    }
    .bx-wrapper {
        height: 544px;
    }
    .bx-viewport {
        height: 100% !important;
    }
}
@media screen and (max-width: 820px) {
    .bx-wrapper {
        height: 435px;
    }
    .home_slide {
        background-size: contain;
    }
    .bx-viewport {
        height: 100%;
    }
}
@media screen and (max-width: 768px) {
    .bx-wrapper {
        height: 408px;
    }
    .home_slider {
        margin-top: 62px;
    }
}
@media screen and (max-width: 600px) {
    .home_slider {
        margin-top: 62px !important;
    }
    .bx-wrapper {
        height: 220px !important;
    }
    .home_slide {
        background-size: contain;
    }
    .bx-viewport {
        height: 100%;
    }
}
.event-heading {
    margin-top: 110px;
}
.home_slider .bx-wrapper .bx-pager {
    display: none;
}
.home_slider .bx-wrapper {
    margin-bottom: 0;
}
.scroll_down {
    background-image: url(../images/home/scroll_down.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    height: 100px;
    width: 100px;
    margin: 0 0 0 -40px;
    line-height: 20px;
    position: absolute;
    left: 50%;
    bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    z-index: 1;
    text-decoration: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    display: block;
    -webkit-animation: fade_move_down 2s ease-in-out infinite;
    -moz-animation: fade_move_down 2s ease-in-out infinite;
    animation: fade_move_down 2s ease-in-out infinite;
}
@-webkit-keyframes fade_move_down {
    0% {
        -webkit-transform: translate(0, -20px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
}
@-moz-keyframes fade_move_down {
    0% {
        -moz-transform: translate(0, -20px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -moz-transform: translate(0, 20px);
        opacity: 0;
    }
}
@keyframes fade_move_down {
    0% {
        transform: translate(0, -20px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translate(0, 20px);
        opacity: 0;
    }
}
.video_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #000;
    display: none;
}
.video_popup video {
    width: 100%;
    height: 100%;
}
.watch_video {
    cursor: pointer;
}
.watch_video img {
    width: 85px;
}
.watch_video:hover img {
    width: 80px;
}
.video_banner {
    overflow: hidden;
}
.video_banner .overlay {
    background-color: rgba(0, 0, 0, 0.05);
}
.education_wrapper {
    padding: 0 50px;
}
.education_wrapper .education_section:last-child {
    padding-bottom: 0;
}
.legal_section ul li {
    list-style: disc !important;
}
.legal_section ul {
    padding-left: 20px;
}
.bespoke_video {
    position: relative;
}
.bespoke_video video {
    position: relative;
    width: auto;
    height: 100%;
    margin-top: 0;
}
.error {
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    color: red;
    position: relative;
}
.error span {
    position: absolute;
    display: none;
}
.contact_mail img {
    margin-top: 5px;
}
.link {
    color: #448f76;
    font-weight: 600;
}
.master_banner {
    background-image: url(../images/master-cut/banner.jpg);
}
.product_main_image img {
    border-radius: 15px;
}
.listings {
    display: none;
}
.map_wrap {
    position: relative;
}
.map_scroll {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 30px;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #448f76;
    background-image: url(../images/down.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}
.mobile_div {
    display: none;
}
.mobile_header {
    display: none;
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: #fff;
    z-index: 5;
    border-bottom: 1px solid #448f76;
    padding: 0 15px;
    top: 0;
    left: 0;
}
.mobile_header ul {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    display: none;
}
.mobile_header ul li {
    padding: 5px 0;
    border-bottom: 1px solid #448f76;
}
.mobile_header img {
    height: 50px;
    margin-top: 5px;
}
.toggle_btn {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 8px;
    display: none;
    z-index: 9999;
    cursor: pointer;
}
.toggle_btn .line {
    height: 5px;
    margin: 5px 0;
    background-color: #000;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.active_menu .l1 {
    transform: translateY(10px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    -moz-transform: translateY(10px) translateX(0) rotate(45deg);
}
.active_menu .l2 {
    transform: translateY(25px);
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    opacity: 0;
}
.active_menu .l3 {
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-10px) translateX(0) rotate(-45deg);
}
.mobile_table {
    display: none;
    border-left: 0;
}
.footer .col_40 img {
    height: 75px;
    margin-top: 10px;
}
.sitemap .col_30 {
    padding-right: 50px;
}
.h2_size {
    font-size: 40px !important;
    margin: 0 0 20px !important;
}
.sitemap_title {
    background-color: #448f76;
    color: #fff;
    padding: 5px 10px;
}
.sitemap_links {
    border: 1px solid #448f76;
}
.sitemap_links li {
    padding: 5px 10px;
}
.sitemap a:hover {
    color: #448f76;
}
.footer .col_25:last-child img {
    margin-top: 25px;
}
.blog_banners {
    background-image: url(../images/dummy_bann.png);
    height: 735px;
    margin-top: 0;
    overflow: hidden;
    color: #fff;
}
.bloginner_data h1 {
    color: #24a383 !important;
}
.bloginner_data ul {
    margin: 15px 0 15px 20px;
}
.bloginner_data li {
    list-style: disc !important;
}
.blog_wrap .section {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
}
.blog_wrap .blog_box {
    margin: 0 29px 30px 0;
    box-shadow: 3px 3px 6px 2px #e0e0e2;
    -webkit-box-shadow: 3px 3px 6px 2px #e0e0e2;
    -moz-box-shadow: 3px 3px 6px 2px #e0e0e2;
    padding: 10px;
    display: none;
}
.blog_wrap .content {
    height: 100px;
    width: 45%;
    color: #fff;
    font-size: 24px;
    line-height: 100px;
    text-align: center;
    background-color: grey;
    margin: 5px;
    border: 1px solid #d3d3d3;
    display: none;
}
.blog_wrap .col_3 {
    width: 31%;
    /* min-height: 565px; */
}
.blog_wrap .small {
    width: 81%;
}
.blog_wrap .large {
    height: 272px;
}
.blog_wrap h3 {
    font-size: 22px;
}
.blog_wrap p {
    font-size: 16px;
    color: #777;
}
.blog_wrap .button {
    border: 2px solid #bbb;
    color: #24a383;
    display: block;
    width: 225px;
    margin: 15px 0 10px;
    padding: 5px 10px;
    text-align: center;
    background: #fff;
}
.blog_wrap .button:hover {
    background-color: #448f76;
    color: #fff;
    border-color: #448f76;
}
.blog_wrap .blog_box:last-child {
    margin: 0;
}
.gdc_banner {
    background-image: url(../images/banner-Image-2.jpg);
    height: 735px;
    margin-top: 0;
    overflow: hidden;
    color: #fff;
}
.drop_arrow {
    text-align: right;
    float: right;
}
.drop_arrow img {
    width: 13px;
    height: 9px;
}
.gdc_wrapper .about_gdc {
    width: 780px;
    margin: 0 auto;
}
.gdc_banner .overlay {
    left: 45%;
    background: 0 0;
    top: 10%;
}
.gdc_banner .overlay .table_cell {
    vertical-align: middle;
}
.gdc_banner ul li {
    display: inline-block;
    font-size: 26px;
    font-family: PlayfairDisplay-Regular;
}
.gdc_wrap h2 {
    font-size: 22px !important;
    color: #24a383 !important;
    margin: 25px 0 45px !important;
}
.gdc_wrap h3 {
    font-size: 22px !important;
    color: #000 !important;
    margin: 25px 0 10px !important;
}
.gdc_wrap .content p {
    margin: 15px auto;
    font-family: Avenir-Light;
    line-height: 26px;
}
#loadMore {
    border: 2px solid #bbb;
    color: #24a383;
    display: block;
    width: 225px;
    margin: 15px auto 10px;
    padding: 5px 10px;
    text-align: center;
    background: #fff;
}
#loadMore:hover {
    color: #24a383;
    text-decoration: none;
}
.noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
}
.unique {
    width: 100%;
}
.unique_text {
    position: absolute;
    color: #fff;
    font-size: 56px;
    top: 18%;
    font-family: PlayfairDisplay-Regular;
}
.unique_text p {
    width: 63%;
    font-size: 56px;
    font-family: PlayfairDisplay-Regular;
    padding-left: 25px;
}
.unique_text h3 {
    width: 63%;
    font-size: 56px;
    font-family: PlayfairDisplay-Regular;
    padding-left: 25px;
}
.unique_wrap {
    position: relative;
    display: block;
    height: 573px;
}
.fiery_blog_section {
    background-color: #f7f7f7;
}
.fiery_blog_section .section {
    padding: 25px 50px;
}
.fiery_blog_section .blog_box {
    width: calc(43% - 0px);
    margin: 25px 38px;
}
.fiery_blog_section .blog_box .title {
    font-size: 20px;
    font-family: PlayfairDisplay-Regular;
    margin-bottom: 20px;
    margin-top: 20px;
}
.fiery_blog_section .blog_box .dec {
    margin-top: 20px;
    line-height: 27px;
}
.steps_section {
    text-align: center;
    padding: 50px 17%;
}
.step_wrap {
    margin: 60px 0;
}
.step_wrap .first_step {
    display: flex;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.step_wrap .step_1 {
    margin: 0;
    text-align: left;
    width: 50%;
    width: calc(50% - 0px);
    padding: 50px 34px;
    border-right: 1px solid #ccc;
}
.step_wrap .step_2 {
    text-align: left;
    margin: 0;
    width: 50%;
    padding: 50px 40px 44px 50px;
    width: calc(50% - 0px);
}
.step_wrap .step_3 {
    margin: 0;
    text-align: left;
    width: 50%;
    width: calc(55.9% - 0px);
    padding: 85px 45px;
    border-right: 1px solid #ccc;
}
.step_wrap .step_4 {
    text-align: left;
    margin: 0;
    width: 50%;
    padding: 85px 40px 44px 50px;
    width: calc(56% - 0px);
}
.step_wrap .step_1:before,
.step_wrap .step_2:before,
.step_wrap .step_3:before,
.step_wrap .step_4:before {
    position: absolute;
    left: 30px;
    top: -45px;
    color: #25977a;
    font-size: 70px;
    font-family: PlayfairDisplay-Regular;
}
.step_wrap .step_1:before {
    content: "01.";
}
.step_wrap .step_2:before {
    content: "02.";
    left: 55%;
}
.step_wrap .step_3:before {
    content: "03.";
    top: 10px;
    top: 0;
}
.step_wrap .step_4:before {
    content: "04.";
    left: 55%;
    top: 0;
}
.step_wrap .second_step {
    display: flex;
    position: relative;
}
.pdf_section {
    text-align: center;
    background-color: #f7f7f7;
    margin: 0 auto;
    padding: 30px 0 60px;
}
.pdf_section .pdf_wrap {
    width: 1000px;
    margin: 0 auto;
}
.pdf_section h3 {
    margin: 20px 0 30px !important;
}
.single_blog .title {
    font-size: 20px;
    font-family: PlayfairDisplay-Regular;
    margin-bottom: 20px;
    margin-top: 20px;
}
.main_blog_section {
    margin: 0 auto;
    text-align: center;
}
.main_blog_section .title {
    text-align: left;
}
.main_blog_section .dec {
    text-align: left;
}
.main_blog_section .button {
    border: 2px solid #bbb;
    color: #000;
    display: block;
    width: 140px;
    margin: 15px 0 10px;
    padding: 5px 10px;
    text-align: center;
    background: #f7f7f7;
}
.allblogs {
    text-align: center !important;
    margin: 0 auto !important;
}
.accordion {
    width: 100%;
}
.accordion .accordion-head {
    color: #fff;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding: 13px;
    font-size: 0.87em;
    cursor: pointer;
}
.accordion .accordion-head * {
    cursor: pointer;
    margin: 0 !important;
    font-size: 18px !important;
    color: #000 !important;
}
.accordion .accordion-body {
    border-bottom: 1px solid #ccc;
    padding: 20px;
    height: auto;
    display: none;
}
.faq_section h3 {
    text-align: center;
    margin-bottom: 20px !important;
}
.faq_section .section {
    padding: 50px 20%;
}
@media only screen and (max-width: 768px) {
    .pdf_section .pdf_wrap {
        width: 100%;
    }
    .gdc_wrapper .about_gdc {
        width: 100%;
    }
    .unique_wrap {
        height: 240px;
    }
    .unique {
        width: 100%;
        height: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .pdf_section .pdf_wrap {
        width: 100%;
    }
    .blog_banners {
        height: 255px;
        margin-top: 0;
        color: #fff;
        width: 100%;
        background-position: left 60px;
        background-size: contain;
    }
    .accordion .accordion-head * {
        font-size: 15px !important;
    }
    .gdc_banner {
        height: 435px;
    }
    .precision_section .education_section .background_image {
        height: auto !important;
    }
    .gdc_wrapper .about_gdc {
        width: 100%;
    }
    .unique_wrap {
        height: 240px;
    }
    .unique {
        width: 100%;
        height: 100%;
    }
    .unique_text p {
        width: 100%;
        font-size: 20px;
    }
    .gdc_banner .overlay {
        left: 0;
        background: 0 0;
        top: 0;
    }
    h1 {
        font-size: 18px;
        margin: 0;
    }
    .gdc_banner ul li {
        font-size: 19px;
    }
    .fiery_blog_section .section {
        padding: 0 20px;
    }
    .fiery_blog_section .blog_box {
        width: 100%;
        margin: 0;
    }
    .precision_section {
        padding: 0 !important;
    }
    .steps_section {
        text-align: center;
        padding: 50px 5% 0;
    }
    .step_wrap .step_3 {
        width: calc(55.9% - 0px);
        padding: 90px 10px;
    }
    .step_wrap .step_1 {
        padding: 50px 10px;
    }
    .step_wrap .step_2 {
        padding: 50px 10px;
    }
    .step_wrap .step_4 {
        padding: 85px 10px 44px;
    }
    .step_wrap {
        margin: 60px 0 0;
    }
    .faq_section .section {
        padding: 50px 5%;
    }
}
@media screen and (min-width: 200px) and (max-width: 1024px) {
    .header {
        display: none;
    }
    #map,
    .banner,
    .home_banner {
        margin-top: 0;
    }
    .banner {
        margin-top: 60px;
    }
    .mobile_header,
    .toggle_btn {
        display: block;
    }
    .small_content {
        width: 100%;
    }
    .top_section {
        margin-top: 0;
        padding-top: 80px !important;
    }
    .video_popup video {
        margin-top: 0;
    }
    .parallax {
        background-attachment: scroll;
    }
    .blog_wrap .col_3 {
        margin: 0 auto 35px;
    }
}
@media screen and (min-width: 200px) and (max-width: 900px) {
    .popup {
        width: 80%;
        margin-left: 10%;
    }
    .features .col_5,
    .grey_section .col_5 {
        width: 100%;
        height: auto;
    }
    .grey_section .col_5 {
        margin: 20px 0;
    }
    .features .col_5 .overlay {
        position: relative;
    }
    .home_banner video[poster] {
        display: none;
    }
    .home_banner {
        height: 90vh;
        padding-top: 60px !important;
        background-image: url(../images/mob_banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .pillers .col_2 {
        padding-right: 10px;
    }
    .map_scroll {
        display: block;
    }
}
@media screen and (min-width: 200px) and (max-width: 700px) {
    .home_banner h1,
    .home_banner h2 {
        padding: 0 20px;
    }
    .features .overlay,
    .footer,
    .home_banner,
    .login_popup .col_5:first-child,
    .section,
    .signup_popup .col_5:first-child,
    .video_section .col_5 {
        padding: 30px 20px;
    }
    .register_popup {
        padding: 0;
    }
    .register_popup .popup_inner {
        padding: 20px;
    }
    .product_popup .col_7 {
        padding: 0 20px;
    }
    .register_popup .popup_data {
        padding: 0 !important;
    }
    .parallax {
        height: 200px;
    }
    .overlay {
        position: relative;
    }
    .cs_section svg,
    .diamonds img:nth-child(10),
    .diamonds img:nth-child(3),
    .diamonds img:nth-child(5),
    .diamonds img:nth-child(6),
    .diamonds img:nth-child(7),
    .diamonds img:nth-child(8),
    .diamonds img:nth-child(9) {
        display: none !important;
    }
    .diamonds img:first-child {
        top: 60px;
        height: 125px;
    }
    .diamonds img:nth-child(2) {
        height: 100px;
        right: 0;
    }
    .diamonds img:nth-child(4) {
        left: 0;
        bottom: 15%;
    }
    .diamonds img:nth-child(11) {
        top: 50px;
    }
    h1 {
        font-size: 20px;
margin-bottom: 10px;
    }
.table .table_cell p{font-size: 14px;}
    h2 {
        font-size: 18px;
    }
    .event_section .col_6 h4,
    h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .blog_wrap .col_3,
    .bloginner_banner p,
    .bloginner_section img,
    .col_25,
    .col_3,
    .col_30,
    .col_40,
    .col_5,
    .col_6,
    .col_7,
    .igi_section p,
    .register_banner h4,
    .register_form form .form_element {
        width: 100%;
    }
    .features .col_5,
    .parallax3 {
        height: auto;
    }
    .features .overlay img {
        height: 75px;
    }
    .shape {
        width: 33.33%;
        margin: 20px 0;
    }
    .cs_section .left_text,
    .cs_section .right_text,
    .event_section .col_6,
    .parallax {
        padding: 0;
    }
    .igi_parallax img,
    .igi_section img {
        height: 100px;
    }
    .igi_section .button {
        width: auto;
    }
    .testimonial_parallax {
        height: 120px;
    }
    .questions_section table tr td:first-child,
    .questions_section table tr th:first-child {
        padding-left: 20px;
    }
    .questions_section table {
        padding-right: 20px;
    }
    .comparision_table tr td p,
    .custom_table tr td p,
    .questions_section table tr td:nth-child(1) p,
    .questions_section table tr td:nth-child(2) p,
    .questions_section table tr td:nth-child(3) p {
        font-size: 13px;
    }
    .questions_section table tr td {
        padding: 5px 0;
        vertical-align: bottom;
    }
    .cs_section .right_text .cs:before {
        right: 0;
    }
    .cs_section .right_text .cs {
        padding-right: 40px;
    }
    .cs_section .left_text .cs:before {
        left: 0;
    }
    .cs_section .left_text .cs {
        padding-left: 40px;
    }
    .cs_section .col_40 {
        padding: 0;
    }
    .parallax3 .overlay {
        padding: 20px;
    }
    .parallax3 .col_25 {
        padding: 8px;
    }
    .inquiry_section {
        background-size: 200px;
        height: auto;
    }
    .inquiry_section .col_6 {
        float: none;
    }
    .inquiry_section .button {
        width: auto;
        margin-right: 5px;
    }
    .footer .col_25 {
        text-align: center;
    }
    .footer form {
        padding-bottom: 0;
    }
    .footer .center_text {
        padding-left: 0;
    }
    .w_center {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .popup .background_image {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        height: 100%;
    }
    .popup_inner {
        background-color: rgba(255, 255, 255, 0.8);
        overflow-y: scroll;
        height: 75vh;
    }
    .step_1 .process_image:before,
    .step_2 .process_image:before,
    .step_3 .process_image:before,
    .step_4 .process_image:before {
        font-size: 50px;
    }
    .about_section .col_5,
    .video_section .col_5 {
        height: auto;
    }
    .about_section .right_text {
        text-align: center;
        padding-left: 0;
        margin-bottom: 25px;
    }
    .about_section .section_title {
        margin-bottom: 15px;
    }
    .about_section .left_text,
    .pastevent .col_30 {
        text-align: center;
        padding-right: 0;
    }
    .about_section .background_image {
        margin-bottom: 20px;
    }
    .precision_section .education_section .col_5 {
        height: auto;
    }
    .about_section .background_image,
    .banner,
    .precision_section .education_section .background_image,
    .video_section .background_image {
        height: 225px;
    }
    .video_section .background_image {
        padding: 0;
    }
    .about_section {
        padding: 0 20px;
    }
    .vision_section {
        background-image: none;
    }
    .mobile_div {
        display: block;
    }
    .desktop_div {
        display: none;
    }
    .horizonal_line,
    .vertical_line {
        display: none;
    }
    .our_values .col_3 {
        margin: 20px 0;
        width: 50%;
    }
    .col_7,
    .event_section .col_6 {
        margin-top: 20px;
    }
    .left_blog .col_6 {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .right_blog .col_6 {
        padding-left: 0;
        margin-bottom: 20px;
    }
    .blog {
        margin-bottom: 30px;
    }
    .middle_contact {
        position: relative;
        top: 0;
        margin: 25px 0;
    }
    .contact_section .col_3:last-child,
    .contact_section .col_3:nth-child(2) {
        padding-left: 0;
    }
    .register_banner {
        background-size: 150px;
    }
    .footer .col_40 {
        width: 50%;
        display: inline-block;
    }
    .inventry_section .col_5:first-child {
        padding-left: 0;
    }
    .details_section {
        padding: 20px 0;
    }
    .custom_table tr td {
        padding-left: 10px;
    }
    .custom_table:after {
        left: 42%;
    }
    .details_section .col_5:nth-child(3) {
        padding-left: 0;
    }
    .details_section .col_5:nth-child(2),
    .parameter_details table {
        margin-bottom: 20px;
    }
    .details_section .col_5:nth-child(2),
    .details_section .col_5:nth-child(3),
    .parameter_details {
        padding: 10px;
    }
    .inventry_certificate .button:last-child {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .education_section .col_5 {
        height: auto;
        padding-top: 25px;
    }
    .education_section .background_image {
        height: 300px;
        margin-top: 10px;
    }
    .education_section .right_text {
        padding-left: 0;
        text-align: center;
    }
    .education_section .left_text {
        padding-right: 0;
        text-align: center;
    }
    .education_section {
        padding-bottom: 30px;
    }
    .buttons .button {
        margin-bottom: 20px;
    }
    .mid_content {
        width: 80%;
    }
    .left_arrow img,
    .right_arrow img {
        display: none;
    }
    .process .col_6:before {
        display: none;
    }
    .process .col_6 {
        padding-left: 0;
    }
    .table_wrapper {
        width: 100%;
        overflow-x: scroll;
    }
    .features h1 {
        font-size: 30px;
    }
    .features h2 {
        font-size: 22px;
    }
    #container1 {
        margin: 0;
    }
    .product_thumbs img {
        margin-top: 10px;
    }
    .home_slider .overlay {
        padding: 30px;
        padding-top: 80px;
    }
    .home_slider .overlay .table {
        width: 100%;
    }
    .home_slider .overlay h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .home_slider .overlay p {
        font-size: 16px;
    }
    .home_slider .bx-wrapper .bx-controls-direction a {
        background-size: 15px;
    }
    .home_slider .bx-wrapper .bx-next {
        right: 2px;
    }
    .home_slider .bx-wrapper .bx-prev {
        left: 2px;
    }
    .testimonial_section {
        height: auto;
    }
    .testimonial_section .overlay {
        padding: 20px;
    }
    .testimonial_section ul li {
        padding: 0;
        padding-top: 50px;
    }
    .footer_title {
        padding-top: 0;
    }
    .social {
        margin-bottom: 15px;
    }
    .video_popup video {
        position: relative;
    }
    .footer .col_25:first-child,
    .footer .col_25:nth-child(2) {
        width: 50%;
    }
    .banner .overlay {
        padding: 20px;
    }
    .process .col_6 p {
        text-align: center;
    }
    .certificate_wrapper {
        height: auto;
    }
    .our_values .section_title {
        margin-bottom: 0;
    }
    .process:after,
    .process_1 .col_40:before,
    .process_2 .col_40:before,
    .process_3 .col_40:before,
    .process_4 .col_40:before,
    .process_5 .col_40:before,
    .process_6 .col_40:before {
        left: 45%;
    }
    .process_1 .col_40:before,
    .process_2 .col_40:before,
    .process_3 .col_40:before,
    .process_4 .col_40:before,
    .process_5 .col_40:before,
    .process_6 .col_40:before {
        top: -35px;
    }
    .igi_parallax img:last-child {
        display: block;
    }
    .video_banner {
        background-image: url(../images/process/mob-banner.jpg);
        background-size: contain;
    }
    .sitemap .col_30 {
        padding-right: 0;
    }
    .customdiamond_section {
        background-size: 200px;
    }
    .custom_icon p {
        font-size: 16px;
    }
    .blog_buttons .col_25:first-child {
        margin-bottom: 30px;
    }
    .blog_buttons .col_25 .button {
        margin-bottom: 0;
    }
    .product_popup .form_element {
        width: 100%;
    }
}
.top_section h2,
h3,
h4,
h5 {
    font-size: 22px !important;
    color: #24a383 !important;
    margin: 25px 0 10px !important;
}
@media screen and (min-width: 200px) and (max-width: 350px) {
    .pillers .col_2,
    .shape {
        width: 50%;
    }
    .our_values .col_3,
    .process_image {
        width: 100%;
    }
    .desk_step,
    .process .col_40 p,
    .process_1 ul,
    .process_2 ul,
    .process_4 ul,
    .process_data,
    .step_4 .process_image p {
        display: none !important;
    }
    .mobile_step {
        display: block !important;
    }
    .process_1 .col_40:before,
    .process_2 .col_40:before,
    .process_3 .col_40:before,
    .process_4 .col_40:before,
    .process_5 .col_40:before,
    .process_6 .col_40:before,
    .step_1 .process_image:before,
    .step_2 .process_image:before,
    .step_3 .process_image:before,
    .step_4 .process_image:before {
        font-size: 40px;
    }
    .process_image {
        padding-left: 30px;
    }
    .inventry_section .col_5 {
        height: auto;
    }
    .inventry_section .col_2,
    .inventry_section .col_8 {
        width: 100%;
    }
    .mid_content {
        background-size: 100px;
    }
    .process .col_40 {
        padding-left: 0;
    }
    .popup {
        min-height: auto;
    }
    .footer .col_25:first-child,
    .footer .col_25:nth-child(2) {
        width: 100%;
    }
    .processs_video {
        margin-top: 0;
    }
    .register_popup .button {
        width: 200px;
    }
    .inventry_360 {
        height: 310px !important;
    }
    .product_thumbs div {
        width: calc(25% - 4px);
        display: inline-block;
        height: 65px;
    }
    .product_thumbs img {
        margin-top: 0;
    }
    .mobile_table {
        display: block;
    }
    .desktop_table {
        display: none;
    }
    .blog_banner {
        background-position: 70% center;
    }
    .blog_buttons .button {
        margin-bottom: 0;
    }
    .product_thumbs {
        margin-bottom: 20px;
    }
    .process_1 .col_40:before,
    .process_2 .col_40:before,
    .process_3 .col_40:before,
    .process_4 .col_40:before,
    .process_5 .col_40:before,
    .process_6 .col_40:before {
        font-size: 25px;
    }
    .inquiry_section {
        padding-bottom: 200px;
    }
    .buttons .button {
        margin-left: 0;
    }
}
@media screen and (min-width: 351px) and (max-width: 450px) {
    .diamonds img:nth-child(4) {
        top: 400px;
    }
    .pillers .col_2,
    .shape {
        width: 50%;
    }
    .our_values .col_3,
    .process_image {
        width: 100%;
    }
    .desk_step,
    .process .col_40 p,
    .process_1 ul,
    .process_2 ul,
    .process_4 ul,
    .process_data,
    .step_4 .process_image p {
        display: none !important;
    }
    .mobile_step {
        display: block !important;
    }
    .step_1 .process_image:before,
    .step_2 .process_image:before,
    .step_3 .process_image:before,
    .step_4 .process_image:before {
        font-size: 40px;
    }
    .process_image {
        padding-left: 30px;
    }
    .diamonds img:nth-child(11) {
        right: 60%;
        top: 10%;
    }
    .inventry_section .col_5 {
        height: auto;
    }
    .inventry_section .col_2,
    .inventry_section .col_8 {
        width: 100%;
    }
    .mid_content {
        background-size: 100px;
    }
    .footer .col_25:first-child,
    .footer .col_25:nth-child(2) {
        width: 100%;
    }
    .register_popup .button {
        width: 200px;
    }
    .inventry_360 {
        height: 310px !important;
    }
    .product_thumbs div {
        width: calc(25% - 4px);
        display: inline-block;
        height: 80px;
    }
    .product_thumbs img {
        margin-top: 0;
    }
    .mobile_table {
        display: block;
    }
    .desktop_table {
        display: none;
    }
    .blog_banner {
        background-position: 70% center;
    }
    .blog_buttons .button {
        margin-bottom: 0;
    }
    .process .col_40 {
        padding-left: 0;
    }
    .process_1 .col_40:before,
    .process_2 .col_40:before,
    .process_3 .col_40:before,
    .process_4 .col_40:before,
    .process_5 .col_40:before,
    .process_6 .col_40:before {
        font-size: 25px;
    }
    .inquiry_section {
        padding-bottom: 200px;
    }
    .product_thumbs {
        margin-bottom: 20px;
    }
    .inventry_360 {
        height: 336px !important;
    }
    .buttons .button {
        margin-left: 0;
    }
}
@media screen and (min-width: 451px) and (max-width: 650px) {
    .pillers .col_2 {
        width: 33.33%;
    }
    .diamonds img:nth-child(11) {
        width: 80px;
    }
    .diamonds img:first-child {
        right: -70px;
    }
    .diamonds img:nth-child(2) {
        right: 125px;
    }
    .process_image {
        padding-left: 70px;
    }
    .diamonds img:nth-child(4) {
        height: 60px;
    }
    .pastevent .col_30 {
        width: 64%;
        margin-left: 18%;
    }
    .video_popup video {
        margin-top: -5%;
    }
    .inquiry_section .col_6 {
        padding-left: 175px;
    }
}
@media screen and (min-width: 651px) and (max-width: 750px) {
    .pillers .col_2 {
        width: 33.33%;
    }
    .diamonds img:nth-child(11) {
        top: 2%;
        right: 35%;
    }
    .diamonds img:nth-child(4) {
        height: 60px;
    }
    .pastevent .col_30 {
        width: 54%;
        margin-left: 23%;
    }
    .video_popup video {
        margin-top: -5%;
    }
    .inquiry_section .col_6 {
        padding-left: 175px;
    }
}
@media screen and (min-width: 751px) and (max-width: 950px) {
    .pillers {
        width: 100%;
        padding-left: 20px;
    }
    .diamonds img:nth-child(4) {
        bottom: 250px;
        top: auto;
    }
    .diamonds img:nth-child(10) {
        bottom: 300px;
        top: auto;
    }
    .popup {
        min-height: auto;
    }
    .diamonds img:nth-child(7) {
        display: none !important;
    }
    .diamonds img:nth-child(11) {
        right: 80px;
        top: 258px;
    }
    .diamonds img:nth-child(6) {
        display: none !important;
    }
    .diamonds img:nth-child(5) {
        top: 15%;
        right: 35%;
    }
    .shape {
        width: 25%;
    }
    .questions_section table {
        padding-right: 50px;
    }
    .questions_section table tr td:first-child,
    .questions_section table tr th:first-child {
        padding-left: 50px;
    }
    .cs_wrapper .col_30,
    .inquiry_section .col_6 {
        width: 100%;
    }
    .cs_wrapper svg {
        display: none !important;
    }
    .about_section .col_5 {
        height: 400px;
    }
    .horizonal_line {
        left: 165px;
        width: 120px;
    }
    .vertical_line {
        height: 160px;
        top: -170px;
    }
    .small_vertical_line {
        height: 80px;
        top: -80px;
    }
    .our_values .col_3 {
        margin: 40px 0;
    }
    .inquiry_section {
        background-size: 350px;
    }
    .event_section .col_40 {
        width: 100%;
        text-align: center;
    }
    .event_section .col_6 {
        width: 100%;
        padding: 25px 0;
    }
    .pastevent .col_30 {
        width: 50%;
        margin-left: 25%;
        padding: 0;
    }
    .pastevent .col_7 {
        margin-top: 25px;
        width: 100%;
    }
    .blog .col_6 {
        width: 100%;
        padding: 0;
    }
    .blog .col_40 {
        width: 100%;
        margin-top: 25px;
    }
    .blog .desktop_div {
        display: none;
    }
    .blog .mobile_div {
        display: block;
    }
    .blog_buttons .col_25 {
        width: 50%;
    }
    .contact_section .col_3 {
        width: 100%;
    }
    .middle_contact {
        position: relative;
        top: 0;
        margin: 25px 0;
    }
    .contact_section .col_3:last-child,
    .contact_section .col_3:nth-child(2) {
        padding-left: 0;
    }
    .register_form form .form_element {
        width: 50%;
        vertical-align: top;
    }
    .custom_table tr td {
        padding-left: 50px;
    }
    .inventry_section .col_5:first-child {
        padding-left: 0;
    }
    .left_arrow img,
    .right_arrow img {
        height: 200px;
    }
    .process .col_40 {
        padding: 0 20px;
    }
    .process_1 .col_40:before,
    .process_2 .col_40:before,
    .process_3 .col_40:before,
    .process_4 .col_40:before,
    .process_5 .col_40:before,
    .process_6 .col_40:before {
        font-size: 35px;
    }
    .crbn_section .col_5,
    .home_slider .overlay .table {
        width: 100%;
    }
    .igi_section p {
        width: 80%;
    }
    .banner h1 {
        font-size: 40px;
    }
    .about_section .col_5,
    .education_section .col_5,
    .precision_section .education_section .col_5 {
        width: 100%;
        height: auto;
        text-align: center;
        padding: 0;
    }
    .about_section .col_5 h2,
    .education_section .col_5 h2,
    .precision_section .education_section .col_5 h3 {
        margin-top: 50px;
    }
    .about_section .background_image,
    .education_section .background_image,
    .precision_section .education_section .background_image {
        height: 400px;
    }
    .about_section .desktop_div,
    .education_section .desktop_div {
        display: none;
    }
    .about_section .mobile_div,
    .education_section .mobile_div {
        display: block;
    }
    .process_video {
        margin-top: -5%;
    }
    .inquiry_section {
        height: auto;
        background-size: 225px;
    }
    .inventry_section .col_5 {
        width: 100%;
    }
    .inquiry_section .col_6 {
        padding-left: 175px;
    }
}
@media screen and (min-width: 951px) and (max-width: 1050px) {
    .shape {
        width: 20%;
    }
    .cs_section .right_text {
        padding-right: 30px;
    }
    .cs_section .left_text {
        padding-left: 30px;
    }
    .popup {
        width: 80%;
        margin-left: 10%;
    }
    .diamonds img:nth-child(7) {
        display: none !important;
    }
    .horizonal_line {
        left: 195px;
    }
    .bloginner_section img {
        width: 75%;
    }
    .blog_buttons .col_25 {
        width: 35%;
    }
    .inventry_certificate .button:last-child {
        margin-top: 20px;
    }
    .left_arrow img,
    .right_arrow img {
        height: 200px;
    }
    .pillers {
        bottom: 125px;
        width: 80%;
    }
    .pillers .col_2 {
        padding-right: 10px;
    }
    .home_slider .overlay .table {
        width: 80%;
    }
    .process_video {
        margin-top: -12%;
    }
    .button {
        margin: 0 3px;
    }
    .inquiry_section {
        background-size: 450px;
    }
    .middle_contact {
        padding: 25px;
        left: 0;
        top: -200px;
        width: 100%;
        margin-left: 40px;
    }
}
@media screen and (min-width: 1500px) and (max-width: 1680px) {
    .cs_wrapper,
    .step_wrapper {
        padding: 0 75px;
    }
    .horizonal_line {
        left: 310px;
    }
}
@media screen and (min-width: 1681px) and (max-width: 1750px) {
    .step_wrapper {
        padding: 0 150px;
    }
    .cs_wrapper {
        padding: 0 170px;
    }
    .horizonal_line {
        left: 335px;
        width: 365px;
    }
}
@media screen and (min-width: 1751px) and (max-width: 1900px) {
    h3 {
        font-size: 30px;
    }
    .home_banner h2 {
        font-size: 50px;
    }
    .home_banner h1 {
        font-size: 60px;
    }
    .pillers .col_25 img {
        height: 230px;
    }
    .cs_wrapper {
        width: 1250px;
        margin: auto;
    }
    .step_wrapper {
        padding: 0 210px;
    }
    .horizonal_line {
        left: 345px;
        width: 400px;
    }
}
@media screen and (min-width: 1900px) {
    p {
        font-size: 20px;
        line-height: 28px;
    }
    h3 {
        font-size: 30px;
    }
    .home_slider .overlay h2 {
        font-size: 40px;
    }
    .home_slide h1 {
        font-size: 70px;
    }
    .cs_wrapper {
        width: 1250px;
        margin: auto;
    }
    .step_wrapper {
        padding: 0 320px;
    }
    .pillers .col_25 img {
        height: 250px;
    }
    .contact_section .col_3:last-child,
    .contact_section .col_3:nth-child(2) {
        padding-left: 150px;
    }
    #map,
    .banner {
        height: 500px;
    }
    .horizonal_line {
        left: 380px;
        width: 550px;
    }
}
.embeddedServiceSidebarFeature li,
.embeddedServiceSidebarFeature ul {
    opacity: 1 !important;
}
.embeddedServiceHelpButton .helpButton .uiButton {
    background: #fff !important;
    box-shadow: none !important;
}
@media screen and (max-width: 767px) {
    .gdc_banner .overlay .table_cell {
        padding: 0 0 0 20px;
    }
    .education_section {
        padding-bottom: 30px;
        display: flex;
        align-items: center;
        flex-flow: column;
    }
    .education_section.mastercutvideo {
        flex-flow: column-reverse;
        display: flex;
    }
    .education_section:last-child {
        flex-flow: column;
    }
}
.step_wrap .step_3:before,
.step_wrap .step_4:before {
    top: -15px;
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) no-repeat 0 0;
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) no-repeat -43px 0;
}
.sitemap {
    display: flex;
    flex-wrap: wrap;
    margin: 0.5rem;
    justify-content: center;
}
.sitemap_heading {
    margin-top: 150px;
    margin-bottom: 0;
    text-align: center;
}
.sitemap_banner {
    height: 375px;
    overflow: hidden;
    color: #fff;
}
.sitemap ul {
    list-style-type: none;
    padding-left: 20px;
}
.sitemap a {
    text-decoration: none;
}
.sitemap_title {
    font-weight: 600;
    margin: 1rem 0;
}
.sitemap p {
    margin: 1rem 0;
}
.category {
    margin: 0.5rem 1rem;
}
.main_blog_section .button:hover {
    background-color: #448f76;
    color: #fff;
    border-color: #448f76;
}
.precision_section .education_section li.col_5 {
    height: 50%;
}
.education_certificate {
    cursor: pointer;
    float: left;
    padding: 5px;
}
.blog_center {
    text-align: center;
}
.blog_center .dec {
    text-align: left;
}
.cbg_back {
    background-image: url(/Content/public/images/partner4.png);
    background-size: contain;
    height: 200px;
    width: 200px;
    margin: 0 auto;
}
.col_5.cbg_height {
    height: 33vh;
}
.about_section .section_container {
    height: fit-content;
    width: 49%;
}
.member_back {
    background-image: url(../images/our-story/member.jpg);
    height: 255px;
    width: 95%;
    margin: 0 auto;
}
.member_title {
    margin-bottom: 25px;
    text-align: center;
}
.shapes_container {
    margin: 60px 0 40px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
@media screen and (max-width: 1080px) {
    .shapes_container {
        margin: 170px 0 20px;
    }
}
@media screen and (max-width: 768px) {
    .shapes_container {
        margin: 60px 0 20px;
    }
}
.shapes_container a {
    text-align: center;
}
.shape {
    display: inline-block;
    vertical-align: bottom;
    width: fit-content;
    margin: 50px 0 30px;
}
@media only screen and (max-width: 768px) {
    .sitemap {
        display: flex;
        flex-wrap: wrap;
        margin: 5px;
        justify-content: start;
    }
    .shape {
        display: inline-block;
        vertical-align: bottom;
        width: fit-content;
        margin: 50px 29px 30px;
    }
    .sitemap_heading {
        margin-top: 80px;
        text-align: center;
    }
    .sitemap_banner {
        height: max-content;
    }
    .ags_content {
        margin-top: 80px;
    }
    .comparision_tablewidth {
        width: fit-content;
    }
    .content_margin {
        margin-top: 60px;
    }
    .unique_wrap {
        height: 440px;
    }
    .unique_text {
        position: absolute;
        color: #fff;
        font-size: 56px;
        top: 10%;
        font-family: PlayfairDisplay-Regular;
    }
    .unique_text p {
        width: 63%;
        font-size: 35px;
        font-family: PlayfairDisplay-Regular;
        padding-left: 25px;
    }
    .content.ecoFriendly {
        margin-top: 9rem;
    }
    .sparkling_margin {
        margin-bottom: 2rem;
    }
    .process_video {
        z-index: 1;
        position: relative;
    }
    .made p {
        font-size: 13px;
        margin-bottom: 30px;
    }
    .home_slider .overlay .table {
        height: 35%;
    }
    .about_section .section_container {
        height: fit-content;
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .ags_content {
        margin-top: 0;
    }
    .table_padding {
        padding: 5px;
    }
    .gdc_banner .overlay {
        left: 25%;
        background: 0 0;
        top: 13%;
    }
    .gdc_banner ul li {
        font-size: 14px;
    }
    .process_video {
        margin-top: 0;
        z-index: 2;
        position: relative;
    }
    .education_certificate {
        cursor: pointer;
        float: none;
        padding: 0;
    }
    .made p {
        margin-bottom: 60px;
        font-size: 13px;
    }
}
@media only screen and (max-width: 400px) {
    .content_margin {
        margin-top: 35px;
    }
}
@media screen and (min-width: 820px) and (max-width: 1050px) {
    .header {
        height: 175px;
    }
}
@media screen and (min-width: 951px) and (max-width: 1050px) {
    .banner {
        margin-top: 175px;
    }
    .middle_contact_margin {
        padding: 25px;
        left: 0;
        top: -200px;
        width: 100%;
        margin-left: 40px;
    }
    .col_6text {
        padding-left: 65px;
    }
    .header {
        height: 175px;
    }
    .stuck_header {
        height: 70px;
    }
    .about_section .col_5 {
        height: 26vh;
    }
    .our_values {
        padding-top: 100px;
    }
    .precision_section .education_section .col_5 {
        height: 26vh;
    }
    .education_section .col_5 {
        height: 30vh;
    }
    .unique {
        width: 100%;
        height: -webkit-fill-available;
    }
    .unique_text {
        position: absolute;
        color: #fff;
        font-size: 56px;
        top: 10%;
        font-family: PlayfairDisplay-Regular;
    }
    .home_slider .overlay .table {
        height: 46%;
        margin-left: 2rem;
    }
    .about_section .section_container {
        height: fit-content;
        width: 49%;
    }
}
.acsb-trigger.acsb-bg-lead.acsb-trigger-size-medium.acsb-trigger-position-x-right.acsb-trigger-position-y-bottom.acsb-ready {
    left: 3% !important;
}
.acsb-widget.acsb-widget-position-right.acsb-ready {
    right: auto !important;
    left: 30px !important;
}
.acsb-widget.acsb-widget-position-right.acsb-mobile.acsb-ready.acsb-active {
    right: auto !important;
    left: 10px !important;
}
.acsb-trigger.acsb-trigger-position-y-bottom.acsb-mobile {
    left: 3% !important;
}
.bloginner_data p strong a {
    text-decoration: underline;
    font-weight: 600;
}
.bloginner_data p a {
    text-decoration: underline;
    font-weight: 600;
}
@media screen and (min-width: 200px) and (max-width: 700px) {
    .p-img {
        height: 252px;
    }
}

