/* common css */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}
a {
    text-decoration: none !important;
}
ul,ol {
    list-style-type: none;
}
img {
    border: 0;
    vertical-align: none;
}
@font-face {
    src: url(../fonts/OpenSans-Regular.ttf);
    font-family: os-reg;
}
@font-face {
    src: url(../fonts/Oswald-Bold.ttf);
    font-family: ob;
}
@font-face {
    src: url(../fonts/Oswald-Medium.ttf);
    font-family: om;
}
@font-face {
    src: url(../fonts/Oswald-Regular.ttf);
    font-family: or;
}
/* header part css */
#header {
    background: #565252;
    height: 40px;
    padding-top: 5px;
}
.header-text p {
    line-height: 32px;
    font-family: os-reg;
    font-size: 14px;
    color: #e7e7e7;
}
.header-link a {
    padding-left: 25px;
}
.header-link a i {
    color: #e7e7e7;
    font-size: 14px;
    line-height: 32px;
    transition: all linear .3s;
}
.header-link a i:hover{
    color: rgb(30, 80, 173);
    box-shadow: #0872b9;
}
/* navbar part */
.navbar {
    background: #ffffff;
}
.navbar-brand{
    height: 36px;
    width: 110px;
    z-index: 1;
}
.navbar-light .navbar-nav .nav-link {
    font-family: os-reg;
    font-size: 14px;
	color: #353535;
    transition: all linear .3s;
}
 .navbar-light .navbar-nav .active > .nav-link,  .navbar-light .navbar-nav .nav-link.active {
	color: #0872b9;
}
.navbar-light .navbar-nav .nav-link:hover{
	color: #0872b9;
}
/* banner part */
#banner {
    background: url(../images/bank2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
#banner::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.6);
}
.banner-text {
    position: relative;
    z-index: 999;
    margin-top: 90px;
    margin-bottom: 100px;
}
.banner-text h3{
    font-family: or;
    font-size: 30px;
    margin-bottom: 45px;
    color: #ffffff;
    text-transform: uppercase;
}
.banner-text h1 {
    font-family: ob;
    font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
}
.banner-text p {
    font-family: os-reg;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}
.banner-link {
    margin-top: 50px;
}
.banner-link a {
    font-family: om;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    background: transparent;
    margin-left: 10px;
    padding: 5px 10px;
    border: 1px solid #ffffff;
    transition: all linear .3s;
}
.banner-link a:hover{
    background: #0872b9;
    border: 1px solid #0872b9;
}
/* typed js css */
.typed_wrap {
	display: block;
	border: 4px solid #ecf0f1;
	width: 290px;
	height: auto;
	padding: 30px;
	
	/*centers it in the .banner*/
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.typed_wrap h1 {
	display: inline;
}

/*Add custom cursor so it auto inherits font styles*/
.typed::after {
	content: '|';
	display: inline;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}

/*Removes cursor that comes with typed.js*/
/* .typed-cursor{
   opacity: 0;
	display: none;
} */
/*Custom cursor animation*/
/* @keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
} */
/* @-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
} */
/* @-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
} */
/* about part css */
#about{
    padding: 40px 0px;
}
.about-header {
    margin-top: 60px;
}
.about-header h2 {
    font-family: om;
    font-size: 24px;
    color: #353535;
    text-transform: uppercase;
    width: 9%;
    margin: 0 auto;
    background: url(../images/line.png);
    background-repeat: no-repeat;  
    background-size: auto; 
    background-position: bottom left;
}
.about-text {
    margin-top: 50px;
    margin-left: 30px;
  
}
.about-text p {
    font-family: os-reg;
    font-size: 14px;
    line-height: 24px;
    color: #555555;
 
}
.about-img{
    height: 18rem;
    width: 20rem;
    margin-top: 38px;
    
}
.btn-about {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #353535;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}

.btn-about:hover {
    background-color: #555555;
}


/* mission-vision part css start */
#mission-vision{
    padding: 40px 0px;
}
#mission-vision h3 {
    font-size: 18px;
    font-weight: bold;
    color: rgb(53, 53, 53);
    margin-top: 20px;
}
.mission-img{
    height: 18rem;
    width: 25rem;
    margin-top: 70px;
    margin-left: 10px;
}
/* mission-vision part css end */

