#login-content .form-control:focus,
#signup-content .form-control:focus {
    box-shadow: none;
}

h2,
ul {
    margin: 0;
}

.scrollToTop,
h2 {
    font-weight: 700;
    color: #fff;
}

@font-face {
    font-family: 'ARLRDBD';
    src: url('assets/css/web-fonts/ARLRDBD.ttf') format('truetype'), url('assets/css/web-fonts/arial-rounded-mt-bold.woff') format('woff');
}

@font-face {
    font-family: 'nulshock-bd';
    src: url('assets/fonts/nulshock-bd.ttf') format('truetype');
}

@font-face {
    font-family: 'HoboStd';
    src: url('assets/fonts/HoboStd.otf') format('opentype');
}

@font-face {
    font-family: 'Slot-Regular';
    src: url('assets/fonts/Slot-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'papyrus';
    src: url('assets/fonts/papyrus.ttf') format('truetype');
}

@font-face {
    font-family: 'POLYA';
    src: url('assets/fonts/POLYA.otf') format('opentype');
}

@font-face {
    font-family: 'Matamata-Regular';
    src: url('assets/fonts/Matamata-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Massa Regular';
    src: url('assets/fonts/Massa Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Imprint MT Shadow';
    src: url('assets/fonts/Imprint MT Shadow.ttf') format('truetype');
}

@font-face {
    font-family: 'Clip';
    src: url('assets/fonts/Clip.ttf') format('truetype');
}

body {
    font-family: Verdana;
    font-size: 16px;
    overflow-x: hidden !important;
    color: #838282;
}



.navbar-brand,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: ARLRDBD;
}

ul {
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #2f2f2f;
}

    a:focus {
        outline: 0;
        text-decoration: none;
    }

::selection {
    background: #000080;
    color: #fff;
}

::-moz-selection {
    background: #000080;
    color: #fff;
}

h2 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 10px;
}

img {
    border: none;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(assets/images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.scrollToTop {
    bottom: 60px;
    border-radius: 4px;
    display: none;
    font-size: 32px;
    line-height: 45px;
    height: 50px;
    position: fixed;
    right: 50px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 999;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#header,
.header-top {
    width: 100%;
    float: left;
}

.scrollToTop:focus,
.scrollToTop:hover {
    background-color: #fff;
    text-decoration: none;
    outline: 0;
}

#header {
    display: inline;
}

.header-top {
    background-color: #333;
    display: none;
    padding: 20px 0;
}

#search {
    margin: 0 auto;
    width: 70%;
}

    #search input {
        background-color: inherit;
        border: none;
        color: #fff;
        float: left;
        height: 100%;
        text-align: center;
        width: 95%;
    }

    #search button[type=submit] {
        background: inherit;
        border: none;
        color: #fff;
        height: 20px;
        width: 30px;
    }

.header-contact ul li,
.login {
    border-left: 1px solid #e4e4e4;
}

    .header-contact ul li:last-child,
    .login {
        border-right: 1px solid #e4e4e4;
    }

#search-icon {
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 8%;
    text-align: center;
    top: 20px;
    width: 35px;
}

.header-bottom {
    background-color: rgba(0, 0, 0, .02);
    border-bottom: 1px solid #e4e4e4;
    color: #949494;
    font-size: 12px;
    height: 40px;
    display: inline;
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    transition: all .3s ease 0s;
}

.login,
.mail,
.phone {
    font-size: 14px;
}

#login-content .form-group input,
#signup-content .form-group input {
    height: 35px;
    border-radius: 0;
}

.header-contact {
    display: inline;
    float: left;
    width: 100%;
}

    .header-contact ul li {
        display: inline-block;
        float: left;
        margin-right: 10px;
        padding: 10px 12px;
    }

.mail i,
.phone i {
    margin-right: 5px;
}

.header-login {
    display: inline;
    float: left;
    text-align: right;
    width: 100%;
}

.login {
    color: #949494;
    display: inline-block;
    line-height: 20px;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

    .login:focus,
    .login:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
    }

#login-form {
    background-color: rgba(0, 0, 0, .7);
}

    #login-form .modal-dialog {
        margin: 130px auto;
        width: 400px;
    }

#login-content .modal-title i,
#signup-content .modal-title i {
    margin-right: 5px;
}

#login-content {
    border-radius: 0;
}

    #login-content .modal-title {
        font-size: 20px;
    }

.loginbox label {
    float: left;
    width: 100%;
}

    .loginbox label input {
        float: left;
        margin-right: 5px;
    }

    .loginbox label span {
        font-weight: 400;
    }

.navbar-brand,
.slide-article h1 {
    font-weight: 700;
    text-transform: uppercase;
}

.loginbox .signin-btn {
    border-radius: 0;
    margin-top: 10px;
    color: #fff;
}

.footer-box {
    text-align: left;
    font-size: 15px;
}

.purchase-btn,
.single-brand,
.single-counter,
.single-counter .counter-no,
.single-slider,
.single-table-price,
.subscribe-area,
.team-member-link,
.testimonial-img,
.testimonial-slider,
.title-area {
    text-align: center;
}

.footer-box a:focus,
.footer-box a:hover {
    text-decoration: none;
    outline: 0;
}

#signup-content {
    display: none;
    border-radius: 0;
}

    #signup-content .modal-title {
        font-size: 20px;
    }

.signupbox span {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 10px;
}

    .signupbox span a:hover {
        text-decoration: none;
        outline: 0;
    }

#menu-area {
    background-color: #fff;
    display: inline;
    float: left;
    width: 100%;
    position: relative;
}

    #menu-area #navbar {
        padding-right: 30px;
    }

    #menu-area .navbar-default {
        background-color: #fff;
        margin-bottom: 0;
        border-radius: 0px;
        z-index: 100;
        margin-top: 0px;
        top: 0px;
        width: 100%;
    }

.navbar-brand {
    font-size: 25px;
    margin-top: 14px;
}

.navbar-default .navbar-nav > li > a {
    color: #000080;
    font-family: ARLRDBD;
    font-size: 15px;
    text-transform: uppercase;
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
    outline: 0;
}

.navbar-brand > img {
    display: block;
    margin-top: -18px;
    width: 100%;
}

.main-nav li {
    padding: 15px 0;
    position: relative;
    margin: 0 5px;
}

