/* =====================   CSS RESET SECTION ==== */
/* http://meyerweb.com/eric/tools/css/reset/ v2.0b2 | 201101 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,
tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output,
ruby, section, summary, time, mark,
audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
img{vertical-align: top;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav,
section, canvas, main { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }


html,body{
    height:100%;
    width:100%;
}

.header {
    top: 0px;
    left: 0;
    right: 0;
    height: 60px;
    position: fixed;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    opacity: 1;
    z-index: 10;
    background: white;
}

.activeLink {
    background-color: orange;
}

#navigation {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 60px;
    background-color: #333;
}

.navCustom {
    /*background-color: #333;
    height:100%;*/
}

.navCustom > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height:60px;
    /*margin-top:50px;*/
    /*position:absolute;
    top:50px;*/
    background-color: #333;
}

.navCustom > ul > li {
    height:100%;
    float:right;
}

.navCustom > ul > li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 20px 16px;
    text-decoration: none;
}

.anchor a {
    position: absolute;
    left: 0px;
    top: -80px;
}

li a:hover {
    background-color: #111;
}

p {
    text-align: justify;
}

.w3-animate-fading {
    -webkit-animation: fading 7s infinite;
    animation: fading 7s infinite;
}

h2 {
    position: absolute;
    top: 250px;
    left: 200px;
    font-family: "Bodoni MT";
    font-weight: normal;
    font-size: 50px;
    color: orangered;
}

#apLogo{
    position: fixed;
    left: 5%;
    top: 10px;
}

#lightBox{
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background:black;
    text-align:center;
    display:none;
}

img#light-img{
    position:relative;
    width:auto;
    height:60%;
    top:20%;
}

#slideHolder{
    border-bottom-width: thick;
    border-bottom: solid;
    border-bottom-color: darkslategray;
    overflow: hidden;
    width: 100%;
}

.fadeClass{
    -webkit-animation:fading 2s infinite;animation:fading 2s infinite
}

.w3-animate-fading{-webkit-animation:fading 7s infinite;animation:fading 7s infinite}
@-webkit-keyframes fading{0%{opacity:.4}50%{opacity:1}100%{opacity:.4}}
@keyframes fading{0%{opacity:.4}50%{opacity:1}100%{opacity:.4}}

.frontpageHeading {
    text-transform: uppercase;
    padding-right: 20px;
    /*padding-left:150px;*/ 
    padding-left: 50px;
    font-size: 30px;
    /*margin-bottom: 20px;*/
    font-family: Cinzel,Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif
}

.frontpageHeading a{
    color:#333;
    text-decoration:none;
}

.frontpageText {
    font-size: 20px;
    text-align: left;
    padding-left: 50px;
    padding-right:20px;
    text-align:justify;
    color: gray;
    border-left: 1px solid #18294f;
    font-family: Cinzel,Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif
}

.frontpageText a {
    color: #333;
    text-decoration: none;
}


.logoHeading {
    text-transform: uppercase;
    font-size: 18px;
    font-family: Cinzel,Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif
}

.sideImage {
    text-transform: uppercase;
    font-size: 30px;
    font-family: Cinzel,Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif
}

.sideHeading {
    text-transform: uppercase;
    font-size: 30px;
    font-family: Cinzel,Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
    color:#333;
    padding-left:50px;
    padding-right:20px;
}

.sideHeading a{
    color:#333;
    text-decoration:none;
}

.bottomHeading {
    text-transform: uppercase;
    font-size: 20px;
    font-family: Cinzel,Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif
}

.sideText {
    padding:20px 20px 20px 50px;
    font-size: 20px;
    text-align: justify;
    color: gray;
    font-family: Cinzel,Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif
}

.sideText a {
    color: #333;
    text-decoration: none;
}

.sideText p{
    padding-left:20px;
}

.serviceImages {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    color: gray;
    font-family: Cinzel,Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif
}

.bgServiceImages {
    background-color: #dbdbdb;
}

#bottomImg{
    background-image:url(../images/extensions_edited1.jpg);
    height:455px;
}

#bottomImg h1{
    position:absolute;
    left: 100px;
    top:20px;
    color: red;
    font-size: 35px;
    text-align: center;
    font-family:Cinzel,Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif
}

.glanceList{
    position: absolute;
    left: 100px;
    top:90px;
    color: white;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: justify;
    width: 600px;
    font-family: HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetiva,Arial,Calibri,"Lucida Grande",sans-serif;
}

