button {
    transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s
}

.light-blue-btn {
    background-color: #394fa2;
    color: #fff
}

.light-blue-btn:hover {
    background-color: #111041;
    color: #fff
}

.navbar>.container .navbar-brand {
    margin-left: 0
}

.navbar-brand {
    padding: 0;
    margin: 0
}

.top-nav img {
    width: 29px;
    max-width: 100%;
    float: right;
    margin-right: 13px;
    margin-top: 5px;
}

.top-nav {
    border-bottom: 2px solid #DEE3E9;
    padding-top: 35px !important;
    padding-bottom: 15px !important;
}

.top-nav hr {
    width: 1px;
    border-color: #DEE3E9;
    height: 30px;
    background: #DEE3E9;
    float: right;
    margin-top: 6px;
}

.top-nav p {
    line-height: 17px;
    font-size: 12px;
}

.top-nav div {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.top-nav button {
    border: 2px solid #000;
    background-color: #DEE3E9;
    font-family: 'Red Hat Text';
    font-weight: 100;
    max-width: 100%;
    width: 150px;
    padding: 5px;
    margin-left: 20px;
    text-transform: uppercase;
}

.top-nav button:hover {
    background: #111F6E;
    color: #fff;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: #fff;
    padding: 10px 50px 0
}

.navbar-nav {
    margin-top: 0
}

.navbar-nav>li {
    padding: 0;
    font-size: 15px;
    min-width: 60px;
    text-align: center;
    margin-top: 0px;
    margin-left: 20px;
    padding-bottom: 10px;
}

.navbar-nav>li>a>span {
    font-size: 16px;
    width: 100%;
    text-align: center
}

.navbar-inverse .navbar-nav>li>a {
    padding: 7px 16px 7px;
    margin: 0;
    width: 100%;
    border-radius: 0;
    color: #083316;
    line-height: 24px;
    display: inline-block;
    border-top: 2px solid transparent;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    min-width: 70px;
    transition: ease-in .2s;
    text-align: center;
    font-size: 14px;
    font-weight: 100;
    border: 1px solid transparent;
}

.navbar-inverse .navbar-nav>li .fa {
    font-size: 9px
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li:hover>a {
    color: #0165af;
    transition: ease-out .2s
}

.navbar-inverse {
    border: none
}

.navbar-brand img {
    position: absolute;
    max-width: 160px;
    left: 25px;
    margin-top: -105px;
    margin-left: 80px;
    z-index: 999;
    transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #2a318f;
    border: 1px solid #2a318f;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #666;
    background-color: #fff;
    border-top-color: rgba(1, 100, 175, .212)
}

.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: #111041;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .125);
    border: 0;
    padding: 0;
    margin-top: 0;
    border-radius: 0;
    left: 0;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    text-align: left;
    width: 450px;
    max-width: 100vw;
    padding-bottom: 10px;
    border-radius: 6px
}

.navbar-inverse .navbar-nav .dropdown-menu:before {
    position: absolute;
    top: 0
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a {
    color: #fff;
    font-weight: 400;
    font-size: 10px;
    padding: 5px 15px;
    width: 100%
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a p {
    width: 60%;
    float: left;
    margin: 0
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a span {
    color: #394fa2;
    font-size: 12px;
    font-weight: 700;
    width: 40% !important;
    float: left
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover span {
    color: #19325c
}

.navbar-inverse .navbar-nav .dropdown-menu>hr {
    width: 420px;
    border-color: #a7a9ab;
    border-width: 1px
}

.navbar-inverse .navbar-nav .dropdown-menu>hr.first {
    margin-bottom: 8px
}

.navbar-inverse .navbar-nav .dropdown-menu>hr.second {
    margin-top: 25px;
    margin-bottom: 5px
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a::after {
    width: 0
}

.navbar-inverse .navbar-nav .dropdown-menu>li.active>a,
.navbar-inverse .navbar-nav .dropdown-menu>li:focus>a,
.navbar-inverse .navbar-nav .dropdown-menu>li:hover>a {
    color: #666
}

.navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
    border-radius: 0 0 3px 3px
}

.navbar-inverse .navbar-nav .dropdown-menu>li.divider {
    background-color: transparent
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0
}

.no-margin {
    margin: 0;
    padding: 0
}

.owl-theme .owl-controls {
    opacity: 1 !important;
    z-index: 999;
    position: absolute;
    right: 180px;
    top: 150px
}

#owl-demo_main .carousel-content {
    padding: 60px 40px 1px 89px;
}

#owl-demo_main .item .col-md-8 {
    padding-left: 40px
}

.owl-theme .owl-controls .owl-page {
    float: right;
    width: 100%;
    display: none
}

.owl-theme .owl-controls .owl-page span {
    border: 1px solid #fff !important;
    float: right;
    opacity: 1;
    background: 0 0
}

.owl-theme .owl-controls .active span {
    border: 1px solid #fff !important;
    float: right;
    background: #fff
}

.btn-slide {
    border: 0;
    background: #086957;
    color: #fff;
    padding: 10px 12px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: lighter;
    transition: ease-in-out .4s;
    margin-top: 10px;
    font-weight: 700;
    margin-right: 10px
}

.btn-slide.scroll {
    background-color: #fff;
    color: #000 !important
}

.btn-slide:hover {
    background-color: #000;
    color: #fff !important
}

#owl-demo_main .carousel-content h1 {
    font-family: 'Red Hat Text';
    font-weight: 500;
    font-size: 50px;
    padding-bottom: 0;
    margin-bottom: 20px;
    line-height: 62px;
    color: #464646;
}

#owl-demo_main .carousel-content h2 {
    color: #086957;
    padding: 0 0 15px;
    padding-right: 65px;
    font-size: 38px;
    font-weight: lighter;
    line-height: 20px
}

#owl-demo_main .carousel-content hr {
    background: #111F6E;
    border-color: #111F6E;
    height: 8px;
    width: 59px;
    float: left;
}