.navbar-default .navbar-nav > li > a {
    display: inline-block !important;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

#slider,
.main-slider,
.single-slide,
.slide-article {
    display: inline;
    float: left;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    border-top: 0 solid #4396ff;
    background: 0 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-nav > li > a::before {
    background-color: transparent;
}

.navbar-nav > li > a::before {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    width: 0;
}

#slider,
.main-nav .dropdown:hover .dropdown-toggle::before,
.main-nav > li > a:hover::before,
.main-slider,
.navbar-default .navbar-nav > .active > a::before,
.navbar-default .navbar-nav > .open > a:hover::before,
.single-slide,
.single-slide img {
    width: 100%;
}

.navbar-nav > li > .dropdown-menu li {
    padding: 5px;
    padding-right: 1px;
    padding-left: 1px;
}

.navbar-nav > li > .dropdown-menu > li > a {
    padding: 3px 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-transform: inherit;
    font-size: 14px;
    color: white;
    font-family: Verdana;
}

    .navbar-nav > li > .dropdown-menu > li > a:focus,
    .navbar-nav > li > .dropdown-menu > li > a:hover {
        background-color: #000080;
        border-radius: 4px;
    }

.main-slider {
    height: 600px;
    margin-bottom: 0;
}

    .main-slider .slick-list {
        height: 100%;
    }

.slide-content {
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.main-slider .slick-prev {
    left: 23px;
}

.main-slider .slick-next {
    right: 20px;
}

.main-slider .slick-next,
.main-slider .slick-prev {
    background-color: rgba(0, 0, 0, 0.15);
    top: 48%;
    height: 50px;
    width: 50px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.read-more-btn,
.single-feature .feature-icon {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.main-slider .slick-prev::before {
    content: "\f104";
    font-family: fontAwesome;
    font-size: 30px;
}

.main-slider .slick-next::before {
    content: "\f105";
    font-family: fontAwesome;
    font-size: 30px;
}

.our-skill h3::after,
.single-counter .counter-label::after,
.single-item-content::after,
.why-choose-us h3::after,
.widget-title::after {
    content: "";
}

.main-slider .slick-dots {
    bottom: 0px;
}

.slick-dots li {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    cursor: default;
}

.main-slider .slick-dots li button::before {
    font-size: 25px;
    line-height: 21px;
}

.slide-article {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 150px;
    width: 100%;
}

.slide-large-text {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 150px;
    width: 100%;
}

.slide-article h1 {
    color: #222;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 25px;
}

.slide-large-text h2 {
    color: #222;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 25px;
    color: black;
}

.slide-article p {
    color: #000;
    margin-bottom: 50px;
    font-size: 24px;
}

.slide-large-text p {
    color: #000;
    margin-bottom: 50px;
    font-size: 24px;
}

.read-more-btn {
    color: #222;
    border: 1px solid #222;
    display: inline-block;
    padding: 12px 22px;
    font-weight: 700px;
    font-size: 16px;
    transition: all .5s;
}

#feature,
.slider-img,
.title-area {
    display: inline;
    float: left;
    width: 100%;
}

.read-more-btn:focus,
.read-more-btn:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
}

.slider-img {
    padding: 0 30px;
}

#feature {
    background-color: #f8f8f8;
    padding: 70px 0;
}

.title-area {
    padding: 0 150px;
}

    .title-area .title {
        font-size: 32px;
        font-weight: 700;
        line-height: 35px;
        text-transform: uppercase;
    }

    .title-area .line {
        background-color: #777;
        display: inline-block;
        height: 2px;
        width: 60px;
    }

#about,
.about-content,
.feature-content,
.our-skill,
.single-feature {
    display: inline;
    float: left;
    width: 100%;
}

.title-area p {
    color: #777;
    line-height: 25px;
    margin-top: 20px;
}

.single-feature:hover .feat-title,
.single-feature:hover .feature-icon {
    color: #444;
}

.about-content,
.our-skill-content,
.why-choose-group {
    margin-top: 50px;
}

.feature-content {
    margin-top: 0px;
}

.single-feature {
    margin-bottom: 40px;
}

    .single-feature .feature-icon {
        font-size: 35px;
        transition: all .5s;
    }

.feat-title,
.purchase-btn,
.single-team-member {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.feat-title {
    font-weight: 400;
    font-size: 20px;
    transition: all .5s;
}

.single-feature p {
    color: #555;
    font-size: 15px;
}

#about {
    background-color: #f8f8f8;
    padding: 70px 0;
}

.our-skill h3 {
    position: relative;
}

    .our-skill h3::after {
        height: 2px;
        left: 0;
        position: absolute;
        top: 40px;
        width: 65px;
    }

.our-skill-content,
.why-choose-us {
    display: inline;
    width: 100%;
    float: left;
}

    .our-skill-content p {
        margin-bottom: 32px;
    }

    .our-skill-content .progress {
        background-color: #f5f5f5;
        height: 30px;
        border-radius: 0;
        margin-bottom: 24px;
    }

    .our-skill-content .progressbar-back-text,
    .our-skill-content .progressbar-front-text {
        font-size: 14px;
        height: 100%;
        line-height: 30px;
    }

.progress-title {
    font-size: 15px;
    font-weight: 700;
    left: 20px;
    line-height: 29px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}

.why-choose-us h3 {
    position: relative;
    font-family: ARLRDBD;
}

    .why-choose-us h3::after {
        height: 2px;
        left: 0;
        position: absolute;
        top: 40px;
        width: 65px;
    }

.panel-group .panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
    background-color: #fff;
    border-color: #ddd;
    border-radius: 0;
    color: #333;
    padding: 0;
}

.panel-title > a {
    color: #222;
    display: block;
    padding: 10px 15px;
}

    .panel-title > a:focus,
    .panel-title > a:hover {
        text-decoration: none;
        outline: 0;
    }

    .panel-title > a span {
        float: right;
        font-size: 20px;
    }

.why-choose-group .panel-body p {
    color: #555;
    font-size: 15px;
    line-height: 22px;
}

.why-choose-img {
    display: inline-block;
    float: left;
    margin-right: 14px;
    margin-bottom: 3px;
    width: 20%;
}

#counter,
.counter-area,
.counter-overlay,
.single-counter,
.single-counter .counter-icon,
.single-counter .counter-label,
.single-counter .counter-no {
    display: inline;
    float: left;
    width: 100%;
}

.six-sec-ease-in-out {
    -webkit-transition: width 6s ease-in-out;
    -moz-transition: width 6s ease-in-out;
    -ms-transition: width 6s ease-in-out;
    -o-transition: width 6s ease-in-out;
    transition: width 6s ease-in-out;
}

#counter {
    background-attachment: fixed !important;
    background-image: url(assets/images/counter-bg.jpg);
    background-repeat: repeat;
    background-size: cover;
    color: #fff;
}

.counter-overlay {
    background: rgba(15, 22, 30, .5);
    color: #fff;
    padding: 90px 0;
}

.single-counter .counter-icon {
    color: #fff;
    font-size: 30px;
}

.single-counter .counter-no {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.single-counter .counter-label {
    color: #fff;
    font-size: 20px;
}

    .single-counter .counter-label::after {
        height: 2px;
        margin: 8px auto;
        width: 35px;
        display: block;
    }

.pricing-table-content,
.service-content {
    margin-top: 50px;
}

#service,
.service-content,
.single-service {
    display: inline;
    float: left;
    width: 100%;
}

#service {
    background-color: #fff;
    padding: 70px 0;
}

.single-service {
    margin-bottom: 30px;
    padding-left: 80px;
    position: relative;
}

.service-icon {
    font-size: 50px;
    height: 60px;
    left: 0;
    line-height: 50px;
    position: absolute;
    top: 10px;
    width: 60px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

#pricing-table,
.price-header,
.pricing-table-content,
.single-table-price {
    display: inline;
    float: left;
    width: 100%;
}

.single-service:hover .service-icon {
    color: #222;
}

.service-title {
    color: #222;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    transition: all .5s ease 0s;
}

.single-service p {
    font-size: 14px;
    line-height: 25px;
}

#pricing-table {
    background-color: #ffffff;
    padding: 70px 0;
}

.single-table-price {
    background-color: #fff;
    border: 1px solid #ccc;
}

.price-header {
    background-color: #383838;
    color: #ccc;
}

.price-title {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-top: -5px;
    min-width: 150px;
    padding: 5px 15px;
    text-transform: uppercase;
}

.price,
.price-article,
.price-footer {
    display: inline;
    float: left;
    width: 100%;
}

.price {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    padding: 13px;
}

    .price .price-up {
        font-size: 60%;
    }

    .price .price-down {
        font-size: 14px;
        text-transform: uppercase;
    }

.price-article {
    padding: 0 20px;
}

    .price-article ul li {
        border-bottom: 1px solid #ccc;
        color: #555;
        padding: 15px 0;
    }

        .price-article ul li:last-child {
            border: none;
        }

.purchase-btn {
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    margin-bottom: -10px;
    margin-top: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 15px;
    transition: all .5s;
}

#our-team,
.our-team-content,
.single-team-member,
.team-member-name {
    display: inline;
    float: left;
    width: 100%;
}

.purchase-btn:focus,
.purchase-btn:hover {
    text-decoration: none;
    outline: 0;
    color: #fff;
}

.featured-price .price-title {
    background-color: #383838;
}

.featured-price .purchase-btn {
    color: #fff;
}

#our-team {
    padding: 70px 0;
}

