@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #6a6a6a;
    line-height: 30px;
}

a {
    color: #6d6c83;
}

a:hover, .btn-link:hover {
    color: #ffd900;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

h1, h2 {
    font-weight: 300;
    color: #262626;
}

h3, h4, h5 {
    color: #262626;
}

p {
    line-height: 28px;
    margin-bottom: 20px;
}

.pulse::after {
    animation: 2.05s ease-out 1s normal none infinite running pulse;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 100%;
    transform: scale(1.4);
}

.pulse {
    position: absolute;
}

@keyframes pulse {
    50% {
        background: transparent none repeat scroll 0 0;
        border-color: rgba(230, 230, 230, 0.3);
        transform: scale(1.1);
    }
    100% {
        border-color: transparent;
        transform: scale(1.5);
    }
}

section {
    padding: 70px 0;
}

.btn {
    border: none;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 9px 36px;
    transition: 0.5s;
    letter-spacing: 2px;
    background: #ffc107;
    box-shadow: 5px 7px 10px #0000001a;
}

.btn i {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
}

.btn:hover {
    background: #ffc107b4;
    color: #fff;
}

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

/*
start css
================================
*/

.top-header {
    background: #2e2b83;
    padding: 4px 0;
    transition: 0.5s;
}

header.header.sticky .top-header {
    margin-top: -40px;
}

.contact-info li {
    padding-right: 10px;
    font-size: 13px;
    color: #fff;
}

.contact-info li a {
    color: #fff;
}

.contact-info li i {
    margin-right: 5px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

header {
    position: relative;
    border-bottom: solid 1px #e8e8e8;
}

header.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
    width: 100%;
    right: 0;
    margin: auto;
}

nav.navbar {
    padding: 0;
}

.social-icon li {
    display: inline-block;
    margin-right: 7px;
}

.social-icon li a {
    display: block;
    width: 25px;
    height: 25px;
    background: #2e2b83;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    border-radius: 100%;
    border: dashed 1px #ffffff4f;
}

.logo img {
    max-width: 280px;
}

nav.navbar ul li:first-child {
    border-left: dashed 1px #2e2b8347;
}

nav.navbar ul li {
    border-right: dashed 1px #2e2b8347;
    padding: 30px 25px;
    transition: 0.5s;
}

nav.navbar ul li a {
    color: #2e2b83;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s;
}

nav.navbar ul li:hover {
    background: #ffc107;
    border-color: transparent;
}

nav.navbar ul li:hover a {
    color: #fff;
}

a.get_free_quote {
    background: #ffc107;
    padding: 1px 21px;
    margin-left: 10px;
    border-radius: 35px;
    color: #fff;
}

.banner .container {
    position: absolute;
    top: 0%;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
}

.banner-caption {
    position: absolute;
    top: 50%;
    left: 0;
    max-width: 60%;
    z-index: 11;
    transform: translateY(-50%);
}

/* .banner .item:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    opacity: 0.6;
} */

.banner .owl-item .banner-caption h1 {
    color: #fff;
    font-weight: 700;
    font-size: 70px;
}

.banner-caption p {
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
}

.banner .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.owl-theme .owl-dots .owl-dot span {
    background: #fff3f3;
    width: 33px;
    height: 3px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #282681;
}

button:focus {
    outline: none;
}

.banner img {
    width: 100%;
}

.info-bx {
    padding: 30px 0;
    background-color: #2e2b83;
    text-align: center;
    background-image: url(../images/bg-lines-circle.png);
    background-size: 100%;
}

.info-item i {
    font-size: 62px;
    color: #2e2b83;
    margin-bottom: 8px;
    padding: 13px;
}

.info-item {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    text-align: left; 
    height:100%;
}

.info-item h3 {
    font-weight: 800;
    font-size: 28px;
}

.info-item p {
    font-weight: 300;
    font-size: 20px;
    margin: 0;
}

.intro-wrap .intro-img {
    box-shadow: 12px 11px 16px 3px #0000001c;
}

.intro-wrap img.intro-img-2 {
    position: relative;
    bottom: 95px;
    left: -50px;
    max-width: 80%;
    border: solid 10px #fff;
    box-shadow: 12px 11px 16px 3px #0000001c;
}

.heading {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.heading h4 {
    font-weight: 300;
}

.heading h2 {
    font-size: 45px;
    font-weight: 700;
}

.heading span {
    color: #ffc107;
}

.heading:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10%;
    background: #2e2b83;
    height: 2px;
}

.heading.text-center:after {
    left: 0;
    right: 0;
    margin: auto;
}

.product-item {
    position: relative;
    overflow: hidden;
}

.product-item img {
    width: 100%;
}

.product-item:after {
    content: "";
    position: absolute;
    left: 0;
    background-image: linear-gradient(to top, #000000, #00000000);
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}

.product-item h3 {
    position: absolute;
    bottom: 11px;
    left: 0;
    right: 0;
    padding: 10px;
    color: #fff;
    z-index: 1;
    font-weight: 200;
    font-size: 20px;
}

.product-item h3:after {
    content: "";
    position: absolute;
    left: 0;
    background: #ffc107;
    height: 1px;
    width: 15%;
    bottom: 0;
    left: 12px;
}

.product-item img {
    height: 350px;
    object-fit: cover;
    transition: 0.5s;
}

.product-item:hover img {
    transform: scale(1.1);
}

.product-item figure {
    margin: 0;
}

.services-item figure {
    position: absolute;
    left: 0;
    width: 65px;
    height: 64px;
    background: #ffc107;
    padding: 10px;
    border-radius: 6px;
}
.services-item figure i {
    color: #fff;
    font-size: 45px;
    text-align: center;
    display: block;
}
.services-item {
    position: relative;
    padding-left: 85px;
    margin-bottom: 55px;
}

.services-item h3 {
    font-size: 20px;
    margin: 0 0 6px;
}

.video-wrap {
    background: url(../images/v-img.jpg) no-repeat;
    background-size: cover;
    position: relative;
	min-height:600px;  
	background-attachment: fixed;
    background-position: center center;
}

.video-wrap:after {
   /* content: "";
    position: absolute;
    left: 0;
    background: rgb(0 0 0 / 90%);
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.88;*/
}

.video-wrap>div {
    position: relative;
    z-index: 1;
}

.poupVideo img {
    width: 100%;
}

.poupVideo-btn i {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin: -20px 0 0 -20px;
    transition: all .3s;
    background: #fff;
    border-radius: 100%;
    line-height: 67px;
    font-size: 50px;
    text-align: center;
    color: #ffc107;
}

.poupVideo:hover .poupVideo-btn:before {
    transform: scale(1.1);
}

.poupVideo {
    max-width: 700px;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 30px #00000036;
}

.blog-bx {
    box-shadow: 0 0 20px #00000014;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0;
}

.blog-bx .blog-body {
    padding: 0 20px 20px;
}

.blog-bx .blog-body h3 {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.blog-bx .blog-body h3:after {
    content: "";
    position: absolute;
    left: 0;
    background: #ffc107;
    height: 2px;
    width: 16%;
    bottom: 0;
}

.blog-bx .meta * {
    font-size: 13px;
    color: #a5a5a5;
}

.blog-bx .meta {
    margin-bottom: 10px;
}

.blog-bx .meta date {
    margin-right: 10px;
}

.blog-bx .meta i {
    margin-right: 1px;
    color: #ffc107 !important;
}

.blog-bx .btn-link {
    font-weight: 400;
    color: #ffc107;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 14px;
    transition: 0.5s;
}

.blog-bx .btn-link i {
    margin-left: 5px;
}

.blog-bx:hover .btn-link {
    margin-left: 10px;
}

.blog-bx figure {
    overflow: hidden;
}

.blog-bx img {
    transition: 0.5s;
}

.blog-bx:hover img {
    transform: scale(1.1);
}

.modal-dialog {
    max-width: 700px;
}

.modal-body {
    padding: 0;
}

.modal-body button.close {
    position: absolute;
    right: -32px;
    opacity: 1;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-size: 37px;
    top: -5px;
}

iframe {
    display: block;
}

.blog-bx img {
    height: 260px;
    object-fit: cover;
}

/*
Footer css
=============
*/

.footer-top {
    background: #2e2b83;
    padding: 60px 0;
}

.bx-item * {
    color: #fff;
}

.bx-item h4 {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: dashed 1px #ffffff26;
    font-size: 18px;
}

.bx-item h4:after {
    content: "";
    position: absolute;
    left: 0;
    width: 10%;
    height: 1px;
    background: #fbfbfb;
    bottom: -1px;
}

.bx-item p, .bx-item li {
    font-size: 14px;
}

ul.footerDetails li {
    position: relative;
    padding-left: 39px;
    margin-bottom: 5px;
}

ul.footerDetails li i {
    position: absolute;
    left: 0;
    top: 7px;
    display: block;
    width: 25px;
    height: 25px;
    background: #ffffff;
    line-height: 25px;
    text-align: center;
    color: #2e2b83;
    font-size: 12px;
    border-radius: 100%;
}

.footer-logo img {
    max-width: 250px;
}

.footer-bottom {
    padding: 15px 0;
    text-align: center;
    background: #2e2b83fa;
    border-top: dashed 1px #ffffff3d;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 300;
    font-size: 14px;
}

.contact-wrap {
    background-image: url(../images/bg-lines-circle.png);
    background-size: 100%;
    padding: 55px;
    box-shadow: 0 0 30px #00000024;
    margin: -19px 0;
    border-radius: 20px;
    z-index: 1;
    position: relative;
    background-color: #fff;
}

.form-control {
    height: 55px;
    border-radius: 0;
}

.contact-row {
    display: flex;
   
    margin-bottom: 10px;
}
.info-text {
    font-size: 14px;
    line-height: normal;
}
.icon {
    padding-right: 22px;
}

.icon i {
    line-height: 42px;
    width: 40px;
    height: 40px;
    box-shadow: 2px 4px 8px rgb(0 0 0 / 16%);
    text-align: center;
    border-radius: 100%;
    font-size: 20px;
    background: #ffc107;
    color: #fff;
}

.blog-bx.blog-single {
    box-shadow: none;
    border-radius: 0;
}

.blog-bx.blog-single figure img {
    width: 100%;
}

.blog-bx.blog-single h3 {
    font-size: 31px;
}

.sidebar .side-widget {
    background: #F3F3F3;
    padding: 30px;
    margin-bottom: 20px;
}

.sidebar .side-widget h3 {
    background: none;
    position: relative;
    font-size: 22px;
    color: #2e2b83;
    z-index: 1;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.sidebar .side-widget h3:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #2e2b83;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.post-block {
    margin-bottom: 10px;
}

.item-image {
    width: 94px;
}

h4.post-title {
    font-size: 15px;
}

h4.post-title a {
    color: #000;
}

.post-meta span {
    font-size: 12px;
  
}
span.line {
    padding: 0 4px;
   
}

.item-image {
    width: 65px;
}
@media (min-width:767px){
    .mission-value {
        background: #3d46a7;
        position: relative;
    }
    .mission-value:after {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        background: #ffc107;
        width: 50%;
        top: 0;
    }
    .mission-value > div {
        position: relative;
        z-index: 1;
    }
    .mission-value * {
        color: #fff;
    }
    .mission-value .heading:after{ background: #fff;}
    .mission-value .heading h2 {
        font-size: 30px;
        font-weight: 700;
    }
}
th {
    background: #2e2b83;
    color: #fff;
}
.product-tabel {
    box-shadow: 0 0 30px #0000000f;
    border-radius: 10px;
    border: solid 1px #efefef;
}
.table th, 
.table td {
    border-right: solid 1px #d4d4d4a3;
    padding: 10px 27px;
}
.table td:last-child,
.table th:last-child { border-right: 0;}
.table { margin: 0;}
ul.list-item li {
    position: relative;
    padding-left: 21px;
    margin-bottom: 5px;
}
ul.list-item li:after {
    content: ".";
    left: 0;
    font-size: 40px;
    top: -12px;
    position: absolute;
    color: #ffc107;
}
ul.list-item li {
    position: relative;
    padding-left: 21px;
    margin-bottom: 5px;
}

.screen-reader-response ul {
    display: none;
}
span.wpcf7-not-valid-tip {
       color: red;
    font-size: 14px;
}
.screen-reader-response p {
    display: none;
}
.form-control.wpcf7-not-valid {
    border-color: RED;
}
p.error {
   color: red;
    font-size: 14px;
}
.wpcf7-response-output {  
    color: red;
    font-size: 14px;
   }
form#contactfrm.sent .wpcf7-response-output {
    background: green;
    color: #fff;
    padding: 14px;
  
}
textarea.form-control {
    height: 100px;
}
ul.footerDetails li:last-child {
    display: none;
}