#owl-demo_main .carousel-content p {
    color: #464646;
    padding-bottom: 25px;
    font-weight: 500;
    font-size: 25px;
    padding-top: 15px;
    margin-left: 73px;
}

#owl-demo_main .carousel-content h3 {
    color: #fff;
    font-size: 12px;
    font-weight: lighter;
    line-height: 18px;
    padding-top: 5px;
    padding-bottom: 5px
}

#owl-demo_main #item1 {
    background-image: url(../images/bg/slide1.jpg)
}

#owl-demo_main #item2 {
    background-image: url(../images/bg/about.jpg)
}

#owl-demo_main #item3 {
    background-image: url(../images/bg/slide1.jpg)
}

#owl-demo_main #item4 {
    background-image: url(../images/bg/services.jpg)
}

#owl-demo_main .item {
    background-size: cover !important;
    background-repeat: no-repeat;
    padding-bottom: 50px
}

.ow-nav {
    color: rgba(3, 155, 20, 1) !important;
    position: absolute;
    top: 0;
    height: 87% !important;
    display: inline-block;
    height: 40px;
    margin-top: 15px;
    line-height: 40px;
    opacity: .4;
    width: 70px;
    line-height: 0;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
    opacity: 0
}

.ow-nav-left {
    left: 0
}

.ow-nav-right {
    right: 0
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.title {
    text-align: center;
    padding-top: 41px;
    font-size: 40px;
    margin-bottom: 25px;
}

.service-strip {
    padding: 40px 10px 40px 20px;
}

.service-strip .wrapper {
    width: 20%;
    float: left;
    padding: 15px;
    margin-top: 30px;
}

.service-strip .wrapper img {
    max-width: 89%;
    margin-top: -40px;
    margin-left: 8%;
    margin-bottom: 40px;
}

.service-strip .wrapper .bordered {
    border-left: 3px solid #111F6E;
    border-bottom: 3px solid #111F6E;
}

.service-strip .wrapper p {
    background-color: #fff;
    width: 85%;
    margin-left: 15%;
    padding: 10px;
    margin-top: -31px;
    line-height: 18px;
}

.about-strip img {
    max-width: 100%;
}

.about-strip .inner-strip {
    margin-bottom: 45px;
}

.about-strip h1 {
    margin-top: 5px;
    font-size: 18px;
    margin-bottom: 35px;
    font-family: 'Red Hat Text';
    font-weight: 500;
}

.about-strip p {
    padding-right: 100px;
}

.about-strip ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 20%;
}

.about-strip ul li {
    margin-bottom: 12px;
    line-height: 20px;
}

.exp {
    background-color: #F2F3F8;
    padding-top: 100px;
    padding-bottom: 0px;
}

.exp .count h2 {
    font-family: 'Red Hat Text';
    font-weight: 100;
    font-size: 65px;
    text-align: center;
}

.exp .count h2 span {
    position: absolute;
    font-size: 16px;
    margin-left: -12px;
    margin-top: 10px;
}