.our-team-content {
    margin-top: 50px;
}

.single-team-member {
    border: 1px solid #999;
    margin-top: 65px;
    margin-top: -20px;
    padding: 10px 10px 50px;
    position: relative;
    text-align: center;
    transition: all .5s;
    margin-bottom: 60px;
    box-shadow: 15px 35px 15px 0 rgba(0,0,0,.16);
}

.testimonial-img,
.testimonial-img img {
    border-radius: 50%;
}

.single-team-member:hover {
    -webkit-box-shadow: 0 8px 6px -6px #000;
    -moz-box-shadow: 0 8px 6px -6px #000;
    box-shadow: 0 8px 6px -6px #000;
}

.team-member-img {
    background-color: #000080;
    margin-top: -65px;
    position: relative;
}

    .team-member-img img {
        width: 100%;
    }

.team-member-name {
    padding: 0px 0 15px;
}

    .team-member-name p {
        color: #222;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .single-team-member > p,
    .team-member-name span {
        color: #222;
        font-size: 14px;
    }

.single-team-member > p {
    line-height: 20px;
    padding: 0 10px;
    margin-top: 23px;
}

.team-member-link,
.team-member-link a {
    padding: 8px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.single-team-member:hover .team-member-link,
.single-team-member:hover .team-member-link > a {
    color: #fff;
}

.team-member-link {
    background: #fff;
    color: #555;
    bottom: -20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 60%;
    transition: all .5s;
    font-family: ARLRDBD;
}

#single-page-header,
#subscribe,
#testimonial {
    background-attachment: fixed !important;
    background-repeat: repeat;
    background-size: cover;
}

.team-member-link a {
    display: inline-block;
    transition: all .5s;
}

    .team-member-link a:focus,
    .team-member-link a:hover {
        display: inline-block;
        outline: 0;
    }

#testimonial,
.single-slider,
.testimonial-slider {
    display: inline;
    float: left;
    width: 100%;
}

#testimonial {
    background-image: url(assets/images/testimonial-1.jpg);
    color: #fff;
    padding: 25px 0;
}

    #testimonial .title-area {
        padding: 0 50px;
    }

        #testimonial .title-area .title {
            font-size: 32px;
            line-height: 30px;
        }

.testimonial-slider {
    margin-top: 50px;
}

.single-slider {
    outline: 0;
}

.testimonial-img {
    height: 100px;
    margin: 0 auto 30px;
    width: 100px;
}

.testimonial-content p {
    font-size: 20px;
}

.testimonial-content h6 {
    font-size: 18px;
    margin-top: 10px;
    display: inline-block;
    font-family: ARLRDBD;
}

    .testimonial-content h6 span {
        margin-left: 3px;
    }

.testimonial-slider .slick-dots li {
    border-radius: 50%;
    color: #fff;
}

    .testimonial-slider .slick-dots li button::before {
        color: #000080;
        font-size: 26px;
        line-height: 20px;
    }

    .testimonial-slider .slick-dots li.slick-active button:before {
        opacity: .75;
        color: #000080;
    }

    .slick-dots li button:focus:before,
    .testimonial-slider .slick-dots li button:hover:before {
        opacity: 1;
    }

#clients-brand,
.clients-brand-area,
.single-brand {
    display: inline;
    float: left;
    width: 100%;
}

#clients-brand {
    background-color: #fff;
    padding: 70px 0;
}

.clients-brand-slide {
    margin-bottom: 0;
    width: 100%;
}

    .clients-brand-slide .slick-slide {
        outline: 0;
    }

.single-brand {
    background-color: #fff;
    border: 1px solid #000080;
    height: 120px;
    padding-top: 47px;
}

    .single-brand img {
        display: inline-block;
        margin-top: -78px;
    }

#latest-news,
.blog-news-details,
.blog-news-img,
.blog-news-single,
.blog-news-title,
.latest-news-content {
    display: inline;
    float: left;
    width: 100%;
}

#latest-news {
    background-color: #f8f8f8;
    padding: 70px 0;
}

.latest-news-content {
    margin-top: 50px;
}

.blog-news-single {
    background-color: #fff;
    padding-bottom: 20px;
}

.blog-news-img {
    height: 270px;
}

    .blog-news-img img {
        width: 100%;
        height: 100%;
    }