/* documents css start */
#documents-photos{
    padding: 40px 0px;
}
#documents-photos h3 {
    font-size: 18px;
    font-weight: bold;
    color: #353535;
    margin-top: 20px;
}

.photo-gallery {
    display: grid
    ;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-top: 40px;
        
}
.about-img1{
    height: auto;
    width: auto;
}

.doc-img {
    width: 100%;
    margin-left: 75px;
    height: 11rem;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3sease-in-out;
}

.doc-img:hover {
    transform: scale(1.05);
}
/* documents css end */
/* service part css */
#service{
    padding: 30px 20px;
}
.service-header {
    margin-top: 66px;
    display: flex;
    text-align: center;
    justify-content: center;
}
.service-header h2 {
    font-family: om;
    font-size: 24px;
    color: #353535;
    text-transform: uppercase;
    width: 13%; 
    background: url(../images/line.png);
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 20px;
    background-position: bottom left;
    
}
 .serv-wrap{
    display: flex;
        row-gap: 150px;
        margin-top: 70px;
 }
.ser-slider {
    margin-top: 100px;
    row-gap: 130px;
}
.ser-img {
    position: absolute;
    width: 200px;
    border-radius: 25%;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    top: -135px;
   
}
.ser-img img {
    margin-top: 50%;
    transform: translateY(-50%);
    border-radius: 10%;
}
.ser-text {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 10px;
    background: #f1f1f1;
    transition: alllinear .3s;
}
.ser-text h3 {
    padding-top: 50px;
    font-family: om;
    font-size: 18px;
    color: #353535;
}
.ser-text p {
    font-family: os-reg;
    font-size: 14px;
    line-height: 24px;
    color: #555555;
}
.ser-text:hover{
    box-shadow: 1px 1px 1px 2px #b5b5b5;
}
.read-more-btn {
    display: inline-flex ;
        align-items: center;
        gap: 10px;
        background-color: #2c3e50;
        color: #ffffff;
        padding: 9px 15px;
        font-size: 14px;
        font-weight: 500;
        border-radius: 50px;
        border: 2px solid #2c3e50;
        transition: all 0.3s ease-in-out;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.read-more-btn i {
    font-size: 16px;
    transition: transform 0.3s ease-in-out;
}

.read-more-btn:hover {
    background-color: transparent;
    color: #2c3e50;
    border-color: #2c3e50;
    transform: translateY(-3px);
}

.read-more-btn:hover i {
    transform: translateX(5px);
}


/* portfolio part */
.port-header {
    margin-top: 60px;
}
.port-header h2 {
   font-family: om;
    font-size: 24px;
    color: #353535;
    text-transform: uppercase;
    width: 14%;
    margin: 0 auto;
    background: url(../images/line.png);
    background-repeat: no-repeat;  
    background-size: auto; 
    background-position: bottom left; 
}
.port-slide {
    margin-top: 30px;
}
.port-img img {
    width: 100%;
}
.port-img {
    position: relative;
    width: 100%;
    margin-top: 20px;
}
.overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    top: 0px;
    left: 0px;
    background: rgba(68, 68, 68, 0.8);
    transition: all linear .3s;
}
.overlay i {
    color: #ffffff;
    font-size: 22px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #5bc5f4;
    line-height: 50px;
    visibility: hidden;
    cursor: pointer;
}
.overlay a {
    position: relative;
    top: 45%;
    transform: translateY(+50%);
}
.port-img:hover .overlay {
    height: 100%;
}
.port-img:hover .overlay i {
    visibility: visible;
}
/* team part */
.team-header {
    margin-top: 60px;
}
.team-header h2 {
    font-family: om;
    font-size: 24px;
    color: #353535;
    text-transform: uppercase;
    width: 14%;
    margin: 0 auto;
    background: url(../images/line.png);
    background-repeat: no-repeat;  
    background-size: auto; 
    background-position: bottom left; 
}
.team-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}
.team-item img {
    width: 100%;
    transform: scale(1);
    transition: all linear .3s;
}
.over-link {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    right: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.8);
    transition: all linear .3s;
}
.team-link {
    margin-top: 18px;

}
.over-link a {
    position: relative;
    display: block;
    text-align: center;
}
.over-link i {
    font-size: 20px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 15px 18px;
    margin-top: 15px;
    transition: all linear .3s;
}
.over-link i:hover{
    background: #5bc5f4;
}
.team-item:hover .over-link {
    width: 30%;
}
.team-item:hover.team-item img {
    transform: scale(1.2);
}
.team-text h3 {
    font-family: om;
    font-size: 16px;
    color: #353535;
    padding-top: 10px;
    transition: all linear .3s;
    text-transform: uppercase;
}
.team-text p {
    font-family: os-reg;
    font-size: 14px;
    color: #555555;
}
.extraz:hover .team-text h3 {
    color: #5bc5f4;
}
/* testimonial part */
#testimonial{
    padding: 40px 0px;
}
.testimonial-header {
    margin-top: 50px;
}
.testimonial-header h2 {
    font-family: om;
    font-size: 24px;
    color: #353535;
    text-transform: uppercase;
    width: 14%;
    margin: 0 auto;
    background: url(../images/line.png);
    background-repeat: no-repeat;  
    background-size: auto; 
    background-position: bottom left; 
}
.testimonial-part {
    margin-top: 35px;
    position: relative;
}
.test-text {
    width: 100%;
    height: 200px;
    background: #f1f1f1;
    margin-top: 40px;
    transition: all linear .3s;
}
.tri-shape {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 100px;
    left: 46%;
    transform: translateX(-50%);
    background: #f1f1f1;
    transform: rotate(45deg);
}
.test-text h3 {
    padding-top: 30px;
    font-family: om;
    font-size: 16px;
    color: #353535;
    text-transform: uppercase;
}
.test-text i {
    color: #5bc5f4;
    font-size: 13px;
}
.test-text h4 {
    font-family: os-reg;
    font-size: 13px;
    color: #555555;
    padding-top: 10px;
}
.test-text p {
    font-family:os-reg;
    font-size: 14px;
    color: #555555;
    line-height: 24px;
    padding: 0px 5px;
}
.test-text:hover{
    box-shadow: 1px 1px 1px 2px #b5b5b5;
}
/* footer part */
#footer {
    
    background: #2c3e50;
    color: #ffffff;
    padding: 50px 0;
}
.footer-logo img {
    max-width: 80px;
    margin-bottom: 15px;
}
.footer-description {
    font-size: 14px;
    line-height: 24px;
}
.contact-list li, .footer-menu li {
    list-style: none;
    margin-bottom: 10px;
}
.contact-list a, .footer-menu a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}
.contact-list a:hover, .footer-menu a:hover {
    color: #f39c12;
}
.contact-list i {
    margin-right: 10px;
}
/* end part */
#end-bg {
    background: #555555;
}
.end-text p {
    font-family: os-reg;
    font-size: 14px;
    color: #ffffff;
    padding-top: 10px;
}
.end-text span {
    color: #5bc5f4;
}
/* back to top part*/
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
    display: none;
}
.back-to-top a {
    font-size: 32px;
    background: rgba(91, 197, 244, 0.8);
    padding: 5px 10px;
}
.back-to-top i {
    color: #f1f1f1f1;
}
/* preloader part */
body {
    position: relative;
}
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
}
.preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}