.exp .count h2 span.after {
    position: absolute;
    font-size: 27px;
    margin-left: 3px;
    margin-top: 18px;
}

.exp .count p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 90px;
    line-height: 20px;
}

.exp .info h3 {
    width: fit-content;
    float: left;
    padding: 65px 10px 46px;
    font-size: 46px;
    font-weight: bold;
    font-family: 'Red Hat Text';
}

.exp .info hr {
    width: 40px;
    height: 4px;
    float: left;
    border-color: #111F6E;
    background: #111F6E;
    margin-top: 95px;
    margin-left: 37px;
}

.exp .info h4 {
    width: fit-content;
    float: left;
    font-weight: 100;
    margin-left: 21px;
    line-height: 17px;
    margin-top: 84px;
}

.exp .info p {
    width: 100%;
    padding-right: 15%;
    font-size: 16px;
    padding-bottom: 30px;
    line-height: 30px;
    padding-left: 11px;
}

.exp .info button {
    border: 2px solid #111F6E;
    background-color: #111F6E;
    color: #fff;
    font-family: 'Red Hat Text';
    font-weight: 100;
    max-width: 100%;
    width: 200px;
    padding: 10px;
    margin-left: 20px;
    text-transform: uppercase;
}

.exp .info button:hover {
    background: #000;
}

.footer {
    background: #F2F3F8;
    background-image: url('../images/bg/footer.jpg');
    background-size: cover;
    color: #fff;
    padding: 5px 0px;
}

.footer .contact hr {
    width: 1px;
    height: 100px;
    margin-top: 35px;
    background: #fff;
    border-color: #fff;
}

.footer .contact {
    padding: 10px 40px 50px;
}

.footer .contact ul {
    margin-left: 0px;
    padding-left: 2px;
    margin-top: 20px;
    list-style: none;
}

.footer .contact ul li {
    margin-bottom: 5px;
}

.footer .contact ul li a {
    text-decoration: none;
    color: #fff;
}

.footer .contact ul li span {
    color: #111F6E;
    font-weight: bold;
    padding-right: 15px;
}

.footer .about {
    padding-left: 60px;
    padding-bottom: 80px;
    padding-top: 45px;
}

.footer .about img {
    max-width: 100%;
    width: 150px;
    margin-bottom: 10px;
}

.footer .about h6 {
    font-size: 14px;
    padding-right: 25%;
    font-weight: 100;
    line-height: 25px;
}

.footer .subscribe-from p {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 20px;
}

.footer .subscribe-from input {
    border-radius: 0px;
    font-size: 16px;
    margin-top: 2px;
    padding: 15px 12px;
}

.footer .subscribe-from .btn {
    border-radius: 0px;
    border: 2px solid #111F6E;
    background-color: #111F6E;
    color: #fff;
    font-family: 'Red Hat Text';
    font-weight: 100;
    max-width: 100%;
    width: 200px;
    padding: 7px;
    margin-left: 8px;
    text-transform: uppercase;
}

.footer .copyright {
    border-top: 2px solid #fff;
    padding: 34px 80px 30px;
}

.footer .copyright p {
    float: left;
    width: fit-content;
    font-size: 16px;
    text-transform: capitalize;
}

.footer .copyright span {
    width: fit-content;
    float: right;
    background: #666;
    color: #dedcdc;
    font-size: 21px;
    margin-right: 26px;
}

.clients {
    background: #F2F3F8;
    padding-bottom: 25px;
    padding-top: 25px;
}

.clients img {
    max-width: 6%;
    margin-left: 5.5%;
}

.page-top {
    margin-bottom: 60px;
}

.page-top .content-hold {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    background: rgb(0 0 0 / 41%);
    padding: 14px 44px;
    margin-top: 118px;
    margin-bottom: 60px;
    outline: 2px solid rgb(226, 226, 226);
    outline-offset: 6px;
}

.page-top .content-hold h1 {
    font-size: 35px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 3px;
    padding-bottom: 13px;
    color: #fff;
    cursor: default;
    margin-top: 6px;
}

.page-top .content-hold p {
    font-size: 18px;
    text-align: center;
    color: #fff;
    cursor: default;
}

.page-top .content-hold p span {
    color: #111F6E;
    padding-right: 6px;
}

.page-top .content-hold p span a {
    color: #111F6E;
    cursor: pointer;
}

.socail-resp img {
    max-width: 100%;
}

.socail-resp {
    padding: 40px 25% 55px;
}

