/**************************************************************************
***************** Master Stylesheet ************************
***************************************************************************
=========================== Content Index =================================
* 1. Miscelnious styles 
* 2. Top line style
* 3. Navigation styles 
* 4. Welcome section styles 
* 5. Our futured services section styles
* 6. Our services section styles
* 7. Open An Account
* 8. Our numbers section styles
* 9. Get a quote section styles
* 10. Accordion styles
* 11. Contact us page styles
* 12. Main footer section styles
* 13. Footer section styles
* 14. Announcments
* 15. Products page
* 16. Research page
* 17. Notices
* 18. Single project page styles
* 19. Project section page styles
* 20. Registration
* 21. login banner


***************************************************************************
**************************************************************************/
/***************************************
* 1. Miscelnious styles 
****************************************/

/*@import url('https://fonts.googleapis.com/css?family=Gill-Sans:300,400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Gill-Sans:300,400,400i,700,700i|Source+Sans+Pro:300,400,600,700');
 @import url('https://fonts.googleapis.com/css?family=Raleway');*/

address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, div, section, summary {
	display: block;
}

html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
}

a,
a:hover,
a:active {
	text-decoration: none;
}

	a.btn {
		font-size: 14px;
		text-transform: uppercase;
		font-family: 'Gill Sans', Arial, Verdana;
	}

body {
    font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
    width: 100%;
    color: black;
    margin: 0 auto;
    position: relative;
    /*background: #000;*/
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
}



/***************************************
* 2. Top line styles
****************************************/

.top-line {
	background-color: #4e4e4e;
	/* background-image: url('../img/bg1.jpg');*/
}

    /*Phone no. and mailto*/
    .top-line .container .info {
        margin: 0;
    }

        .top-line .container .info li {
            display: inline-block;
            color: #ffffff;
            list-style-type: none;
            margin: 10px 12px 0 0;
            font-size: 13px;
        }

            .top-line .container .info li a {
                color: #ffffff;
            }

                .top-line .container .info li a:hover {
                    text-decoration: underline;
                    color: #c33b32;
                }

    /*Languages btn*/
    .top-line .languages-btn {
        margin: 0px !important;
        margin-left: 10px !important;
        height: inherit;
        display: inline-flex;
        padding: 9px 0px;
    }

        .top-line .languages-btn li {
            color: #ffffff;
            list-style-type: none;
        }

	.top-line .container .social-icons li {
		display: inline-block;
		color: #ffffff;
		list-style-type: none;
		color: red;
		margin: 16px 0 16px 16px;
	}

		.top-line .container .social-icons li i {
			font-size: 14px;
			color: #c33b32;
		}

	.top-line .info i {
		font-size: 16px;
		margin-right: 5px;
		color: #c33b32;
	}

    .top-line .info span a{
        font-size: 16px;
        margin-right: 5px;
        color: #fff;
    }

.top-menu-wrapper ul {
    position: static;
    float: right;
    margin: 1px 0px !important;
    margin-bottom: -1px !important;
}

.top-menu-wrapper .dropdown {
    width: fit-content;
    float: right;
    margin: 3px 0px;
    border-radius: 0px;
}

    .top-menu-wrapper .dropdown button.btn {
        background: transparent;
        color: #fff;
        border: 0;
        border-radius: 0px;
    }

        .top-menu-wrapper .dropdown button.btn:hover,
        .top-menu-wrapper .dropdown button.btn:focus,
        .top-menu-wrapper .dropdown button.btn:active {
            background: #fff;
            color: #333;
            border: 0;
            border-radius: 0px;
        }

    .top-menu-wrapper .dropdown ul.dropdown-menu {
        position: absolute;
        border-radius: 0px;
        width: 100%;
        text-align: center;
        font-size: 13px !important;
        padding: 0px;
    }

        .top-menu-wrapper .dropdown ul.dropdown-menu li {
            height: 33px;
            border-bottom: 1px solid #e2e2e2;
            margin: auto;
            padding: 4px 0px;
        }

.top-menu-info {
    min-height: 37px;
}

    .top-menu-info .d-table {
        display: table;
        width: 100%;
        height: 37px;
    }

        .top-menu-info .d-table .d-table-cell {
            display: table-cell;
            vertical-align: middle;
        }

.info-bar {
    height: 37px;
}

    .info-bar .d-table {
        display: table !important;
        height: 100%;
    }

        .info-bar .d-table .d-table-cell {
            display: table-cell !important;
            vertical-align: middle;
        }

.info .social-icons i {
    font-size: 17px !important;
    color: #d4d4d4 !important;
}

.info .line-icon img {
    width: 23px;
    margin: -6px 0px;
    filter: brightness(170%);
}

/*@media screen and (min-width: 576px) and (max-width: 768px) {
    .slider-for {
        height: 40.625%;
    }
}*/

/***************************************
* 3. Navigation styles 
****************************************/
.navbar-default.scrolled {
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    padding: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#main-navigation-wrapper.navbar-default {
	background: transparent;
	border: none;
	min-height: auto;
	background: #FFF;
	border-top: 0px solid #38374C;
	border-radius: 0;
	margin: 0;
	padding: 10px 0;
}

#main-navigation-wrapper .navbar-default {
	width: 100%;
	z-index: 100;
	font-family: 'Gill-Sans', Arial;
}

#main-navigation-wrapper .logo {
	margin: 0px;
}

#main-navigation-wrapper .navbar-nav ul {
	list-style: none;
	margin: 20px;
	padding: 0;
	margin-right: 30px;
}

	#main-navigation-wrapper .navbar-nav ul li {
		list-style: none;
		position: relative;
		display: block;
	}


.logo-mobile {
	display: none;
}


.searchBtn {
	position: absolute;
	top: 25px;
	right: 0;
}

#main-navigation-wrapper #searchDropdown {
	background: none;
	border: none;
}

.searchBtn i {
	padding: 15px;
	font-size: 18px;
}

#main-navigation-wrapper form {
	height: 50px;
	width: 280px;
	padding: 5px;
	border-radius: 4px;
	margin: 0;
	left: auto;
	right: 0;
	top: 70px;
	border-color: #c33b32;
}

.searchBtn .rightBtn form input {
	font-family: 'Gill Sans', Arial;
	font-weight: normal;
	width: 100%;
	height: 100%;
	background: transparent;
	color: #9e9e9e;
	border: 1px solid #f7f7f7;
	padding: 0 47px 0 10px;
	font-size: 15px;
}


/* Dropdown Menus */

#main-navigation-wrapper .navbar-nav > li > .dropdown-submenu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	padding: 0;
	margin-top: 10px;
	border: none;
	border-radius: 0;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	min-width: 220px;
	background: #1C1C29;
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
}

#main-navigation-wrapper .navbar-nav > li:hover > .dropdown-submenu,
#main-navigation-wrapper .navbar-nav > .open > .dropdown-submenu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.nav .dropdown-submenu li:last-child {
	border-bottom: 4px solid #c33b32;
}

.nav > li > ul {
	text-align: left;
	display: none;
	background: #eeeeee;
	position: absolute;
	top: 100%;
	left: 0;
	width: 240px;
	z-index: 999999;
}

.nav .dropdown-submenu li {
	border-bottom: 1px solid #b6b6b6;
}

#main-navigation-wrapper .nav .dropdown-submenu li a {
    display: block;
    /*font-family: 'Gill-Sans', arial;*/
    font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
    text-transform: capitalize;
    color: #e6e6e6;
    font-size: 1em;
    font-weight: 400;
    padding: 12px 0px 12px 33px;
    line-height: normal;
    transition: all 0.4s ease 0s;
}

	#main-navigation-wrapper .nav .dropdown-submenu li a:hover {
		background: #c33b32;
		color: #FFFFFF;
		text-decoration: none;
	}



/***************************************
* 3a. Navigation styles 
****************************************/
.navbar-default.scrolled {
	background: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	padding: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}


#main-navigation1-wrapper.navbar-default {
	background: transparent;
	border: none;
	min-height: auto;
	background: #FFF;
	border-top: 1px solid #38374C;
	border-radius: 0;
	margin: 0;
	padding: 10px 0;
}

#main-navigation1-wrapper .navbar-default {
	width: 20%;
	z-index: -1;
	font-family: 'Gill-Sans', Arial;
}

#main-navigation1-wrapper .logo {
	margin-top: 5px;
}

#main-navigation1-wrapper .navbar-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 30px;
}

	#main-navigation1-wrapper .navbar-nav ul li {
		list-style: none;
		position: relative;
		display: block;
	}


.logo-mobile {
	display: none;
}


.searchBtn {
	position: absolute;
	top: 25px;
	right: 0;
}

#main-navigation1-wrapper #searchDropdown {
	background: none;
	border: none;
}

.searchBtn i {
	padding: 15px;
	font-size: 18px;
}

#main-navigation1-wrapper form {
	height: 50px;
	width: 280px;
	padding: 5px;
	border-radius: 4px;
	margin: 0;
	left: auto;
	right: 0;
	top: 70px;
	border-color: #c33b32;
}

.searchBtn .rightBtn form input {
    font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
    font-weight: normal;
    width: 100%;
    height: 100%;
    background: transparent;
    color: #9e9e9e;
    border: 1px solid #f7f7f7;
    padding: 0 47px 0 10px;
    font-size: 15px;
}


/* Dropdown Menus */

#main-navigation1-wrapper .navbar-nav > li > .dropdown-submenu {
	position: absolute;
	top: 10%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	padding: 0;
	margin-top: 10px;
	border: none;
	border-radius: 0;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	min-width: 220px;
	background: #1C1C29;
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
}

#main-navigation1-wrapper .navbar-nav > li:hover > .dropdown-submenu,
#main-navigation1-wrapper .navbar-nav > .open > .dropdown-submenu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.nav .dropdown-submenu li:last-child {
	border-bottom: 4px solid #c33b32;
}

.nav > li > ul {
	text-align: left;
	display: none;
	background: #eeeeee;
	position: absolute;
	top: 10%;
	left: 0;
	width: 240px;
	z-index: 999999;
}

.nav .dropdown-submenu li {
	border-bottom: 1px solid #b6b6b6;
}