.blog-news-title {
    padding: 20px 15px 15px;
}

    .blog-news-title h2,
    .blog-news-title h2 > a {
        color: #000080;
        font-family: ARLRDBD;
        font-size: 25px;
        font-weight: 500;
        text-transform: capitalize;
        padding: 0;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.footer-right a,
.portfolio-menu ul li {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.blog-news-title h2 > a:hover {
    text-decoration: none;
    outline: 0;
}

.blog-news-title p {
    font-size: 13px;
    letter-spacing: .5px;
}

.blog-more-btn,
.blog-news-details p {
    font-size: 14px;
}

.blog-news-title .blog-author {
    text-transform: uppercase;
}

.blog-news-details {
    padding: 0 15px;
}

.blog-more-btn {
    color: #838282;
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
}

#footer,
#portfolio,
#single-page-header,
#subscribe,
.footer-left,
.footer-right,
.portfolio-area,
.portfolio-menu,
.single-page-header-left,
.single-page-header-right,
.subscribe-area {
    display: inline;
    float: left;
}

.blog-more-btn:focus,
.blog-more-btn:hover {
    text-decoration: none;
    outline: 0;
}

.blog-more-btn i {
    margin-left: 5px;
}

#subscribe {
    background-image: url(assets/images/footer-img.jpg);
    color: #fff;
    width: 100%;
}

.subscribe-overlay {
    background-color: rgba(0, 0, 0, .8);
    padding: 20px 0;
    float: left;
    width: 100%;
}

    .subscribe-overlay h1,
    h4 {
        color: #000080;
        font-size: 20px;
        margin-top: 3px;
        margin-bottom: 18px;
        font-family: ARLRDBD;
    }

.subscrib-form input,
.subscribe-btn {
    font-size: 18px;
    height: 50px;
    outline: 0;
}

.subscribe-overlay ul li a {
    color: #fff;
}

    .subscribe-overlay ul li a:hover {
        color: #000080;
    }

.subscribe-area {
    width: 100%;
}

    .subscribe-area h2 {
        letter-spacing: .5px;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

.subscrib-form {
    margin: 0 auto;
    width: 600px;
    position: relative;
}

    .subscrib-form input {
        border: none;
        border-radius: 4px;
        color: #444;
        padding: 5px 105px 5px 10px;
        width: 100%;
    }

.subscribe-btn {
    border: none;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-weight: 700;
    top: 0;
    letter-spacing: .5px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    width: 120px;
}

#footer,
#portfolio,
#single-page-header,
.footer-left,
.footer-right,
.overlay,
.portfolio-area,
.portfolio-container,
.portfolio-menu,
.single-page-header-right {
    width: 100%;
}

    .footer-left p,
    .sidebar-widget > p {
        font-size: 14px;
    }

#footer {
    background-color: #171717;
    padding: 25px 0;
}

.footer-left p {
    color: #5c5c5c;
    margin: 0;
    font-family: Verdana;
}

    .footer-left p a {
        color: #5c5c5c;
    }

        .footer-left p a:hover {
            text-decoration: none;
            outline: 0;
        }

.footer-right {
    text-align: right;
    margin-top: 5px;
}

    .footer-right a {
        color: #ffffff;
        font-size: 15px;
        padding: 0 10px;
        transition: all .5s;
    }

#single-page-header,
.portfolio-menu ul li.active,
.portfolio-menu ul li:hover,
.single-page-header-right .breadcrumb li a,
.view-icon {
    color: #fff;
}

.overlay {
    background-color: #000080;
    float: left;
    padding-top: 13px;
}

.single-page-header-left {
    width: 100%;
}

    .single-page-header-left h2 {
        text-transform: initial;
        font-family: ARLRDBD;
    }

    .single-page-header-left p {
        font-size: 15px;
    }

.single-page-header-right .breadcrumb {
    background: 0 0;
    border-radius: 0;
    text-align: right;
}

#portfolio {
    background-color: #fff;
    min-height: 400px;
    padding: 70px 0;
}

.portfolio-menu {
    text-align: center;
    padding: 0 20px;
}

    .portfolio-menu ul li {
        border: 1px solid #ccc;
        cursor: pointer;
        display: inline-block;
        margin: 0 5px;
        padding: 6px 15px;
        text-transform: uppercase;
        transition: all .5s;
    }

#mixit-container .mix {
    display: none;
}

#blog-archive,
.blog-pagination,
.portfolio-container,
.single-item,
.single-portfolio {
    display: inline;
    float: left;
}

.portfolio-container {
    margin-top: 50px;
}

.single-portfolio {
    background-color: #ccc;
    width: 25%;
}

.single-item > img {
    height: 180px;
    width: 100%;
    padding: 10px;
}

.single-item {
    position: relative;
    width: 100%;
}

.single-item-content {
    color: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    padding-top: 55px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}

.single-item:hover .single-item-content {
    background-color: rgba(0, 0, 0, .7);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.single-item-content::after {
    height: 85%;
    left: 18px;
    top: 15px;
    width: 90%;
    position: absolute;
    z-index: -1;
}

.view-icon {
    font-size: 30px;
}

#blog-archive {
    background-color: #f8f8f8;
    padding: 50px 0;
    width: 100%;
}

.comment-btn,
.sidebar {
    background-color: #fff;
}

.blog-archive-area,
.blog-archive-left {
    display: inline;
    float: left;
    width: 100%;
}

    .blog-archive-left .blog-news-single {
        margin-bottom: 30px;
    }

    .blog-archive-left .blog-news-img {
        height: 350px;
    }

.blog-pagination {
    margin-top: 20px;
    padding: 15px 0;
    width: 100%;
}

.pagination-nav,
.pagination-nav li,
.pagination-nav li a {
    display: inline-block;
}

.pagination-nav {
    width: 100%;
    text-align: center;
}

    .pagination-nav li a {
        color: #555;
        border: 1px solid #ccc;
        margin: 0 5px;
        padding: 5px 13px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.blog-side-bar,
.sidebar-widget {
    display: inline;
    width: 100%;
    float: left;
}

.pagination-nav li a:focus,
.pagination-nav li a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
}

.sidebar-widget {
    margin-bottom: 30px;
    /*margin-left: 8px;*/
    padding-left: 0px;
}

    .sidebar-widget ul li {
        display: flex;
        border-bottom: 1px dotted #000000;
    }

    .sidebar-widget ul > li > a {
        /*display: inline-block;
        font-size: 14px;
        margin-bottom: 10px;*/
        display: inline-block;
        font-size: 14px;
        /*border-bottom: 1px dotted #000000;*/
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 5px;
    }

.search-group {
    display: inline;
    float: left;
    width: 100%;
    position: relative;
}

    .search-group .blog-search-btn {
        border: none;
        color: #fff;
        font-size: 18px;
        height: 40px;
        left: 0;
        position: absolute;
        top: 0;
        width: 50px;
    }

    .search-group input[type=search] {
        height: 40px;
        outline: 0;
        padding: 5px 10px 5px 55px;
        width: 100%;
    }

        .search-group input[type=search]:focus {
            outline: 0;
        }

.widget-title {
    color: #333;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 25px;
    position: relative;
    font-family: ARLRDBD;
    margin-left: 14px;
}

    .widget-title::after {
        height: 2px;
        left: 0;
        position: absolute;
        top: 30px;
        width: 30px;
    }

.widget-catg li a {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 10px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tag-cloud a,
.widget-archive li a {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: inline-block;
}

.widget-catg li a:focus,
.widget-catg li a:hover {
    text-decoration: none;
    outline: 0;
}

.widget-catg li::before {
    content: '\f138';
    font-family: fontAwesome;
    padding-top: 10px;
}

.pnl li::before {
    content: '\f0a4';
    font-family: fontAwesome;
    color: #000080;
    margin: 0 5px 0 -1.3em;
}

.tag-cloud {
    display: inline;
    float: left;
    width: 100%;
    text-align: left;
}

    .tag-cloud a {
        border: 1px solid #ccc;
        font-size: 15px;
        margin-bottom: 8px;
        margin-right: 3px;
        padding: 5px 10px;
        width: 95%;
        text-align: center;
    }

        .tag-cloud a:focus,
        .tag-cloud a:hover {
            color: #fff;
            text-decoration: none;
            outline: 0;
        }

.widget-archive li a {
    font-size: 14px;
    margin-bottom: 10px;
}

    .widget-archive li a span {
        margin-left: 5px;
        display: inline-block;
    }

    .widget-archive li a:focus,
    .widget-archive li a:hover {
        text-decoration: none;
    }

.blog-single-details blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 20px;
}

    .blog-single-details blockquote p {
        font-size: 18px;
    }

    .blog-single-details blockquote span {
        text-transform: uppercase;
        font-size: 16px;
    }

