#section_HeaderLogicsept_0 {   background-color: #fff;   display: flex;   justify-content: center;   align-items: center;   width: 100%;   top: 0 !important;   left: 0;   z-index: 1000;   font-family: "Poppins", sans-serif;   transition: all .4s ease-out;   position: relative; }   #section_HeaderLogicsept_0 .CSSHOP {     z-index: 21;     margin: 5px; }   #section_HeaderLogicsept_0 .CSSHOP .cart_icon .amount {     background-color: #1C2D4E !important; }   #section_HeaderLogicsept_0 .CSSHOP .user_icon:hover i {     color: #1C2D4E !important;     -webkit-text-stroke: 1px #1C2D4E !important; }   #section_HeaderLogicsept_0 .CSSHOP .cart_icon:hover i {     color: #1C2D4E !important;     -webkit-text-stroke: 1px #1C2D4E !important; }   #section_HeaderLogicsept_0 .container {     display: flex;     justify-content: center;     align-items: center;     flex-direction: column;     margin-bottom: 14px;     background-color: transparent;     width: 100%;     max-width: 1440px;     position: relative; }   #section_HeaderLogicsept_0 .container .display_none {     display: none !important; }   #section_HeaderLogicsept_0 .container .navbar {     display: flex;     flex-direction: row;     justify-content: center;     align-items: center;     max-width: 1170px;     background-color: #1C2D4E;     width: calc(100% - 20px);     z-index: 2; }   #section_HeaderLogicsept_0 .container .nav_header {     display: flex;     flex-direction: row;     justify-content: space-between;     align-items: center;     max-width: 1170px;     max-height: 75px;     width: calc(100% - 20px); }   #section_HeaderLogicsept_0 .container .nav_header .logo_container {     display: flex;     flex-direction: row;     align-items: center;     gap: 50px; }   #section_HeaderLogicsept_0 .container .nav_header .cart_container {     display: flex;     align-items: center;     flex-direction: row;     gap: 10px; }   #section_HeaderLogicsept_0 .container .nav_header .logo {     max-width: 125px;     width: 100%; }   #section_HeaderLogicsept_0 .container .nav_header .logo > img {     width: 125px;     height: 70px;     object-fit: cover;     object-position: center; }   #section_HeaderLogicsept_0 .container .nav_header .contact {     display: flex;     flex-direction: column;     justify-content: space-evenly;     gap: 10px;     font-size: 13px;     color: #606060; }   #section_HeaderLogicsept_0 .container .nav_header .contact i {     font-size: 14px;     -webkit-text-stroke: 1px #666666;     color: transparent; }   #section_HeaderLogicsept_0 .container .nav_header .contact a {     text-decoration: none;     color: inherit; }   #section_HeaderLogicsept_0 .container .nav_header .contact a:hover {     text-decoration: underline; }   #section_HeaderLogicsept_0 .container .nav_header .user_lang > ul {     display: flex;     flex-direction: row-reverse;     gap: 5px; }   #section_HeaderLogicsept_0 .container .nav_header ul {     display: flex;     justify-content: center;     align-items: center;     gap: 20px;     list-style: none;     margin: 0;     padding: 0; }   #section_HeaderLogicsept_0 .container .nav_header ul li {     display: flex;     font-size: 14px; }   #section_HeaderLogicsept_0 .container .navbar ul {     display: flex;     justify-content: center;     align-items: center;     gap: 40px;     list-style: none;     width: 100%;     margin: 0;     padding: 0; }   #section_HeaderLogicsept_0 .container .navbar > ul li a {     text-decoration: none;     color: #fff;     transition: all .2s ease-out; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav {     position: relative;     display: flex;     height: 50px;     align-items: center;     font-size: 14px;     cursor: pointer; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav a::before {     content: '';     position: absolute;     left: -15px;     right: -15px;     top: -15px;     bottom: -15px; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav a {     position: relative; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav:hover {     font-weight: bold; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav i {     font-size: 16px;     transform: none;     color: #fff;     margin-right: 5px;     transition: all .2s ease-in-out; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content {     display: none;     overflow: hidden;     position: absolute;     transform: translateX(-9%);     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;     background-color: #fff;     top: 50px;     flex-direction: row;     gap: 20px;     padding: 0 20px 10px 20px; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav:nth-child(2) .nav_content {     transform: translateX(-31%); }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links {     display: none;     overflow: hidden;     position: absolute;     transform: translateX(-25%);     background-color: #fff;     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;     top: 50px;     flex-direction: column; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav:nth-child(1) .nav_links {     min-width: 230px; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav:hover .nav_links {     display: flex; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav::before:hover .nav_links {     display: flex; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links a:nth-last-child(1) {     border-bottom: none; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content .nav_content_title {     text-align: center;     font-size: 14px;     font-weight: bold;     padding-top: 5px;     padding-bottom: 5px;     background-color: #fff;     border-bottom: 1px solid #404040; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content .nav_content_title > a,   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links > a {     text-decoration: none;     color: #404040;     background-color: #fff;     border-bottom: none !important; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content .nav_content_title a:hover {     background-color: revert !important; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content .nav_content1 {     display: flex;     font-size: 14px;     flex-direction: column;     min-width: 160px; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links {     font-size: 14px;     flex-direction: column;     min-width: 160px; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content .nav_content1 a,   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links a {     font-weight: normal;     border-bottom: 1px solid #e9e9e9; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content .nav_content1 a:hover,   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links a:hover {     font-weight: bold; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav:hover .nav_content {     display: flex; }   #section_HeaderLogicsept_0 .container .navbar .nav_content a {     color: #404040;     background-color: #fff;     text-decoration: none;     width: 100%;     text-align: center;     display: block;     padding: 10px 0 10px 0; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links a {     color: #404040;     background-color: #fff;     border-bottom: 1px solid #e9e9e9;     text-decoration: none;     width: 100%;     text-align: center;     display: block;     padding: 10px 0 10px 0; }   #section_HeaderLogicsept_0 .container .navbar .nav_content a:hover, #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links a:hover {     background-color: #f5f5f5;     font-weight: bold; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav:hover i {     transform: rotate(90deg);     transition: all .2s ease-in-out; }   #section_HeaderLogicsept_0 .container .hamburger {     z-index: 1; }   #section_HeaderLogicsept_0 .container .nav_mobile {     display: none; }   #section_HeaderLogicsept_0 .container .mobile_header {     display: none; }   #section_HeaderLogicsept_0 .container .contact_res {     display: none; }   #section_HeaderLogicsept_0 .container .user_lang_res {     display: flex;     flex-direction: row;     align-items: center;     gap: 10px;     z-index: 4; }   #section_HeaderLogicsept_0 .container .user_lang_res ul {     display: flex;     list-style: none;     align-items: center;     gap: 5px;     padding: 0;     margin: 0; }   #section_HeaderLogicsept_0 .container .languages {     position: relative;     color: #424242;     width: 100%; }   #section_HeaderLogicsept_0 .container .languages img {     width: 18px;     height: 18px;     margin-right: 5px; }   #section_HeaderLogicsept_0 .container .languages .LNGpreview {     max-width: 80px !important;     display: flex;     flex-direction: row;     justify-content: center;     align-items: center;     font-size: 12px;     padding: 2px 20px 2px 2px;     color: #404040;     background-color: #ffffff;     border-radius: 6px;     font-weight: bold;     cursor: pointer;     position: relative;     height: auto; }   #section_HeaderLogicsept_0 .container .LNGpreview::after {     content: "\25BC";     position: absolute;     color: #404040;     right: 5px; }   #section_HeaderLogicsept_0 .container .languages .LNGdropdown {     display: none;     padding: 5px !important;     list-style: none;     border-radius: 6px;     width: 80px;     margin: 27px 0px 0px 0px !important;     position: absolute;     color: #404040;     top: 0px;     z-index: 1000;     background: #f5f5f5; }   #section_HeaderLogicsept_0 .container .languages .LNGdropdown li {     padding: revert;     border-radius: 6px;     display: flex;     align-items: center;     margin-top: 5px;     border-bottom: revert;     width: revert;     transition: revert;     background-color: revert;     width: 92px; }   #section_HeaderLogicsept_0 .container .languages .LNGdropdown li:nth-child(1) {     text-align: revert;     padding: revert;     font-size: revert;     border-top: revert;     color: revert;     border-bottom: revert;     width: revert; }   #section_HeaderLogicsept_0 .container .languages .LNGdropdown li:nth-last-child(1) {     text-align: revert;     padding: revert;     font-size: revert;     color: revert;     border: revert;     background-color: revert;     width: revert; }   #section_HeaderLogicsept_0 .container languages .LNGdropdown li:hover {     background: #707070; }   #section_HeaderLogicsept_0 .container .languages .LNGdropdown li a {     display: flex !important;     flex-direction: row;     justify-content: flex-start;     align-items: center;     width: 100%;     font-size: 14px;     text-decoration: none;     color: #404040; }   @media only screen and (max-width: 1170px) {     #section_HeaderLogicsept_0 .container {       min-height: 100px;       border-bottom: 1px solid #cdcdcd;       margin-bottom: revert; }     #section_HeaderLogicsept_0 .container .mobile_header {       display: flex;       justify-content: space-between;       align-items: center;       width: calc(100% - 20px); }     #section_HeaderLogicsept_0 .container .mobile_header .logo_container {       display: flex;       justify-content: flex-start;       align-items: center;       width: 100%;       gap: 10px;       z-index: 4; }     #section_HeaderLogicsept_0 .container .nav_header {       display: none !important; }     #section_HeaderLogicsept_0 .container .navbar {       display: none !important; }     #section_HeaderLogicsept_0 .container .nav_mobile {       display: block;       position: absolute;       height: 100%;       width: 100%; }     #section_HeaderLogicsept_0 .container .nav_mobile::before {       content: '';       position: absolute;       height: 100%;       width: 100%;       background-color: #fff;       z-index: 4; }     #section_HeaderLogicsept_0 .container .mobile_header .logo {       max-width: 125px;       width: 100%; }     #section_HeaderLogicsept_0 .container .mobile_header .logo > img {       width: 125px;       height: 70px;       user-select: none; }     #section_HeaderLogicsept_0 .container .nav_mobile .nav_mobile_links {       position: absolute;       list-style: none;       top: -1000px;       width: calc(100% - 40px);       background-color: #fff;       display: flex;       justify-content: center;       align-items: center;       flex-direction: column;       text-align: center;       margin: 0;       padding: 0;       transform: translateY(-40px);       transition: all .2s ease-in-out;       z-index: 2; }     #section_HeaderLogicsept_0 .container .nav_mobile .nav_mobile_links.open {       transform: translateY(50px);       transition: all .2s ease-in;       top: 52px;       display: flex;       width: 100%;       flex-direction: column;       align-items: center; }     #section_HeaderLogicsept_0 .container .nav_mobile ul li {       padding: 10px;       border-bottom: 2px solid #eeeeee;       width: calc(100% - 20px);       display: flex;       justify-content: center;       align-items: flex-start;       flex-direction: column;       transition: all .2s ease-in-out; }     #section_HeaderLogicsept_0 .container .nav_mobile ul li:hover {       background-color: #fff;       border-bottom: 2px solid #cdcdcd;       transition: all .2s ease-in-out; }     #section_HeaderLogicsept_0 .container .nav_mobile ul li a {       font-size: 16px;       color: #404040;       transition: all .2s ease-in-out;       text-align: center;       text-decoration: none;       width: 100%;       display: flex;       justify-content: space-between; }     #section_HeaderLogicsept_0 .container .nav_mobile ul li a:hover {       color: #009aa4 !important;       font-weight: bold;       transition: all .2s ease-in-out; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .last {       display: flex;       justify-content: space-between;       align-items: center;       width: calc(100% - 20px); }     #section_HeaderLogicsept_0 .container .hamburger {       display: flex; }     #section_HeaderLogicsept_0 .container .hamburger .hamburger_button {       width: 20px;       height: 20px;       cursor: pointer;       transform: scaleX(-1); }     #section_HeaderLogicsept_0 .container .hamburger .hamburger_button line {       stroke: #1C2D4E;       stroke-dasharray: 100%;       stroke-dashoffset: 0%;       transition: transform 0.3s, stroke-dashoffset .4s;       transform-origin: center;       stroke-width: 3px; }     #section_HeaderLogicsept_0 .container .hamburger .hamburger_button .top {       transform: translateY(-35%);       -webkit-transform: translateY(-35%);       -moz-transform: translateY(-33%);       -ms-transform: translateY(35%);       -o-transform: translateY(35%); }     #section_HeaderLogicsept_0 .container .hamburger .hamburger_button .middle {       transform: scaleX(1);       transition: opacity .3s, transform .3s; }     #section_HeaderLogicsept_0 .container .hamburger .hamburger_button .bottom {       transform: translateY(33%);       stroke-dasharray: 100%;       stroke-dashoffset: 9px; }     #section_HeaderLogicsept_0 .container .hamburger .hamburger_button:hover .bottom {       stroke-dashoffset: 0%; }     #section_HeaderLogicsept_0 .container .hamburger.menu-open .hamburger_button .top {       transform: rotate(45deg);       stroke-linecap: round; }     #section_HeaderLogicsept_0 .container .hamburger.menu-open .hamburger_button .middle {       transform: scaleX(0.1);       opacity: 0; }     #section_HeaderLogicsept_0 .container .hamburger.menu-open .hamburger_button line.bottom {       transform: rotate(-45deg);       stroke-linecap: round; }     #section_HeaderLogicsept_0 .container .hamburger.menu-open .hamburger_button .bottom {       stroke-dashoffset: 0%; }     #section_HeaderLogicsept_0 .container .hamburger {       width: auto; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-button {       position: relative;       display: flex;       justify-content: space-between;       align-items: center;       cursor: pointer;       width: 100%; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-button a {       text-align: left; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-button i {       color: #1C2D4E;       font-size: 14px;       width: 50px;       text-align: center;       transition: all .4s ease-in-out; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-button.active:before {       transform: rotate(-360deg) translateY(-20px);       opacity: 0; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-button.active i,     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-button.accordion-button:focus i {       transform: rotate(90deg);       transition: all .4s ease-in-out;       opacity: 50%; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-panel {       display: none;       padding-right: 10px;       padding-left: 40px;       overflow: hidden;       width: calc(100% - 100px); }     #section_HeaderLogicsept_0 .container .nav_mobile_links .links {       display: flex;       flex-direction: column;       gap: 10px;       margin-top: 20px; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .links a {       text-align: left;       font-size: 14px;       line-height: 30px;       color: #404040;       background-color: #fff;       border-bottom: 1px solid #009aa4; }     #section_HeaderLogicsept_0 .container .contact_res {       display: flex;       flex-direction: column;       align-items: baseline;       font-size: 14px;       color: #606060;       padding-top: 20px;       padding-bottom: 20px;       gap: 10px; }     #section_HeaderLogicsept_0 .container .contact_res a {       text-decoration: none;       color: inherit; }     #section_HeaderLogicsept_0 .container .nav_header {       justify-content: flex-end; } }   @media only screen and (max-width: 580px) {     #section_HeaderLogicsept_0 .container .mobile_header .logo {       width: calc(100% - 10px); }     #section_HeaderLogicsept_0 .container .mobile_header .logo > img {       width: 100%;       height: auto; } }  #section_logicseptsinglecert {   /*! elementor-icons - v5.7.0 - 21-05-2020 */ }   #section_logicseptsinglecert #Content,   #section_logicseptsinglecert #Wrapper,   #section_logicseptsinglecert html {     background-color: #fcfcfc; }   #section_logicseptsinglecert body {     font-family: Roboto, Arial, Tahoma, sans-serif; }   #section_logicseptsinglecert h3 {     font-family: Patua One, Arial, Tahoma, sans-serif;     font-weight: 300; }   #section_logicseptsinglecert body {     line-height: 21px; }   #section_logicseptsinglecert h3 {     font-size: 25px;     line-height: 27px; }   #section_logicseptsinglecert body {     font-family: segoe-ui;     font-size: 13px;     direction: ltr; }   #section_logicseptsinglecert h3 {     margin: 0; }   #section_logicseptsinglecert p {     margin-bottom: 0; }   #section_logicseptsinglecert section {     max-width: 1440px;     margin: 0 auto; }   @media (min-width: 1200px) {     #section_logicseptsinglecert .container {       max-width: 1100px; } }   #section_logicseptsinglecert .single-blog {     margin-bottom: 30px;     margin: 0 auto;     background-color: #fff; }   #section_logicseptsinglecert .single-blog__title {     margin-bottom: 20px; }   #section_logicseptsinglecert .nnn, #section_logicseptsinglecert h1, #section_logicseptsinglecert h2, #section_logicseptsinglecert h3, #section_logicseptsinglecert h4, #section_logicseptsinglecert h5, #section_logicseptsinglecert h6 {     font-size: 24px;     font-weight: 600;     color: #2A003E;     line-height: 24px;     font-family: Space Grotesk, Helvetica, Arial, sans-serif;     margin: 0px 0px 15px 0px; }   #section_logicseptsinglecert .single-blog__item p {     font-size: 12px;     font-weight: 400;     color: #666;     margin-bottom: 20px; }   #section_logicseptsinglecert :root {     --blue: #007bff;     --indigo: #6610f2;     --purple: #6f42c1;     --pink: #e83e8c;     --red: #dc3545;     --orange: #fd7e14;     --yellow: #ffc107;     --green: #28a745;     --teal: #20c997;     --cyan: #17a2b8;     --white: #fff;     --gray: #6c757d;     --gray-dark: #343a40;     --primary: #007bff;     --secondary: #6c757d;     --success: #28a745;     --info: #17a2b8;     --warning: #ffc107;     --danger: #dc3545;     --light: #f8f9fa;     --dark: #343a40;     --breakpoint-xs: 0;     --breakpoint-sm: 576px;     --breakpoint-md: 768px;     --breakpoint-lg: 992px;     --breakpoint-xl: 1200px;     --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";     --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace ; }   #section_logicseptsinglecert *,   #section_logicseptsinglecert :after,   #section_logicseptsinglecert :before {     box-sizing: border-box; }   #section_logicseptsinglecert html {     font-family: sans-serif;     line-height: 1.15;     -webkit-text-size-adjust: 100%;     -webkit-tap-highlight-color: transparent; }   #section_logicseptsinglecert body {     margin: 0;     font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif;     font-size: 1rem;     line-height: 1.5;     color: #212529;     text-align: left;     background-color: #fff; }   #section_logicseptsinglecert h3,   #section_logicseptsinglecert p {     margin-top: 0; }   #section_logicseptsinglecert p {     margin-bottom: 1rem; }   #section_logicseptsinglecert [type=button]:not(:disabled),   #section_logicseptsinglecert [type=reset]:not(:disabled),   #section_logicseptsinglecert [type=submit]:not(:disabled),   #section_logicseptsinglecert button:not(:disabled) {     cursor: pointer; }   #section_logicseptsinglecert ::-webkit-file-upload-button {     font: inherit;     -webkit-appearance: button; }   #section_logicseptsinglecert h3 {     margin-bottom: .5rem;     line-height: 1.2;     font-size: 1.75rem; }   #section_logicseptsinglecert .container {     width: 100%;     padding-right: 15px;     padding-left: 15px;     margin-right: auto;     margin-left: auto; }   @media (min-width: 576px) {     #section_logicseptsinglecert .container {       max-width: 540px; } }   @media (min-width: 768px) {     #section_logicseptsinglecert .container {       max-width: 720px; } }   @media (min-width: 992px) {     #section_logicseptsinglecert .container {       max-width: 960px; } }   @media (min-width: 1200px) {     #section_logicseptsinglecert .container {       max-width: 1140px; } }   #section_logicseptsinglecert .form-control::placeholder {     color: #6c757d;     opacity: 1; }   #section_logicseptsinglecert .close:not(:disabled):not(.disabled):focus,   #section_logicseptsinglecert .close:not(:disabled):not(.disabled):hover {     opacity: .75; }   @media print {     #section_logicseptsinglecert *,     #section_logicseptsinglecert :after,     #section_logicseptsinglecert :before {       text-shadow: none !important;       box-shadow: none !important; }     #section_logicseptsinglecert h3,     #section_logicseptsinglecert p {       orphans: 3;       widows: 3; }     #section_logicseptsinglecert h3 {       page-break-after: avoid; }     @page {       #section_logicseptsinglecert {         size: a3; } }     #section_logicseptsinglecert .container,     #section_logicseptsinglecert body {       min-width: 992px !important; } }   #section_logicseptsinglecert .dialog-close-button:not(:hover) {     opacity: .4; }   #section_logicseptsinglecert .elementor-templates-modal__header__item > i:not(:hover) {     color: #a4afb7; }   #section_logicseptsinglecert .elementor-templates-modal__header__close--skip > i:not(:hover) {     color: #fff; }   #section_logicseptsinglecert .elementor-field-group .elementor-field-textual::placeholder {     color: inherit;     font-family: inherit;     opacity: .6; }   #section_logicseptsinglecert body,   #section_logicseptsinglecert div,   #section_logicseptsinglecert h3,   #section_logicseptsinglecert html,   #section_logicseptsinglecert p,   #section_logicseptsinglecert section {     margin: 0;     padding: 0;     border: 0;     font-size: 100%;     font: inherit;     vertical-align: baseline; }   #section_logicseptsinglecert section {     display: block; }   #section_logicseptsinglecert body {     line-height: 1; }   #section_logicseptsinglecert html {     height: 100%; }   #section_logicseptsinglecert body {     -webkit-font-smoothing: antialiased;     -webkit-text-size-adjust: 100%; }   #section_logicseptsinglecert h3 {     margin-bottom: 15px; }   #section_logicseptsinglecert p {     margin: 0 0 15px; }   #section_logicseptsinglecert .template-slider #Content {     padding-top: 0 !important; }   #section_logicseptsinglecert body {     overflow-x: hidden; }   @media only screen and (min-width: 768px) and (max-width: 959px) {     #section_logicseptsinglecert body {       min-width: 0; }     #section_logicseptsinglecert #Wrapper {       width: 728px; }     #section_logicseptsinglecert .container {       width: 708px; } }   @media only screen and (max-width: 767px) {     #section_logicseptsinglecert body {       min-width: 0; }     #section_logicseptsinglecert #Wrapper {       width: 300px; }     #section_logicseptsinglecert .container {       width: 260px !important; } }   @media only screen and (min-width: 480px) and (max-width: 767px) {     #section_logicseptsinglecert #Wrapper {       width: 420px; }     #section_logicseptsinglecert .container {       width: calc(100% - 67px) !important; } }   #section_logicseptsinglecert #Content,   #section_logicseptsinglecert #Wrapper,   #section_logicseptsinglecert html {     background-color: #fff; }   #section_logicseptsinglecert body {     font-family: Roboto, Helvetica, Arial, sans-serif; }   #section_logicseptsinglecert h3 {     font-family: Space Grotesk, Helvetica, Arial, sans-serif; }   #section_logicseptsinglecert body {     font-size: 18px;     line-height: 26px;     font-weight: 400; }   #section_logicseptsinglecert body,   #section_logicseptsinglecert h3 {     letter-spacing: 0; }   #section_logicseptsinglecert h3 {     font-size: 40px;     line-height: 50px;     font-weight: 500; }   @media only screen and (min-width: 768px) and (max-width: 959px) {     #section_logicseptsinglecert body {       font-size: 15px;       line-height: 22px; }     #section_logicseptsinglecert body,     #section_logicseptsinglecert h3 {       letter-spacing: 0; }     #section_logicseptsinglecert h3 {       font-size: 34px;       line-height: 43px; } }   @media only screen and (min-width: 480px) and (max-width: 767px) {     #section_logicseptsinglecert body {       font-size: 14px;       line-height: 20px; }     #section_logicseptsinglecert body,     #section_logicseptsinglecert h3 {       letter-spacing: 0; }     #section_logicseptsinglecert h3 {       font-size: 30px;       line-height: 38px; } }   @media only screen and (max-width: 479px) {     #section_logicseptsinglecert body {       font-size: 13px;       line-height: 19px; }     #section_logicseptsinglecert body,     #section_logicseptsinglecert h3 {       letter-spacing: 0; }     #section_logicseptsinglecert h3 {       font-size: 24px;       line-height: 30px; } }   @media only screen and (min-width: 1240px) {     #section_logicseptsinglecert .container {       max-width: 1200px;       padding-top: 20px; } }   @media only screen and (max-width: 767px) {     #section_logicseptsinglecert .container {       max-width: 480px !important; } }   #section_logicseptsinglecert .container {     z-index: 1; }   #section_logicseptsinglecert body.mobile-side-slide {     position: relative;     overflow-x: visible; }   @media only screen and (max-width: 767px) {     #section_logicseptsinglecert .container {       width: calc(100% - 67px) !important; } }   #section_logicseptsinglecert body {     min-width: 1240px;     padding: 25px 0; }   #section_logicseptsinglecert #Wrapper {     width: 1240px;     margin: 0 auto;     overflow: hidden; }   #section_logicseptsinglecert .layout-full-width {     padding: 0; }   #section_logicseptsinglecert .layout-full-width #Wrapper {     width: 100% !important;     margin: 0 !important; }   #section_logicseptsinglecert #Content {     width: 100%; }   #section_logicseptsinglecert .container {     width: 1200px;     margin: 0 auto;     position: relative; }   #section_logicseptsinglecert .container:after {     content: " ";     content: "\0020";     display: block;     height: 0;     clear: both;     visibility: hidden; }   #section_logicseptsinglecert #Wrapper {     box-shadow: 0 0 15px rgba(0, 0, 0, 0.06); }   @media only screen and (min-width: 960px) and (max-width: 1239px) {     #section_logicseptsinglecert body {       min-width: 0; }     #section_logicseptsinglecert #Wrapper {       width: 960px; }     #section_logicseptsinglecert .container {       width: 940px; } }   #section_logicseptsinglecert body,   #section_logicseptsinglecert html {     overflow-x: hidden; }   @media only screen and (min-width: 960px) and (max-width: 1239px) {     #section_logicseptsinglecert body {       min-width: 0; }     #section_logicseptsinglecert .container {       max-width: 940px; } }   @media only screen and (min-width: 768px) and (max-width: 959px) {     #section_logicseptsinglecert body {       min-width: 0; }     #section_logicseptsinglecert .container {       max-width: 708px; } }   @media only screen and (max-width: 767px) {     #section_logicseptsinglecert body {       min-width: 0; }     #section_logicseptsinglecert .container {       max-width: 90%;       max-width: calc(100% - 67px) !important; } }   #section_logicseptsinglecert *, #section_logicseptsinglecert ::after, #section_logicseptsinglecert ::before {     box-sizing: border-box; }   #section_logicseptsinglecert h3 {     margin-top: 0;     margin-bottom: .5rem; }   #section_logicseptsinglecert p {     margin-top: 0;     margin-bottom: 1rem; }   #section_logicseptsinglecert strong {     font-weight: bolder; }   #section_logicseptsinglecert a {     color: #007bff;     text-decoration: none;     background-color: transparent; }   #section_logicseptsinglecert a:hover {     color: #0056b3;     text-decoration: underline; }   #section_logicseptsinglecert img {     vertical-align: middle;     border-style: none; }   #section_logicseptsinglecert h3 {     margin-bottom: .5rem;     font-weight: 500;     line-height: 1.2; }   #section_logicseptsinglecert h3 {     font-size: 1.75rem; }   #section_logicseptsinglecert .container {     width: 100%;     padding-right: 15px;     padding-left: 15px;     margin-right: auto;     margin-left: auto; }   @media (min-width: 576px) {     #section_logicseptsinglecert .container {       max-width: 540px; } }   @media (min-width: 768px) {     #section_logicseptsinglecert .container {       max-width: 720px; } }   @media (min-width: 992px) {     #section_logicseptsinglecert .container {       max-width: 960px; } }   @media (min-width: 1200px) {     #section_logicseptsinglecert .container {       max-width: 1140px; } }   #section_logicseptsinglecert .row {     display: -ms-flexbox;     display: flex;     -ms-flex-wrap: wrap;     flex-wrap: wrap;     margin-right: -15px;     margin-left: -15px; }   #section_logicseptsinglecert .col-lg-12 {     position: relative;     width: 100%;     padding-right: 15px;     padding-left: 15px; }   @media (min-width: 992px) {     #section_logicseptsinglecert .col-lg-12 {       -ms-flex: 0 0 100%;       flex: 0 0 100%;       max-width: 100%; } }   @media print {     #section_logicseptsinglecert *, #section_logicseptsinglecert ::after, #section_logicseptsinglecert ::before {       text-shadow: none !important;       box-shadow: none !important; }     #section_logicseptsinglecert a:not(.btn) {       text-decoration: underline; }     #section_logicseptsinglecert img {       page-break-inside: avoid; }     #section_logicseptsinglecert h3, #section_logicseptsinglecert p {       orphans: 3;       widows: 3; }     #section_logicseptsinglecert h3 {       page-break-after: avoid; }     #section_logicseptsinglecert .container {       min-width: 992px !important; } }   #section_logicseptsinglecert [class^="dn-"] {     font-family: "icon" !important;     speak: never;     font-style: normal;     font-weight: normal;     font-variant: normal;     text-transform: none;     line-height: 1;     -webkit-font-smoothing: antialiased;     -moz-osx-font-smoothing: grayscale; }   #section_logicseptsinglecert .dn-download:before {     content: "\e905"; }   #section_logicseptsinglecert a, #section_logicseptsinglecert a:hover, #section_logicseptsinglecert a:focus, #section_logicseptsinglecert a:active, #section_logicseptsinglecert a:visited {     text-decoration: none;     color: #212121; }   #section_logicseptsinglecert img {     max-width: 100%; }   #section_logicseptsinglecert h3 {     margin: 0; }   #section_logicseptsinglecert p {     margin-bottom: 0; }   @media (min-width: 1200px) {     #section_logicseptsinglecert .container {       max-width: 1200px; } }   #section_logicseptsinglecert .single-certificate__wrapper__text {     display: flex;     flex-direction: column;     padding-bottom: 20px; }   #section_logicseptsinglecert .single-certificate__wrapper__text__title {     margin-bottom: 26px; }   #section_logicseptsinglecert .single-certificate__wrapper__text__title h3 {     font-size: 36px;     font-weight: 400;     color: #2A003E; }   #section_logicseptsinglecert .single-certificate__wrapper__text__desc p {     font-size: 12px;     font-weight: 400;     color: #081D22;     line-height: 16px;     margin-bottom: 12px; }   #section_logicseptsinglecert .single-certificate__wrapper__text__download {     display: flex;     flex-direction: column;     margin-left: auto; }   #section_logicseptsinglecert .single-certificate__wrapper__text__download__image {     display: flex;     margin-bottom: 15px;     margin-top: 30px; }   #section_logicseptsinglecert .single-certificate__wrapper__text__download__info {     display: flex;     align-items: center;     margin-left: auto; }   #section_logicseptsinglecert .single-certificate__wrapper__text__download__info span {     font-size: 14px;     font-weight: 300;     color: #08244C;     margin-right: 8px;     line-height: 27PX; }   #section_logicseptsinglecert .single-certificate__wrapper__text__download__info i {     font-size: 16px;     color: #817D79;     transition: 0.3s;     width: 30px;     height: 30px;     display: flex;     align-items: center;     justify-content: center;     border: 1px solid #707070;     border-radius: 2px; }   #section_logicseptsinglecert .single-certificate__wrapper__text__download__info i:hover {     font-size: 16px;     border-color: #13B0E1;     color: #13B0E1;     width: 32px;     height: 32px; }   #section_logicseptsinglecert .single-certificate__wrapper__text__desc {     max-width: 70%; }  #section_LogicSeptFooter_2 {   background-color: #fff;   display: flex;   justify-content: center;   align-items: center;   font-family: Arial, Helvetica, sans-serif; }   #section_LogicSeptFooter_2 .container {     display: flex;     justify-content: space-between;     padding-top: 20px;     gap: 20px;     flex-wrap: wrap;     width: calc(100% - 20px);     border-top: 2px solid #d7d6df;     border-bottom: 1px solid #d7d6df;     max-width: 1170px;     position: relative; }   #section_LogicSeptFooter_2 .container::before {     content: '';     position: absolute;     width: 150px;     height: 100%;     top: 0;     left: 0;     background-color: #17a3ac;     z-index: 2; }   #section_LogicSeptFooter_2 .container .prt1 {     display: flex;     align-items: flex-end;     justify-content: space-between;     flex-direction: column;     max-width: 280px;     min-height: 310px;     width: 100%;     position: relative; }   #section_LogicSeptFooter_2 .container .prt1 .logo {     position: absolute;     width: 150px;     height: 120px;     object-fit: cover;     object-position: center;     right: -25px;     top: -20px; }   #section_LogicSeptFooter_2 .container .prt1 img:nth-child(2) {     position: absolute;     width: 300px;     left: 38px;     height: 200px;     bottom: 0; }   #section_LogicSeptFooter_2 .container .prt1 .icons {     display: flex;     flex-direction: column;     align-self: flex-start;     align-items: flex-start;     gap: 5px;     position: absolute;     left: 70px;     bottom: 5px;     width: calc(100% - 40px); }   #section_LogicSeptFooter_2 .container .prt1 .icons .row_icon {     display: flex;     gap: 7px;     z-index: 3; }   #section_LogicSeptFooter_2 .container .prt1 .icons .copyright {     font-size: 12px;     line-height: 20px;     color: #ffffff;     z-index: 3;     width: calc(100% - 40px); }   #section_LogicSeptFooter_2 .container .prt1 .icons::before {     content: '';     position: absolute;     width: 100%;     min-width: 300px;     height: 90px;     bottom: -5px;     left: -31px;     background-color: #14213af1;     z-index: 3; }   #section_LogicSeptFooter_2 .container .prt1 .icons a {     text-decoration: none;     z-index: 2; }   #section_LogicSeptFooter_2 .container .prt1 .icons img {     display: inline-block;     width: 20px;     height: 20px; }   #section_LogicSeptFooter_2 .container .prt2 {     display: flex;     flex-direction: column;     gap: 5px;     font-size: 14px;     line-height: 20px;     padding-bottom: 20px;     max-width: 250px;     box-sizing: border-box;     background-color: #fff;     padding-left: 10px;     z-index: 3;     position: relative; }   #section_LogicSeptFooter_2 .container .prt2:nth-last-child(1) {     justify-content: flex-start;     padding-top: 34px;     gap: 10px;     max-width: 200px; }   #section_LogicSeptFooter_2 .container .prt2::before {     content: '';     position: absolute;     left: 0;     top: 40px;     width: 1px;     height: calc(100% - 50px);     background-color: #dddddd; }   #section_LogicSeptFooter_2 .container .prt2 .title {     margin: 0;     font-size: 16px !important;     line-height: 30px;     font-weight: bold;     color: #404040; }   #section_LogicSeptFooter_2 .container .prt2 a {     text-decoration: none;     color: #666666;     text-align: left; }   #section_LogicSeptFooter_2 .container .prt2 a:hover {     text-decoration: none;     color: #313A4A; }   #section_LogicSeptFooter_2 .container .prt2 .address {     display: flex;     flex-direction: column;     align-items: flex-start; }   #section_LogicSeptFooter_2 .container .prt2 .address .contact_title {     color: #404040;     font-size: 14px;     line-height: 20px;     font-weight: bold; }   #section_LogicSeptFooter_2 .container .prt2 .address .tel {     display: flex;     flex-direction: column;     width: 100%; }   @media only screen and (max-width: 1090px) {     #section_LogicSeptFooter_2 .container .prt1 {       max-width: 100%;       align-items: flex-start;       min-height: 200px;       gap: 30px;       order: 10; }     #section_LogicSeptFooter_2 .container .prt1 img:nth-child(2) {       left: 0; }     #section_LogicSeptFooter_2 .container::before {       display: none; }     #section_LogicSeptFooter_2 .container .prt1 .icons {       padding-left: 20px;       width: calc(100% - 20px);       left: 0; }     #section_LogicSeptFooter_2 .container .prt1 .icons::before {       left: -10px;       width: calc(100% + 20px);       height: 70px; }     #section_LogicSeptFooter_2 .container .prt2 {       margin-left: 10px; }     #section_LogicSeptFooter_2 .container .prt1 .logo {       position: revert; }     #section_LogicSeptFooter_2 .container .prt2:nth-last-child(2)::before {       content: '';       position: absolute;       left: -10px;       top: 0;       width: 1px;       height: 100%; } }   @media only screen and (max-width: 580px) {     #section_LogicSeptFooter_2 .container .prt2 .title {       font-size: 16px !important; }     #section_LogicSeptFooter_2 .container .prt2:nth-last-child(1) .address {       width: 100%;       max-width: 100%; }     #section_LogicSeptFooter_2 .container .prt2:nth-last-child(1) {       width: 100%;       max-width: 100%;       padding-top: 0; }     #section_LogicSeptFooter_2 .container .prt2 {       min-width: 200px; }     #section_LogicSeptFooter_2 .container {       justify-content: flex-start; }     #section_LogicSeptFooter_2 .container .prt2:nth-last-child(1)::before {       top: 0; } } 
