html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
input,
option,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    box-sizing: border-box;
    list-style-type: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    border-radius: 0
}

:focus {
    outline: 0;
}

a {
    text-decoration: none;
}

img {
    border: 0 none;
    max-width: 100%;
}

a {
    outline: none;
    cursor: pointer;
}

:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}


/* For IE 6/7 (trigger hasLayout) */

a,
button,
.btn {
    outline: none !important;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    text-decoration: none !important;
}

@font-face {
    font-family: 'WorkSans-Light';
    src: url('../fonts/WorkSans-Light.ttf')
}

@font-face {
    font-family: 'WorkSans-Medium';
    src: url('../fonts/WorkSans-Medium.ttf')
}

@font-face {
    font-family: 'WorkSans-Regular';
    src: url('../fonts/WorkSans-Regular.ttf')
}

body {
    width: 100%;
    height: 100%;
    font-family: 'WorkSans-Light';
    color: #111;
    font-size: 16px;
    line-height: 28px;
    background-color: #fff;
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:focus {
    outline: medium none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
}

h1 {
    font-family: 'WorkSans-Medium';
    font-size: 36px;
}

h2 {
    font-family: 'WorkSans-Regular';
    font-size:xx-large;
    font-weight: bold;
    color: #1e4973;
}

h5 {
    font-family: 'WorkSans-Medium';
    font-size: 18px;
    color: #e6a63c;
}

h2 span {
    color: #e6d61b;
}

p {
    margin-bottom: 20px;
}

section,
footer,
.row-box {
    width: 100%;
    clear: both;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.error {
    font-size: 14px;
    color: red;
}

.padding {
    padding: 60px 0;
}

.padding-sm {
    padding: 45px 0;
}

.navbar-brand img {
    width: 90px;
}

.navbar {
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
    -moz-box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
    box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
}

.navbar .container {
    position: relative;
    max-height: 80px
}

.navbar-toggler span {
    width: 25px;
    height: 3px;
    background: #fff;
    display: block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.navbar-toggler span:nth-child(1) {
    width: 16px;
}

.navbar-toggler:hover span:nth-child(1) {
    width: 25px;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    width: 25px;
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    -ms-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
    -ms-transform: rotate(-45deg) translate(5px, -5px);
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-light .navbar-brand {
    position: relative;
    padding: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    color: #000;
    padding: 1.9rem 0.9rem;
    position: relative;
    font-family: 'WorkSans-Regular';
}

.navbar-light .navbar-nav .active .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: #e6d61b;
    ;
}

.dropdown-toggle .fa-caret-down {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 12px;
    position: relative;
    top: 2px;
    color: #f88816;
    left: 2px;
}

.dropdown-menu {
    min-width: 16rem;
    margin-top: 0;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 0;
    border: 0;
}

.dropdown-item .menu-img {
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 0;
    display: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.dropdown-menu .dropdown-item {
    padding: .36rem 1.5rem;
    font-weight: normal;
    font-size: 15px;
    border: 0;
    color: #222;
    font-family: 'WorkSans-Regular';
}

.dropdown-menu li.dropdown-submenu .dropdown-toggle {
    position: relative;
}

.dropdown-menu li.dropdown-submenu .dropdown-toggle::after {
    position: absolute;
    content: "â€º";
    right: 17px;
    top: 4px;
    font-size: 19px;
    color: #dad6d6;
}

.dropdown-menu li:hover::after {
    color: #fcb800;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0px;
    border-top: 1px solid #d9d9d9;
    border-radius: .25rem;
    height: 100%;
}

.dropdown-submenu .drop-img {
    position: absolute;
    bottom: 0;
}

.dropdown-submenu .dropdown-menu .img-item img {
    width: 100%;
}

.dropdown-submenu .dropdown-menu::before {
    content: none;
}

.dropdown-submenu .dropdown-menu .dropdown-item {
    color: #212529;
    font-size: 13px;
}

.dropdown-submenu .dropdown-toggle::after {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.navbar ul.dropdown-menu li:hover>a {
    background: #e6a63c;
    color: #111;
}

.dropdown-item:hover {
    background: #fcb800;
    color: #fff;
}

@media only screen and (min-width: 767px) {
    .navbar ul li:hover>ul {
        display: block
    }
    .navbar ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none;
        margin: 0;
    }
    .navbar ul ul li:hover>ul {
        display: block
    }
    .navbar ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 250px;
        display: none
    }
    .navbar ul ul ul li:hover ul {
        display: block
    }
    .navbar ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        min-width: 250px;
        display: none;
        z-index: 1
    }
}

.top-none .navbar-brand img {
    width: 90px;
    height: 70px;
}

.top-none .navbar {
    background-color: #fff;
}

.top-none .navbar-light .navbar-nav .nav-link {
    padding: 1.3rem 0.8rem;
}


/*---- slider ----*/

.m-top {
    margin-top: 55px;
}

#banner {
    background-color: #000;
    position: relative;
    overflow: hidden;
}

#banner .carousel-caption {
    left: 0;
    color: #fff;
    text-align: left;
    padding: 40px 75px;
    max-width: 40%;
    top: 25%;
    bottom: auto;
}

