* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../fonts/Montserrat.eot);
    src: url(../fonts/Montserrat.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat.woff2) format("woff2"), url(../fonts/Montserrat.woff) format("woff"), url(../fonts/Montserrat.ttf) format("truetype")
}

[class*=" note-icon"]:before,
[class^=note-icon]:before {
    display: inline-block;
    font-family: 'Montserrat';
    font-style: normal;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none
}

.wrapper .navbar.navbar-expand-lg.navbar-dark .container {
    max-width: 1480px;
}

.fixed-top {
    top: -160px;
    transform: translateY(160px);
    transition: transform 1s;
    background: #343a40 !important;
}

.note-icon-fw {
    text-align: center;
    width: 1.25em
}

.note-icon-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.note-icon-pull-left {
    float: left
}

.note-icon-pull-right {
    float: right
}

.note-icon.note-icon-pull-left {
    margin-right: .3em
}

.note-icon.note-icon-pull-right {
    margin-left: .3em
}

.note-icon-align:before {
    content: ""
}

.note-icon-align-center:before {
    content: ""
}

.note-icon-align-indent:before {
    content: ""
}

.note-icon-align-justify:before {
    content: ""
}

.note-icon-align-left:before {
    content: ""
}

.note-icon-align-outdent:before {
    content: ""
}

.note-icon-align-right:before {
    content: ""
}

.note-icon-arrow-circle-down:before {
    content: ""
}

.note-icon-arrow-circle-left:before {
    content: ""
}

.note-icon-arrow-circle-right:before {
    content: ""
}

.note-icon-arrow-circle-up:before {
    content: ""
}

.note-icon-arrows-alt:before {
    content: ""
}

.note-icon-arrows-h:before {
    content: ""
}

.note-icon-arrows-v:before {
    content: ""
}

.note-icon-bold:before {
    content: ""
}

.note-icon-caret:before {
    content: ""
}

.note-icon-chain-broken:before {
    content: ""
}

.note-icon-circle:before {
    content: ""
}

.note-icon-close:before {
    content: ""
}

.note-icon-code:before {
    content: ""
}

.note-icon-col-after:before {
    content: ""
}

.note-icon-col-before:before {
    content: ""
}

.note-icon-col-remove:before {
    content: ""
}

.note-icon-eraser:before {
    content: ""
}

.note-icon-float-left:before {
    content: ""
}

.note-icon-float-none:before {
    content: ""
}

.note-icon-float-right:before {
    content: ""
}

.note-icon-font:before {
    content: ""
}

.note-icon-frame:before {
    content: ""
}

.note-icon-italic:before {
    content: ""
}

.note-icon-link:before {
    content: ""
}

.note-icon-magic:before {
    content: ""
}

.note-icon-menu-check:before {
    content: ""
}

.note-icon-minus:before {
    content: ""
}

.note-icon-orderedlist:before {
    content: ""
}

.note-icon-pencil:before {
    content: ""
}

.note-icon-picture:before {
    content: ""
}

.note-icon-question:before {
    content: ""
}

.note-icon-redo:before {
    content: ""
}

.note-icon-rollback:before {
    content: ""
}

.note-icon-row-above:before {
    content: ""
}

.note-icon-row-below:before {
    content: ""
}

.note-icon-row-remove:before {
    content: ""
}

.note-icon-special-character:before {
    content: ""
}

.note-icon-square:before {
    content: ""
}

.note-icon-strikethrough:before {
    content: ""
}

.note-icon-subscript:before {
    content: ""
}

.note-icon-summernote:before {
    content: ""
}

.note-icon-superscript:before {
    content: ""
}

.note-icon-table:before {
    content: ""
}

.note-icon-text-height:before {
    content: ""
}

.note-icon-trash:before {
    content: ""
}

.note-icon-underline:before {
    content: ""
}

.note-icon-undo:before {
    content: ""
}

.note-icon-unorderedlist:before {
    content: ""
}

.note-icon-video:before {
    content: ""
}

.note-editor {
    position: relative
}

.note-editor .note-dropzone {
    position: absolute;
    display: none;
    z-index: 100;
    color: #87cefa;
    background-color: #fff;
    opacity: .95
}

.note-editor .note-dropzone .note-dropzone-message {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 28px;
    font-weight: 700
}

.note-editor .note-dropzone.hover {
    color: #098ddf
}

.note-editor.dragover .note-dropzone {
    display: table
}

.note-editor .note-editing-area {
    position: relative
}

.note-editor .note-editing-area .note-editable {
    outline: none
}

.note-editor .note-editing-area .note-editable sup {
    vertical-align: super
}

.note-editor .note-editing-area .note-editable sub {
    vertical-align: sub
}

.note-editor .note-editing-area .note-editable img.note-float-left {
    margin-right: 10px
}

.note-editor .note-editing-area .note-editable img.note-float-right {
    margin-left: 10px
}

.note-editor.note-airframe,
.note-editor.note-frame {
    border: 1px solid rgba(0, 0, 0, .2)
}

.note-editor.note-airframe.codeview .note-editing-area .note-editable,
.note-editor.note-frame.codeview .note-editing-area .note-editable {
    display: none
}

.note-editor.note-airframe.codeview .note-editing-area .note-codable,
.note-editor.note-frame.codeview .note-editing-area .note-codable {
    display: block
}

.note-editor.note-airframe .note-editing-area,
.note-editor.note-frame .note-editing-area {
    overflow: hidden
}

.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
    padding: 10px;
    overflow: auto;
    word-wrap: break-word
}

.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false],
.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
    background-color: hsla(0, 0%, 50.2%, .11)
}

.note-editor.note-airframe .note-editing-area .note-codable,
.note-editor.note-frame .note-editing-area .note-codable {
    display: none;
    width: 100%;
    padding: 10px;
    border: none;
    box-shadow: none;
    font-family: Menlo, Monaco, monospace, sans-serif;
    font-size: 14px;
    color: #ccc;
    background-color: #222;
    resize: none;
    outline: none;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    margin-bottom: 0
}

.note-editor.note-airframe.fullscreen,
.note-editor.note-frame.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%!important;
    z-index: 1050
}

.note-editor.note-airframe.fullscreen .note-resizebar,
.note-editor.note-frame.fullscreen .note-resizebar {
    display: none
}

.note-editor.note-airframe .note-status-output,
.note-editor.note-frame .note-status-output {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    height: 20px;
    margin-bottom: 0;
    color: #000;
    border: 0;
    border-top: 1px solid #e2e2e2
}

.note-editor.note-airframe .note-status-output:empty,
.note-editor.note-frame .note-status-output:empty {
    height: 0;
    border-top: 0 solid transparent
}

.note-editor.note-airframe .note-status-output .pull-right,
.note-editor.note-frame .note-status-output .pull-right {
    float: right!important
}

.note-editor.note-airframe .note-status-output .text-muted,
.note-editor.note-frame .note-status-output .text-muted {
    color: #777
}

.note-editor.note-airframe .note-status-output .text-primary,
.note-editor.note-frame .note-status-output .text-primary {
    color: #286090
}

.note-editor.note-airframe .note-status-output .text-success,
.note-editor.note-frame .note-status-output .text-success {
    color: #3c763d
}

.note-editor.note-airframe .note-status-output .text-info,
.note-editor.note-frame .note-status-output .text-info {
    color: #31708f
}

.note-editor.note-airframe .note-status-output .text-warning,
.note-editor.note-frame .note-status-output .text-warning {
    color: #8a6d3b
}

.note-editor.note-airframe .note-status-output .text-danger,
.note-editor.note-frame .note-status-output .text-danger {
    color: #a94442
}

.note-editor.note-airframe .note-status-output .alert,
.note-editor.note-frame .note-status-output .alert {
    margin: -7px 0 0;
    padding: 7px 10px 2px;
    border-radius: 0;
    color: #000;
    background-color: #f5f5f5
}

.note-editor.note-airframe .note-status-output .alert .note-icon,
.note-editor.note-frame .note-status-output .alert .note-icon {
    margin-right: 5px
}

.note-editor.note-airframe .note-status-output .alert-success,
.note-editor.note-frame .note-status-output .alert-success {
    color: #3c763d!important;
    background-color: #dff0d8!important
}

.note-editor.note-airframe .note-status-output .alert-info,
.note-editor.note-frame .note-status-output .alert-info {
    color: #31708f!important;
    background-color: #d9edf7!important
}

.note-editor.note-airframe .note-status-output .alert-warning,
.note-editor.note-frame .note-status-output .alert-warning {
    color: #8a6d3b!important;
    background-color: #fcf8e3!important
}

.note-editor.note-airframe .note-status-output .alert-danger,
.note-editor.note-frame .note-status-output .alert-danger {
    color: #a94442!important;
    background-color: #f2dede!important
}

.note-editor.note-airframe .note-statusbar,
.note-editor.note-frame .note-statusbar {
    background-color: hsla(0, 0%, 50.2%, .11);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid rgba(0, 0, 0, .2)
}