.blog-single-details ol,
.blog-single-details ul {
    margin-bottom: 20px;
}

    .blog-single-details ul li {
        margin-bottom: 5px;
        display: flex;
    }

.blog-single-details li:before {
    position: relative;
    top: 1px;
    display: inline-block;
    line-height: 1;
    padding: 0 10px;
    content: '\f0a4';
    font-family: fontAwesome;
    color: #000080;
    margin-left: -.5em;
}

.blog-single-bottom,
.blog-single-social,
.blog-single-tag {
    display: inline;
    float: left;
    width: 100%;
}

.blog-single-details h1,
.blog-single-details h2,
.blog-single-details h3,
.blog-single-details h4,
.blog-single-details h5,
.blog-single-details h6 {
    color: #333;
}

.blog-single-details h3 {
    margin-top: 0;
}

.blog-single-bottom {
    margin-top: 50px;
    padding: 10px 0;
}

.blog-single-tag {
    font-size: 14px;
    text-align: left;
}

    .blog-single-tag a {
        margin-left: 5px;
        color: #333;
    }

        .blog-single-tag a:focus,
        .blog-single-tag a:hover {
            text-decoration: none;
            outline: 0;
        }

.blog-single-social {
    text-align: right;
}

    .blog-single-social a {
        border: 1px solid #ccc;
        display: inline-block;
        font-size: 14px;
        margin-right: 5px;
        min-width: 30px;
        padding: 5px;
        text-align: center;
    }

        .blog-single-social a:focus,
        .blog-single-social a:hover {
            text-decoration: none;
            outline: 0;
        }

.blog-navigation-area {
    display: inline;
    float: left;
    margin-top: 20px;
    width: 100%;
}

.blog-navigation-prev {
    float: left;
    text-align: left;
}

    .blog-navigation-prev a {
        border-left: 2px solid #ccc;
        display: inline-block;
        padding-left: 15px;
    }

        .blog-navigation-prev a:focus,
        .blog-navigation-prev a:hover {
            text-decoration: none;
            outline: 0;
        }

        .blog-navigation-prev a > h5 {
            color: #222;
            font-size: 16px;
            margin-bottom: 0;
            text-transform: uppercase;
        }

        .blog-navigation-prev a > span {
            font-size: 14px;
        }

.blog-navigation-next {
    float: right;
    text-align: right;
}

    .blog-navigation-next a {
        border-right: 2px solid #ccc;
        display: inline-block;
        padding-right: 15px;
    }

#error,
#google-map,
.comments-box-area,
.contact-area-right,
.errror-page-area {
    display: inline;
    float: left;
}

.blog-navigation-next a:focus,
.blog-navigation-next a:hover {
    text-decoration: none;
    outline: 0;
}

.blog-navigation-next a > h5 {
    color: #222;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.blog-navigation-next a > span {
    font-size: 14px;
}

.comments-box-area {
    margin-top: 30px;
    padding: 20px 0;
    width: 100%;
}

    .comments-box-area h2 {
        color: #333;
        font-size: 25px;
        font-weight: 300;
        margin-bottom: 10px;
        position: relative;
    }

        .comments-box-area h2::after {
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            top: 42px;
            width: 50px;
        }

    .comments-box-area p {
        font-size: 15px;
    }

.comments-form {
    margin-top: 0px;
}

    .comments-form input {
        height: 40px;
        font-size: 16px;
        border-radius: 0;
    }

    .comments-form textarea {
        border-radius: 0;
        font-size: 16px;
        height: 200px;
        padding: 10px;
        width: 70%;
    }

#contact,
.contact-area-left,
.cotact-area {
    width: 100%;
    display: inline;
    float: left;
}

.comments-form .form-control:focus {
    box-shadow: none;
}

.comments-form .form-group {
    margin-bottom: 20px;
}

.comment-btn {
    padding: 10px 15px;
    outline: 0;
    border: 1px solid #ccc;
    color: #222;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

    .comment-btn:hover {
        color: #fff;
    }

#contact {
    padding: 70px 0;
}

.cotact-area {
    margin-top: 50px;
}

.contact-area-left h4 {
    color: #333;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 25px;
    position: relative;
}

    .contact-area-left h4::after {
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        top: 30px;
        width: 30px;
    }

.contact-area-left p {
    font-size: 15px;
}

.contact-area-left .single-address {
    font-size: 15px;
    padding-right: 62px;
}

.contact-area-right,
.contact-form textarea {
    width: 100%;
}

.contact-social {
    text-align: left;
    margin-top: 10px;
    margin-left: 10px;
}

#google-map {
    width: 100%;
}

    #google-map iframe {
        margin-bottom: -5px;
    }

#error {
    padding: 70px 0;
    width: 100%;
}

.errror-page-area {
    text-align: center;
    width: 100%;
}

.error-title {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 75px;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 40px 50px;
}

.error-content {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}

    .error-content span {
        font-size: 35px;
        font-weight: 300;
    }

    .error-content p {
        font-size: 18px;
        margin-top: 10px;
    }

    .error-content .error-home {
        color: #fff;
        display: inline-block;
        margin-top: 60px;
        padding: 10px 15px;
    }

@media(max-width:1440px) {
    .join-mail-format {
        margin-right: 38px;
    }
}

@media(max-width:1199px) {
    #search-icon {
        right: 4%;
    }

    .slide-article {
        padding-left: 30px;
        padding-right: 0;
        padding-top: 90px;
    }

    .slide-large-text {
        padding-left: 30px;
        padding-right: 0;
        padding-top: 90px;
    }

    .slide-article h1 {
        font-size: 40px;
    }

    .slide-large-text h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 25px;
    }

    .blog-news-title h2,
    .blog-news-title h2 > a {
        font-size: 18px;
    }

    .main-slider {
        height: auto;
    }

    .join-mail-format {
        margin-right: 42px;
    }
}