/*.glanceList li{list-style-type: circle;}*/



footer{
    /*position: fixed;*/
    width: 100%;
    background-color: #333;
}

    footer .copyright {
        padding-bottom: 20px;
        width: 100%;
        text-align: center;
        color: white;
        font-size: 14px;
        font-family: Cinzel,Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
    }

    footer .footerMiddle {
        text-transform:uppercase;
        width: 100%;
        text-align: center;
        color: white;
        font-size: 17px;
        font-family: Cinzel,Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
    }

.menuHolder{
    position: relative;
}

.menuHolder:hover .subMenu{
    display:block;
}

.header nav ul .subMenu{

    flex-direction: column;
    position: absolute;
    display: none;
    width: 180px;
    font-weight: normal;
    font-size: 12px;
    z-index: 25;
    text-transform: uppercase;
    line-height: 35px;
    background-color: white;
}

.header nav ul .subMenu li a{
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    color: black;
}

.header nav ul .subMenu a:hover{
    color: grey;
}

#footerTeam{
    position: relative;
    width: 100%;
    background-color: black;
    height: 50px;
    top: 920px;
}

    #footerTeam p {
        position: absolute;
        width: 100%;
        text-align: center;
        color: white;
        padding-top: 18px;
        font-size: 15px;
        font-family: Cinzel,Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
    }

#footerContact{
    position: relative;
    width: 100%;
    background-color: black;
    height: 50px;
    top: 165px;

}

    #footerContact p {
        position: absolute;
        width: 100%;
        text-align: center;
        color: white;
        padding-top: 18px;
        font-size: 15px;
        font-family: Cinzel,Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
    }

#footerTrading{
    position: relative;
    width: 100%;
    background-color: black;
    height: 50px;
    top: 200px;
}

    #footerTrading p {
        position: relative;
        width: 100%;
        text-align: center;
        color: white;
        padding-top: 5px;
        font-size: 15px;
        font-family: Cinzel,Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
    }

#footerAdvisory{
    position: relative;
    width: 100%;
    background-color: black;
    height: 50px;
    top: 200px;
}

    #footerAdvisory p {
        position: absolute;
        width: 100%;
        text-align: center;
        color: white;
        padding-top: 18px;
        font-size: 15px;
        font-family: Cinzel,Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
    }

#footerCommodities{
    position: relative;
    width: 100%;
    background-color: black;
    height: 50px;
    top: 200px;
}

    #footerCommodities p {
        position: absolute;
        width: 100%;
        text-align: center;
        color: white;
        padding-top: 18px;
        font-size: 15px;
        font-family: Cinzel,Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
    }

#TeamPics{
    position: relative;
    top: 130px;
    padding-top: 20px;
    width: 750px;
    height: 740px;
    margin: 0 auto;
    display: block;
    background-color: white;
    /*background-color: #BD740B; */
    border:solid;
    border-color: #8c7b74 #aaaaaa #aaaaaa #dddddd;
    border-color: black;
    border-width: 1px 3px 3px 1px;
    background-color:#8c7b74;
    border-radius: 10px;
}

.clearFix{clear: both;}


.team-person{position: relative;
    z-index: 20;
    width:200px;
    float: left;
    margin-right: 25px;
    margin-bottom:25px;
    left: 50px;

}

.team-person:nth-child(3n){
    margin-right: 0;
}


.team-person img{width:100%;height:auto;
    border-radius: 10px; box-shadow: 3px 3px 3px #333;}
.team-person .overlay-wrapper{position:absolute;top:0;width:100%;height:100%;z-index:100}
.team-person-overlay{opacity:0;display:table;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);text-align: center; width: 200px;
    -webkit-transition:opacity .2s ease-in-out;-moz-transition:opacity .2s ease-in-out;-o-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}
.team-person-overlay:hover{opacity:1}
.team-person-overlay-inner{display:table-cell;vertical-align: bottom}

.team-person-overlay-inner:hover{cursor: pointer;}
.team-person-overlay-inner span{font-size:.75rem;font-style:italic;text-transform:uppercase;color:#fff;font-weight:bold;border-bottom:2px solid #fff;padding-bottom:7px;display:inline-block}
.team-person-overlay-inner span.team-person-occupation{border:0; padding-top:7px;line-height:.8rem;text-transform:none; }
@media screen and (max-width:860px){.team-person{width:24%}}
@media screen and (max-width:540px){.team-person{width:48%}}



/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
    0% {transform: scale(1);}
    100% {transform: scale(1.5);}

}
@keyframes zoomin {
    0% {transform: scale(1);}
    100% {transform: scale(1.5);}

} /*End of Zoom in Keyframes */