#banner .carousel-inner:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    background: rgb(112, 70, 0);
    background: -moz-linear-gradient(90deg, rgba(9, 8, 0, 0.77) 0%, rgba(0, 0, 0, 0) 66%);
    background: -webkit-linear-gradient(90deg, rgba(9, 8, 0, 0.77) 0%, rgba(0, 0, 0, 0) 66%);
    background: linear-gradient(90deg, rgba(9, 8, 0, 0.77) 0%, rgba(0, 0, 0, 0) 66%);
}

#banner .carousel-caption h1 {
    color: #fff;
    border: none;
    padding: 0;
}

#banner .carousel-caption h1 span {
    padding: 0;
}

.carousel-caption h1 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#banner .carousel-caption p {
    color: #fff;
    font-size: 16px;
    font-family: 'WorkSans-Light';
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

#banner .carousel-caption .btn {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

#banner .carousel-item img.main-img {
    opacity: 0.5;
    width: 100%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    background-color: #000;
    padding: 8px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
}

.carousel-control-next,
.carousel-control-prev {
    width: 60px;
    z-index: 11;
}

.carousel-control-next .fa,
.carousel-control-prev .fa {
    font-size: 25px;
}


/*---- slider close ----*/

.btn {
    background-color: #e6a63c;
    color: #222;
    font-size: 15px;
    padding: 0.5rem 1.4rem;
    line-height: 23px;
    font-family: 'WorkSans-Regular';
    border-radius: 3px;
}

.btn:hover {
    color: #222;
    border: 1px solid #e6a63c;
    background-color: #fff;
}

.btn-white {
    background-color: #fff;
    color: #222;
}

.btn-white:hover {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

.head-top {
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    padding: 5px 0;
}

.head-top ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.head-top ul li {
    display: inline-block;
    margin-right: 20px;
}

.head-top ul li a {
    color: #333;
    font-size: 14px;
    font-family: 'WorkSans-Regular';
}

.head-top ul li a:hover i.fa {
    color: #e6d61b;
}

.head-top ul li a:hover {
    color: #e6d61b;
}

.list-in-arrow li {
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 12px;
}

.list-in-arrow li a:hover {
    color: #e6d61b;
}

.social-icon {
    display: inline-block;
    margin-left: 5px;
}

.social-icon a .fa {
    color: #666666;
}

.social-icon a:hover .fa {
    color: #e6d61b;
}

.social-icon a {
    padding: 5px;
}

.col6 {
    width: 50%;
}

.section2 {
    background-color: #032f5b;
    position: relative;
}

.section2 h1,
.section2 p {
    color: #fff;
}

.number {
    background-image: url('../images/floral.png');
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 10px 0;
    font-size: 31px;
}

.exper p {
    font-size: 14px;
    line-height: 20px;
}

.section2 .col7 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}

.img {
    width: 50%;
}

.section2 .padding {
    padding: 50px 50px 50px 0;
}

.gray-bg {
    background-color: #efefef;
}

.white-box {
    background-color: #fff;
    position: relative;
    padding: 40px;
    margin: 15px 0;
    -webkit-box-shadow: 0px 0px 41px 0px rgba(54, 54, 54, 0.17);
    -moz-box-shadow: 0px 0px 41px 0px rgba(54, 54, 54, 0.17);
    box-shadow: 0px 0px 41px 0px rgba(54, 54, 54, 0.17);
}

.services .white-box:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    z-index: 1;
    border-right: 20px solid #e6a63c;
    border-top: 20px solid transparent;
}

.min-h .white-box p {
    min-height: 85px;
}

.mediabox .white-box {
    margin: 0;
}

.list2 {
    padding-left: 0;
    list-style-type: none;
}

.list2 li {
    font-size: 18px;
    position: relative;
    padding-left: 15px;
    line-height: 23px;
    padding-bottom: 22px;
}

.list2 li::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e6d61b;
    top: 10px;
    left: 0;
}

.brand-page hr {
    margin: 30px 0;
}

.btn-link {
    color: #e6d61b;
    font-family: 'WorkSans-Medium';
    position: relative;
}

.btn-link:hover {
    color: #222222;
    text-decoration: none;
}

.btn-link:before {
    position: absolute;
    right: -1px;
    top: 3px;
    opacity: 0;
    content: "\f178";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-link:hover:before {
    right: -20px;
    opacity: 1;
}

.section3 {
    background-color: #29354f;
    text-align: center;
}

.section3 .col6 {
    margin-left: auto;
}

.section3 h2 .text2 {
    font-family: 'WorkSans-Medium';
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase;
}

.section3 h2 {
    color: #fff;
    margin-bottom: 0;
    line-height: 48px;
}

.clients {
    margin-top: 50px;
}

.por_box img {
    width: 100%;
}

.porfolio_inner {
    margin-top: 50px;
}

.gal_img_box img {
    width: 100%;
    cursor: zoom-in;
    /*    padding: 5px;*/
}

.lg-toolbar .lg-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

.lg-actions .lg-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

.lg-toolbar #lg-zoom-in:after {
    content: "\f00e";
}

.lg-toolbar #lg-zoom-out:after {
    content: "\f010";
}

.lg-toolbar .lg-close:after {
    content: "\f00d" !important;
}

