@import url('https://use.fontawesome.com/releases/v5.0.8/css/all.css');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700');

body {
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
}

body.landing {
    height: 100vh;
    overflow: hidden;
}

.display-none {
    display: none;
}

input.error,
textarea.error {
    border:1px solid red;
}

label.error {
    color: red;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 0px;
}

input:focus,
textarea:focus {
    outline: none;
    border:1px solid #285C91;
}

.wrapper {
    padding-top: 90px;
    min-height: 700px;
}

.text-center {
    text-align: center !important;
}

.color-white {
    color: #fff !important;
}

.color-primary {
    color: #285C91 !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

h3 {
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
}

h4 {
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
}

hr.short-line {
    width: 40px;
    margin-top: .3rem;
    margin-bottom: 1.4rem;
    border-width: 2px;
    border-color: #285C91;
}

hr.short-line.left {
    width: 40px;
    margin: 0px;
    margin-top: .3rem;
    margin-bottom: 1.4rem;
    border-width: 2px;
    border-color: #285C91;
}

input[type=text],
input[type=email] {
    padding: 5px 8px;
}

textarea {
	border-color: #e4e4e4;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.btn-primary {
    background-color: #285C91;
    color: #fff;
    font-size: 13px;
    padding: 6px 20px;
    border-radius: 20px;
    transition: .3s;
}

.btn-primary:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.btn-white {
    background-color: transparent;
    border: 1px solid #285C91;
    color: #285C91;
    font-size: 13px;
    padding: 4px 25px;
    border-radius: 20px;
    transition: .3s;
}

.btn-white:hover {
    background-color: #285C91;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.img-fix {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.bg-white {
    background-color: #fff !important;
}

.bg-primary {
    background-color: #285C91 !important
}

.bg-secondary {
    background-color: #f8f8f8 !important;
}



/*content style begin*/

.container-custom {
    padding: 20px 100px;
}

.navbar {
    padding: 0px 100px;
    font-weight: 400;
}

.navbar-brand img {
    height: 55px;
    margin: 0px;

}

.navbar .link-custom-line {
    border-bottom: 3px solid transparent;
    padding: 20px 0px;
}

.navbar .link-custom-line.active {
    border-bottom: 3px solid #427DB1;
}


.navbar .link-custom-line.active .nav-link {
    color: #285C91 !important;
}

.navbar-light .navbar-nav .nav-link {
    /*margin: 0px 5px;*/
    /*border-left: 1px solid rgba(66, 125, 177,0.7);*/
    color: #285C91;
    padding: 6px 24px;
    line-height: normal;
}

.navbar .link-custom-line:last-child .nav-link {
    /*border-right: 1px solid rgba(66, 125, 177,0.7);*/
}

body.landing .navbar-light .navbar-nav .nav-link,
body.landing .navbar .link-custom-line:last-child .nav-link {
    border: none;
}

.navbar-light .navbar-nav .nav-link:first-child {
    /*margin-left: 0px;*/
}

.navbar-light .navbar-nav .nav-link:last-child {
    /*margin-right: 0px;*/
    /*border-right: 1px solid #427DB1;*/
}


/*.navbar-light .navbar-nav .nav-link.active {
	color: #285C91;
}*/

.navbar {
    position: fixed;
    width: 100%;
    z-index: 2;
    box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.1);
}

.navbar.landing {
    box-shadow: none;
}

.navbar.landing .nav-link {
    color: #fff;
    transition: .2s;
}

.navbar.landing .nav-link:hover {
    color: rgba(255,255,255,.7);
}

footer {
    margin-top: 80px;
    box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.1);
}

footer.landing {
    margin-top: 0px;
    position: fixed;
    bottom: 0px;
    z-index: 2;
    width: 100%;
}

footer .copyright {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
}

footer .nav-footer {
    padding: 15px 10px;
}

footer .nav-footer a {
    color: #fff;
    font-weight: 600;
    margin: 0px 20px;
}

footer .social-icon {
    padding: 10px;
}

footer .social-icon a {
    color: #fff;
}

footer .social-icon a:hover {
    opacity: .87;
    text-decoration: none;
}

footer .social-icon i {
    font-size: 18px;
    margin: 5px 15px;
}


.breadcrumbs {
    padding: 15px 100px;
    font-weight: 600;
}

.breadcrumbs a {
    font-weight: 400;
    color: #000000;
}