@media(max-width:991px) {
    #menu-area #navbar {
        padding-right: 55px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
        padding-left: 4px;
        padding-right: 4px;
    }

    #search {
        margin: 0 auto;
        width: 90%;
    }

    #search-icon {
        right: 3%;
    }

    .slide-article {
        padding-left: 60px;
        padding-right: 0;
        padding-top: 15px;
    }

    .slide-large-text {
        padding-left: 60px;
        padding-right: 0;
        padding-top: 15px;
    }

    .slide-article h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .slide-article p {
        color: #fff;
        margin-bottom: 40px;
    }

    .slide-large-text p {
        color: #fff;
        margin-bottom: 40px;
    }

    .slide-article-same p {
        color: #000;
        margin-bottom: 40px;
    }

    .why-choose-us {
        margin-top: 20px;
    }

    .single-counter {
        margin-bottom: 30px;
    }

    .single-table-price {
        margin-bottom: 40px;
    }

    .single-team-member {
        margin-bottom: 50px;
    }

    .slick-prev {
        left: -10px;
    }

    .slick-next {
        right: -10px;
    }

    .blog-news-single {
        margin-bottom: 30px;
    }

    .title-area {
        padding: 0 100px;
    }

    .single-portfolio {
        width: 33.33%;
    }

    .single-item-content::after {
        width: 87%;
    }

    .blog-side-bar {
        margin-top: 0px;
    }

    .contact-area-right {
        margin-top: 40px;
    }

    .join-mail-format {
        margin-right: 42px;
    }
}

@media(max-width:767px) {
    .header-bottom,
    .main-nav li {
        padding: 0;
    }

    .header-contact ul li:last-child,
    .slider-img {
        display: none;
    }

    .blog-single-social,
    .blog-single-tag,
    .footer-left,
    .footer-right,
    .single-feature,
    .single-page-header-left {
        /*text-align: center;*/
    }

    .navbar-brand {
        margin-top: 0;
    }

    #search-icon {
        right: 11%;
        top: 5px;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #fff;
    }

    #search {
        width: 100%;
    }

    #menu-area #navbar {
        padding-right: 15px;
    }

    .slide-article {
        padding-top: 10px;
    }

    .slide-large-text {
        padding-top: 10px;
    }

    .title-area {
        padding: 0 30px;
    }

    .single-feature {
        padding: 0 15px;
    }

    .single-page-header-right .breadcrumb {
        text-align: center;
        /*margin-top: 20px;*/
        margin-top: 0px;
    }

    .single-page-header-right ol li {
        color: #222;
    }

    .footer-left {
        margin-bottom: 20px;
    }

    .portfolio-menu {
        padding: 0;
    }

        .portfolio-menu ul li {
            margin: 0 3px 10px;
            padding: 6px 10px;
        }

    .blog-single-social {
        margin-top: 20px;
    }

    .join-mail-format {
        margin-right: 42px;
    }
}

@media(max-width:480px) {
    .footer-left,
    .footer-right {
        text-align: center;
    }

    #search input {
        width: 85%;
    }

    #search-icon {
        right: 15%;
        top: 5px;
    }

    .slide-article h1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .slide-large-text h2 {
        color: #222;
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 6px;
        color: black;
    }

    .slide-article p {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .slide-large-text p {
        margin-bottom: 7px;
        margin-top: -13px;
        font-size: 12px;
    }

    .read-more-btn {
        font-size: 14px;
        padding: 8px 14px;
    }

    .main-slider .slick-next,
    .main-slider .slick-prev {
        height: 40px;
        top: 46%;
        width: 40px;
    }

    .title-area .title {
        font-size: 25px;
        line-height: 26px;
        padding-bottom: 0;
    }

    .title-area {
        padding: 0;
    }

        .title-area p {
            line-height: 23px;
            font-size: 15px;
        }

    .our-skill-content p,
    .single-feature p,
    .why-choose-group .panel-body p {
        font-size: 14px;
    }

    .subscrib-form {
        width: 100%;
    }

    .footer-left {
        margin-bottom: 20px;
    }

    #login-form .modal-dialog {
        width: 350px;
    }

    .overlay {
        padding: 10px 0;
    }

    .single-portfolio {
        width: 50%;
    }

    .single-item-content::after {
        width: 85%;
    }

    .portfolio-menu ul li {
        padding: 4px 5px;
        font-size: 12px;
    }

    .blog-archive-left .blog-news-img {
        height: 320px;
    }

    .blog-navigation-prev {
        margin-bottom: 10px;
    }

    .join-mail-format {
        margin-right: 42px;
    }
}

@media(max-width:425px) {
    .slide-large-text h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .join-mail-format {
        margin-right: 42px;
    }
}

@media(max-width:360px) {
    .login {
        padding: 10px;
    }

    .single-slide {
        height: 200px;
    }

        .single-slide img {
            height: 100%;
        }

    #menu-area .navbar-toggle {
        padding: 8px 6px;
    }

    .phone {
        font-size: 12px;
    }

    .header-contact ul li {
        margin-right: 0;
        padding: 10px 8px;
        border: none;
    }

    #search-icon {
        right: 20%;
        top: 5px;
    }

    .slide-article slide-large-text {
        padding-top: 0;
        padding-left: 0;
    }

        .slide-article slide-large-text p {
            font-size: 12px;
            margin-bottom: 10px;
        }

    .slide-article h1 {
        font-size: 15px;
        line-height: 16px;
        margin-bottom: 8px;
    }

    .slide-large-text h2 {
        font-size: 15px;
        line-height: 16px;
        margin-bottom: 8px;
    }

    .read-more-btn {
        font-size: 12px;
        padding: 5px 8px;
    }

    #testimonial .title-area {
        padding: 0;
    }

    .subscribe-area h2 {
        font-size: 25px;
        letter-spacing: 0;
        margin-bottom: 25px;
    }

    .subscrib-form input,
    .subscribe-btn {
        font-size: 15px;
        height: 40px;
    }

    .subscribe-btn {
        width: 95px;
    }

    #login-form .modal-dialog {
        width: 320px;
    }

    #search input {
        font-size: 14px;
    }

    .overlay {
        padding: 10px 0;
    }

    .single-portfolio {
        width: 100%;
    }

    .single-item-content::after {
        left: 15px;
        width: 92%;
    }

    .portfolio-menu ul li {
        padding: 4px 5px;
        font-size: 12px;
    }

    .blog-archive-left .blog-news-img {
        height: 250px;
    }

    .comments-form textarea {
        width: 100%;
    }

    .header-contact {
        margin-left: -10px;
    }

    .phone {
        width: 135%;
    }

    .join-mail-format {
        margin-right: 42px;
    }
}

@media(max-width:320px) {
    #login-form .modal-dialog {
        width: 300px;
    }

    .footer-box {
        font-size: 14px;
    }

    .header-contact ul li {
        padding: 10px 0 10px 3px;
    }

    .subscribe-area h2 {
        font-size: 22px;
    }

    .footer-left p {
        font-size: 12px;
    }

    .footer-right a {
        font-size: 16px;
    }

    .single-item-content::after {
        width: 91%;
    }

    .blog-archive-left .blog-news-img {
        height: 220px;
    }

    slide-large-text p {
        margin-bottom: 7px;
        margin-top: -13px;
        font-size: 12px;
    }

    .join-mail-format {
        margin-right: 0px;
    }
}

@media (max-width:767px) {
    .border {
        border: 0 solid !important;
    }
}

@media (max-width:768px) {
    .slide-article h2 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 25px;
    }
}

