/*
  Name: MSC BANK
  Date: July 2022
  Version: 1.0
  Author: Copyright @ Opesmount Technology Solutions
  Autor URI: www.opesmount.tech
*/


html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    overflow-x: hidden;
    color: #242323;

}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: 'Raleway', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

a {
    outline: none !important;
    text-decoration: none !important;
}

img {
    max-width: 100%;
}


/* change border colour to suit your needs */

input,
select {
    vertical-align: middle;
}

table,
thead,
tr,
tbody,
th,
td {
    text-align: center;
    font-weight: normal !important;
    font-family: 'Open Sans', sans-serif;
}




/*==========================*/


/* 	  Common Styles			*/


/*==========================*/

.full_width {
    float: left;
    width: 100%;
}

.custome-fluid {
    padding: 0 150px;
}

.common_padding {
    padding: 40px 0;
}

.relative {
    position: relative;
}

input[type="text"] {
    float: left;
    width: 100%;
    outline: none;
}

.clr {
    background-color: #fff;
}

button {
    background-color: transparent;
    border: none;
    outline: none !important;
}

.img_fit img {
    width: 100%;
    float: left;
}

.right {
    float: right;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

a {
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.no-padding {
    padding: 0px;
}


/*==========================*/
/* 	  Header styles here    */
/*==========================*/



.banner-wrap img {
    background-size: cover;
    background-position: center;
    width: 100%;

}

.banner-wrap {
    position: relative;
}

.banner-menu {
    background-color: #fff;
    border-radius: 10px;
    top: 50px;
    opacity: .9;
    position: absolute;
    z-index: 5;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 15px 25px;
}

.logo {}

.logo h1 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    color: #e81a20;
    padding: 15px 0 0 0;
}

.logo h2 {
    font-weight: 300;
    font-size: 15px;
    padding: 5px 0 0 0;
}

.call-to {
    text-align: right;
}

.call-to h3 {
    color: #e81a20;
    display: inline;
    font-family: 'Open Sans', sans-serif;

}

.call-to a {
    color: #242323;
    display: inline;
    font-family: 'Open Sans', sans-serif;
}

.call-to a:hover {
    color: #e81a20;
    display: inline;
    font-family: 'Open Sans', sans-serif;
}

/* 	  Banner slider    */
#owl-demo .item img {
    display: block;
    width: 100% !important;
    height: auto;
}

