/* S */
:root {
    --primary: #1f3972;
    --secondary: #51CFED;
    --light: #F8F2F0;
    --dark: #060315;
    --primary-color: #1f3972;
	--bs-blue: #1f3972;
	
}

*:focus,
*:active {
    box-shadow: none !important;
}

::selection {
    background: var(--primary);
    color: #fff;
}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
body::-webkit-scrollbar,
div::-webkit-scrollbar {
    width: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body::-webkit-scrollbar-track,
div::-webkit-scrollbar-track {
    background-color: none;
}

body::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: arial !important;
	font-size:13pt;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

img {
    -o-object-fit: cover;
    object-fit: cover;
}
.bs-slider .item {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 500px;
}
.fw-medium {
    font-weight: 600 !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.text-primary {
    color: var(--primary) !important;
}
.text-grey{
    color: gray ;
}
.opacity {
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

.opacity:hover {
    opacity: 0.8;
}

.main-title h3 {
    position: relative;
}

.main-title h3::before,
.main-title h3::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background-color: var(--primary);
}

.main-title h3::before {
    left: -15%;
}

.main-title h3::after {
    right: -15%;
}

/*** Button ***/
.btn {
    font-weight: 400;
    transition: .5s;
	border-radius:30px;
    width: auto;
	justify-content: center;
    align-items: center;

}

.btn-outline-primary {
    color: var(--primary);
    background-color: #fff;
    border: 1px solid var(--primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
    background-color: var(--primary);
    color: #fff;
    border-color: transparent;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn.btn-primary {
    background-color: var(--primary) !important;
    border: 0 !important;
}
.btn.btn-floating {
z-index:1000;
border-radius:50%;
box-shadow:1px 5px 15px #444;

}

/* End Global Rules */


/* Start Navbar  */
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-left: 15px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 13px;
    text-transform: uppercase;
    outline: none;
	
	
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color:grey;
    font-weight: 100;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height:0px;
        top: -14px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

/* End Navbar */


/* Start Landing */
.landing p {
    font-size: 54px;
    letter-spacing: 1px;
}

@media (max-width:540px) {
    .landing p {
        font-size: 21px;
    }
}

/* End landing */

/* Start Services */
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    min-height: 440px;
}

.service-item img {
    transition: .5s;
}

.service-item .service-img {
    height: 200px;
}

.service-item:hover img {
    transform: scale(1.1);
}

.service-item a.btn-slide {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

.service-item a.btn-slide i,
.service-item a.btn-slide span {
    position: relative;
    height: 40px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 0 35px 35px 0;
    transition: .5s;
    z-index: 2;
}



.service-item a.btn-slide span {
    padding-left: 0;
    left: -100%;
    z-index: 1;
}

.service-item:hover a.btn-slide i {
    border-radius: 0;
}

.service-item:hover a.btn-slide span {
    left: 0;
}

.service-item a.btn-slide:hover i,
.service-item a.btn-slide:hover span {
    background: var(--secondary);
}

/* End Services */

/* Start About  */
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

/* End About */


/* Start Centered Box */

.centered-box {
    width: 100%;
    padding: 50px 10px;
    min-height: 100vh;
}

.centered-box .input-group {
    height: 60px;
}

.centered-box input[type="checkbox"]:checked {
    background-color: #000;
    border: 1px solid transparent;
}

form .sbmit {
    width: 189px;
    height: 52px;
}

@media (max-width: 768px) {
    .centered-box .fields {
        width: 90% !important;
    }
}

/* End Centered Box */


/* Start Verification */

.verification-input input[type="text"] {
    width: 42px;
    height: 42px;
    background-color: #8a8aa563;
    border: none;
    text-align: center;
}


/* End Verification */

/* Start Icon Links */
.icon-link {
    padding: 15px 0;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    background-color: #fff;
    transition: 0.5s ease;
    cursor: pointer;
}

.icon-link i {
    color: var(--primary);
    font-size: 72px;
    transition: 0.5s ease;
}

.icon-link p {
    color: #000;
    font-size: 27px;
    margin-bottom: 0;
    transition: 0.5s ease;

}

.icon-link:hover {
    background-color: var(--primary);
}

.icon-link:hover i {
    color: #fff;
}

/* End Icon Links */

/* Start Breadcrumb */
.breadcrumb a {
    color: #000;
}

.breadcrumb .active {
    color: var(--primary) !important;
}

/* End Breadcrumb */

/* Start Tables */
section{
    overflow: auto;
}
table,
thead,
tbody,
tr{
    border: 1px solid #ccc !important;
    text-align: center;
    vertical-align: middle;

}
td {
    border: 1px solid #ccc !important;
    text-align: center;
    vertical-align: middle;
font-weight:50;
font-size:0.8em;
}
th {
    border: 1px solid #ccc !important;
    text-align: center;
    vertical-align: middle;
font-weight:50;
font-size:0.8em;
}
table input[type='text'] {
    width: 100px;
}

table .form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

table input[type='button'] {
    margin-left: 5px;
    display: block;
}
.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; 
}

.strike > span {
	font-family: DGAgnadeen !important;

    position: relative;
	text-transform: uppercase;
    display: inline-block;
	color:grey;
	font-size:25pt;
	padding:12px 0px 12px 0px;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #ccc;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}
/* End Tables */

.fit{
    width: fit-content !important;
}
/* Start Footer */
.footer {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(6, 3, 21, 0.8)), url(../images/footer.jpg) center center no-repeat;
    background-size: cover;
}
.footer h4{font-family:Poppins-Bold !important;}
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: right;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "> ";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}
#loadingpages,#loadingpages1{
              width:100%;
              position: absolute;
margin-top:60px;


            }
            #showdata .pagination ul li.inactive,#showdatavacancies .pagination ul li.inactive,  
            #showdata .pagination ul li.inactive:hover,#showdatavacancies .pagination ul li.inactive:hover{
                background-color:#ededed;
                color:#bababa;
                border:1px solid #bababa;
                cursor: default;
            }
            #showdata .data ul li, #showdatavacancies .data ul li{
                list-style: none;
                font-family: verdana;
                margin: 5px 0 5px 0;
                color: #000;
                font-size: 13px;
            }

            #showdata .pagination, #showdatavacancies .pagination{
                width: 100%;
                height: 25px;
            }
            #showdata .pagination ul li, #showdatavacancies .pagination ul li{
                list-style: none;
                float: left;
                border: 1px solid #006699;
                padding: 2px 6px 2px 6px;
                margin: 0 3px 0 3px;
                font-family: arial;
                font-size: 12px;
                color: #006699;
                font-weight: normal;
                background-color: #f2f2f2;
            }
            #showdata .pagination ul li:hover, #showdatavacancies .pagination ul li:hover{
                color: #fff;
                background-color: #006699;
                cursor: pointer;
            }
			.go_button
			{
			background-color:#f2f2f2;border:1px solid #006699;color:#cc0000;padding:2px 6px 2px 6px;cursor:pointer;position:absolute;margin-top:-1px;
			}
			.total
			{padding-top:15px;
			font:normal arial 11pt;color:#b0b0b0;
			}
			/* The onechoise */
