/*|||||||||||||||||||||||||||| Re-developed By Walid Lamaici, 2022 ||||||||||||||||||||||||||||*/

@import url(//db.onlinewebfonts.com/c/28b5efd56dd0967c557de7d5f34fca2c?family=DINOT-Light);
@font-face {font-family: "DINOT-Light"; src: url("//db.onlinewebfonts.com/t/28b5efd56dd0967c557de7d5f34fca2c.eot"); src: url("//db.onlinewebfonts.com/t/28b5efd56dd0967c557de7d5f34fca2c.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/28b5efd56dd0967c557de7d5f34fca2c.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/28b5efd56dd0967c557de7d5f34fca2c.woff") format("woff"), url("//db.onlinewebfonts.com/t/28b5efd56dd0967c557de7d5f34fca2c.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/28b5efd56dd0967c557de7d5f34fca2c.svg#DINOT-Light") format("svg"); } 


*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "DINOT-Light";
    text-decoration: none;
    list-style: none;
}

html
{
    scroll-padding-top: 120px;
}

body 
{
    margin: 0 auto;
}

section
{
    position: relative;
    width: 100%;
    background: white;
}

footer
{
    position: relative;
    width: 100%;
    color: white;
    text-align: center;
    background-image: url(/images/bgFooter.jpg);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
	padding:60px 0;
}

footer .ftr
{
    position:absolute;
    width: 100%;
    bottom: 0;
}