#main-navigation1-wrapper .nav .dropdown-submenu li a {
    display: block;
    font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
    text-transform: capitalize;
    color: #e6e6e6;
    font-size: 1em;
    font-weight: 400;
    padding: 12px 0px 12px 33px;
    line-height: normal;
    transition: all 0.4s ease 0s;
}

	#main-navigation1-wrapper .nav .dropdown-submenu li a:hover {
		background: #c33b32;
		color: #FFFFFF;
		text-decoration: none;
	}



/***************************************
* 4. Welcome styles 
****************************************/

.welcome {
	padding: 100px 0;
}

    .welcome h2 {
        text-align: left;
        margin: 0;
        font-size: 38px;
        font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
        font-weight: 400;
        line-height: 40px;
        text-transform: capitalize;
    }

		.welcome h2:before {
			content: "";
			position: absolute;
			top: 90px;
			left: 15px;
			width: 50px;
			height: 4px;
			background: #c33b32;
		}

		.welcome h2 span {
			color: #c33b32;
		}

	.welcome i {
		color: #c33b32;
	}

	.welcome ul li {
		list-style-type: none;
		margin-top: 10px;
	}

	.welcome a.btn {
		padding: 10px 25px;
		color: #c33b32;
		border: 1px solid #cdcdcd;
		margin-top: 15px;
	}

		.welcome a.btn:hover {
			color: #FFFFFF;
		}

	.welcome p {
		margin-top: 30px;
		font-size: 16px;
		color: #363636;
		font-weight: 400;
	}

	.welcome .video_gallery_container {
		display: block;
		margin: 0px 15px 15px 0px;
		padding: 0px;
		width: 530px;
		height: 360px;
		position: relative;
		overflow: hidden;
		cursor: pointer;
		-webkit-box-shadow: 13px -12px 0px -4px rgba(219,219,219,1);
		-moz-box-shadow: 13px -12px 0px -4px rgba(219,219,219,1);
		box-shadow: 13px -12px 0px -4px rgba(219,219,219,1);
	}

		.welcome .video_gallery_container a {
			position: absolute;
			font-size: 25px;
			left: 50%;
			top: 50%;
			width: 72px;
			height: 72px;
			border-radius: 100%;
			color: #FFFFFF;
			border: 3px solid #FFFFFF;
			background: #404856;
			margin: -36px 0 0 -36px;
			text-align: center;
			line-height: 65px;
		}

/***************************************
* 5. our futured services section styles
****************************************/
.our-futured-services {
	padding: 5px 0;
	background: #fff;
	text-align: center;
}

    .our-futured-services h2 {
        text-align: left;
        margin: 0;
        font-size: 30px;
        font-family: 'Gill Sans', Arial;
        /*'Varela Round','Work Sans','Kanit', sans-serif;*/
        font-weight: bold;
        line-height: 40px;
        text-transform: capitalize;
    }

	.our-futured-services .header h2:before {
		content: "";
		position: absolute;
		/*top: 40px;*/
		left: 15px;
		width: 60px;
		height: 4px;
		background: #c33b32;
	}

	.our-futured-services .header {
		margin-bottom: 30px;
        margin-top:10px;

	}

		.our-futured-services .header p {
			text-align: left;
			color: #363636;
			margin: 0;
			font-size: 16px;
		}

	.our-futured-services h4 {
		text-align: left;
		color: #363636;
		margin: 0;
		font-size: 30px;
	}

	.our-futured-services .box {
		border: 1px solid #cfcfcf;
		height: 182px;
		width: 95%;
		position: relative;
		/*padding: 30px 35px 35px 35px;*/
		background: #FFFFFF;
		transition: all 0.3s linear;
	}

		.our-futured-services .box:hover {
			background: #c33b32;
			color: #FFFFFF;
		}

        /*box1*/
	.our-futured-services .box1 {
		border: 1px solid #cfcfcf;
		height: 280px;
		width: 100%;
		position: relative;
		padding: 30px 20px 35px 20px;
		background: #C5C3C3;
		transition: all 0.3s linear;
		text-align: center;
	}

		.our-futured-services .box1:hover {
			background: #c33b32;
			color: #FFFFFF;
		}


    .our-futured-services .box11 {
        border: 1px solid #cfcfcf;
        height: 280px;
        width: 100%;
        position: relative;
        padding: 30px 20px 35px 20px;
        background: #C5C3C3;
        transition: all 0.3s linear;
        text-align: center;
    }

        .our-futured-services .box11:hover {
            background: #c33b32;
            color: #FFFFFF;
        }


    /*box2*/

	.our-futured-services .box2 {
		border: 1px solid #cfcfcf;
		height: 280px;
		width: 100%;
		position: relative;
		padding: 30px 20px 35px 20px;
		background: #C5C3C3;
		transition: all 0.3s linear;
		text-align: center;
	}

		.our-futured-services .box2:hover {
			background: #c33b32;
			color: #FFFFFF;
		}


    .our-futured-services .box21 {
        border: 1px solid #cfcfcf;
        height: 280px;
        width: 100%;
        position: relative;
        padding: 30px 20px 35px 20px;
        background: #C5C3C3;
        transition: all 0.3s linear;
        text-align: center;
    }

        .our-futured-services .box21:hover {
            background: #c33b32;
            color: #FFFFFF;
        }



    /*box3*/

	.our-futured-services .box3 {
		border: 1px solid #cfcfcf;
		height: 280px;
		width: 100%;
		position: relative;
		padding: 30px 20px 35px 20px;
		background: #C5C3C3;
		transition: all 0.3s linear;
		text-align: center;
	}

		.our-futured-services .box3:hover {
			background: #c33b32;
			color: #FFFFFF;
		}


    .our-futured-services .box31 {
        border: 1px solid #cfcfcf;
        height: 280px;
        width: 100%;
        position: relative;
        padding: 30px 20px 35px 20px;
        background: #C5C3C3;
        transition: all 0.3s linear;
        text-align: center;
    }

        .our-futured-services .box31:hover {
            background: #c33b32;
            color: #FFFFFF;
        }


	.our-futured-services .box4 {
		border: 1px solid #cfcfcf;
		height: 280px;
		width: 100%;
		position: relative;
		padding: 30px 20px 35px 20px;
		background: #C5C3C3;
		transition: all 0.3s linear;
		text-align: center;
	}

		.our-futured-services .box4:hover {
			background: #c33b32;
			color: #FFFFFF;
		}


    .our-futured-services .box41 {
        border: 1px solid #cfcfcf;
        height: 280px;
        width: 100%;
        position: relative;
        padding: 30px 20px 35px 20px;
        background: #C5C3C3;
        transition: all 0.3s linear;
        text-align: center;
    }

        .our-futured-services .box41:hover {
            background: #c33b32;
            color: #FFFFFF;
        }


	.our-futured-services .box5 {
		border: 1px solid #cfcfcf;
		height: 280px;
		width: 100%;
		position: relative;
		padding: 30px 20px 35px 20px;
		background: #C5C3C3;
		transition: all 0.3s linear;
		text-align: center;
	}

		.our-futured-services .box5:hover {
			background: #c33b32;
			color: #FFFFFF;
		}


    .our-futured-services .box51 {
        border: 1px solid #cfcfcf;
        height: 280px;
        width: 100%;
        position: relative;
        padding: 30px 20px 35px 20px;
        background: #C5C3C3;
        transition: all 0.3s linear;
        text-align: center;
    }

        .our-futured-services .box51:hover {
            background: #c33b32;
            color: #FFFFFF;
        }


	.our-futured-services .box6 {
		border: 1px solid #cfcfcf;
		height: 280px;
		width: 100%;
		position: relative;
		padding: 30px 20px 35px 20px;
		background: #C5C3C3;
		transition: all 0.3s linear;
		text-align: center;
	}

		.our-futured-services .box6:hover {
			background: #c33b32;
			color: #FFFFFF;
		}


    .our-futured-services .box61 {
        border: 1px solid #cfcfcf;
        height: 280px;
        width: 100%;
        position: relative;
        padding: 30px 20px 35px 20px;
        background: #C5C3C3;
        transition: all 0.3s linear;
        text-align: center;
    }

        .our-futured-services .box61:hover {
            background: #c33b32;
            color: #FFFFFF;
        }



.hoverStyle {
	border-bottom-color: #09A223;
}

.our-futured-services h4 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
}

.our-futured-services .box {
    color: #404856;
    font-size: 16px;
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 30px; /*06/10/2020*/
    overflow: hidden;
}

	.our-futured-services .box i {
		color: #c33b32;
		font-size: 38px;
		line-height: 90px;
	}


/*box1*/
.our-futured-services .box1 {
	color: #404856;
	font-size: 16px;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 20px;
}

    .our-futured-services .box1 h4 {
        font-size: 24px;
        line-height: 24px;
        margin-top: 0px;
    }

	.our-futured-services .box1 i {
		color: #000;
		opacity: 0.5;
		font-size: 45px;
		line-height: 90px;
		margin-left: 85%;
		margin-top: 2%;
	}


.our-futured-services .box11 {
    color: #404856;
    font-size: 16px;
    line-height: 19px;
    margin-top: 0px;
    margin-bottom: 20px;
}



    .our-futured-services .box11 h4 {
        font-size: 24px;
        line-height: 24px;
        margin-top: 0px;
    }

    .our-futured-services .box11 i {
        color: #000;
        opacity: 0.5;
        font-size: 45px;
        line-height: 90px;
        margin-left: 85%;
        margin-top: 2%;
    }




/*box2*/

.our-futured-services .box2 {
	color: #404856;
	font-size: 16px;
	line-height: 19px;
	margin-top: 0px;
}

	.our-futured-services .box2 h4 {
		font-size: 24px;
		line-height: 24px;
		margin-top: 0px;
	}


    .our-futured-services .box2 i {
        color: #000;
        opacity: 0.5;
        font-size: 45px;
        line-height: 90px;
        margin-left: 85%;
        margin-top: 0%;
    }


.our-futured-services .box21 {
    color: #404856;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 20px;
}

    .our-futured-services .box21 h4 {
        font-size: 24px;
        line-height: 24px;
        margin-top: 0px;
    }


    .our-futured-services .box21 i {
        color: #000;
        opacity: 0.5;
        font-size: 45px;
        line-height: 90px;
        margin-left: 85%;
        margin-top: 10%;
    }



