/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark:#091E3E;
}


/* News Listing
================================================== */
.post {
  border-bottom: 1px solid #dadada;
  padding: 0 0 30px;
  margin: 0 0 45px;
}

.post.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.post-body {
  padding: 20px 0;
}

.entry-header .entry-title {
  font-size: 24px;
  margin: 5px 0 15px;
  position: relative;
  line-height: 34px;
  text-transform: capitalize;
}

.entry-header .entry-title a {
  color: #303030;
}

.entry-header .entry-title a:hover {
  color: #06A3DA;
}

.entry-content{
  font-size: 22px;
}

.post-single .entry-header .entry-title {
  font-size: 28px;
}

/* Meta */
.post-meta {
  padding-bottom: 10px;
}

.post-meta a {
  color: #303030;
}

.post-meta a:hover {
  color: #bb2a2d;
}

.post-meta span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #dadada;
  line-height: 12px;
  display: inline-block;
}

.post-meta i {
  color: #bbb;
  margin-right: 3px;
}

.post-meta .post-comment {
  border-right: 0;
}

.post-meta .post-comment .comments-link {
  margin-left: 5px;
}

.post-footer .btn.btn-primary {
  font-size: 12px;
  margin-top: 10px;
}

/* Pagination */
.paging {
  margin-bottom: -5px;
}

.pagination li a {
  border-radius: 0 !important;
  margin-right: 8px;
  color: #7c7c7c;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > li > a:hover {
  color: #fff;
  background: #06A3DA;
  border: 1px solid transparent;
}

/*-- Team page --*/
.team-slide .slick-slide {
    margin-left: 25px;
    padding-bottom: 60px;
  }
  
  
  .team-slide .slick-list {
    margin-left: -25px;
  }
  
  .team-slide .carousel-control {
    position: absolute;
    bottom: 0;
    left: 50%;
    border: 0;
    background-color: #ddd;
    height: 37px;
    width: 37px;
    border-radius: 4px;
    transition: .3s;
    z-index: 6;
  }
  
  .team-slide .carousel-control:hover {
    background-color: #bb2a2d;
    color: #fff;
  }
  
  .team-slide .carousel-control.left {
    -webkit-transform: translateX(calc(-50% - 25px));
            transform: translateX(calc(-50% - 25px));
  }
  
  .team-slide .carousel-control.right {
    -webkit-transform: translateX(calc(-50% + 25px));
            transform: translateX(calc(-50% + 25px));
  }
  
  .team-slide .carousel-control.slick-disabled {
    opacity: .4;
  }
  
  .team-slide .carousel-control.slick-disabled:hover {
    background-color: #ddd;
    color: #000;
  }
  
  .ts-team-wrapper {
    position: relative;
    overflow: hidden;
  }
  
  .ts-team-wrapper .ts-team-content {
    position: absolute;
    top: 76%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px 25px;
    margin-top: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    transition: 350ms;
  }
  
  @media (max-width: 1200px) {
    .ts-team-wrapper .ts-team-content {
      top: 72%;
    }
  }
  
  @media (max-width: 575px) {
    .ts-team-wrapper .ts-team-content {
      text-align: center;
    }
  }
  
  .ts-team-wrapper .ts-name {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 3px;
    line-height: normal;
    color: #bb2a2d;
  }
  
  .ts-team-wrapper .ts-designation {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 700;
  }
  
  .ts-team-wrapper .team-social-icons a i {
    color: #fff;
    margin-right: 8px;
    text-align: center;
    transition: 400ms;
  }
  
  .ts-team-wrapper .team-social-icons a i:hover {
    color: #bb2a2d;
  }
  
  .ts-team-wrapper:hover .ts-team-content {
    top: 0;
    padding-top: 50px;
  }
  
  /* Team Classic */
  /* .ts-team-content-classic {
    margin-top: 15px;
  }
  
  .ts-team-content-classic .ts-name {
    font-size: 16px;
    margin-bottom: 5px;
    color: #212121;
  }
  
  .ts-team-content-classic .ts-designation {
    color: #888;
    margin-bottom: 5px;
    font-weight: 600;
  }
  
  .ts-team-content-classic .team-social-icons a i {
    color: #999;
  }
  
  .ts-team-content-classic .team-social-icons a i:hover {
    color: #bb2a2d;
  } */

/* Widget tags */
.widget-tags ul > li {
    float: left;
    margin: 3px;
  }
  
  .sidebar .widget-tags ul > li a {
    border: 1px solid #dadada;
    color: #303030;
    display: block;
    font-size: 14px;
    padding: 3px 15px;
    transition: all 0.3s ease 0s;
  }
  
  .sidebar .widget-tags ul > li a:hover {
    background: #06A3DA;
    color: #fff;
    border: 1px solid transparent;
  }

