﻿@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

@font-face {
    font-family: PlayfairDisplay;
    src: url(../font/PlayfairDisplay-Regular.ttf);
}

@font-face {
    font-family: Corbel;
    src: url(../font/corbel.ttf);
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;

}

body {
    font-family: Corbel;
    overflow-x: hidden !important;
}

::selection {
    background: #0c0d8a;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: PlayfairDisplay;
}

p,
a,
span,
label {
    font-family: Corbel;
    font-weight: 400;
    color: #423c3d;
}
.content-para p{
    font-size: 18px;
    color: #423c3d;
    letter-spacing: 0.5px;
}

a:hover {
    text-decoration: none;
}

.button {
    border-radius: .25rem;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 12px 30px;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.white-button {
    background: #fff;
    color: #060808;
    border: 1px solid #fff;

}

.white-button:hover {
    color: #060808;
    opacity: 0.85;
}

.white-outline-button {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.white-outline-button:hover {
    background: #fff;
    color: #060808;
}

.black-outline-button {
    background: transparent;
    border: 1px solid #060808;
    color: #060808;
}

.black-outline-button:hover {
    background: #060808;
    color: #fff;
}

.button-box {
    margin-top: 30px;
}

button:focus {
    outline: 0;
}

section.section-padding {
    padding: 60px 0;
}

section.section-bg-color {
    background: #fafcfd;
}

.sub-heading {
    position: relative;
}

.sub-heading h4 {
    font-size: 20px;
    color: #4c595e;
    display: inline-block;
    text-transform: capitalize;
}

.sub-heading span.left-line {
    display: inline-block;
    width: 150px;
    height: 1px;
    background: #4C595E;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
}

.heading h2 {
    font-size: 60px;
    color: #00149e;
    text-transform: uppercase;
}
.heading h3{
    font-size: 40px;
    color: #00149e;
    text-transform: uppercase;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.heading-after-before-line {
    position: relative;
}

.heading-after-before-line::before,
.heading-after-before-line::after {
    content: '';
    width: 45px;
    height: 2px;
    background: #131718;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);

}

.heading-after-before-line::before {
    left: -60px;
}

.heading-after-before-line::after {
    right: -60px;
}

.social-links ul li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 30px;
    border: 1px solid #000;
    border-radius: 50%;
    background: #000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.social-links ul li a img {
    width: 20px;
}

.bold {
	font-weight: bold;
}
.hpass {
	display: none;
}
.red {
	color: #ff0000;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.thumbnail>img {
	border-radius: 4px;
}

/*  =======================================
            Header
    ======================================= */

/* Top Header */
header {
    background: #fff;
}

header .top-header {
    padding: 14px 0;
    border-bottom: 1px solid #d5d3d3;
}

header .top-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header img.header-logo {
    width: 120px;
}

header .top-header .top-header-content h6 {
    color: #423c3d;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

header .top-header .top-header-content a {
    color: #423c3d;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
}
.social-links.header-social-links ul li a{
    width: 28px;
    height: 28px;
    line-height: 24px;
}
.social-links.header-social-links ul li a img{
    width: 18px;
}
.social-links.header-social-links ul li a:hover{
    background-color: #00149e;
    border-color: #00149e;
}

/* Bottom Header */
header .bottom-header {
    background: #fff;
    z-index: 10000;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

header .bottom-header .navbar {
    padding: 15px 0;
}

header .bottom-header.fixed-header .navbar {
    padding: 6px 0;
}

header .bottom-header nav .nav-item {
    padding: 0 16px;
}

header .bottom-header nav .nav-item:first-child {
    padding-left: 0;
}

header .bottom-header nav .nav-item:last-child {
    padding-right: 0;
}

header .bottom-header nav .nav-item.active .nav-link{
    color: #00149e;
}

header .bottom-header nav .nav-link {
    font-family: PlayfairDisplay;
    color: #191d1f;
    font-size: 18px;
    padding: 0 !important;
}

.active {
    color: #00149e !important;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

header .bottom-header nav .navbar-collapse {
    justify-content: center;
}

header .bottom-header.fixed-header nav .navbar-collapse {
    justify-content: flex-end !important;
}

button.navbar-toggler {
    background: #00149e;
    color: #fff;
    padding: 8px 12px;
    font-size: 22px;
}

/*  =======================================
                    Slider
    ======================================= */
.home-slider .carousel-item {
    position: relative;
}

.home-slider .carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.home-slider .carousel-item img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.carousel-caption {
    width: 100%;
    height: fit-content;
    margin: 0 auto;
    padding: 0 15px;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.carousel-caption.right-align-caption {
    text-align: right;
}

.carousel-caption.right-align-caption .carousel-caption-holder {
    margin-left: auto;
}

.carousel-caption h2,
.carousel-caption h4,
.carousel-caption p {
    color: #fff;
}

.carousel-caption h4 {
    font-size: 20px;
}

.carousel-caption h2 {
    font-size: 60px;
    line-height: 40px;
    margin-top: 10px;
}

.carousel-caption h2 small {
    font-size: 40px;
}

.carousel-caption p {
    font-size: 20px;
    font-weight: 400;
    margin: 30px 0;
}

.carousel-caption-button .button {
    display: inline-block;
    margin-right: 20px;
    letter-spacing: 2px;
    width: 200px;
}

.carousel-caption-button .button.white-button:hover {
    background: #0c0c0c;
    color: #fff;
    border-color: #0c0c0c;
}

.carousel-caption-button .white-outline-button {
    border-color: rgba(255, 255, 255, 0.35);
}

.carousel-indicators {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    justify-content: flex-start;
    bottom: 20px;
}

.carousel-indicators li {
    width: 40px;
    height: 3px;
    background: rgba(229, 229, 229, 0.7);
    border: 0;
}

.carousel-indicators li.active {
    background: #fff;
}

.home-slider-navs a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-slider-navs a:hover {
    background: #000;
}

.carousel-control-prev {
    left: 20px
}

.carousel-control-next {
    right: 20px
}

/*  =======================================
                About Section
    ======================================= */
.about-section {
    padding-top: 60px;
    padding-bottom: 20px;
}

.about-section p {
    font-size: 18px;
    color: #423c3d;
    letter-spacing: 0.5px;
}

.about-section .about-image-wrapper {
    text-align: center;
    margin-top: 30px;
}

.about-section .about-image-wrapper .about-image {
    position: relative;
    display: inline-block;
}
.about-section .about-image-wrapper .about-image>img.main-about-image{
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    border: 6px solid #fff;
}

.about-section .about-dotted-image {
    position: absolute;
    left: -20px;
    bottom: -20px;
    z-index: -1;
}

.about-image-text {
    width: 150px;
    padding: 10px 30px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -40px;
    left: 10px;
}

.about-image-text h2 {
    font-size: 80px;
    margin-bottom: 20px;
    line-height: 40px;
}

.about-image-text h4 {
    font-size: 18px;
    margin-top: 30px;
}



/*  =======================================
                Service Section
    ======================================= */
.service-section .service-item .service-image{
    overflow: hidden;
}
.service-section .service-item .service-image img{
    transition: all 0.5s;
}
.service-section .service-item:hover .service-image img{
    transform: scale(1.2);
}
.service-section .heading-content p {
    font-size: 18px;
}

.service-section .service-item {
    margin-top: 20px;
}

.service-section .service-item .service-image img {
    width: 100%;
}

.service-section .service-item h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #00149e;
}

.service-section .service-item .service-content p {
    font-size: 18px;
}


/*  =======================================
                Work Section
    ======================================= */
.our-work-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.work-lightbox {
    margin-top: 30px;
}

.work-lightbox .row {
    margin: 0;
}

.work-lightbox .row .work-item-column {
    padding: 0;
}

.work-item a {
    position: relative;
    display: inline-block;
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.work-item a img {
    width: 100%;
}

.work-item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    opacity: 0;
}

.work-item a::after {
    content: url(../images/icons/plus-icon.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    z-index: 11;
    opacity: 0;
}

.work-item a:hover::before,
.work-item a:hover::after {
    opacity: 1;
}


.product-logo-items{
    display: flex;
    flex-wrap: wrap;
}
.product-logo-items .product-logo-item{
    flex: 0 0 20%;
    max-width: 20%;
    min-height: 120px;
    display: flex;
    align-items: center;
    border: 1px solid #7c8d91;
    margin-right: -1px;
    margin-top: -1px;
}
.product-logo-items .product-logo-item .product-logo-wrapper{
    padding: 6px 20px;
}
.product-logo-items .product-logo-item .product-logo-wrapper img{
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.product-logo-items .product-logo-item:hover img{
    transform: scale(1.1);
}


/*  =======================================
            Testimonial Section
    ======================================= */
.testimonial-container {
    margin-top: 30px;
    padding: 10px;
}
.testimonial-container:nth-of-type(even) {
	background-color: #f9f9f9;
}

.testimonial-container .item {
    text-align: center;
    padding: 0 8%;
}

.testimonial-container .quote-icon::before {
    content: url(../images/icons/quote-icon.png);
}

.testimonial-container .item p {
    font-size: 18px;
    margin: 20px 0;
}

.testimonial-container .testimonee-name {
    font-size: 25px;
    color: #00149e;
    font-weight: 400;
}

.testimonial-container .owl-theme .owl-nav {
    margin-top: 0;
}

.testimonial-container .owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    line-height: 46px;
    border-radius: 50%;
    border: 1px solid #444;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.testimonial-container .owl-carousel .owl-nav button:hover {
    background: none;
}

.testimonial-container .owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.testimonial-container .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.testimonial-container .owl-carousel .owl-nav button span {
    display: none;
}

.testimonial-container .owl-carousel .owl-nav button.owl-next::before {
    content: url(../images/icons/next-icon.png);
}

.testimonial-container .owl-carousel .owl-nav button.owl-prev::before {
    content: url(../images/icons/prev-icon.png);
}


/*  =======================================
                Contact Section
    ======================================= */
.contact-form {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.23);
    padding: 30px 30px 50px;
    position: relative;
}

.contact-form::before {
    content: url(../images/vertical_dotted_image.png);
    position: absolute;
    top: 0;
    left: -20px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.contact-form::after {
    content: url(../images/dotted_image.png);
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: -1;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.form-group {
    margin-top: 12px;
    margin-bottom: 0;
}

.form-control {
    border: 1px solid #d6d6d6 !important;
    padding: 15px 15px;
    border-radius: 0;
    font-size: 17px;
    height: auto;
    color: #7c8d91;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #00149E !important;
}

textarea.form-control {
    height: 80px;
    resize: none;
}

.form-submit-btn {
    -webkit-appearance: none;
    border-style: none;
    display: inline-block;
    width: auto;
    line-height: 40px;
    padding: 0 23px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 17px;
    background-color: #00149E;
    color: #fff;
    border-radius: 4px;
    margin-top: 25px;
    text-transform: uppercase;
    font-family: PlayfairDisplay;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.form-submit-btn:hover {
    background: #000;
    border-color: #000;
}


/*  =======================================
            Footer Section
    ======================================= */
footer {
    background: url(../images/footer_bg.jpg);
}

.footer-top {
    padding: 50px 0;
    border-bottom: 1px solid #808080;
}

.footer-social-links {
    padding: 20px 0;
}

.footer-social-links ul {
    margin: 0;
}

.footer-social-links ul li a {
    border: 1px solid #fff;
    background: transparent;
}


.footer-social-links ul li a:hover {
    background: #000;
    border-color: #000;
}

.footer-nav-links a {
    font-size: 20px;
    color: #fff;
    padding: 0 24px;
}

.footer-nav-links .nav-item {
    flex-wrap: wrap;
}

.footer-bottom {
    padding: 15px 0;
}

.footer-bottom p {
    font-size: 15px;
    color: #fff;
    margin: 0;
}




/*  =======================================
                Inner Pages
    ======================================= */
.inner-pages-banner .inner-page-banner-bg{
    background: #cacaca;
    padding: 60px 0;
}
.inner-page-banner-title{
    text-align: center;
}
.inner-page-banner-title h2{
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
.inner-page-banner-title .title-border-bottoom{
    width: 100px;
    height: 5px;
    background: #fff;
    margin: 30px auto 0;
}



/*  =======================================
                About Us Page
    ======================================= */
.about-page-about-image-wrapper{
    padding: 0 40px;
}
.about-page-about-image{
    position: relative;

}.about-page-about-image::after{
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background: rgba(0, 20, 158, 0.8);
    z-index: -1;
}
.about-page-about-image img{
    width: 100%;
}


/*  =======================================
                Service Page
    ======================================= */
.service-page-service-items .service-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.service-page-service-items .service-item .service-content,
.service-page-service-items .service-item .service-image{
    flex: 0 0 50%;
}
.service-page-service-items .service-item .service-image img{
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
.service-page-service-items .service-item:nth-child(odd) .service-content{
    padding-right: 30px;
}
.service-page-service-items .service-item:nth-child(even) .service-content{
    padding-left: 30px;
    order: 2;
}
.service-page-service-items .service-item:nth-child(even) .service-image{
    order: 1;
}
.service-page-service-items .service-item .service-content h3{
    font-size: 40px;
    color: #00149e;
    font-weight: 600;
    letter-spacing: 0.8px;
    position: relative;
    margin-bottom: 50px;
}
.service-page-service-items .service-item .service-content h3::after{
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 80px;
    height: 5px;
    background: #00149e;
}
.service-page-service-items .service-item .service-content p{
    font-family: PlayfairDisplay;
    font-size: 18px;
}


/*  =======================================
                Contact Page
    ======================================= */
.contact-info-item{
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.contact-info-item .contacin-info-icon{
    padding-right: 20px;
}
.contact-info-item .contacin-info-icon>span{
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 64px;
    background: #fff;
    border: 2px solid #00149e;
    border-radius: 50%;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.contact-info-item .contacin-info-icon>span i{
    font-size: 22px;
    color: #00149e;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.contact-info-item .contacin-info-icon>span i.fa-phone{
    transform: rotate(90deg);
}
.contact-info-item:hover .contacin-info-icon>span{
    background: #00149e;
}
.contact-info-item:hover .contacin-info-icon>span i{
    color: #fff;
}
.contact-info-item .contact-info-details h5{
    text-transform: uppercase;
    color: #00149e;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 0;
}
.contact-info-item .contact-info-details a{
    font-size: 20px;
    word-break: break-all;
}
.contact-info-item .contact-info-details a.tel{
    font-family: initial;
}
.contact-info-item .contact-info-details a.mail{
    font-family: PlayfairDisplay;
}
.contact-info-item .contact-info-details a:hover{
    color: #00149e;
}