/* Open Sans */

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/Open_Sans/OpenSans-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/Open_Sans/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('../fonts/Open_Sans/OpenSans-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('../fonts/Open_Sans/OpenSans-ExtraBold.ttf') format('truetype');
}
@font-face {
    font-family: 'OpenSans-Italic';
    src: url('../fonts/Open_Sans/OpenSans-Italic.ttf') format('truetype');
}

.opensans-regular {
    font-family: 'OpenSans-Regular' !important;
}
.opensans-light {
    font-family: 'OpenSans-Light' !important;
}
.opensans-bold {
    font-family: 'OpenSans-Bold' !important;
}
.opensans-semibold {
    font-family: 'OpenSans-SemiBold' !important;
}
.opensans-extrabold {
    font-family: 'OpenSans-ExtraBold' !important;
}
.opensans-italic {
    font-family: OpenSans-Italic !important;
}

body,
html {
    margin: 0;
    font-family: 'OpenSans-Regular', sans-serif;
    background: #fff;
    scroll-behavior: smooth;
}

body a,
.btn,
button {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
    outline: none;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'OpenSans-Regular', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}

p {
    margin: 0;
    color: #7c7c7c;
    font-weight: 300;
    font-size: 0.9em;
    line-height: 1.9em;
    letter-spacing: 1px;
}

ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

body a:hover {
    text-decoration: none;
    color: inherit;
}

body a:focus {
    text-decoration: none;
    color: inherit;
}

body img {
    /* border-radius: 4px; */
    /* -webkit-border-radius: 4px; */
    /* -o- border-radius: 4px; */
    /* -moz-border-radius: 4px; */
    /* -ms-border-radius: 4px; */
}

.clr {
    color: #fff;
}

.video-info-img p {
    color: #fff;
}

/*-- /header --*/
/* header */
header {
    position: absolute;
    width: 100%;
    z-index: 99;
    padding: 0 3em;
}

/* navigation */
/* CSS Document */
.toggle-2,
.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */
nav {
    margin: 0;
    padding: 0;
}


#logo a {
    float: left;
    display: initial;
    font-weight: 300;
    font-size: 36px;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.06);
    padding: 0;
    margin: 0;
}


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */
nav ul li {
    display: inline-block;
    float: left;
}

/* Styling the links */
nav a {
    font-weight: 400;
    margin: 0em 0.7em;
    font-size: 0.9em;
    font-weight: normal;
    color: #444;
    padding: 0 6px;
    letter-spacing: 2px;
    display: inline-block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}


nav ul li ul li:hover {
    background: #f8f9fa;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.menu li .drop-text:hover {
    opacity: 0.9;
}

/* Background color change on Hover */

.menu li.active a,
.menu li a:hover {
    color: #ff3838;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute;
    top: 26px;
    background: #fff;
    padding: 12px 10px;
    border-radius: 4px;
    z-index: 9;
    /* has to be the same number as the "line-height" of "nav a" */
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
}

nav ul ul li a {
    color: #777;
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}


/* Change ' +' in order to change the Dropdown symbol */
li > a:only-child:after {
    content: '';
}

a.reqe-button {
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 4px;
}

#demo {
    margin: 10px 0 0px 0;
    font-family: 'OpenSans-Regular', sans-serif;
}

#demo .wrapper {
    display: inline-block;
    position: relative;
}

#demo .parent {
    height: 100%;
    width: 100%;
    display: block;
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    color: #fff;
    z-index: 2;
    position: relative;
    -webkit-transition: border-radius .1s linear, background .1s linear, z-index 0s linear;
    -webkit-transition-delay: .8s;
    text-align: center;
    font-family: 'OpenSans-Regular', sans-serif;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 0;
    padding-right: 0;
}

#demo .parent:hover,
#demo .content:hover ~ .parent {
    -webkit-transition-delay: 0s, 0s, 0s;
}

#demo .content:hover ~ .parent {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 0;
}