/*--------------------login----------------------*/
.divider:after,
.divider:before {
content: "";
flex: 1;
height: 1px;
background: #eee;
}
.h-custom {
height: calc(100% - 73px);
}
@media (max-width: 450px) {
.h-custom {
height: 100%;
}
}

/*--------------------whatsapp api----------------------*/

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:85px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

/*--------------------Style for Browse Job----------------------*/
.jobs .row{
    margin:0;
    }
    .heading{
    text-align:center;
    margin-bottom:30px;
    }
    .heading h2{
    font-weight:400;
    margin-bottom:10px;
    }
    .heading p{
    font-weight:300;
    font-size:17px;
    }
    .companies{
    margin-top:30px;
    }
    .company-logo{
    display: table;
    width: 100%;
    }
    .company-logo img{
    margin:0 auto;
    max-width:100px
    }
    .company-content{
    }
    .company-content h3{
    font-size:25px;
    font-weight:400;
    margin-bottom:10px;
    margin-top:7px;
    }
    .company-content h3 span {
    font-size: 13px;
    padding: 2px 20px;
    float: right;
    text-align: center;
    color: #ffffff;
    margin-top: 5px;
    display: inline-block;
    line-height: 1.7;
    border-radius: 2px;
    }
    .company-content p span{
    font-size:15px;
    margin-right:20px;
    margin-bottom:10px;
    }
    .company-content p span i{
    font-size:15px;
    margin-right:5px;
    }
    .company-list {
    background: #ffffff;
    margin: 12px 0;
    padding: 12px 0 12px 0;
    border:1px solid #f4f5f7;
    -webkit-box-shadow:0px 0px 10px 0px rgba(107,121,124,0.2);
    box-shadow:0px 0px 10px 0px rgba(107,121,124,0.2);
    }
     /* .company-content h3 .full-time{
    background:#1ec715;
    }
    .company-content h3 .freelance{
    background:#01b5ff;
    }
    .company-content h3 .internship{
    background:#cc68f3;
    }
    .company-content h3 .part-time{
    background:#ff8f3e;
    }  */


    .company-content h3 .Apply-Now{
        background:#091E3E;
        }

    .brows-btn{
    background:#da0833 ;
    color:#ffffff;
    text-transform:uppercase;
    font-size:16px;
    display:table;
    text-shadow:none;
    line-height: 1.2;
    margin:20px auto;
    font-weight:400;
    padding:14px 25px;
    }



/*-------------------Inner page Start-----------------------*/
.inner-banner{
    background-size:cover !important;
    background-position:center !important;
    padding:7% 0;
    position:relative;
    text-align:center;
    color:#ffffff;
    margin:0;
    }
    .inner-banner .caption{
    position:relative;
    }
    .inner-banner h2{
    color:#ffffff;
    font-weight:400;
    display: block;
     margin-bottom: 25px;
    }
    .inner-banner p{
    color:#ffffff;
    font-weight:300;
    display: block;
    font-size:20px;
    margin-top:20px;
    }
    .inner-banner p span{
    color:#da0833;
    }
    .inner-banner:before{
    content:"";
    display:block;
    top:0;
    bottom:0;
    left:0;
    right:0;
    position:absolute;
    background:rgba(12,20,25,0.7);
    }

    @media only screen and (min-width: 768px){

        .main-banner h2{
        font-size:82px;
        }
        .inner-banner h2{
        font-size:82px;
        }
    }


    .profile-detail img{
        border:4px solid rgba(107,121,124,0.2);
        }
@-moz-keyframes ring{0%{-moz-transform:scale(0);opacity:0}25%{-moz-transform:scale(.1);opacity:.1}50%{-moz-transform:scale(.5);opacity:.3}75%{-moz-transform:scale(.8);opacity:.5}100%{-moz-transform:scale(1);opacity:0}}@-webkit-keyframes ring{0%{-webkit-transform:scale(0);opacity:0}25%{-webkit-transform:scale(.1);opacity:.1}50%{-webkit-transform:scale(.5);opacity:.3}75%{-webkit-transform:scale(.8);opacity:.5}100%{-webkit-transform:scale(1);opacity:0}}
.jumbotron h4{
font-size:28px;
margin-top:12px;
margin-bottom:10px;
position:relative;
color:#ffffff;
}
.jumbotron p{
font-size:17px;
position:relative;
}
.jumbotron p span{
font-size:14px;
color:#13ad00;
}
.basic-information{
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 30px 30px 20px;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
    box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	border: 1px solid #eaecf1;
	display: table;
    width: 100%;
}

