:root {
--primary: #3963ad;
--secondary: #E93C05;
--tertiary: #555555;
--light: #DFE4FD;
--dark: #011A41;
}
a {color: #3963ad;}
.text-primary {
color: #3963ad !important;
}
.btn-primary {
color: #fff;
background-color: #3963ad;
border-color: #3963ad;
}
.back-to-top {
position: fixed;
display: none;
right: 30px;
bottom: 30px;
z-index: 99;
}
h1,
.h1,
h2,
.h2,
.fw-bold {
font-weight: 700 !important;
}
h3,
.h3,
h4,
.h4,
.fw-medium {
font-weight: 600 !important;
}
h5,
.h5,
h6,
.h6,
.fw-semi-bold {
font-weight: 500 !important;
}
/*** Spinner ***/
#spinner {
opacity: 0;
visibility: hidden;
transition: opacity .5s ease-out, visibility 0s linear .5s;
z-index: 99999;
}
#spinner.show {
transition: opacity .5s ease-out, visibility 0s linear 0s;
visibility: visible;
opacity: 1;
}
.gray{ background-color: #f8f8f8;}
.fixed-top {background: #dee2fbcc;}
.inner-page.fixed-top {background: transparent;}
.count-one,.cpre{ display: inline-block;}
/*** Button ***/
.btn {
transition: .5s;
font-weight: 500;
}
.btn-primary,
.btn-outline-primary:hover {
color: var(--light);
}
.btn-square {
width: 38px;
height: 38px;
}
.btn-sm-square {
width: 32px;
height: 32px;
}
.btn-lg-square {
width: 48px;
height: 48px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
padding: 0;
display: flex;
align-items: center;
justify-content: center;
font-weight: normal;
}
/*** Navbar ***/
.fixed-top {
transition: .5s;
}
.top-bar {
height: 45px;
border-bottom: 1px solid rgba(53, 94, 252, .07);
}
.navbar .dropdown-toggle::after {
border: none;
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 900;
vertical-align: middle;
margin-left: 8px;
}
.navbar .navbar-nav .nav-link {
padding: 25px 15px;
color: var(--tertiary);
font-weight: 500;
outline: none;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
color: var(--primary);
}
.navbar-brand img{ width: 300px;}
.main .card {
background: #ffffff;

color: #333333;
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
margin-bottom: 24px;
}
.main .card-image {

display: block;
padding-top: 70%;
position: relative;
width: 100%;


}
.main .card-image img {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;

}

.simple-pagination ul {
margin: 0 0 20px;
padding: 0;
list-style: none;
text-align: center;
}
.simple-pagination li {
display: inline-block;
margin-right: 5px;
}
.simple-pagination li a,
.simple-pagination li span {
color: #666;
padding: 5px 10px;
text-decoration: none;
border: 1px solid #EEE;
background-color: #FFF;
box-shadow: 0px 0px 10px 0px #EEE;
}
.simple-pagination .current {
color: #FFF;
background-color: #3963ad;
border-color: #3963ad;
}
.simple-pagination .prev.current,
.simple-pagination .next.current {
background: #294a83;
}

.team-img{ width: 100%; border-radius: 25px; border:2px solid #3963ad;}
.shadow-bg { background: #fff; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.team-style03 .team-img {
width: 100%;
height: auto;
border-radius: 10px;
}
.team-style03 .team-img img {
border-radius:8px; width: 100%;
}
.team-details p{font-size:13px}
.team-style03 .team-details1{min-height:150px;}
.team_details{padding: 10px}
.modal-content{border-radius: 0}
.btn-close {
    border-radius: 50%;
    position: absolute;
    right: -14px;
    background: #96cfd4;
    color: #000;
    cursor: pointer;
    z-index: 9;
    width: 30px;
    height: 30px;
    font-size: 20px;
    text-align: center;
    line-height: 28px;
    opacity: 1 !important;
    top: -14px;
    text-shadow: none;
}
.team-style03 .team-details {
transition: all 0.4s ease-in-out;
text-align: center;
padding: 20px;
background: #fff;
box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.1);
width: 90%;
margin: -30px auto 20px auto;
position: relative;
z-index: 1;
border-radius: 4px;
}
.popup .overlay {
position:fixed;
top:0px;
left:0px;
width:100vw;
height:100vh;
background:rgba(0,0,0,0.7);
z-index:1;
display:none;
}

.popup .content {
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%) scale(0);
background:#fff;
width:500px;
height:250px;
z-index:2;
text-align:center;
padding:20px;
box-sizing:border-box;
font-family:"Open Sans",sans-serif;
}

.popup .close-btn {
cursor:pointer;
position:absolute;
right:20px;
top:20px;
width:30px;
height:30px;
background:#222;
color:#fff;
font-size:25px;
font-weight:600;
line-height:30px;
text-align:center;
border-radius:50%;
}

.popup.active .overlay {
display:block;
}

.popup.active .content {
transition:all 300ms ease-in-out;
transform:translate(-50%,-50%) scale(1);
}

.team-style03 .team-details  button {
padding:15px;
font-size:18px;
border:2px solid #3963ad;
color: #3963ad;
text-transform:uppercase;
font-weight:600;
background:#fff;
}
@media only screen and (max-width: 600px) {
.main .container {
display: grid;
grid-template-columns: 1fr;
grid-gap: 1rem;
}
}

@media (max-width: 991.98px) {
.navbar .navbar-nav {
margin-top: 10px;
border-top: 1px solid rgba(0, 0, 0, .07);
background: #FFFFFF;
}
.navbar .navbar-nav .nav-link {
padding: 10px 0;
}

element {
background-image: url("img/about-header.jpg");

visibility: visible;

animation-delay: 0.1s;

animation-name: fadeIn;

}
}
@media (min-width: 992px) {
.team-content .modal-dialog{ max-width: 60%;}
.navbar .nav-item .dropdown-menu {
display: block;
visibility: hidden;
top: 100%;
transform: rotateX(-75deg);
transform-origin: 0% 0%;
transition: .5s;
opacity: 0;
}
.navbar .nav-item:hover .dropdown-menu {
transform: rotateX(0deg);
visibility: visible;
transition: .5s;
opacity: 1;
}
}
/*** Header ***/
.carousel-caption {
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
text-align: start;
z-index: 1;
}
.carousel-control-prev,
.carousel-control-next {
width: 3rem;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
width: 3rem;
height: 3rem;
background-color: var(--primary);
border: 10px solid var(--primary);
}
.carousel-control-prev-icon {
border-radius: 0 3rem 3rem 0;
}
.carousel-control-next-icon {
border-radius: 3rem 0 0 3rem;
}
.project-detail-img{ width: 100%; border-radius: 15px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
.project-detail-page h4{ color: #3963ad;}
@media (max-width: 768px) {
.navbar-brand img{ width: 200px;}
#header-carousel .carousel-item {
position: relative;
min-height: 450px;
}

#header-carousel .carousel-item img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
}
}
.page-header {
padding-top: 10.2rem;
padding-bottom: 6rem;
/* background: url(../img/header.jpg) no-repeat; */
background-repeat: no-repeat;
background-position: top left;
background-size: 100%;
box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 8px;
}
.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
font-weight: 500;
}
.page-header .breadcrumb-item+.breadcrumb-item::before {
color: var(--tertiary);
}
/*** Facts ***/
.facts {
background: linear-gradient(rgba(57, 99, 173, .95), rgba(57, 99, 173, .95)), url(../img/bg.png);
}
/*** Callback ***/
.callback {
position: relative;
}
.callback::before {
position: absolute;
content: "";
width: 100%;
height: 50%;
top: 0;
left: 0;
background: linear-gradient(rgba(57, 99, 173, .95), rgba(57, 99, 173, .95)), url(../img/bg.png);
z-index: -1;
}
/*** Feature ***/
.feature .feature-box,
.feature .feature-box * {
transition: .5s;
}
.feature .feature-box:hover {
background: var(--primary);
border-color: var(--primary) !important;
}
.feature .feature-box:hover * {
color: #FFFFFF !important;
}
.feature .feature-box .icon-datacollection{ background-image: url(../img/data-collection-blue.png);  width: 45px; height: 45px; background-size: 45px; margin-bottom: 10px;  background-repeat: no-repeat;}
.feature .feature-box:hover .icon-datacollection{background-image: url(../img/data-collection.png);background-repeat: no-repeat; }
.feature .feature-box .icon-surveys{ background-image: url(../img/survey-blue.png);  width: 45px; height: 45px; background-size: 45px; margin-bottom: 10px;  background-repeat: no-repeat;}
.feature .feature-box:hover .icon-surveys{background-image: url(../img/survey.png);background-repeat: no-repeat; }
.feature .feature-box .icon-analysis{ background-image: url(../img/data-blue.png);  width: 45px; height: 45px; background-size: 39px; margin-bottom: 10px;  background-repeat: no-repeat;}
.feature .feature-box:hover .icon-analysis{background-image: url(../img/data.png);background-repeat: no-repeat; }
/*** Service ***/
.service .nav .nav-link {
transition: .5s;
border: 1px solid #3963ad ;
padding: 0.4rem 0.8rem;
}
.service .nav .nav-link.active {
border-color: var(--primary) !important;
background: var(--primary);
color: #FFFFFF;
}
.service .nav .nav-link.active h5 {
color: #FFFFFF !important;
}
.service .nav .nav-link.active h5 i {
color: #FFFFFF !important;
}
.service-section .accordion-item{ border: none; padding: 0;}
.service-section .accordion-body{ padding: 1rem 0rem;min-height: 500px;}
/*** Project ***/
.project-item,
.project-item .project-img {
position: relative;
}
.project-item .project-img a {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(255, 255, 255, .5);
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px;
opacity: 0;
transition: .5s;
}
.project-item:hover .project-img a {
opacity: 1;
}
.project-item .project-title {
position: absolute;
top: 3rem;
right: 0;
bottom: 0;
left: 3rem;
border: 1px solid var(--light);
border-radius: 8px;
display: flex;
align-items: flex-end;
padding: 18px;
z-index: -1;
transition: .5s;
}
.project-item:hover .project-title {
background: var(--primary);
border-color: var(--primary);
}
.project-item .project-title h6 {
transition: .5s;
}
.project-item .project-title.new-t h6{ font-size: 0.9rem;}
.project-item:hover .project-title h6 {
color: #FFFFFF;
}
.project-carousel .owl-nav {
margin-top: 25px;
display: flex;
justify-content: center;
}
.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
margin: 0 12px;
width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary);
background: var(--light);
border-radius: 45px;
font-size: 22px;
transition: .5s;
}
.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
background: var(--primary);
color: var(--light);
}
/*** Team ***/
.team-item {
position: relative;
padding: 4rem 0;
}
.team-item img {
position: relative;
z-index: 2;
}
.team-item .team-text {
position: absolute;
top: 0;
right: 3rem;
bottom: 0;
left: 3rem;
padding: 15px;
border: 1px solid var(--light);
border-radius: 8px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
transition: .5s;
z-index: 1;
}
.team-item:hover .team-text {
background: var(--primary);
border-color: var(--primary);
}
.team-item .team-text h4 {
transition: .5s;
}
.team-item:hover .team-text h4 {
color: #FFFFFF;
}
.team-item .team-social .btn {
background: var(--light);
color: var(--primary);
}
.team-item:hover .team-social .btn {
background: #FFFFFF;
}
.team-item .team-social .btn:hover {
background: var(--primary);
color: var(--light);
}
/*** Testimonial ***/
.testimonial-item {
position: relative;
text-align: center;
padding-top: 30px;
}
.testimonial-item .testimonial-text {
position: relative;
text-align: center;
}
.testimonial-item .testimonial-text .btn-square {
position: absolute;
width: 60px;
height: 60px;
top: -30px;
left: 50%;
transform: translateX(-50%);
}
.testimonial-item .testimonial-text::before {
position: absolute;
content: "";
bottom: -60px;
left: 50%;
transform: translateX(-50%);
border: 30px solid;
border-color: var(--light) transparent transparent transparent;
}
.testimonial-item .testimonial-text::after {
position: absolute;
content: "";
bottom: -59px;
left: 50%;
transform: translateX(-50%);
border: 30px solid;
border-color: #FFFFFF transparent transparent transparent;
}
.testimonial-carousel .owl-item img {
margin: 0 auto;
width: 100%;
border: 1px solid #ccc;
border-radius: 10px;

}
.testimonial-carousel .owl-nav {
margin-top: 25px;
display: flex;
justify-content: center;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
margin: 0 12px;
width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary);
background: var(--light);
border-radius: 45px;
font-size: 22px;
transition: .5s;
}
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
background: var(--primary);
color: var(--light);
}
/*** Footer ***/
.footer .btn.btn-link {
display: block;
margin-bottom: 5px;
padding: 0;
text-align: left;
color: var(--light);
font-weight: normal;
text-transform: capitalize;
transition: .3s;
}
.footer .btn.btn-link::before {
position: relative;
content: "\f105";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-right: 10px;
}
.footer .btn.btn-link:hover {
color: var(--primary);
letter-spacing: 1px;
box-shadow: none;
}
.copyright {
color: var(--light);
background: #000B1C;
}
.copyright a {
color: var(--light);
}
.copyright a:hover {
color: var(--primary);
}
.service-section .nav-tabs button {  height: 45px;display:inline-flex;}
.service-section .nav-tabs button label{cursor: pointer;}
.service-section .nav-tabs button.active .icon {
background-image: url(../img/data-collection.png);
background-size: 27px;
width: 27px;
height: 27px;
background-repeat: no-repeat;
margin-right: 10px;
}
.service-section .nav-tabs button .icon {
background-image: url(../img/data-collection-blue.png);
background-size: 27px;
width: 27px;
height: 27px;
background-repeat: no-repeat;
margin-right: 10px;
}
.service-section .nav-tabs button.active .icon2 {
background-image: url(../img/survey.png);
background-size: 27px;
width: 27px;
height: 27px;
background-repeat: no-repeat;
margin-right: 10px;
}
.service-section .nav-tabs button .icon2 {
background-image: url(../img/survey-blue.png);
background-size: 27px;
width: 27px;
height: 27px;
background-repeat: no-repeat;
margin-right: 10px;
}
.service-section .nav-tabs button.active .icon3 {
background-image: url(../img/data.png);
background-size: 22px;
width: 27px;
height: 27px;
background-repeat: no-repeat;
margin-right: 10px;
}
.service-section .nav-tabs button .icon3 {
background-image: url(../img/data-blue.png);
background-size: 22px;
width: 27px;
height: 27px;
background-repeat: no-repeat;
margin-right: 10px;
}
.service-image{ width: 350px; float: right; margin:20px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;transition: 0.8s; border-radius: 10px; }
.service-image:hover{box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
@media (max-width: 1000px) {
.carousel-caption{ text-align: center;margin-top: 80%; background: rgba(255, 255, 255, .6);}
.carousel-caption .btn{ display: none;}
.page-header {
padding-top: 5rem;
padding-bottom: 2rem;
background-position: top right;
background-size: cover;
box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 8px;

}
.servicetab.tab-content>.tab-pane {
display: block;
opacity: 1;
}
.service-section .accordion-button{ border: 1px solid #b5b5b5; margin-bottom: 5px;}
.service-image { width: 100%;  float: right;  margin: 0px 0 20px;}

}