.breadcrumbs i {
    color: rgba(0, 0, 0, 0.5);
    margin: 0px 10px;
}

.container-custom.history {
    background-image: url("../images/bg1.png");
    min-height: 900px;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}


.slider.landing img {
    height: 90vh !important;
    object-fit: cover;
    object-position: center;
}

#landing-slider .owl-nav {
    margin-top: -130px;
    position: relative;
}

#landing-slider .owl-nav button {
    vertical-align: middle;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    height: 35px;
    width: 35px;
    font-weight: 300;
    font-size: 12px;
    border-radius: 50%;
}


/*#landing-slider .owl-nav button:last-child {
	border-left: 1px solid #fff;
}*/

#landing-slider .owl-nav button:hover {
    opacity: .8;
}

#landing-slider .line-nav {
    display: inline-block;
    width: 1px;
    height: 45px;
    margin: 0px 15px;
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: -18px;
}


#services-slider img {
    height: 400px;
    object-fit: cover;
    object-position: center;
}

#services-slider .owl-nav {
    margin-top: -80px;
    position: relative;
}

#services-slider .owl-nav button {
    vertical-align: middle;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    height: 35px;
    width: 35px;
    font-weight: 300;
    font-size: 12px;
    border-radius: 50%;
}


/*#services-slider .owl-nav button:last-child {
    border-left: 1px solid #fff;
}*/

#services-slider .owl-nav button:hover {
    opacity: .8;
}

#services-slider .line-nav {
    display: inline-block;
    width: 1px;
    height: 45px;
    margin: 0px 15px;
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: -18px;
}

.owl-dots button:active,
.owl-dots button:focus,
.owl-nav button:active,
.owl-nav button:focus {
    outline: none;
}


.vision-mission .vision {
    border-right: 3px solid #285C91;
}

.timeline {
    overflow-x: auto;
    padding: 20px 0;
}

.timeline ol {
    width: 100%;
    transition: all 1s;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.timeline ol li {
    list-style: none;
    position: relative;
    text-align: center;
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 5px;
}

.timeline ol li:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    background: #285C91;
    margin: -5px auto 20px auto;
}

.timeline ol li:not(:last-child)::after {
    content: "";
    width: calc(100% - 14px);
    height: 2px;
    display: block;
    background: #285C91;
    margin: 0;
    position: absolute;
    top: 4px;
    left: calc(50% + 7px);
}

.icon-values {
	display: inline-block;
	line-height: 4;
	text-align: center;
	background: #C2D500;
	height: 60px;
	width: 60px;
	border-radius: 50%;

}

.icon-values img {
	height: 32px;
}

.icon-services {
	display: inline-block;
	line-height: 4.6;
	text-align: center;
	background: transparent;
	border: 2px solid #285C91;
	height: 75px;
	width: 75px;
	border-radius: 50%;

}

.icon-services img {
	height: 35px;
}

.icon-services-img-only img {
    height: 70px;
}

.icon-values-img-only img {
    height: 60px;
}

.slider-gallery .item a:focus {
    outline: none;
}

.slider-gallery .owl-stage {
    padding-left: 0px !important;
}

.slider-gallery img {
	height: 180px;
	object-position: center;
	object-fit: cover;
}

.contact tr td {
	text-align: left;
	padding-bottom: 10px;
	font-size: 16px;
}

.contact .text-label {
	padding-right: 20px;
	color: #285C91;
}

.form-box {
	padding: 30px;
	background: #F7F7F7;
}

.form-box-career {
    padding: 30px;
}

.form-box-career input,
.form-box-career textarea {
    background: #F7F7F7;
    border: 1px solid #e4e4e4;
}

/*upload*/
/*
.inputfile-box {
  position: relative;
}*/

.inputfile {
  display: none;
}

.upload-custom {
	display: block;
	margin: 0px;
}

.file-box {
    background: #F7F7F7;
    display: inline-block;
    width: calc(100% - 40px);
    border: 1px solid #e4e4e4;
    cursor: pointer;
    padding: 5px;
    /*box-sizing: border-box;*/
    height: 35px;
}

.file-button {
	margin-top: 2.5px;
	cursor: pointer;
	line-height: 1.9;
	text-align: center;
  background: #285C91;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  border-radius: 50%;
  right: 0px;
  color: #fff;
}

/*end upload*/

