
body { 
    font-family: "Roboto Condensed",sans-serif;
    overflow-x: hidden;
}
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	background-color: #FFF;
	background-image: -webkit-gradient(linear,
									   40% 0%,
									   75% 84%,
									   from(#05386b),
									   to(#05386b),
									   color-stop(.6,#05386b))
}
/*start background color Block*/
.bg-gradient{
    background-color:#05386b;
}
.bg-centergradient{
    background:linear-gradient(white, silver);
}
.bg-onecolor{
    background-color:#05386b;
}
h3, h5{
    color:#05386b;
   font-weight:bold;
}
.txtColor{
    color:#05386b;
    font-weight:bold;
}

/*End background color Block*/
p{
    line-height:23px;
}
/*Main Menu logo and social links*/
.logo{
    padding:10px;
    text-align:center;
}
.social-link{
    text-align:center;
    margin-top:15px;
}
.social-link i{
    font-size:25px;
    color:white;
}
/*Main Menu Area*/
.mainmenu-area {
    font-family: "Roboto Condensed",sans-serif;
    text-transform: uppercase;
    width: 100%;
    z-index: 999;
    box-shadow:black 10px 3px 30px;
    position:relative;
}
.center-menu{    
    height:55px;
}
.mainmenu-area ul.navbar-nav li a {
    color: #6e6a6a;
    font-size: 14px;
    padding: 17px;
}
/*Remove Bootstrap auto .nav hover*/
.nav > li > a:hover { 
    background-color: transparent; 
}
.mainmenu-area ul.navbar-nav li:hover a{     
    color:#05386b;
    font-weight:bold;
    font-size:15px;
    text-shadow:0px 0px 5px white;
}
.mainmenu-area ul ul{
    list-style:none;
    display:none;
    width:200px;
    position:absolute; 
}
.mainmenu-area ul li:hover > ul{    
    display:block;
}
.mainmenu-area ul li a{
    text-decoration:none;
    display:block;
}
.mainmenu-area ul ul li:hover{    
    border-bottom:2px solid #05386b;
}
.mainmenu-area ul ul li{
    margin-left:-40px;
}
.drp-menu{
    background-color: silver;
}
.nav > li > a.current{
    color:#17c675;
    font-weight:bold;
    font-size:15px;
    text-shadow:0px 0px 5px white;
}
.mainmenu-area ul.navbar-nav li a.active{
    color:#05386b;
    font-weight:bold;
    font-size:15px;
    text-shadow:0px 0px 5px white;
}
/*Slider*/
.accordian {
	width: 100%; 
    height: 300px;
	overflow: hidden;
    margin-top:20px;
}
/*A small hack to prevent flickering on some browsers*/
.accordian li {
	position: relative;
	display: block;
	width: 180px;
	float: left;			
	/*Transitions to give animation effect*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	/*If you hover on the images now you should be able to 
	see the basic accordian*/
}
/*Reduce with of un-hovered elements*/
/*.accordian ul:hover li {
    width: 40px;
}*/
.accordian ul li:hover {
    width: 310px;
}
.accordian li img {
	display: block;
}
/*Image title styles*/
.top-title{
    position: absolute;
	left: 0; 
    top: 0;
    padding:5px;
    width:300px;	
    background: #05386b;
}
.image_title {
	position: absolute;
	left: 0; 
    bottom: 0;
    width:300px;	
    background: #05386b;
}
.image_title a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
    font-weight:bold;
    padding:10px;
    /*text-shadow:0px 2px 2px gray;*/
}
/*Index Page Content*/
.first-div-content, .second-div-content, .third-div-content, .fourth-div-content{
   border:1px solid silver;
   padding:10px;
   margin-top:0px;
}
.first-div-content, .second-div-content{
    height:428px;
}
.ftr-div{
    height:150px;
    border-right:1px solid #075099;
}
.slider-inner-div{
    border:1px solid silver;
    padding:10px;
}
.content h2{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size:20px;
    padding:5px;
    text-align:center;
    color:white;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    margin-bottom:0px;
    margin-top:10px;
}
.content{
        margin-top:40px;
    }
.close-div{
    padding:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
.btn{
    background:repeating-linear-gradient(silver, white, silver);
    border-radius:100px;
    font-size:12px;
}
.btn:hover{
    background:repeating-linear-gradient(silver, white);
    color:black;
}
.third-div-content ul {
    list-style:none;
    padding:0px;
}
.third-div-content ul li{
    padding-top:5px;
    margin-left:0px;
    border-bottom:1px solid silver;

}
.third-div-content ul a{
    color:gray;
    margin-left:8px;    
}
.fa-square{
    font-size:14px;
    color:silver;
    
}
.third-div-content li:hover i{
    font-size:14px;
    color:#05386b;
}
.third-div-content i{
    font-size:14px;
    color:#05386b;
}
.third-div-content li:hover a{
    color:black;
    font-weight:bold;   
}
/*classes used in jquery addClass*/
.selectedli{
    color:black; 
    font-weight:bold;
}
.selectedi{
    font-size:14px; 
    color:#17c675;    
}
.iconborder{
    border-top:1px solid black;
    color:silver;
       
}
.iconborder:hover{
    border-top:3px solid black;
    color:#05386b;
}
.nav-icons h3{
    font-size:16px;
}


/*Footer*/
.md-original, .fc-original{
    display:none;
}
.logo1-opacity{
    opacity:0.4;
}
.logo1-opacity:hover{
    opacity:1;
}
.logo-opacity:hover{
    opacity:1;
}
.logo-opacity{
width:100px;
opacity:0.4;
padding:5px;
}


.footer-bottom-area {
  color: #fff;
  padding: 25px;
  bottom:0;
  text-align:center;
  margin-top:30px;
}
.footer-navbar ul a{
    color:white;
    font-size:14px;        
}
.footer-navbar ul li a:hover{
    background:none;
    text-decoration:underline;
}
.footer-navbar ul li{
    padding-top:6px;
}
.ftr-col-div{
    padding-top:12px;
    padding-bottom:12px;
}
.ftr-service-lnk ul li{
    padding-top:2px;
}
.ftr-social-link{
    padding-top:7px;
}

/*End Footer*/
.second-div-content{
    overflow:auto;
    
}
.second-div-content p{
    text-align:justify;
}
.portfolio-logo{
    height:130px;
    width:170px;
    padding-top:20px;  
}
.portfolio-logo img{
    width:150px;
}
.portfolio-brochure{
    height:270px;
    width:270px;
    padding-top:20px;
}
.portfolio-brochure img{
    width:250px;
}
.page-header{
    height:100px;
    padding:20px;
    text-align:center;
    color:white;
    margin-top:0px;
}
.company-link{
    list-style:none;   
    font-weight:bold;
    margin-left:-40px;
}
#topsociallink{
        display:none;
        margin-top:0px;
    }
#it-consulting, #web-development, #seo-process, #mob-development, #graphic-design,#data-service{
    display:none;
}

.WebSlidercolor{
    color:#17c675;
}
.webdiv, .softdiv, .graphicdiv, .it-consultingdiv{
    border:1px solid silver;
    border:1px solid silver;
    padding:10px;
}
.webslider{
    border:1px solid silver;
    border-radius:10px;
}
.websiteSliderLink{
    border-right:1px solid silver;
}
.websiteSliderLink li{
    list-style:none; 
    text-decoration:none;
    border-bottom:1px solid silver;
    padding:15px 15px 15px 0px;
}
.websiteSliderLink li a:hover{
    color:black;
}
.websiteSliderLink li a{
    text-decoration:none;    
}
#web-GCCI, #web-MTCGrand, #web-opal, #web-ELT, #web-seaqueen{
    display:none;
}
.pointer{
    cursor:pointer;
}
.toplogo{
        display:none;
    }