/*box3*/
.our-futured-services .box3 {
	color: #404856;
	font-size: 16px;
	line-height: 24px;
	margin-top: 0px;
}

	.our-futured-services .box3 h4 {
		font-size: 24px;
		line-height: 24px;
		margin-top: 0px;
	}

	.our-futured-services .box3 i {
		color: #000;
		opacity: 0.5;
		font-size: 45px;
		line-height: 90px;
		margin-left: 85%;
		margin-top: -4%;
	}



.our-futured-services .box31 {
    color: #404856;
    font-size: 16px;
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 20px;
}

    .our-futured-services .box31 h4 {
        font-size: 24px;
        line-height: 24px;
        margin-top: 0px;
    }

    .our-futured-services .box31 i {
        color: #000;
        opacity: 0.5;
        font-size: 45px;
        line-height: 90px;
        margin-left: 85%;
        margin-top: -14%;
    }

   /*box4*/
.our-futured-services .box4 {
	color: #404856;
	font-size: 16px;
	line-height: 19px;
	margin-top: 0px;
}

	.our-futured-services .box4 h4 {
		font-size: 24px;
		line-height: 24px;
		margin-top: 0px;
	}

    .our-futured-services .box4 i {
        color: #000;
        opacity: 0.5;
        font-size: 45px;
        line-height: 90px;
        margin-left: 85%;
        margin-top: 2%;
    }

.our-futured-services .box41 {
    color: #404856;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 20px;
}

    .our-futured-services .box41 h4 {
        font-size: 24px;
        line-height: 24px;
        margin-top: 0px;
    }

    .our-futured-services .box41 i {
        color: #000;
        opacity: 0.5;
        font-size: 45px;
        line-height: 90px;
        margin-left: 85%;
        margin-top: 10%;
    }




    /*box5*/
.our-futured-services .box5 {
	color: #404856;
	font-size: 16px;
	line-height: 24px;
	margin-top: 0px;
}

	.our-futured-services .box5 h4 {
		font-size: 24px;
		line-height: 24px;
		margin-top: 0px;
	}

	.our-futured-services .box5 i {
		color: #000;
		opacity: 0.5;
		font-size: 45px;
		line-height: 45px;
		margin-left: 85%;
		margin-top: -4%;
	}

.our-futured-services .box51 {
    color: #404856;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 20px;
}

    .our-futured-services .box51 h4 {
        font-size: 24px;
        line-height: 24px;
        margin-top: 0px;
    }

    .our-futured-services .box51 i {
        color: #000;
        opacity: 0.5;
        font-size: 45px;
        line-height: 45px;
        margin-left: 85%;
        margin-top: -5%;
    }






.our-futured-services .box6 {
	color: #404856;
	font-size: 16px;
	line-height: 24px;
	margin-top: 0px;
}

	.our-futured-services .box6 h4 {
		font-size: 24px;
		line-height: 24px;
		margin-top: 0px;
	}

    .our-futured-services .box6 i {
        color: #000;
        opacity: 0.5;
        font-size: 45px;
        line-height: 45px;
        margin-left: 85%;
        margin-top: 6%;
    }


.our-futured-services .box61 {
    color: #404856;
    font-size: 16px;
    line-height: 20px;
    margin-top: 0px;
}

    .our-futured-services .box61 h4 {
        font-size: 24px;
        line-height: 24px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .our-futured-services .box61 i {
        color: #000;
        opacity: 0.5;
        font-size: 45px;
        line-height: 45px;
        margin-left: 85%;
        margin-top: 8%;
    }






/***************************************
* 6. Our services section styles
****************************************/
.Our-services {
	/*margin-bottom:20px;*/
	/*padding: 40px 0;*/
	background: #FFF;
	/*background: #f3f5fa;*/
	/*height:777px;*/
}


	.Our-services .image {
		border-radius: 5px;
		overflow: hidden;
		height: 250px;
	}

    .Our-services h2 {
        text-align: left;
        /*margin: 20px;*/
        /*margin-top:50px;*/
        font-size: 38px;
        font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
        font-weight: 400;
        line-height: 40px;
        text-transform: capitalize;
    }

		.Our-services h2:before {
			content: "";
			position: absolute;
			top: 40px;
			left: 15px;
			width: 120px;
			height: 4px;
			background: #c33b32;
		}


    .Our-services .header h2 {
        text-align: left;
        /*margin: 20px;*/
        /*margin-top: 50px;*/
        font-size: 30px;
        font-family: 'Gill Sans', Arial; /*'Varela Round','Work Sans','Kanit', sans-serif;*/
        font-weight: bold;
        line-height: 40px;
        text-transform: capitalize;
    }

		.Our-services .header h2:before {
			content: "";
			position: absolute;
			/*top: 90px;*/
			left: 15px;
			width: 60px;
			height: 4px;
			background: #c33b32;
		}
@media(min-width: 481px) {
	#boxGraph .boxSTI {
		height: 290px;
	}
}


@media(max-width: 480px) {
	#boxGraph .boxSTI {
		height: 480px;

	}
	#market-news {
		height: 525px;
	}
}
		
@media(max-width: 375px) {
	#boxGraph .boxSTI {
		height: 470px;
	}
	#market-news {
		height: 525px;
	}
}


@media screen and (max-width: 375px) {
	.Our-services > .container >.row > #boxGraph {
		height: 470px;
	}
	#boxGraph .boxSTI {
		height: 470px;
	}
}

@media  (max-width: 480px){
	.Our-services .header {
		margin-top: -120px !important;
	}	
}
@media (max-width: 768px) {
	.Our-services .header {
		margin-top: -120px !important;
	}
}	

		.Our-services .header p {
			text-align: left;
			color: #363636;
			margin: 0;
			font-size: 16px;
		}
	/*.Our-services span {
    font-weight: 800;
}*/



    .Our-services h4 {
        text-align: left;
        margin: 60px 0 0 0;
        font-size: 16px;
        font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
        font-weight: bold;
        text-transform: capitalize;
        transition: all 0.3s ease;
    }


    .Our-services h5 {
        text-align: left;
        margin: 10px 0;
        font-size: 16px;
        font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
        font-weight: 400;
        text-transform: capitalize;
        transition: all 0.3s ease;
    }

    .Our-services h6 {
        text-align: left;
        margin: 8px 0;
        font-size: 14px;
        font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
        font-weight: 400;
        text-transform: capitalize;
        transition: all 0.3s ease;
    }



.Our-services .box {
    border: 0px solid #e5e5e5;
    height: 350px;
    position: relative;
    padding: 0px 15px 15px 15px;
    padding-left: 15px;
    padding-right: 15px;
    background: #FFFFFF;
    transition: all 0.3s linear;
    margin-bottom: 80px;
    padding-top: 1px !important;
    overflow: auto;
}

	.Our-services .boxedu {
		border: 1px solid #e5e5e5;
		height: 500px;
		width: 20%;
		position: relative;
		padding: 15px 15px 15px 0px;
		background: #FFFFFF;
		transition: all 0.3s linear;
		margin-left: 4%;
		margin-bottom: 80px;
		font-size: 90%;
		text-align: center;
	}


	.Our-services .boxmenu {
		/*border: 1px solid #e5e5e5;*/
		width: 119px;
		height: 500px;
		position: relative;
		padding: 0px 0px 0px 0px;
		background: #4a4a4a;
		transition: all 0.3s linear;
		/*margin-bottom:80px;*/
		margin-left: -15px;
		font-size: 90%;
	}

		.Our-services .boxmenu a {
			color: #FFF;
		}


			.Our-services .boxmenu a:hover {
				background: #4a4a4a;
				color: #c33b32;
			}

	.Our-services .boxSTI {
		border: 0px solid #e5e5e5;
		/*height: 320px;*/
		position: relative;
		padding: 0px 15px 15px 15px;
		background: #FFFFFF;
		transition: all 0.3s linear;
		/*margin-bottom:80px;*/
	}
	

	.Our-services .date {
		position: absolute;
		top: 0;
		left: 0;
		width: 140px;
		height: 37px;
		padding-top: 6px;
		background: #c33b32;
		text-align: center;
		color: #FFFFFF;
	}

@media (max-width: 576px) {
    .Our-services .box {
        margin-bottom: 25px !important;
    }
}

@media (max-width: 480px) .Our-services {
    margin-bottom: 40px;
}

.newClass {
	color: #c33b32;
}

.Our-services p {
    line-height: 25px;
    color: #1C1C29;
    font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
}

