/********** Template CSS **********/
:root {
    --primary: #01009a;
    --secondary: #555555;
    --light: #F1F3FA;
    --dark: #1C2035;
}

.fw-medium {
    font-weight: 500;
}

.bg-them {background-color: #df1918;}

/*** 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;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.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 ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar-brand {width: 25%;}

.navbar-brand img {width: 100%;}

.navbar .navbar-nav .nav-link {
    margin-right: 25px;
    padding: 6px 0;
    color: var(--dark);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    border-bottom: 2px solid rgb(0, 0, 138);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
}

@media (max-width: 768px) {
    #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 {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/clientele.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}

/*** Service ***/
.service-item {
    position: relative;
    overflow: hidden;
    
}

.service h1 {
    color: #434141;
    text-align: left;
    font-size: 23px;
}

.service-item .h5:hover {
    color: #FF9A17;
}

.serbtn {
    background: #FF9A17;
    padding: 8px 32px;
    border-radius: 0;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    transition: all 0.5s ease-in-out;
}

.serbtn:hover {
    background: #111;
    color: #fff;
}

/*** Welcome ***/

.welcome_main {
    width: 100%;
    display: inline-block;
    background: rgb(0, 0, 138);
    padding: 50px;
}

.welcome_main h2 {
    color: #ff9a17;
    text-align: center;
}

.welcome_main p {
    color: #fff;
    font-size: 15px;
    text-align: justify;
}

.justify {
    text-align: justify;
}

.aboutus {
    width: 100%;
    display: inline-block;
    background-color: rgb(0, 0, 138);
    padding: 1%;
}

.aboutus h1 {
    color: #ff9a17;
    font-size: 23px;
    margin-bottom: 15px;
    text-align: left;
}

.aboutus p {
    font-size: 14px;
    color: #fff;
}

.about_us_right img {
    width: 100%;
    height: 250px;
}

.vision_mission_right img {
    width: 100%;
    height: 200px;
    display: block;
    margin-bottom: 20px;
}

/*** Clients ***/

.clients {
    width: 100%;
    display: inline-block;
    background-color: #f6f6f6;
    padding: 40px 0;
}

.clients h1 {
    color: #434141;
    font-size: 23px;
    text-align: left;
    margin-bottom: 15px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 120px;
    height: 41px;
    border: 1px solid #ddd;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*** Products Inner Pages***/

.products {
  padding-bottom: 40px;
}

.product_menu h3 {
    background: #5A5A5A;
    padding: 15px;
    margin-bottom: 0;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.products .nav-tabs {
  border: 0;
}

.products .nav-link {
  border: 0;
  padding: 15px 10px;
  transition: 0.3s;
  color: #364146;
  transition: 0.3s ease-in-out;
  border-radius: 0;
  background-color: rgb(0,0,138); 
}

.products .nav-link h4 {
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  color: #FFFFFF;
}

.product_menu li a i {
    float: right;
    color: #fff;
    font-size: 13px;
    transition: all 0.5s;
    margin-top: 4px;
}

.products .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.products .nav-link:hover {
  background: #ff9a17;
}

.products .nav-link:hover h4 {
  color: #fff;
}

.products .nav-link.active {
  border-radius: 0;
  border: 0;
  background: rgb(0,0,138);
}

.products .nav-link.active h4 {
  color: #fff;
}

.products .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.product_right {
    padding: 20px 20px;
    box-sizing: border-box;
    min-height: 300px;
    background: #F5F5F5;
    margin-left: 15px;
    position: relative;
}

.greenmain h3 {
    font-size: 20px;
    color: #00008A;
    font-weight: bold;
    margin: 10px 0;
    text-transform: none;
}

.greenleft > img {
    height: 200px;
    width: 300px;
}

.products p {
    font-family: "open sans";
    color: #3B3E40;
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
}

.products p i {
    margin-right: 10px;
    color: #F00;
}

.employee_title h2 {
    display: inline-block;
    margin-right: 15px;
    font-size: 17px;
    color: #434141;
    font-weight: bold;
}

.right img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.products h2 {color: #00008A;}

/*** Technology Partners ***/
.technology_partners {
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
}

@media (max-width: 991.98px) { 

    .technology_partners li {
        width: 32% !important;
    }
}

ul, li {
    list-style: none;
    padding-left:0;
}

.technology_partners h1 {
    color: #434141;
    font-size: 23px;
    text-align: left;
    margin-top: 10px;
}

.technology_partners li {
    width: 14%;
    float: left;
    padding: 30px 0px 0px;
}

.technology_partners li img {
    border: 1px solid #ddd;
    width: 120px;
    height: 41px;
}

.under_updation img {
    width: 30%;
}

/*** Contact Us ***/
.contactus {
    width: 100%;
    display: inline-block;
    background-color: rgb(0, 0, 138);
    padding: 1%;
}

.contactus h1 {
    color: #ff9a17;
    font-size: 23px;
    margin-bottom: 15px;
    text-align: left;
}

.address p {
    line-height: 15px;
    color: #fff;
    font-size: 14px;
}

.form-floating input {
    width: 100%;
    margin-bottom: 20px;
    border: 0;
    border: 1px solid #ccc;
    padding: 5px 0 5px 5px;
    font-size: 12px;
}

.form-floating textarea {
    width: 100%;
    border: 0;
    border: 1px solid #ccc;
    height: 100px;
    padding: 5px 0 5px 5px;
    resize: none;
    font-size: 12px;
}

/*** Footer ***/
.footer {
    color: #B0B9AE;
}

.copyright {
    color: #B0B9AE;
    font-size: 14px;
}

.copyright {
    background: #111111;
}

.footer-menu a:hover {
    color: #ff9a17 !important;
} 

.footer .footer-menu a {
    margin-right: 7px;
    padding-right: 7px;
    font-size: 14px;
    color: #FFFFFF;
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}