#demo .content {
    position: absolute;
    top: 0;
    display: block;
    z-index: 1;
    height: 0;
    width: 150px;
    padding-top: 30px;
    -webkit-transition: height .5s ease;
    -webkit-transition-delay: .4s;
}

#demo .wrapper:active .content {
    height: 150px;
    z-index: 3;
    -webkit-transition-delay: 0s;
}

#demo .content:hover {
    height: 150px;
    z-index: 3;
    -webkit-transition-delay: 0s;
}


#demo .content ul {
    background: #fff;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#demo .content ul a {
    text-decoration: none;
    padding: 0;
}

#demo .content li:hover {
    background: #f8f9fa;
}

#demo .content li {
    list-style: none;
    text-align: left;
    color: #999;
    font-size: 16px;
    line-height: 30px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border-top: 1px solid #eee;
}

#demo .content li:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* //dropdown */
p.w3pvt-phone {
	color: #fff;
    font-size: 1em;
    font-weight: 600;
    margin-left: 5em;
    position: relative;
    top: -18px;
}

/* //navigation */
/* //header */
/*--/ banner --*/
.main-content {
	background-image: url(../images/transparent.gif), url(../images/main-banner.png);
    background-position: bottom, bottom;
    background-repeat: no-repeat, no-repeat;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    -ms-background-size: auto;
    background-size: contain;
    position: relative;
    min-height: 47em;
    background-color: #f4f4f4;
}

.main-content.inner {
    min-height: 20em;
}

.banner-content-w3pvt {
    padding-top: 17em;
}

.banner-w3layouts-info h3 {
    font-size: 2.7em;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    font-weight: 300;
    margin: 1em 0;
    line-height: 1.5em;
}

.banner-w3layouts-info {
    width: 50%;
    margin: 0 auto;
}

form.banner-form {
    background: #fff;
    padding: 0.5em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o- border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    display: flex;
    width: 60%;
    margin: 0 auto;
}

.banner-form input[type="email"] {
    outline: none;
    padding: 7px 15px;
    color: #666;
    font-size: 15px;
    width: 68%;
    background: transparent;
    border: none;
    letter-spacing: 2px;
}

.banner-form button.btn,
a.btn.btn-course {
    color: #fff;
    border: none;
    padding: 8px 15px;
    text-decoration: none;
    background: #ff3838;
    float: right;
    cursor: pointer;
    width: 37%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o- border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1em;
}

a.btn.btn-course {
    width: 100%;
}

.banner-form button.btn:hover,
a.btn.btn-course:hover {
    opacity: 0.9;

}

.lead {
    font-size: 1.25rem;
    font-weight: 400;
    color: #333;
}

/*--// banner --*/