.Our-services .image img {
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.newClass2 {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.owl-carousel {
	position: relative;
}

.owl-nav {
	margin-top: 10px;
	float: right;
}

	.owl-nav .owl-prev {
		border: 0px solid #e5e5e5;
		border-radius: 5px;
		display: inline-block;
		line-height: 0px;
		margin-right: 5px;
		margin-bottom: 20px;
		padding: 0px 10px;
		font-size: 22px;
		color: #111111;
	}

	.owl-nav .owl-next {
		border: 0px solid #e5e5e5;
		border-radius: 5px;
		display: inline-block;
		line-height: 0px;
		margin-right: 5px;
		margin-bottom: 20px;
		padding: 0px 10px;
		font-size: 22px;
		color: #111111;
	}



/***************************************
* 6a. Our services-menu section styles
****************************************/
.Our-services-menu {
	background: #000;
}



/***************************************
* 7. Open An Account
****************************************/
.height-50 {
	height: 50px;
}

.service1-section {
	padding: 80px 0;
}

	.service1-section a {
		font-size: 16px;
		font-weight: 400;
	}

	.service1-section aside h3 {
		font-size: 18px;
		font-weight: 400;
	}

	.service1-section .brochures-download {
		margin-top: 35px;
	}


		.service1-section .brochures-download a.download-pdf i {
			color: #c33b32;
			margin-right: 10px;
		}

	.service1-section aside .request-quote {
		padding: 20px;
		background: #1a1c28;
		color: #FFFFFF;
		border-radius: 5px;
		margin-top: 35px;
	}

		.service1-section aside .request-quote a.btn {
			padding: 10px 25px;
			color: #c33b32;
			border: 1px solid #cdcdcd;
			margin-top: 10px;
			border: none;
		}

			.service1-section aside .request-quote a.btn:hover {
				color: #FFFFFF;
			}

	.service1-section aside .testimonials-content {
		padding: 23px;
		border: 1px solid #b7b7b7;
		text-align: center;
		margin-bottom: 25px;
		margin-top: 35px;
		border-radius: 5px;
		color: #575757;
		font-size: 16.5px;
		position: relative;
	}

		.service1-section aside .testimonials-content:before {
			position: absolute;
			left: 10px;
			bottom: -23px;
			background: url(../img/testimonial-pointer.png) no-repeat 0 0;
			width: 44px;
			height: 23px;
			content: "";
		}

	.service1-section aside .testimonials-author-service .author-img {
		margin-right: 15px;
		float: left;
		width: 65px;
		height: 65px;
		border-radius: 50%;
		overflow: hidden;
	}

	.service1-section aside .testimonials-service {
		width: 100%;
	}

		.service1-section aside .testimonials-service .item {
			margin-right: 15px;
		}

    .service1-section aside .testimonials-author-service h4 {
        font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
        font-weight: 400;
        font-size: 20px;
        padding-top: 14px;
        line-height: 21px;
        margin: 0;
    }

        .service1-section aside .testimonials-author-service h4 span {
            font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
            font-size: 16px;
            color: #c33b32;
            font-weight: 400;
        }

	.service1-section .service-right-content .service-first .img-box {
		height: 750px;
		overflow: hidden;
		margin-bottom: 28px;
	}

	.service1-section aside {
		padding-right: 20px;
	}

	.service1-section .service-right-content .service-first {
		margin-bottom: 38px;
	}


		.service1-section .service-right-content .service-first p {
			margin-bottom: 38px;
		}

        .service1-section .service-right-content .service-first h2 {
            text-align: left;
            margin: 0;
            font-size: 28px;
            position: relative;
            font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
            font-weight: 400;
            line-height: 40px;
            text-transform: capitalize;
            margin-bottom: 30px;
            font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
        }
		/*.service1-section .service-right-content .service-first h2:before {
    content: "";
    position: absolute;
    top: 55px;
    left: 0;
    width: 50px;
    height: 4px;
    background: #c33b32;
    
}*/
		.service1-section .service-right-content .service-first blockquote {
			text-align: left;
			margin-top: 30px;
			font-size: 18px;
			line-height: 29px;
			color: #c33b32;
			font-style: italic;
		}

	.service1-section .service-right-content h3 {
		text-align: left;
		color: #363636;
		font-size: 16px;
		line-height: 27px;
		font-weight: 400;
	}

	.service1-section .service-right-content p {
		text-align: left;
		color: #363636;
		font-size: 16px;
		line-height: 27px;
	}

	.service1-section .service-right-content .image {
		height: 250px;
		overflow: hidden;
	}

	.service1-section .service-right-content ul {
		list-style-type: none;
	}

		.service1-section .service-right-content ul li {
			font-size: 15px;
			font-weight: bold;
			color: #464646;
		}

			.service1-section .service-right-content ul li i {
				color: #c33b32;
				margin-right: 10px;
				line-height: 27px;
			}

	.service1-section .service-right-content .service-business {
		background: #f8f8f8;
		padding: 20px;
		text-align: center;
	}

		.service1-section .service-right-content .service-business i {
			color: #c33b32;
			font-size: 38px;
			text-align: center;
		}

		.service1-section .service-right-content .service-business h4 {
			font-size: 22px;
			text-align: center;
		}

		.service1-section .service-right-content .service-business p {
			font-size: 16px;
			text-align: center;
		}



	.service1-section .service-right-content .tabs-info .tabs-btn li a {
		color: #c33b32;
	}

		.service1-section .service-right-content .tabs-info .tabs-btn li a:visited {
			background: #949494;
		}

	.service1-section .service-right-content .tabs-info .tab-content {
		max-height: 242px;
	}

		.service1-section .service-right-content .tabs-info .tab-content .tab-pane {
			font-size: 16px;
			line-height: 26px;
			color: #949494;
			padding: 35px 25px;
		}


		.service1-section .service-right-content .tabs-info .tab-content h3 {
			margin-bottom: 20px;
			font-size: 21px;
			font-size: 24px;
			font-weight: 400;
		}



		.service1-section .service-right-content .tabs-info .tab-content h4 {
			margin-bottom: 20px;
			font-size: 18px;
			font-size: 24px;
			font-weight: 400;
		}

		.service1-section .service-right-content .tabs-info .tab-content .img-box {
			margin-right: 15px;
		}

canvas a.canvasjs-chart-credit {
	color: red;
}

/***************************************
* 8. Our numbers section styles
****************************************/

.our-numbers {
	padding: 100px 0;
	position: relative;
	min-height: 503px;
	background: url(../img/testimonial-bg.jpg) fixed right center;
	background-size: cover;
}

    .our-numbers h2 {
        text-align: center;
        margin: 0;
        font-size: 38px;
        font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
        color: #FFFFFF;
        font-weight: 400;
        line-height: 40px;
        text-transform: capitalize;
    }

	.our-numbers .icon-box {
		margin-left: 80px;
		margin-bottom: 30px;
		width: 100px;
		height: 100px;
		border: 4px solid #c33b32;
		border-radius: 50%;
		background: #FFFFFF;
	}

		.our-numbers .icon-box i {
			color: #c33b32;
			font-size: 38px;
			line-height: 90px;
		}

    .our-numbers .number-box {
        text-align: center;
        margin: 0;
        font-size: 38px;
        font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
        font-weight: 400;
        line-height: 40px;
        text-transform: capitalize;
        color: #FFFFFF;
    }

    .our-numbers h2 {
        text-align: center;
        margin: 0;
        font-size: 38px;
        color: #FFFFFF;
        font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
        font-weight: 400;
        line-height: 40px;
        text-transform: capitalize;
    }

		.our-numbers h2:before {
			content: "";
			position: absolute;
			top: 60px;
			left: 50%;
			width: 50px;
			margin-left: -25px;
			height: 4px;
			background: #c33b32;
		}

	.our-numbers p {
		text-align: center;
		margin: 42px 0;
		color: #FFFFFF;
	}

	.our-numbers .counters {
		text-align: center;
		margin-top: 30px;
	}

	.our-numbers .single-count-box .text-box p {
		color: #FFFFFF;
		font-size: 16px;
		margin-top: 15px;
		font-weight: bold;
	}

	.our-numbers span {
		font-size: 60px;
		color: #FFFFFF;
		font-weight: bold;
	}


/***************************************
* 9. Get a quote section styles
****************************************/

.get-quote {
	padding: 30px;
	background: #c33b32;
}

	.get-quote h3 {
		margin: 0;
		font-size: 33px;
		color: #FFFFFF;
		font-weight: 400;
	}

	.get-quote p {
		margin-top: 8px;
		margin-bottom: 0px;
		color: #FFFFFF;
	}

	.get-quote a.btn {
		padding: 12px 29px;
		color: #FFFFFF;
		border: 1px solid #FFFFFF;
		margin-top: 58px;
		background: #c33b32;
	}

		.get-quote a.btn:hover {
			color: #c33b32;
		}


	.get-quote form input[type="text"] {
		width: 100%;
		height: 50px;
		padding: 10px 10px;
		color: #000;
	}


/***************************************
* 10. Accordion styles
****************************************/

#accordion {
	position: relative;
	margin-top: 15px;
	margin-top: 15px;
}

.toggle {
	margin-bottom: 20px;
}

	.toggle h4 {
		margin-bottom: 20px;
		font-size: 18px;
		font-size: 24px;
		font-weight: 400;
	}

	.toggle .toggle-heading1 {
		position: relative;
	}

		.toggle .toggle-heading1 a {
			display: block;
			/*padding: 12px 13px 17px 13px;*/
			/*background: #FFFFFF;*/
			/*border:0px solid #d7d7d7;*/
			border-radius: 5px;
			color: #414141;
			position: relative;
			font-size: 18px;
			font-weight: bold;
			/*text-decoration:underline;*/
			/* -webkit-box-shadow: 1px 3px 6px -6px rgba(0,0,0,0.62);
    -moz-box-shadow: 1px 3px 6px -6px rgba(0,0,0,0.62);
    box-shadow: 1px 3px 6px -6px rgba(0,0,0,0.62);*/
		}

	.toggle .toggle-heading {
		position: relative;
	}

		.toggle .toggle-heading a {
			display: block;
			padding: 10px 0px 0px 30px;
			/*background: #FFFFFF;*/
			border: 0px solid #d7d7d7;
			border-radius: 5px;
			color: #414141;
			position: relative;
			font-size: 16px;
			font-weight: 400;
			/*text-decoration:underline;*/
			/*-webkit-box-shadow: 1px 3px 6px -6px rgba(0,0,0,0.62);
    -moz-box-shadow: 1px 3px 6px -6px rgba(0,0,0,0.62);
    box-shadow: 1px 3px 6px -6px rgba(0,0,0,0.62);*/
		}


#accordion1 .toggle i {
	width: 23px;
	height: 23px;
	/*border: 2px solid transparent;*/
	border-radius: 100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 21px;
	margin-right: 10px;
	text-align: center;
	position: absolute;
	left: 142px;
	top: 50%;
	margin-top: -10px;
	color: #333;
	/*border: 2px solid #c33b32;*/
}

.toggle .toggle-body {
	padding: 5px 0px 0px 5px;
	font-size: 16px;
	line-height: 25px;
}

#accordion .toggle i {
	width: 23px;
	height: 23px;
	border: 2px solid transparent;
	border-radius: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-right: 10px;
	text-align: center;
	position: absolute;
	left: 5px;
	top: 55%;
	margin-top: -10px;
	color: #C33B32;
	/*border: 1px solid #c33b32;*/
}



/***************************************
* 11. Contact us page styles
****************************************/