/*Mobile Responsive Slider*/
.mobile-slider{
    display:none;
}


/*jssor slider loading skin spin css*/
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /*jssor slider bullet skin 051 css*/
        .jssorb051 .i {position:absolute;cursor:pointer;}
        .jssorb051 .i .b {fill:#fff;fill-opacity:0.5;}
        .jssorb051 .i:hover .b {fill-opacity:.7;}
        .jssorb051 .iav .b {fill-opacity: 1;}
        .jssorb051 .i.idn {opacity:.3;}

        /*jssor slider arrow skin 051 css*/
        .jssora051 {display:block;position:absolute;cursor:pointer;}
        .jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
        .jssora051:hover {opacity:.8;}
        .jssora051.jssora051dn {opacity:.5;}
        .jssora051.jssora051ds {opacity:.3;pointer-events:none;}
/*End Mobile Slider*/
/*give style scroll bar on index introduction*/
#style-15::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-15::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

#style-15::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear,
									   40% 0%,
									   75% 84%,
									   from(#05386b),
									   to(#05386b),
									   color-stop(.6,#05386b))
}
#brochure{
    display:none;
}
@media(max-width:1282px){
.first-div-content, .second-div-content{
    height:454px;
}
    .social-link i{
        font-size:18px;
    }
    .accordian{
        width:100%;
        height:300px;
    }
    .accordian img{
        width:300px;
    }
    .accordian ul li:hover {
    width: 300px;
}
    .accordian li {
	width: 140px;
}   
    .gmap{
        width:100%;
    }
}
@media(max-width:1180px){
 
       .social-link i{
        font-size:18px;
    }
    .accordian{
        width:100%;
        height:300px;
    }
    .accordian img{
        width:300px;
    }
    .accordian ul li:hover {
    width: 300px;
}
    /*.accordian li {
	width: 120px;
}*/   
 
       .gmap{
        width:100%;
    }
}
@media(max-width:1100px){   

       .accordian{
        width:100%;
        height:250px;
        overflow:hidden;
    }
    .accordian img{
        width:260px;
        height:250px;
    }
    .accordian ul li:hover {
    width: 250px;    
}
    /*.accordian li {
	width: 130px;
}*/
    .top-title, .image_title{
        width:260px
    }
    .gmap{
        width:100%;
    }
}
@media(max-width:990px){   
.first-div-content{
    height:290px;
}
.second-div-content{
    height:210px;
}
       .accordian{
        width:100%;
        height:230px;       
    }
    .accordian img{
        width:220px;
        height:230px;
    }
    .accordian ul li:hover {
    width: 220px;    
    }
    .accordian li {
	width: 100px;
    }
    .top-title, .image_title{
        width:220px;
    }
    
    .social-link i{
        font-size:12px;
    }    
    #sociallink{
        display:none;
    }
    .logo{
        display:none;
    }
    .toplogo{
        display:block;
       float:left;
       padding-right:40px;
       margin-top:5px;
    }
    #topsociallink{
        display:block;
        text-align:right;
        float:right;
        margin-top:5px;
    }
   #topsociallink i{
       font-size:18px;
   }

   .gmap{
        width:100%;
    }
   .ftr-div{
       height:150px;
       width:25%;
       float:left;
   }
   .ftr-social-link a i{
       font-size:24px;
   }
   .ftr-service-lnk ul{
       padding-left:0px;
   }
   .logo-opacity{
       width:70px;
       float:left;
   }
}
@media(max-width:950px){
       .accordian{
        width:100%;
        height:200px;
    }
    .accordian img{
        width:200px;
        height:200px;
    }
    .accordian ul li:hover {
    width: 200px;    
    }
    /*.accordian li {
	width: 100px;
    }*/
    .top-title, .image_title{
        width:200px;
    }
    
}