/* 	-------  Menu Styles --------  */
.mobile-menu {
    display: block;
    width: 100%;
    background: #8aa8bd
        /*e0b88f/*c99393/*e5d1a4/*dcc591/*EFD3A3*/
    ;
    line-height: 1.6em;
    font-weight: 400;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

/*Strip the ul of padding and list styling*/
.mobile-menu ul {
    list-style-type: none;
    margin: 0 auto;
    padding-left: 0;
    text-align: right;
    width: 100%;
    position: absolute;
    top: 5px;

}

/*Create a horizontal list with spacing*/
.mobile-menu li {
    display: inline-block;
    /*float: left;
      margin-right: 1px;*/
}

/*Style for menu links*/
.mobile-menu li a {
    display: block;

    text-align: center;
    font-family: 'Raleway', sans-serif;
    color: #242323;
    text-transform: uppercase;

    text-decoration: none;
    margin-left: 5px;
    padding: 10px 10px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.mobile-menu li a.active {
    color: #e8171e;
}

/*Hover state for top level links*/
.mobile-menu li:hover a {
    color: #e8171e;
    font-family: 'Raleway', sans-serif;

}

/*Style for dropdown links*/
.mobile-menu li:hover ul a {

    color: #e8171e;
    height: 40px;
    line-height: 40px;
    font-family: 'Raleway', sans-serif;
}

/*Hover state for dropdown links*/
.mobile-menu li:hover .mobile-menu ul a:hover {
    color: #e8171e;
}



/*Hide dropdown links until they are needed*/
.mobile-menu li ul {
    display: none;
}

/*Make dropdown links vertical*/
.mobile-menu li ul li {
    display: block;
    float: none;
}

/*Prevent text wrapping*/
.mobile-menu li ul li a {
    width: auto;

    padding: 0 20px;
}


/*Style 'show menu' label button and hide it by default*/
.mobile-menu .show-menu {
    text-decoration: none;
    color: #e8171e;

    text-align: center;
    padding: 10px 15px;
    display: none;
    cursor: pointer;
    text-transform: uppercase;
}

.mobile-menu .show-menu span {
    padding-left: 25px;
}

/*Hide checkbox*/
.mobile-menu input[type=checkbox] {
    display: none;
}

/*Show menu when invisible checkbox is checked*/
.mobile-menu input[type=checkbox]:checked~#menu {
    display: block;
}

/*Responsive Styles*/

@media screen and (max-width : 800px) {
    .mobile-menu .lines {
        border-bottom: 15px double #f8f8f8;
        border-top: 5px solid #f8f8f8;
        content: "";
        height: 5px;
        width: 20px;
        padding-right: 15px;
        float: right;
    }

    /*Make dropdown links appear inline*/
    .mobile-menu ul {
        position: relative;
        display: none;
    }

    /*Create vertical spacing*/
    .mobile-menu li {
        margin-bottom: 1px;
    }

    /*Make all menu links full width*/
    .mobile-menu ul li,
    .mobile-menu li a {
        width: 100%;
    }

    /*Display 'show menu' link*/
    .mobile-menu .show-menu {
        display: block;
    }
}

/* 	-------  Menu Styles --------  */

.news-section {
    min-height: 430px;
    background: url(../images/bg-blue.jpg) left top repeat;
    position: relative;
}

.news-box {
    margin: 50px 0 0 0;

}


.isteColor {
    color: #cd2147;
}

.isteColor:hover {
    color: #353A40;
}

/*haber akışı list*/

ul.timeline>li {
    margin: 5px 0;
    padding-left: 0px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

ul.timeline>li a {
    color: #fff;
    font-size: 16px;
    padding: 0 0 10px 0;
    display: block;
}

/*vertical carousel*/
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}


.news-box h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 31px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px dashed #fff;
    padding: 0 0 15px 0px;
}


.interest-box {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    width: 100%;
    min-height: 471px;
    -webkit-box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.27);
    padding: 20px 40px;
}

.interest-box-inner {
    margin: 30px 0 0 0;
}

.interest-box-inner h6 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    border: 1px solid #e71a1f;
    border-radius: 50px;
    padding: 10px 20px;
    color: #e71a1f;
    text-transform: uppercase;
    text-align: center;
}

.interest-box-inner h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    padding: 10px 20px;
    color: #817d7e;
    text-align: center;
}

.interest-box-inner ul {
    list-style: none;
}

.interest-box-inner li {}

.interest-box-inner h4 {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    padding: 0px 0 10px 0;
    margin: 0px 0 0 0;
}

.interest-box-inner h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #242323;
    padding: 0 20px 10px 0;
}

.interest-box-inner h5 span {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #e71a1f;
    padding: 5px 10px;
    text-align: right;
}

.welcome-box {
    margin: 150px 0 0 0;
}

.welcome-left {}

.welcome-left img {
    border-radius: 20px;
    -webkit-box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.27);

}

.welcome-left h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #242323;
    padding: 0px 0 10px 0;
}

.welcome-left h5 {
    font-size: 39px;
    color: #e81a20;
    line-height: 40px;
}

.welcome-left p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #1f1f1f;
    text-align: justify;
    padding: 20px 0 40px 0;
    display: block;
}

.welcome-left a {
    border: 1px solid #e71a1f;
    border-radius: 30px;
    padding: 8px 20px;
    text-transform: uppercase;
    color: #e71a1f;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;


}

.welcome-left a:hover {
    color: #242323;
    border: 1px solid #242323;
}

.welcome-right {
    text-align: center;
}

.welcome-right p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #1f1f1f;
    text-align: center;
    padding: 20px 0 20px 0;
    display: block;
}