.callicon
{
	width:72px;
	height:72px;
	background-color:#EB5752;
	border-radius: 50%;
	display:inline-block;
	background-image: url(/images/icons/phone-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
}

footer h2
{
	font-size:38px;
	font-weight:500;
}

footer p:last-child
{
	font-size:14px;
}

footer a
{
	color:#fff;
}

footer a:hover
{
	color:#EB5752;
}

.iconic
{
	width:100%;
	min-height:100px;
	background-size:90px;
	float:left;
	padding:0 0 0 120px;
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
	margin-bottom:25px;
}

.icon1
{
	background-image: url(/images/icons/icon1.png);
}

.icon2
{
	background-image: url(/images/icons/icon2.png);
}
	
.icon3
{
	background-image: url(/images/icons/icon3.png);
}
	
.icon4
{
	background-image: url(/images/icons/icon4.png);
}
	
.icon5
{
	background-image: url(/images/icons/icon5.png);
}

.margin-bottom
{
    margin:0 0 25px 0;
}

.foto
{
	position:absolute;
	left:0;
	top:0;
	border-radius: 50%;
	display:block;
	width:100px;
	border:5px solid #EB5752;
}	

/*>>>>>>>>>>>>>>> Navigation Bar Styles [START] <<<<<<<<<<<<<<<*/
.nav
{
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    width: 100%;
    height: 80px;
    z-index: 10000;
    padding: 0px 120px 0px 120px;
    transition: all 0.3s ease;
}

.nav.sticky 
{
    position: fixed;
    height: 80px;
    background: linear-gradient(135deg, #1c1952 60%, #eb5752);
    z-index: 100000;
    transition: all 0.3s ease;
}

.logo
{
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 200px;
    height: 80px;
    transition: all 0.3s ease;
}

.logo img
{
    height: 100%;
}

.nav-links
{
    position: relative;
    display: flex;
    text-transform: uppercase;
    height: 80px;
    transition: all 0.3s ease;
    align-items: center;
    margin: 0 auto;
}

.nav-links li a
{
    position: relative;
    font-size: 20px;
    font-weight: 100;
    z-index: 10001;
    color: white;
    text-align: center;
    transition: all 0.3s ease;
}

.nav-links li a:hover
{
    color: #eb5752;
    border-bottom: 1px solid #eb5752;
    transition: all 0.5s ease;
}

.nav-links li 
{
    position: relative;
    text-align: center;
    margin-left: 30px;
}

.social
{
    position: relative;
    height: 80px;
    align-items: center;
    display: flex;  
}

.social i
{
    margin: 5px 0px 5px 5px;
    width: 30px;
    height: 30px;
    align-items: center;
    display: flex;
    padding-right: 15px;
    font-size: 18px;
    color: white;    
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger div
{
    width: 30px;
    height:3px;
    background: white;
    margin: 5px;
    transition: all 0.3s ease;
}

.hamburger
{
    display: none;
}
/*>>>>>>>>>>>>>>> Navigation Bar Styles [END] <<<<<<<<<<<<<<<*/


/*>>>>>>>>>>>>>>> Banner/Bredcrumb Styles [START] <<<<<<<<<<<<<<<*/
.banner
{
    position:relative;
    width:100%;
    height:40vh;
    transition: all 0.3s ease;
}

.banner img
{
    width: 100%;
    height: 120%;
}
.bredcrumb
{
    position: relative;
    width:100%;
    text-align:center;
    z-index: 10;
    bottom: 30px;
    color: white;
    text-transform: uppercase
}
/*>>>>>>>>>>>>>>> Banner/Bredcrumb Styles [END] <<<<<<<<<<<<<<<*/



/*|||||||||||||||||||||||||||||||||||||||| Home [START] ||||||||||||||||||||||||||||||||||||||||*/

/*>>>>>>>>>>>>>>> SlideShow Styles [START] <<<<<<<<<<<<<<<*/
.slowFade
{
    display: flex;
    align-items: flex-start;
    background: black;
    height: 100vh;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

.slowFade .slide img 
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: 0;
    transform: scale(1.5);
    -webkit-animation: slowFade 32s infinite;
            animation: slowFade 32s infinite;
}

.slowFade .slide:nth-child(2) img
{
    -webkit-animation-delay: 8s;
            animation-delay: 8s;
}

.slowFade .slide:nth-child(3) img 
{
    -webkit-animation-delay: 16s;
            animation-delay: 16s;
}

.slowFade .slide:nth-child(4) img 
{
    -webkit-animation-delay: 24s;
            animation-delay: 24s;
}

.slowFade .slide .sliderText 
{
    position: absolute;
    align-items: center;
    top: 60%;
    left: 120px;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: 0;
    -webkit-animation: slowFade 32s infinite;
            animation: slowFade 32s infinite;
}

.slowFade .slide .sliderText .sliderT1
{
    position: relative;
    font-size: 3em;
    font-weight: 800;
    color: #eb5752;  
    transition: all 0.3s ease;
}

.slowFade .slide .sliderText .sliderT2
{
    position: relative;
    font-size: 1.5em;
    font-weight: 400;
    color: white;
    transition: all 0.3s ease;
}

.slowFade .slide:nth-child(2) .sliderText
{
    -webkit-animation-delay: 8s;
            animation-delay: 8s;
}

.slowFade .slide:nth-child(3) .sliderText
{
    -webkit-animation-delay: 16s;
            animation-delay: 16s;
}

.slowFade .slide:nth-child(4) .sliderText
{
    -webkit-animation-delay: 24s;
            animation-delay: 24s;
}

@keyframes slowFade 
{
    25% 
    {
        opacity: 1;
        transform: scale(1);
    }
    40% 
    {
        opacity: 0;
    }
}

@-webkit-keyframes slowFade 
{
    25% 
    {
        opacity: 1;
        transform: scale(1);
    }
    40% 
    {
        opacity: 0;
    }
}
/*>>>>>>>>>>>>>>> SlideShow Styles [END] <<<<<<<<<<<<<<<*/


/*>>>>>>>>>>>>>>> Intro Styles [START] <<<<<<<<<<<<<<<*/
.intro
{
    width: 100%;
    padding: 50px 110px 0px 100px;
    transition: all 0.3s ease;
}

.intro h1
{
    font-size: 40px;
    font-weight: 800;
    color: #eb5752;
    text-align: center;
    text-transform: uppercase;
}

.intro .row1
{
    display: flex;
    text-align: center;
}

.intro .row1 .column1 
{
    margin: auto;
    width: 800px;
    padding: 20px 10px 0px 10px;
}

.intro .row1 .column1 h1
{
    font-size: 30px;
    line-height: 50px;
    color: #1c1952;
    text-transform: lowercase;
    text-transform: capitalize;
}

.intro .row1 .column1 a
{
    color: #eb5752;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.intro .row1 .column1 a:hover
{
    letter-spacing: 5px;
    transition: all 0.3s ease;
}

.intro .row2
{
    display: flex;
}

.intro .row2 .column2 
{
    width: 50%;
    padding-top: 20px;
}

.intro .row2 .column2 h1
{
    font-size: 30px;
    line-height: 50px;
    color: #1c1952;
    text-align: left;
    text-transform: lowercase;
    text-transform: capitalize;
}

.intro .row2 .column2 .list
{
	margin:0 0 25px 0;
	padding:0;
	list-style:none;
	width:100%;
	float:left;
    text-align: left;
}

.intro .row2 .column2 .list li
{
	margin:0 0 10px 0;
	padding:5px 0 0 30px;
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size:15px;
	list-style-position:inherit;
	line-height:24px;
	font-size:17px;
}

.intro .row2 .column3 
{
    width: 50%;
    padding-top: 20px;
}

.intro .row2 .column3 h1
{
    font-size: 30px;
    line-height: 50px;
    color: #1c1952;
    text-align: left;
    text-transform: lowercase;
    text-transform: capitalize;
}

.intro .row2 .column3 .list
{
	margin:0 0 25px 0;
	padding:0;
	list-style:none;
	width:100%;
	float:left;
}

.intro .row2 .column3 .list li
{
	margin:0 0 10px 0;
	padding:5px 0 0 30px;
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size:15px;
	list-style-position:inherit;
	line-height:24px;
	font-size:17px;
}
/*>>>>>>>>>>>>>>> Intro Styles [END] <<<<<<<<<<<<<<<*/


/*>>>>>>>>>>>>>>> Products & Services Styles [START] <<<<<<<<<<<<<<<*/
.prodSer
{
    width: 100%;
    padding: 50px 120px 30px 120px;
    transition: all 0.3s ease;
    background-image: url(/images/bgSection1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
}

.prodSer h1
{
    font-size: 40px;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
}

.prodSer .row .column 
{
    margin: auto;
    padding-top: 20px;
    color: white;
}

.prodSer .row .column .list
{
	margin:0 0 25px 0;
	padding:0;
	list-style:none;
	width:100%;
}

.prodSer .row .column .list li
{
	margin:0 0 10px 0;
	padding:5px 0 0 30px;
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size:15px;
	list-style-position:inherit;
	line-height:24px;
	font-size:17px;
}
/*>>>>>>>>>>>>>>> Products & Services Styles [END] <<<<<<<<<<<<<<<*/


/*>>>>>>>>>>>>>>> Reference & Experience Styles [START] <<<<<<<<<<<<<<<*/
.refExp
{
    position: relative;
    width: 100%;
    padding: 40px 120px 40px 120px;
    transition: all 0.3s ease;
    display: inline-block;
}

.refExp h1
{
    font-size: 40px;
    font-weight: 800;
    color: #eb5752;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.refExp .row .column
{
    float: left;
    width: 33.33%;
    overflow: hidden;
    position: relative;
    padding: 10px;
}

.refExp .row .column img
{
    width: 100%;
    filter: grayscale(60%);
    transition: all 0.3s ease;
    border: 1px solid #EB5752;
}

.refExp .row .column:hover img 
{ 
    filter: grayscale(0%);
    transition: all 0.3s ease;
}

.refExp .row .column:hover 
{
    cursor: pointer;
}

.refExp .row .display-bx
{
	width:100%;
    height: 100px;
	float:left;
    margin-top: -5px;
	padding: 10px 10px 10px 70px;
	color:#fff;
	background-color:#EB5752;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
    align-content: center;
    align-items: center;
}

.refExp .row .column .display-bx:hover
{
	background-color:#1B1851;
    transition: all 0.3s ease;
}

.refExp .row .column .display-bx a
{
	color:#fff;
}

.refExp .row .column .text12
{
	font-size:10px;
    text-align: justify;
}

.refExp .row .column .left-line
{
	width:100%;
	float:left;
	position:relative;
}

.refExp .row .column .left-line:before
{
	width:40px;
	height:1px;
	background-color:#fff;
	position:absolute;
	left:-50px;
	top:10px;
	content:'';
	float:left;
}
/*>>>>>>>>>>>>>>> Reference & Experience Styles [END] <<<<<<<<<<<<<<<*/


/*>>>>>>>>>>>>>>> Partners & Suppliers Styles [START] <<<<<<<<<<<<<<<*/
.partSup
{
    width: 100%;
    padding: 40px 120px 40px 110px;
    transition: all 0.3s ease;
    background-image: url(/images/bgSection1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
}

.partSup h1
{
    font-size: 40px;
    font-weight: 800;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.partSup .row .column 
{
    margin: auto;
    padding-top: 20px;
    color: white;
}

.partSup .row .column .list
{
	margin:0 auto;
	padding:0;
	list-style:none;
	width:100%;
    display: flex;
}

.partSup .row .column .list li
{
    width: 30%;
    margin: 1%;
}

.partSup .row .column .list li img
{
    width: 100%;
    height: 100%;
}
/*>>>>>>>>>>>>>>> Partners & Suppliers Styles [END] <<<<<<<<<<<<<<<*/


/*>>>>>>>>>>>>>>> Environmental Initiatives Styles [START] <<<<<<<<<<<<<<<*/
.envIni
{
    width: 100%;
    padding: 40px 120px 0px 120px;
    transition: all 0.3s ease;
}

.envIni .row1
{
    width: 100%;
    display: flex;
    text-align: center;
}

.envIni .row1 .column1 
{
    width: 50%;
    text-align: left;
    padding-right: 50px;
}

.envIni .row1 .column1 h1
{
    font-size: 40px;
    font-weight: 800;
    color: #eb5752;
    text-transform: uppercase;
}

.envIni .row1 .column1 .iconic h1
{
    font-size: 30px;
    line-height: 50px;
    color: #1c1952;
    text-align: left;
    text-transform: lowercase;
    text-transform: capitalize;
}

.envIni .row1 .column1 .list
{
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	width:100%;
	float:left;
}

.envIni .row1 .column1 .list li
{
	margin:0 0 10px 0;
	padding:5px 0 0 30px;
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size:15px;
	list-style-position:inherit;
	line-height:24px;
	font-size:17px;
}

.envIni .row1 .column2 
{
    width: 50%;
    text-align: left;
}

.envIni .row1 .column2 .row2
{
    display: inline-block;
    padding-left: 50px;
}

.envIni .row1 .column2 .row2 h1
{
    font-size: 30px;
    line-height: 50px;
    color: #1c1952;
    text-align: left;
    text-transform: lowercase;
    text-transform: capitalize;
}

.envIni .row1 .column2 .row2 .list
{
	margin:0 0 25px 0;
	padding:0;
	list-style:none;
	width:100%;
	float:left;
}

.envIni .row1 .column2 .row2 .list li
{
	margin:0 0 10px 0;
	padding:5px 0 0 30px;
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size:15px;
	list-style-position:inherit;
	line-height:24px;
	font-size:17px;
}

/*>>>>>>>>>>>>>>> Environmental Initiatives Styles [END] <<<<<<<<<<<<<<<*/

/*|||||||||||||||||||||||||||||||||||||||| Home [END] ||||||||||||||||||||||||||||||||||||||||*/



/*|||||||||||||||||||||||||||||||||||||||| About Us [START] ||||||||||||||||||||||||||||||||||||||||*/

/*>>>>>>>>>>>>>>> Establishment Styles [START] <<<<<<<<<<<<<<<*/
.estab
{
    width: 100%;
    padding: 40px 130px 40px 120px;
    transition: all 0.3s ease;
}

.estab .row
{
    width: 100%;
    display: flex;
    text-align: center;
}

.estab .row .column1 
{
    width: 50%;
    text-align: left;
    padding-right: 50px;
}

.estab .row .column1 h1
{
    font-size: 40px;
    font-weight: 800;
    color: #eb5752;
    text-transform: uppercase;
}

.estab .row .column1 .list
{
	margin:0 0 25px 0;
	padding:0;
	list-style:none;
	width:100%;
	float:left;
}

.estab .row .column1 .list li
{
	margin:0 0 10px 0;
	padding:5px 0 0 30px;
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size:15px;
	list-style-position:inherit;
	line-height:24px;
	font-size:17px;
}

.estab .row .column2
{
    width: 50%;
    padding-top: 14px;
    overflow: hidden;
}

.estab .row .column2 img
{
    width: 100%;
    filter: grayscale(100%);
    transition: 0.5s;
}

.estab .row .column2:hover img
{
    filter: grayscale(0%);
}
/*>>>>>>>>>>>>>>> Establishment Styles [END] <<<<<<<<<<<<<<<*/


/*>>>>>>>>>>>>>>> Presence Styles [START] <<<<<<<<<<<<<<<*/
.pres
{
    width: 100%;
    padding: 0px 130px 40px 120px;
    transition: all 0.3s ease;
}

.pres .row
{
    width: 100%;
    display: flex;
    text-align: center;
}

.pres .row .column1
{
    width: 50%;
    padding-top: 14px;
    overflow: hidden;
}

.pres .row .column1 img
{
    width: 100%;
    filter: grayscale(100%);
    transition: 0.5s;
}

.pres .row .column1:hover img
{
    filter: grayscale(0%);
}

.pres .row .column2 
{
    width: 50%;
    text-align: left;
    padding-left: 50px;
}

.pres .row .column2 h1
{
    font-size: 40px;
    font-weight: 800;
    color: #eb5752;
    text-transform: uppercase;
}

.pres .row .column2 .list
{
	margin:0 0 25px 0;
	padding:0;
	list-style:none;
	width:100%;
	float:left;
}

.pres .row .column2 .list li
{
	margin:0 0 10px 0;
	padding:5px 0 0 30px;
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size:15px;
	list-style-position:inherit;
	line-height:24px;
	font-size:17px;
}
/*>>>>>>>>>>>>>>> Presence Styles [END] <<<<<<<<<<<<<<<*/

/*>>>>>>>>>>>>>>> Capabilities Styles [START] <<<<<<<<<<<<<<<*/
.cap
{
    width: 100%;
    padding: 0px 130px 40px 120px;
    transition: all 0.3s ease;
}

.cap .row
{
    width: 100%;
    display: flex;
    text-align: center;
}

.cap .row .column1 
{
    width: 50%;
    text-align: left;
    padding-right: 50px;
}

.cap .row .column1 h1
{
    font-size: 40px;
    font-weight: 800;
    color: #eb5752;
    text-transform: uppercase;
}

.cap .row .column1 .list
{
	margin:0 0 25px 0;
	padding:0;
	list-style:none;
	width:100%;
	float:left;
}

.cap .row .column1 .list li
{
	margin:0 0 10px 0;
	padding:5px 0 0 30px;
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size:15px;
	list-style-position:inherit;
	line-height:24px;
	font-size:17px;
}

.cap .row .column2
{
    width: 50%;
    padding-top: 14px;
    overflow: hidden;
}

.cap .row .column2 img
{
    width: 100%;
    filter: grayscale(100%);
    transition: 0.5s;
}

.cap .row .column2:hover img
{
    filter: grayscale(0%);
}
/*>>>>>>>>>>>>>>> Capabilities Styles [END] <<<<<<<<<<<<<<<*/


/*>>>>>>>>>>>>>>> Capabilities Statement Styles [START] <<<<<<<<<<<<<<<*/
.capStat
{
    width: 100%;
    padding: 40px 120px 50px 120px;
    transition: all 0.3s ease;
    background-image: url(/images/bgSection1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
}

.capStat h1
{
    font-size: 40px;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
}

.capStat .row
{
    width: 100%;
    display: flex;
    text-align: center;
}

.capStat .row .column1 
{
    width: 50%;
    text-align: justify;
    padding-right: 20px;
    color: white;
}

.capStat .row .column2
{
    width: 50%;
    text-align: justify;
    padding-left: 20px;
    color: white;
}

/*>>>>>>>>>>>>>>> Capabilities Styles [END] <<<<<<<<<<<<<<<*/


/*>>>>>>>>>>>>>>> Capabilities Statement Styles [START] <<<<<<<<<<<<<<<*/
.ourT
{
    width: 100%;
    padding: 40px 120px 40px 120px;
    transition: all 0.3s ease;
}

.ourT h1
{
    font-size: 40px;
    font-weight: 800;
    color: #EB5752;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
}

.ourT .row
{
    width: 100%;
    display: flex;
}

.ourT .row .column1 
{
    width: 50%;
    padding-right: 20px;
}

.ourT .row .column1 h2
{
    color: #1c1952;
}

.ourT .row .column1 h3
{
    color: #EB5752;
}

.ourT .row .column1 .subT
{
    color: #1c1952;
}

.ourT .row .column2
{
    width: 50%;
    padding-left: 20px;
}

.ourT .row .column2 h2
{
    color: #1c1952;
}

.ourT .row .column2 h3
{
    color: #EB5752;
}

.ourT .row .column2 .subT
{
    color: #1c1952;
}

/*>>>>>>>>>>>>>>> Capabilities Styles [END] <<<<<<<<<<<<<<<*/

/*|||||||||||||||||||||||||||||||||||||||| About Us [END] ||||||||||||||||||||||||||||||||||||||||*/



/*|||||||||||||||||||||||||||||||||||||||| Products & Services [START] ||||||||||||||||||||||||||||||||||||||||*/
.prodServ
{
    width: 100%;
    padding: 40px 120px 20px 120px;
    transition: all 0.3s ease;
}

.prodServ .row
{
    width: 100%;
    display: flex;
    text-align: center;
}

.prodServ .row .column1
{
    width: 50%;
    text-align: left;
    padding-right: 25px;
}

.prodServ .row .column1 h1
{
    font-weight: 800;
    color: #1c1952;
}

.prodServ .row .column1 .list
{
	margin:0 0 25px 0;
	padding:0;
	list-style:none;
	width:100%;
	float:left;
}

.prodServ .row .column1 .list li
{
	margin:0 0 10px 0;
	padding:5px 0 0 30px;
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size:15px;
	list-style-position:inherit;
	line-height:24px;
	font-size:17px;
}

.prodServ .row .column2
{
    width: 50%;
    text-align: left;
    padding-left: 25px;
}

.prodServ .row .column2 h1
{
    font-weight: 800;
    color: #1c1952;
}

.prodServ .row .column2 .list
{
	margin:0 0 25px 0;
	padding:0;
	list-style:none;
	width:100%;
	float:left;
}

.prodServ .row .column2 .list li
{
	margin:0 0 10px 0;
	padding:5px 0 0 30px;
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size:15px;
	list-style-position:inherit;
	line-height:24px;
	font-size:17px;
}
/*|||||||||||||||||||||||||||||||||||||||| Products & Services [END] ||||||||||||||||||||||||||||||||||||||||*/


/*|||||||||||||||||||||||||||||||||||||||| Projects [START] ||||||||||||||||||||||||||||||||||||||||*/
.proj
{
    position: relative;
    width: 100%;
    padding: 40px 120px 40px 110px;
    transition: all 0.3s ease;
    display: inline-block;
}

.proj .row .column
{
    float: left;
    width: 33.33%;
    overflow: hidden;
    position: relative;
    padding: 10px;
}

.proj .row .column img
{
    width: 100%;
    filter: grayscale(60%);
    transition: all 0.3s ease;
    border: 1px solid #EB5752;
}

.proj .row .column:hover img 
{ 
    filter: grayscale(0%);
    transition: all 0.3s ease;
}

.proj .row .column:hover 
{
    cursor: pointer;
}

.proj .row .display-bx
{
	width:100%;
    height: 100px;
	float:left;
    margin-top: -5px;
	padding: 10px 10px 10px 70px;
	color:#fff;
	background-color:#EB5752;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
    align-content: center;
    align-items: center;
}

.proj .row .column .display-bx:hover
{
	background-color:#1B1851;
    transition: all 0.3s ease;
}

.proj .row .column .display-bx a
{
	color:#fff;
}

.proj .row .column .text12
{
	font-size:10px;
    text-align: justify;
}

.proj .row .column .left-line
{
	width:100%;
	float:left;
	position:relative;
}

.proj .row .column .left-line:before
{
	width:40px;
	height:1px;
	background-color:#fff;
	position:absolute;
	left:-50px;
	top:10px;
	content:'';
	float:left;
}

.feather-text
{
	padding:0;
	width:100%;
	float:left;
	padding:50px;
}

.feather-text p 
{
	color:#EB5752;
	font-size:25px;
	line-height:25px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	padding:0 0 20px 0;
}

.feather-text p span 
{
	color: #151515;
	font-size:14px;
}

.feather-text p:last-child
{
	margin:0;
	border-bottom:0;
	padding:0;
}

@media all
{
    .light-box 
    {
        display: none;
    }

    .featherlight
    {
        display:none;
        position:fixed;
        top:0;
        right:0;
        bottom:0;
        left:0;
        z-index:999999999;
        white-space:nowrap;
        cursor:pointer;
        background-color:#fff;
        line-height:normal;
    }

    .featherlight:last-of-type
    {
        background-color:rgba(27, 24, 81, 0.9);
    }

    .featherlight:before
    {
        content:'';
        display:inline-block;
        height:100%;
        vertical-align:middle;
        margin-right:-.25em;
    }
	
    .featherlight .featherlight-content
    {
        position:relative;
        padding:0;
        text-align:left;
        vertical-align:middle;
        display:inline-block;
        overflow:auto;
        min-width:80%;
        margin-left:80px;
        margin-right:80px;
        max-height:100%;
        background-color:#fff;
        cursor:auto;
        white-space:normal;
        background-image: url(/images/bgSection2.jpg);
        background-repeat: no-repeat;
        background-position: center  center;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
        
    .featherlight .featherlight-inner
    {
        display:block;
    }

    .featherlight .featherlight-close-icon
    {
        position:absolute;
        z-index:9999;
        top:0;
        right:0;
        line-height:50px;
        width:50px;
        height:50px;
        cursor:pointer;
        text-align:center;
        font:Arial,sans-serif;
        background:#EB5752;
        color:#fff;
    }	

    .featherlight .featherlight-close-icon:hover
    {
        background:#1B1851;
        color:#fff;
    }

    .featherlight-content
    {
        border-bottom:0;
        padding:0;
    }
	
    .aside
    {
        width:40%;
        float:left;
        margin:0;
        display:block;
    }

    .summary
    {
        float:left;
        margin:0;
        width:60%;
    }

    .summary img
    {
        width: 100%;
        height: 100%;
    }

    .-fx-image-gal 
    {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        align-content: center;
    }

    .-fx-gal-item 
    {
        width: 33.33%;
        padding: 5px;
        overflow: hidden;
    }

    .-fx-gal-image-thumb img 
    {
        height: 100%;
        cursor: pointer;
    }

    .-fx-gal-image-thumb:focus + .-fx-gal-image-big 
    {
        display: block;
    }

    .-fx-gal-image-big 
    {
        display: none;
        top: 0;
        left: 0;
        overflow: hidden;
        height: 100%;
        width: 100%;
        transition: all 0.3s ease;
    }

    .-fx-gal-image-big img 
    {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}
/*|||||||||||||||||||||||||||||||||||||||| Projects [END] ||||||||||||||||||||||||||||||||||||||||*/


/*|||||||||||||||||||||||||||||||||||||||| Contact Us [START] ||||||||||||||||||||||||||||||||||||||||*/
.cntct
{
    width: 100%;
    padding: 40px 120px 40px 120px;
    transition: all 0.3s ease;
}

.cntct .row
{
    width: 100%;
    display: flex;
    text-align: center;
}

.cntct .row .column1
{
    width: 50%;
    text-align: left;
    padding-right: 25px;
    color: #EB5752;
}

.cntct .row .column1 p
{
    color: #1c1952;
}

.cntct .row .column1 i
{
    position: relative;
    background: #EB5752;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
}

.cntct .row .column1 i:hover
{
    background: #1c1952;
}

.cntct .row .column2
{
    width: 50%;
}

.cntct .row .column2 iframe
{
    width: 100%;
}
/*|||||||||||||||||||||||||||||||||||||||| Contact Us [END] ||||||||||||||||||||||||||||||||||||||||*/


/*|||||||||||||||||||||||||||||| Responsive Styles [START] ||||||||||||||||||||||||||||||*/

/********************** 1728px **********************/
@media only screen and (min-width: 1728px) 
{
    body
    {
        width: 1728px;
        background-color: #000;
    }
}

/********************** 1480px **********************/
@media only screen and (max-width: 1480px) 
{
  
}

/********************** 1280px **********************/
@media only screen and (max-width: 1280px) 
{
    .nav
    {
        padding: 0px 8px 0px 20px;
        height: 80px;
        transition: all 0.3s ease;
    }

    .slowFade .slide .sliderText 
    {
        left: 20px;
        transition: all 0.3s ease;
    }

    .intro
    {
        padding: 50px 18px 0px 6px;
        transition: all 0.3s ease;
    }

    .prodSer
    {
        padding: 50px 20px 30px 20px;
        transition: all 0.3s ease;
    }

    .refExp
    {
        padding: 40px 8px 40px 8px;
        transition: all 0.3s ease;
    }

    .partSup
    {
        padding: 40px 8px 50px 8px;
        transition: all 0.3s ease;
    }

    .envIni
    {
        padding: 40px 20px 0px 20px;
        transition: all 0.3s ease;
    }

    .estab
    {
        padding: 40px 20px 0px 20px;
        transition: all 0.3s ease;
    }

    .pres
    {
        padding: 40px 20px 40px 20px;
        transition: all 0.3s ease;
    }

    .cap
    {
        padding: 0px 20px 40px 20px;
        transition: all 0.3s ease;
    }

    .capStat
    {
        padding: 40px 20px 50px 20px;
        transition: all 0.3s ease;
    }

    .ourT
    {
        padding: 40px 20px 40px 20px;
        transition: all 0.3s ease;
    }

    .prodServ
    {
        padding: 40px 20px 20px 20px;
        transition: all 0.3s ease;
    }

    .proj
    {
        padding: 40px 8px 40px 8px;
        transition: all 0.3s ease;
    }

    .featherlight .featherlight-content
    {
        margin-left: 20px;
        margin-right: 20px;
    }

    .cntct
    {
        padding: 40px 20px 40px 20px;
        transition: all 0.3s ease;
    }
}

/********************** 1070px **********************/
@media only screen and (max-width: 1070px)
{
    .hamburger
    {
        display:block;
        position: absolute;
        cursor: pointer;
        right: 10px;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.3s ease;
    }

    .social
    {
        position: absolute;
        right: 80px;
        transition: all 0.3s ease;
    }

    .nav-links
    {
        position: fixed;
        background: #1c1952f5;
        justify-content: space-evenly;
        flex-direction: column;
        right: -300%;
        width: 100%;
        height: 100%;
        padding-top: 50px;
        text-align: center;
        align-content: center;
        justify-items: center;
        align-items: center;
        margin: 0;
        transition: all 0.3s ease;
    }

    .nav .nav-links.open
    {
        right: 0;
    }

    .nav.sticky .nav-links.open
    {
        right: 0;
    }

    .nav-links li
    {
        opacity: 0;
        margin-left: 0px;
    }

    .nav-links li
    {
        opacity: 1;
        margin-left: 0px;
    }

    .slowFade 
    {
        height: 60vh;
        transition: all 0.3s ease;
    }

    .slowFade .slide .sliderText .sliderT1
    {
        font-size: 2em;
        transition: all 0.3s ease;
    }

    .slowFade .slide .sliderText .sliderT2
    {
        font-size: 1em;
        transition: all 0.3s ease;
    }

    .envIni .row1
    {
        display: inline-block;
    }

    .envIni .row1 .column1 
    {
        width: 100%;
        padding-right: 0px;
    }

    .envIni .row1 .column2 
    {
        width: 100%;
    }

    .envIni .row1 .column2 .row2
    {
        padding-left: 0px;
    }

    .proj .row .column
    {
        width: 50%;
    }
}

/********************** 840px **********************/
@media only screen and (max-width: 840px) 
{
    .estab .row
    {
        display: inline-block;
    }

    .estab .row .column1 
    {
        width: 100%;
        padding-right: 0px;
    }

    .estab .row .column2 
    {
        width: 100%;
    }

    .pres .row
    {
        display: inline-block;
    }

    .pres .row .column1 
    {
        width: 100%;
    }

    .pres .row .column2 
    {
        width: 100%;
        padding-left: 0px;
    }

    .cap .row
    {
        display: inline-block;
    }

    .cap .row .column1 
    {
        width: 100%;
    }

    .cap .row .column2 
    {
        width: 100%;
        padding-right: 0px;
    }

    .capStat .row
    {
        display: inline-block;
    }

    .capStat .row .column1 
    {
        width: 100%;
        padding-right: 0px;
    }
    
    .capStat .row .column2 
    {
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
    }

    .ourT .row
    {
        display: inline-block;
    }

    .ourT .row .column1 
    {
        width: 100%;
        padding-right: 0px;
    }

    .ourT .row .column2
    {
        width: 100%;
        padding-left: 0px;
    }

    .cntct .row
    {
        display: inline-block;
    }

    .cntct .row .column1
    {
        width: 100%;
        padding-right: 0px;
    }

    .cntct .row .column2
    {
        padding-top: 20px;
        width: 100%;
    }

    .aside
    {
        width:100%;
    }

    .summary
    {
        padding-top: 30px;
        width:100%;
    }
}

/********************** 640px **********************/
@media only screen and (max-width: 640px) 
{
    .nav
    {
        height: 60px;
    }

    .logo 
    {
        height: 60px;
    }

    .social
    {
        height: 60px;
    }

    .nav.sticky 
    {
        height: 60px;
    }

    .slowFade 
    {
        height: 40vh;
    }

    .slowFade .slide .sliderText .sliderT1
    {
        font-size: 1em;
        transition: all 0.3s ease;
    }

    .slowFade .slide .sliderText .sliderT2
    {
        font-size: 0.6em;
        transition: all 0.3s ease;
    }
    .intro .row1 .column1 
    {
        padding-bottom: 40px;
    }
    .intro .row2
    {
        display: inline-block;
        padding-top: 0px;
    }
    
    .intro .row2 .column2 
    {
        width: 100%;
        padding-right: 0px;
    }

    .intro .row2 .column3 
    {
        width: 100%;
        padding-left: 0px;
    }

    .banner
    {
        height:30vh;
    }

    .prodServ .row
    {
        display: inline-block;
    }

    .prodServ .row .column1
    {
        width: 100%;
        padding-right: 0px;
    }

    .prodServ .row .column2
    {
        width: 100%;
        padding-left: 0px;
    }
  
    .proj .row .column
    {
        width: 100%;
    }

    .refExp .row .column
    {
        width: 100%;
    }
}

/********************** 500px **********************/
@media only screen and (max-width: 500px) 
{
    .intro h1
    {
        font-size: 30px;
    }

    .intro .row1 .column1 h1
    {
        font-size: 25px;
    }

    .intro .row2 .column2 h1
    {
        font-size: 25px;
    }

    .intro .row2 .column3 h1
    {
        font-size: 25px;
    }

    .prodSer h1
    {
        font-size: 30px;
    }

    .refExp h1
    {
        font-size: 30px;
    }

    .partSup h1
    {
        font-size: 30px;
    }

    .envIni .row1 .column1 h1
    {
        font-size: 30px;
    }
    .envIni .row1 .column2 .row2 h1
    {
        font-size: 25px;
    }
}

/********************** 360px **********************/
@media only screen and (max-width: 380px) 
{

}
/********************** 320px **********************/
@media only screen and (max-width: 320px) 
{

}

/*|||||||||||||||||||||||||||||| Responsive Styles [END] ||||||||||||||||||||||||||||||*/