.tittle-w3layouts,
.tittle-w3layouts.two {
    color: #fff;
    font-size: 2.7em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.tittle-w3layouts.two {
    color: #333;
}

.entry-w3pvt-main {
    background-color: #f4f4f4;
}

.entry-w3layouts-info h4 {
    color: #444;
    font-size: 1.8em;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: .7em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.content-left-bottom h5 {
    color: #ff3838;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    font-size: 1em;
}

.content-w3pvt-img {
    padding: 0 5em;
}

/*--/products --*/
.product-content {
    background: url(../images/products-banner.png) center no-repeat;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    -ms-background-size: auto;
    background-size: cover;
    min-height: 100vh;
    background-color: #f7f7f7;
}
.product-content .product-card {
    width:81%;
	margin: auto;
}

.product-info {
    background: #fff;
    padding: 15px;
    text-align: left;
}

.product-info .heading {
    padding-bottom: 10px;
	font-size: 15px;
}
.product-info .detail {
    font-size:13px;
}
.ellipsis {
  text-overflow: ellipsis;

  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

.ellipsis-m {
	display: block;
    display: -webkit-box;
    max-width: 500px;
    height: 120px;
    margin: 0 auto;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



/*--/services --*/
.service-content {
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    -ms-background-size: auto;
    background-size: auto;
    position: relative;
    min-height: 47em;
	background-color: #fff;
}
.service-content .service-card {
    width:81%;
	margin: auto;
}

.service-info {
    background: #fff;
    padding: 15px;
    text-align: left;
}

.service-info .heading {
    padding-bottom: 10px;
}
.service-info .detail {
    font-size:13px;
}



/*--/clients --*/

.clients .item .card {
	border: none;
}


/*--projects --*/
.project-content {
	background: url(../images/projects-banner.png) center no-repeat;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    -ms-background-size: auto;
    background-size: cover;
    min-height: 100vh;
    background-color: #f7f7f7;
}

.project-content .project-img {
	position: relative;
	cursor: pointer;
}
.project-content .project-img img.border-style-1 {
	border: 35px solid;
	border-color: #fff;
	border-right-color: transparent;
	border-top-color: transparent;
}
.project-content .project-img img.border-style-2 {
	border: 35px solid;
	border-color: #fff;
	border-left-color: transparent;
	border-bottom-color: transparent;
}


.project-content .project-img img.border-style-1:hover {
    border: 35px solid;
	border-color: #fff;
	border-right-color: transparent;
	border-top-color: transparent;
}

.project-content .project-img img.border-style-2:hover {
	border: 35px solid;
	border-color: #fff;
	border-left-color: transparent;
	border-bottom-color: transparent;
}
.project-content .project-img:hover + .title1 {
    position: absolute;
    top: 100px;
    left: 48px;
    background-color: #fff;
    display: block;
    height: 132px;
    width: 70%;
	transition: 1s;
	cursor: pointer;
}

.project-content .title1 {
    display: none;
}
.project-content .title1:hover {
	display: inline;
    position: absolute;
    top: 100px;
    left: 48px;
    background-color: #fff;
    display: block;
    height: 132px;
    width: 70%;
	transition: 1s;
	cursor: pointer;
}

.project-content .project-img:hover + .title2 {
    position: absolute;
    bottom: 100px;
    right: 48px;
    background-color: #fff;
    display: block;
    height: 132px;
    width: 70%;
	transition: 1s;
	cursor: pointer;
}

.project-content .title2 {
    display: none;
}
.project-content .title2:hover {
	display: inline;
    position: absolute;
    bottom: 100px;
    right: 48px;
    background-color: #fff;
    display: block;
    height: 132px;
    width: 70%;
	transition: 1s;
	cursor: pointer;
}


/*--/projects --*/

/*--/sub-footer --*/
.sub-footer-content {
	background: #3f3f3f;
}
.sub-footer-content .footer-col-heading {
	color: #f3f3f3;
}

.sub-footer-content p {
	font-size:13px;
	color: #aeaeae;
	
}

.sub-footer-content .copy-rights p {
	font-size:13px;
	color: #aeaeae;
	
}
.sub-footer-content ul li {
	font-size:13px;
	color: #aeaeae;
	line-height:23px;
}

.sub-footer-content ul li:hover, .sub-footer-content ul li a:hover {
	color: #ff3838;
}


/*--/footer --*/
.footer-content{
	background: #3f3f3f;
}
.footer-content .footer-col-heading {
	color: #f3f3f3;
}

.footer-content p {
	font-size:13px;
	color: #aeaeae;
	
}



.footer-content .social-link {
	color: #f3f3f3;
    /* border: 1px solid #f3f3f3; */
    /* padding: 2px 10px; */
    /* border-radius: 50px; */
    margin-right: 5px;
}





.section-heading {
	font-size: 21px;
    letter-spacing: 3px;
}
.section-heading span {
	font-size: 11px;
    position: relative;
    top: -4px;
    right: 90px;
    color: #d82628;
}



/*--/team --*/
.team-content {
    background: #f7f7f7;
}

.team-info {
    background: #fff;
    padding: 2em;
    text-align: left;
}

.team-info h4 {
    color: #333;
    font-size: 1.4em;
    letter-spacing: 1px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.team-info small {
    color: #ff3838;
    margin-bottom: .7em;
    font-size: 1em;
    letter-spacing: 1px;
}

.team-info p {
    margin-top: 0.8em;
}


/*--//team --*/
.content-w3pvt-img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o- border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}

/*-- /last-content --*/
.last-content {
    background: url(../images/banner3.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
}

.last-content p {
    color: #fff;
}

.buttons a {
	color: #333;
    padding: 0.5em 1.2em;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #da261d;
    font-size: 0.8em;
    display: inline-block;
    transition: all 500ms ease;
    text-align: justify;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o- border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    text-transform: uppercase;
}

/*-- //last-content --*/
/*-- /testmonials --*/
.testimonials {
    background: url(../images/banner2.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
}

.testi_grid {
    padding: 0 3em;
}

.testi_grid img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o- border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}

.testi_grid h5 {
    font-size: 0.9em;
    letter-spacing: 2px;
    color: #ff3838;
    margin: 1em 0 0em 0;
    font-weight: 600;
}

.testimonials_grid span {
    color: #fff;
    font-size: 2em;
}

p.sub-test {
    color: #fff;
    font-style: italic;
    font-weight: 500;
    margin: 2em 0;
}

/*-- //last-content --*/
/* apply */
.form-group label {
    letter-spacing: 1px;
    font-size: 15px;
    color: #777879;
    font-weight: 600;
    font-family: 'OpenSans-Regular', sans-serif;
    margin-bottom: 1em;
}

.w3pvt_mail_grid_right {
    padding: 1em 2em;
}

.w3pvt_mail_grid_right input[type="text"],
.w3pvt_mail_grid_right input[type="email"],
.w3pvt_mail_grid_right textarea,
.w3pvt_mail_grid_right select {
    display: block;
    width: 100%;
    padding: 0.6rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

select.form-control:not([size]):not([multiple]) {
    height: inherit;
}

.w3pvt_mail_grid_right textarea {
    min-height: 180px;
    width: 100% !important;
    resize: none;
}

button.btn.submit {
    color: #fff;
    border: none;
    padding: 1em 3em;
    text-decoration: none;
    background: #ff3838;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o- border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 1em;
    text-transform: uppercase;
}

button.btn.submit:hover {
    opacity: 0.9;
}

/* date  */
[type="date"] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}

[type="date"]::-webkit-inner-spin-button {
    display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.date-plu input {
    border: none;
    color: #555;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 12px 15px;
    width: 100%;
    border: none;
    background: #ddd;
}

/* //date  */
/* //apply */

/*-- /counter --*/
.counter.two {
    border-left: 1px solid #c3c5c6;
    border-right: 1px solid #c3c5c6;
}

/*-- //counter --*/
/*-- /single-page --*/
.content-sing-w3layouts h4 {
    color: #555;
    font-size: 1.4em;
    margin: 1em 0;
    letter-spacing: 2px;
    font-weight: 600;
}

h4.leave-w3layouts {
    font-size: 1.4em;
    color: #4f5152;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 2em;
}

.media h5 {
    font-size: 1em;
    color: #555;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 2em;
}

/*-- //single-page --*/
/*-- /contact --*/
.adress-info span {
    color: #46484c;
    font-size: 2em;
    vertical-align: middle;
}

.adress-info h6 {
    font-size: 0.9em;
    color: #4f5152;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.adress-info a {
    font-size: 0.85em;
}

.adress-info a,
.adress-info p {
    color: #5a646b;
    letter-spacing: 1px;
    line-height: 1.9em;
    margin: 0;
}

.map-fo iframe {
    min-height: 350px;
    border: none;
    background: #e8eaec;
    padding: 0.4em;
    width: 100%;
}

/*-- //contact --*/
/*-- footer --*/
footer {
    background: url(../images/footer.jpg) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

p.footer-para {
    max-width: 650px;
    font-size: 15px;
}

/*-- footer logo --*/
.logo2 {
    position: relative;
}

.logo2 a {
    font-size: 1.1em;
    font-weight: 300;
    color: #e8ebef;
    letter-spacing: 2px;
}

.logo2 a span.fa {
    color: #e8cd30;
}

/*-- //footer logo --*/

/*-- social icons --*/

footer {
    background: #191818;
}

.footer-w3pvt-copy-social ul li,
.contact-left-footer ul li {
    display: inline-block;
}

.footer-w3pvt-copy-social ul li a {
    color: #333;
    text-align: center;
}

.footer-w3pvt-copy-social ul li a span {
    width: 20px;
    font-size: 20px;
    color: #666;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.footer-w3pvt-copy-social ul li a:hover {
    opacity: 0.8;

}

/*-- //social icons --*/

/*-- to-top --*/

a.move-top {
    display: inline-block;
}
a.move-top span {
    color: #fff;
    width: 45px;
    height: 45px;
    border: 1px solid #eee;
    line-height: 1.9em;
    background: #3f3f3f;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
}
    a.move-top span:before {
        top: 5px;
        position: relative;
        font-size: 25px;
        left: -13px;
    }

/*-- //to-top --*/


.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}


.overlay-content .sidenav {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    /*background-color: #111;*/
    overflow-x: hidden;
    padding-top: 20px;
    background: url(../images/projects-banner.png) center no-repeat;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    -ms-background-size: auto;
    background-size: cover;
}

    .overlay-content .sidenav a {
        padding: 25px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
    }
        .overlay-content .sidenav a .back-icon {
            position: relative;
            left: 13px;
        }


.overlay-content .main {
    margin-left: 200px; /* Same as the width of the sidenav */
    font-size: 28px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

/****** intro detail *******/

.intro-detail .detail1 {
	margin: 38px;
    background: #fff;
    border: 2px solid #eee;
    position: relative;
    left: -35px;
    z-index: 1;
    min-height: 430px;
    width: 900px;
    padding: 30px;
    font-size: 15px;
}
.intro-detail .image1 img {
    width: 100%;
}

.intro-detail .detail2 {
    margin: 38px;
    background: #fff;
    border: 2px solid #eee;
    position: relative;
    left: -290px;
    z-index: 1;
    min-height: 430px;
    width: 575px;
    padding: 30px;
    font-size: 15px;
}
    .intro-detail .detail2 span.circle {
        border: 1px solid #db3f41;
        border-radius: 50px;
        padding: 12px 22px;
        font-size: 23px;
        color: #333;
    }
    .intro-detail .detail2 span.title {
        display: block;
        font-size: 13px;
        color: #333;
        text-align: center;
        margin: auto;
        margin-top: 17px;
        text-transform: uppercase;
    }
.intro-detail .image2 img {
    width: 100%;
}


.intro-detail .hover-title {
    background: #fff;
    padding: 10px;
}

    .intro-detail .hover-title.hover-title-1 {
        bottom: 40px;
        right: 22px;
    }

    .intro-detail .hover-title.hover-title-2 {
        bottom: 40px;
        left: 22px;
    }

    .intro-detail .hover-title .member-name {
        font-size: 13px;
        font-weight: bold;
        text-align: left;
        color: #333;
    }

    .intro-detail .hover-title .member-title {
        font-size: 11px;
        font-weight: normal;
        text-align: left;
        color: #333;
    }


.intro-detail .member-card img {
    width: 100%;
}


.intro-detail .member-card.member-card-1 {
    border-bottom: none;
    border-left: none;
    -webkit-box-shadow: 5px -5px 7px -1px rgba(0,0,0,0.23);
    -moz-box-shadow: 5px -5px 7px -1px rgba(0,0,0,0.23);
    box-shadow: 5px -5px 7px -1px rgba(0,0,0,0.23);
}

.intro-detail .member-card.member-card-2 {
    border-top: none;
    border-right: none;
    -webkit-box-shadow: -5px 5px 7px -1px rgba(0,0,0,0.23);
    -moz-box-shadow: -5px 5px 7px -1px rgba(0,0,0,0.23);
    box-shadow: -5px 5px 7px -1px rgba(0,0,0,0.23);
}

/****** service detail *******/
.service-detail .detail {
    font-size: 15px;
    padding: 30px 40px;
}
.service-detail .image {
    display: block;
    padding: 30px 40px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
    .service-detail .image img {
        vertical-align: middle;
        text-align: center;
        margin: auto;
    }

.service-detail .bordered-cell {
    border: 1px solid #eee;
}

/****** mfg-detail *******/
    .mfg-detail .detail p {
        display: block;
        padding: 30px 40px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1;
        background: #fff;
        color: #333;
        font-size: 13px;
        width: 400px;
    }

.mfg-detail .image {
    padding: 15px;
}
    .mfg-detail .image img {
        width: 100%;
    }
.mfg-detail .bordered {
    border: 1px solid #ddd;
}

/****** products-detail *******/
.product-detail .detail {
    background: #fff;
    /*border: 1px solid #eee;*/
    padding: 30px 20px;
    font-size: 15px;
    height: 100%;

}

.product-detail .detail-box-shadow-1 {
    -webkit-box-shadow: -4px 0px 7px -1px rgba(0,0,0,0.23);
    -moz-box-shadow: -4px 0px 7px -1px rgba(0,0,0,0.23);
    box-shadow: -4px 0px 7px -1px rgba(0,0,0,0.23);
}

.product-detail .detail-box-shadow-2 {
    -webkit-box-shadow: 4px 0px 7px -1px rgba(0,0,0,0.23);
    -moz-box-shadow: 4px 0px 7px -1px rgba(0,0,0,0.23);
    box-shadow: 4px 0px 7px -1px rgba(0,0,0,0.23);
}

.product-detail .detail ul {
    
}

    .product-detail .detail ul li {
        display: list-item;
        list-style-type: disc;
        margin-left: 20px;
    }
.product-detail .images img {
    width: 80%;
}
    

/****** team detail ******/
.team-detail {

}

    .team-detail .hover-title {
        background: #fff;
        padding: 10px;
    }
        .team-detail .hover-title.hover-title-1 {
            bottom: 40px;
            right: 22px;
        }
        .team-detail .hover-title.hover-title-2 {
            bottom: 40px;
            left: 22px;
        }

        .team-detail .hover-title .member-name {
            font-size: 13px;
            font-weight: bold;
            text-align: left;
            color: #333;
        }

        .team-detail .hover-title .member-title {
            font-size: 11px;
            font-weight: normal;
            text-align: left;
            color: #333;
        }

    
    .team-detail .member-card img {
        width: 100%;
    }


        .team-detail .member-card.member-card-1 {
            border-bottom: none;
            border-left: none;
            -webkit-box-shadow: 5px -5px 7px -1px rgba(0,0,0,0.23);
            -moz-box-shadow: 5px -5px 7px -1px rgba(0,0,0,0.23);
            box-shadow: 5px -5px 7px -1px rgba(0,0,0,0.23);
        }
        .team-detail .member-card.member-card-2 {
            border-top: none;
            border-right: none;
            -webkit-box-shadow: -5px 5px 7px -1px rgba(0,0,0,0.23);
            -moz-box-shadow: -5px 5px 7px -1px rgba(0,0,0,0.23);
            box-shadow: -5px 5px 7px -1px rgba(0,0,0,0.23);
        }

        /** circle card members style 2 **/
    .team-detail .member-card.circle {
        border-radius: 50%;
    }
        .team-detail .member-card.circle img {
            position: relative;
            left: -22px;
        }
        .team-detail .member-card.circle .hover-title {
            bottom: 48px;
            right: 39px;
            border-bottom-right-radius: 37px;
        }

/** card members style 3  **/
    .team-detail .member-card .hover-title.hover-title-3 {
        bottom: 8px;
    }