@media(max-width:768px){   
    .window-slider{
        display:none;
    }
    .mobile-slider{
        display:block;
    }    
    .navbar-nav{
        display:none;
    }
    .activeDrpMenu{
		display:block;
	}
    .btn-toggle{
        padding-right:27%;
        text-align:center;
    }    
    .first-div-content{
    height:280px;
}    
    .second-div-content{
        height:200px;
    }
    
.mainmenu-area ul.navbar-nav li{
    /*background: #d6d6d6;*/
    background-color:#c0c0c0;
}
.mainmenu-area ul.navbar-nav li a{
      color:black;
}
.mainmenu-area ul ul{
    width:100%;
    position:absolute;
    z-index:999;
}
.mainmenu-area ul li a{
    text-align:center;
}
#topsociallink{
        display:block;
        text-align:right;
        margin-right:-40px;
        margin-top:-55px;
    }
.logo{
    display:none;
}
.toplogo{
    display:block;
    height:3px;
    padding-top:2px;
    margin-left:-20px;
}
p{
    line-height:18px;
}
.gmap{
        width:100%;
    }
.footer-bottom-area{
    text-align:center;
}
.ftr-social-link{
    display:none;
}
.ftr-div{
  border-right:0px solid white;  
  height:auto;
  display:none;
}
.footer-navbar{
    display:none;
}
.ftr-service-lnk{
    display:none;
}
.abt-logo{
    display:none;
}
.ftr-logo{
    display:none;
}
.abtus-content{
    padding-right:30px;
}
}
@media(max-width:545px){
    .first-div-content{
    height:280px;
}    
    .second-div-content{
        height:260px;
    }
}
@media(max-width:400px){           
    .first-div-content{
    height:330px;
}   
    .second-div-content{
        height:280px;
    }
    .gmap{
        width:100%;
    }
    .btn-toggle{
        padding-right:37%;
    } 
    .content{
        margin-top:10px;
    } 
}
@media(max-width:360px){           
    .first-div-content{
    height:360px;
}   
    .second-div-content{
        height:350px;
    }
}
    