/* header */

marquee {
    font-weight: 500;
}

.site-logo {
    width: 100%;
}

.bg-col-class {
    height: 113px !important;
    position: relative;
    padding-right: 90px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 45px;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.bg-col-class:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #006cff;
    background-image: -webkit-gradient(linear, left top, right top, from(#006cff), to(#1227b8));
    background-image: -webkit-linear-gradient(left, #006cff, #1227b8);
    background-image: -moz-linear-gradient(left, #006cff, #1227b8);
    background-image: -ms-linear-gradient(left, #006cff, #1227b8);
    background-image: -o-linear-gradient(left, #006cff, #1227b8);
    background-image: linear-gradient(left, #006cff, #1227b8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#006cff', endColorStr='#1227b8', gradientType='1');
    -webkit-transform: skewX(25deg);
    -khtml-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    -o-transform: skewX(25deg);
    transform: skewX(25deg);
    display: block;
    right: 30px;
}

input#search-field {
    border: none;
    border-bottom: 1px solid #c8c8c8;
    border-radius: 0;
}

button.btn.btn-outline-success {
    border: none;
}

i.fa.fa-search {
    font-size: 21px;
    color: #0c3dcf;
}

/* Banner */

.carousel-caption {
    right: 50% !important;
    top: 30%;
	width: 100%;
}

.carousel-item h5 {
    font-size: 45px;
    font-weight: 700;
}

.carousel-item p {
    font-size: 18px;
}

a.nav-link {
    font-weight: 600;
}

a.btn.sliderbtn {
    background: #7114ef;
    color: #fff;
    padding: 6px 35px;
}

a.nav-link:hover {
    border-bottom: 2px solid #ecb602;
}

.over-img {
    background-image: url("Images/h2-bg-slider1-overlay.png");
    bottom: 0;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    pointer-events: none;
}



/* About Us */

.nav {
    justify-content: space-evenly;
}

section#about {
    padding: 95px 0 !important;
}

.ct-abt-sec:before {
    content: '';
    width: 400px;
    height: 400px;
    border: 44px solid #7114ef;
    position: absolute;
    top: -43px;
    right: -40px;
    z-index: -1;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    animation: el-bounce 3s infinite linear alternate;
}

.abt-div {
    position: relative;
}

.abt-box {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 18px;
    right: 18px;
    -webkit-box-shadow: 0 8px 65px rgba(12, 12, 12, .19);
    -khtml-box-shadow: 0 8px 65px rgba(12, 12, 12, .19);
    -moz-box-shadow: 0 8px 65px rgba(12, 12, 12, .19);
    -ms-box-shadow: 0 8px 65px rgba(12, 12, 12, .19);
    -o-box-shadow: 0 8px 65px rgba(12, 12, 12, .19);
    box-shadow: 0 8px 65px rgba(12, 12, 12, .19);
    -webkit-border-radius: 30px 30px 0 0;
    -khtml-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -ms-border-radius: 30px 30px 0 0;
    -o-border-radius: 30px 30px 0 0;
    border-radius: 30px 30px 0 0;
    padding: 20px 30px;
    display: flex;
    flex-wrap: nowrap;
    margin: 20px;
}

.abt-box img {
    width: 85px !important;
    height: 100px;
    object-fit: contain;
}

@keyframes el-bounce {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }

    100% {
        transform: translateY(15px)
    }
}



/*button.nav-link:active {
    border-bottom: 2px solid #7114ef !important;
}*/

button.nav-link {
    border: none !important;
    border-bottom: 1px solid #ebebeb !important;
    font-weight: 600;
}

.nav-tabs {
    border-bottom: 3px solid #ebebeb !important;
}

h5.subtitle {
    color: #7114ef;
    font-size: 18px;
    font-weight: 700;
}


/* services */

#service .fa {
    font-size: 40px;
    background: #7114ef;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#service1 .fa {
    font-size: 40px;
    background: #7114ef;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.item--inner img {
    width: 55%;
}

.item--inner {
    height: 320px;
    display: grid;
    align-items: center;
    align-content: center;
    background: #ffff;
    padding: 45px;
    margin: 17px;
	box-shadow: 0px 0px 4px 1px #44444470;

}

.inner-indus{
	    background: #f4f4f4;
    height: 460px !important;
    padding: 40px !important;
}

#service i.fa.fa-arrow-right {
    font-size: 20px !important;
    margin: auto;
}

#service1 i.fa.fa-arrow-right {
    font-size: 20px !important;
    margin: auto;
}

a.serva {
    color: #212529;
    text-decoration: none;
}

section#service {
    background-image: url(Images/secbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.item--icon.mb-4 {
    display: grid;
    justify-items: center;
}

h4.item--title {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}

.item--inner:hover .fa {
    color: #ffff !important;
    filter: brightness(0) invert(1);
}

.item--inner:hover {
    background: #7114ef;
}

.item--inner:hover h4.item--title {
    color: #ffff;
}
.item--inner:hover p.inner-p {
    color: #ffff;
	font-size: 14px;
}
p.inner-p{
	text-align: center;
	    font-size: 14px;
}

.item--inner:hover .item--icon img {
    filter: brightness(0) invert(1);
}

h3.title {
    font-size: 34px;
}


/* Whowe */

.titlewhy{
	font-size: 28px;
}

.whowesec {
    background-image: url(img/h2-bg-section-04.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.whoimg {
    box-shadow: 0 25px 18px rgb(0 9 69 / 28%);
    width: 80%;
    border-radius: 30px;
    height: 400px;
    object-fit: cover;
}

.box {
    box-shadow: 0px 0px 9px 6px #f4f4f4;
    margin-right: 10px;
    padding: 10px 20px;
}

.whoimgdiv {
    position: relative;
}

.ct-img {
    position: relative;
    z-index: 99;
}

.ct-banner-shape {
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 88;
    animation: animationFramesFive 12s infinite linear alternate;
}

@keyframes animationFramesFive {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(-40px)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(40px)
    }

    100% {
        transform: translateY(0)
    }
}


/* Blog Slider */


.post-slide{
    background: #fff;
    margin: 30px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
/*    margin-left: -10px;*/
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: #ecb60285;
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title a{
    font-size:18px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
	text-decoration: none;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #7114ef;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #7114ef;
    border-radius: 25px;
    text-transform: uppercase;
	text-decoration: none;
}
.post-slide .read-more:hover{
    background: #7114ef;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:30%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:30%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}




/* Footer */

footer {
    background-color: #000000;
    background-image: url("Images/bg-footer1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer h6,
footer p {
    color: #fff;
}
footer p{
	font-size: 15px;
}
footer a{
	text-decoration: none;
}
img.footer-logo{
    width: 45%;
}

.contact .btn {
    background: #7114ef !important;
	    border-color: #7114ef !important;
}
footer h6 {
    color: #ecb602;
}

/* inner page */

section.page-title {
    padding: 30px 0;
    background: #f4f4f4;
}