.desc-career h5{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.desc-career strong {
    color: #285C91;
}

.desc-career ul {
    margin-top: 5px;
    margin-left: -15px;
}


.list-jobs {
	border-bottom: 1px solid #e4e4e4;
}

.list-jobs:nth-of-type(1) {
	border-top: 1px solid #e4e4e4 !important;
}

.list-jobs .desc-jobs {
	padding: 10px;
}

.list-jobs span {
    float: right;
}

.list-jobs .inner-jobs {
    padding: 10px;
    color: #285C91;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 15px;

}

.list-jobs .inner-jobs span {
    color: rgba(0,0,0,0.86);
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 15px;
}

.btn-job {
	color: #285C91;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 15px;
	width: calc(100% - 80px);
	display: inline-block;
	padding: 10px 10px;
}

.btn-job:hover {
	text-decoration: none;
}

.collapse-custom .right-text {
	color: rgba(0,0,0,0.86);
	font-weight: 400;
    letter-spacing: 1px;
    font-size: 15px;
    display: inline-block;
    padding: 10px 10px;
	float: right;
}

.navbar-toggler {
    font-size: 1rem;
    padding: 4px 6px;
}

button:focus,
button:active {
	outline: none;
}



/*input custom*/
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 5px 7px;
    margin-bottom: 0px;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
/* style 6 */

.inputfile-6 + label {
    color: #000;
    padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #285C91;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 5px 7px;
    /* 10px 20px */
}

.inputfile-6 + label span {
    border: 1px solid #e4e4e4;
    background-color: #f7f7f7;
    height: 35px;
    width: calc(100% - 40px);
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 + label strong {
    height: 32px;
    margin-top: 2px;
    margin-left: 5px;
    border-radius: 50%;
    width: 32px;
    text-align: center;
    line-height: 1.42;
    color: #fff;
    background-color: #285C91;
    display: inline-block;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    opacity: .92;
}

.text-slider-home {
    position: absolute;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    padding: 0px 100px;
}

.text-slider-home h4 {
    color: #BED42F;
    font-size: 38px;
    letter-spacing: 2.5px;
    margin-bottom: 25px;
}

.text-slider-home p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.5px;
    font-weight: 300;
}

.text-slider-home .container-p-slider {
    width: 40vw;
}

.text-slider-home p b{
    font-weight: 600;
}



@media (max-width: 1199px) {
    .text-slider-home .container-p-slider {
        width: 60vw;
    }
	.container-custom {
	    padding: 20px 60px;
	}
	.breadcrumbs {
	    padding: 15px 60px;
	}
	.navbar {
	    padding: 0px 60px;
	}
    .text-slider-home{
        padding: 0px 60px;
    }
    .text-slider-home h4 {
        font-size: 34px;
    }
    .text-slider-home p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .text-slider-home .container-p-slider {
        width: 100%;
    }
	.container-custom {
	    padding: 20px 40px;
	}
	.breadcrumbs {
	    padding: 15px 40px;
	}
	.navbar {
	    padding: 10px 40px;
	}
    .text-slider-home{
        padding: 0px 40px;
    }
    .landing .navbar-light .navbar-toggler {
        background: #fff;
        border-color: #fff;
    }
    .navbar .link-custom-line {
        padding: 5px 0px;
    }
    .navbar-nav {
        border-top: 1px solid #e4e4e4;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .landing .navbar-nav {
        border-top: 1px solid #000;
        background: #000;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 0px;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 13px;
    }
    .landing .navbar.landing .nav-link {
        color: #fff;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 13px;
        padding: 0px 15px;
    }
    .navbar .link-custom-line.active {
        border-color: transparent;
    }
}

@media (max-width: 575px) {
	.container-custom {
	    padding: 20px 20px;
	}
	.breadcrumbs {
	    padding: 15px 20px;
	}
	.navbar {
	    padding: 10px 20px;
	}
    .text-slider-home{
        padding: 0px 20px;
    }
    .text-slider-home h4 {
        font-size: 28px;
    }
    .text-slider-home p {
        font-size: 14px;
    }
    .text-slider-home p br {
        display: none;
    }
	.navbar-brand img {
	    height: 38px;
	    margin-top: 3px;
	    margin-bottom: 3px;
	}
    .form-box {
        margin-top: 20px;
    }
	.wrapper {
		padding-top: 80px;
	}
    footer .nav-footer a {
        font-weight: 400;
    }
    .slider.landing img {
        object-position: left;
    }
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #285C91;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