.onechoise {
  display: block;
  width:auto;
  position: relative;
  padding-left: 27px;
  padding-right:20px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 20px;
  color:grey;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding:5px;
  border-radius:10px;
  background-color:#fff;
  border-bottom:1px solid #fff;
  
}

/* Hide the browser's default radio button */
.onechoise input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 6px;
  left: 5px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  transition:.5s;
}

/* On mouse-over, add a grey background color */
.onechoise:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.onechoise input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.onechoise input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.onechoise .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
/* Hide all steps by default: */
.tab {
  display: none;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}
/* Carousel style */ 

.carousel-item {

}
.carousel-caption {
bottom: 20px;
	
}
.carousel-caption h5 {
	font-size: 45px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
	text-shadow:3px 4px 10px #000;
}
.carousel-caption p {
	width: 100%;
	margin: auto;
	font-size: 14pt;
	line-height: 1.9;
	text-shadow:3px 4px 10px #000;

}
.carousel-caption a {
	text-transform: uppercase;
	text-decoration: none;
	background: darkorange;
	padding: 10px 30px;
	display: inline-block;
	color: #000;
	margin-top: 15px;
		text-shadow:0px 0px 0px #fff;

}
.navbar-nav a {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.navbar-light .navbar-brand {
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}



.navbar-toggler {
	padding: 1px 5px;
	font-size: 18px;
	line-height: 0.3;
	background: #fff;
}
@media only screen and (max-width: 767px) {
	
	
	.carousel-caption h5 {
		font-size: 17px;
	}
	.carousel-caption a {
		padding: 10px 15px;
		font-size: 15px;
	}
}
/* Services CSS  */
ul.i-list {
   padding-left: 0;
   list-style: none;
}

ul.i-list .list-title {
   display: inline-block;
   position: absolute;
}

ul.i-list li {
   padding: 2px 0px;
}

ul.i-list i.fa {
   margin-right: 7px;
}

ul.i-list .list-item {
   margin-top: 3px;
   display: inline-block;
}

ul.i-list.filled i.fa {
   color: white;
   font-size: 9px;
   padding: 5px;
   border-radius: 50%;
}

ul.e-icon-list.filled li {
   padding: 2px 0px;
   line-height: 24px;
}

ul.i-list.underline li {
   padding: 6px 0px;
   border-bottom: 1px solid #eee;
}

ul.i-list.medium li {
   padding-bottom: 25px;
   position: relative;
}

ul.i-list.medium .icon {
   margin-right: 25px;
   color: white;
   font-size: 25px;
   text-align: center;
   line-height: 68px;
   width: 68px;
   height: 68px;
   border-radius: 50%;
   box-shadow: 0 5px 16px rgba(0,0,0,.28);
   position: relative;
   z-index: 1;
   /*background-image: url(../img/crease.svg) !important;
   -moz-background-size: 100% 100% !important;
   background-size: 100% 100% !important;
   background-position: center center !important;*/
}

ul.i-list.medium .icon i.fa {
   margin: 0;
}

ul.i-list.medium.bordered .icon {
   background: white;
   color: inherit;
   border: 2px solid #8fc135;
   font-size: 26px;
   color: #8fc135;
   position: relative;
   z-index: 1;
   box-shadow: 0 8px 22px rgba(0,0,0,.28);
}

ul.i-list.medium .list-item {
   text-transform: uppercase;
}

ul.i-list.large .icon {
   margin-right: 30px;
   background: #d0d0d0;
   color: white;
   font-size: 30px;
   text-align: center;
   line-height: 80px;
   width: 80px;
   height: 80px;
   border-radius: 50%;
   box-shadow: 0 8px 22px rgba(0,0,0,.28);
}

ul.i-list.large .icon i.fa {
   margin: 0;
}

ul.i-list.large.bordered .icon {
   background: inherit;
   color: inherit;
   border: 2px solid #8fc135;
   font-size: 30px;
   color: #8fc135;
}

ul.i-list.large .list-item {
   text-transform: uppercase;
}

ul.i-list .icon {
   float: left;
}

ul.i-list.right {
   text-align: right;
}

ul.i-list.right .icon {
   float: right;
}

ul.i-list.right .icon {
   float: right;
   margin-right: 0;
   margin-left: 25px;
}

ul.i-list.large.right .icon {
   float: right;
   margin-right: 0;
   margin-left: 30px;
}

ul.i-list.large li {
   margin-bottom: 25px;
}

ul.i-list .icon-content {
   overflow: hidden;
}

ul.i-list .icon-content .title {
   margin-top: 5px;
   margin-bottom: 10px;
}

.left-line .iconlist-timeline {
   left: auto;
   right: 35px;
}

.iconlist-timeline {
   position: absolute;
   top: 1%;
   left: 32px;
   width: 1px;
   height: 99%;
   border-right-width: 1px;
   border-right-style: dashed;
   height: 100%;
   border-color: #ccc;
}
.icon{
        background-color: #0cb4ce;
}
separator, .testimonial-two, .exp-separator-inner {
    border-color: #0cb4ce;
}
.exp-separator {
    border-color: #0cb4ce;
    border-top-width: 2px;
    margin-top: 10px;
    margin-bottom: 2px;
    width: 100%;
    max-width: 55px;
    border-top-style: solid;
    height: auto;
    clear: both;
    position: relative;
    z-index: 11;
}
.section-sub-title {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: Poppins;
}
.section-title {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0.45em;
    margin-bottom: 0.35em;
    color: #303133;
    font-family: Poppins;
    letter-spacing: -0.02em;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.text-center {
    text-align: center!important;
}
.center-separator .exp-separator-inner, .center-separator.exp-separator {
    margin-left: auto;
    margin-right: auto;
}
/* End Footer */