.welcome-right h3 {
    text-transform: uppercase;
    color: #e71a1f;
    font-size: 17px;
    padding: 10px 0 10px 0;
    text-align: center;
}

.welcome-right span {
    font-family: 'Open Sans', sans-serif;
    color: #1f1f1f;
    font-size: 16px;
    padding: 10px 0 10px 0;
    text-align: center;
    font-style: italic;
}

.welcome-right img {
    width: 50%;
    border-radius: 20px;
}

/* 	-------  facilities styles --------  */
.facilities-box {
    border-top: 1px dashed #817d7e;
    margin: 80px 0 50px 0;
    padding: 35px 0 10px 0;
}

.facilities-box h4 {
    font-size: 22 px;
    text-transform: uppercase;
    color: #242323;

}

.facilities-box h5 {
    font-size: 49px;
    color: #e81a20;
    line-height: 40px;
    text-transform: uppercase;
}

.facilities-box p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #1f1f1f;
    text-align: justify;
    padding: 40px 0 20px 0;
    display: block;
}

.facilities-box a {

    border-radius: 30px;
    padding: 15pxpx 20px;
    text-transform: uppercase;
    color: #e71a1f;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    margin: 45px 0 0 0;
    display: block;
    text-align: center;


}

.facilities-box a:hover {
    color: #242323;

}

.facilities-boxx {
    position: relative;
}

.facilities-boxx a {
    border-radius: 30px;
    padding: 15pxpx 20px;
    text-transform: uppercase;
    color: #e71a1f;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    margin: 0px 0 0 0;
    display: block;
    text-align: center;
    font-weight: bold;
}

.facilities-boxx h6 {
    position: absolute;
    font-size: 20px;
    z-index: 20px !important;
    background-color: #fff;
    padding: 15px 15px;
    font-family: 'Raleway', sans-serif;
    color: #e81a20;
    bottom: 5px;
    border-radius: 15px 15px 0 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-transform: uppercase;
    width: 70%;
    -webkit-box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.27);
}

.facilities-boxx img {
    border-radius: 20px;
    width: 90%;
    -webkit-box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.27);
}

.facilities-item {
    margin: 110px 0 0 0;
    padding: 0 70px 40px 70p;
}

.facilities-pic {
    position: relative;
    text-align: center;
}

.facilities-pic img {
    border-radius: 20px;
    width: 90%;
    -webkit-box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.27);
}

.facilities-pic h6 {
    position: absolute;
    font-size: 20px;
    z-index: 20px !important;
    background-color: #fff;
    padding: 15px 15px;
    color: #e81a20;
    bottom: 0px;
    border-radius: 15px 15px 0 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-transform: uppercase;
    width: 70%;
    -webkit-box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.27);
}

.sarfaesi-item {
    margin: 50px 0 0 0;
    padding: 0 70px 40px 70p;
}

.sarfaesi-item span {
    font-size: 20px;
    color: #242323;
    text-transform: none;
    font-weight: 300;
}

.facilities-pic-space {
    margin: 0 0 80px 0;
}

#news-slider {
    margin-top: 80px;
}

.home-demo .item {}

.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1.2 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #e71a1f !important;
}

/* 	-------  facilities styles --------  */


/* 	-------  footer styles --------  */

.footer {
    margin: 150px 0 0 0;
    padding: 33px 0 0 0;
    height: 305px;
    background: url(../images/footer-bg.jpg) center top no-repeat #e81a20;
    background-size: cover;

}

.footer h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    padding: 0px 0 10px 0;
    text-transform: uppercase;
}

.footer span {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #fff;

}

.footer-2 {
    margin: 30px 0 0 0;
}

.copyright {}

.copyright p {
    font-size: 16px;
    color: #fff;
    font-family: 'Assistant', sans-serif;
    line-height: 30px;
}

.copyright i {
    font-size: 30px;
    margin: 5px 10px 0 0px;
}

.copyright p a {
    color: #fff !important;
}

.footer-links {
    text-align: right;
    padding: 30px 0 0 0;
}

.footer-links a {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 0 15px;

}

.footer-links a:hover {
    color: #000;
}