.contact_header {
	position: relative;
	padding: 170px 0 20px 0;
	background: url(../img/contact_head.jpg) center;
}

	.contact_header:before {
		content: '';
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background: rgba(72, 199, 236, 0.9);
	}

    .contact_header h2 {
        font-size: 38px;
        font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
        font-weight: 400;
        text-transform: capitalize;
        color: #FFFFFF;
    }

.contact_us-second {
	padding: 80px 0;
}

	.contact_us-second header {
		margin-bottom: 30px;
	}

	.contact_us-second login {
		margin-bottom: 30px;
	}

    .contact_us-second h2 {
        text-align: left;
        font-size: 38px;
        font-family: 'Gill Sans', Arial;
        font-weight: 600;
        line-height: 40px;
        margin-top: -30px;
        text-transform: capitalize;
        /*text-align: left;
        font-size: 30px;
        font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
        font-weight: 400;
        line-height: 40px;
        margin-top: -30px;
        text-transform: capitalize;*/
    }

		.contact_us-second h2:before {
			content: "";
			position: absolute;
			top: 10px;
			left: 15px;
			width: 50px;
			height: 4px;
			background: #c33b32;
		}
	/*.contact_us-second h2{
    font-weight: bold;
    margin-bottom: 20px;
	margin-left: 0px;
    font-size: 30px;
}*/
	.contact_us-second header p {
		margin-top: 40px;
	}
	/*.contact_us-second h2:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 15px;
    width: 30px;
    height: 5px;
    background: #c33b32;
	border-bottom: solid 1px #FFF;
}*/
	/*.contact_us-second h2:after {
    content: "";
    position: absolute;
    top: 40px;
    left: 45px;
    width: 60px;
    height: 5px;
    background: #c33b32;
	opacity:0.7;
	border-bottom: solid 1px #FFF;
}*/

	.contact_us-second form {
		position: relative;
		overflow: hidden;
	}

        .contact_us-second form .form-grp input[type="text"], .form-grp input[type="email"], .form-grp textarea, .form-grp select {
            width: 100%;
            height: 45px;
            margin-bottom: 20px;
            box-shadow: none;
            border: 1px solid #333;
            border-radius: 0.35rem;
        }

    .contact_us-second .form-grp label {
        padding-bottom: 0px;
        font-size: 15px;
        font-weight: bold;
    }
.form-grp textarea {
	max-width: 100%;
	max-height: 200px;
}


.projects-section .green .blue .pink {
	width: 100px;
	height: 100px;
	background: green;
}

.contact_us-second .btn {
	padding: 12px 25px;
	font-weight: bold;
	background: #FFFFFF;
	border: 1px solid #cdcdcd;
	margin-top: 15px;
	color: #c33b32;
}

	.contact_us-second .btn:hover {
		color: #FFFFFF;
	}

.keep-in ul.social-icons {
	margin-top: 45px;
}

#contact-google-map {
	width: 100%;
	height: 500px;
}

.map-section {
	position: relative;
	clear: both;
	margin-bottom: 30px;
}

.map-outer {
	position: relative;
}

.map-section .outer-container {
	position: absolute;
	max-width: 1170px;
	padding: 0px 15px;
	margin: 0 auto;
	z-index: 20;
}

	.map-section .outer-container .info-container {
		position: relative;
		max-width: 1000px;
		margin: 0 auto;
		bottom: 375px;
		padding: 30px 50px 20px 50px;
		background: #1a3b66;
		border: 10px solid #FFF;
		z-index: 4;
		float: left;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
		-ms-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
		-o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
	}

		.map-section .outer-container .info-container address {
		}

.keep-in .social-icons li {
	list-style-type: none;
	line-height: 34px;
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 5px;
	background: #dadada;
	margin-right: 7px;
	text-align: center;
}

.keep-in ul.social-icons li a {
	color: #c33b32;
}

.contact-box {
	margin-top: 25px;
}

.address-box {
	padding: 20px;
	border-bottom: 1px solid #e2e2e2;
}

.contact-box .address-box .icon-box {
	float: left;
	vertical-align: middle;
}

	.contact-box .address-box .icon-box i {
		font-size: 21px;
		color: #c33b32;
		text-align: center;
	}

.contact-box .address-box .address-text {
	margin-left: 37px;
	margin-bottom: 0px;
	color: #363636;
}


/***************************************
* 12. Main footer section styles
****************************************/

.main-footer {
	padding: 15px 0;
	background: #2f383d;
	color: #FFFFFF;
	border-top: 3px solid #c33b32;
}

	.main-footer h3 {
		font-weight: 400;
		margin: 0;
		margin-bottom: 16px;
		font-size: 14px;
	}

	.main-footer p {
		font-size: 10px;
		color: #FFFFFF;
		margin: 12px 0;
		line-height: 22px;
	}

	.main-footer .social-icons ul li {
		color: #acacac;
		list-style-type: none;
		line-height: 34px;
		display: inline-block;
		width: 34px;
		height: 34px;
		border-radius: 5px;
		background: rgba(255, 255, 255, 0.13);
		margin-right: 7px;
		text-align: center;
		color: #FFFFFF;
	}

		.main-footer .social-icons ul li a {
			color: #FFFFFF;
		}

	.main-footer .services li {
		list-style-type: none;
		line-height: 28px;
	}

		.main-footer .services li a {
			text-decoration: none;
			color: #FFFFFF;
			transition: color .4s ease;
		}

			.main-footer .services li a:hover {
				color: #c33b32;
			}

			.main-footer .services li a:before {
				content: '\f105';
				font-family: 'FontAwesome';
				margin-right: 10px;
			}

	.main-footer .news li {
		list-style-type: none;
		margin-bottom: 20px;
	}

	.main-footer .news a {
		color: #FFFFFF;
		text-decoration: none;
	}

	.main-footer .news span {
		color: #c33b32;
	}

	.main-footer .get-in-touch li {
		list-style-type: none;
		margin-bottom: 10px;
		font-size: 12px;
	}

        .main-footer .get-in-touch li i {
            font-size: 10px;
            margin-right: 10px;
            
        }
/***************************************
* 13. Footer section styles
****************************************/

.footer-bottom {
	padding: 10px 0;
	background: #161a1d;
}

	.footer-bottom p {
		color: #8c8c8c;
		margin: 0;
		font-size: 12px;
	}

.scroll-top {
	width: 50px;
	height: 50px;
	text-align: center;
	background: #494949;
	position: fixed;
	bottom: 30px;
	right: 30px;
	color: #FFFFFF;
	z-index: 100;
	font-size: 25px;
	text-decoration: none;
	transition: all 0.3s ease;
}

	.scroll-top i {
		line-height: 45px;
		color: #FFFFFF;
		text-decoration: none;
	}

	.scroll-top:hover {
		opacity: 0.9;
		color: #FFFFFF;
		text-decoration: none;
	}


/***************************************
*14. Announcments
****************************************/

.msg-top {
	width: 300px;
	height: 100px;
	text-align: center;
	background: #FFFFFF;
	position: fixed;
	bottom: 70px;
	right: 60px;
	color: #c4c2c2;
	z-index: 100;
	font-size: 14px;
	border: 1px solid #ccc;
	text-decoration: none;
	transition: all 0.3s ease;
}


	.msg-top:hover {
		box-shadow: 2px 2px 5px rgba(0,0,0,.2);
		cursor: pointer;
		color: #000;
	}

	.msg-top i {
		line-height: 45px;
		color: #ccc;
		text-decoration: none;
	}



	.msg-top a:hover {
		color: #df2e1b;
		text-decoration: underline;
	}




	.msg-top h3 {
		padding: 0;
		margin: 0;
		color: #4e4e4e;
		font-weight: bold;
	}

	.msg-top h4 {
		padding: 0;
		margin: 0;
		color: #df2e1b;
		font-size: 12px;
	}

#close {
	float: right;
	display: inline-block;
	padding: 1px 6px;
	background: #ccc;
	color: #333;
}



/***************************************
* 15. Products page styles
****************************************/
.Products-page {
	padding: 80px 0;
}


    .Products-page h2 {
        text-align: left;
        font-size: 30px;
        font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
        font-weight: 400;
        line-height: 40px;
        margin-top: -20px;
        text-transform: capitalize;
    }

		.Products-page .header h2:before {
			content: "";
			position: absolute;
			top: 20px;
			left: 15px;
			width: 50px;
			height: 4px;
			background: #c33b32;
		}

	.Products-page .box {
		text-align: center;
		margin-top: 40px;
		width: 100%;
		/*padding: 30px 12px;*/
		border: 1px solid #d4d4d4;
		/*margin-bottom: 40px;*/
		background: #000;
		color: #FFF;
	}

		.Products-page .box .header {
			/*padding-bottom:5px;*/
			/* border-bottom: 1px solid #d4d4d4;*/
		}

	.Products-page figure {
		padding-top: 10px;
		/*width: 100%;*/
		height: 188px;
		overflow: hidden;
		/*border-radius:50%;*/
		/*margin-left: 80px;*/
		/*width:349px;*/
	}


	.Products-page p {
		font-size: 15px;
		line-height: 20px;
		/*color: #FFF;*/
		padding: 0 10px;
		margin-top: 5px;
		margin-bottom: 10px;
		text-align: left;
	}

	.Products-page h4 {
		margin-top: 5px;
		padding-left: 10px;
		text-align: left;
		font-weight: 400;
	}

	.Products-page span {
		font-size: 15px;
		line-height: 20px;
		color: #FFF;
		padding: 0 10px;
		margin-top: 5px;
		margin-bottom: 10px;
		text-align: left;
	}


	.Products-page .btn {
		position: absolute;
		padding: 6px 10px;
		font-weight: 400;
		border: 1px solid #df2e1b;
		bottom: 0px;
		right: 4%;
		background: #df2e1b;
		color: #df2e1b;
		width: 120px;
		border-radius: 0%;
	}

		.Products-page .btn:hover {
			color: #df2e1b;
			background: #FFF;
		}

		.Products-page .btn a {
			text-align: left;
			color: #FFF;
			margin: 0;
			font-size: 14px;
			padding: 8px;
		}

			.Products-page .btn a:hover {
				text-align: left;
				color: #df2e1b;
				margin: 0;
				font-size: 14px;
			}