/* Zoom in Keyframes */
@-webkit-keyframes zoomout {
    0% {transform: scale(1);}
    100% {transform: scale(.5);}

}
@keyframes zoomout {
    0% {transform: scale(1);}
    100% {transform: scale(.5);}

} /*End of Zoom in Keyframes */

.borderDiv{background-color: white; border-bottom-width: thick;
    border-bottom: solid;
    border-bottom-color: darkslategray; height: 5px; position: relative; top: 115px;}


/*.centredText p{font-size: 20px;line-height: 25px;}
.centredText ul{font-size: 20px;line-height: 25px; padding-left: 20px;} */

.centredText li{ margin-top: 20px;}

#contacts{
    top: 150px;
    position: relative;
    margin-top: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    background: white;
    width: 100%;
    border-top-width: thick;
    border-top: double;
    border-top-color: darkslategray;
    border-bottom-width: thick;
    border-bottom: double;
    border-bottom-color: darkslategray;
    padding-bottom: 20px;

}

#companyName{
    margin-bottom: 65px;
    margin-top: 30px;
    font-size: 20px;
    color: darkslategray;
    font-weight: bold;
    text-align: justify;
}

#companyAddress{
    margin-bottom: 45px;
    margin-top: 30px;
    font-size: 13px;
    color: grey;
    text-align: justify;
    font-weight: normal;
}

#companyPhone {
    margin-top: 10px;
}

#shard{
    margin-top: 20px;
}

img.TeamMainPhoto {
}


/*.team-person .small:hover .large {display:block; position:absolute; top: 50px;
    left: 150px; width:750px; height:450px;  background-color: #e8effc;
    -webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    -moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  }

.team-person small:hover .large {display:block; position:absolute; top: 50px;}*/

/*.teamPopup {display: none; position:fixed; z-index: 23; width:1000px; height:530px;  background-color: white;
    -webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    -moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    top: 20%; left: 30%;
}*/

.teamPopup {display: none;  z-index: 23; width:1000px; height:530px;  background-color: white;
    -webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    -moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -500px;
    margin-top: -265px;
}

.teamPopup img {display:block; position:relative; width:200px; height:300px; float: left; padding-top: 70px; padding-left: 35px; margin-bottom: 40px;}

.teamPopup h1 {
    display: block;
    position: relative;
    width: 260px;
    height: 40px;
    padding-top: 10px;
    margin-top: 420px;
    margin-left: 5px;
    text-align: center;
    font-family: Cinzel, Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    font-size: 25px;
    color: darkblue;
    text-transform: uppercase;
    border-bottom-width: 0.3px;
    border-bottom: ridge;
    border-bottom-color: white;
    border-top-width: thin;
    border-top: ridge;
    border-top-color: white;
}

.teamPopup p {display:table-column; position:relative;  width:650px; height:300px; float: right; text-align: justify; vertical-align: middle; padding-top: 70px;
    padding-right: 35px; font-size: 16px; line-height: 19px;
    font-family:Cinzel,Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;}

#HimanshuNautiyalPopup h1 {font-size: 23px;}
#GeorgiaSarantopoulouPopup img{height: 267px;}
#GeorgiaSarantopoulouPopup h1{height: 60px;margin-top: 380px;}


/*#SunilChanderPopup p{display: flex; height:300px; font-size: 16px;align-items: center;
    justify-content: center; }


#VikasChauhanPopup p{display: flex; height:300px; font-size: 16px;align-items: center;
    justify-content: center; }


#NidhiGuptaPopup p{display: flex; height:330px; font-size: 16px;align-items: center;
    justify-content: center; }

#GeorgiaSarantopoulouPopup p{display: flex; height:300px; font-size: 16px;align-items: center;
    justify-content: center; }

#AivanaaMaraeaPopup p{display: flex; height:300px; font-size: 16px;align-items: center;
    justify-content: center; }*/

.teamPopup_leftside{float:left;}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/**IE Hacks - see http://css3pie.com/ for more info on how to use CS3Pie and to download the latest version**/

a .normal{
        
}