.profile-detail img{
border:4px solid rgba(107,121,124,0.2);
}
.basic-information h2{
margin:0;
margin-bottom:10px;
color:#404b4d;
}
.basic-information h2 span{
color:#2e5593;
font-size:15.5px;
display:block;
}

.basic-information p{
font-size:17px;
}
.information{
margin:0;
padding:0;
}

.information li{
display:block;
padding:10px 0;
font-size:15.5;
list-style:none;
border-bottom:1px solid rgba(107,121,124,0.1);
}
.information li span{
display: inline-block;
font-weight:bold;
width:150px;
}
.social{
margin:0;
padding:50px 0;
display:inline-block;
width:100%;
}
.social li{
list-style:none;
float:left;
margin-bottom:7px;
}
.social li a{
font-size:15px;
color:#6b797c;
}
.social li:hover a, .social li:focus a{
text-decoration:none;
}
a.facebook {
    border: 1px solid #2e5593;
    width: 90%;
    display: inline-block;
   padding: 4px 5px;
    border-radius: 50px;
}
a.google {
    border: 1px solid #d6201f;
    width: 90%;
    display: inline-block;
    padding: 4px 5px;
    border-radius: 50px;
}
a.twitter {
    border: 1px solid #1da0f2;
    width: 90%;
    display: inline-block;
    padding: 4px 5px;
    border-radius: 50px;
}
a.linkedin {
    border: 1px solid #0077b5;
    width: 90%;
    display: inline-block;
    padding: 4px 5px;
    border-radius: 50px;
}
a.instagram {
    border: 1px solid #d3368c;
    width: 90%;
    display: inline-block;
    padding: 4px 5px;
    border-radius: 50px;
}
.social li i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #ffffff;
    line-height: 42px;
    text-align: center;
	margin-right:7px;
}

.social li .facebook i{
background:#295396;
}
.social li .google i{
background:#d6201f;
}
.social li .twitter i{
background:#1da0f2;
}
.social li .linkedin i{
background:#0077b5;
}
.social li .instagram i{
background:#d3368c;;
}
.panel {
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
box-shadow: none;
border: none;
}
.panel-default>.panel-heading {
background: #f4f5f7;
box-shadow: none;
border: none;
color: #505a5d;
}
.basic-information p {
font-size: 16px;
line-height: 1.9;
}
.service-tag {
background-color: #da0833;
border-radius: 0 2px 2px 0;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
line-height: 1.2727272727;
margin: 2px 4px 2px 10px;
padding: 3px 7px;
position: relative;
text-transform: uppercase;
}
.service-tag:after {
background-color: #fff;
border-radius: 50%;
content: "";
height: 4px;
position: absolute;
top: 8px;
left: -2px;
width: 4px;
}
.service-tag:before {
border-top: 10px solid transparent;
border-right: 8px solid #da0833;
border-bottom: 10px solid transparent;
content: "";
height: 0;
position: absolute;
top: 0;
left: -8px;
width: 0;
}
.panel-body ul{
margin:0;
padding:0;
margin-top:20px;
}
.panel-body ul li{
list-style:none;
line-height:1.7;
padding: 0 0 6px 10px;
margin: 10px 0;
margin-left: 16px;
}
.panel-body ul li:before{
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f067";
color:#da0833;
padding: 8px 12px 8px 5px;
margin-left: -31px;
}

/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#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;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/***Logo***/
.logo img {
    max-height: 40px;
}

/*** Navbar ***/

.navbar-dark{
    background: #FFFFFF;
}
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);

}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }

    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}
/****dropdown***/
.dropdown .dropdown-menu{
    display:none;
    }

    dropdown:hover> .dropdown-menu, .dropdown:hover> .dropdown-menu{
    display:block;
    margin-top: .125em;
    margin-left: .125em;
    }

    @media screen and (min-width:769px){
    dropdown:hover> .dropdown-menu{
    position:absolute;
    top:0;
    left:100%

    }
    }

/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    /* padding: 10px; */
    height: auto;
     /* Should be removed. Only for demonstration */
  }

  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-about-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/about.jpg) center center no-repeat;
    background-size: cover;
    height: 550px;
}


.bg-services-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/servicehome.png) center center no-repeat;
    background-size: cover;
    height: 550px;
}

.bg-vacancy-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/job.png) center center no-repeat;
    background-size: cover;
    height: 550px;
}


.bg-news-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/news.png) center center no-repeat;
    background-size: cover;
    height: 550px;
}


.bg-gallery-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/gallery.png) center center no-repeat;
    background-size: cover;
    height: 550px;
}