.note-editor.note-airframe .note-statusbar .note-resizebar,
.note-editor.note-frame .note-statusbar .note-resizebar {
    padding-top: 1px;
    height: 9px;
    width: 100%;
    cursor: ns-resize
}

.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar,
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
    width: 20px;
    margin: 1px auto;
    border-top: 1px solid rgba(0, 0, 0, .2)
}

.note-editor.note-airframe .note-statusbar.locked .note-resizebar,
.note-editor.note-frame .note-statusbar.locked .note-resizebar {
    cursor: default
}

.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar,
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
    display: none
}

.note-editor.note-airframe .note-placeholder,
.note-editor.note-frame .note-placeholder {
    padding: 10px
}

.note-editor.note-airframe {
    border: 0
}

.note-editor.note-airframe .note-editing-area .note-editable {
    padding: 0
}

.note-popover.popover {
    display: none;
    max-width: none
}

.note-popover.popover .popover-content a {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.note-popover.popover .arrow {
    left: 20px!important
}

.note-toolbar {
    position: relative
}

.note-editor .note-toolbar,
.note-popover .popover-content {
    margin: 0;
    padding: 0 0 5px 5px
}

.note-editor .note-toolbar>.note-btn-group,
.note-popover .popover-content>.note-btn-group {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 5px
}

.note-editor .note-toolbar .note-btn-group .note-table,
.note-popover .popover-content .note-btn-group .note-table {
    min-width: 0;
    padding: 5px
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker {
    font-size: 18px
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
    position: absolute!important;
    z-index: 3;
    width: 10em;
    height: 10em;
    cursor: pointer
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
    position: relative!important;
    z-index: 1;
    width: 5em;
    height: 5em;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
    position: absolute!important;
    z-index: 2;
    width: 1em;
    height: 1em;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat
}

.note-editor .note-toolbar .note-style .dropdown-style blockquote,
.note-editor .note-toolbar .note-style .dropdown-style pre,
.note-popover .popover-content .note-style .dropdown-style blockquote,
.note-popover .popover-content .note-style .dropdown-style pre {
    margin: 0;
    padding: 5px 10px
}

.note-editor .note-toolbar .note-style .dropdown-style h1,
.note-editor .note-toolbar .note-style .dropdown-style h2,
.note-editor .note-toolbar .note-style .dropdown-style h3,
.note-editor .note-toolbar .note-style .dropdown-style h4,
.note-editor .note-toolbar .note-style .dropdown-style h5,
.note-editor .note-toolbar .note-style .dropdown-style h6,
.note-editor .note-toolbar .note-style .dropdown-style p,
.note-popover .popover-content .note-style .dropdown-style h1,
.note-popover .popover-content .note-style .dropdown-style h2,
.note-popover .popover-content .note-style .dropdown-style h3,
.note-popover .popover-content .note-style .dropdown-style h4,
.note-popover .popover-content .note-style .dropdown-style h5,
.note-popover .popover-content .note-style .dropdown-style h6,
.note-popover .popover-content .note-style .dropdown-style p {
    margin: 0;
    padding: 0
}

.note-editor .note-toolbar .note-color-all .note-dropdown-menu,
.note-popover .popover-content .note-color-all .note-dropdown-menu {
    min-width: 337px
}

.note-editor .note-toolbar .note-color .dropdown-toggle,
.note-popover .popover-content .note-color .dropdown-toggle {
    width: 20px;
    padding-left: 5px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette {
    display: inline-block;
    margin: 0;
    width: 160px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child {
    margin: 0 5px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title {
    font-size: 12px;
    margin: 2px 7px;
    text-align: center;
    border-bottom: 1px solid #eee
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select {
    font-size: 11px;
    margin: 3px;
    padding: 0 3px;
    cursor: pointer;
    width: 100%;
    border-radius: 5px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
    background: #eee
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row {
    height: 20px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
    display: none
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
    border: 1px solid #eee
}

.note-editor .note-toolbar .note-para .note-dropdown-menu,
.note-popover .popover-content .note-para .note-dropdown-menu {
    min-width: 228px;
    padding: 5px
}

.note-editor .note-toolbar .note-para .note-dropdown-menu>div+div,
.note-popover .popover-content .note-para .note-dropdown-menu>div+div {
    margin-left: 5px
}

.note-editor .note-toolbar .note-dropdown-menu,
.note-popover .popover-content .note-dropdown-menu {
    min-width: 160px
}

.note-editor .note-toolbar .note-dropdown-menu.right,
.note-popover .popover-content .note-dropdown-menu.right {
    right: 0;
    left: auto
}

.note-editor .note-toolbar .note-dropdown-menu.right:before,
.note-popover .popover-content .note-dropdown-menu.right:before {
    right: 9px;
    left: auto!important
}

.note-editor .note-toolbar .note-dropdown-menu.right:after,
.note-popover .popover-content .note-dropdown-menu.right:after {
    right: 10px;
    left: auto!important
}

.note-editor .note-toolbar .note-dropdown-menu.note-check a i,
.note-popover .popover-content .note-dropdown-menu.note-check a i {
    color: #00bfff;
    visibility: hidden
}

.note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i,
.note-popover .popover-content .note-dropdown-menu.note-check a.checked i {
    visibility: visible
}

.note-editor .note-toolbar .note-fontsize-10,
.note-popover .popover-content .note-fontsize-10 {
    font-size: 10px
}

.note-editor .note-toolbar .note-color-palette,
.note-popover .popover-content .note-color-palette {
    line-height: 1
}

.note-editor .note-toolbar .note-color-palette div .note-color-btn,
.note-popover .popover-content .note-color-palette div .note-color-btn {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0
}

.note-editor .note-toolbar .note-color-palette div .note-color-btn:hover,
.note-popover .popover-content .note-color-palette div .note-color-btn:hover {
    transform: scale(1.2);
    transition: all .2s
}

.note-modal .modal-dialog {
    outline: 0;
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.note-modal .form-group {
    margin-left: 0;
    margin-right: 0
}

.note-modal .note-modal-form {
    margin: 0
}

.note-modal .note-image-dialog .note-dropzone {
    min-height: 100px;
    font-size: 30px;
    line-height: 4;
    color: #d3d3d3;
    text-align: center;
    border: 4px dashed #d3d3d3;
    margin-bottom: 10px
}

@-moz-document url-prefix() {
    .note-modal .note-image-input {
        height: auto
    }
}

.note-placeholder {
    position: absolute;
    display: none;
    color: grey
}

.note-handle .note-control-selection {
    position: absolute;
    display: none;
    border: 1px solid #000
}

.note-handle .note-control-selection>div {
    position: absolute
}

.note-handle .note-control-selection .note-control-selection-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-opacity: .3;
    -khtml-opacity: .3;
    -moz-opacity: .3;
    opacity: .3;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30)
}

.note-handle .note-control-selection .note-control-handle,
.note-handle .note-control-selection .note-control-holder,
.note-handle .note-control-selection .note-control-sizing {
    width: 7px;
    height: 7px;
    border: 1px solid #000
}

.note-handle .note-control-selection .note-control-sizing {
    background-color: #000
}

.note-handle .note-control-selection .note-control-nw {
    top: -5px;
    left: -5px;
    border-right: none;
    border-bottom: none
}

.note-handle .note-control-selection .note-control-ne {
    top: -5px;
    right: -5px;
    border-bottom: none;
    border-left: none
}

.note-handle .note-control-selection .note-control-sw {
    bottom: -5px;
    left: -5px;
    border-top: none;
    border-right: none
}

.note-handle .note-control-selection .note-control-se {
    right: -5px;
    bottom: -5px;
    cursor: se-resize
}

.note-handle .note-control-selection .note-control-se.note-control-holder {
    cursor: default;
    border-top: none;
    border-left: none
}

.note-handle .note-control-selection .note-control-selection-info {
    right: 0;
    bottom: 0;
    padding: 5px;
    margin: 5px;
    color: #fff;
    background-color: #000;
    font-size: 12px;
    border-radius: 5px;
    -webkit-opacity: .7;
    -khtml-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70)
}

.note-hint-popover {
    min-width: 100px;
    padding: 2px
}

.note-hint-popover .popover-content {
    padding: 3px;
    max-height: 150px;
    overflow: auto
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item {
    display: block!important;
    padding: 3px
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
    cursor: pointer
}

.note-toolbar {
    background: hsla(0, 0%, 50.2%, .11)
}

.note-btn-group .note-btn {
    border-color: rgba(0, 0, 0, .2);
    padding: .28rem .65rem;
    font-size: 13px
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLightItalic.eot');
    src: url('../fonts/Montserrat-ExtraLightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-ExtraLightItalic.woff2') format('woff2'), url('../fonts/Montserrat-ExtraLightItalic.woff') format('woff'), url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype'), url('../fonts/Montserrat-ExtraLightItalic.svg#Montserrat-ExtraLightItalic') format('svg');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.eot');
    src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'), url('../fonts/Montserrat-ExtraBold.woff') format('woff'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLight.eot');
    src: url('../fonts/Montserrat-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'), url('../fonts/Montserrat-ExtraLight.woff') format('woff'), url('../fonts/Montserrat-ExtraLight.ttf') format('truetype'), url('../fonts/Montserrat-ExtraLight.svg#Montserrat-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BlackItalic.eot');
    src: url('../fonts/Montserrat-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-BlackItalic.woff2') format('woff2'), url('../fonts/Montserrat-BlackItalic.woff') format('woff'), url('../fonts/Montserrat-BlackItalic.ttf') format('truetype'), url('../fonts/Montserrat-BlackItalic.svg#Montserrat-BlackItalic') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBoldItalic.eot');
    src: url('../fonts/Montserrat-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/Montserrat-ExtraBoldItalic.woff') format('woff'), url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBoldItalic.svg#Montserrat-ExtraBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.eot');
    src: url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Black.woff2') format('woff2'), url('../fonts/Montserrat-Black.woff') format('woff'), url('../fonts/Montserrat-Black.ttf') format('truetype'), url('../fonts/Montserrat-Black.svg#Montserrat-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BoldItalic.eot');
    src: url('../fonts/Montserrat-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-BoldItalic.woff2') format('woff2'), url('../fonts/Montserrat-BoldItalic.woff') format('woff'), url('../fonts/Montserrat-BoldItalic.ttf') format('truetype'), url('../fonts/Montserrat-BoldItalic.svg#Montserrat-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-LightItalic.eot');
    src: url('../fonts/Montserrat-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-LightItalic.woff2') format('woff2'), url('../fonts/Montserrat-LightItalic.woff') format('woff'), url('../fonts/Montserrat-LightItalic.ttf') format('truetype'), url('../fonts/Montserrat-LightItalic.svg#Montserrat-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-MediumItalic.eot');
    src: url('../fonts/Montserrat-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-MediumItalic.woff2') format('woff2'), url('../fonts/Montserrat-MediumItalic.woff') format('woff'), url('../fonts/Montserrat-MediumItalic.ttf') format('truetype'), url('../fonts/Montserrat-MediumItalic.svg#Montserrat-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.eot');
    src: url('../fonts/Montserrat-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Italic.woff2') format('woff2'), url('../fonts/Montserrat-Italic.woff') format('woff'), url('../fonts/Montserrat-Italic.ttf') format('truetype'), url('../fonts/Montserrat-Italic.svg#Montserrat-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype'), url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBoldItalic.eot');
    src: url('../fonts/Montserrat-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff'), url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype'), url('../fonts/Montserrat-SemiBoldItalic.svg#Montserrat-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ThinItalic.eot');
    src: url('../fonts/Montserrat-ThinItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-ThinItalic.woff2') format('woff2'), url('../fonts/Montserrat-ThinItalic.woff') format('woff'), url('../fonts/Montserrat-ThinItalic.ttf') format('truetype'), url('../fonts/Montserrat-ThinItalic.svg#Montserrat-ThinItalic') format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.eot');
    src: url('../fonts/Montserrat-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Thin.woff2') format('woff2'), url('../fonts/Montserrat-Thin.woff') format('woff'), url('../fonts/Montserrat-Thin.ttf') format('truetype'), url('../fonts/Montserrat-Thin.svg#Montserrat-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('ACaslonPro-Bold.eot');
    src: url('ACaslonPro-Bold.eot?#iefix') format('embedded-opentype'), url('ACaslonPro-Bold.woff2') format('woff2'), url('ACaslonPro-Bold.woff') format('woff'), url('ACaslonPro-Bold.ttf') format('truetype'), url('ACaslonPro-Bold.svg#ACaslonPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('ACaslonPro-Italic.eot');
    src: url('ACaslonPro-Italic.eot?#iefix') format('embedded-opentype'), url('ACaslonPro-Italic.woff2') format('woff2'), url('ACaslonPro-Italic.woff') format('woff'), url('ACaslonPro-Italic.ttf') format('truetype'), url('ACaslonPro-Italic.svg#ACaslonPro-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('ACaslonPro-Semibold.eot');
    src: url('ACaslonPro-Semibold.eot?#iefix') format('embedded-opentype'), url('ACaslonPro-Semibold.woff2') format('woff2'), url('ACaslonPro-Semibold.woff') format('woff'), url('ACaslonPro-Semibold.ttf') format('truetype'), url('ACaslonPro-Semibold.svg#ACaslonPro-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('ACaslonPro-SemiboldItalic.eot');
    src: url('ACaslonPro-SemiboldItalic.eot?#iefix') format('embedded-opentype'), url('ACaslonPro-SemiboldItalic.woff2') format('woff2'), url('ACaslonPro-SemiboldItalic.woff') format('woff'), url('ACaslonPro-SemiboldItalic.ttf') format('truetype'), url('ACaslonPro-SemiboldItalic.svg#ACaslonPro-SemiboldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('ACaslonPro-BoldItalic.eot');
    src: url('ACaslonPro-BoldItalic.eot?#iefix') format('embedded-opentype'), url('ACaslonPro-BoldItalic.woff2') format('woff2'), url('ACaslonPro-BoldItalic.woff') format('woff'), url('ACaslonPro-BoldItalic.ttf') format('truetype'), url('ACaslonPro-BoldItalic.svg#ACaslonPro-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('ACaslonPro-Regular.eot');
    src: url('ACaslonPro-Regular.eot?#iefix') format('embedded-opentype'), url('ACaslonPro-Regular.woff2') format('woff2'), url('ACaslonPro-Regular.woff') format('woff'), url('ACaslonPro-Regular.ttf') format('truetype'), url('ACaslonPro-Regular.svg#ACaslonPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('../fonts/ACaslonPro-Bold.eot');
    src: url('../fonts/ACaslonPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ACaslonPro-Bold.woff2') format('woff2'), url('../fonts/ACaslonPro-Bold.woff') format('woff'), url('../fonts/ACaslonPro-Bold.ttf') format('truetype'), url('../fonts/ACaslonPro-Bold.svg#ACaslonPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('../fonts/ACaslonPro-Italic.eot');
    src: url('../fonts/ACaslonPro-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/ACaslonPro-Italic.woff2') format('woff2'), url('../fonts/ACaslonPro-Italic.woff') format('woff'), url('../fonts/ACaslonPro-Italic.ttf') format('truetype'), url('../fonts/ACaslonPro-Italic.svg#ACaslonPro-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('../fonts/ACaslonPro-Semibold.eot');
    src: url('../fonts/ACaslonPro-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/ACaslonPro-Semibold.woff2') format('woff2'), url('../fonts/ACaslonPro-Semibold.woff') format('woff'), url('../fonts/ACaslonPro-Semibold.ttf') format('truetype'), url('../fonts/ACaslonPro-Semibold.svg#ACaslonPro-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('../fonts/ACaslonPro-SemiboldItalic.eot');
    src: url('../fonts/ACaslonPro-SemiboldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/ACaslonPro-SemiboldItalic.woff2') format('woff2'), url('../fonts/ACaslonPro-SemiboldItalic.woff') format('woff'), url('../fonts/ACaslonPro-SemiboldItalic.ttf') format('truetype'), url('../fonts/ACaslonPro-SemiboldItalic.svg#ACaslonPro-SemiboldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('../fonts/ACaslonPro-BoldItalic.eot');
    src: url('../fonts/ACaslonPro-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/ACaslonPro-BoldItalic.woff2') format('woff2'), url('../fonts/ACaslonPro-BoldItalic.woff') format('woff'), url('../fonts/ACaslonPro-BoldItalic.ttf') format('truetype'), url('../fonts/ACaslonPro-BoldItalic.svg#ACaslonPro-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('../fonts/ACaslonPro-Regular.eot');
    src: url('../fonts/ACaslonPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ACaslonPro-Regular.woff2') format('woff2'), url('../fonts/ACaslonPro-Regular.woff') format('woff'), url('../fonts/ACaslonPro-Regular.ttf') format('truetype'), url('../fonts/ACaslonPro-Regular.svg#ACaslonPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*,
body ul,
body dl,
body ol {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html body {
    font-size: 14px;
    letter-spacing: 0.5px;
    box-sizing: border-box;
    font-family: 'Montserrat';
    scroll-behavior: smooth;
}

ul li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.top_header {
    background: #14212b;
}

.top_header ul li {
    float: left;
    color: #fff;
    margin: 10px 5px;
}

.top_header ul li a {
    color: #fff;
    cursor: pointer;
}

.accordion>.card>.card-header {
    cursor: pointer;
}

.top_header ul li a:hover {
    color: #F8821A;
}

.toolbar-contact-left ul li {
    float: left;
    color: #fff;
    margin: 10px 5px;
    border-left: 1px solid #fff;
    padding: 0 0px 0 10px;
}

.toolbar-contact-left ul li:first-child {
    border-left: 0px solid #fff;
    padding: 0 0 0 10px;
}

.header-nav {
    background: rgb(249 249 249 / 0%);
    /* box-shadow: 1px 0px 1px #1d2124; */
}

.header-nav .navbar-dark .nav-link {
    color: #fff;
    font-size: .85rem;
    text-transform: uppercase;
    padding: 5px 15px;
    font-weight: 600;
    text-shadow: 1px 1px rgb(0 0 0 / 20%);
}

.header-nav .navbar-dark .nav-link:hover {
    color: #F8821A;
}

.header-nav .active {
    border-bottom: 3px solid #F8821A;
    color: #F8821A;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #f1f1f1;
}

.btn-readmore {
    height: 30px;
    display: -ms-inline-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 120px;
    font-size: 13px;
    padding: 0 20px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
    white-space: nowrap;
    color: #fff;
    background: transparent;
    /* border: 1px solid #fff; */
    border-radius: 0;
    max-width: 120px;
    text-align: center;
    line-height: 30px;
}

.btn-readmore:hover {
    background: #fff;
    border: 1px solid #fff;
}

.carousel-item img {
    width: 100% !important;
    max-height: 100vh;
    min-height: 450px;
}

.carousel-control-next,
.carousel-control-prev {
    width: 7%;
    color: #F8821A !important;
    text-align: center;
    opacity: .75;
    transition: opacity .15s ease;
}

.banner-text {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
}

.inner-bg .bg-firm {
    width: 50%;
    margin: auto;
}

.banner .carousel-indicators li {
    width: 10px;
    height: 10px;
}

.banner .carousel-caption {
    position: absolute;
    bottom: 40px;
    left: 10%;
    background: rgb(0 0 0 / 50%);
    border-radius: 3px;
    box-shadow: 1px 0px 1px #1d2124;
}

.banner .carousel-caption h5 {
    font-size: 2rem;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    text-align: left;
    text-shadow: 1px 1px rgb(0 0 0 / 20%);
}

.banner .carousel-caption p {
    font-size: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    text-align: justify;
    text-shadow: 1px 1px rgb(0 0 0 / 20%);
}

.banner .carousel-caption button {
    float: left;
}

.bg-firm {
    background: rgb(255 255 255 / 95%);
    padding: 40px;
    border-radius: 2px;
    box-shadow: 0px 1px 2px #000;
}

.bg-firm i {
    color: #F8821A;
    font-size: larger;
    margin-right: 10px;
    vertical-align: middle;
}

.bg-firm h3 {
    font-size: 1.3rem;
    color: #323232;
    text-transform: uppercase;
    font-weight: 800;
}

.bg-firm p {
    text-transform: capitalize;
}

.text-welcome {
    font-size: 1.5rem;
    color: #323232;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    font-style: italic;
}

.hr-border-b {
    border-bottom: 3px solid #F8821A;
    border-top: 0;
}

.text_associates {
    font-size: .95rem;
    text-align: center;
    line-height: 1.67;
    color: rgba(50, 50, 50, .7);
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.btn-submet {
    border: 1px solid #F8821A;
    border-radius: 0;
    padding: 5px 20px;
    background: #fff;
}

.bg-light-green {
    background: #f0f0f0;
}

.card {
    margin-bottom: 20px;
}

.service-text h3 {
    font-size: .75rem;
    padding-top: 1.75rem;
}

.service-text p {
    text-align: justify;
}

.bg-white .card-body:hover {
    background: rgb(173 216 230 / 10%);
}


/* fancy style */

.bg-white:hover::before {
    height: 100%;
}

.bg-white .card-body {
    padding: 1.75rem 1rem;
}

.bg-white .card-body i {
    color: #3ea9e8;
    font-size: 2rem;
    font-weight: 800;
    padding: 15px;
    border-radius: 2px;
    box-shadow: -1px 0px 20px #e5e5e5;
    width: 70px;
    height: 70px;
}

.bg-light-green .card-title {
    font-size: .95rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
}

.bg-light-green .card-text {
    font-size: .9rem;
    text-align: justify;
    color: rgb(86 86 86);
    line-height: 25px;
    letter-spacing: 1px;
}

.wrap-service .card {
    margin-bottom: 2px;
}

.wrap-service .card-body {
    margin-bottom: 2px;
    padding: .25rem 1.25rem;
}

.wrap-service .card-body a {
    color: rgb(86 86 86);
    text-decoration: none;
    background-color: transparent;
    font-size: .85rem;
    font-weight: 400;
}

.wrap-service i {
    color: #F8821A;
    font-size: larger;
    margin-right: 10px;
    vertical-align: middle;
}

.bg-light::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 0;
    background: #F8821A;
    top: 0;
    left: 0;
    transition: all 0.3s ease-out 0s;
}

.bg-light:hover::before {
    height: 100%;
}

.bg-bluedark {
    background: rgb(0 0 0 / 89%);
}

.newsletter .form-control {
    border-radius: 0rem;
}

.newsletter .btn-submet {
    border: 1px solid #F8821A;
    border-radius: 0;
    padding: -1px 0px;
    text-transform: uppercase;
    margin-left: -25px;
    line-height: 0px;
}

.location-text li {
    font-size: .8rem;
    line-height: 25px;
}

.location-text li a {
    font-size: .8rem;
    line-height: 25px;
    color: #323232;
}

.location-text li a:hover {
    color: #c0bdbd;
}

.location-text i {
    color: #323232;
    font-size: 20px;
    margin-right: 10px;
    line-height: 36px;
}

.location-text li span:first-child {
    line-height: 20px;
}

.location-text li img {
    object-fit: contain;
    border-radius: 2px;
}

.text-contact li a {
    color: #333;
}

.bg-secondary-footer {
    background: #292a2a;
    border-top: 1px solid rgb(223 223 223);
}

.bg-secondary-footer p {
    font-size: .75rem;
    margin-bottom: 0.15rem;
}

.recent-Post-text li {
    font-size: .9rem;
    line-height: 20px;
    margin-left: 5px;
    margin-top: 17px;
}

.recent-Post-text li a {
    color: #323232;
}

.recent-Post-text li a:hover {
    color: #c0bdbd;
}

footer h3 {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #323232;
}

.navbar-dark .navbar-toggler-icon {
    background-image: none;
}

.navbar-toggler-icon i {
    border: none;
    color: #F8821A;
    padding: 12px 20px;
    margin-top: -8px;
}

.modal-body label {
    font-size: .85rem;
    text-transform: uppercase;
}

.modal-body label span {
    font-size: 1.5rem;
    line-height: 0rem;
    font-weight: 600;
}

.form-control {
    border-radius: 0rem;
    padding: 0.25rem 0.75rem;
}

textarea.form-control {
    height: 45px;
    resize: none;
    padding: .74rem .75rem;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.inner-bg {
    background: url(../images/assects/inner-bg.jpg) no-repeat;
    background-size: cover;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    /*content: "\f067";*/
    content: "\f054";
}

.accordion a {
    color: rgb(86 86 86);
}

.accordion a:hover {
    color: rgb(86 86 86 / 74%);
}

.bg-light1 {
    background-color: #f8f9fa!important;
}

.text-important h4 {
    margin-top: 1rem;
}

.text-important h5 {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 1rem;
    color: rgb(86 86 86);
}

.text-important p {
    margin-top: 1rem;
}

.text-important a {
    color: rgb(86 86 86);
    text-decoration: underline;
}

.text-important a:hover {
    color: rgb(86 86 86 / 74%);
}

.text-important ul li {
    list-style: square;
    margin-left: 30px;
    color: rgb(86 86 86);
    line-height: 30px;
    font-size: .95rem;
    letter-spacing: 1px;
}

.bg-light1 ul li {
    list-style: square;
    margin-left: 30px;
    color: rgb(86 86 86);
    line-height: 30px;
    font-size: .95rem;
    letter-spacing: 1px;
}

.bg-light1 p {
    color: rgb(86 86 86);
    font-size: .95rem;
    text-align: justify;
    line-height: 25px;
    letter-spacing: 1px;
}

.modal-body ul li {
    list-style: square;
    margin-left: 30px;
    color: rgb(86 86 86);
    line-height: 30px;
    font-size: .95rem;
    letter-spacing: 1px;
}

.modal-body p {
    color: rgb(86 86 86);
    font-size: .95rem;
    text-align: justify;
    line-height: 25px;
    letter-spacing: 1px;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.simple-effect {
    padding: 1em .4em;
    display: block;
    font-size: 1.8em;
}

.simple-effect span {
    color: #1e92ea;
}

footer .toolbar-sl-share ul li {
    float: left;
    border: 1px solid #f1f1f1;
    padding: 10px 12px;
    margin: 15px;
    border-radius: 50px;
    background: #fff;
}

footer .toolbar-sl-share ul li:first-child {
    padding: 10px 17px;
}

footer .toolbar-sl-share ul li i {
    font-size: 24px;
}

footer .toolbar-sl-share ul li:hover {
    background: #323232;
    color: #fff;
}

footer .toolbar-sl-share ul li:hover a {
    background: #323232;
    color: #fff;
}

span.text_associates {
    display: block;
}

.latestnews ul,
.latestnews li {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.latestnews li {
    line-height: 30px;
    font-size: .85rem;
    text-align: justify;
    color: rgb(86 86 86);
    font-weight: 100;
    padding: 0px 20px;
}

.latestnews li i {
    color: #F8821A;
    font-size: 1.2rem;
}

.data-list {
    min-height: 220px;
    max-height: 260px;
    padding: 2rem;
    overflow-y: hidden;
    border-radius: 5px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
}

.ourservices .card-title a {
    font-size: .71rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
}

.ourservices .card-title a:hover {
    font-size: .71rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #F8821A;
}

.ourservices .card {
    border-radius: 0.25rem 0 0 0.25rem;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border: none;
}

.contact-information {
    border-radius: 0 0.25rem 0.25rem 0 !important;
}

.ourservices .card-title {
    text-align: center;
    font-weight: bold;
}

.join-news .text-welcome {
    text-align: center;
    margin-bottom: 20px;
}

.join-news .text_associates {
    text-align: center;
    width: 76%;
    margin: 0px auto;
    line-height: 24px;
    margin-bottom: 25px;
}

.join-news {
    /* background: url(../images/assects/news_bg.jpg) no-repeat; */
    background-size: cover;
}

.icrop-wrap {
    position: relative
}

.icrop-clip-canv,
.icrop-preview-canv {
    display: block
}

.icrop-clip-canv,
.icrop-bg {
    position: absolute;
    top: 0;
    left: 0
}

.icrop-bg {
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50)
}

.icrop-clip-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.icrop-clip-canv {
    position: absolute;
    top: 0;
    left: 0
}

.icrop-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    display: none;
    cursor: move;
    border: 1px dashed #0cf;
    touch-action: none
}

.icrop-transition {
    transition: top .5s, left .5s, width .5s, height .5s
}

.notransition {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -o-transition: none!important;
    transition: none!important
}

.resize {
    position: absolute;
    z-index: 3;
    width: 17px;
    height: 17px;
    background: #ccc;
    background: rgba(255, 255, 255, .6);
    border: 1px solid #333;
    border-radius: 2px
}

.N {
    top: -10px;
    left: -10px
}

.W {
    top: -10px;
    left: -10px
}

.S {
    left: -10px;
    bottom: -10px
}

.E {
    right: -10px;
    top: -10px
}

.N,
.S {
    cursor: ns-resize
}

.E,
.W {
    cursor: ew-resize
}

.NW,
.SE {
    cursor: nw-resize
}

.NE,
.SW {
    cursor: ne-resize
}

.NW,
.NE {
    top: -10px
}

.SE,
.SW {
    bottom: -10px
}

.NW,
.SW {
    left: -10px
}

.NE,
.SE {
    right: -10px
}

.wrapN,
.wrapS {
    position: absolute;
    left: 50%
}

.wrapE,
.wrapW {
    position: absolute;
    top: 50%
}

.wrapN {
    top: 0
}

.wrapS {
    bottom: 0
}

.wrapE {
    right: 0
}

.wrapW {
    left: 0
}

.file-input {
    position: absolute;
    right: 0;
    top: 0;
    font-family: helvetica, arial;
    font-size: 118px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0
}

.file-button {
    position: relative;
    overflow: hidden;
    direction: ltr
}

.ibox {
    background: #fff;
    border: 1px solid #ccc;
    padding: 19px;
    border-radius: 3px
}

.clearfix:after,
.c-text:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0
}

.but {
    text-align: center;
    height: 32px;
    font: 16px/30px helvetica, arial;
    display: inline-block;
    cursor: pointer;
    padding: 0 10px;
    text-decoration: none;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.but:hover {
    text-decoration: none;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, .2);
    z-index: 2
}

.but:active {
    box-shadow: none
}

.but.lrg {
    height: 36px;
    line-height: 34px;
    border-radius: 4px
}

.but.l {
    color: #000000;
    fill: #000000;
    border: 1px solid #ccc;
    background: #fff
}

.but.l:hover {
    border: 1px solid #999
}


/* PAGE */

#ic-cropper-wrap .icrop-wrap {
    margin-top: 20px
}

.ic-btns {
    margin: -5px
}

.ic-btns .but,
#ic-auto-crop-padding {
    float: left;
    margin: 5px
}

#ic-auto-crop-btn {
    margin-right: -11px;
    border-radius: 4px 0 0 4px;
    position: relative;
    z-index: 1
}

#ic-auto-crop-padding {
    width: 75px;
    height: 36px;
    border-radius: 0 4px 4px 0;
    padding-left: 10px
}

#ic-rotate-btn svg {
    width: 28px;
    height: 28px;
    float: left;
    margin: 3px 3px 3px -3px;
    color: white;
}

#ic-crop-btn-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
}

#ic-download-wrap {
    margin-top: 20px
}

#ic-download-btn {
    vertical-align: middle;
    margin-right: 10px
}

#ic-download-wrap .select {
    height: 34px;
    line-height: 34px
}

#ic-download-wrap select {
    line-height: 34px
}

#ic-info {
    vertical-align: middle;
    margin-left: 10px
}

.ic-hidden {
    display: none
}


/* Start Tabs css */

.tabbable-panel {
    border: 1px solid #eee;
    padding: 10px;
}

.tabbable-line>.nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-line>.nav-tabs>li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(50, 50, 50, .1);
    color: #323232;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.88;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.tabbable-line>.nav-tabs>li>a {
    border: 0;
    margin-right: 0;
    color: #737373;
}

.tabbable-line>.nav-tabs>li>a>i {
    color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
    border-bottom: 4px solid rgb(80, 144, 247);
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
    border: 0;
    background: none !important;
    color: #333333;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
    color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
    margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
    border-bottom: 4px solid #32465B;
    position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
    border: 0;
    color: #333333;
}

.tabbable-line>.nav-tabs>li.active>a>i {
    color: #404040;
}

.icon-service {
    display: flex;
    align-items: center;
    padding-right: 0px;
    padding-left: 0px;
}

.text-servic {
    align-items: center;
}

.text-servic h3 {
    font-size: .85rem;
    font-weight: 600;
    color: #212529;
}

.text-success p {
    font-size: .8rem;
    color: #333;
}

.divservic {
    padding: 15px 15px 15px 25px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 365px;
    min-width: 300px;
    min-height: 130px;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /* cursor: pointer; */
    margin: 2px;
}

.divservic:first-child {
    border-top-left-radius: 7px;
}

.divservic:nth-child(3) {
    border-top-right-radius: 7px;
}

.divservic:nth-child(4) {
    border-bottom-left-radius: 7px;
}

.divservic:nth-child(6) {
    border-bottom-right-radius: 7px;
}

.technologies {
    padding: 15px 15px 15px 25px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 545px;
    min-width: 545px;
    min-height: 115px;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /* cursor: pointer; */
    margin: 2px;
}

.technologies:first-child {
    border-top-left-radius: 7px;
}

.technologies:nth-child(2) {
    border-top-right-radius: 7px;
}

.technologies:nth-child(3) {
    border-bottom-left-radius: 7px;
}

.technologies:nth-child(4) {
    border-bottom-right-radius: 7px;
}

.divservic:hover {
    background-color: #F8821A;
}

.technologies:hover {
    background-color: #F8821A;
}

.btn-outline-warning {
    color: #fff;
    border-color: #F8821A;
    font-size: .75rem;
    padding: 0.35rem 1.5rem;
    border-radius: 20px;
    background: #F8821A;
}

.text-servic p {
    margin: 0 0 12px;
    font-size: 12px;
    line-height: 1.43;
    text-align: left;
    color: rgba(50, 50, 50, .8);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.slick-slide {
    margin: 0px 10px;
    background: #fff;
}

.slick-slide img {
    width: 30%;
    margin: auto;
    padding: 20px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* End tabs css */

.ourservices {
    background: url(../images/assects/contact-form-background.jpg) no-repeat;
    background-size: cover;
}

.ourservices .form-group {
    margin-bottom: 0.5rem;
}

.ourservices p {
    font-size: .75rem;
}

.ourservices label {
    font-size: .75rem;
}

.ourservices .form-control {
    font-size: .75rem;
}

.btn-outline-success:hover {
    color: rgb(255, 255, 255);
    background-color: #F8821A;
    border-color: #F8821A;
}

.btn-outline-success:focus {
    outline: none;
}

.btn-outline-success {
    color: #fff;
    background: #F8821A;
    border-radius: 15px;
}

.btn-outline-success a {
    color: #F8821A;
}

.btn-outline-success a:hover {
    color: #fff;
}

.contact-information {
    background: #1865c7;
    border-radius: 4px;
    padding: 95px 40px;
    margin: 50px 0;
    z-index: 1;
    color: #fff;
}

.contact-information h4 {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    margin-bottom: 41px;
    text-transform: capitalize;
}

.contact-information ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 17px;
    padding-left: 47px;
    position: relative;
}

.contact-information span {
    position: absolute;
    background: hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    left: 60px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 47%);
    margin-top: 5px;
}

.getbtn {
    background: #1476f2;
    border-radius: 50px;
    border: 1px solid #1476f2;
    color: #fff;
    line-height: 30px;
    margin-top: -5px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 31%);
}

.header-nav ul li:last-child .nav-link {
    color: #fff;
}

.header-nav ul li:last-child .nav-link:hover {
    color: #fff;
}

header {
    position: relative;
    top: 0px;
    background: transparent;
    z-index: 9;
}

.banner {
    margin-top: -80px;
}


/* Start carousel slider */


/* End carousel slider */


/* Start Navigtion dropdown menu */

.dropdown:hover>.dropdown-menu {
    display: block;
}

.megamenu {
    position: static;
}

.megamenu .dropdown-menu {
    border: none;
    width: 100%;
}

.border-end {
    border-right: 1px solid #525252;
}

.dropdownmenu .nav-link {
    color: #fff;
    font-size: .85rem;
    text-transform: uppercase;
    padding: 5px 0px !important;
    font-weight: 400 !important;
    text-shadow: 1px 1px rgb(0 0 0 / 20%);
}

.nav-item:hover>.navbar-dark>#navbar_top {
    background-color: #343a40 !important;
}

.article__content {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
}

.article__link {
    position: relative;
    display: block;
    font-size: 0;
    padding: 0;
}

.article__description {
    position: absolute;
    top: 0;
    text-align: left;
    padding: 70px 30px 0;
    font-size: 16px;
    color: #fff;
    text-transform: none;
    font-weight: 500;
}

.article__content:after {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent #343a40 transparent transparent;
}

.banner .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}


/* End Navigation dropdown menu */


/* Start team css */

.banner-team {
    background: #022b7e;
    margin-top: -80px;
    height: 100vh;
}

.banner-team .container {
    max-width: 1300px;
}


/* End team css */


/* Start contact css */

.bg-contacts {
    background: url(../images/assects/contacts-bg.jpg) no-repeat;
    margin-top: -80px;
    background-size: cover;
    position: relative;
    height: 100vh;
}

.bg-contacts .container-fluid .contact-text {
    z-index: 1;
    color: #fff;
    background: rgb(0 0 0 / 10%);
    position: absolute;
    top: 62px;
    left: 30px;
}

.bg-contacts .container-fluid .card {
    margin-bottom: 20px;
    width: 80%;
    margin: auto;
}

.contact-text h4 {
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    text-shadow: 1px 1px rgb(0 0 0 / 20%);
}

.contact-text p {
    font-size: .9rem;
    text-align: justify;
}

.title {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    text-transform: uppercase;
}


/* End contact css */


/* Start careers css */

.bg-careers {
    background: url(../images/assects/careers-bg.jpg) no-repeat;
    margin-top: -80px;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.bg-careers .container-fluid {
    position: absolute;
    bottom: 0;
}

.careers-text {
    margin: 5px 0;
    z-index: 1;
    color: #fff;
    background: rgb(0 0 0 / 25%);
    width: 55%;
}

.careers-text h4 {
    font-size: 2rem;
    text-transform: uppercase;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    text-align: left;
    text-shadow: 1px 1px rgb(0 0 0 / 20%);
    word-break: break-all;
}

.careers-text p {
    font-size: 1.2rem;
    text-align: justify;
}

.bg-careersimportant {
    background: url(../images/assects/team-meeting.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.service-cta__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    color: #323232;
}

.service-cta__text-area {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.25;
}

.service-cta__text-area--careers {
    text-align: center;
    padding: 15px 15px 25px;
    justify-content: center;
    background-color: #fff;
}

.service-cta__text {
    text-transform: capitalize;
    font-size: .75rem;
    line-height: 26px;
    text-align: justify;
}

.liststyle li {
    list-style: decimal !important;
    margin-left: 34px;
    color: #545b62;
    line-height: 30px;
}

.position-bg .collapse p {
    color: #545b62;
    line-height: 25px;
}

.position-bg .collapse h3 {
    color: #545b62;
    line-height: 25px;
    font-size: 1.25rem;
}

.position-bg .collapse h4 {
    color: #545b62;
    line-height: 25px;
    font-size: 1.25rem;
}


/* End careers css */

.about-bg .card-img-top {
    width: 100%;
    margin: auto;
    padding: 8px;
    background: #f1f1f1;
    margin-top: 20px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 27%);
}

.about-bg h4 {
    font-size: 1.1rem;
}

.about-bg .card-text {
    font-size: .75rem;
}


/* Start uiux css */

.bg-uiux {
    background: url(../images/assects/uiuxbg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -80px;
    height: 100vh;
}

.uiux-bg .card-img-top {
    width: 20%;
    margin: auto;
    padding: 5px;
    background: #f1f1f1;
    margin-top: 10px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 27%);
}

.uiux-bg .card-title {
    font-size: .85rem;
    color: #061e5e;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1px;
}

.uiux-bg .card-text {
    font-size: .75rem;
    line-height: 20px;
    letter-spacing: .5px;
    text-align: justify;
    margin-bottom: 10px;
    ;
}

.uiux-bg p {
    font-size: .75rem;
    text-align: justify;
}

.uiux-bg .card {
    margin-bottom: 20px;
    max-height: 275px;
    min-height: 275px;
    margin-right: -15px;
}

.bg-ux_ui_Design {
    background: url(../images/assects/ux_ui_Design.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}


/* End uiux css */

.cloud-bg .card {
    margin-bottom: 5px;
}

.cloud-bg .card-title {
    font-size: 1.1rem;
    color: #061e5e;
    font-weight: 500;
    text-align: center;
}

.cloud-work .card-text {
    font-size: .85rem;
    line-height: 30px;
    letter-spacing: .5px;
    padding-left: 35px;
}

.cloud-work .card-title {
    font-size: .85rem;
    color: #061e5e;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
}

.cloud-work h4 i {
    padding: 6px;
    box-shadow: 0px 0px 5px #e0dede;
}

.testing-bg .card-img-top {
    margin: auto;
    width: 30%;
    padding: 5px;
    background: #f1f1f1;
    margin-top: 10px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 27%);
}

.testing-bg .card-title {
    font-size: .85rem;
    color: #061e5e;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
}

.bg-appdevelopment {
    background: url(../images/assects/bg-mobileaap.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -81px;
    height: 100vh;
}

.bg-appsection .card-title {
    font-size: .85rem;
    color: #061e5e;
    font-weight: 500;
    text-align: center;
}

.bg-appsection .container {
    width: 1300px;
}

.bg-appsection .col {
    margin-left: -15px;
    margin-right: -15px;
}

.bg-appsection .card-body {
    text-align: justify;
}

.bg-appsection .card-img-top {
    width: 25%;
    margin: auto;
    padding: 5px;
    background: #f1f1f1;
    margin-top: 10px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 27%);
}

.bg-appsection .card-text {
    font-size: .75rem;
    line-height: 20px;
    letter-spacing: .5px;
    text-align: justify;
}

.bg-appsection .card {
    max-height: 330px;
    min-height: 330px;
}

.bg-appsection .col-md-3 {
    padding-right: 0px;
}

.web-bg .card-title {
    font-size: 1.1rem;
    color: #061e5e;
    font-weight: 500;
}

.web-bg .card-text {
    font-size: .85rem;
    line-height: 30px;
    letter-spacing: .5px;
}

.web-bg .card-img-top {
    width: 17%;
    margin: auto;
    padding: 5px;
    background: #f1f1f1;
    border-radius: 50%;
}

.bg-web {
    background: url(../images/assects/webbg.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: top;
    margin-top: -80px;
    height: 100vh;
}

.bg-qa {
    background: url(../images/assects/qa-testing.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: top;
    margin-top: -80px;
    height: 100vh;
}

.customwebsection .card {
    max-height: auto;
    min-height: auto;
}

.customsection .card {
    max-height: 300px;
    min-height: 300px
}

.bg-weddeveloper {
    background: url(../images/assects/web-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -80px;
    height: 100vh;
}

.bg-db {
    background: url(../images/assects/bd-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -80px;
    height: 100vh;
}

.md-section img {
    width: 50%;
}


/* Start construction page css */

.bg-construction {
    background: url(../images/assects/construction-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -80px;
    height: 100vh;
}

.bg-construction .careers-text {
    margin-top: 555px;
    z-index: 1;
    color: #fff;
    background: rgb(0 0 0 / 20%);
    width: 67%;
    float: left;
    margin-left: 530px;
}

.uiux-bg ul li {
    list-style: circle;
}

.bg-opssection .card {
    max-height: 335px;
    min-height: 335px;
}

.bg-opssection .card-img-top {
    width: 15%;
    margin: auto;
    padding: 5px;
    background: #f1f1f1;
    margin-top: 10px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 27%);
}

.bg-opssection .card-title {
    font-size: .85rem;
    color: #061e5e;
    font-weight: 500;
    text-align: center;
}

.bg-opssection .col-md-6 {
    padding-right: 0px;
}


/* End Construction page css */


/* Start database css */

.dbSupported img {
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 1px #e0dede;
}

.cloudSupported img {
    width: 60%;
    box-shadow: none;
    margin: auto;
}

.cloudSupported .card {
    background: #fff;
    box-shadow: 1px 1px 1px #e0dede;
}

.bg-appdevelopment .careers-text {
    margin-top: 40px;
    z-index: 1;
    color: #fff;
    background: rgb(0 0 0 / 20%);
    width: 75%;
    float: left;
    margin-left: -175px;
}

.item {
    padding-top: 75px;
    background: rgba(255, 85, 0, .7);
    text-align: center;
    color: #4E4C48;
    font-size: 1.5em;
}

.Cloud-bg {
    background: url(../images/assects/Cloud-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -80px;
    height: 100vh;
}

.Cloud-bg .container-fluid {
    position: relative;
}

.Cloud-bg .container-fluid .careers-text {
    z-index: 1;
    color: #fff;
    background: rgb(0 0 0 / 10%);
    position: absolute;
    bottom: -740px;
}


/* .Cloud-bg .careers-text {
    margin-top: 435px;
    z-index: 1;
    color: #fff;
    background: rgb(0 0 0 / 10%);
    width: 70%;
    margin-left: -150px;
} */

.bg-qa .careers-text {
    margin-top: 100px;
    z-index: 1;
    color: #fff;
    background: rgb(0 0 0 / 20%);
    width: 65%;
    margin-left: -174px;
}

.cloud-bg ul li {
    list-style: disc;
    /* display: list-item; */
    float: left;
    margin-right: 50px;
}

.and_font {
    font-family: 'Adobe Caslon Pro';
    margin-bottom: 0px !important;
    font-size: 2rem !important;
    font-style: italic;
    display: contents;
}

.user-text {
    z-index: 1;
    color: #fff;
    background: rgb(0 0 0 / 20%);
    width: 50%;
    margin-left: -150px;
    margin-top: 120px;
}

.user-text h4 {
    font-size: 2rem;
    /* font-weight: 400; */
    /* font-style: italic; */
    /* margin-bottom: 0px; */
    text-transform: uppercase;
    display: inline-block;
}

.user-text p {
    font-size: 1.5rem;
    text-align: justify;
}

.database-text {
    margin: 145px 0;
    z-index: 1;
    color: #fff;
    background: rgb(0 0 0 / 20%);
    width: 65%;
    margin-right: -153px;
    margin-top: 580px;
    float: right;
}

.database-text h4 {
    font-size: 2rem;
    text-align: justify;
}

.database-text p {
    font-size: 1.2rem;
    text-align: justify;
}

.bg-db .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem 1.25rem 0.25rem;
}

.banner .carousel-dev {
    position: absolute;
    bottom: 25px;
    left: 3%;
    background: rgb(0 0 0 / 50%);
    border-radius: 3px;
    box-shadow: 1px 0px 1px #1d2124;
}

.banner .carousel-dev1 {
    position: absolute;
    left: 40%;
    background: rgb(0 0 0 / 50%);
    border-radius: 3px;
    box-shadow: 1px 0px 1px #1d2124;
    bottom: 475px;
}

.banner .carousel-dev2 {
    position: absolute;
    left: 40%;
    background: rgb(0 0 0 / 50%);
    border-radius: 3px;
    box-shadow: 1px 0px 1px #1d2124;
    bottom: 15px;
}

.banner .carousel-dev a {
    cursor: pointer;
    color: #F8821A;
}

.banner .carousel-dev1 a {
    cursor: pointer;
    color: #F8821A;
}

.banner .carousel-dev2 a {
    cursor: pointer;
    color: #F8821A;
}

.banner .carousel-dev a:hover {
    cursor: pointer;
    color: rgb(255, 255, 255);
}

.banner .carousel-dev1 a:hover {
    cursor: pointer;
    color: rgb(255, 255, 255);
}

.banner .carousel-dev2 a:hover {
    cursor: pointer;
    color: rgb(255, 255, 255);
}

.banner .carousel-caption {
    padding-top: 15px;
    padding-bottom: 1px;
}


/* Start implementation development */

.implementation-bg .card-title {
    font-size: 1.1rem;
    color: #061e5e;
    font-weight: 500;
}

.implementation-bg .card-text {
    font-size: .85rem;
    line-height: 30px;
    letter-spacing: .5px;
}

.implementation .card-img-top {
    width: 17%;
    margin: auto;
    padding: 5px;
    background: #f1f1f1;
    border-radius: 50%;
}

.bg-implementation {
    background: url(../images/assects/software-bg.jpg) no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: -80px;
    height: 100vh;
}

.bg-api {
    background: url(../images/assects/api-bg.jpg) no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: -80px;
    height: 100vh;
}

.implementation-bg .card-title {
    font-size: 1.1rem;
    color: #061e5e;
    font-weight: 500;
}

.implementation-bg .card-text {
    font-size: .85rem;
    line-height: 30px;
    letter-spacing: .5px;
}

.implementation .card-img-top {
    width: 17%;
    margin: auto;
    padding: 5px;
    background: #f1f1f1;
    border-radius: 50%;
}

.bg-application {
    background: url(../images/assects/application-bg.jpg) no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: -80px;
    height: 100vh;
}

.deploymentsection .card {
    margin-bottom: 0px;
    max-height: 282px;
    min-height: 310px;
    margin-right: -15px;
}

.migratesection .card {
    max-height: 374px;
    min-height: 400px;
}

.automationsection .card {
    margin-bottom: 0px;
    max-height: 250px;
    min-height: 260px;
    margin-right: -15px;
}

.bg-captive {
    background: url(../images/assects/captivebg.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: top;
    margin-top: -80px;
    height: 100vh;
}

.bg-white .specializ-section .card {
    margin-bottom: 20px;
    max-height: 365px;
    min-height: 365px;
    margin-right: -15px;
    padding: 10px 0px;
}

.custom-section .card {
    margin-bottom: 15px;
    max-height: 260px;
    min-height: 260px;
    margin-right: -15px;
}

.bg-white .specializ-section .card-body:hover {
    background: transparent;
}

.bg-white .custom-section .card-body:hover {
    background: transparent;
}


/* End implementation development */


/* ********************************** */

.animatable {
    /* initially hide animatable objects */
    visibility: hidden;
    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}


/* show objects being animated */

.animated {
    visibility: visible;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -ms-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
    60% {
        -webkit-transform: translateX(20px);
    }
    80% {
        -webkit-transform: translateX(-5px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
    60% {
        -moz-transform: translateX(20px);
    }
    80% {
        -moz-transform: translateX(-5px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateX(20px);
    }
    80% {
        -o-transform: translateX(-5px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    60% {
        transform: translateX(20px);
    }
    80% {
        transform: translateX(-5px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
    60% {
        -webkit-transform: translateX(-20px);
    }
    80% {
        -webkit-transform: translateX(5px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
    60% {
        -moz-transform: translateX(-20px);
    }
    80% {
        -moz-transform: translateX(5px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
    60% {
        -o-transform: translateX(-20px);
    }
    80% {
        -o-transform: translateX(5px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    60% {
        transform: translateX(-20px);
    }
    80% {
        transform: translateX(5px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
    50% {
        -webkit-transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }
    50% {
        -moz-transform: scale(1.05);
    }
    70% {
        -moz-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3);
    }
    50% {
        -o-transform: scale(1.05);
    }
    70% {
        -o-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }
    50% {
        transform: scale(1.05);
    }
    70% {
        transform: scale(.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes moveUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes moveUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes moveUp {
    0% {
        opacity: 1;
        -o-transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes moveUp {
    0% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeBgColor {
    0% {
        background: none;
    }
    70% {
        background: none;
    }
    100% {
        background: #464646;
    }
}

@-o-keyframes fadeBgColor {
    0% {
        background: none;
    }
    70% {
        background: none;
    }
    100% {
        background: #464646;
    }
}

@keyframes fadeBgColor {
    0% {
        background: none;
    }
    70% {
        background: none;
    }
    100% {
        background: #464646;
    }
}

.animated.animationDelay {
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
}

.animated.animationDelayMed {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

.animated.animationDelayLong {
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s;
}

.animated.fadeBgColor {
    -webkit-animation-name: fadeBgColor;
    -moz-animation-name: fadeBgColor;
    -o-animation-name: fadeBgColor;
    animation-name: fadeBgColor;
}

.animated.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}

.animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

.animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated.moveUp {
    -webkit-animation-name: moveUp;
    -moz-animation-name: moveUp;
    -o-animation-name: moveUp;
    animation-name: moveUp;
}


/* .bg-white{
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
      transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  padding: 14px 80px 18px 36px;
  cursor: pointer;
} */

.bg-offer:hover {
    transform: scale(1.01);
    box-shadow: 0 10px 20px rgb(0 0 0 / 12%), 0 4px 8px rgb(0 0 0 / 6%);
    background: rgb(239 247 255 / 90%) !important;
}

.btn {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 110%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.bg-offer:hover .btn {
    opacity: 1;
    top: 95%;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 0.25em;
    padding: 0;
    color: #eb0a0a;
    border: 0;
    border-radius: 0rem;
    opacity: 1;
    font-size: 38px;
    line-height: 35px;
    outline: none;
    background: transparent;
}

.btn-close:focus {
    outline: none;
}

#exampleModalToggle .tabbable-line>.nav-tabs>li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.3333%;
    flex: 0 0 17%;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(50, 50, 50, .1);
    color: #323232;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.88;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    list-style: none;
}

#cookiePopup {
    position: fixed;
    bottom: 0px;
    z-index: 99999;
}

.accept-btn {
    text-align: right;
    color: #fff;
    border-color: #F8821A;
    float: right;
    border: 1px solid;
    padding: 5px 15px;
    font-size: .75rem;
    margin-top: 10px;
    background: #F8821A;
    border-radius: 20px;
}

#cookiePopup .modal-body p {
    color: #fff;
    font-size: .7rem;
    text-align: justify;
    line-height: 15px;
    letter-spacing: 0;
    margin-bottom: 0.25rem;
    width: 88%;
    float: left;
}

#cookiePopup {
    background: #343a40 !important;
}

.usesection .card {
    margin-bottom: 0px;
    max-height: 225px;
    min-height: 225px;
    margin-right: -15px;
}

#cookiePopup .modal-body {
    padding-top: 0.25rem;
    padding-bottom: 0rem;
}

#cookiePopupPopup {
    z-index: 9999;
}

.bg-implementation .careers-text {
    margin-top: 90px;
    z-index: 1;
    color: #fff;
    background: rgb(0 0 0 / 50%);
    width: 90%;
    float: left;
    margin-left: 280px;
}

.bg-application .careers-text {
    margin-top: 530px;
    z-index: 1;
    color: #fff;
    background: rgb(0 0 0 / 20%);
    width: 80%;
    float: left;
    margin-left: -177px;
}

.bg-api .careers-text {
    margin-top: 535px;
    z-index: 1;
    color: #fff;
    background: rgb(0 0 0 / 20%);
    width: 65%;
    float: left;
    margin-left: 550px;
}

.bg-captive .careers-text {
    margin-top: 583px;
    z-index: 1;
    color: #fff;
    background: rgb(0 0 0 / 20%);
    width: 76%;
    float: left;
    margin-left: 450px;
}

.bg-ustomsoftware {
    background: url(../images/assects/customsoftware.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: top;
    margin-top: -80px;
    height: 100vh;
}

.bg-ustomsoftware .careers-text {
    margin-top: 462px;
    z-index: 1;
    color: #fff;
    background: rgb(0 0 0 / 20%);
    width: 76%;
    float: left;
    margin-left: 450px;
}

.ourservices .form-check-input {
    margin-top: -0.0001rem;
    margin-left: -1.75rem;
    width: 20px;
    height: 20px;
}

.bg-web .careers-text {
    z-index: 1;
    color: #fff;
    background: rgb(0 0 0 / 65%);
    width: 70%;
    margin-left: 510px;
    margin-top: 520px;
}

.bg-cross {
    background: url(../images/assects/cross-bg.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: top;
    margin-top: -80px;
    height: 100vh;
}

.bg-cross .careers-text {
    z-index: 1;
    color: #fff;
    background: rgb(0 0 0 / 65%);
    width: 80%;
    margin-left: -160px;
    margin-top: 525px;
}

.bg-crosstext .card-text {
    font-size: .75rem;
    line-height: 20px;
    letter-spacing: .5px;
    text-align: justify;
    margin-bottom: 10px;
}

.bg-crosstext .card-title {
    font-size: .85rem;
    color: #061e5e;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
}

.mbcard {
    margin-bottom: 10px;
}

.footer-top .bg-light {
    padding-top: 21px !important;
}

.footer-top .bg-secondary-footer.bg-light {
    padding: 10px !important;
}


/* Start ios css */

.bg-ios {
    background: url(../images/assects/ios_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -81px;
    height: 100vh;
}

.bg-ios .careers-text {
    margin-top: 65px;
    z-index: 1;
    color: #fff;
    background: rgb(0 0 0 / 20%);
    width: 65%;
    float: left;
    margin-left: -175px;
}

.bg-iosapp .card {
    max-height: 260px;
    min-height: 260px;
}

.bg-iPhone .card {
    max-height: 250px;
    min-height: 250px;
}

.bg-iosapp .card-body {
    text-align: justify;
    padding-left: 0;
    padding-right: 0;
}

.bg-iPhone .card-text {
    font-size: .75rem;
    line-height: 20px;
    letter-spacing: .5px;
    text-align: justify;
    padding: 5px 15px;
}

.bg-iosapp .card-text {
    font-size: .75rem;
    line-height: 20px;
    letter-spacing: .5px;
    text-align: justify;
    padding: 0px 15px;
}

.bg-iPhone .card-title {
    margin-bottom: 0px;
}


/* End ios css */


/* Start android css */

.bg-android {
    background: url(../images/assects/android_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -81px;
    height: 100vh;
}

.bg-android .careers-text {
    margin-top: 65px;
    z-index: 1;
    color: #fff;
    background: rgb(0 0 0 / 20%);
    width: 65%;
    float: left;
    margin-left: -175px;
}

.android-section .card {
    max-height: 220px;
    min-height: 220px;
}

.bg-iPhone .card {
    max-height: 250px;
    min-height: 250px;
}

.android-section .card-body {
    text-align: justify;
    padding-left: 0;
    padding-right: 0;
}

.bg-iPhone .card-text {
    font-size: .75rem;
    line-height: 20px;
    letter-spacing: .5px;
    text-align: justify;
    padding: 5px 15px;
}

.android-section .card-text {
    font-size: .75rem;
    line-height: 20px;
    letter-spacing: .5px;
    text-align: justify;
    padding: 0px 15px;
}

.bg-iPhone .card-title {
    margin-bottom: 0px;
}

.uiux-bg ul li {
    font-size: .75rem;
    text-align: justify;
    color: #212529;
}

.bg-appsection p {
    font-size: .75rem;
    text-align: justify;
}


/* End android css */

.nav_font {
    font-family: 'Adobe Caslon Pro';
    margin-bottom: 0px !important;
    font-size: .95rem !important;
    font-style: italic;
}

.bg-contacts .form-check-input {
    position: absolute;
    margin-top: -0.0001rem;
    margin-left: -1.75rem;
    width: 20px;
    height: 20px;
}

.bg-appsection .col-md-4 {
    padding-right: 0px;
}

.bg-blockchain {
    background: url(../images/assects/blockchain-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -81px;
    height: 100vh;
}

.bg-blockchain .careers-text {
    margin: 5px 0;
    z-index: 1;
    color: #fff;
    background: rgb(0 0 0 / 25%);
    width: 55%;
    margin-top: 90px;
    margin-left: -160px;
}

.bg-cyber {
    background: url(../images/assects/cyber-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -81px;
    height: 100vh;
}

.bg-cyber .careers-text {
    margin: 5px 0;
    z-index: 1;
    color: #fff;
    background: rgb(0 0 0 / 25%);
    width: 55%;
    margin-top: 90px;
    margin-left: -160px;
}

.bg-itconsulting {
    background: url(../images/assects/itconsulting-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -81px;
    height: 100vh;
}

.bg-itconsulting .careers-text {
    margin: 5px 0;
    z-index: 1;
    color: #fff;
    background: rgb(0 0 0 / 25%);
    width: 55%;
    margin-top: 90px;
    margin-left: -160px;
}

.consulting .card {
    max-height: 275px;
    min-height: 275px;
}

.consulting .card-body {
    padding: 15px;
}

.itsection .card {
    max-height: 320px;
    min-height: 320px
}

.requires-validation .form-group {
    margin-bottom: 0.5rem;
}

.bg-iosapp .card-img-top {
    width: 25%;
    margin: auto;
    padding: 5px;
    background: #f1f1f1;
    margin-top: 10px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 27%);
}

.bg-iosapp .card-title {
    font-size: .85rem;
    color: #061e5e;
    font-weight: 500;
    text-align: center;
}

.hybrid-bg {
    background: url(../images/assects/bg-hybrid.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -81px;
    height: 100vh;
}

.hybrid-bg .careers-text {
    margin: 5px 0;
    z-index: 1;
    color: #fff;
    background: rgb(0 0 0 / 25%);
    width: 70%;
    margin-top: 80px;
    margin-left: -150px;
}

.bg-bluetooth {
    background: url(../images/assects/bluetooth-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -81px;
    height: 100vh;
}

.bg-bluetooth .careers-text {
    margin: 5px 0;
    z-index: 1;
    color: #fff;
    background: rgb(0 0 0 / 25%);
    width: 80%;
    margin-top: 80px;
    margin-left: -170px;
}

.bluetooth-section .card {
    max-height: auto;
    min-height: auto;
}

.bluetooth-section .card-title {
    font-size: .75rem;
    color: #061e5e;
    font-weight: 500;
    text-align: center;
}
.mobile-bg {
    background: url(../images/assects/bg-mobileaap.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -81px;
    height: 100vh;
}

.mobile-bg .careers-text {
    margin-top: 155px;
    z-index: 1;
    color: #fff;
    background: rgb(0 0 0 / 20%);
    width: 65%;
    float: left;
    margin-left: -175px;
}