                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                @charset "UTF-8";

/*---------------- Common Custom CSS ----------------*/

.blue-gradient-bg {
    background: #0432AA;
    background: -moz-linear-gradient(225deg, #0432AA 0%, #021A5C 100%);
    background: -webkit-linear-gradient(225deg, #0432AA 0%, #021A5C 100%);  header .navbar-expand-md .navbar-collapse.show {height: calc(100vh - 68px); visibility: visible; opacity: 1;}
    background: -o-linear-gradient(225deg, #0432AA 0%, #021A5C 100%);
    background: -ms-linear-gradient(225deg, #0432AA 0%, #021A5C 100%);
    background: linear-gradient(225deg, #0432AA 0%, #021A5C 100%);
}
* {outline: none!important;}
a:hover, a:focus {text-decoration: none; outline: none;}
img {display: block;}
ul {list-style: none; padding: 0;}
body {font-family: 'Open Sans', sans-serif; font-size: 1rem; color: #343434;}
.btn-theme {background: #f6821f; color: #ffffff; border-radius: calc(24px / 2); font-weight: 600;}
.btn-theme:hover {background: #002891; color: #ffffff;}
.btn-theme-small {padding: 0.5625rem 2.0625rem;}
.btn-theme-medium {padding: 0.8125rem 2.0625rem;}
.btn-theme-large {padding: 1.0625rem 2.0625rem;}
.img-shadow {box-shadow: 1.25rem 1.25rem 2.5rem 0 rgba(0,0,0,0.16); border-radius: 24px;}
.mt-40 {margin-top: 2.5rem;}
.mb-40 {margin-bottom: 2.5rem;}

.border-btn {border: 2px solid #f6821f;border-radius: 0.75rem;color: #f6821f;font-weight: 600;line-height: 1.375rem;padding: 1rem 3rem;}
.border-btn:hover {box-shadow: 0.25rem 0.25rem 1rem 0 rgba(0,0,0,0.5);}
header .navbar.affix {box-shadow:0 0 10px 0 #999999; background: #ffffff; padding-top: 0.1em; padding-bottom: 0.1em; -webkit-transition: padding 0.2s linear; -moz-transition: padding 0.2s linear; -o-transition: padding 0.2s linear; transition: padding 0.2s linear; scroll-behavior: smooth;}

.card-layout {float: left; width: 100%; border-radius: 24px; box-shadow: 1.25rem 1.25rem 2.5rem 0 rgb(0 0 0 / 16%); /*box-shadow: 0.5rem 0.5rem 1.5rem 0 rgba(0,0,0,0.08)*/ position: relative;}
.card-layout .card-layout-img {float: left; width: 100%;}
.card-layout .card-layout-img img {width: 100%; border-top-left-radius: 24px; border-top-right-radius: 24px;}
.card-layout .card-layout-body {float: left; width: 100%; padding: 1.25rem; background: #ffffff; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px;}
.card-layout .card-layout-body .card-layout-title {font-size: 1.125rem;	font-weight: bold; line-height: 1.9375rem; margin-bottom: 0.5rem; overflow: hidden; min-height: 60px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.card-layout .card-layout-body .card-layout-desc {font-size: 0.875rem; line-height: 1.375rem; margin-bottom: 0.875rem;}
.card-layout .card-layout-body .card-layout-post-date {color: #5d5d5d; font-weight: 300; margin-bottom: 0;}
.card-layout .card-layout-body.date-bottom-card-body .card-layout-date {position: absolute; color: #5D5D5D; font-weight: 300; bottom: 1.25rem; margin-bottom: 0; left: 1.5rem;}
.card-layout .card-layout-body.date-bottom-card-body .card-layout-date img {display: inline-block; vertical-align: top; margin: 3px 10px 0 0;}
.card-layout.left-card-layout .card-layout-img {width: 50%;}
.card-layout.left-card-layout .card-layout-body {width: 50%; border-bottom-left-radius: 0; border-top-right-radius: 24px;}
.card-layout.left-card-layout .card-layout-body.date-bottom-card-body .card-layout-date {left: calc(50% + 1.5rem)}

.get-touch-box-sec {float: left; width: calc(100% - 14.375rem); margin: -7.1875rem 7.1875rem 5rem; padding: 3rem 2.5rem 3.375rem; box-shadow: 1.25rem 1.25rem 2.5rem 0 rgba(0,0,0,0.16); border-radius: 24px; position: relative; z-index: 1;}
.get-touch-box-sec .get-newsletter-content {float: left; width: 100%;}
.get-touch-box-sec .get-newsletter-content > p {color: rgba(255,255,255,0.85);/* max-width: 36rem;*/ font-size: 1.35rem; line-height: 2.375rem; text-align: center; margin: 0 auto 1.5rem;}
.get-touch-box-sec .get-newsletter-content .newsletter-input-group > .btn {margin: 0 auto; display: table; width: 13.25rem; background: #ffffff; border-radius: calc(24px / 2); font-weight: 600; color: #000000; padding: 1.0625rem 3.625rem; border: 0px solid #000;}

.get-newsletter-box-sec {float: left; width: calc(100% - 14.375rem); margin: -7.1875rem 7.1875rem 5rem; padding: 3rem 2.5rem 3.375rem; box-shadow: 1.25rem 1.25rem 2.5rem 0 rgba(0,0,0,0.16); border-radius: 24px; position: relative; z-index: 1;}
.get-newsletter-box-sec .get-newsletter-content {float: left; width: 100%;}
.get-newsletter-box-sec .get-newsletter-content > p {color: rgba(255,255,255,0.85); font-size: 1.75rem; font-weight: 600; line-height: 2.375rem; text-align: center; margin-bottom: 1.5rem;}
.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group {width: 33.125rem; margin: 0 auto; display: table;}
.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .form-group {position: relative; width: calc(100% - 11.25rem); float: left; margin-bottom: 0;}
.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .form-group .input-group-prepend {position: absolute; top: 1rem; width: 1.5rem; height: 1.5rem; display: flex; justify-content: center; align-items: center; left: 0.8125rem;}
.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .form-group .input-group-prepend::before {content: ''; border: 1px solid #787878; height: 1.8125rem; right: -0.8125rem; position: absolute;}
.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .form-group .form-control {background-color: rgba(255,255,255,0.08); border: 0px solid #000; border-radius: calc(24px / 2); height: auto; padding: 1rem 0.75rem 1rem 4.375rem; color: #ffffff;}
.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .form-group .form-control::-webkit-input-placeholder {color: rgba(255,255,255,0.4);}
.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .form-group .form-control::-moz-placeholder {color: rgba(255,255,255,0.4);}
.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .form-group .form-control:-ms-input-placeholder {color: rgba(255,255,255,0.4);}
.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .form-group .form-control:-moz-placeholder {color: rgba(255,255,255,0.4);}
.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .form-group .form-text {padding-left: 5px; margin-bottom: 0; color: rgba(255, 255, 255, 0.8);}
.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .form-group .form-text label {position: relative; margin: 0;}
.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .form-group .form-text label span {padding-left: 1.75rem;}
.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .form-group .form-text label span::before {content: ''; position: absolute; border: 1px solid rgba(255, 255, 255, 0.8); width: 1.125rem; height: 1.125rem; border-radius: 4px; top: 3px; left: 3px;}
.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .form-group .form-text label input {position: absolute; left: 0; top: 0; opacity: 0;}
.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .form-group .form-text label input:checked ~ span::after {content: '\2714'; top: 4px; position: absolute; left: 5px; line-height: 1rem;}
.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .form-group .form-text a {color: rgba(255, 255, 255, 0.8); text-decoration: underline;}
.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .form-group .form-text a:hover {color: #ffffff;}
.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group > .btn {float: right; width: 9.75rem; background: #ffffff; border-radius: calc(24px / 2); font-weight: 600; color: #0432AA; padding: 1rem 0.3125rem; border: 0px solid #000;}
.get-newsletter-update-box-sec.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group > .btn {background: #ffffff; color: #0432AA;}
.get-newsletter-update-box-sec.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group > form > .btn {background: #ffffff; color: #0432AA;}
.get-newsletter-update-box-sec {float: left; width: calc(100% - 14.375rem); margin: 5rem 7.1875rem; padding: 0; position: relative; z-index: 1;}
.get-newsletter-update-box-sec .get-newsletter-content {float: left; width: 100%;}
.get-newsletter-update-box-sec .get-newsletter-content > p {font-size: 1.75rem; line-height: 2.375rem; text-align: center; margin-bottom: 1.5rem;}
.get-newsletter-update-box-sec .get-newsletter-content .newsletter-input-group {width: 100%; margin: 0 auto; display: table; max-width: 61.25rem;}
.get-newsletter-update-box-sec .get-newsletter-content .newsletter-input-group .input-group {width: calc(100% - 13.25rem); float: left;}
.get-newsletter-update-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-group {position: relative; margin-bottom: 0; float: left; width: calc(50% - 24px); margin-left: 24px;}
.get-newsletter-update-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-group:first-child {margin-left: 0;}
.get-newsletter-update-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-group .input-group-prepend {position: absolute; top: 1rem; width: 1.5rem; height: 1.5rem; display: flex; justify-content: center; align-items: center; left: 0.8125rem;}
.get-newsletter-update-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-group .input-group-prepend::before {content: ''; width: 1px; background: rgba(52,52,52,0.16); height: 1.8125rem; right: -0.8125rem; position: absolute;}
.get-newsletter-update-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-group .form-control {background-color: rgba(52,52,52,0.08); border: 0px solid #000; border-radius: calc(24px / 2); height: auto; padding: 1rem 0.75rem 1rem 4.375rem;}
.get-newsletter-update-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-group .form-control::-webkit-input-placeholder {color: rgba(52,52,52,0.4);}
.get-newsletter-update-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-group .form-control::-moz-placeholder {color: rgba(52,52,52,0.4);}
.get-newsletter-update-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-group .form-control:-ms-input-placeholder {color: rgba(52,52,52,0.4);}
.get-newsletter-update-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-group .form-control:-moz-placeholder {color: rgba(52,52,52,0.4);}
.get-newsletter-update-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-text {float: left; width: 100%;}
.get-newsletter-update-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-text p {padding-left: 5px; margin-bottom: 0; color: #787878;}
.get-newsletter-update-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-text p label {position: relative; margin: 0;}
.get-newsletter-update-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-text p label span {padding-left: 1.75rem;}
.get-newsletter-update-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-text p label span::before {content: ''; position: absolute; border: 1px solid #787878; width: 1.125rem; height: 1.125rem; border-radius: 4px; top: 3px; left: 3px;}
.get-newsletter-update-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-text p label input {position: absolute; left: 0; top: 0; opacity: 0;}
.get-newsletter-update-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-text p label input:checked ~ span::after {content: '\2714'; top: 4px; position: absolute; left: 5px; line-height: 1rem;}
.get-newsletter-update-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-text p a {color: #787878; text-decoration: underline;}
.get-newsletter-update-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-text p a:hover {color: #343434;}
.get-newsletter-update-box-sec .get-newsletter-content .newsletter-input-group > .btn {float: right; width: 13.25rem; border-radius: calc(24px / 2); font-weight: 600; padding: 1rem 0.3125rem; border: 0px solid #000;}
.get-newsletter-update-box-sec .get-newsletter-content .newsletter-input-group > form > .btn {float: right; width: 13.25rem; border-radius: calc(24px / 2); font-weight: 600; padding: 1rem 0.3125rem; border: 0px solid #000;}
.get-newsletter-update-box-sec.get-newsletter-box-sec {margin: -7.1875rem 7.1875rem 5rem; padding: 3rem 2.5rem 3.375rem; box-shadow: 1.25rem 1.25rem 2.5rem 0 rgba(0,0,0,0.16); border-radius: 24px;}	
.get-newsletter-update-box-sec.get-newsletter-box-sec .get-newsletter-content > p {color: rgba(255,255,255,0.85); font-weight: 600;}	
.get-newsletter-update-box-sec.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-group .input-group-prepend {}	
.get-newsletter-update-box-sec.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-group .input-group-prepend::before {background-color: #787878;}	
.get-newsletter-update-box-sec.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-group .form-control {background: rgba(255,255,255,0.08);}	
.get-newsletter-update-box-sec.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-group .form-control::-webkit-input-placeholder {color: rgba(255,255,255,0.4);}	
.get-newsletter-update-box-sec.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-group .form-control::-moz-placeholder {color: rgba(255,255,255,0.4);}	
.get-newsletter-update-box-sec.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-group .form-control:-ms-input-placeholder {color: rgba(255,255,255,0.4);}	
.get-newsletter-update-box-sec.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-group .form-control:-moz-placeholder {color: rgba(255,255,255,0.4);}	
.get-newsletter-update-box-sec.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-text p {color: rgba(255, 255, 255, 0.8);}	
.get-newsletter-update-box-sec.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-text p label span::before {border-color: #ffffff;}	
.get-newsletter-update-box-sec.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-text p a {color: rgba(255, 255, 255, 0.8);}	
.get-newsletter-update-box-sec.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-text p a:hover {color: rgba(255, 255, 255, 1);}	
.get-newsletter-update-box-sec.get-newsletter-box-sec .get-newsletter-content .newsletter-input-group > .btn {background: #ffffff; color: #0432AA;}	

.side-msg-box {float: left; width: 100%; background: #0432AA; padding: 1.875rem 1.5rem; box-shadow: 1.25rem 1.25rem 2.5rem 0 rgba(0,0,0,0.16); border-radius: 24px; position: relative; z-index: 1;}
.side-msg-box .side-msg-box-content {float: left; width: 100%;}
.side-msg-box .side-msg-box-content > p {color: rgba(255,255,255,0.85); font-size: 1.75rem; font-weight: 600; line-height: 2.375rem; text-align: center; margin-bottom: 1.5rem;}
.side-msg-box .side-msg-box-content .side-box-icon-sec {display: table; margin: 0 auto 3.25rem;}
.side-msg-box .side-msg-box-content .msg-box-input-group {width: 100%; margin: 0 auto; display: table;}
.side-msg-box .side-msg-box-content .msg-box-input-group .form-group {position: relative; width: 100%; float: left; margin-bottom: 0;}
.side-msg-box .side-msg-box-content .msg-box-input-group .form-group .input-group-prepend {position: absolute; top: 1rem; width: 1.5rem; height: 1.5rem; display: flex; justify-content: center; align-items: center; left: 0.8125rem;}
.side-msg-box .side-msg-box-content .msg-box-input-group .form-group .input-group-prepend::before {content: ''; border: 1px solid #787878; height: 1.8125rem; right: -0.8125rem; position: absolute;}
.side-msg-box .side-msg-box-content .msg-box-input-group .form-group .form-control {background-color: rgba(255,255,255,0.08); border: 0px solid #000; border-radius: calc(24px / 2); height: auto; padding: 1rem 0.75rem 1rem 4.375rem; color: #ffffff;}
.side-msg-box .side-msg-box-content .msg-box-input-group .form-group .form-control::-webkit-input-placeholder {color: rgba(255,255,255,0.4);}
.side-msg-box .side-msg-box-content .msg-box-input-group .form-group .form-control::-moz-placeholder {color: rgba(255,255,255,0.4);}
.side-msg-box .side-msg-box-content .msg-box-input-group .form-group .form-control:-ms-input-placeholder {color: rgba(255,255,255,0.4);}
.side-msg-box .side-msg-box-content .msg-box-input-group .form-group .form-control:-moz-placeholder {color: rgba(255,255,255,0.4);}
.side-msg-box .side-msg-box-content .msg-box-input-group .form-group .form-text {padding-left: 5px; margin: 1rem 0 1.5rem; color: rgba(255, 255, 255, 0.8);}
.side-msg-box .side-msg-box-content .msg-box-input-group .form-group .form-text label {position: relative; margin: 0;}
.side-msg-box .side-msg-box-content .msg-box-input-group .form-group .form-text label span {padding-left: 1.75rem;}
.side-msg-box .side-msg-box-content .msg-box-input-group .form-group .form-text label span::before {content: ''; position: absolute; border: 1px solid rgba(255, 255, 255, 0.8); width: 1.125rem; height: 1.125rem; border-radius: 4px; top: 3px; left: 3px;}
.side-msg-box .side-msg-box-content .msg-box-input-group .form-group .form-text label input {position: absolute; left: 0; top: 0; opacity: 0;}
.side-msg-box .side-msg-box-content .msg-box-input-group .form-group .form-text label input:checked ~ span::after {content: '\2714'; top: 4px; position: absolute; left: 5px; line-height: 1rem;}
.side-msg-box .side-msg-box-content .msg-box-input-group .form-group .form-text a {color: rgba(255, 255, 255, 0.8); text-decoration: underline;}
.side-msg-box .side-msg-box-content .msg-box-input-group .form-group .form-text a:hover {color: #ffffff;}
.side-msg-box .side-msg-box-content .msg-box-input-group > .btn {float: left; width: 100%; background: #ffffff; border-radius: calc(24px / 2); font-weight: 600; color: #0432AA; padding: 1rem 0.3125rem; border: 0px solid #000;}

/*---------------- Pagination Section ----------------*/
.pagination-sec {margin: 0 auto; display: table;}
.pagination-sec > a {font-weight: 700; line-height: 40px; float: left;}
.pagination-sec > a:hover {color: #0432AA;}
.pagination-sec > a.btn-disabled {color: rgba(11,22,43,0.24);}
.pagination-sec > a i.fa {font-weight: bold; font-size: 20px; line-height: 13px;}
.pagination-sec > a.btn-prev i.fa {float: left; margin: 14px 8px 0 0;}
.pagination-sec > a.btn-next i.fa {float: right; margin: 14px 0px 0 8px;}
.pagination-sec ul {float: left; margin: 0 5rem;}
.pagination-sec ul li {float: left;}
.pagination-sec ul li a {display: inline-block; width: 40px; text-align: center; line-height: 40px; color: #2e2e2e; border-radius: 33px;}
.pagination-sec ul li a:hover {background-color: #F1F1F1;}
.pagination-sec ul li a:focus,
.pagination-sec ul li a.active {background: #0432AA; color: #ffffff; font-weight: 700;}

/*---------------- Page Tab Section ----------------*/
.page-nav-tab-sec {float: left; width: 100%;}
.page-nav-tab-sec .nav-tabs {border: none; margin-bottom: 1.5rem;}
.page-nav-tab-sec .nav-tabs .nav-item {border: none; padding: 0; background: transparent; margin-right: 5rem; text-align: center;}
.page-nav-tab-sec .nav-tabs .nav-item:last-child {margin-right: 0;}
.page-nav-tab-sec .nav-tabs .nav-item img.img-blue {display: none;}
.page-nav-tab-sec .nav-tabs .nav-item p {font-size: 0.875rem; color: #787878;}
.page-nav-tab-sec .nav-tabs .nav-item p span {display: table; margin: 1rem auto 0; line-height: 1.1875rem;}
.page-nav-tab-sec .nav-tabs .nav-item p i.fa {width: 24px; height: 24px; margin: 0 auto; justify-content: center; align-items: center; font-size: 20px; display: none;}

.page-nav-tab-sec .nav-tabs .nav-item.active img.img-gray {display: none;}
.page-nav-tab-sec .nav-tabs .nav-item.active img.img-blue {display: block;}
.page-nav-tab-sec .nav-tabs .nav-item.active p {font-weight: 700; color: #0432AA;}
.page-nav-tab-sec .nav-tabs .nav-item.active p i.fa {font-weight: 700; display: flex;}

/*---------------- Header ----------------*/
header {float: left; width: 100%;}
header .navbar.fixed-top {padding: .5rem 0;}
header .navbar .container-fluid {max-width: calc(100% - 10rem);margin: 0 auto;padding: .5rem 0;}
header .navbar .navbar-brand.apple-logo {margin-right: 0; padding-left: 1.5rem; position: relative; margin-left: 0.5rem;}
header .navbar .navbar-brand.apple-logo img {height: 42px;}
header .navbar .navbar-brand.apple-logo::before {content: ''; position: absolute; background: rgba(120,120,120,0.4); width: 1px; height: 24px; left: -1px; top: calc(50% - 12px);}

header .navbar-nav > .site-nav > ul {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: auto; -webkit-user-select: none; -moz-user-select: -moz-none; -ms-user-select: none; user-select: none;}
header .navbar-nav > .site-nav > ul > li {display: inline-block; -ms-flex-wrap: wrap; flex-wrap: wrap; width: auto; padding: 0;}
header .navbar-nav > .site-nav a {color: #343434; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-line-pack: stretch; align-content: stretch; white-space: nowrap; width: 100%; z-index: 10; font-weight: 600; font-size: 14px; position: relative;}
header .navbar-nav.js .site-nav {display: none;}
header .navbar-nav.js .sub-menu {display: none; position: absolute; top: 100%; left: 0px; z-index: 12; }
header .navbar-nav.js .sub-menu .sub-menu {top: 0px; left: calc(100% - 5px); text-align: right;}
header .navbar-nav.js .has-sub-menu {position: relative; left: 0px;}

header .navbar-nav > .site-nav ul {margin: 0; background-color: #ffffff; border: 0; border-radius: .25rem; box-shadow: 0.5rem 0.5rem 1.5rem 0 rgba(0,0,0,0.08); min-width: 10rem;display:none;}
header .navbar-nav > .site-nav > .nav-item {margin-right: 2.1875rem;}
header .navbar-nav > .site-nav > .nav-item:last-child {margin-right: 0rem;}
header .navbar-nav > .site-nav > .nav-item ul .nav-link {padding: .25rem 1.5rem; font-weight: 400; font-size: 15px;}
header .navbar-nav > .site-nav > .nav-item ul .nav-link:hover {color: #16181b; background-color: #f8f9fa;}
header .navbar-nav > .site-nav .sub-menu {display: none;}

header .navbar-nav > .site-nav > .nav-item.search-nav-item {margin-right: 0;}
header .navbar-nav > .site-nav > .nav-item.search-nav-item .nav-link {background: transparent; border: none;}
header .navbar-nav > .site-nav > .nav-item.search-nav-item .nav-link::before {content: none;}
header .navbar-nav > .site-nav > .nav-item.sign-nav-item {margin-right: .5rem;}
header .navbar-nav > .site-nav > .nav-item.sign-nav-item > div {float: left; font-weight: 600;}
header .navbar-nav > .site-nav > .nav-item.sign-nav-item .signUp-nav-item {margin-right: 1rem;}
header .navbar-nav > .site-nav > .nav-item.sign-nav-item .signUp-nav-item .nav-link {font-size: 16px; padding: 0.5625rem 1rem; border-radius: 12px; background: #0432AA; color: #ffffff;}
header .navbar-nav > .site-nav > .nav-item.sign-nav-item .signUp-nav-item .nav-link:hover {background: #002891;}
header .navbar-nav > .site-nav > .nav-item.sign-nav-item .signUp-nav-item:hover .nav-link::before,
header .navbar-nav > .site-nav > .nav-item.sign-nav-item .signUp-nav-item.active .nav-link::before {content: none;}
header .navbar-nav > .site-nav > .nav-item.sign-nav-item .signIn-nav-item .nav-link {font-size: 16px; color: #0432AA;}
header .navbar-nav > .site-nav > .nav-item.sign-nav-item .signIn-nav-item:hover .nav-link::before,
header .navbar-nav > .site-nav > .nav-item.sign-nav-item .signIn-nav-item.active .nav-link::before {content: none;}

header .navbar-nav > .site-nav > .nav-item > .nav-link::before {content: ''; position: absolute; height: 2px; width: 100%; left: 0; bottom: 0;}
header .navbar-nav > .site-nav > .nav-item:hover > .nav-link,
header .navbar-nav > .site-nav > .nav-item.active > .nav-link {color: #0432AA;}
header .navbar-nav > .site-nav > .nav-item:hover > .nav-link::before,
header .navbar-nav > .site-nav > .nav-item.active > .nav-link::before {background: #0155A0;}

header .toggle-nav {width: 28px; margin: 10px 0 0; padding: 0; float: right; display: none;}
header .toggle-nav:focus {outline: 0px auto -webkit-focus-ring-color;}
header .toggle-nav > span {width: 100%; height: 2px; background: #000000; margin: 4px auto; transition: all 0.3s; display: inline-block; backface-visibility: hidden;} 
header .toggle-nav .one {transform: rotate(45deg) translate(7px, 7px);}
header .toggle-nav .two {opacity: 0;}
header .toggle-nav .three {transform: rotate(-45deg) translate(7px, -7px);}
header .toggle-nav.collapsed .one {transform: rotate(0deg) translate(0px, 0px);}
header .toggle-nav.collapsed .two {opacity: 1;}
header .toggle-nav.collapsed .three {transform: rotate(0deg) translate(0px, 0px);}

/*---------------- Page Content ----------------*/
.page-content {float: left; width: 100%;}
.page-content section {float: left; width: 100%; position: relative; overflow: hidden; padding-bottom: 5rem;}
.page-content section:first-child {padding-top: 8.125rem;}
.page-content section::before {content: ''; background: #f4f4f4; position: absolute; width: 25%; height: 100%; top: 0; left: 0; z-index: -1;}
.page-content section:nth-child(even)::before {width: calc(100% - 25%); left: auto; right: 0;}
.page-content section.last {padding-bottom: 5rem;}
.page-content section .container-fluid {width: calc(100% - 10rem); max-width: 1440px;}

.top-commomn-sec {float: left; width: 100%; position: relative; min-height: 60px;}
.top-commomn-sec .back-btn {line-height: 1.375rem; font-weight: 700; margin-left: 5rem;}
.top-commomn-sec .back-btn img {display: inline-block; margin-right: 10px; -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}
.top-commomn-sec .top-page-comp-name {font-family: 'Poppins', sans-serif; font-weight: 900; color: #f8f8f9; font-size: 12.5rem; text-transform: uppercase; position: absolute; right: -17.25rem; top: 0; line-height: 9.125rem; margin-bottom: 0; z-index: -1;}
.top-commomn-sec .top-center-page-heading {font-size: 2.0rem; line-height: 2.25rem; text-align: center; position: relative; margin: 1rem auto; display: table; text-transform: uppercase;}
.top-commomn-sec .top-center-page-heading::before {content: ''; background: #f6821f; position: absolute; bottom: -29px; height: 2px; width: 70px; left: calc(50% - 35px);}
.top-commomn-sec .top-center-page-heading ~ .top-center-page-short-desc {margin: 3.375rem auto 0; text-align: center; width: 98%; max-width: 29.5rem;}

.top-commomn-sec .top-menu-tab.single-tab-menu-heading {padding-left: 184px;}
.top-commomn-sec .top-menu-tab.single-tab-menu-heading .tab-menu-heading {padding: 19px 40px; border-radius: 30px; background-color: #FFFFFF; box-shadow: 0 0 16px 0 rgba(52,52,52,0.16); font-weight: bold; line-height: 22px; display: inline-block; position: absolute; top: 0; left: 0;}
.top-commomn-sec .top-menu-tab ~ .top-center-page-heading {margin-top: 5rem;}
.top-commomn-sec .top-menu-tab {float: left; width: 100%; padding: 0 2rem; text-align: center;}
.top-commomn-sec .top-menu-tab .nav-slide {max-width: calc(1400px - 50px); width: calc(100% - 50px); display: block; margin: 0 auto; border-radius: 30px; background-color: #FFFFFF; box-shadow: 0 0 16px 0 rgba(52,52,52,0.16);}
.top-commomn-sec .top-menu-tab .nav-slide .container-fluid {width: 100%; padding: 0;}
.top-commomn-sec .top-menu-tab .nav-slide .owl-carousel .owl-stage {margin: 0 auto;}
.top-commomn-sec .top-menu-tab .nav-slide .nav-carousel .owl-item {min-width: 130px;}
.top-commomn-sec .top-menu-tab .nav-slide .nav-carousel .owl-item a {display: inline-block; margin-right: 3.75rem; color: #787878; text-align: center; padding: 16px 25px;}
.top-commomn-sec .top-menu-tab .nav-slide .nav-carousel .owl-item a:last-child {margin-right: 0;}
.top-commomn-sec .top-menu-tab .nav-slide .nav-carousel .owl-item a.active {font-weight: 700; color: #0432AA;}
.top-commomn-sec .top-menu-tab .nav-slide .nav-carousel .owl-item a.tab-menu-heading {font-weight: 700; color: #f6821f;}
.top-commomn-sec .top-menu-tab .nav-slide .nav-carousel .owl-dots {display: none;}
.top-commomn-sec .top-menu-tab .nav-slide .nav-carousel .owl-nav {margin-top: 0;}
.top-commomn-sec .top-menu-tab .nav-slide .nav-carousel .owl-nav button {margin: 0; color: #787878; position: absolute; top: calc(50% - 8px); left: -25px;}
.top-commomn-sec .top-menu-tab .nav-slide .nav-carousel .owl-nav button:hover {background: transparent}
.top-commomn-sec .top-menu-tab .nav-slide .nav-carousel .owl-nav button i.fa {width: 12px; font-size: 30px; line-height: 16px; font-weight: 700;}
.top-commomn-sec .top-menu-tab .nav-slide .nav-carousel .owl-nav button.owl-next {right: -25px; left: auto;}

.side-scroll-sec {position: absolute; bottom: 1.125rem; right: 5%;}
.side-scroll-sec img:first-child {margin-bottom: 0.75rem;}

.top-search-sec {padding: 2.5rem; border-radius: 24px; box-shadow: 0.5rem 0.5rem 1.5rem 0 rgba(0,0,0,0.08); background: #ffffff; width: calc(100% - 30rem); float: left; margin-top: 4.5rem; margin-left: 15rem;}
.top-search-sec .form-group .input-group-prepend {position: absolute; left: 1rem; top: 1rem;}
.top-search-sec .form-group .form-control {background: #efefef; border-radius: calc(24px / 2); height: auto; padding: 1rem 0.75rem 1rem 3rem; border: none;}
.top-search-sec .form-group:first-child {float: left; width: calc(100% - 150px); position: relative; margin-bottom: 0;}
.top-search-sec .form-group:last-child {float: left; margin-left: 40px; width: 110px; margin-bottom: 0; position: relative;}
.top-search-sec .form-group:last-child .form-control {padding: 1rem; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.top-search-sec .form-group:last-child i.fa {position: absolute; top: calc(50% - 12px); right: 5px; width: 1.5rem; height: 1.5rem; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;}
.top-search-sec .form-group:last-child .form-control:focus ~ i.fa { -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}

/*---------------- Footer ----------------*/
footer {float: left; width: 100%; background: #0B162B; color: rgba(255, 255, 255, 0.5);}
footer .footer-top {padding: 5rem 15px 2.5rem; max-width: 78.75rem; width: 100%; margin: 0 auto; display: table; border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);}
footer .footer-top .footer-about-sec > div {float: left; width: 100%; margin-bottom: 0.9375rem;}
footer .footer-top .footer-about-sec .footer-logo img.footer-logo-mobile {display: none;}
footer .footer-top .footer-about-sec .footer-comp-about p {line-height: 2rem;}
footer .footer-top .footer-about-sec .footer-comp-contact > div {float: left; width: 100%; margin-bottom: 0.625rem;}
footer .footer-top .footer-about-sec .footer-comp-contact > div:last-child {margin-bottom: 0;}
footer .footer-top .footer-about-sec .footer-comp-contact > div a {color: #ffffff; font-weight: 300; line-height: 1.625rem;}
footer .footer-top .footer-about-sec .footer-comp-contact > div a img {display: inline-block; margin-right: 0.4375rem;}
footer .footer-top .footer-links-sec {float: left; width: 100%; display: flex; justify-content: space-between;}
footer .footer-top .footer-links-sec figure {float: left; width: 100%;}
footer .footer-top .footer-links-sec figure h5 {color: #ffffff; font-size: 1rem; line-height: 1.875rem; font-weight: 700; margin-bottom: 0.625rem;}
footer .footer-top .footer-links-sec figure .foot-link-sec {float: left; width: 100%;}
footer .footer-top .footer-links-sec figure .foot-link-sec a {display: table; width: 100%; color: rgba(255, 255, 255, 0.5); line-height: 2rem;}
footer .footer-top .footer-links-sec figure .foot-link-sec a:hover {color: #ffffff;}
footer .footer-top .footer-social-sec {float: left;}
footer .footer-top .footer-social-sec .footer-social-link {float: left; margin-right: 10px;}
footer .footer-top .footer-social-sec .footer-social-link:last-child {margin-right: 0;}
footer .footer-bottom {padding: 1rem 15px 1.5rem; max-width: 78.75rem; width: 100%; margin: 0 auto; display: table;}
footer .footer-bottom a {color: rgba(255, 255, 255, 0.5);}
footer .footer-bottom a:hover {color: #ffffff;}

/*---------------- Home Page Section ----------------*/

.home-page-slider {float: left; width: 100%;}
.home-banner-slider {max-width: 1150px; width: 100%; margin: -2rem auto 2rem; display: table; height: calc(100vh - 235px); position: relative;}
.home-banner-slider .carousel {height: calc(100vh - 235px);}
.home-banner-slider .carousel .carousel-indicators {width: auto; left: 0; display: block; float: left; right: auto; margin: 0; bottom: -3rem;}
.home-banner-slider .carousel .carousel-indicators li {width: 8px; height: 8px; border-radius: 51%; background-color: #d8d8d8; opacity: 1; border: none; float: left; margin: 0 1rem 0 0;}
.home-banner-slider .carousel .carousel-indicators li.active {background-color: #f6821f;}
.home-banner-slider .carousel .carousel-inner {height: 100%; border-radius: 24px; box-shadow: 1.25rem 1.25rem 2.5rem 0 rgba(0,0,0,0.16);}
.home-banner-slider .carousel .carousel-inner .carousel-item {height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center;}
.home-banner-slider .carousel .carousel-inner .carousel-item .carousel-caption {position: static; display: flex; align-items: center; justify-content: center; height: 100%;}
/*.home-banner-slider .carousel .carousel-inner .carousel-item .carousel-caption .text-carousel-caption h1 {max-width: 775px; margin: 0 auto 3.125rem; text-transform: uppercase; font-size: 2.0rem; font-weight: 600; line-height: 4.125rem;	text-align: center; color: #ffffff; position: relative;}*/
/*.home-banner-slider .carousel .carousel-inner .carousel-item .carousel-caption .text-carousel-caption h1::before {content: ''; background: #f6821f; height: 2px; width: 78px; position: absolute; bottom: -1.5rem; left: calc(50% - 35px);}*/
.home-banner-slider .carousel .carousel-control-sec {position: absolute; bottom: -3.5rem; left: calc(50% - 77.5px);}
.home-banner-slider .carousel .carousel-control-sec a {position: static; display: block; font-size: 18px; float: left; width: auto;color:#343434;}
.home-banner-slider .carousel .carousel-control-sec a .fa {font-size: 22px; width: 24px; height: 24px; float: left; margin: 2px 0 0 0;}
.home-banner-slider .carousel .carousel-control-sec a.carousel-control-prev {margin-right: 30px;}
.home-banner-slider .carousel .carousel-control-sec a.carousel-control-next .fa {float: right;}

.home-info-sec {float: left; width: 100%;}
.home-info-sec figure h6 {color: #30384C; font-size: 1.75rem; line-height: 2.375rem; font-weight: 600;}
.home-info-sec figure p {color: #787878; line-height: 1.625rem;}
.home-info-sec figure p a {font-weight: 700;}
.home-info-sec figure p a i.fa {margin-left: 10px;}
.home-info-sec .home-fig-list {margin-top: 5rem;}
.home-info-sec .home-fig-list .home-fig-img-sec img {width: 100%;border-radius:24px;}
.home-info-sec .home-fig-list .home-fig-content-sec {padding-top: 0rem}
.home-info-sec .home-fig-list .home-fig-content-sec h6 {font-weight: 400;}
.home-info-sec .home-fig-list .home-fig-content-sec p {width: 100%; max-width: 332px;}

.home-alliances-sec .home-alliances-img img {box-shadow: 1.25rem 1.25rem 2.5rem 0 rgba(0,0,0,0.16); border-radius: 24px; width: 100%;}
.home-alliances-sec .home-alliances-content {padding-top: 1rem;}
.home-alliances-sec .home-alliances-content h6 {color: #30384C; font-size: 1.75rem; line-height: 2.375rem; font-weight: 600; position: relative; margin-bottom: 3.125rem;}
.home-alliances-sec .home-alliances-content h6:before {content: ''; background: #f6821f; height: 2px; width: 78px; position: absolute; bottom: -1.5rem; left: 0}
.home-alliances-sec .home-alliances-content p {color: #787878; line-height: 1.625rem; font-weight: 300;}
.home-alliances-sec .company-client-slider {float: left; margin-top: 1.0rem;}
.home-alliances-sec .company-client-slider .item {opacity: 1; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;}
.home-alliances-sec .company-client-slider .item:hover {opacity: 1;}
.home-alliances-sec .company-client-slider .owl-nav {display: none;}
.home-alliances-sec .company-client-slider .owl-dots {margin-top: 2rem}
.home-alliances-sec .company-client-slider .owl-dots .owl-dot.active span {background: rgba(65,65,65,0.85);}

.apple-prod-sec {float: left; padding: 2.25rem 2.25rem 3.5rem; width: 100%; background: #ffffff; box-shadow: 1.25rem 1.25rem 2.5rem 0 rgba(0,0,0,0.16); border-radius: 24px; text-align: center; margin-bottom: 10rem}
.apple-prod-sec h6 {color: #30384C; font-size: 1.75rem; line-height: 2.375rem; font-weight: 600; margin-bottom: 1rem;}
.apple-prod-sec p {color: #5D5D5D; line-height: 1.375rem; max-width: 577px; margin: 0 auto 1.25rem;}
.apple-prod-sec .btn {min-width: 211px;}

.comp-person-sec {width: 100%; max-width: 1050px; margin: 0 auto; display: table;}
.comp-person-sec .comp-person-pic {float: left; width: 350px; margin-right: 2rem;}
.comp-person-sec .comp-person-pic img {width: 100%; box-shadow: 1.25rem 1.25rem 2.5rem 0 rgba(0,0,0,0.16); border-radius: 24px;}
.comp-person-sec .comp-person-info {float: left; width: calc(100% - 350px - 2rem); padding-top: 1.875rem;}
.comp-person-sec .comp-person-info .icon-quote {margin-bottom: 1.5rem;}
.comp-person-sec .comp-person-info .comp-person-desc {max-width: 405px; width: 100%; color: #5d5d5d;	line-height: 1.9375rem; margin-bottom: 3.0625rem; position: relative;}
.comp-person-sec .comp-person-info .comp-person-desc::before {content: ''; background: #f6821f; position: absolute; bottom: -1.5rem; height: 2px; width: 70px; left: 0;}
.comp-person-sec .comp-person-info .comp-person-name {display: table;}
.comp-person-sec .comp-person-info .comp-person-name p {margin-bottom: 0; font-size: 1.125rem; color: #5d5d5d; font-weight: 300;}
.comp-person-sec .comp-person-info .comp-person-name p strong {font-weight: 700;}

/*---------------- Product info Section ----------------*/
.product-page-details {float: left; width: 100%; /*margin-top: 4.0625rem;*/margin-top:0rem;}
.product-page-details .page-big-header .page-big-header-img {float: left; width: 100%; box-shadow: 1.25rem 1.25rem 2.5rem 0 rgba(0,0,0,0.16); border-radius: 24px;}
.product-page-details .page-big-header .page-big-header-img img {width: 100%;border-radius: 24px;}
.product-page-details .page-big-header .page-big-header-content {float: left; width: 100%; margin-top: 1.25rem;}
.product-page-details .page-big-header .page-big-header-content .prod-cat-title {color: #30384C; font-size: 1rem; font-weight: bold; line-height: 1.5rem; margin-bottom: 1.5rem;}
.product-page-details .page-big-header .page-big-header-content .prod-title {color: #30384C; font-size: 2.2rem; line-height: 3.25rem; text-transform: uppercase; position: relative; margin-bottom: 3.4375rem;}
.product-page-details .page-big-header .page-big-header-content .prod-title::before {content: ''; background: #f6821f; position: absolute; bottom: -29px; height: 3px; width: 70px; left: 0;}
.product-page-details .page-big-header .page-big-header-content .prod-title-desc {color: #000000;font-weight: 300;line-height: 30px;text-align: justify;}
.product-page-details .page-big-header .page-big-header-content .btn {margin-top: 2rem; padding: 1.0625rem 2rem;}
.product-page-details .page-big-header .page-big-header-content .btn ~ .btn {margin-left: 1.5rem;}
.product-page-details .page-big-header .page-big-header-slider {max-width: 950px; margin: 0 auto 5rem; background: #ffffff; box-shadow: 1.25rem 1.25rem 2.5rem 0 rgba(0,0,0,0.16); border-radius: 24px;}
.product-page-details .page-big-header .page-big-header-slider .owl-item img {border-radius: 24px;}
.product-page-details .page-big-header .page-big-header-slider .owl-nav {position: absolute; width: auto; right: 0; bottom: -5rem;}
.product-page-details .page-big-header .page-big-header-slider .owl-nav button {margin: 0; font-size: 1.125rem; color: #787878;}
.product-page-details .page-big-header .page-big-header-slider .owl-nav button:hover {background: transparent}
.product-page-details .page-big-header .page-big-header-slider .owl-nav button i.fa {width: 24px; font-size: 22px; line-height: 16px; float: left; margin-top: 5px;}
.product-page-details .page-big-header .page-big-header-slider .owl-nav button.owl-prev {margin-right: 2.5rem;}
.product-page-details .page-big-header .page-big-header-slider .owl-nav button.owl-next i.fa {float: right;}
.product-page-details .page-big-header .page-big-header-slider .owl-dots {position: absolute; width: auto; left: 0; bottom: -5rem;}
.product-page-details .page-big-header .page-big-header-slider .owl-dots .owl-dot span {background: #D8D8D8;}
.product-page-details .page-big-header .page-big-header-slider .owl-dots .owl-dot.active span {background: #f6821f;}

.page-product-info-sec {float: left; width: 100%; margin-top: 5rem;}
.page-product-info-sec figure {float: left; width: 100%;}
.page-product-info-sec figure .page-prod-info-heading {color: #30384C; font-size: 1.75rem; line-height: 2.375rem; position: relative; margin-bottom: 2.5rem; font-weight: 600;}
.page-product-info-sec figure .page-prod-info-heading::before {content: ''; background: #f6821f; height: 2px; width: 78px; position: absolute; bottom: -1rem;}
.page-product-info-sec figure h6 {color: #30384C; font-size: 1.75rem; line-height: 2.375rem; font-weight: 600;}
.page-product-info-sec figure p {color: #787878;}
.page-product-info-sec figure p a {font-weight: 700;}
.page-product-info-sec figure p a i.fa {margin-left: 10px;}
.page-product-info-sec figure > img {margin: 2.5rem 0;}
.page-product-info-sec figure .heading-side-imgs {float: left; width: calc(100% + 20%); margin-top: 40px; margin-left: -20%;}
.page-product-info-sec figure .heading-side-imgs ul {float: left; width: 100%;}
.page-product-info-sec figure .heading-side-imgs ul li {float: left; width: 100%; margin-bottom: 40px;}
.page-product-info-sec figure .heading-side-imgs ul li img {box-shadow: 1.25rem 1.25rem 2.5rem 0 rgba(0,0,0,0.16); border-radius: 24px; float: left; margin: 0;}
.page-product-info-sec figure .heading-side-imgs ul li h6 {float: left; margin: 60px 0 0 40px; width: calc(100% - 320px);}
.page-product-info-sec figure .prod-ul-list {float: left; width: 100%; margin-bottom: 24px;}
.page-product-info-sec figure .prod-ul-list li {float: left; width: 100%; line-height: 1.625rem; margin-bottom: 1rem; color: #787878; padding-left: 2rem; position: relative;}
.page-product-info-sec figure .prod-ul-list li::before {content: ''; background: url(../media/icons/circle_arrow_red_white.png) no-repeat; position: absolute; top: 5px; left: 0; width: 16px; height: 16px; border-radius: 51%;}

.page-product-info-sec .page-nav-tab-sec .tab-content figure h6 {font-weight: 600;}
.page-product-info-sec .page-nav-tab-sec .tab-content figure p strong {margin-bottom: 0.5rem; font-size: 1.125rem;}
.page-product-info-sec .video-sec {float: left; width: 100%; display: grid; grid-template-columns: repeat(auto-fill, minmax(50%, 1fr)); position: relative;}
.page-product-info-sec .video-sec .video-iframe-sec {float: left; width: 100%; position: relative; min-height: 350px; overflow: hidden; border-radius: 24px; box-shadow: 1.25rem 1.25rem 2.5rem 0 rgba(0,0,0,0.16);}
.page-product-info-sec .video-sec .video-iframe-sec iframe {position: absolute; width: 100%; height: 100%; top: 0; left: 0;}
.page-product-info-sec .video-sec .video-text-sec {width: calc(50% - 3.5rem); position: absolute; bottom: 1.5rem; left: calc(50% + 2.5rem);}
.page-product-info-sec .video-sec .video-text-sec h4 {font-size: 1.75rem; font-weight: 600; line-height: 2.375rem; margin-bottom: 0;}
.page-product-info-sec .video-sec .video-text-sec p {color: #5D5D5D; font-size: 1.125rem; line-height: 1.625rem; margin-bottom: 0; width: 15rem;}

/*---------------- Single Page Detail Section ----------------*/
.single-page-details {float: left; width: 100%; margin-top: 7.1875rem;}
.single-page-details .single-page-detail-header {float: left; width: 100%; padding: 0 2.5rem; margin-bottom: 2.5rem;}
.single-page-details .single-page-detail-header .single-page-detail-img {display: table-cell; width: 24.6875rem; vertical-align: middle;}
.single-page-details .single-page-detail-header .single-page-detail-img img {max-width: 100%; margin: 0 auto; border-radius: 24px; box-shadow: 1.25rem 1.25rem 2.5rem 0 rgba(0,0,0,0.16);}
.single-page-details .single-page-detail-header .single-page-detail-heading {display: table-cell; vertical-align: middle; padding-left: 2.1875rem;}
.single-page-details .single-page-detail-header .single-page-detail-heading ul li.single-page-title {font-size: 1.75rem; font-weight: 700; line-height: 2.875rem; margin-bottom: 1rem;}
.single-page-details .single-page-detail-header .single-page-detail-heading ul li.single-page-by-date {color: #5D5D5D; font-weight: 300; line-height: 1.625rem;}
.single-page-details .single-page-detail-content {float: left; width: 100%;}
.single-page-details .single-page-detail-content .single-page-social-icons {float: left; margin-top: 2.5rem; margin-left: 75%;}
.single-page-details .single-page-detail-content .single-page-social-icons .single-page-social-link {display: table; margin-bottom: 0.625rem;}
.single-page-details .single-page-detail-content .single-page-detail-text-sec {float: left; width: 100%;}
.single-page-details .single-page-detail-content .single-page-detail-text-sec > figure {float: left; width: 100%; padding-right: 2.5rem;}
.single-page-details .single-page-detail-content .single-page-detail-text-sec > figure p {line-height: 1.625rem; margin-bottom: 1.5rem; color: #787878;}
.single-page-details .single-page-detail-content .single-page-detail-text-sec > figure h6 {font-weight: 400; font-size: 1.75rem; margin-bottom: 0.75rem;}
.single-page-details .single-page-detail-content .single-page-detail-text-sec .inp-comment-box-sec {float: left; width: 100%; margin-bottom: 2rem;}
.single-page-details .single-page-detail-content .single-page-detail-text-sec .inp-comment-box-sec h6 {font-weight: 600; font-size: 1.75rem; margin-bottom: 0.75rem;}
.single-page-details .single-page-detail-content .single-page-detail-text-sec .inp-comment-box-sec .form-group {float: left; width: 100%;}
.single-page-details .single-page-detail-content .single-page-detail-text-sec .inp-comment-box-sec .form-group .form-control {padding: .75rem 1.4375rem; border-radius: calc(24px / 2); height: auto;}
.single-page-details .single-page-detail-content .single-page-detail-text-sec .inp-comment-box-sec .form-group textarea.form-control {min-height: 6.75rem;}
.single-page-details .single-page-detail-content .single-page-detail-text-sec .inp-comment-box-sec .form-group .form-control::-webkit-input-placeholder {color: rgba(33, 43, 54, 0.5);}
.single-page-details .single-page-detail-content .single-page-detail-text-sec .inp-comment-box-sec .form-group .form-control::-moz-placeholder {color: rgba(33, 43, 54, 0.5);}
.single-page-details .single-page-detail-content .single-page-detail-text-sec .inp-comment-box-sec .form-group .form-control:-ms-input-placeholder {color: rgba(33, 43, 54, 0.5);}
.single-page-details .single-page-detail-content .single-page-detail-text-sec .inp-comment-box-sec .form-group .form-control:-moz-placeholder {color: rgba(33, 43, 54, 0.5);}
.single-page-details .single-page-detail-content .single-page-detail-text-sec .inp-comment-box-sec .btn {border: 1px solid #0432AA; border-radius: calc(24px / 2); font-weight: 600; color: #0432AA; float: right;}
.single-page-details .single-page-detail-content .single-page-detail-text-sec .inp-comment-box-sec .btn:hover {background: #0432AA; color: #ffffff;}
.single-page-details .single-page-detail-content .single-page-detail-text-sec .client-comments-sec {float: left; width: 100%;}
.single-page-details .single-page-detail-content .single-page-detail-text-sec .client-comments-sec ul {float: left; width: 100%; margin-bottom: 5rem;}
.single-page-details .single-page-detail-content .single-page-detail-text-sec .client-comments-sec ul li {float: left; width: 100%; margin-top: 1.5rem; padding-top: 0.9375rem; border-top: 2px solid #f1f1f1; padding-right: 2.5rem;}
.single-page-details .single-page-detail-content .single-page-detail-text-sec .client-comments-sec ul li:first-child {margin-top: 0;}
.single-page-details .single-page-detail-content .single-page-detail-text-sec .client-comments-sec ul li .client-icon {width: 3.5rem; height: 3.5rem; float: left; background: #343434; color: #ffffff; font-weight: 700; display: flex; align-items: center; justify-content: center; border-radius: 51%; font-size: 1.5rem; margin-right: 1rem;}
.single-page-details .single-page-detail-content .single-page-detail-text-sec .client-comments-sec ul li .client-icon img {max-width: 100%; max-width: 3.5rem; margin: 0 auto;}
.single-page-details .single-page-detail-content .single-page-detail-text-sec .client-comments-sec ul li .client-info {float: left; width: calc(100% - 4.5rem);}
.single-page-details .single-page-detail-content .single-page-detail-text-sec .client-comments-sec ul li .client-info .client-name-date {float: left; width: 100%;}
.single-page-details .single-page-detail-content .single-page-detail-text-sec .client-comments-sec ul li .client-info .client-name-date .client-name {font-size: 1.25rem; font-weight: bold; line-height: 27px; display: inline-block; margin-bottom: 0;}
.single-page-details .single-page-detail-content .single-page-detail-text-sec .client-comments-sec ul li .client-info .client-name-date .client-post-date {color: #787878; line-height: 1.375rem; display: inline-block; margin-bottom: 0; margin-left: 1.5rem;}
.single-page-details .single-page-detail-content .single-page-detail-text-sec .client-comments-sec ul li .client-info .client-comment-desc {float: left; width: 100%; margin-top: 0.5rem;}
.single-page-details .single-page-detail-content .single-page-detail-text-sec .client-comments-sec ul li .client-info .client-comment-desc p {line-height: 1.625rem; margin-bottom: 0;}
.single-page-details .single-page-detail-content .single-page-detail-text-sec .client-comments-sec .load-cmts-btn {border: 1px solid #0432AA; border-radius: calc(24px / 2); font-weight: 600; color: #0432AA; padding: 0.5625rem 1.125rem; margin: 0 auto; display: table;}
.single-page-details .single-page-detail-content .single-page-detail-text-sec .client-comments-sec .load-cmts-btn:hover {background: #0432AA; color: #ffffff;}

.single-page-product .card-layout .card-layout-body {padding-bottom: 3.25rem}
.single-page-product .card-layout.first-card-layout .card-layout-body .card-layout-title {font-size: 1.75rem; line-height: 3.0625rem;}
.single-page-product .card-layout.first-card-layout .card-layout-body .card-layout-desc {line-height: 1.9375rem; margin-bottom: 0;}

.related-blog-sec {float: left; width: 100%; margin: 5.625rem 0 8rem;}
.related-blog-sec h4 {text-align: center; font-size: 1.75rem; font-weight: bold; line-height: 2.875rem; margin-bottom: 2.5rem;}
.related-blog-sec ul {margin: 0 auto; display: table;}
.related-blog-sec ul li {float: left; width: 400px; margin-right: 2.5rem;}
.related-blog-sec ul li:last-child {margin-right: 0;}

.single-page-product {float: left; width: 100%; margin-top: 7.1875rem;}
.single-page-product .card-layout {margin-bottom: 2.5rem;}
.single-page-product .load-more-btn-sec {float: left; width: calc(100% + 33.333333% + 162px); text-align: center; margin: 2.5rem 0 7.5rem;}

/*---------------- Listing Section ----------------*/
.listing-page-sec {float: left; width: 100%;}
.listing-pages-content {float: left; width: 100%; margin-top: 2.5rem;}
.listing-pages-content .card-layout-list-sec {float: left; width: 100%; margin-bottom: 2.5rem;}
.listing-pages-content .card-layout-list-sec .card-layout.left-card-layout {margin-bottom: 2.5rem; background: #ffffff;}
.listing-pages-content .card-layout-list-sec .card-layout.left-card-layout .card-layout-img {width: 15.625rem;}
.listing-pages-content .card-layout-list-sec .card-layout.left-card-layout .card-layout-body {width: calc(100% - 15.625rem); padding: 2.5rem 2.5rem 2.5rem 1.5rem; position: relative;}
.listing-pages-content .card-layout-list-sec .card-layout.left-card-layout .card-layout-body .card-layout-title {font-size: 1.125rem; font-weight: bold; line-height: 1.9375rem; margin-bottom: 0.5rem; padding-right: 10rem;}
.listing-pages-content .card-layout-list-sec .card-layout.left-card-layout .card-layout-body .card-layout-date-location {color: #5d5d5d; font-weight: 300;}
.listing-pages-content .card-layout-list-sec .card-layout.left-card-layout .card-layout-body .card-layout-date-location span {display: inline-block;}
.listing-pages-content .card-layout-list-sec .card-layout.left-card-layout .card-layout-body .card-layout-date-location span:first-child {margin-right: 1rem; border-right: 0px solid #000; padding-right: 2rem;}
.listing-pages-content .card-layout-list-sec .card-layout.left-card-layout .card-layout-body .card-layout-date-location span img {display: inline-block; margin-right: 5px; width: 20px; height: 20px;}
.listing-pages-content .card-layout-list-sec .card-layout.left-card-layout .card-layout-body .card-layout-desc {font-size: 1rem; margin-bottom: 1.25rem; line-height: 1.9375rem;}
.listing-pages-content .card-layout-list-sec .card-layout.left-card-layout .card-layout-body .card-layout-date {left: 1.5rem;}
.listing-pages-content .card-layout-list-sec .card-layout.left-card-layout .card-layout-body .btn-text-sec {position: absolute; top: 2.5rem; right: 2.5rem; width: 150px; text-align: right;}
.listing-pages-content .card-layout-list-sec .card-layout.left-card-layout .card-layout-body .btn-text-sec p {color: #FA6400; font-weight: 600; margin-bottom: 0;}
.listing-pages-content .card-layout-list-sec ~ .load-more-btn-sec {width: 100%; margin: 0;}

.page-content section.engineering-service-sec::after {content: ''; background: url(../media/images/stem/Group-Copy-2.png) no-repeat; position: absolute; width: 25%; height: calc(100% - 60px); top: 30px; left: -40px; background-position: top right; background-size: cover; z-index: -1;}
.page-content section.engineering-service-sec figure .fig-icon {width: 80px; margin: 0 0 2.5rem;}
.page-content section.engineering-service-sec figure .segments-addr-sec {margin-top: 2.5rem;}
.page-content section.engineering-service-sec figure .segments-addr-sec ul {list-style: disc; color: #787878; padding-left: 2.1875rem; display: table;}
.page-content section.engineering-service-sec figure .segments-addr-sec ul li {float: left; width: 100%; margin-top: 1rem;}

.our-strength-sec {float: left; width: 100%; background: #ffffff; padding: 2.5rem 4rem; box-shadow: 1.25rem 1.25rem 2.5rem 0 rgba(0,0,0,0.16); border-radius: 24px; margin-bottom: 7.5rem;}
.our-strength-sec h6 {color: #30384C; font-size: 1.75rem; line-height: 2.375rem; font-weight: 600; text-align: center; margin-bottom: 2.25rem;}
.our-strength-sec ul {float: left; width: 100%; display: grid; grid-template-columns: repeat(auto-fill, minmax(25%, 1fr)); margin-bottom: 0;}
.our-strength-sec ul li {float: left; width: 100%; padding: 0 10px;}
.our-strength-sec ul li img {float: left; width: 24px; margin-right: 0.75rem;}
.our-strength-sec ul li p {float: left; width: calc(100% - 2.25rem); margin-bottom: 0;}
.small-img-logo {height: 194px; width: 100%; display: flex; justify-content: center; align-items: center; box-shadow: 1.25rem 1.25rem 2.5rem 0 rgba(0,0,0,0.16); border-radius: 24px;}
.small-img-logo img {max-width: 100%; max-height: 100%;}

.compute-storage-list figure {float: left; width: 100%; background: #ffffff; padding: 2.5rem; box-shadow: 1.25rem 1.25rem 2.5rem 0 rgba(0,0,0,0.16); border-radius: 24px; margin-bottom: 1.5rem;}
.compute-storage-list figure p {margin-bottom: 0; font-size: 1.5rem; line-height: 1.9375rem; color: #30384C; font-weight: 700; width: calc(100% - 24px); float: left;}
.compute-storage-list figure img {float: right; margin: 3px 0 0;}
.it-security-sec .it-security-card-box {float: left; width: 100%; background: #ffffff; padding: 1.5rem 1.5rem 2.5rem; text-align: center; box-shadow: 0.5rem 0.5rem 1.5rem 0 rgba(0,0,0,0.08); border-radius: 24px; margin-bottom: 1.5rem;}
.it-security-sec .it-security-card-box p {margin-bottom: 2rem; font-size: 1.5rem; line-height: 1.9375rem; color: #30384C; font-weight: 600;}
.it-security-sec .it-security-card-box img:first-child {margin: 0 auto 10px;}
.it-security-sec .it-security-card-box img:last-child {margin: 0 auto;}
.consulting-sec .consulting-card-box {float: left; width: 100%; background: #ffffff; padding: 3.5rem 2.5rem; box-shadow: 1.25rem 1.25rem 2.5rem 0 rgba(0,0,0,0.16); border-radius: 24px; margin-bottom: 1.5rem;}
.consulting-sec .consulting-card-box p {margin-bottom: 0; font-size: 1.5rem; line-height: 1.9375rem; color: #30384C; font-weight: 700; width: calc(100% - 24px); float: left;}
.consulting-sec .consulting-card-box img {float: right; margin: 3px 0 0;}

.page-content section.apple-device-sec::after {content: ''; background: url(../media/images/stem/apple_bg.png) no-repeat; position: absolute; width: 25%; height: calc(100% - 60px); top: 30px; left: 0px; background-position: top right; background-size: cover; z-index: -1;}
.page-content section.apple-device-sec figure .fig-icon {width: 175px; margin: 0 0 2rem;}
.page-content section.apple-device-sec .device-management-sec {float: left; width: 100%; display: grid; grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));}
.page-content section.apple-device-sec .device-management-sec .device-management-box {float: left; width: 100%; padding-right: 10px; margin: 1rem 0;}
.enter-prog-fig-sec figure {float: left; width: 100%; background: #ffffff; box-shadow: 1.25rem 1.25rem 2.5rem 0 rgba(0,0,0,0.16); border-radius: 24px; margin-bottom: 1.5rem;}
.enter-prog-fig-sec figure a {padding: 2.5rem 5rem 2.5rem 2.5rem; display: table; width: 100%; position: relative;}
.enter-prog-fig-sec figure a p {margin-bottom: 0;}
.enter-prog-fig-sec figure a img {position: absolute; right: 2rem; top: calc(50% - 12px); margin: 0;}
.employee-choice-sec .employee-choice-box {float: left; width: 100%; padding: 2rem 5rem 2rem 2rem; background: #ffffff; box-shadow: 1.25rem 1.25rem 2.5rem 0 rgba(0,0,0,0.16); border-radius: 24px; margin-bottom: 1.5rem; position: relative;}
.employee-choice-sec .employee-choice-box p {margin-bottom: 0; float: left; width: calc(100% - 96px); font-size: 1.5rem; line-height: 1.9375rem; font-weight: 600; margin-top: 1.375rem;}
.employee-choice-sec .employee-choice-box .emp-choice-icon {width: 80px; margin: 0 1rem 0 0; float: left;}
.employee-choice-sec .employee-choice-box .arrow-circle-icon {position: absolute; right: 2rem; top: calc(50% - 12px);}
.consulting-services-sec .consulting-services-card-box {float: left; width: 100%; background: #ffffff; padding: 1.5rem 1.5rem 2.5rem; text-align: center; box-shadow: 0.5rem 0.5rem 1.5rem 0 rgba(0,0,0,0.08); border-radius: 24px; margin-bottom: 1.5rem;}
.consulting-services-sec .consulting-services-card-box p {margin-bottom: 2rem; font-size: 1.5rem; line-height: 1.9375rem; color: #30384C; font-weight: 600;}
.consulting-services-sec .consulting-services-card-box img:first-child {margin: 0 auto 10px;}
.consulting-services-sec .consulting-services-card-box img:last-child {margin: 0 auto;}

/*---------------- Customer Says Section ----------------*/
.customer-say-sec {float: left; width: 100%; margin-bottom: 8rem;}
.customer-say-sec h6 {max-width: 600px; width: 100%; margin: 0 auto 1.5rem; display: table; color: #30384C; font-size: 1.75rem; line-height: 2.375rem; font-weight: 600; text-align: center;}
.customer-say-sec .customer-say-carousel {max-width: 950px; margin: 0 auto; background: #ffffff; padding: 2.5rem 2.5rem 0; box-shadow: 1.25rem 1.25rem 2.5rem 0 rgba(0,0,0,0.16); border-radius: 24px; margin-bottom: 1.5rem;}
.customer-say-sec .customer-say-carousel .customer-say-block .icon-quote {width: 40px; margin: 0 auto 1.5rem;}
.customer-say-sec .customer-say-carousel .customer-say-block .client-says-text {line-height: 2rem; text-align: center; position: relative;}
.customer-say-sec .customer-say-carousel .customer-say-block .client-says-text::before {content: ''; background: #f6821f; position: absolute; bottom: -29px; height: 2px; width: 70px; left: calc(50% - 35px);}
.customer-say-sec .customer-say-carousel .customer-say-block .customer-pic-name-sec {min-width: 320px; display: table; margin: 4.0625rem auto 2.5rem;}
.customer-say-sec .customer-say-carousel .customer-say-block .customer-pic-name-sec ul {float: left; width: 100%; margin-bottom: 0;}
.customer-say-sec .customer-say-carousel .customer-say-block .customer-pic-name-sec ul li {float: left; padding: 0 10px;}
.customer-say-sec .customer-say-carousel .customer-say-block .customer-pic-name-sec ul li.customer-pic {width: 120px;}
.customer-say-sec .customer-say-carousel .customer-say-block .customer-pic-name-sec ul li.customer-pic img {max-width: 120px; max-height: 120px; margin: 0 auto; box-shadow: 1.25rem 1.25rem 2.5rem 0 rgba(0,0,0,0.16); border-radius: 24px;}
.customer-say-sec .customer-say-carousel .customer-say-block .customer-pic-name-sec ul li.customer-name {width: calc(100% - 140px);}
.customer-say-sec .customer-say-carousel .customer-say-block .customer-pic-name-sec ul li.customer-name p {font-size: 1.125rem; font-weight: 700; margin: 1.9375rem 0 0;}
.customer-say-sec .customer-say-carousel .customer-say-block .customer-pic-name-sec ul li.customer-name p:last-child {font-weight: 300; margin: 0;}
.customer-say-sec .customer-say-carousel .owl-nav {position: absolute; width: 100%; left: 0; bottom: -8.5rem;}
.customer-say-sec .customer-say-carousel .owl-nav button {margin: 0; font-size: 1.125rem; color: #787878;}
.customer-say-sec .customer-say-carousel .owl-nav button:hover {background: transparent}
.customer-say-sec .customer-say-carousel .owl-nav button i.fa {width: 24px; font-size: 22px; line-height: 16px; float: left; margin-top: 5px;}
.customer-say-sec .customer-say-carousel .owl-nav button.owl-prev {margin-right: 2.5rem;}
.customer-say-sec .customer-say-carousel .owl-nav button.owl-next i.fa {float: right;}
.customer-say-sec .customer-say-carousel .owl-dots {position: absolute; width: 100%; left: 0; bottom: -5.5rem;}
.customer-say-sec .customer-say-carousel .owl-dots .owl-dot span {background: #D8D8D8;}
.customer-say-sec .customer-say-carousel .owl-dots .owl-dot.active span {background: #f6821f;}


/*---------------- Modal Section ----------------*/
.modal {background: #efefef;}
.modal .modal-content {border: 0px; box-shadow: 1.25rem 1.25rem 2.5rem 0 rgba(0,0,0,0.16);}
.modal .modal-dialog {max-width: 100%;}
.content_search_modal .modal-header {border: none; padding: 0 1rem;}
.content_search_modal .modal-header .close {font-weight: 800;}
.content_search_modal .search_data h4 {font-size: 18px; font-weight: 700;}
.content_search_modal .form-group {position: relative;}
.content_search_modal .form-group span.fa {position: absolute; top: calc(50% - 10px); left: 15px; color: #aaa; font-size: 18px; line-height: 20px; width: 18px; text-align: center;}
.content_search_modal .form-group .form-control {margin: 0px 0px 25px; border-radius: 12px; outline: none; width: 100%; height: auto; border: 0; background-color: rgba(52,52,52,0.08); padding: 16px 16px 16px 45px;}

/*---------------- Responsive ----------------*/

@media screen and (min-width: 992px) {
    header .navbar-nav > .site-nav {width: auto; display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 0;}
    header .navbar-nav > .site-nav li {width: auto; position: relative;}
    header .navbar-nav .has-sub-menu a {padding-right: 2em;}
    header .navbar-nav > .site-nav li:hover > .sub-menu {display: block; position: absolute; padding: .5rem 0; left: 0;}
    header .navbar-nav .sub-menu li {width: 100%;}
    header .navbar-nav .sub-menu > a {width: 100%; display: block;}
    header .navbar-nav .has-sub-menu .has-sub-menu:after {content: "\f105"; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; top: 8px; right: 8px; z-index: 10;}
    header .navbar-nav .has-sub-menu .has-sub-menu:hover .sub-menu {display: block; left: calc(100% - 5px); top: 0px; z-index: 10;}
    header .navbar-nav .toggle-site-nav,
    header .navbar-nav .toggle-sub-menu {display: none!important;}
    header .navbar-nav .sub-left > .sub-menu {left: auto; right: 0;}
    header .navbar-nav > .site-nav .sub-menu .sub-left > .sub-menu {right: calc(100% - 5px); left: auto;}
}

@media only screen and (max-width: 1366px) {
    .product-page-details .page-big-header .page-big-header-content {margin-top: 4rem;}
    header .navbar .container-fluid {max-width: 100%; padding: 0 1rem;}
}
@media only screen and (max-width: 1200px) {
    header .navbar-nav > .site-nav > .nav-item,
    header .navbar-nav > .site-nav > .nav-item.search-nav-item,
    header .navbar-nav > .site-nav > .nav-item.sign-nav-item .signUp-nav-item {margin-right: 0.5rem;}
    .top-search-sec {width: calc(100% - 10rem); margin-left: 5rem;}
    .single-page-details .container-fluid,
    .single-page-product .container-fluid {width: calc(100% - 5rem);}
    .product-page-details .page-big-header .page-big-header-content {margin-top: 0;}
    .home-info-sec .home-fig-list .home-fig-content-sec {padding-top: 0;}
}
@media only screen and (max-width: 992px) {
    header .navbar {background: #ffffff;}
    header .navbar .container-fluid {display: block;}
    header .toggle-nav {display: block;}
    header .navbar-expand-md .navbar-collapse {height: 0; visibility: hidden; opacity: 0; /*-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;*/}
    header .navbar-expand-md .navbar-collapse.show {height: calc(100vh - 68px); visibility: visible; opacity: 1;    z-index: 9999999;}
    header .navbar-expand-md .navbar-nav {height: calc(100vh - 80px); width: 100%; padding-bottom: 95px; position: relative;}
   header .navbar-expand-md .navbar-nav .site-nav {width: 100%; display: block; overflow: auto;}
    header .navbar-expand-md .navbar-nav .site-nav > .nav-item {margin-right: 0;}
    header .navbar-expand-md .navbar-nav .site-nav ul {width: 100%;}
    header .navbar-expand-md .navbar-nav .site-nav .nav-item {padding: .5rem; float: left; width: 100%; position: relative;}
    header .navbar-expand-md .navbar-nav .site-nav .nav-item .nav-link {padding: 0; display: inline-block; width: auto; font-size: 14px;}
    header .navbar-expand-md .navbar-nav .site-nav .nav-item.search-nav-item {display: none;}
    header .navbar.navbar-expand-md .navbar-collapse .navbar-nav .nav-item.sign-nav-item {position: absolute; bottom: 1rem; left: 0; width: 100%; padding: 0;}
    header .navbar.navbar-expand-md .navbar-collapse .navbar-nav .nav-item.sign-nav-item > div {margin-right: 0; width: 100%;}
    header .navbar.navbar-expand-md .navbar-collapse .navbar-nav .nav-item.sign-nav-item > div > .nav-link {display: block; text-align: center; width: 100%;}
    header .navbar.navbar-expand-md .navbar-collapse .navbar-nav .nav-item.sign-nav-item > .signIn-nav-item > .nav-link {padding: 0.5rem}

    header .navbar.navbar-expand-md .site-nav li.active > .sub-menu {position: static; display: table; width: 100%; margin-top: 10px;}
    header .navbar-nav > .site-nav > .nav-item > .nav-link::before {content: none;}

    header .navbar-expand-md .navbar-nav .site-nav .nav-item.has-sub-menu:after {content: "\f107"; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; border: none; top: 10px; right: 10px; position: absolute; font-size: 20px; -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;}
    header .navbar-expand-md .navbar-nav .site-nav .nav-item.has-sub-menu.active:after {-moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}

    .get-newsletter-box-sec {width: calc(100% - 7.5rem); margin: -7.1875rem 3.75rem 5rem;}
    .get-newsletter-update-box-sec {width: calc(100% - 7.5rem); margin: 5rem 3.75rem;}
    .top-search-sec {width: calc(100% - 5rem); margin-left: 2.5rem;}
    footer .footer-top,
    footer .footer-bottom {width: 100%;}
    .page-content section .container-fluid {width: 100%;}

    .single-page-details .single-page-detail-header {padding: 0;}
    .single-page-details .single-page-detail-content .single-page-social-icons {margin-left: 65%;}
    .single-page-details .single-page-detail-content .single-page-detail-text-sec > figure {padding-right: 0;}
    .single-page-details .single-page-detail-content .single-page-detail-text-sec .client-comments-sec ul li {padding-right: 0;}

    .listing-pages-content .card-layout-list-sec .card-layout.left-card-layout .card-layout-body {padding: 1.5rem;}
    .listing-pages-content .card-layout-list-sec .card-layout.left-card-layout .card-layout-body .btn-text-sec {top: 1.5rem; right: 1.5rem;}
}
@media only screen and (max-width: 800px) {
    .get-touch-box-sec {padding: 2rem 0.3125rem 2.375rem;}
    .get-newsletter-box-sec {width: calc(100% - 1.875rem); margin: -7.1875rem 0.9375rem 5rem; padding: 3rem 0.3125rem 3.375rem;}
    .get-newsletter-update-box-sec {width: calc(100% - 1.875rem); margin: 5rem 0.9375rem;}
    .top-search-sec {width: calc(100% - 2rem); margin-left: 1rem; padding: 1rem;}
    .top-search-sec .form-group:first-child {width: calc(100% - 126px);}
    .top-search-sec .form-group:last-child {margin-left: 1rem;}

    .single-page-product {margin-top: 2.5rem;}
    .single-page-details .single-page-detail-header .single-page-detail-img {width: 18.75rem;}
    .single-page-details .single-page-detail-header .single-page-detail-heading ul li.single-page-title {line-height: 2.1875rem;}
    .related-blog-sec ul li {width: 300px;}
}
@media only screen and (max-width: 767px) {
    .side-scroll-sec {display: none;}
    header .navbar-expand-md .navbar-collapse.show {height: calc(100vh - 88px);}
   .get-newsletter-update-box-sec.get-newsletter-box-sec, .get-newsletter-update-box-sec, .get-touch-box-sec {
    margin: 2.5rem 0.9375rem;
    width: calc(100% - 1.875rem);
}
    footer {background: #ffffff;}
    footer .footer-top {padding: 0 0px .5rem; border-color: rgba(16, 16, 16, 0.2)}
    footer .footer-top .footer-about-sec > div,
    footer .footer-top .footer-about-sec .footer-logo img.footer-logo-desktop,
    footer .footer-top .footer-social-sec {display: none;}
    footer .footer-top .footer-about-sec .footer-logo,
    footer .footer-top .footer-about-sec .footer-logo img.footer-logo-mobile {display: block;}
    footer .footer-top .footer-links-sec {flex-direction: column;}
    footer .footer-top .footer-links-sec figure {float: left; width: 100%; margin-bottom: 0;}
    footer .footer-top .footer-links-sec figure h5 {color: #5D5D5D; position: relative;}
    footer .footer-top .footer-links-sec figure h5:before {content: "\f107"; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; border: none; margin: 0; position: absolute; top: 8px; right: 15px; font-size: 20px; -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;}
    footer .footer-top .footer-links-sec figure.active h5:before {-moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}
    footer .footer-top .footer-links-sec figure .foot-link-sec {width: calc(100% - 15px); margin-left: 15px; display: block;}
    footer .footer-top .footer-links-sec figure .foot-link-sec a {color: #30384C;}
    footer .footer-top .footer-links-sec figure .foot-link-sec a:hover {color: #000000;}
    footer .footer-bottom {padding: 1rem 0 0;}
    footer .footer-bottom p,
    footer .footer-bottom a {color: #5D5D5D;} 

    .card-layout .card-layout-body.date-bottom-card-body .card-layout-date {position: static; margin-top: 1rem;}
    .card-layout .card-layout-body.date-bottom-card-body .card-layout-date img {width: 1rem; height: 1rem; margin: 5px 10px 0 0;}
    .card-layout.left-card-layout .card-layout-img,
    .card-layout.left-card-layout .card-layout-body {width: 100%;}
    .card-layout.left-card-layout .card-layout-body {padding-bottom: 1rem;}

    .top-commomn-sec {min-height: 1px;}
    .top-commomn-sec .back-btn {margin-left: 20px;}
    .top-commomn-sec .top-page-comp-name {display: none;}
    .top-commomn-sec .top-center-page-heading {font-size: 1.375rem;}
    .top-commomn-sec .top-center-page-heading::before {bottom: -16px;}
    .top-commomn-sec .top-menu-tab ~ .top-center-page-heading {margin-top: 1.5rem;}
    .top-commomn-sec .top-center-page-heading ~ .top-center-page-short-desc {font-size: 0.875rem; font-weight: 300; line-height: 1.375rem; margin: 2rem auto 0;}
    
    .get-newsletter-box-sec,
    .get-newsletter-update-box-sec,
    .get-touch-box-sec {margin: 2.5rem 0.9375rem; width: calc(100% - 1.875rem);}
    .side-msg-box {float: none; display: table; margin: 0 auto; max-width: 450px; padding: 1rem;}
    .get-touch-box-sec .get-newsletter-content > p,
    .get-newsletter-box-sec .get-newsletter-content > p,
    .get-newsletter-update-box-sec .get-newsletter-content > p,
    .side-msg-box .side-msg-box-content > p {font-size: 1.35rem; line-height: 1.75rem;}

    .get-newsletter-update-box-sec .get-newsletter-content .newsletter-input-group .input-group {width: 95%; margin: 0 2.5%;}
    .get-newsletter-update-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-group {width: 100%; margin: 0 0 1rem;}
    .get-newsletter-update-box-sec .get-newsletter-content .newsletter-input-group .input-group .form-text {margin: 0 0 1.5rem;}
    .get-newsletter-update-box-sec .get-newsletter-content .newsletter-input-group > .btn {float: none; margin: 0 auto; display: table; width: 95%;}
   .get-newsletter-update-box-sec .get-newsletter-content .newsletter-input-group > form > .btn {float: none; margin: 0 auto; display: table; width: 95%;}
     .get-newsletter-update-box-sec.get-newsletter-box-sec {padding: 1.5rem 0.3125rem 1.75rem;}
    .pagination-sec ul {margin: 0 1.75rem;}
  .get-newsletter-update-box-sec.get-newsletter-box-sec {
    padding: 1.5rem 0.3125rem 1.75rem;
}
    .page-content section, .page-content section.last {padding-bottom: 3.125rem;}
    .page-content section::before {content: none;}

    .home-banner-slider {margin: 0rem auto; height: calc(100vh - 320px);}
    .home-banner-slider .carousel .carousel-inner .carousel-item .carousel-caption .text-carousel-caption h1 {font-size: 1.375rem; line-height: 2.25rem;}
    .home-banner-slider .carousel .carousel-control-sec {display: none;}
    .home-banner-slider .carousel .carousel-indicators {bottom: 20px; right: 0; float: none; display: flex;}
    .home-info-sec .home-fig-list {margin: 0.5rem 0 0;}
    .home-info-sec .home-fig-list .home-fig-content-sec {margin-top: 1rem;}
    .home-alliances-sec .home-alliances-content {padding-top: 1.5rem;}
    .home-alliances-sec .home-alliances-content h6 {font-size: 1.125rem; line-height: 1.3125rem; margin-bottom: 2rem; text-align: center;}
    .home-alliances-sec .home-alliances-content h6:before {left: calc(50% - 35px); bottom: -1rem;}
    .home-alliances-sec .home-alliances-content p {color: #30384C; line-height: 1.25rem; font-size: 0.875rem;}
    .home-alliances-sec .company-client-slider {margin-top: 1rem;}
    .apple-prod-sec {margin-bottom: 2.75rem;}
    .comp-person-sec .comp-person-pic {float: none; margin: 0 auto; display: table; width: 80px;}
    .comp-person-sec .comp-person-pic img {box-shadow: 0.5rem 0.5rem 1.5rem 0 rgba(0,0,0,0.08); border-radius: calc(24px / 2);}
    .comp-person-sec .comp-person-info {width: 100%; padding-top: 1rem;}
    .comp-person-sec .comp-person-info .icon-quote {width: 1.5rem; margin-bottom: 0.75rem;}
    .comp-person-sec .comp-person-info .comp-person-desc {font-size: 0.875rem; line-height: 1.5rem; margin-bottom: 2rem;}
    .comp-person-sec .comp-person-info .comp-person-desc::before {bottom: -0.75rem;}
    .comp-person-sec .comp-person-info .comp-person-name p {font-size: 0.875rem;}
    
    .single-page-details {margin-top: 2.5rem;}
    .single-page-details .single-page-detail-header {margin-bottom: 0; padding: 0 15px;}
    .single-page-details .single-page-detail-header .single-page-detail-img {width: 100%; margin: 0 0 1.875rem; float: left;}
    .single-page-details .single-page-detail-header .single-page-detail-img img {width: 100%;}
    .single-page-details .single-page-detail-header .single-page-detail-heading {width: 100%; float: left; padding: 0;}
    .single-page-details .single-page-detail-header .single-page-detail-heading ul li.single-page-title {font-size: 1.3125rem;}
    .single-page-details .single-page-detail-content {margin: 0;}
    .single-page-details .single-page-detail-content .single-page-social-icons {margin: 0 0 15px;}
    .single-page-details .single-page-detail-content .single-page-social-icons a {display: inline-block; margin: 0 0.625rem 0 0;}
  .single-page-details .single-page-detail-content .single-page-social-icons .single-page-social-link {display: inline-block; margin: 0 0.625rem 0 0;}
    .single-page-details .single-page-detail-content .single-page-detail-text-sec > figure h6,
    .single-page-details .single-page-detail-content .single-page-detail-text-sec .inp-comment-box-sec h6 {font-size: 1.35rem;}
    
    .related-blog-sec {margin: 5.625rem 0 3.125rem;}
    .product-page-details {margin-top: 2rem}
    .product-page-details .page-big-header .page-big-header-img {margin-bottom: 2.5rem;}
    .product-page-details .page-big-header .page-big-header-content .prod-title {font-size: 1.5rem; line-height: 2.5rem; margin-bottom: 2.625rem;}
    .product-page-details .page-big-header .page-big-header-content .prod-title::before {bottom: -1rem;}
    .product-page-details .page-big-header .page-big-header-content .prod-title-desc {line-height: 1.375rem; font-size: 0.875rem;}
    .product-page-details .page-big-header .page-big-header-content .btn {margin-top: 0rem; padding: 10px 2rem}
    
    .page-product-info-sec {margin-top: 0;}
    .page-product-info-sec figure:last-child {margin-bottom: 0;}
    .page-product-info-sec figure .heading-side-imgs {width: 100%; margin-left: 0;}
    .page-product-info-sec figure h6 {font-size: 1.25rem; line-height: 1.75rem;}

    .single-page-product .load-more-btn-sec {width: 100%; margin: 1rem 0 5rem;}
    .single-page-product .card-layout .card-layout-body {padding-bottom: 1rem;}
    .single-page-product .card-layout.first-card-layout .card-layout-body .card-layout-title {font-size: 1.25rem; line-height: 2rem;}
    .single-page-product .card-layout.first-card-layout .card-layout-body .card-layout-desc {line-height: 1.375rem;}
    
    .listing-pages-content .card-layout-list-sec .card-layout.left-card-layout .card-layout-img,
    .listing-pages-content .card-layout-list-sec .card-layout.left-card-layout .card-layout-body {width: 100%; padding: 1rem;}
    .listing-pages-content .card-layout-list-sec .card-layout.left-card-layout .card-layout-body .card-layout-title {padding-right: 0; font-size: 1rem; margin-bottom: 0;}
    .listing-pages-content .card-layout-list-sec .card-layout.left-card-layout .card-layout-body .card-layout-date-location {color: #5d5d5d; font-weight: 300; font-size: 0.875rem;}
    .listing-pages-content .card-layout-list-sec .card-layout.left-card-layout .card-layout-body .card-layout-date-location span img {width: 16px; height: 16px;}
    .listing-pages-content .card-layout-list-sec .card-layout.left-card-layout .card-layout-body .card-layout-desc {margin-bottom: 0; font-size: 0.875rem; line-height: 1.25rem;}
    .listing-pages-content .card-layout-list-sec .card-layout.left-card-layout .card-layout-body .btn-text-sec {position: static; width: 100%; float: left; text-align: center; margin-top: 1rem;}
    .listing-pages-content .card-layout-list-sec .card-layout.left-card-layout .card-layout-body .btn-text-sec .btn {width: 100%;}
    .listing-pages-content .card-layout-list-sec .card-layout.left-card-layout .card-layout-body .btn-text-sec p {font-size: 0.875rem; line-height: 1.1875rem;}

    .page-content section.engineering-service-sec::after {display: none;}
    .page-content section.engineering-service-sec figure .segments-addr-sec ul {margin-bottom: 0;}
    .our-strength-sec {padding: .5rem 1rem 0; margin-bottom: 2.5rem;}
    .our-strength-sec h6 {font-size: 1.35rem; line-height: 1.75rem; margin-bottom: 1rem;}
    .our-strength-sec ul {grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));}
    .our-strength-sec ul li {margin-bottom: 0.5rem; font-size: 0.875rem;}

    .product-page-details .page-big-header .page-big-header-slider .owl-dots,
    .product-page-details .page-big-header .page-big-header-slider .owl-nav {bottom: -3rem;}
    .page-content section.apple-device-sec::after {content: none;}
    .page-content section.apple-device-sec .device-management-sec {grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));}
    .page-content section.apple-device-sec .device-management-sec .device-management-box {margin: 0 0 1rem; padding-right: 0; text-align: center;}
    .page-content section.apple-device-sec .device-management-sec .device-management-box .box-icon {margin: 0 auto 0.5rem; display: table;}
    .enter-prog-fig-sec figure a {padding: 1.5rem;}
    .enter-prog-fig-sec figure a img {position: static; margin: 15px auto 0;}
    .employee-choice-sec .employee-choice-box {padding: 1rem 3rem 1rem 1rem;}
    .employee-choice-sec .employee-choice-box .arrow-circle-icon {right: 1rem}

    .page-nav-tab-sec .nav-tabs .nav-item {margin-right: 3rem}
    .page-nav-tab-sec .nav-tabs .nav-item img {width: 80px; margin: 0 auto;}

    .page-product-info-sec .video-sec {grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));}
    .page-product-info-sec .video-sec .video-iframe-sec {margin-bottom: 1rem;}
    .page-product-info-sec .video-sec .video-text-sec {position: static; width: 100%;}
    .page-product-info-sec .video-sec .video-text-sec h4 {font-size: 1.125rem; line-height: 1.5rem;}
    .page-product-info-sec .video-sec .video-text-sec p {font-size: 0.875rem; line-height: 1.625rem;}

    .compute-storage-list figure {padding: 1rem;}
    .compute-storage-list figure p {margin-top: 1rem; font-size: 1.25rem}
    .consulting-sec .consulting-card-box {padding: 2rem}
    .consulting-sec .consulting-card-box p {font-size: 1.25rem;}
    .it-security-sec .it-security-card-box {float: none; margin: 0 auto 1.5rem; display: table; width: auto; min-width: 250px;}
    .it-security-sec .it-security-card-box img:first-child {width: 90px;}
    .it-security-sec .it-security-card-box p {font-size: 1rem; line-height: 1.5rem;}

    .customer-say-sec {margin-bottom: 0;}
    .customer-say-sec h6 {font-size: 1rem; line-height: 1.375rem;}
    .customer-say-sec .customer-say-carousel {padding: 1.5rem;}
    .customer-say-sec .customer-say-carousel .customer-say-block .icon-quote {width: 22px;}
    .customer-say-sec .customer-say-carousel .customer-say-block .client-says-text {font-size: 0.875rem; line-height: 1.5rem;}
    .customer-say-sec .customer-say-carousel .customer-say-block .client-says-text::before {bottom: -1rem;}
    .customer-say-sec .customer-say-carousel .customer-say-block .customer-pic-name-sec ul li.customer-pic {width: 80px;}
    .customer-say-sec .customer-say-carousel .customer-say-block .customer-pic-name-sec ul li.customer-pic img {max-height: 80px; max-width: 80px; border-radius: 12px;}
    .customer-say-sec .customer-say-carousel .customer-say-block .customer-pic-name-sec ul li.customer-name {width: calc(100% - 100px);}
    .customer-say-sec .customer-say-carousel .customer-say-block .customer-pic-name-sec ul li.customer-name p {font-size: 1rem; margin-top: .5rem}
    .customer-say-sec .customer-say-carousel .owl-dots {position: static;}
    .customer-say-sec .customer-say-carousel .owl-nav {display: none;}

    .consulting-services-sec .consulting-services-card-box {float: none; margin: 0 auto 1.5rem; display: table; width: auto; min-width: 250px;}
    .consulting-services-sec .consulting-services-card-box img:first-child {width: 90px;}
    .consulting-services-sec .consulting-services-card-box p {font-size: 1rem; line-height: 1.5rem;}
    
}
@media only screen and (max-width: 650px) {
    .get-newsletter-box-sec,
    .get-newsletter-update-box-sec {margin: 0 0.9375rem 2.5rem;}
    .related-blog-sec ul {width: 25rem;}
    .related-blog-sec ul li {width: 100%; margin: 0 0 2.5rem;}
    .page-product-info-sec figure img {margin: 1.5rem 0;}
    .page-product-info-sec figure .heading-side-imgs {margin-top: 20px;}
    .page-product-info-sec figure .heading-side-imgs ul li img {width: 200px;}
    .page-product-info-sec figure .heading-side-imgs ul li h6 {margin: 40px 0 0 20px; width: calc(100% - 220px);}
    .home-info-sec .home-fig-list .home-fig-img-sec img {margin: 0;}
    .get-newsletter-update-box-sec.get-newsletter-box-sec, .get-newsletter-update-box-sec {
    margin: 0 0.9375rem 2.5rem;}
}
@media only screen and (max-width: 580px) {
    .get-newsletter-box-sec .get-newsletter-content .newsletter-input-group {width: 95%; margin: 0 2.5%;}
    .get-newsletter-box-sec .get-newsletter-content .newsletter-input-group .form-group {width: 100%; margin-bottom: 2rem;}
    .get-newsletter-box-sec .get-newsletter-content .newsletter-input-group > .btn {float: none; margin: 0 auto; display: table;}
    .single-page-details .single-page-detail-content .single-page-detail-text-sec .client-comments-sec ul li .client-info .client-name-date .client-name {display: table; width: 100%;}
    .single-page-details .single-page-detail-content .single-page-detail-text-sec .client-comments-sec ul li .client-info .client-name-date .client-post-date {display: table; width: 100%; margin-left: 0;}
    .small-img-logo {margin-bottom: 1rem; float: left; width: auto;}
}
@media only screen and (max-width: 500px) {
    .single-page-details .single-page-detail-header .single-page-detail-img {margin-bottom: 1.875rem;}
    .related-blog-sec ul {width: 100%; padding: 0 30px;}
    .page-product-info-sec figure .heading-side-imgs ul li h6 {width: 100%; margin: 15px 0 0;}
    .top-search-sec .form-group:first-child {width: 100%;}
    .top-search-sec .form-group:last-child {width: 100%; margin: 0.5rem 0 0;}
}                                                                                                                                                                                                                                                                                                                                                                                                /* CSS Document */
h4.mb-4.fb.text-center {
    font-size: 22px;
    font-weight: 700;
}
.service-h p {
    font-size: 14px;
    text-align: justify;
    margin-top: 12px;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
.service-btn {
    text-align: center;
}