.lg-toolbar .lg-download {
    display: none;
}

.lg-toolbar #lg-actual-size {
    display: none;
}

.lg-actions .lg-prev:after {
    content: "\f060" !important;
}

.lg-actions .lg-next:before {
    content: "\f061" !important;
}

.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.9) !important;
}

.view_more_btn {
    width: 100%;
    float: left;
    text-align: center;
}

.view_more_btn a {
    font-size: 16px;
}

.footer_top {
    width: 100%;
    display: inline-block;
    background-color: #001a33;
}

.fo_menu {
    width: 100%;
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.fo_menu li {
    width: 50%;
    float: left;
    font-size: 15px;
    color: #fff;
    font-family: 'WorkSans-Light';
    line-height: 24px;
    margin-bottom: 10px;
}

.fo_menu li a {
    color: #fff;
}

.fo_menu li a:hover {
    color: #e6d61b;
}

.footer_top h5 {
    color: #fff;
    font-family: 'WorkSans-Regular';
    font-size: 18px;
}

.fo_social {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.fo_social li {
    margin-bottom: 12px;
}

.fo_social li:last-child {
    margin-bottom: 0;
}

.fo_social li.facebook a i.fa {
    color: #3b5998;
}

.fo_social li.instagram a i.fa {
    color: #e8424e;
}

.fo_social li.linkedin a i.fa {
    color: #0E76A8;
}

.fo_social li a {
    font-family: 'WorkSans-Light';
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

.fo_social li a:hover span {
    color: #e6d61b;
}

.fo_social li a:hover i.fa {
    background-color: #e6d61b;
    color: #fff;
}

.fo_social li a i.fa {
    background-color: #fff;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    border-radius: 5px;
    font-size: 16px;
}

.fo_social li span {
    font-family: 'WorkSans-Light';
    font-size: 16px;
    font-family: 'WorkSans-Light';
    color: #fff;
    padding-left: 12px;
}

.fo_add_box {
    width: 50%;
    /* display: table; */
    vertical-align: top;
    float: left;
    padding-right: 30px;
}

.fo_add_box .lo_icon i.fa {
    /* display: table-cell; */
    color: #e6a63c;
    font-size: 30px;
    vertical-align: top;
    width: 30px;
    float: left;
}

.lo_icon img {
    width: 50px;
    height: auto;
}

.fo_add_box p {
    font-family: 'WorkSans-Light';
    font-size: 16px;
    color: #fff;
    display: table-cell;
    vertical-align: top;
    /* padding-left: 12px; */
}

.fo_co_box {
    width: 50%;
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.fo_co_box li {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.fo_co_box li a {
    font-family: 'WorkSans-Light';
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.fo_co_box li a:hover {
    color: #e6d61b;
}

.fo_co_box li a i.fa {
    color: #e6a63c;
    font-size: 21px;
    padding-right: 7px;
    width: 22px;
    line-height: 25px;
    vertical-align: middle;
}

.fo_co_box li a i.fa-envelope {
    font-size: 17px;
}

.footer_bottom {
    width: 100%;
    display: inline-block;
    background-color: #001528;
}

.fo_bottom_box {
    width: 100%;
    float: left;
    padding: 25px 0px;
}

.footer_bottom p {
    font-family: 'WorkSans-Light';
    font-size: 15px;
    color: #fff;
    line-height: 16px;
    margin-bottom: 0;
    width: 50%;
    float: left;
}

.footer_bottom a {
    font-family: 'WorkSans-Light';
    font-size: 15px;
    color: #fff;
}

.footer_bottom a:hover {
    color: #e6d61b;
}

.top-none .head-top {
    display: none;
}

.clients .owl-item img {
    width: auto;
    margin: 0 auto;
}

.mediabox .owl-item img {
    width: auto;
    margin: 0 auto;
}

.innerpage_banner {
    position: relative;
    width: 100%;
    background-color: #e6d61b;
    height: 200px;
}

.innerpage_banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}

.innerpage_banner .inner_banner_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 95%;
    display: inline-block;
}

.innerpage_banner .banner_title {
    font-family: 'WorkSans-Medium';
    color: #fff;
    font-size: 40px;
    margin-bottom: 0;
}

.contact_page .white-box:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    z-index: 1;
    border-right: 20px solid #e6a63c;
    border-top: 20px solid transparent;
}

.contact_page h2 {
    font-family: 'WorkSans-Medium';
}

.form-group {
    width: 100%;
    display: inline-block;
}

.add_ul {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.add_ul li {
    display: table;
    margin-bottom: 20px;
}

.add_ul li:last-child {
    margin-bottom: 0;
}

.add_ul li .icon {
    display: table-cell;
    vertical-align: top;
    width: 40px;
    padding-right: 15px;
}

.add_ul li .icon i.fa {
    font-size: 25px;
    color: #e6d61b;
}

.add_ul li .text {
    display: table-cell;
    vertical-align: top;
    font-size: 18px;
    color: #222;
}

.add_ul li .text a {
    color: #222;
}

.add_ul li .text a:hover {
    color: #e6d61b;
}

.co_left_main,
.co_right_main {
    display: flex;
}

.co_left.white-box {
    width: 100%;
    display: inline-block;
}

.inquiry .modal-body h3 {
    font-size: 30px;
    line-height: 25px;
}

.clients-logo {
    padding: 0;
    list-style-type: none;
    float: left;
    width: 100%;
}

.clients-logo li {
    border: 1px solid #e6e6e6;
    width: 20%;
    float: left;
    padding: 20px 10px;
    margin-left: -1px;
    margin-bottom: -1px;
    text-align: center;
    background-color: #fff;
}

.clients-logo li img {
    margin: 0 auto;
    height: 150px;
    color: #cfcfcf;
}

.gal_img_box,
.portfolio .wow {
    overflow: hidden;
}

.portfolio .wow {
    margin-bottom: 0;
    border-radius: 5px;
    border: 2px solid #fff;
    height: 216px;
    position: relative;
}

.gallery .gal_img_box img {
    padding: 2px;
}

.gal_img_box img,
.portfolio .wow img,
.gallery .wow img,
#gallery2 .wow img {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.gal_img_box:hover img,
.portfolio .wow:hover img,
.gallery .wow:hover img,
#gallery2 .wow:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.inner-banner {
    background-color: #000;
    position: relative;
    text-align: center;
}

.inner-banner img {
    opacity: 0.6;
}

.inner-banner h2 {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: max-content;
}

#inquiry .modal-body {
    padding: 2rem
}

.form-control {
    height: calc(1.8em + .75rem + 2px);
    color: #222;
    border: 1px solid #b0b0b0;
    border-radius: .15rem;
    font-size: 15px;
}

.contact-p .white-box {
    min-height: 209px;
}

.contact-p .white-box p a {
    color: #333;
}

.about-page .white-box {
    padding: 25px;
}

.about-page .white-box h2 {
    font-size: 23px;
    margin-bottom: 0;
    margin-top: 20px;
}

.inno-prod .pro-box {
    background-color: #fff;
    position: relative;
    padding: 15px;
    margin: 15px 0;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(54, 54, 54, 0.17);
    -moz-box-shadow: 0px 0px 21px 0px rgba(54, 54, 54, 0.17);
    box-shadow: 0px 0px 21px 0px rgba(54, 54, 54, 0.17);
}

.inno-prod .gal_img_box img {
    max-height: 250px
}

.inno-prod .pro-box h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 6px;
    margin-top: 20px;
    text-align: center;
}

.gray-bg2 {
    background-color: #f9f9f9;
}

.bran-service .white-box {
    padding: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(54, 54, 54, 0.06);
    -moz-box-shadow: 0px 0px 18px 0px rgba(54, 54, 54, 0.06);
    box-shadow: 0px 0px 18px 0px rgba(54, 54, 54, 0.06);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.bran-service h3 {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    font-size: 20px;
    margin-top: 18px;
    font-family: WorkSans-Regular;
}

.bran-service img {
    margin: 0 auto;
}

.bran-service .white-box:hover h3 {
    color: #e6d61b;
}

.option-set {
    display: inline-block;
    padding: 0;
    margin: 0 auto 25px auto;
    list-style-type: none;
}

.option-set li {
    display: inline-block;
    letter-spacing: 0.1px;
}

.option-set li a {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 4px 18px;
    font-size: 20px;
    text-align: center;
    color: #111;
    position: relative;
    display: block;
    border-radius: 50px;
}

.option-set li a.selected,
.option-set li a:hover {
    color: #e6d61b;
}

.test-sec .coma {
    opacity: 0.6;
    margin: 25px 0;
}

.test-sec p {
    color: #fff;
    max-width: 70%;
    margin: 0 auto;
    font-size: 19px;
    line-height: 36px;
}

.test-sec h5 {
    color: #fff;
    margin-bottom: 0;
    margin-top: 30px;
}

#testimonial .carousel-control-prev-icon,
#testimonial .carousel-control-next-icon {
    background-image: none;
    background-color: transparent;
    padding: 7px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    border: 1px solid #fff;
}

.owl-nav {
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    clear: both;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.owl-nav .fa {
    font-size: 20px;
}

.owl-nav .owl-prev {
    margin-left: -24px;
}

.owl-nav .owl-next {
    margin-left: auto;
    margin-right: -24px;
}

.portfolio-page h2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.porfolio_sec .owl-nav {
    top: auto;
    width: 258px;
    bottom: -43px;
    margin: 0 auto;
}

.porfolio_sec .owl-nav .owl-prev {
    margin-left: 0px;
}

.porfolio_sec .owl-nav .owl-next {
    margin-right: 0;
}

.porfolio_sec .owl-carousel {
    padding: 0 20px;
}

.porfolio_sec h2 {
    margin-bottom: 30px;
    color: #fff;
}

.porfolio_sec {
    background: rgb(0, 61, 122);
    background: -moz-linear-gradient(90deg, rgba(0, 61, 122, 1) 0%, rgba(0, 31, 61, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 61, 122, 1) 0%, rgba(0, 31, 61, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 61, 122, 1) 0%, rgba(0, 31, 61, 1) 100%);
}

.porfolio_sec .owl-nav .fa {
    color: #fff;
}

.gallery .wow {
    margin-bottom: 30px;
}

.gallery .wow a,
#gallery2 .wow a {
    width: 100%;
    clear: both;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    box-shadow: 0px 0px 8px 0px rgba(54, 54, 54, 0.16);
    border-radius: 5px;
}

.gallery {
    background-color: #efefef;
}

.text-an {
    letter-spacing: .5em;
    border: 4px double rgba(255, 255, 255, .25);
    border-width: 4px 0;
    padding: 0.2em 0.3em;
}

.text-an span {
    letter-spacing: 0;
    padding: .25em 0 .325em;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 80px rgba(255, 255, 255, .5);
    background: url(../images/animated_text_fill.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}

@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.navbar {
    background-color: #001a33;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.head-top {
    background-color: #001a33;
    border-bottom: 1px solid #002446;
}

.head-top ul li a {
    color: #fff;
}

.social-icon a .fa {
    color: #fff;
}

.navbar-light .navbar-nav .active .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: #e6a63c;
}

.top-none .navbar {
    background-color: #001a33;
}

.title2 small {
    font-size: 20px;
    width: 100%;
    display: block;
    padding-top: 10px;
}

.mediabox {
    margin-top: 30px;
}

.portfolio-page,
.gallery {
    background: rgb(0, 50, 101);
    background: -moz-linear-gradient(90deg, rgba(0, 50, 101, 1) 0%, rgba(0, 31, 61, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 50, 101, 1) 0%, rgba(0, 31, 61, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 50, 101, 1) 0%, rgba(0, 31, 61, 1) 100%);
}

.portfolio-page h2 {
    color: #fff;
}

.portfolio-page .owl-nav .fa {
    color: #fff;
}

.gallery .wow a {
    border: 2px solid #fff;
}

#gallery2 .wow a {
    border: 2px solid #fff;
}