/* 	-------  footer styles --------  */


/* 	-------  About page styles --------  */
.inner-banner {
    min-height: 315px;
    text-align: center;
    position: relative
}

.inner-banner img {
    width: 100%;
    background-size: cover;
    border-bottom: 3px solid #e81a20;
}

.inner-banner-hea {
    position: absolute;
    z-index: 13;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 130px;

}

.inner-banner-hea h1 {


    color: #fff;
    font-size: 48px;
    font-family: 'Raleway', sans-serif;


}

.inner-banner-hea ul {
    list-style: none;
    margin: 10px 0 0 0;
}

.inner-banner-hea li {
    color: #fff;

}

.inner-banner-hea li a {
    color: #e81a20;
}

.inner-banner-hea li a:hover {
    color: #000;
}

.about-msc-wrap {
    margin: 90px 0 0 0;
}

.about-msc-right {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    width: 100%;
    min-height: 471px;
    -webkit-box-shadow: 1px 4px 15px 0px rgb(0 0 0 / 27%);
    -moz-box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 1px 4px 15px 0px rgb(0 0 0 / 27%);
    padding: 20px 40px;
}

.about-msc-left {}

.about-msc-left h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #242323;
    padding: 35px 0 10px 0;
}

.about-msc-left h5 {
    font-size: 39px;
    color: #e81a20;
    line-height: 40px;
}

.about-msc-left p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #1f1f1f;
    text-align: justify;
    padding: 20px 20px 20px 0;
    display: block;
}

.hide {
    display: none;
}

a.read-more-show {
    color: #e30020;
}

a.read-more-hide {
    color: #e30020;
}

.mission-box {
    border: 1px dashed #918f8f;
    padding: 40px 40px;
    border-radius: 20px;
    margin: 90px 0 0 0;
}

.mission-box h6 {
    font-size: 31px;
    color: #e81a20;
    line-height: 40px;
}

.mission-box p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #1f1f1f;
    text-align: justify;
    padding: 20px 20px 20px 0;
    display: block;
}

/* 	-------  About page styles --------  */


/* 	-------  Management page styles --------  */
.management-wrap {
    margin: 90px 0 0 0;
}

.management-wrap h1 {
    border-top: 1px dashed #817d7e;
    padding: 30px 0 0px 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 25px;
}

.management-wrap h2 {
    padding: 30px 0 0px 0;
    text-transform: uppercase;
    font-size: 20px;
    color: #e81a20;
}

.management-wrap h6 {
    padding: 30px 0 0px 0;
    font-size: 20px;
    color: #e81a20;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.management-wrap h5 {
    padding: 5px 0 25px 0;
    font-size: 15px;
    color: #1f1f1f;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.management-wrap h1 span {
    color: #e81a20;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
}

.management-wrap p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #1f1f1f;
    text-align: justify;
    padding: 20px 20px 20px 0;
    display: block;
}

.management-wrap img {
    border-radius: 7px;
}

.project-ami {}

.project-ami p {
    font-size: 17px;
    line-height: 26px;
    color: #323131;
    padding: 20px 20px 10px 20px;
}

.project-ami ul {
    list-style: none;
    padding: 0 0 30px 0;
}

.project-ami li {
    font-size: 17px;
    font-weight: 400;
    color: #323131;
    padding: 10px 0 10px 25px;
}

.project-ami .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #e30020;
    color: #fff !important;
    padding: 15px 25px;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    border-color: none !important;
}

.nav-tabs .nav-link {
    color: #e30020 !important;
    padding: 15px 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    margin: 15px 0 0 0;
}

.project-ami .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #fff !important;
    margin: 15px 0 0 0;
}

.management-wrap {
    margin: 90px 0 0 0;
}


/* 	-------  Management page styles --------  */


/* 	------- Facilities styles ------- */

.box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}