.bg-contact-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/contact.png) center center no-repeat;
    background-size: cover;
    height: 550px;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}

/*--------------------------------------------------------------
# Features Section (CORE CAPABILITIES)
--------------------------------------------------------------*/
.features .nav-tabs {
    border: 0;
  }

  .features .nav-link {
    padding: 15px 0;
    transition: 0.3s;
    color: var(--secondary);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100%;
    border: 0;
    border-bottom: 4px solid #e4e2e6;
  }

  .features .nav-link i {
    padding-right: 15px;
    font-size: 48px;
  }

  .features .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
  }

  @media (max-width: 575px) {
    .features .nav-link h4 {
      font-size: 16px;
    }
  }

  .features .nav-link:hover {
    color: var(--primary);
  }

  .features .nav-link.active {
    color: var(--primary);
    background-color: transparent;
    border-color:var(--primary);
  }

  .features .tab-content {
    margin-top: 30px;
  }

  .features .tab-pane h3 {
    font-weight: 700;
    font-size: 32px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .features .tab-pane h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: var(--primary);
    left: 0;
    bottom: 0;
  }

  .features .tab-pane ul {
    list-style: none;
    padding: 0;
  }

  .features .tab-pane ul li {
    padding-top: 10px;
  }

  .features .tab-pane ul i {
    font-size: 20px;
    padding-right: 4px;
    color: var(--primary);
  }

  .features .tab-pane p:last-child {
    margin-bottom: 0;
  }


/*----------------background image-------------------- */
.backgroundImage{
    background-image: url('../img/background.jpg');
    /* width: 500px;
    height: 1300px; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    height:100vh;
    /* background-size: auto 100%; */
    background-size: 100% 100%;
}


.slider_body {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

  .slider_body p {
    color: #b3b3b3;
    font-weight: 300; }

    .slider_body h1,
    h2,
    .fw-bold {
        font-weight: 800 !important;
    }

    .slider_body
    h3,
    h4,
    .fw-semi-bold {
        font-weight: 700 !important;
    }

    .slider_body
    h5,
    h6,
    .fw-medium {
        font-weight: 600 !important;
    }

    .slider_body a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .slider_body  a, a:hover {
      text-decoration: none !important; }

      .slider_body.content {
    padding: 7rem 0; }

    .slider_body h2 {
    font-size: 20px; }

  /* Carousel 4*/
  .testimony-29101 .image {
    width: 40%;
    background-size: cover;
    background-position: center center; }
    @media (max-width: 991.98px) {
      .testimony-29101 .image {
        height: 300px; } }

  .testimony-29101 .text {
    width: 60%;
    padding: 7rem 4rem;
    background: #f8f9fa; }
    .testimony-29101 .text blockquote {
      position: relative;
      padding-bottom: 50px;
      font-size: 18px; }
      .testimony-29101 .text blockquote .author {
        font-size: 14px;
        position: absolute;
        bottom: 0; }

  @media (max-width: 991.98px) {
    .testimony-29101 .image, .testimony-29101 .text {
      width: 100%;
      display: block !important; } }

  @media (max-width: 991.98px) {
    .slide-one-item .owl-nav {
      display: none; } }

  .slide-one-item .owl-nav .owl-prev,
  .slide-one-item .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000; }
    .slide-one-item .owl-nav .owl-prev span,
    .slide-one-item .owl-nav .owl-next span {
      font-size: 30px; }
    .slide-one-item .owl-nav .owl-prev:hover,
    .slide-one-item .owl-nav .owl-next:hover {
      color: #000; }
    .slide-one-item .owl-nav .owl-prev:active, .slide-one-item .owl-nav .owl-prev:focus,
    .slide-one-item .owl-nav .owl-next:active,
    .slide-one-item .owl-nav .owl-next:focus {
      outline: none; }

  .slide-one-item .owl-nav .owl-prev {
    left: 20px; }

  .slide-one-item .owl-nav .owl-next {
    right: 20px; }

  .slide-one-item .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 2; }
    .slide-one-item .owl-dots .owl-dot {
      display: inline-block; }
      .slide-one-item .owl-dots .owl-dot > span {
        -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
        -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
        transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
        display: inline-block;
        width: 15px;
        height: 3px;
        background: rgba(0, 123, 255, 0.4);
        margin: 3px; }
      .slide-one-item .owl-dots .owl-dot.active > span {
        width: 15px;
        background: #007bff; }

/* .card-title{
    font-family: Arial, Helvetica, sans-serif;
    font-size:20px ;
    font-style: bold;
}

.card-text{
    font-family: Arial, Helvetica, sans-serif;
    font-size: larger;
} */