.bran-service .white-box {
    position: relative;
}

.bran-service .white-box::before,
.bran-service .white-box::after {
    display: block;
    box-sizing: inherit;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: center;
    transform-origin: center;
    z-index: 1;
}

.bran-service .white-box::before {
    border-top: 2px solid #e6d61b;
    border-bottom: 2px solid #e6d61b;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}

.bran-service .white-box::after {
    border-left: 2px solid #e6d61b;
    border-right: 2px solid #e6d61b;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
}

.bran-service .white-box:hover::before,
.bran-service .white-box:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.mfp-bg {
    background: rgba(0, 0, 0, 0.78);
}

.mfp-close {
    color: #fff !important;
}

.test-page {
    background-color: #f9f9f9;
}

.test-page .test-box {
    background-color: #29354f;
    padding: 30px 35px;
    margin: 15px 0;
    border-radius: 3px;
    position: relative;
}

.test-page .test-box p {
    margin-bottom: 0;
    color: #fff;
    font-family: 'WorkSans-Regular'
}

.test-page .test-box h5 {
    margin-bottom: 0;
    color: #e6a63c;
    margin-top: 30px;
    position: relative;
    padding-left: 42px;
    line-height: 25px;
}

.test-page .test-box h5:before {
    content: '';
    color: #fff;
    background-image: url('../images/coma.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 28px;
    background-size: 30px;
}

.test-box::before,
.test-box::after {
    display: block;
    box-sizing: inherit;
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    -webkit-transform-origin: center;
    transform-origin: center;
    z-index: 1;
}

.test-box::before {
    border-top: 2px solid #e6a63c;
    border-bottom: 2px solid #e6a63c;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}

.test-box::after {
    border-left: 2px solid #e6a63c;
    border-right: 2px solid #e6a63c;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
}

.test-box:hover::before,
.test-box:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.text-w {
    color: #fff;
    font-family: 'WorkSans-Regular';
    margin-bottom: 25px;
    margin-bottom: 33px;
}

.blue-bg {
    background: rgb(0, 50, 101);
    background: -moz-linear-gradient(90deg, rgba(0, 50, 101, 1) 0%, rgba(0, 31, 61, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 50, 101, 1) 0%, rgba(0, 31, 61, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 50, 101, 1) 0%, rgba(0, 31, 61, 1) 100%);
}

.list-p {
    display: block;
    list-style-type: none;
    padding: 0;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 28px;
}

.list-p li {
    display: inline-block;
    color: #000;
    font-family: 'WorkSans-Regular';
    padding: 3px 16px;
    border-radius: 4px;
    margin: 6px;
    background-color: #e6a63c;
}

.dis-pro .wow a {
    height: 211px;
}

.white {
    color: #fff;
}

.cas-box {
    border-radius: 8px;
    padding: 25px 35px;
    margin-top: 30px;
    background: rgb(0, 50, 101);
    background: -moz-linear-gradient(90deg, rgba(0, 50, 101, 1) 0%, rgba(0, 31, 61, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 50, 101, 1) 0%, rgba(0, 31, 61, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 50, 101, 1) 0%, rgba(0, 31, 61, 1) 100%)
}

.cas-box h2 {
    color: #fff;
}

.cas-box p {
    color: #fff;
    width: 100%;
}

.cas-box ul li {
    color: #fff;
}

.cas-box .list2 li::after {
    background-color: #e6a63c;
}

.cas-box img {
    border-radius: 6px;
    border: 2px solid #fff;
}


/*************************************** RESPONSIVE STYLE START ***********************************/


/* Extra small devices (portrait phones, less than 576px) */

@media (min-width: 300px) and (max-width: 575.98px) {
    .m-top {
        margin-top: 55px;
    }
    /*    .exper {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;margin-bottom: 30px;}*/
    .exper h5 {
        text-align: center;
    }
    .services .mediabox {
        display: inherit;
        display: inline-block;
        -ms-flex-align: inherit;
        align-items: inherit;
    }
    .services .mediabox-body h2 {
        font-size: 25px;
        margin-top: 10px !important;
        text-align: center;
    }
    .services .mediabox .img_box {
        text-align: center;
    }
    .services .mediabox img {
        text-align: center;
    }
    .services .white-box {
        padding: 20px;
    }
    .section3 h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .fo_left_box {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .fo_right_box {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section2 .col6 {
        width: 100%;
    }
    .section2 .col7 {
        position: inherit;
        top: inherit;
        right: inherit;
        width: 100%;
        height: 100%;
        display: inherit;
        display: inline-block;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
        overflow: visible;
        padding-bottom: 30px;
    }
    .section2 .padding {
        padding: 50px 0px 50px 0;
    }
    .img {
        width: 50%;
        float: left;
    }
    #banner .carousel-caption {
        padding: 10px;
        right: 0;
        max-width: 100%;
        text-align: center;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
        padding: 0.8rem 0rem;
        line-height: 15px;
    }
    .top-none .navbar-light .navbar-nav .nav-link {
        padding: 0.8rem 0rem;
    }
    .navbar-toggler span:last-child {
        margin-bottom: 0px;
    }
    .navbar-toggler {
        padding: .50rem .50rem;
    }
    #banner .carousel-caption h1 {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 20px;
        display: none;
    }
    #banner .carousel-caption .btn {
        font-size: 12px;
        padding: 0.5rem 1rem;
        line-height: 12px;
    }
    .head-top .row-box {
        width: 100%;
        clear: both;
        display: inline-block;
        display: inline-block;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    }
    .footer_menu {
        margin-bottom: 30px;
    }
    #banner .carousel-caption p {
        display: none;
    }
    .section3 {
        background-size: cover;
        position: relative;
    }
    /*    .section3::before{content: "";position: absolute;background: rgba(0,0,0,0.5);height: 100%;width: 100%;top: 0;left: 0;}*/
    .section3 .col6 {
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        padding: 30px;
    }
    .navbar {
        padding: 0 1rem;
        max-height: 80px
    }
    .head-top {
        display: none;
    }
    .fo_social li {
        margin-bottom: 12px;
        width: 100%;
        float: left;
    }
    .fo_add_box {
        width: 100%;
        vertical-align: top;
        float: left;
        padding-right: 0px;
        margin-bottom: 10px;
    }
    .fo_co_box {
        width: 100%;
        display: inline-block;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .fo_add_box .lo_icon i.fa {
        padding-right: 12px;
        width: 37px;
    }
    .footer_bottom p {
        width: 100%;
        float: none;
        text-align: center !important;
        margin-bottom: 20px;
    }
    .footer_bottom p:last-child {
        margin-bottom: 0;
    }
    .navbar-brand img {
        width: 60px;
    }
    .top-none .navbar-brand img {
        width: 120px;
    }
    .fo_menu li {
        width: 100%;
        float: left;
    }
    /*    .navbar .btn {font-size: 12px;padding: 0.5rem 1rem;line-height: 12px;}*/
    .navbar-brand {
        margin-right: 0;
    }
    .padding {
        padding: 30px 0;
    }
    .section2 .padding {
        padding: 30px 0px 30px 0;
    }
    .padding-sm {
        padding: 30px 0;
    }
    .clients {
        margin-top: 30px;
    }
    .porfolio_inner {
        margin-top: 30px;
    }
    .innerpage_banner .banner_title {
        font-size: 25px;
    }
    .clients-logo li {
        width: 100%;
    }
    .clients-logo li img {
        height: auto;
    }
    .inner-banner h2 {
        font-size: 20px;
    }
    header .btn {
        position: absolute;
        top: 7px;
        right: 56px;
        z-index: 1;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }
    .section2 {
        text-align: center;
    }
    .services .white-box {
        text-align: center;
    }
    .inno-prod .gal_img_box img {
        max-height: none;
    }
    .min-h .white-box p {
        min-height: auto;
    }
    h2 {
        font-size: 21px;
    }
    .owl-nav {
        z-index: 1;
    }
    .owl-nav .owl-prev {
        margin-left: 18px;
    }
    .owl-nav .owl-next {
        margin-right: 18px;
    }
    .carousel-control-next,
    .carousel-control-prev {
        width: 40px;
    }
    .test-sec p {
        font-size: 17px;
        line-height: 29px;
    }
    .test-sec h5 {
        font-size: 16px;
        line-height: 22px;
    }
    #banner .carousel-inner::before {
        content: none;
    }
    .cas-box {
        padding: 20px;
    }
}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 767.98px) {
    .m-top {
        margin-top: 55px;
    }
    /*    .exper {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;margin-bottom: 30px;}*/
    .exper h5 {
        text-align: center;
    }
    .services .mediabox {
        display: inherit;
        display: inline-block;
        -ms-flex-align: inherit;
        align-items: inherit;
    }
    .services .mediabox-body h2 {
        font-size: 25px;
        margin-top: 10px !important;
        text-align: center;
    }
    .services .mediabox .img_box {
        text-align: center;
    }
    .services .mediabox img {
        text-align: center;
    }
    .services .white-box {
        padding: 20px;
    }
    .section3 h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .fo_left_box {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .fo_right_box {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section2 .col6 {
        width: 100%;
    }
    .section2 .col7 {
        position: inherit;
        top: inherit;
        right: inherit;
        width: 100%;
        height: 100%;
        display: inherit;
        display: inline-block;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
        overflow: visible;
        padding-bottom: 50px;
    }
    .section2 .padding {
        padding: 50px 0px 50px 0;
    }
    .img {
        width: 50%;
        float: left;
    }
    #banner .carousel-caption {
        padding: 20px;
        right: 0;
        max-width: 60%;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
        padding: 0.8rem 0rem;
        line-height: 15px;
    }
    .top-none .navbar-light .navbar-nav .nav-link {
        padding: 0.8rem 0rem;
    }
    .navbar-toggler span:last-child {
        margin-bottom: 0px;
    }
    .navbar-toggler {
        padding: .50rem .50rem;
    }
    #banner .carousel-caption h1 {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 20px;
    }
    #banner .carousel-caption .btn {
        font-size: 12px;
        padding: 0.5rem 1rem;
        line-height: 12px;
    }
    .head-top .row-box {
        width: 100%;
        clear: both;
        display: inline-block;
        display: inline-block;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    }
    .footer_menu {
        margin-bottom: 30px;
    }
    #banner .carousel-caption p {
        display: none;
    }
    .section3 {
        background-size: cover;
        position: relative;
    }
    /*    .section3::before{content: "";position: absolute;background: rgba(0,0,0,0.5);height: 100%;width: 100%;top: 0;left: 0;}*/
    .section3 .col6 {
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        padding: 30px;
    }
    .navbar {
        padding: 0 1rem;
    }
    .fo_social li {
        margin-bottom: 0;
        width: 33.33%;
        float: left;
    }
    .head-top {
        display: none;
    }
    .clients-logo li {
        width: 50%;
    }
    .navbar-brand img {
        width: 75px;
    }
    header .btn {
        position: absolute;
        top: 14px;
        right: 66px;
        z-index: 1;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }
    .section2 {
        text-align: center;
    }
    .services .white-box {
        text-align: center;
    }
    .inno-prod .gal_img_box img {
        max-height: none;
    }
    .min-h .white-box p {
        min-height: auto;
    }
    .portfolio .wow {
        height: 168px;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {
    .m-top {
        margin-top: 100px;
    }
    /*    .exper {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;margin-bottom: 30px;}*/
    .exper h5 {
        text-align: center;
    }
    .services .mediabox {
        display: inherit;
        display: inline-block;
        -ms-flex-align: inherit;
        align-items: inherit;
    }
    .services .mediabox-body h2 {
        font-size: 25px;
        margin-top: 10px !important;
        text-align: center;
    }
    .services .mediabox .img_box {
        text-align: center;
    }
    .services .mediabox img {
        text-align: center;
    }
    .services .white-box {
        padding: 20px;
    }
    .section3 h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .fo_left_box {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .fo_right_box {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section2 .col6 {
        width: 100%;
    }
    .section2 .col7 {
        position: inherit;
        top: inherit;
        right: inherit;
        width: 100%;
        height: 100%;
        display: inherit;
        display: inline-block;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
        overflow: visible;
        padding-bottom: 50px;
    }
    .section2 .padding {
        padding: 50px 0px 50px 0;
    }
    .img {
        width: 50%;
        float: left;
    }
    #banner .carousel-caption {
        padding: 20px 50px;
        right: 0;
        max-width: 58%;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
        padding: 0.8rem 0rem;
        line-height: 15px;
    }
    .top-none .navbar-light .navbar-nav .nav-link {
        padding: 0.8rem 0rem;
    }
    .navbar-toggler span:last-child {
        margin-bottom: 0px;
    }
    .navbar-toggler {
        padding: .50rem .50rem;
    }
    #banner .carousel-caption h1 {
        font-size: 30px;
    }
    .navbar {
        padding: 0 1rem;
    }
    .clients-logo li {
        width: 33.33%;
    }
    .navbar-brand img {
        width: 75px;
    }
    .services .white-box {
        text-align: center;
    }
    header .btn {
        position: absolute;
        top: 14px;
        right: 66px;
        z-index: 1;
    }
    .min-h .white-box p {
        min-height: 138px;
    }
    .portfolio .wow {
        height: 162px;
    }
    .social-icon {
        display: none;
    }
    .head-top ul li {
        margin-right: 12px;
    }
    .dis-pro .wow a {
        height: 115px;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-brand img {
        width: 75px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
        padding: 1rem 0.5rem;
    }
    ..navbar .btn {
        padding: 0.5rem 1rem;
    }
    .services h2 {
        font-size: 25px;
    }
    .services .mediaboxbox img {
        width: 50px;
    }
    .number {
        font-size: 20px;
        background-size: 100%;
    }
    .exper h5 {
        font-size: 12px;
    }
    .section3 h2 {
        font-size: 25px;
    }
    .footer_top p,
    .footer_top span,
    .footer_top a {
        font-size: 14px !important;
        line-height: 20px;
    }
    .footer_bottom p,
    .footer_bottom a {
        font-size: 12px !important;
        line-height: 20px;
    }
    .fo_co_box li a i.fa {
        font-size: 20px;
    }
    .fo_add_box .lo_icon i.fa {
        font-size: 25px;
    }
    .m-top {
        margin-top: 101px;
    }
    .top-none .navbar-light .navbar-nav .nav-link {
        padding: 0.5rem 0.5rem;
    }
    .exper h5 {
        font-size: 13px;
    }
    .section2 .padding {
        padding: 30px 30px 30px 0;
    }
    header .btn {
        padding: 0.5rem 1rem;
    }
    .min-h .white-box p {
        min-height: 139px;
    }
    .portfolio .wow {
        height: 157px;
    }
    .dis-pro .wow a {
        height: 157px;
    }
}

@media (min-width:1200px) and (max-width:1299px) {
    header .btn {
        padding: 0.5rem 1rem;
    }
    .min-h .white-box p {
        min-height: 112px;
    }
    #banner .carousel-caption {
        max-width: 50%;
    }
    .portfolio .wow {
        height: 195px;
    }
}

@media (min-width:1300px) and (max-width:1599px) {
    .container {
        max-width: 1240px;
    }
}

@media (min-width:1400px) and (max-width:1600px) {
    .container {
        max-width: 1240px;
    }
    /*
.navbar-light .navbar-nav .nav-link {font-size: 14px;}
    .exper h5{font-size: 16px;}
*/
}

@media (min-width:1600px) and (max-width:5000px) {
    .container {
        max-width: 1240px;
    }
    .section2 .padding {
        padding: 80px 50px 80px 0;
    }
    #banner .carousel-caption {
        top: 31%;
    }
}


