@font-face {
    font-family: 'cerebri_sansbold';
    src: url('font/cerebri_sans_bold-webfont.woff2') format('woff2'),
        url('font/cerebri_sans_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cerebri_sansbook';
    src: url('font/cerebri_sans_book-webfont.woff2') format('woff2'),
        url('font/cerebri_sans_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cerebri_sansextrabold';
    src: url('font/cerebri_sans_extrabold-webfont.woff2') format('woff2'),
        url('font/cerebri_sans_extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cerebri_sanssemibold_italic';
    src: url('font/cerebri_sans_semibold_italic-webfont.woff2') format('woff2'),
        url('font/cerebri_sans_semibold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cerebri_sanssemibold';
    src: url('font/cerebri_sans_semibold-webfont.woff2') format('woff2'),
        url('font/cerebri_sans_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.layout-1200 {
    width: 1200px;
    margin: auto;
    clear: both;
    overflow: hidden;
}

body {
    margin: 0;
}

.sgds-navbar-brand img {
    width: 232px !important;
    height: auto;
}

/*Home*/
.sgds-navbar-item.is-tab.is-active,
.sgds-navbar-item.is-tab:focus,
.sgds-navbar-item.is-tab:hover {
    font-weight: normal;
    /*   font-weight: normal;*/
    border: none !important;
    color: #ffffff;
    padding: 0;
}

.sgds-container > .sgds-navbar .sgds-navbar-brand,
.sgds-navbar > .sgds-container .sgds-navbar-brand {
    margin-left: 0px !important;
}

.sgds-navbar {
    background-color: transparent !important;
}

.sgds-navbar-link:not(.is-arrowless):after {
    top: 53%;
    right: 15px;
    font-size: 14px;
    content: "\f0d7" !important;
    font-family: FontAwesome !important;
    color: #a27850 !important;
}

.sgds-navbar-dropdown a.sgds-navbar-item.is-active,
.sgds-navbar-dropdown a.sgds-navbar-item:focus,
.sgds-navbar-dropdown a.sgds-navbar-item:hover {
    background-color: transparent;
    color: #ffffff;
    border: 0;
    text-decoration: none;
}

.sgds-navbar-dropdown {
    border-top: none;
}

.sgds-navbar-item.has-dropdown > a.sgds-navbar-link,
a.sgds-navbar-item.is-tab {
    text-decoration: none;
}

.sgds-navbar-link.is-active,
a.sgds-navbar-item.is-active {
    margin: 0;
}

.sgds-navbar-item.is-tab {
    border-bottom: none;
    min-height: auto;
    padding: 0;
}

.navbar-item img {
    max-height: initial;
    height: auto;
}

.navbar-brand {
    padding: 0;
}

.main-navigation {
    clear: both;
    height: auto;
    padding: 0px 0;
}

.navigation-container {
    padding: 25px 0px;
}

.navigation-container.sticky {
    padding: 0px 0px;
}

.sgds-masthead .is-text {
    font-family: 'latoregular';
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    text-shadow: 2px 0px #fbfafa;
}

.sgds-masthead a {
    text-decoration: none;
    display: inline-block;
}

.sgds-masthead {
    padding: 14px 0;
    background-color: #dddddd;
}

.navbar-brand,
.navbar-tabs {
    min-height: auto;
}

.sgds-navbar-item,
.sgds-navbar-link {
    color: #ffffff;
}

.navbar-brand {
    height: auto;
    width: 20%;
    padding-left: 0;
}

.sticky .navbar-brand {
    padding: 5px 0;
}

.navbar-link {
    text-decoration: none !important;
    box-shadow: none;
}

.navbar-link h6 {
    font-family: 'poppinsregular';
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
}

.navbar-item,
.navbar-link {
    font-size: 18px;
    font-family: 'latobold';
    color: #000000;
    padding: 0;
    line-height: normal;
}

a.navbar-item.is-active,
a.navbar-link.is-active {
    color: #d90d19 !important;
    border-bottom: transparent;
}

.site-brand {
    width: 26.3%;
    float: left;
    padding-left: 6px;
}

.navbar-item.is-active a,
a.navbar-link {
    position: relative;
}

a.navbar-link:after {
    background-color: none repeat scroll 0 0 transparent;
    bottom: 30%;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background-color: #f5333f;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

a.navbar-link:hover:after,
.navbar-item.is-stretched.is-active a.navbar-link:after {
    width: 100%;
    left: 0;
}

.navbar {
    margin-bottom: 0;
    min-height: auto;
    border: none;
    width: 100%;
    top: 0;
    z-index: 9999;
    border-radius: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

.sgds-container.top-header {
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.17);
    animation: smoothScroll 1s forwards;
    background: #011031;
}

div#mainnav-2 a:hover {
    color: rgb(238, 223, 143);
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.navbar-item {
    margin-right: 48px;
}

.navbar-item.is-stretched.news-pub {
    margin-right: 0;
}

.button.is-secondary,
.sgds-button.is-secondary,
.button.is-secondary.is-hovered,
.button.is-secondary:hover,
.sgds-button.is-secondary.is-hovered,
.sgds-button.is-secondary:hover {
    background-color: #d90d19;
    font-family: 'poppinsregular';
    font-size: 16px;
}

.main-nav-container {
    width: 73.6%;
    float: left;
}

.col.has-text-centered-touch {
    padding: 0;
}

.sgds-container {
    max-width: 1200px;
    width: 1200px;
}

.navbar-width,
.sgds-container.top-header {
    width: 1250px;
    min-width: 1250px;
}

hr {
    background-color: #d90d19;
}

.footer-left a {
    display: inline-block;
}

a.navbar-item.is-active,
a.navbar-item:hover,
a.navbar-link.is-active,
a.navbar-link:hover {
    color: #d90d19;
}

a.navbar-link:focus,
a.navbar-item:focus {
    color: #000;
}

.navbar-last {
    margin-right: 0;
}

.sticky .navbar > .sgds-container {
    min-height: auto;
}

/*menu*/
.sgds-navbar-end a.sgds-navbar-item.is-tab.is-active {
    position: relative;
    color:#ccb168;
}

.sgds-navbar-item.has-dropdown.is-hoverable.navbar-item a:hover {
    color: #ffffff;
}

.navbar-item.search-item {
    margin-right: 0;
}

.navbar-burger {
    cursor: pointer;
    height: 40px;
    position: relative;
    width: 40px;
    margin-left: auto;
    line-height: normal;
    background-color: #d90d19;
    top: 30px;
    right: 20px;
}

.navbar-burger span {
    background-color: #ffffff;
    display: block;
    height: 2px;
    left: calc(50% - 15px);
    position: absolute;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color, opacity, transform;
    transition-timing-function: ease-out;
    width: 30px;
}

.navbar-burger span:nth-child(1) {
    top: calc(50% - 8px);
}

.navbar-burger span:nth-child(2) {
    top: calc(50% - 0px);
}

.navbar-burger span:nth-child(3) {
    top: calc(50% + 8px);
}

.navbar-burger:hover {
    background-color: #d90d19;
}

.navbar-burger.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.navbar-burger.is-active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

a.navbar-item.is-active,
a.navbar-item:hover,
a.navbar-link.is-active,
a.navbar-link:hover {
    background-color: transparent;
}

.navbar-item img {
    max-height: none;
}

.sticky .navbar-item img {
    width: 120px;
}

.sgds-navbar-burger {
    cursor: pointer;
    height: 40px;
    position: relative;
    width: 40px;
    margin-left: auto;
    line-height: normal;
    background: #a27850 !important;
    top: 15px;
    right: 20px;
}

.sgds-navbar-burger span {
    background-color: #fff;
    display: block;
    height: 2px;
    left: calc(50% - 15px);
    position: absolute;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color, opacity, transform;
    transition-timing-function: ease-out;
    width: 30px;
}

.sgds-navbar-burger:hover {
    background-color: #d90d19;
}

.sgds-navbar-burger span:nth-child(1) {
    top: calc(50% - 8px);
}

.sgds-navbar-burger span:nth-child(2) {
    top: calc(50% - 0px);
}

.sgds-navbar-burger span:nth-child(3) {
    top: calc(50% + 8px);
}

.sgds-navbar-burger.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.sgds-navbar-burger.is-active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.sgds-navbar-dropdown a.sgds-navbar-item:hover {
    background-color: #a27850;
    color: #ffffff !important;
}

.sgds-navbar-dropdown {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.sticky .sgds-navbar-dropdown {
    padding-top: 0;
}

.sgds-navbar-link.is-active,
a.sgds-navbar-item.is-active {
    color: #ffffff;
    border-bottom: none;
}

.sgds-navbar-end a {
    font-family: 'cerebri_sansbook';
    font-size: 16px;
}

.sgds-navbar-end .navbar-item:last-child {
    margin-right: 0px;
}

div#mainnav-2 {
    margin-top: -14px;
}

/*Header*/
.header {
    padding-top: 33px;
    clear: both;
    overflow: hidden;
}

.banner-section {
    background-image: url(images/Banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.logo img {
    width: 225px;
}

.navbar ul {
    list-style-type: none;
    overflow: hidden;
}

.navbar ul li {
    float: left;
}

.navbar ul li a {
    display: block;
    font-size: 16px;
    font-family: 'cerebri_sansbook';
    color: #fff;
    padding-left: 54px;
}

a.active:after {
    background: rgb(161, 110, 49);
    width: 51px;
    height: 35px;
    position: absolute;
    top: 22px;
    left: 51px;
    content: '';
    background-repeat: no-repeat;
}
.contact-details {
    display:none;
}

a.active {
    position: relative;
}

.logo {
    width: 20%;
    float: left;
}

.navbar {
    width: 57%;
    float: right;
    padding-top: 19px !important;
}

ul li a {
    text-decoration: none;
}

.sgds-navbar-dropdown {
    background: #011031;
}

/*Banner-section*/
.banner-content h2 {
    font-size: 54px;
    color: #fff;
    font-family: 'cerebri_sansbold';
    line-height: 71px;
    padding-bottom: 5px;
    width: 45%;
}

.banner-italic {
    font-style: italic;
    font-family: 'cerebri_sanssemibold_italic';
}

.banner-semiconductor {
    color: rgb(238, 223, 143);
    font-size: 54px;
    font-family: 'cerebri_sansbold';
}

.banner-content.semiconductors {
    padding-top: 196px;
    padding-bottom: 390px;
}

.banner-content p {
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    font-family: 'cerebri_sansbook';
    padding-top: 15px;
}

.banner-btn {
    padding-top: 26px;
}

.banner-content {
    padding-top: 169px;
    padding-bottom: 508px;
}

.banner-btn a {
    transition: 0.25s;
    color: rgb(0, 0, 0);
    text-decoration: none;
    width: 145px;
    padding: 10px 0px;
     font-family: 'cerebri_sanssemibold';
    display: block;
    text-align: center;
    border-radius: 5px;
    background: rgb(162, 120, 80);
    background: linear-gradient(89deg, rgb(158 115 74) 10%, rgb(194 165 100), #ccaf61, #ccaf61 94%);
}

/*footer*/
.footer-bottom {
    background: rgb(1, 15, 49);
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
}

.copyrights {
    float: left;
}

.designed {
    float: right;
}

.footer-bottom a {
    color:rgb(255,255,255);
    text-decoration: none;
    font-size: 14px;
    font-family: 'cerebri_sansbook';
}

.copyrights h5 {
    color:rgb(255,255,255);
    font-size: 14px;
    font-family: 'cerebri_sansbook';
}
.designed h5 {
    color:rgb(255,255,255);
    font-size: 14px;
    font-family: 'cerebri_sansbook';
}

.footer-email-img,
.footer-address-img {
    float: left;
    width: 15%;
}

.footer-email-content,
.footer-address-content {
    padding-top: 14px;
    width: 85%;
    float: right;
}

/*form*/
.contact-form-sec input {
    background: rgb(248, 248, 248);
    border: none;
    border-radius: 10px;
    padding: 10px;
    outline: none;
    margin-bottom: 0px;
    width: 100%;
    color:rgb(51,51,51);
    font-size:15px;
    font-family: 'cerebri_sansbook';
    
}

.footer-section .footer-right {
    border-radius: 7px;
}

.fname {
    width: 49%;
    float: left;
    margin-bottom: 20px;
}

.phone_field {
    width: 49%;
    float: right;
    margin-bottom: 20px;
}

.email_field {
    margin-bottom: 20px;
}

.sbmi_btton {
    text-align: center;
}

.sbmi_btton input:hover {
    transform: translateY(-0.25em);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

span#banner_error_name,
span#banner_error_email,
span#banner_error_phone {
    top: 0px;
    color: rgb(255, 0, 0);
    font-size: 14px;
    position: relative;
}

.footer-bottom a:hover {
    color: rgb(161, 110, 49);
}

.footer-left a:hover {
    color: rgb(161, 110, 49) !important;
}

.banner-btn a:hover {
    transform: translateY(-0.65em) !important;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.about-btn-padding a:hover,
.service-bottom-btn a:hover {
    transform: translateY(-0.65em) !important;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.design-btn-padding a:hover {
    transform: translateY(-0.65em) !important;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.messages_success {
    text-align: center;
    color: green;
    font-weight: 600;
    padding-top: 10px;
}

/*end*/
.contact-page.name {
    float: left;
}

.contact-page.phone input[type="number"] {
    margin-left: 13px;
}

.contact-page input[type="text"],
input[type="number"] {
    width: 100%;
    background: rgb(248, 248, 248);
    border: none;
    border-radius: 10px;
    padding: 10px;
    outline: none;
}
.contact-details {
    display: none;
}

.contact-page input[type="email"],
select,
textarea {
    width: 100%;
    background: rgb(248, 248, 248);
    border: none;
    border-radius: 10px;
    padding: 10px;
    outline: none;
    margin-bottom: 23px;
    color:rgb(51,51,51);
    font-size:15px;
   
    font-family: 'cerebri_sansbook';
    
}

.footer-section {
    background: url(images/Footer_BG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 128px;
    padding-bottom: 121px;
}

.footer-left h3 {
    color: rgb(1, 15, 49);
    font-size: 47px;
    font-family: 'cerebri_sansbold';
    padding-top: 55px;
}

.footer-phone h6 {
    color: rgb(161, 110, 49);
    font-size: 17px;
    font-family: 'cerebri_sansbold';
    padding-top: 31px;
    letter-spacing: 2px;
}

h6.call-advice {
    padding: 0px !important;
}
section.service-section .service {
    text-align: center;
}
.footer-phone a {
    color: rgb(30, 30, 30) !important;
    font-size: 36px;
    font-family: 'cerebri_sansbold';
    text-decoration: none !important;
}

.footer-email-content a {
    color: rgb(30, 30, 30) !important;
    font-size: 21px;
    font-family: 'cerebri_sansbold';
    text-decoration: none !important;
}

.footer-email-content {
    padding-top: 14px;
}

.footer-address-para a {
    color: rgb(30, 30, 30) !important;
    font-size: 21px;
    font-family: 'cerebri_sansbold';
    text-decoration: none !important;
    line-height: 29px;
}

.footer-contact h3 {
    color: rgb(30, 30, 30);
    font-size: 36px;
    font-family: 'cerebri_sansbold';
    text-align: center;
}

.footer-contact p {
    text-align: center;
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-family: 'cerebri_sansbook';
    line-height: 22px;
    padding-top: 10px;
}

.footer-contact p:hover {
    color: #000 !important;
    font-size: 16px;
    font-family: 'cerebri_sansbook';
}

::placeholder {
    color: rgb(51, 51, 51);
}

.contact-submit a {
    background: rgb(161, 110, 49);
    color: rgb(0, 0, 0);
    font-size: 17px;
    text-decoration: none;
    padding: 11px 45px;
    border-radius: 7px;
    background: linear-gradient(89deg, rgb(158 115 74) 10%, rgb(194 165 100), rgba(189, 163, 106, 1), rgba(189, 163, 106, 1) 94%)
}

.footer-section.contact {
    background: url(images/About_BG.jpg);
}

.contact-submit {
    padding-top: 32px;
    padding-bottom: 54px;
    text-align: center
}

.banner-content.contact h1 {
    color: rgb(161, 110, 49);
}

.footer-email-img {
    float: left;
}

.footer-email {
    clear: both;
    overflow: hidden;
    padding-top: 44px;
}

.footer-address-img {
    float: left;
}


.banner-btn a:hover,
.about-btn-padding a:hover {
    transform: translateY(-0.25em);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

/*about-section*/
.about-section {
    background: url(images/About_BG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 117px;
    padding-bottom: 127px;
    background-position: top 78% center;
}

.about-section.inner {
    background: url(images/About_BG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 78% center;
}

.about-section h3 {
    color: rgb(161, 110, 49);
    font-size: 17px;
    font-family: 'cerebri_sansbold';
    padding-bottom: 9px;
    letter-spacing: 2px;
}

.about-section h2 {
    color: rgb(30, 30, 30);
    font-size: 52px;
    font-family: 'cerebri_sansextrabold';
    line-height: 69px;
    width: 70%;
}

.about-section.inner {
    padding-bottom: 96px;
    position: relative;
}

.about.footer-bottom {
    padding-top: 0px;
}

.about-section .row {
    padding-top: 30px;
}

.about-section h5 {
    color: rgb(30, 30, 30);
    font-size: 36px;
    font-family: 'cerebri_sansbold';
    padding-top: 39px;
    line-height: 46px;
}

.about-content p {
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-family: 'cerebri_sansbook';
    width: 83%;
    line-height: 28px;
}

.banner-section.front-bg {
    background-image: url(images/Banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.about-content.para {
    position: relative;
}

.about-content.para:before {
    height: 383px;
    left: 44px;
    background: #c79c38;
    width: 3px;
    position: absolute;
    top: 11px;
    content: '';
    background-repeat: no-repeat;
}

.about-content.para:before {
    height: 383px;
    left: -29px;
    background: #c79c38;
    width: 3px;
    position: absolute;
    top: 11px;
    content: '';
    background-repeat: no-repeat;
}

.about-content p {
    color: #000 !important;
}

.about-btn-padding {
    padding-top: 32px;
}

.about-content.para.ensure {
    padding-left: 0px;
    width: 95%;
    margin: 0 auto;
    float: right;
}

.about-bottom-para {
    color: rgb(51, 51, 51);
    font-size: 18px;
    font-family: 'cerebri_sansbook';
    position: relative;
    padding-left: 20px;
    width: 50%;
    line-height: 28px;
}

.about-content {
    padding-left: 80px;
}

.about-bottom-para:before {
    background: rgb(161, 110, 49);
    width: 3px;
    height: 153px;
    position: absolute;
    top: -9px;
    left: 0px;
    content: '';
    background-repeat: no-repeat;
}

.about-btn-padding a {
    color: rgb(0, 0, 0);
    font-size: 17px;
    text-decoration: none;
    padding: 11px 0px;
    border-radius: 4px;
    width: 155px;
    display: block;
    text-align: center;
    background: linear-gradient(89deg, rgb(158 115 74) 10%, rgb(194 165 100), #ccaf61, #ccaf61 94%);
    transition: 0.25s;
     font-family: 'cerebri_sanssemibold';
}

/*service*/
.banner-heading.services {
    padding-top: 150px;
    padding-bottom: 200px;
}

.service-col img {
    width: 70px;
    padding-top: 35px;
}

.service-full-background .col.middle {
    display: flex;
    align-items: center;
}

.row > * {
    width: 30% !important;
}

.service-section {
    background: rgb(248, 248, 248);
    padding-top: 116px;
    padding-bottom: 125px;
}

.service-section h3 {
    color: rgb(161, 110, 49);
    font-size: 17px;
    font-family: 'cerebri_sansbold';
    text-align: center;
    letter-spacing: 3px;
}

.service-section h2 {
    color: rgb(30, 30, 30);
    font-size: 36px;
    font-family: 'cerebri_sansextrabold';
    text-align: center;
}

.fa-arrow-right:before {
    content: "\f061";
    color: rgb(161, 110, 49);
}

.service-col h5 {
    color: rgb(30, 30, 30);
    font-size: 24px;
    font-family: 'cerebri_sanssemibold';
    padding-top: 32px;
}

.service-col p {
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-family: 'cerebri_sansbook';
}

.service p br {
    display: none;
}

.service-btn-inner a:hover {
    text-decoration: none;
    color: rgb(161, 110, 49);
}

a.bottom-link {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    clear: both;
    font-size: 0px !important;
    background: 0 0 !important;
    top: 0;
    left: 0;
    outline: none;
    box-shadow: none;
}

/* .Prototyping h1 {
    padding-top: 212px;
    padding-left: 32px;
  }
  .bom-kitting h1 {
    padding-top: 230px;
    padding-left: 32px;
  }
  .Mass-production h1 {
    padding-top: 230px;
  }
  .Ic-programming h1 {
    padding-top: 230px;
  }
  .software h1 {
    padding-top: 200px;
  }*/
.service-section.inner {
    padding-top:13px;
    padding-bottom: 0px;
}

.section {
    padding-top: 178px;
    color: rgb(161, 110, 49);
    padding-bottom: 173px;
}
.service-section.inner {
    padding-top:13px !important;
}

.service {
    margin-left: 10px;
    margin-right: 10px;
    background: #fff;
    border-radius: 11px;
    padding: 45px 36px;
    box-shadow: rgb(0 0 0 / 6%) 0px 5px 15px;
}

section.about-section .about-content h5 {
    padding-bottom: 20px;
}

.banner-content.semiconductors h2 {
    padding-bottom: 14px;
}

.service-btn-inner {
    padding-top: 32px;
    padding-bottom: 0px;
}

a.service-btn {
    position: relative !important;
}

a.service-btn:after {
    background: url(images/Ar.svg);
    width: 18px;
    height: 20px;
    content: '';
    position: absolute !important;
    background-repeat: no-repeat;
    left: 90px;
    top: 8px;
    right: 0px;
    margin: 0 auto;
}

.service:hover a.service-btn:after {
    filter: brightness(200%);
}

.service:hover a.service-btn:after {
    filter: brightness(200%);
}

.banner-section {
    background: url(images/Banner-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/*.service-btn-inner:after {
    background: url(images/Ar.svg);
    width: 14px;
    height: 20px;
    left: 80px;
    top: 41px;
    content: '';
    position: absolute;
    background-repeat: no-repeat;
}*/
.service-btn-inner {
    color: rgb(161, 110, 49);
    text-decoration: none;
}

.para.ensure p {
    margin-bottom: 32px;
    text-align:justify;
}

.about-content.para:before {
    width: 2px
}

.banner-heading h2 {
    color: rgb(238, 223, 143);
    font-size: 54px;
    font-family: 'cerebri_sansbold';
}

.row.direction-column-one {
    padding-top: 110px;
    padding-bottom: 100px;
}

/*.software {
    padding-bottom:108px;
}
.Mass-production {
    padding-top:113px;
}
.bom-kitting {
    padding-top:72px;
}*/
.Prototyping h1 {
    /* padding-top: 237px;*/
    padding-left: 23px;
    font-size: 46px;
    color: rgb(30, 30, 30);
    font-family: 'cerebri_sansextrabold';
}

.bom-kitting h1 {
    /*  padding-top: 207px;
*/
    padding-left: 23px;
    font-family: 'cerebri_sansextrabold';
    font-size: 46px;
    color: rgb(30, 30, 30);
}

.Mass-production h1 {
    /*padding: 230px 40px;*/
    font-family: 'cerebri_sansextrabold';
    font-size: 46px;
    color: rgb(30, 30, 30);
    width: 50%;
}

.Ic-programming h1 {
    /*   padding: 230px 40px;*/
    font-family: 'cerebri_sansextrabold';
    font-size: 46px;
    color: rgb(30, 30, 30);
}

.software h1 {
    /*  padding:152px 40px;*/
    font-family: 'cerebri_sansextrabold';
    font-size: 46px;
    color: rgb(30, 30, 30);
    width: 62%;
}

.Ic-programming {
    /* padding-top: 122px;*/
}

.about-inner {
    width: 90% !important;
}

.col {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.service-full-background .col.middle h1 {
    padding: 0px 20px;
}

.service-section h2 {
    color: rgb(30, 30, 30);
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    padding-top: 18px;
    line-height: 50px;
    padding-bottom: 45px;
}

.service h5 {
    color: rgb(30, 30, 30);
    font-size: 24px;
    font-weight: 600;
    padding-top: 19px;
    line-height: 30px;
    margin-bottom: 15px;
}

.service:hover a.service-btn {
    color: #eedeAF;
}

.service p {
    color: rgb(51, 51, 51);
    font-size: 16px;
    line-height: 28px;
}

.service:hover h6 {
    display: block;
}

.service h6 {
    display: none;
}

.service:hover h4 {
    display: none;
}

.proto {
    padding-top: 44px !important;
}

.service img {
    width: 80px;
    height: 80px;
}

.service:hover p {
    color: #fff;
}

.service:hover h5 {
    color: #fff;
}

.service:hover {
    background: rgb(1, 15, 49);
}

.service-section.col btn-inner {
    padding-top: 32px;
}

.service {
    margin-left: 10px;
    margin-right: 10px;
    background: #fff;
    border-radius: 11px;
    padding: 45px 36px;
}

.service-btn {
    color: rgb(161, 110, 49);
    text-decoration: none;
}

.service-btn-bottom {
    margin-top: 54px;
    text-align: center;
    padding-bottom: 10px;
}

.service-bottom-btn a {
    background: rgb(161, 110, 49);
    color: rgb(0, 0, 0);
    font-size: 17px;
    text-decoration: none;
    padding: 11px 0px;
    border-radius: 4px;
    width: 150px;
    display: block;
    text-align: center;
    margin-top: 50px !important;
    margin: 0 auto;
    background: linear-gradient(89deg, rgb(158 115 74) 10%, rgb(194 165 100), #ccaf61, #ccaf61 94%);
    transition: 0.25s;
    font-family: 'cerebri_sanssemibold';
}

* {
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

/*Floating Icons*/
.footer-section.contact-page {
    position: relative;
}

.social-icons {
    position: absolute;
    top: 566px;
    right: 0px;
    width: 58px;
}

.social-icons :hover a {
    width: 200px;
}

.social-icons ul li {
    height: 60px;
    position: relative;
}

.social-icons ul li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 33px;
    padding-right: 25%;
    border-bottom: 9px solid rgba (0, 0, 4);
    background: #1DA1F2;
    padding: 10px 10px;
    transition: all .3s linear;
}

.social-icons ul li a :hover {
    text-decoration: none;
}

a.child-1 {
    background: rgb(0, 120, 184) !important;
}

a.child-2 {
    background: rgb(53, 80, 161) !important;
}

a.child-3 {
    background: rgb(74, 174, 242) !important;
}

.social-icons ul li a i {
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 27px;
}

span.text {
    font-size: 23px;
    text-transform: uppercase;
    position: absolute;
    top: 16px;
    left: 57px;
    display: none;
}

.social-icons ul li a:hover {
    color: #000;
    width: 200px;
    z-index: 1;
}

.social-icons ul li a:hover span.text {
    display: block;
    padding-left: 20%;
}

/*Scroll to top*/
#scroll {
    position: fixed;
    right: 6px;
    bottom: 5%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: linear-gradient(89deg, rgb(158 115 74) 10%, rgb(194 165 100), rgba(189, 163, 106, 1), rgba(189, 163, 106, 1) 94%);
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 9999;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #000;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

/*Design-section*/
.design-section {
    background: url(images/Design-Services-BG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 87px;
    padding-bottom: 82px;
    background-position: center center;
}

.service-section.inner {
    background: url(images/service-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.design-col {
    float: left;
    width: 50%;
}

.design-section .row:after {
    content: "";
    display: table;
    clear: both;
}

.design-content.inner:before {
    height: 375px;
    top: 9px;
}

.design-btn-padding {
    padding-top: 35px;
}

.design-section h3 {
    font-size: 36px;
    color: rgb(30, 30, 30);
    font-family: 'cerebri_sansbold';
    padding-top: 54px;
    padding-bottom: 20px;
}

.design-section.inner {
    padding-top: 121px;
    padding-bottom: 117px;
}

.about-col {
    width: 50%;
}

.design-content {
    position: relative;
    padding-left: 50px;
    width: 77%;
}

section.about-section.inner.design {
    padding-top: 80px;
}

.design-content:before {
    background: #c79c38;
    width: 2px;
    height: 229px;
    position: absolute;
    top: 48px;
    left: 24px;
    content: '';
    background-repeat: no-repeat;
}

.design-section p {
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-family: 'cerebri_sansbook';
    line-height: 28px;
    padding-bottom: 20px;
}

.design-content.inner {
    width: 75% !important;
}

.design-content.inner h3 {
    padding-top: 14px;
    padding-bottom: 20px;
}

.design-content.inner p {
    line-height: 28px;
    margin-bottom: 0;
    text-align:justify;
}

.design-btn-padding a {
    transition: 0.25s;
    color: rgb(0, 0, 0);
    font-size: 17px;
    text-decoration: none;
    padding: 11px 29px;
    border-radius: 4px;
    background: linear-gradient(89deg, rgb(158 115 74) 10%, rgb(194 165 100), #ccaf61, #ccaf61 94%);
    font-family: 'cerebri_sanssemibold';
}


/*floating menu */
div#floating-menu {
    z-index: 99999 !important;
    transition: .9s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(.25, .1, .25, 1);
    position: fixed;
    top: 60%;
}

div#floating-menu ul {
    padding: 0;
    margin: 0;
}

div#floating-menu ul li:first-child {
    background-color: rgb(0, 128, 184) !important;
    border-top-left-radius: 13px !important;
}

div#floating-menu ul li {
    list-style: none;
    margin: 0;
}

div#floating-menu ul li p {
    margin: 0;
}

div#floating-menu ul li a {
    padding: 3px 24px 2px 6px;
    display: block;
    line-height: 45px;
    text-align: left;
    white-space: nowrap;
    font-size: 37px;
    color: #fff !important;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

div#floating-menu ul li a span {
    line-height: 45px;
    width: 50px;
    text-align: center;
    display: inline-block;
}

li#ssb-btn-1 {
    background: rgb(53, 80, 161) !important;
}

li#ssb-btn-2 {
    background: rgb(74, 174, 242) !important;
    border-bottom-left-radius: 13px !important;
}

div#floating-menu ul li:hover {
    transform: scaleX(1.1) !important;
}

/*Today changes 1/4/2022*/
/*menu*/
.sgds-navbar-end a.sgds-navbar-item.is-tab.is-active:before {
    top: 0%;
    border-bottom: 3px solid;
    width: 100%;
    height: 36px;
    left: 0px;
    right: 0px;
    margin: 0 auto !important;
    content: '';
    position: absolute;
    border-color: #ccb168;
    border-image-slice: 1;
}

/*contact-page*/
.banner-heading {
    padding-top: 132px;
    padding-bottom: 180px;
}

.footer-contact {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 46px;
    padding-top: 35px;
}

.footer-left {
    width: 45%;
    float: left;
    clear: both;
    overflow: hidden;
}

.footer-right {
    width: 55%;
    float: right;
    background: rgb(254, 254, 255);
}

.contact-page select,
textarea {
    height: 158px;
    resize: none;
}

.footer-contact p {
    padding-bottom: 37px;
}

.footer-left h4 {
    color: rgb(1, 15, 49);
    font-size: 24px;
    line-height: 28px;
    font-weight: 600 !important;
    font-family: 'cerebri_sanssemibold';
    margin-top: 20px;
}

.footer-phone {
    padding-top: 50px;
}

ul.footer-email a {
    color: rgb(30, 30, 30) !important;
    font-size: 21px;
    font-family: 'cerebri_sansbold';
    text-decoration: none !important;
}

ul.footer-email li {
    padding-bottom: 20px;
    position: relative;
    padding-left: 55px;
}

ul.footer-email li:nth-child(2):after {
    background-image: url(images/Address.svg);
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    background-repeat: no-repeat;
    left: -16px;
    top: -13px;
}

ul.footer-email li:nth-child(1):after {
    background-image: url(images/Email.svg);
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    background-repeat: no-repeat;
    left: -16px;
    top: -13px;
}

.contact-form-sec .contact-page input[type="text"],
input[type="number"] {
    font-size: 15px;
}

.sbmi_btton input {
    color: rgb(0, 0, 0);
    font-size: 17px;
    text-decoration: none;
    padding: 9px 22px;
    border-radius: 7px;
    background: linear-gradient(89deg, rgb(158 115 74) 10%, rgb(194 165 100), #ccaf61, #ccaf61 94%);
    width: 146px;
    margin: 0 auto;
    text-align: center;
    transition: 0.25s;
    font-weight: 600;
}

.footer-section.contact-page {
    background: url(images/contact-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.contact-map img {
    margin-top: 117px;
    margin-bottom: 117px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    width: 100%;
}

section.contact-image {
    background: url(images/Footer_BG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.contact-map {
    width: 94% !important;
    margin: 0 auto !important;
}

/*Responsive*/
@media screen and (min-width: 1024px) {

    .navbar,
    .navbar-end,
    .navbar-menu,
    .navbar-start {
        justify-content: flex-end;
    }
    

}

@media (min-width: 1400px) {
    .contactus-page-inner {
        width: 1349px;
        margin: 0 auto;
    }
   
    

}

@media (min-width:1100px) and (max-width: 1349px) {
    .site-brand {
        width: 23%;
    }

    .main-nav-container {
        width: 77%;
    }
   


    .safti-units-list .row {
        margin: 0 auto;
    }

    .navbar-brand {
        width: 15%;
    }

    .navbar-item,
    .navbar-link {
        font-size: 16px;
    }
   
.design-content:before {
    height: 300px;
}
.design-content.inner:before {
    height: 373px;
}

    .navbar-item {
        margin-right: 20px;
    }

    .navbar-item.is-stretched.navbar-last {
        margin-right: 0px;
    }

    .sgds-container,
    .navbar-width,
    .sgds-container.top-header {
        width: 95%;
        min-width: 95%;
        max-width: 95%;
    }

    /*30-3-2022*/
    /*home-page*/
    .layout-1200 {
        width: 90%;
        margin: auto;
        clear: both;
        overflow: hidden;
    }

    .banner-content {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .design-btn-padding {
        padding-top: 35px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1025px) and (max-width: 1119px) {
    .site-brand {
        width: 21%;
    }

    .main-nav-container {
        width: 79%;
    }

    .navbar-nav > li > a {
        font-size: 16px;
    }

    .safti-units-list .row {
        margin: 0 auto;
    }

    .navbar-nav > li {
        padding-left: 41px;
    }

    .navbar-brand {
        width: 15%;
    }

    .navbar-item {
        margin-right: 20px !important;
    }

    .navbar-item,
    .navbar-link {
        font-size: 16px;
    }

    .navbar-item:last-child {
        margin-right: 0px;
    }

    .navbar-item.is-stretched.navbar-last {
        margin-right: 0px;
    }

    .sgds-container,
    .navbar-width,
    .sgds-container.top-header {
        width: 95%;
        min-width: 95%;
        max-width: 95%;
    }
    .design-content:before {
        height:297px !important;
    }

    .navbar-link h6 {
        font-size: 16px;
    }

    /*30-3-2022*/
    /*home-page*/
    .layout-1200 {
        width: 90%;
        margin: auto;
        clear: both;
        overflow: hidden;
    }

    .banner-content {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .design-btn-padding {
        padding-top: 35px;
        margin-bottom: 20px;
    }
}

/*Resize*/
@media (min-width:1025px) and (max-width:1090px) {}

@media (min-width:1091px) and (max-width:1240px) {
    .navbar-brand {
        width: 13%;
    }

    .navbar-item {
        margin-right: 20px;
    }

    .navbar-item:last-child {
        margin-right: 0px;
    }
}

/* browser resize */
@media (min-width:768px) and (max-width:1024px) {
    .copyright-left {
        padding-top: 0px;
    }

    .footer-bottom {
        padding-bottom: 24px;
    }

    .site-brand,
    .main-nav-container {
        width: 100%;
        float: none;
        text-align: center;
    }

    .main-nav-container {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .navbar-nav > li {
        padding-left: 21px;
    }

    .navbar-nav > li > a {
        font-size: 16px;
    }

    .sgds-container,
    .navbar-width,
    .sgds-container.top-header {
        width: 100%;
        min-width: 100%;
    }

    .navbar-brand {
        width: 100%;
        padding-left: 0;
    }

    div#mainnav-2 {
        padding-top: 15px;
        margin-bottom: 23px;
        box-shadow: none !important;
    }

    .navbar-item,
    .navbar-link {
        display: block;
        margin-right: 0;
    }

    .sgds-masthead .sgds-container {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-item,
    .navbar-link {
        padding: 7px;
    }

    .footer-left {
        width: 100%;
        text-align: left;
    }

    .footer-right ul li,
    .copyright-left ul li {
        display: block;
        text-align: left;
        border-right: none;
        padding: 0;
    }

    .sgds-container {
        width: 95%;
        min-width: 95%;
    }

    /*30-3-2022*/
    /*home-page*/
    .layout-1200 {
        width: 90%;
        margin: auto;
        clear: both;
        overflow: hidden;
    }

    .banner-content {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .banner-section {
        background-position: center center;
    }

    .banner-content h2 {
        width: 60%;
    }

    .about-section h2 {
        width: 100%;
    }

    .about-content {
        padding-left: 10px;
    }

    .service {
        padding: 30px 15px;
        height: 500px;
    }

    .design-btn-padding {
        margin-bottom: 20px;
    }

    .footer-left {
        width: 40%;
        text-align: left;
    }

    .footer-right {
        width: 60%;
        float: right;
        background: rgb(254, 254, 255);
    }

    .footer-email-content {
        padding-top: 0;
    }

    .footer-email-content,
    .footer-address-content {
        padding-top: 0;
        width: 85%;
        float: right;
    }

    /*1-4-2022*/
    /*contact-page*/
    .banner-section {
        background-position: right 30% center;
    }

    ul.footer-email br {
        display: none;
    }

    .navigation-container.sticky {
        padding: 15px 0px;
        background: #011031;
    }

    .navbar-item,
    .navbar-link {
        padding: 15px;
    }

    div#mainnav-2 {
        background: #011031;
        margin-top: 10px;
    }
}

@media (min-width:961px) and (max-width:1024px) {}

/*Ipad*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .site-brand {
        width: 22%;
    }

    .main-nav-container {
        width: 78%;
    }
    
    
    .design-content.inner:before {
        height: 372px;
    }
    .about-content.para:before {
        height: 468px;
    }

    .navbar-nav > li {
        padding-left: 28px;
    }

    .navbar-nav > li > a {
        font-size: 16px;
    }

    .navbar-item {
        margin-right: 0;
    }

    .navbar-item,
    .navbar-link {
        font-size: 16px;
        padding: 6px;
    }

    .navbar-link h6 {
        font-size: 16px;
    }

    .navbar-brand {
        width: 15%;
    }

    .col.has-text-centered-touch {
        padding-left: 15px;
    }
    

    

    .mobile-view,
    .navbar-end {
        display: none;
    }

    /*30-3-2022*/
    /*home*/
    .layout-1200 {
        width: 90%;
        margin: auto;
        clear: both;
        overflow: hidden;
    }

    .sgds-navbar {
        background-color: transparent !important;
        width: 98%;
    }

    div#myHeader {
        width: 100%;
        margin: 0 auto !important;
    }

    .banner-section {
        background-position: center;
    }

    .service {
        height: 308px;
    }

    .design-btn-padding {
        margin-bottom: 25px;
    }
    .design-content:before {
        height:361px;
    }

    .footer-left {
        width: 40%;
        text-align: left;
    }

    .footer-right {
        width: 60%;
        float: right;
        background: rgb(254, 254, 255);
    }

    /*1-4-2022*/
    .design-content.inner {
        width: 90% !important;
    }
}

/*Ipad portait*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {

    .site-brand,
    .main-nav-container {
        width: 100%;
        float: none;
        text-align: center;
    }
    .row {
        flex-direction:row;
    }
    div#mainnav-2 {
        padding-top:4px !important;
    }
    .design-content:before {
        height:445px !important;
    }
    .about-content.para:before {
        height: 527px !important;
    }
    .main-nav-container {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .navbar-nav > li {
        padding-left: 21px;
    }

    .navbar-nav > li > a {
        font-size: 16px;
    }

    .navbar-brand {
        width: 100%;
    }
   

    div#mainnav-2 {
       /* padding-top: 90px;*/
        margin-bottom: 23px;
    }

    .navbar-item,
    .navbar-link {
        display: block;
        margin-right: 0;
    }

    .sgds-masthead .sgds-container {
        padding-left: 0;
        padding-right: 0;
    }

    /*30-3-2022*/
    /*home-page*/
    .layout-1200 {
        width: 90%;
    }

    .banner-section {
        background-position: center center;
    }

    .banner-content h2 {
        width: 100%;
    }

    .about-section h2 {
        width: 100%;
    }

    .about-section h5 {
        padding-top: 0;
    }

    .about-content {
        padding-left: 10px;
    }

    .about-content p {
        width: 100%;
    }

    .about-bottom-para {
        width: 100%;
    }

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

    .service {
        padding: 40px 20px;
        height: 302px;
    }

    .design-btn-padding {
        padding-top: 35px;
        clear: both;
        margin-bottom: 25px;
    }

    .footer-right {
        width: 100%;
        float: right;
        background: rgb(254, 254, 255);
        margin-top: 50px;
    }

    .footer-left {
        width: 100%;
        text-align: left;
    }

    /*1-4-2022*/
    .design-content.inner {
        width: 97% !important;
    }

    .about-content.para.ensure {
        width: 92%;
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .navbar > .sgds-container {
        width: 97%;
        margin: 0 auto;
        min-width: 97%;
    }
   

    .sgds-container {
        width: 95%;
        min-width: 95%;
    }

    .footer-bottom {
        padding-bottom: 24px;
    }

    #scroll {
        bottom: 60px;
    }

    .navbar-item,
    .navbar-link {
        padding: 6px;
    }
}

@media (max-width:960px) and (min-width:768px) {

    .site-brand,
    .main-nav-container {
        width: 100%;
        float: none;
        text-align: center;
    }
    .contact-details {
        display:block;
    }
    .navbar-item h3 {
        color: #fff;
    padding: 20px 10px;
   font-size:20px;
    text-decoration: underline;
    font-family: 'cerebri_sansbook';
    }
    .navbar-item h4 {
        color: #fff;
    padding: 0px 10px;
    font-size:20px;
    font-family: 'cerebri_sansbook';
    }
    .navbar-item a {
        color: #fff;
        font-size:20px;
    font-family: 'cerebri_sansbook';
    }
    
    .navbar-item a:hover {
        color:rgb(238, 223, 143);
    
    }
    .sgds-navbar-end a.sgds-navbar-item.is-tab.is-active {
        background: #a27850;
    }
    .sgds-navbar-end a.sgds-navbar-item.is-tab.is-active:before {
        border:none !important;
    }

    .main-nav-container {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .banner-content {
        width: 90%;
    }

    .navbar-nav > li {
        padding-left: 21px;
    }

    .navbar-nav > li > a {
        font-size: 16px;
    }

    .copyright-left,
    .copyright-right {
        width: 100%;
        float: none;
        text-align: left;
    }

    .navbar-brand {
        width: 100%;
    }

    div#mainnav-2 {
        padding-top: 15px;
        margin-bottom: 23px;
        box-shadow: none !important;
    }

    .navbar-item,
    .navbar-link {
        display: block;
        margin-right: 0;
    }

    .sgds-masthead .sgds-container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width:420px) and (max-width:767px) {
    /* .sticky {
        position: static;
    }*/
}

@media (min-width:668px) and (max-width:767px) {}

@media only screen and (max-width:767px) and (orientation:landscape) {
    .about-btn {
        top:255% !important;
        position:absolute;
    }
    .about-content {
        position:relative;
    }
    .about-content.para.ensure {
        padding-top:40px;
    }
    .design-img {
        margin-bottom: 62px;
    }
}

/*Mobile*/
@media only screen and (max-width:767px) {
    /*footer*/
    /*end*/

    .navigation-container {
        padding: 25px 10px;
    }
    .design-content:before {
        top:9px;
        height:341px;
    }
    .row {
        flex-direction: column-reverse;
    }
    .about-btn {
        position:absolute;
        top:161%;

    }
    .about-section .row {
        padding-top:0px;
    }
    section.about-section .about-content h5 {
        padding-top: 0px;
    }
    .about-bottom-para:before {
        top:64px;
    }
    .about-bottom-para {
        padding-top:66px;
    }
    .about-content {
        position:relative;
    }
    .row.direction-column-one {
        padding-top:31px;
        flex-direction:row;
    }
    .row.direction 
    {flex-direction: row;

    }
    .service-full-background .col.middle h1 {
        line-height:41px;
    }
    .mobile-view .row {
        flex-direction:row;
    }

    .main-nav-container {
        display: none;
    }
    .footer-left h3 {
        padding-top:0px;
    }

    .navbar-brand {
        width: 100%;
        padding-left: 0;
    }
    .banner-content.semiconductors {
        padding-top: 42px !important;
    }
    div#floating-menu {
        top:74%;
    }

    .sgds-container,
    .navbar-width,
    .sgds-container.top-header {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .sgds-masthead .sgds-container {
        padding-left: 0;
        padding-right: 0;
    }
    .sgds-navbar-brand {
        padding: 15px;
    }

    div#mainnav-2 {
        padding-top: 0px;
        margin-bottom: 0;
        box-shadow: none;
        height: 600px;
        overflow-y: scroll;
    }

    .navbar-item,
    .navbar-link {
        display: block;
        margin-right: 0;
        padding: 0px;
    }
    .contact-details {
        display:block;
    }
    .navbar-item h3 {
        color: #fff;
    padding: 20px 10px;
   font-size:20px;
    text-decoration: underline;
    font-family: 'cerebri_sansbook';
    }
    .navbar-item h4 {
        color: #fff;
    padding: 0px 10px;
    font-size:20px;
    font-family: 'cerebri_sansbook';
    }
    .navbar-item a {
        color: #fff;
        font-size:20px;
    font-family: 'cerebri_sansbook';
    }
    .navbar-item a:hover {
        color:rgb(238, 223, 143);
    
    }
    .sgds-navbar-end a.sgds-navbar-item.is-tab.is-active {
        background: #a27850;
    }
    .sgds-navbar-end a.sgds-navbar-item.is-tab.is-active:before {
        border:none !important;
    }

    #scroll {
        bottom: 30px;
    }

    /*30-3-2022*/
    /*home-page*/
    div#mainnav-2 {
        background: #011031;
    }

    .layout-1200 {
        width: 90%;
        margin: auto;
        clear: both;
        overflow: hidden;
    }

    .banner-section {
        width: 100%;
    }

    .banner-content p br,
    .banner-content h2 br {
        display: none;
    }

    .about-section h2 {
        width: 100%;
    }

    .banner-content h2,
    span.banner-semiconductor {
        font-size: 35px;
        line-height: 40px;
        width: 100%;
    }

    .banner-content {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .about-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about-section h2 {
        font-size: 32px;
        line-height: 43px;
        width: 100%;
    }

    .about-content {
        padding-left: 0;
    }

    section.about-section .row .col {
        width: 100% !important;
        flex: none;
        padding-left: 10px !important;
        padding-right: 10px !important;
        
    }

    .about-content p {
        color: #000 !important;
        width: 100%;
        padding-left: 5px;
    }

    .about-bottom-para {
        margin-top: 77px;
        width: 100%;
    }

    .service-section {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    section.service-section .col {
        flex: none !important;
        width: 100% !important;
    }

    section.service-section .col .service {
        flex: none !important;
        width: 100% !important;
        margin-left: 0px;
        margin-right: 0px;
    }

    .service br {
        display: none !important;
    }

    .design-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    section.design-section .col {
        flex: none !important;
        width: 100% !important;
    }

    .design-content {
        padding-left: 30px;
        width: 100%;
        padding-right: 30px;
        margin-bottom: 50px;
    }

    .design-section h3 {
        padding-top: 0;
    }

    .design-content:before {
        left: 10px;
    }

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

    .footer-left {
        width: 100%;
        float: left;
    }

    .footer-right {
        width: 100%;
        float: left;
        background: rgb(254, 254, 255);
    }

    .footer-right {
        margin-top: 50px;
    }

    .footer-contact {
        width: 95%;
        margin: 0 auto;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .phone_field,
    .fname {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .footer-bottom {
        text-align: center;
    }

    .designed,
    .copyrights {
        float: none;
    }

    /*1-4-2022*/
    /*contact-page*/
    .banner-section {
        background-position: right 30% center;
    }

    ul.footer-email br {
        display: none;
    }

    .banner-heading h2 {
        font-size: 50px;
    }

    .design-content.inner {
        width: 100% !important;
    }

    section.about-section.inner.design .row {
        flex-direction: column-reverse;
        display: flex;
    }

    .design-section.inner {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    section.about-section.inner.design {
        padding-top: 0px;
    }

    .design-content.inner:before {
        display: none;
    }

    .designed,
    .copyrights {
        float: none;
        margin-bottom: 12px;
    }

    div#mainnav-2 {
        background: #011031;
        margin-top: 20px;
    }

    div#mainnav-2 .navbar-item a {
        padding: 10px;
    }

    /*serivces*/
    .software h1 {
        font-size: 40px;
        margin: 0 auto;
        width: 100%;
    }

    .service-full-background .col.middle h1 {
        padding: 0px 20px;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        font-size: 40px;
    }

    .row.direction-column-two {
        flex-direction: column-reverse;
        display: flex;
        margin-bottom: 50px;
    }

    .service-section h2 br {
        display: none;
    }

    .about-content.para:before {
        display: none;
    }

    section.about-section.inner .row {
        flex-direction: column-reverse;
        display: flex;
    }
}