@media (min-width:1200px) {
    .footer-one,
    .page-footer {
        width: 25%;
        padding: 6px;
    }
}

@media (max-width:991px) {
    .footer-heading,
    .slider-img {
        display: none;
    }

    .sidebar-widget ul > li > a {
        display: inline-block;
        font-size: 15px;
        margin-bottom: 10px;
    }
}

@media (max-width:1024px) {
    .ggl {
        margin-left: -30px;
    }
}

@media (max-width:768px) {
    .ggl {
        margin-left: -83px;
    }
}

@media (max-width:425px) {
    .ggl {
        margin-left: 10px;
    }
}

@media (max-width:375px) {
    .ggl {
        margin-left: 10px;
    }
}

@media (max-width:320px) {
    .ggl {
        margin-left: 10px;
    }
}

.pnkImg {
    width: 100%;
}

.imgFeature {
    margin-top: 15px;
}

#testClr,
.pnkHeading {
    color: #febb2f;
}

.StoryHeading {
    color: #fc7e29;
}

    .StoryHeading a {
        color: #fc7e29;
        padding: 15px;
    }

.hdngClr {
    color: #fff;
}

.sidebar {
    border-left-style: double;
    border-color: #000080;
}

.btn-Join,
.btn-close {
    background-color: #000080;
}

    .btn-Join:hover {
        color: #000080;
        background-color: #ffffff;
        border-color: #adadad;
    }

.mrgn {
    margin-left: 15px;
}

.hdngSz {
    font-size: 18px;
}

.imgLeader {
    border: none;
    float: left;
    margin-right: 20px;
}

.galleryPopup {
    color: #fff;
    cursor: pointer;
}

a.galleryPopup:hover {
    color: #000080;
    text-decoration: underline;
}

.btn-close {
    color: #fff;
}

.mdlClr {
    color: #000080;
}

.form-drop {
    height: 40px;
    border-radius: 0;
}

.ctct-custom-form {
    padding-top: 0 !important;
}

    .ctct-custom-form.Form > h3 {
        margin-bottom: 20px !important;
    }

.subscibe input {
    border: 0;
    width: 100%;
    line-height: 22px;
    color: #000;
    padding: 5px;
}

.subscibe button {
    border: 0;
    padding: 7px 15px;
    color: #fff;
    float: right;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin-bottom: -70px;
    display: block;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 70%;
        width: 100%;
        position: absolute;
    }

.slide-article-single p {
    color: #000;
}

.icon-img {
    width: 90px;
    height: 70px;
}

.newHdng {
    font-size: 20px;
    color: #000080;
}

.thanks-for {
    text-align: center;
    color: #000080;
    background-color: #ffffff;
    padding: 6px;
}

.label-Email {
    text-align: left;
    margin-top: 10px;
    color: #000080;
}

.btn-Join {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.thanks-Msg {
    display: none;
}

.signUp-form {
    font: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

.form-heading,
.micro-site {
    font-weight: 700;
}

.soon-img {
    border: 1px solid;
}

.alertDispaly {
    display: inline-flex;
}

.slider-content {
    color: #000;
}

.micro-site {
    color: #000;
    font-size: 30px;
}

#portfolio-cutomers {
    background-color: #fff;
    display: inline;
    float: left;
    width: 100%;
    min-height: 400px;
    padding: 0;
}

.fa-check {
    color: #000080;
}

.fa-remove {
    color: red;
}

.compare th {
    background-color: #000080;
    color: #000;
    font-family: ARLRDBD;
}

.table-responsive {
    overflow-x: auto;
}

.section1 {
    height: 90%;
    text-align: center;
    display: table;
    width: 100%;
}

#section1 h2 {
    display: table-cell;
    vertical-align: middle;
}

.compare-itsm {
    text-align: justify;
    letter-spacing: 1px;
    height: 8em;
    padding: 3em 6%;
}

#service1 {
    background-color: #fff;
    display: inline;
    float: left;
    padding: 35px 0;
    width: 100%;
}

.casestudy-img {
    margin-top: 30px;
}

.Feature-list-style {
    list-style: none;
    margin: 0 0 0 25px;
    padding: 0;
    line-height: 30px;
}

.Feature-list li::before {
    content: '\f058';
    font-family: fontAwesome;
    color: #000080;
    margin: 0 5px 0 -1.3em;
}

.Feature-list ul li:first-letter {
    font-size: 15px;
    font-weight: 700;
}

.cntct-bg-clr {
    background-color: #000080;
}

.watch-demo {
    background-color: #000080;
    border-radius: 25px;
}

.help-desk {
    top: 50%;
    border-radius: 4px;
    display: block;
    font-size: -7px;
    line-height: 0px;
    position: fixed;
    right: 0px;
    text-align: center;
    text-decoration: none;
    width: 108px;
    height: 40px;
    background-color: #000080;
    z-index: 999;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

a.help-desk:hover, a.help-desk:focus, a.help-desk:after {
    color: #ffffff;
    text-decoration: underline;
}

.help-desk p {
    margin-top: 10px;
}

#product-title {
    font-size: 16px;
    color: #000080;
    font-weight: bold;
    font-family: ARLRDBD;
    text-transform: uppercase;
    font-family: ARLRDBD;
}

    #product-title:hover {
        color: #000;
    }

.fulldrop ul li a {
    padding: 0px;
    text-decoration: none;
    display: block;
    color: #ffffff;
}

    .fulldrop ul li a:hover {
        color: #000000;
    }

.fulldrop ul li:hover {
    padding: 5px;
    background-color: #000080;
    border-radius: 4px;
    padding-left: 1px;
    padding-right: 1px;
}

.Product-slider {
    width: 20%;
}

@media(max-width:320px) {
    .Product-slider {
        width: 100%;
    }
}

@media(max-width:360px) {
    .Product-slider {
        width: 100%;
    }
}

@media(max-width:425px) {
    .Product-slider {
        width: 100%;
    }
}

@media(max-width:480px) {
    .Product-slider {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .Product-slider {
        width: 20%;
    }
}

.App-img-single:hover {
    -webkit-box-shadow: 0 8px 6px -6px #000080;
    -moz-box-shadow: 0 8px 6px -6px #000080;
    box-shadow: 0 8px 6px -6px #000080;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.social-icon a {
    cursor: pointer;
    text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
    transition: all ease-in-out 150ms;
}

    .social-icon a:hover {
        margin-top: -10px;
        text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);
        transform: translate(0, -8);
        font-size: 1.2em;
    }

.blog-single-social a {
    border: 0px solid #fff;
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    min-width: 30px;
    padding: 5px;
    text-align: center;
}

.fa-youtube-square:hover {
    color: #FF0000;
}

.fa-youtube-square {
    color: #FF0000;
}

.fa-twitter-square:hover {
    color: #1DA1F2;
}

.fa-twitter-square {
    color: #1DA1F2;
}

.fa-linkedin-square:hover {
    color: #007BB5;
}

.fa-linkedin-square {
    color: #007BB5;
}

.fa-facebook-square:hover {
    color: #3B5998;
}

.fa-facebook-square {
    color: #3B5998;
}