/*************************************** RESPONSIVE STYLE END ***********************************/


/* new-css 12/2/2022 */

.skill-main {
    height: 100%;
}

.skill-main h3 {
    font-weight: bold;
    font-size: 21px;
}

.skill-main {
    border: 1px solid #001A33;
    border-radius: 10px;
    transition: 0.6s;
}

.skill-main:hover {
    /* box-shadow: 0px 0px 20px lightgrey;
    transform: scale(1.1); */
    background-color: #001A33;
    color: white;
}

.signages-main {
    border: 1px solid blue;
    border-radius: 10px;
}

.signages-main h3 {
    font-size: 21px;
    font-weight: bold;
}

.signages-main p {
    margin-bottom: 0px;
    position: relative;
    padding-left: 10px;
    word-break: break-all;
}

.signages-main p::before {
    position: absolute;
    content: "";
    height: 15px;
    border-left: 2px solid;
    left: 0px;
    top: 20%;
    color: blue;
}

.printing-main h3 {
    font-size: 21px;
    font-weight: bold;
}

.printing-main p {
    margin-bottom: 0px;
    position: relative;
    padding-left: 10px;
    word-break: break-all;
}

.printing-main p::before {
    position: absolute;
    content: "";
    height: 15px;
    border-left: 2px solid;
    left: 0px;
    top: 20%;
    color: blue;
}