/***************************************
* 16. Research page styles
****************************************/
.Research-page {
	padding: 100px 0;
}

    .Research-page h2 {
        text-align: left;
        font-size: 30px;
        /*font-family: 'Varela Round','Work Sans','Kanit', sans-serif;*/
        font-weight: 400;
        line-height: 40px;
        margin-top: -30px;
        text-transform: capitalize;
        font-family: 'Varela Round','Work Sans','Kanit', sans-serif !important;
       
    }

		.Research-page h2:before {
			content: "";
			position: absolute;
			top: 10px;
			left: 15px;
			width: 50px;
			height: 4px;
			background: #c33b32;
            font-family: 'Varela Round','Work Sans','Kanit', sans-serif;

		}

	.Research-page .box {
		text-align: center;
		margin-top: 40px;
		width: 100%;
		height: 167px;
		/*padding: 30px 12px;*/
		border: 1px solid #d4d4d4;
		/*margin-bottom: 40px;*/
		background: #000;
		color: #FFF;
	}

		.Research-page .box .header {
			/*padding-bottom:5px;*/
			/* border-bottom: 1px solid #d4d4d4;*/
		}

	.Research-page figure {
		/*margin-left:-38%;*/
		width: 100%;
		height: 165px;
		overflow: hidden;
		/*border-radius:50%;*/
		/*margin-left: 80px;*/
	}


	.Research-page p {
		font-size: 15px;
		line-height: 20px;
		color: #FFF;
		padding: 0 10px;
		margin-top: 5px;
		padding-left: 160px;
		margin-bottom: 10px;
		text-align: right;
	}

	.Research-page h4 {
		margin-top: -155px;
		/*padding-left: 160px;*/
		text-align: right;
		font-weight: 400;
        padding-right: 10px;
	}

	.Research-page span {
		font-size: 15px;
		line-height: 20px;
		color: #FFF;
		padding: 0 10px;
		margin-top: 5px;
		margin-bottom: 10px;
		text-align: left;
	}


	.Research-page .btn {
		position: absolute;
		padding: 6px 10px;
		font-weight: 400;
		border: 1px solid #df2e1b;
		right: 2.7%;
		bottom: 1px;
		background: #df2e1b;
		color: #df2e1b;
		width: 120px;
		border-radius: 0%;
	}


		.Research-page .btn:hover {
			color: #df2e1b;
			background: #FFF;
		}

		.Research-page .btn a {
			/*text-align: left;*/
			color: #FFF;
			/*margin: 0;*/
			font-size: 14px;
			padding: 8px;
		}

			.Research-page .btn a:hover {
				/*text-align: left;*/
				color: #df2e1b;
				font-size: 14px;
			}



/***************************************
* 17. Notices
****************************************/

.Notices {
	padding: 0px 0;
}

	.Notices .header {
		margin-bottom: 5px;
		position: relative;
	}

    .Notices h2 {
        text-align: left;
        margin: 0;
        font-size: 38px;
        font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
        font-weight: 400;
        line-height: 40px;
        text-transform: capitalize;
    }

	.Notices .blog-wraper {
		border: 1px solid #dfdfdf;
		transition: all 0.3s ease;
	}

		.Notices .blog-wraper .img-box .date {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 55px;
			height: 45px;
			padding-top: 6px;
			background: #c33b32;
			text-align: center;
			color: #FFFFFF;
		}

	.Notices .img-box {
		position: relative;
		overflow: hidden;
		height: 60px;
	}


	.Notices .text-box {
		padding: 0px 15px;
	}


.hover {
	-webkit-box-shadow: 0px 0px 25px -13px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px 0px 25px -13px rgba(0,0,0,0.42);
	box-shadow: 0px 0px 25px -13px rgba(0,0,0,0.42);
}

.Notices .text-box .text {
	margin-bottom: 19px;
}

.Notices .post-meta {
	border-top: 1px solid #dfdfdf;
	padding-top: 14px;
	color: #858585;
}

	.Notices .post-meta p {
		margin-bottom: 0;
	}







/***************************************
* 18. Single project page styles
****************************************/
.single-project-wraper .img-box {
	height: 500px;
	overflow: hidden;
}

.single-project-wraper .single-project-header {
	margin-top: 40px;
}

	.single-project-wraper .single-project-header .customer-info {
		background: #f7f7f7;
		padding: 30px 0 30px 15px;
	}

		.single-project-wraper .single-project-header .customer-info table td {
			line-height: 40px;
			font-size: 15px;
			color: #c33b32;
			font-weight: bold;
		}

			.single-project-wraper .single-project-header .customer-info table td:first-child {
				padding-right: 15px;
			}

			.single-project-wraper .single-project-header .customer-info table td:last-child {
				padding-left: 15px;
				font-weight: normal;
				color: #292929;
			}

.single-project-wraper h1 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 38px;
    font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
    font-weight: 400;
    line-height: 40px;
}

.single-project-wraper .single-project-header .project-title p {
	font-size: 16px;
	line-height: 26px;
	color: #363636;
	margin-top: 10px;
}

.single-project-wraper h2 {
    margin: 0;
    font-size: 38px;
    font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
    font-weight: 400;
    line-height: 40px;
    text-transform: capitalize;
}

	.single-project-wraper h2:before {
		content: "";
		position: absolute;
		top: 55px;
		left: 0px;
		width: 50px;
		height: 4px;
		background: #c33b32;
	}

.single-project-wraper .single-project-header span {
	color: #c33b32;
}

.single-project-wraper p {
	font-size: 16px;
	line-height: 26px;
	color: #363636;
	margin-top: 25px;
	margin-bottom: 25px;
}

.single-project-wraper a.btn {
	margin-left: -5px;
	padding: 10px 25px;
	color: #c33b32;
	border: 1px solid #cdcdcd;
}

	.single-project-wraper a.btn:hover {
		color: #FFFFFF;
	}

.single-project-wraper .project-analysis {
	margin-top: 50px;
	position: relative;
}

	.single-project-wraper .project-analysis .chart-box {
		overflow: hidden;
	}

	.single-project-wraper .project-analysis h3 {
		font-size: 20px;
		margin-top: 15px;
	}

	.single-project-wraper .project-analysis ul {
		list-style-type: none;
	}

		.single-project-wraper .project-analysis ul li {
			list-style-type: none;
			font-size: 16px;
			line-height: 26px;
			color: #8a8a8a;
		}

		.single-project-wraper .project-analysis ul i {
			margin-right: 8px;
			color: #c33b32;
		}


/***************************************
* 19. Project section page styles
****************************************/

.projects-section {
	padding: 70px 0;
}


    .projects-section h2 {
        text-align: left;
        margin-bottom: 50px;
        font-size: 30px;
        font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
        font-weight: 400;
        line-height: 40px;
        text-transform: capitalize;
    }

	.projects-section .header h2:before {
		content: "";
		position: absolute;
		top: 40px;
		left: 15px;
		width: 50px;
		height: 4px;
		background: #c33b32;
	}

	.projects-section .controls li span {
		display: inline-block;
		cursor: pointer;
		font-size: 16px;
		color: #676767;
		text-transform: capitalize;
		border: 1px solid #c1c1c1;
		padding: 14px 24px;
		transition: all 0.3s ease;
	}

		.projects-section .controls li span:hover {
			background: #c33b32;
			color: #FFFFFF;
		}



	.projects-section .thm-container .item {
		overflow: hidden;
		margin-top: 20px;
		height: 200px;
		font-size: 14px;
		Color: #333;
		background-color: #c6c3c6;
		margin-right: 20px;
		/*border: 1px solid #000;*/
	}

		.projects-section .thm-container .item h4 {
			font-size: 16px;
			font weight:600;
			margin-bottom: -20px;
			margin-top: 20px;
		}



	.projects-section .overlay {
		position: absolute;
		bottom: 0;
		left: 0px;
		right: 0px;
		background-color: rgba(223, 46, 27, 1.0);
		overflow: hidden;
		width: 0;
		height: 100%;
		transition: .3s ease;
		color: #FFF;
	}

.item:hover .overlay {
	width: 100%;
}

.projects-section .overlay .text {
	display: inline-block;
	white-space: nowrap;
	text-align: center;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 42%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.projects-section .overlay .text2 {
	display: inline-block;
	white-space: nowrap;
	text-align: center;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 80%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.projects-section .overlay .text3 {
	display: inline-block;
	white-space: nowrap;
	text-align: center;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 90%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.projects-section .overlay i {
	width: 40px;
	height: 40px;
	color: white;
	font-size: 17px;
	line-height: 38px;
	border-radius: 50%;
	background: #333333;
	color: #FFFFFF;
}

.portfolioFilter a.current {
	font-weight: bold;
}



.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope,
.isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}

	.isotope .isotope-item {
		-webkit-transition-property: -webkit-transform, opacity;
		-moz-transition-property: -moz-transform, opacity;
		transition-property: transform, opacity;
	}



/***************************************
* 20. Registration
****************************************/
.register {
	padding: 80px 0;
}

	.register header {
		margin-bottom: 30px;
	}

    .register h2 {
        text-align: left;
        font-size: 38px;
        font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
        font-weight: 400;
        line-height: 40px;
        margin-top: -30px;
        text-transform: capitalize;
    }

		.register h2:before {
			content: "";
			position: absolute;
			top: 10px;
			left: 15px;
			width: 120px;
			height: 4px;
			background: #c33b32;
		}

    .register h4 {
        text-align: left;
        font-size: 18px;
        font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
        font-weight: 400;
        line-height: 30px;
        text-transform: capitalize;
    }

	.register header p {
		margin-top: 40px;
	}



	.register form {
		position: relative;
		overflow: hidden;
	}

		.register form .form-grp input[type="text"], .form-grp input[type="email"], .form-grp textarea {
			width: 80%;
			height: 30px;
			margin-bottom: 10px;
		}

	.register .btn {
		padding: 12px 25px;
		font-weight: bold;
		background: #FFFFFF;
		border: 1px solid #cdcdcd;
		margin-top: 15px;
		color: #c33b32;
	}

		.register .btn:hover {
			color: #FFFFFF;
		}

/***************************************
* 21. login banner
****************************************/

#content-slider {
    line-height: 1;
    font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
    font-size: 10px; /* font-size 1em = 10px = 62.5%*/
    /*background: #4e616d;*/
}

/* ------------------------------- > Clearfix */
.clr {
	*zoom: 1;
}

	.clr:before,
	.clr:after {
		display: table;
		content: "";
		line-height: 0;
	}

	.clr:after {
		clear: both;
	}

/* ---------------------------------> wrapper */
#content-slider .wrap-slider {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1200px;
	/*max-height: 600px;*/
	height: 100%;
	width: 100%;
	/*margin-left:20px;
	margin-top: 20px;*/
	position: relative;
	text-align: right;
}

	#content-slider .wrap-slider.full {
		width: 100%;
		max-width: 100%;
		text-align: center;
		border: none;
	}