.fa-whatsapp {
    color: #25d366;
}

.blog-img:hover {
    color: #3B5998;
    width: 50px;
}

.fa-list-alt {
    color: #000080;
}

.fa-clone {
    color: #000080;
}

.fa-clone {
    color: #000080;
}

.fa-clone {
    color: #000080;
}

.fa-download {
    color: #000080;
}

.fa-laptop {
    color: #000080;
}

.fa-server {
    color: #000080;
}

.fa-calculator {
    color: #000080;
}

.blog-img a {
    cursor: pointer;
    text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
    transition: all ease-in-out 150ms;
}

    .blog-img a:hover {
        margin-top: -10px;
        text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);
        transform: translate(0, -8);
        font-size: 1.2em;
    }

.blog-img {
    margin-bottom: -11px;
}

.blog-img-f {
    margin-bottom: 11px;
}

    .blog-img-f:hover {
        width: 35px;
    }

.sub-title {
    font-size: 20px;
}

.Prdct-DpDn-Menu {
    right: -430px !important;
    left: auto;
}

.Sltn-DpDn-Menu {
    right: -300px !important;
    left: auto;
}

.verticalLine {
    border-color: #000080;
    padding: 10px;
    border-left-style: double;
}

    .verticalLine h5 span {
        color: #000080;
    }

    .verticalLine h5 {
        font-weight: bold;
    }

.read-more-btn-CsyStdy {
    color: #222;
    border: 1px solid #222;
    display: inline-block;
    padding: 12px 22px;
    font-size: 16px;
    transition: all .5s;
    margin-top: 15px;
}

    .read-more-btn-CsyStdy:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #000080;
    }

.title-area .title u span {
    text-transform: none;
}

.single-page-header-left h2 span {
    text-transform: none;
}

#header {
    display: none;
}
/*Extra small devices (portrait phones, less than 576px)
 No media query since this is the default in Bootstrap*/
@media (min-width: 320px) {
    .single-brand-customer1 {
        margin-left: 68px;
    }
}

@media (min-width: 375px) and (max-width: 425px) {
    .single-brand-customer1 {
        margin-left: 100px;
    }
}

@media (max-width: 575px) {
    .slider-top-margin {
        margin-top: 58px;
    }

    .utility-margin-top {
        margin-top: 0px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .slider-top-margin {
        margin-top: 145px;
    }

    .utility-margin-top {
        margin-top: -40px;
    }

    .single-brand-customer1 {
        margin-left: -10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider-top-margin {
        margin-top: 80px;
    }

    .utility-margin-top {
        margin-top: -80px;
    }

    .single-brand-customer1 {
        margin-left: -10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .slider-top-margin {
        margin-top: 80px;
    }

    .utility-margin-top {
        margin-top: -40px;
    }

    .single-brand-customer1 {
        margin-left: -10px;
    }
}

@media (min-width: 1200px) {
    .slider-top-margin {
        margin-top: 80px;
    }

    .utility-margin-top {
        margin-top: -40px;
    }

    .single-brand-customer1 {
        margin-left: -10px;
    }
}

.blog-single-details .List-new {
    list-style: disc;
    position: relative;
}

    .blog-single-details .List-new li:before {
        position: relative;
        top: 4px;
        display: inline-block;
        line-height: 2;
        padding: 0 10px;
        content: "\F111";
        font-family: fontAwesome;
        color: #000080;
        margin-left: -.5em;
        font-size: 7px;
    }

.container-full {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
}

.container-full-footer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.feature-text {
    padding: 0 15px;
}

.btn-learnMore {
    font-size: 14px;
    color: #838282;
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
    padding: 5px 22px;
    border: 2px solid #000080;
    transition: all .5s;
    border-radius: 21px;
    text-transform: capitalize;
}

    .btn-learnMore:hover {
        text-decoration: none;
        outline: 0;
        color: #ffffff;
        background-color: #000080;
    }

.section-bg {
    background-color: #ffffff;
}

.requestSection {
    border: 1px solid #000080;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-top: 20px;
    position: relative;
    text-align: center;
    box-shadow: 15px 20px 15px 0 rgba(0,0,0,.16);
    transition: all .5s;
}

    .requestSection:hover {
        box-shadow: 0 8px 6px -6px #000080;
    }

.HmList {
    list-style: disc;
    position: relative;
    top: 1px;
    padding: 0 10px;
    content: '\f178';
    margin-left: 1.5em;
    line-height: 30px;
}

.TagLineHeading {
    font-size: 24px;
    font-family: cursive;
    color: #eb5b01;
}

.tgLnCrtfctns {
    font-size: 24px;
    font-family: cursive;
    color: #e4148d;
}

.sub-menu-title {
    margin-top: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.app-img-single-width {
    width: 70%;
}

.heading-color h4 {
    color: #000080;
}

.PdctTagList {
    list-style: none;
    position: relative;
    top: 1px;
    padding: 0 10px;
    content: '\f178';
    margin-left: 1.5em;
    line-height: 30px;
    font-family: POLYA;
    font-size: 18px;
    color: #000000;
}

.CrtfctTagList {
    list-style: none;
    position: relative;
    top: 1px;
    padding: 0 10px;
    content: '\f178';
    margin-left: 1.5em;
    line-height: 30px;
    font-family: HoboStd;
    font-size: 18px;
    color: #000000;
}

.SltnTagList {
    list-style: none;
    position: relative;
    top: 1px;
    padding: 0 10px;
    content: '\f178';
    margin-left: 1.5em;
    line-height: 30px;
    font-family: papyrus;
    font-size: 18px;
    color: rgb(68, 68, 68);
}

.MblTagList {
    list-style: none;
    position: relative;
    top: 1px;
    padding: 0 10px;
    content: '\f178';
    margin-left: 1.5em;
    line-height: 30px;
    font-family: Matamata-Regular;
    font-size: 17px;
    color: #000000;
}

.IngrtnTagList {
    list-style: none;
    position: relative;
    top: 1px;
    padding: 0 10px;
    content: '\f178';
    margin-left: 1.5em;
    line-height: 30px;
    font-family: 'Massa Regular';
    font-size: 15px;
    color: #000000;
}

.CustmrTagList {
    list-style: none;
    position: relative;
    top: 1px;
    padding: 0 10px;
    content: '\f178';
    margin-left: 1.5em;
    line-height: 30px;
    font-family: Slot-Regular;
    font-size: 21px;
    color: #000000;
}

.PrdctFtrsTagList {
    list-style: none;
    position: relative;
    top: 1px;
    padding: 0 10px;
    content: '\f178';
    margin-left: 1.5em;
    line-height: 30px;
    font-family: 'Imprint MT Shadow';
    font-size: 18px;
    color: #000000;
}

.iframeStyle {
    border-style: none;
    width: 100%;
    height: 650px;
    overflow: hidden;
}

.address h4 {
    color: #ffffff;
    font-size: 24px;
}
.navbar-default {
    border-color: #ffffff !important;
}
.padding-top-10 {
    padding-top: 10px;
}