.display-main h3 {
    font-size: 21px;
    font-weight: bold;
}

.display-main p {
    margin-bottom: 0px;
    position: relative;
    padding-left: 10px;
}

.display-main p::before {
    position: absolute;
    content: "";
    height: 15px;
    border-left: 2px solid;
    left: 0px;
    top: 20%;
    color: blue;
}

.design-main h3 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
}

.design-main {
    border: 1px solid lightgray;
    border-radius: 10px;
}

.design-img {
    width: 27%;
    margin-bottom: 25px;
    transition: 0.5s;
}

.design-main:hover .design-img {
    transform: rotatey(360deg);
}


/* .card-header {
    padding: 0rem 1.25rem;
} */

.btn-tab {
    background-color: transparent;
    border: none;
    color: white;
    width: 100%;
    text-align: left;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #001A33;
    border-bottom: none;
}

.anout-text {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}

.fourmation-nav-brand img {
    width: 100px;
}

.top-none .top-fourmation-logo img {
    width: 105px;
}

.signages-block {
    border: 1px solid lightgray;
    border-radius: 10px;
    transition: 0.4s;
}

.signages-block:hover {
    border: 1px solid #e6d61b;
}

.signages-block h3 {
    background-color: #001A33;
    color: white;
    line-height: 40px;
    border-radius: 10px 10px 0px 0px;
}

.pos-inner {
    height: 329px;
    overflow-x: hidden;
}

.signages-block div ul li {
    word-break: break-all;
}

.skill-block ul li strong {
    color: #e6d61b;
}
@media(max-width:680px){
    .fourmation-nav-brand img {
        width: 60px;
    }
    .top-none .top-fourmation-logo img {
        width: 64px;
    }
}