.socail-resp h1 {
    text-align: center;
    font-size: 22px;
    padding-bottom: 20px;
}

.socail-resp p {
    text-align: center;
    font-size: 18px;
    font-weight: 100;
    padding-bottom: 25px;
}

.history {
    background-color: #F2F3F8;
    background-image: url('../images/bg/history.jpg');
    background-size: cover;
    padding: 40px 50px 95px;
}

.history .wrapper {
    width: 20%;
    float: left;
    padding: 15px;
    margin-top: 30px;
    margin-left: 10%;
}

.history .wrapper:nth-child(odd) {
    margin-top: 140px;
}

.history .wrapper img {
    max-width: 54%;
    margin-top: -12px;
    margin-left: 8%;
    margin-bottom: 40px;
}

.history .wrapper .bordered {
    border-left: 3px solid #111F6E;
    border-bottom: 3px solid #111F6E;
}

.history .wrapper p {
    width: 100%;
    margin-left: 9%;
    padding: 10px;
    margin-top: -31px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    background-image: url(../images/bg/history.jpg);
    background-position: center center;
    background-size: 600px;
}

.history h1 {
    text-align: center;
    color: #fff;
    padding-bottom: 95px;
    padding-top: 16px;
}

.contact-form {
    padding: 25px 15% 81px;
}

.contact-form h3 {
    text-align: center;
    padding-bottom: 30px;
    font-weight: 600;
    font-size: 20px;
}

.contact-form p {
    padding: 5px 90px 30px;
    text-align: center;
    font-size: 12px;
}

.contact-form input {
    border-radius: 0px;
    background-color: #F2F3F8;
    margin-bottom: 15px;
    font-size: 14px;
    padding: 19px 15px;
}

.contact-form textarea {
    border-radius: 0px;
    background-color: #F2F3F8;
    resize: none;
    margin-bottom: 15px;
}

.contact-form button {
    background-color: #111F6E;
    border: 2px solid #24369b;
    margin-left: 0px;
    margin-top: 0px;
    color: #fff;
    padding: 7px;
    font-size: 12px;
    width: 100%;
}

.contact-form button:hover {
    background-color: #000;
    color: #fff;
}

.contact-info-side {
    padding: 43px 60px 30px;
}

.contact-info-side h4 {
    color: #CF5B31;
    font-size: 12px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 10px;
}

.contact-info-side h2 {
    color: #3980C2;
    font-size: 30px;
    font-family: 'Red Hat Text';
    font-weight: lighter;
    line-height: 33px;
    padding-bottom: 27px;
    padding-top: 11px;
}

.contact-info-side ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0px;
    padding-top: 15px;
    margin-bottom: 30px;
}

.contact-info-side ul li {
    margin-bottom: 7px;
    font-family: 'Tw Cen MT';
    font-size: 16px;
}

.contact-info-side ul li img {
    width: 20px;
    margin-right: 6px;
}

.exp-2 {
    background-color: #464646;
    color: #fff;
    text-align: center;
    padding: 45px 15px;
}

.exp-2 .wrapper {
    border: 1px solid #fff;
    padding: 19px 10px;
}

.exp-2 .holder {
    padding: 10px 4.5%;
}

.exp-2 .wrapper h2 {
    font-size: 40px;
    font-weight: 200;
    margin-top: 0px;
}

.exp-2 .wrapper h2 span {
    position: absolute;
    font-size: 16px;
    margin-left: -12px;
    margin-top: 10px;
}

.exp-2 .wrapper h2 span.after {
    position: absolute;
    font-size: 27px;
    margin-left: 4px;
    margin-top: 6px;
}

.exp-2 .wrapper p {
    margin-bottom: 0px;
    font-size: 14px;
}

.service-zone.dark {
    background-color: #e4e5e8;
    margin-top: -40px;
}

.service-zone .info-side h2 {
    font-size: 14px;
}

.service-zone .img-side {
    margin-top: 25px;
}

.service-zone {
    padding: 53px 15px 18px;
}

.service-zone img {
    max-width: 100%;
    border: 1px solid #000;
    margin-bottom: 50px;
}

.portfolio {
    padding: 20px 30px;
}

.portfolio img {
    width: 100%;
    border: 3px solid #9c9da0;
    border-bottom: none;
}

.portfolio .recent-work-wrap {
    padding: 20px 30px;
}

.portfolio .info-wrap {
    color: #fff;
    background: rgb(0 0 0 / 76%);
    min-height: 100px;
    padding: 20px 20px;
    margin-bottom: 40px;
}