.button {
    font-size: 1em;
    padding: 10px;
    color: #fff;
    border: 2px solid #06D85F;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.button:hover {
    background: #06D85F;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 30px;
    background: #FFF;
    border-radius: 5px;
    width: 50%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h2 {
    margin-top: 0;
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    padding: 30px 0 10px 0;
    text-transform: uppercase;
}

.popup p {
    padding: 5px 0 25px 0;
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
}

.popup .close:hover {
    color: #000;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

.popup .content label {
    color: #fff;
}

.popup .content input {
    margin: 10px 0 10px 0;
    background: #0671de;
    border: 0;
    color: #fff;
    height: 45px;
}

.popup .content select {
    margin: 10px 0 10px 0;
    background: #0671de;
    border: 0;
    color: #fff;
    height: 45px;
}

.popup .content textarea {
    margin: 10px 0 10px 0;
    background: #0671de;
    border: 0;
    color: #fff;
}

@media screen and (max-width: 700px) {
    .box {
        width: 90%;
        overflow-y: auto;
    }

    .popup {
        width: 90%;
    }
}

.fac-cont {
    padding: 40px 40px;
}

.fac-cont h2 {
    font-size: 23px;
    font-family: 'Raleway', sans-serif;
    color: #e81a20;
    padding: 15px 0 15px 0;
    text-transform: uppercase;
    border-bottom: 1px dashed #817d7e;

}

.fac-cont p {
    padding: 20px 0 15px 0;
    font-size: 17px;
    color: #1f1f1f;
    font-weight: 300;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}

.fac-cont ul {
    list-style: none;
}

.fac-cont li {
    padding: 0 0 0 30px;
    text-align: left;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
}

/* 	------- Gallery & downloads styles ------- */

.gallery div {
    line-height: 0 !important;
}

.page-link {
    color: #000 !important;
}

.downloads {
    margin: 90px 0 0 0;
}

.downloads h5 button {
    color: #e81a20 !important;
    text-transform: uppercase;
}

.downloads .card-body {
    padding: 30px 30px;
}

.downloads .card-body a {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #242323;
    margin: 0 0 15px 0;
    display: block;
}

.downloads .card-body a:hover {
    color: #e81a20 !important;
}

.downloads img {
    padding: 0 8px 0 5px;
}

/* 	------- Contact page styles ------- */
.contact {
    margin: 90px 0 0 0;
}

.contact h2 {
    font-size: 35px;
    font-family: 'Raleway', sans-serif;
    color: #e81a20;
}

.contact-address {
    border-right: 1px solid #cfd0d0;
    margin: 40px 0 40px 0;
    padding: 0 30px 0 0;
}

.contact-address h2 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #e81a20;
    display: block;
    font-weight: 600;
    margin: 40px 0 10px 0;
}

.contact-address h3 {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #1f1f1f;
    border-bottom: 1px dashed #939090;
    padding: 0 0 15px 0;
    display: block;
    font-weight: 600;
    margin: 20px 0 0px 0;
}

.contact-address a {
    color: #242323;
    font-family: 'Open Sans', sans-serif;
    padding: 20px 0 0 0;
}

.contact-address p {

    font-size: 17px;
    color: #1f1f1f;
    font-weight: 400;
    padding: 20px 0 0 0;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}

.contact-address a:hover {
    color: #e81a20;
    font-family: 'Open Sans', sans-serif;
}

.contact-forms {

    margin: 40px 0 40px 0;
    padding: 0 30px 0 30px;
}

.contact-forms h4 {
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    color: #e81a20;
    display: block;
    font-weight: 600;
    margin: 40px 0 10px 0;
    padding: 0 0 20px 0;
}

.contact-forms p {
    font-size: 17px;
    color: #1f1f1f;
    font-weight: 300;
    padding: 20px 0 0 0;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}

.contact-forms label {
    padding: 10px 0 15px 0;
    font-size: 17px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

.contact-forms input {
    background-color: #eef2f0;
    border: none;
    height: 50px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

.contact-forms textarea {
    background-color: #eef2f0;
    border: none;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}



.map {
    margin: 40px 0 0 0;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
    margin-top: 20px;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.interest-box-inner a {

    padding: 8px 20px 15px 20px;
    text-transform: uppercase;
    color: #e71a1f;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;


}

.interest-box-inner a:hover {
    color: #242323;

}

.depo {}

.redd {
    color: #e71a1f;
}

.down-sect {}

.down-sect span {
    text-align: center !important;
    padding: 35px 15px;
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
    display: block;

}

/*Text blinking*/

.pulse {
    background-color: yellow;
    -webkit-animation: blink 800ms infinite;
    animation: blink 800ms infinite;
}

@-webkit-keyframes blink {
    50% {
        background-color: #0a91d5;
    }
}

@keyframes blink {
    50% {
        background-color: #0a91d5;
    }
}

.sarfa {
    padding: 20px 0 0 0;
}

.sarfa h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #242323;
    padding: 10px 0 10px 0;
}

.sarfa p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #1f1f1f;
    text-align: justify;
    padding: 10px 0 10px 0;
    display: block;
}

.sarfa a {
    color: #e71a1f;
    font-size: 16px;
    font-weight: 300;
}

.sarfa a:hover {
    color: #1f1f1f;
}

.contact-address a {
    color: #e71a1f;
    font-size: 16px;
    font-weight: 3ß00;
}

.contact-form {
    background: #f1efef;
    margin: 30px 0 0 0;
    min-height: 400px;
    font-family: 'Open Sans', sans-serif;
}

.contact-form input {
    background: #ffffff;
    border: none;
    height: 40px;
    color: #000 !important;
    border: 1px dashed #01af9d;
    margin: 15px 0 15px 0;
    border-radius: 3px !important;
}

.contact-form select {
    background: #ffffff;
    border: none;
    height: 40px;
    border: 1px dashed #01af9d;
    margin: 15px 0 15px 0;
    border-radius: 3px !important;
    float: left;
}

.contact-form textarea {
    background: #fff;
    border: none;
    color: #000 !important;
    border: 1px dashed #01af9d;
    border-radius: 3px !important;
    margin: 15px 0 15px 0;
}

.contact-form .form-control:focus {
    background: #eaf0e3;
    border-color: #01af9d !important;
}

.contact-form .btn-outline-success {
    margin: 0 0 10px 0;
}

.contact-form p {
    text-align: left;
    font-weight: 600;
}

.contact-form h6 {
    text-align: left;
    font-weight: 600;
    background-color: #28a745;
    padding: 10px 10px;
    color: #fff;
    border-left: 3px solid #b3181a
}

.post-resume h6 {
    text-align: left;
    font-weight: 600;
    background-color: #01af9d;
    padding: 10px 10px;
    color: #fff;
    border-left: 3px solid #b3181a
}

.ppsform {}

.ppsform label {
    float: left;
    text-transform: capitalize;
}

.ppsform span {
    color: red;


}

.ppsform h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #1f1f1f;
    text-align: left;
    padding: 10px 20px 0px 0;
    display: block;
    line-height: 24px;

}

/*Enter OTP*/

.golge a {
    color: red !important;
}

.golge span {
    font-size: 18px !important;
    margin: 0 0 10px 0 !important;

}

.golge h5 span {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #e71a1f;
    padding: 5px 10px;
    text-align: right;
}

.pulse {
    background-color: #e71a1f;
    -webkit-animation: blink 800ms infinite;
    animation: blink 800ms infinite;
}
.dr {
    border: 1px dashed #01af9d !important;
    background-color: #28a745 !important;
    padding: 0 10px;
}

/*Enter OTP*/

.ppsom {}

.ppsom input {
    width: 40px;
    height: 40px;
    margin: 15px 15px 15px 0;
}

/*Possession notice page May2025*/
.possession{
    padding: 50px 0 50px 0;
}
.downloads p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #1f1f1f;
    text-align: justify;
    padding: 20px 20px 20px 0;
    display: block;
}
.downloads h2{
font-size: 25px;
padding: 0 0 15px 0;
}
.downloads .project-ami .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #e30020;
    color: #fff !important;
    padding: 15px 25px;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    border-color: none !important;
}
.nav-tabs .nav-link {
    color: #e30020 !important;
    padding: 15px 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    margin: 15px 0 0 0;
}