/* --------------------------------> Link style */
#content-slider *:focus {
	outline: 0;
	opacity: 1;
	visibility: visible;
}

#content-slider a:hover {
	color: #7FD4FD !important;
	text-decoration: underline !important;
}

#content-slider a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

#content-slider a:hover,
#content-slider a:active {
	outline: 0;
}

/* --------------------------------> Responsive images (ensure images don't scale beyond their parents) */
#content-slider img {
	max-width: 100%;
	width: auto\9;
	height: auto\9;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/*---------------
	Main                        
---------------------------*/

#content-slider .slider {
	margin-top: 5%;
	position: absolute;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

#content-slider .inset {
	width: 500%;
	line-height: 0;
	-webkit-animation: 30s slidy infinite;
	-moz-animation: 30s slidy infinite;
	-ms-animation: 30s slidy infinite;
	-o-animation: 30s slidy infinite;
	/*  animation: 30s slidy infinite;*/
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	/*transition: all 2s ease-in-out;*/
}

#content-slider h1.main-title {
	text-align: center;
	color: #C33B32;
	font-weight: 200;
	font-size: 28px;
	text-transform: uppercase;
	line-height: 25px;
	letter-spacing: 0.1em;
	margin: 5px 0 0px 0;
}

#content-slider .slider [class*='title-'] {
	background: rgba(0, 0, 0, 0.51);
	padding: 1% 1%;
	display: inline-block;
	width: 50%;
	/*width: 385px;*/
	height: auto;
	position: absolute;
	z-index: 12;
	margin: 15px 0 0 15px;
	/*margin-bottom: -15%;
	left: -65%;*/ /**/
	margin-left: -50%;
	line-height: normal;
	overflow: hidden;
	text-align: left;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	/*transition: all 0.5s ease-in-out; */
}


#content-slider .slider [class*='title-3'] {
	background: rgba(0, 0, 0, 0.51);
	padding: 1% 1%;
	display: inline-block;
	width: 50%;
	/*width: 385px;*/
	height: auto;
	position: absolute;
	z-index: 12;
	margin: 15px 0 0 15px;
	/*margin-bottom: -15%;
	left: -65%;*/ /**/
	margin-left: 50%;
	line-height: normal;
	overflow: hidden;
	text-align: left;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	/*transition: all 0.5s ease-in-out; */
}


#content-slider .slider [class*='title-2'] {
	background: rgba(0, 0, 0, 0.51);
	padding: 1% 1%;
	display: inline-block;
	width: 70%;
	/*width: 385px;*/
	height: auto;
	position: absolute;
	z-index: 12;
	margin: 15px 0 0 15px;
	/*margin-bottom: -15%;
	left: -65%;*/ /*
	margin-left: -50%;*/
	line-height: normal;
	overflow: hidden;
	text-align: left;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	/*transition: all 0.5s ease-in-out; */
}

#content-slider .th > [class*='title-'] {
	width: auto;
	height: auto;
	position: absolute;
	top: 0em;
	right: 0em;
	text-align: right;
	margin: 5px 10px 0 0;
	opacity: 1;
	line-height: normal;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	/*transition: all 0.5s ease-in-out;*/
}

/*------------------------------*/
/* ------------------------------------------------> article */
/*------------------------------*/
#content-slider .slider h1, #content-slider .th h1 {
	color: #fffefe;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

#content-slider .slider p, #content-slider .th p {
	color: #fffefe;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

#content-slider .slider a, #content-slider .th a {
	font-weight: bold;
	color: #df2e1b;
	text-decoration: none;
	text-transform: uppercase;
}

/*------------------------------*/
/* -----------------------------------------------> article img slider*/
/*------------------------------*/
#content-slider .slider h1 {
	font-size: 2.0em;
	line-height: 1em;
}

#content-slider .slider p {
	font-size: 1.5em;
	line-height: 2em;
}

#content-slider .slider a {
	font-size: 1.2em;
	line-height: 1.5em;
}

/*------------------------------*/
/* -----------------------------------------------> article img prewiew*/
/*------------------------------*/
#content-slider .th h1 {
	font-size: 2em;
	line-height: 1.2em;
}

#content-slider .th p {
	font-size: 1.2em;
	line-height: 1.7em;
}

#content-slider .th a {
	font-size: 1.55em;
	line-height: 1.55em;
}

#content-slider .th img {
	position: relative;
	max-width: 100%;
	height: 82px !important;
	-webkit-filter: brightness(50%);
	-moz-filter: brightness(50%);
	-ms-filter: brightness(50%);
	-o-filter: brightness(50%);
	/*filter: brightness(50%);*/
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	/* transition: all 0.5s ease-in-out;*/
}

#content-slider .th:hover img {
	-webkit-filter: brightness(100%);
	-moz-filter: brightness(100%);
	-ms-filter: brightness(100%);
	-o-filter: brightness(100%);
	/*filter: brightness(100%);*/
}


#content-slider .th:focus img {
	-webkit-filter: brightness(100%);
	-moz-filter: brightness(100%);
	-ms-filter: brightness(100%);
	-o-filter: brightness(100%);
	/*filter: brightness(100%);*/
}




/* ---------------------------------------------> main img */
#content-slider figure {
	margin: 0;
	padding: 0;
	width: 20%;
	float: left;
	cursor: pointer;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	/*transition: all 2s ease-in-out; */
}

	#content-slider figure img {
		width: 100%;
		position: relative;
	}

/* --------------------------------------------> max contrloS img preview*/
#content-slider span.th {
	width: 25%;
	margin: 43% 0% 0 0%;
	float: left;
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 1000;
	cursor: pointer;
}

#content-slider input[type='radio'] {
	width: 10px;
	height: 10px;
	display: none;
	position: relative;
	/*left: 0%;*/
	display: none;
}

#control {
	position: absolute;
	left: 3%;
	z-index: 4;
	top: 55%;
	width: 95%;
}

#content-slider label.first {
	width: 9px;
	height: 9px;
	margin: 33% 1% 0 0%;
	/*float: left;*/
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 1000;
	cursor: pointer;
	border-radius: 100%;
	background: #C33B32;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	/*transition: all 0.3s ease-in-out;*/
}

#content-slider #main > label:after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #fff;
	position: absolute;
	top: 1px;
	left: 1px;
	border-radius: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	/*transition: all 1s ease-in-out;*/
}

#content-slider input[type='radio'] {
	width: 10px;
	height: 10px;
	display: none;
	position: relative;
	/*left: 0%;*/
	bottom: 0%;
	display: none;
}

#content-slider #control {
	position: absolute;
	left: 3%;
	z-index: 15;
	top: 0%;
	width: 95%;
	margin-top: 10%;
	display: none;
}

#content-slider label.first {
	width: 9px;
	height: 9px;
	/*margin: 33% 1% 0 0%;*/
	margin: 0% 1% -30% 0%;
	/*float: left;*/
	text-align: center;
	/*display: inline-block;*/
	position: relative;
	z-index: 1000;
	cursor: pointer;
	border-radius: 100%;
	background: #C33B32;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	/*transition: all 0.3s ease-in-out;*/
	display: none;
}

#content-slider #main > label:after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #fff;
	position: absolute;
	top: 1px;
	left: 1px;
	border-radius: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	/*transition: all 1s ease-in-out;*/
}

/*_____________________________________________________________________________________________*/

/*-------------------------------------------------------------------
	CoNTROLS                         
-------------------------------------------------------------------*/
#main > label:hover {
	width: 9px;
	height: 9px;
	background: #FFF;
	border: 1px solid #C33B32;
}

input#a-1:checked ~ .slider .inset {
	margin-left: 0%;
}

input#a-2:checked ~ .slider .inset {
	margin-left: -100%;
}

input#a-3:checked ~ .slider .inset {
	margin-left: -200%;
}

input#a-4:checked ~ .slider .inset {
	margin-left: -300%;
}
/*input#a-5:checked ~ .slider .inset { margin-left:-400%; }*/


input#a-1:checked ~ #main > label:nth-child(1):after {
	opacity: 1;
	visibility: visible;
}

input#a-2:checked ~ #main > label:nth-child(2):after {
	opacity: 1;
	visibility: visible;
}

input#a-3:checked ~ #main > label:nth-child(3):after {
	opacity: 1;
	visibility: visible;
}

input#a-4:checked ~ #main > label:nth-child(4):after {
	opacity: 1;
	visibility: visible;
}

input#a-1:checked ~ #control > label:nth-child(2),
input#a-2:checked ~ #control > label:nth-child(3),
input#a-3:checked ~ #control > label:nth-child(4),
input#a-4:checked ~ #control > label:nth-child(1),
/*input#a-5:checked ~ #control>label:nth-child(1),*/
input#a-1:checked ~ #control > label:nth-child(4),
input#a-2:checked ~ #control > label:nth-child(1),
input#a-3:checked ~ #control > label:nth-child(2),
input#a-4:checked ~ #control > label:nth-child(3) {
	width: 50px;
	height: 50px;
	top: 12em;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

input#a-1:checked ~ #control > label:nth-child(2),
input#a-2:checked ~ #control > label:nth-child(3),
input#a-3:checked ~ #control > label:nth-child(4),
input#a-4:checked ~ #control > label:nth-child(1) {
	/*background: url(https://github.com/lime7/slider/blob/master/images/right.png?raw=true) no-repeat;	*/
	float: right;
	right: 0.3%;
}

input#a-1:checked ~ #control > label:nth-child(4),
input#a-2:checked ~ #control > label:nth-child(1),
input#a-3:checked ~ #control > label:nth-child(2),
input#a-4:checked ~ #control > label:nth-child(3) {
	/*background: url(https://github.com/lime7/slider/blob/master/images/left.png?raw=true) no-repeat;*/
	float: left;
	left: 0.3%;
}

span#a-1:focus ~ .slider .inset {
	margin-left: 0%;
	opacity: 1;
	visibility: visible;
}

span#a-2:focus ~ .slider .inset {
	margin-left: -100%;
	opacity: 1;
	visibility: visible;
}

span#a-3:focus ~ .slider .inset {
	margin-left: -200%;
	opacity: 1;
	visibility: visible;
}

span#a-4:focus ~ .slider .inset {
	margin-left: -300%;
	opacity: 1;
	visibility: visible;
}
/*span#a-5:focus ~ .slider .inset { margin-left:-400%;opacity: 1; visibility: visible; }*/

span#b-1:focus ~ .slider .inset {
	margin-left: 0%;
	opacity: 1;
	visibility: visible;
}

span#b-2:focus ~ .slider .inset {
	margin-left: -100%;
	opacity: 1;
	visibility: visible;
}

span#b-3:focus ~ .slider .inset {
	margin-left: -200%;
	opacity: 1;
	visibility: visible;
}

span#b-4:focus ~ .slider .inset {
	margin-left: -300%;
	opacity: 1;
	visibility: visible;
}
/*span#b-5:focus ~ .slider .inset { margin-left:-400%; opacity: 1; visibility: visible;}*/

#content-slider input:checked ~ .slider > .inset {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	-o-animation: none;
	/*animation: none;	*/
}

#content-slider input:hover ~ .slider > .inset, #content-slider label:hover ~ .slider > .inset {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-ms-animation-play-state: paused;
	-o-animation-play-state: paused;
	/* animation-play-state: paused;*/
}

#content-slider input:hover ~ .slider > .inset, #content-slider label:hover ~ .slider > .inset {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-ms-animation-play-state: paused;
	-o-animation-play-state: paused;
	/* animation-play-state: paused;*/
}

#content-slider span:focus ~ .slider > .inset {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	-o-animation: none;
	/* animation: none;*/
}

#content-slider span:hover ~ .slider > .inset {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-ms-animation-play-state: paused;
	-o-animation-play-state: paused;
	/*animation-play-state: paused;*/
}

/*---------
	ANIMATION img                        
----------------------------*/

@keyframes slidy {
	20% {
		margin-left: 0%;
	}

	25% {
		margin-left: -100%;
	}

	45% {
		margin-left: -100%;
	}

	50% {
		margin-left: -200%;
	}

	70% {
		margin-left: -200%;
	}

	75% {
		margin-left: -300%;
	}

	95% {
		margin-left: -300%;
	}

	100% {
		margin-left: -400%;
	}
}

@-webkit-keyframes slidy {
	20% {
		margin-left: 0%;
	}

	25% {
		margin-left: -100%;
	}

	45% {
		margin-left: -100%;
	}

	50% {
		margin-left: -200%;
	}

	70% {
		margin-left: -200%;
	}

	75% {
		margin-left: -300%;
	}

	95% {
		margin-left: -300%;
	}

	100% {
		margin-left: -400%;
	}
}

@-moz-keyframes slidy {
	20% {
		margin-left: 0%;
	}

	25% {
		margin-left: -100%;
	}

	45% {
		margin-left: -100%;
	}

	50% {
		margin-left: -200%;
	}

	70% {
		margin-left: -200%;
	}

	75% {
		margin-left: -300%;
	}

	95% {
		margin-left: -300%;
	}

	100% {
		margin-left: -400%;
	}
}
/*@-o-keyframes slidy {
	 20% { margin-left:    0%; }
	 25% { margin-left: -100%; }
	 45% { margin-left: -100%; }
	 50% { margin-left: -200%; }
	 70% { margin-left: -200%; }
	 75% { margin-left: -300%; }
	 95% { margin-left: -300%; }
	100% { margin-left: -400%; }
}*/

@media only screen and (max-width: 1040px) and (min-width: 640px) {

	#content-slider .th h1 {
		font-size: 1.2em;
		line-height: 1em;
	}

	#content-slider .th p {
		font-size: 1.0em;
		line-height: 0.7em;
	}

	#content-slider .th a {
		font-size: 0.55em;
		line-height: 0.55em;
	}
}

/*@media only screen and (max-width: 940px) { 

	#content-slider .slider [class*='title-'] { margin-bottom: -20%; }

}*/

@media only screen and (max-width: 640px) {

	#content-slider {
		display: none;
	}

	/*#content-slider .slider [class*='title-'] { display: none; }*/

	/*#content-slider span.first { display: none; }

	#content-slider span.th { width: 98%; cursor: default; margin-top: 37%; }

	#content-slider span.th img { float: left; width: 40%; margin-right: 5%; padding: .7% 0 0 0; }

	#content-slider .th>[class*='title-'] { right: 0%; width: 55%;  text-align: left; }

	#content-slider #b-2 { margin: 5% auto 0 auto; }

	#content-slider #b-3, #content-slider #b-4 { margin-top: 5%; }

	#content-slider span#b-2:focus { opacity: 1; } span#b-2:focus ~ span#b-5 { display: none; }
	#content-slider span#b-3:focus { opacity: 1; } span#b-3:focus ~ span#b-5 { display: none; }
	#content-slider span#b-4:focus { opacity: 1; } span#b-4:focus ~ span#b-5 { display: none; }

	#content-slider #control { display: block; }

	#content-slider #main { padding: 1% 0; width: 100%; margin-top: 50%; z-index: 10; position: absolute; text-align: center; background: rgba(0, 0, 0, 0.71); }

	#content-slider label.first { display: inline-block; margin-bottom: 0; }
*/
}

@media only screen and (max-width: 480px) {

	#content-slider {
		display: none;
	}


	/*
	#content-slider #main { padding: 1% 0; width: 100%; margin-top: 50%;/*bottom: -15.5em;*/ /*z-index: 10; position: absolute; text-align: center; background: rgba(0, 0, 0, 0.71); }

	#content-slider label.first { margin-bottom: 0; }
	/*#content-slider span.th { display: none; }*/

	/*#content-slider span.th img { display: none; }

	#content-slider .th>[class*='title-'] { width: 98%; margin: 2% auto; position: relative; text-align: center; }

	#content-slider #control { margin-top: 12%; }*/

}

.Our-services {
	background: #f3f5fa;
}

	.Our-services .boxright {
		padding-left: 7px !important;
		padding-top: 10px;
		border: 0px solid #e5e5e5;
		height: 470px;
		position: relative;
		padding: 20px 5px 5px 0px;
		background: #4e4e4e;
		transition: all 0.3s linear;
		margin-bottom: 80px;
		font-size: 80%;
		border-left: 1px solid #f3f5fa;
	}


@media only screen and (max-width: 768px) {
	.boxworkshop {
		display: none !important;
	}

	.Our-services .boxright {
		display: none !important;
	}
}

.Our-services .boxworkshop {
	border: 1px solid #e5e5e5;
	height: 470px;
	position: relative;
	padding: 5px 15px 15px 15px;
	background: #FFFFFF;
	transition: all 0.3s linear;
	margin-bottom: 80px;
}

.loss {
	color: #FF0000 !important;
	font-weight: inherit !important;
}

.gain {
	color: #24b248 !important;
	font-weight: inherit !important;
}

.keyindies {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: inherit !important;
}

.txt_head_tb {
	font-size: 14px;
}

.lan-inactive {
	background-color: #4e4e4e !important;
	color: #fff !important;
	border-radius: 3px;
	font-size: 12px;
	padding: 5px 5px;
	margin-top: 8px !important;
}

.lan-active {
	background-color: #C33B32 !important;
	color: #fff !important;
	border-radius: 3px;
	font-size: 12px;
	padding: 5px 5px;
	margin-top: 8px !important;
}
.lan-mobile-inactive {
	background-color: white !important;
	color: black !important;
	border-radius: 3px;
	font-size: 12px;
	padding: 5px 5px;
	margin-top: 8px !important;
}

.lan-mobile-active {
	background-color: #C33B32 !important;
	color: #fff !important;
	border-radius: 3px;
	font-size: 12px;
	padding: 5px 5px;
	margin-top: 8px !important;
}
.thdr {
	font-size:12px;
}
.tblp5 {
	padding-left:5px;
}

.tblpr12 {
	padding-right: 12px;
}

.tblpl15 {
	padding-left: 15px;
	padding-right: 7px;
}

.box-body {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 10px;
}

.seminar_odd {
	background-color: #F3F5FA;
}

.subscribe-modal-content {
    top: 60px;
    display: block;
    position: relative;
    padding: 5px;
}


.subscribe-modal-container {
    background: #FFFFFF;
    width: 500px;
    position: relative;
    display: block;
    margin: auto;
    margin-top: 250px;
    height: 150px;
}

.subscribe-modal {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
}

#subscribe-success {
    display: none;
}

.modal-close {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px !important;
}

#div_login {
	display: block;
}

@media (min-width:769px) {
	#div_login {
		display:none;
	}
}

.paddingLeftRight-10 {
    padding-right: 0px;
    padding-left: 10px;
}

.resFont td{
    font-size:0.65em;
}
.resp-iframe {
    padding: 1em;
    position:sticky ;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px;
}
.setHeightbox {
    height: 290px;
}
#MenuBar1 li {
    width: auto !important;
}
#MenuBar1 li a {
    height:35px;
}
.navbar-header{
    background-color:white;
}
.marginTopBottom{
    margin:10px 0px;
}
.Sub{
    margin-top:0px !important;
}
.white{
    color:white !important;
}

.c-blank {
	color:#000 !important;
}

.display-desktop {
	display: block !important;
}

.display-open-account {
	display: none !important;
}

@media only screen and (max-width: 991px) {
	.display-open-account {
		display: block !important;
	}

	.display-desktop {
		display: none !important;
	}
}

.display-home-account {
	display: block !important;
}

@media only screen and (max-width: 991px) {
	.display-home-account {
		float: right;
		display: none !important;
	}
}