body
{
	font-family: 'Quicksand', sans-serif;
	background:url("../img/back.JPEG") no-repeat fixed #001336;
	overflow-x:none;
	letter-spacing:1px;
	word-spacing:8px;
}
h1
{
	color:#fff;
    font-size:70px;
}
.h1
{
	color:#001336;
	font-size:70px;
	padding:0 0 5% 0;
}
h2
{
	color:#F4060E;
    font-size:60px;
	margin-bottom:10px;
}


.h3
{
    color: #fff;
	
}
h3
{
	color:#F4060E;
	font-size:21px;
}
h3 .small,
.footer-box .small
 {
	color:#eee;
 }
 @media screen and (max-width:670px)
{
	h1
{
    font-size:38px;
}
.h1
{
    font-size:38px;
}

.h3
{
	font-size:19px;
}
}
p
 {
	text-align:left;
	padding:20px;
	line-height:28px;
 }
.top-box
{

	top:0;
	left:0;
	right:0;
	position:fixed;
	z-index:2000;
}
.top-box-1
{
	 top:0;
	left:0;
	right:0;
	position:fixed;
	background:rgb(255, 255, 255);
}
.top-box.active {
    background:rgba(255, 255, 255, 0.9);
}
.logo
{
	margin: 10px 0px 8px 0;
    position: relative;
    left: 84%;
}
@media screen and (max-width:1200px)
{
	.logo
{
	left: 80%;
}
}
@media screen and (max-width:1000px)
{
	.logo
{
	left:34%;
}
}
@media screen and (max-width:500px)
{
	.logo
{
	left:27%;
}
}
@media screen and (max-width:400px)
{
	.logo
{
	left:0;
}
}
/*----------------------------------------- The Overlay (background) Menu-------------------------------------------- */
.menu
{
	cursor: pointer;
    font-size: 38px;
    color: #f00;
    line-height: 85px;
	position:absolute;
	left:10px;
	top:-10px;
}
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 3000; /* Sit on top */
    left: 0;
    top: 0;
    background: rgb(0,0,0); /* Black fallback color */
    background: rgba(0,0,0,0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 5%; /* 25% from the top */
    width: 60%; /* 100% width */
    text-align: center; /* Centered text/links */
	margin:0 auto;
     /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-width:1000px)
{
	.menu
{
	left:95%;
	 font-size: 29px;
}
}
@media screen and (max-width:770px)
{
	.overlay a {font-size: 19px}
    .overlay .closebtn {
        font-size:35px;
        top:-7px;
        right:7px;
    }
	.overlay-content {
   
    top: 15%; 
}
}
@media screen and (max-width:500px)
{
	.menu
{
	left:90%;
}
}
@media screen and (max-height: 450px)
{
	.overlay a {font-size: 19px}
    .overlay .closebtn {
        font-size: 35px;
        top:-7px;
        right:7px;
    }
	.overlay-content {
   
    top: 15%; 
}
.menu
{
	
    font-size: 29px;
}
}


/*--------------------------------------------------end Menu----------------------------------------------*/

.slider-box
{
	width:100%;
	height:675px;
	position:relative;
	z-index:0;
	margin-bottom:0;
	
}
#pictureSlider
{
	height:500px; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.intern-slider
{
	position:absolute;
	top:40%;
	right:0;
}

.intern-h3 a
{
	color:#fff;
	font-size:40px;
	font-weight:bolder;
	text-shadow: -3px 3px 1px #000;
	-webkit-transition:all 1s ease;
}
.intern-h3 a:hover
{
	color:#F6050D;
	text-decoration:none;
}
@media screen and (max-width:1335px)
{
	.intern-slider
{
	width:55%;
}
}
@media screen and (max-width:1000px)
{
	.intern-slider
{
	width:100%;
	top:80%;
	background: #001336;
    padding: 48px 0;
}
.intern-h3 a
{
	
	font-size:30px;
}
}
@media screen and (max-width:400px)
{
.intern-h3 a
{
	
	font-size:25px;
}
}
.intern-p
{
	color: #ffffff;
    background:rgba(0, 19, 54, 0.6);
    text-align:center;
    margin-top: 20px;
    padding: 10px;
}
.ctrl-box
{
	width:9%;
	left: 45%;
}
.ctrl-button
{
	background:#F6050D;
}
.about-box,.services-box
{
	background:url("../img/bimg.png")#fff no-repeat top right;
	margin-top:0;
	padding:5% 0;
}
@media screen and (max-width:770px)
{
	.about-box,.services-box
{
	background:#fff;
	margin-top:0;
	padding:5% 0;
}
}
.service-text
{
	padding:2%;
}
.under-line
{
	color:#F4060E;
}
.my-hr
{
	background: #F4060E;
    height: 2px;
	border-top:0;
	margin-top:-39px;
}
.more
{
	
    width: 80px;
    height: 80px;
    background: #F4060E;
    border: 15px solid #fff;
    color: #fff;
    margin: 0 auto;
    border-radius: 50%;
    padding: 5px;
    line-height:43px;
    font-size: 10px;
	margin-top:40px;
	position:relative;
}
.more a,.more a:hover
{
    color: #fff;
	text-decoration:none;
}
/*---------------------about--------------------------------*/
.shape
{
	height:0;
	width:0;
	border-bottom: 250px solid #001336;
	border-right: 500px solid transparent;
	float:left;
}
.heading
{
	
    margin-top: 149px;
    margin-left: 9px;
    color: #fff;
    font-size:70px;
}
.text-shape
{
	width:500px;
	height:250px;
	shape-outside: polygon(0 0, 0 100%,100% 100%, 0 0);
	float:left;
}
.shaped-content
{
	width:57%;
	float:left;
	margin-left:-375px;
	text-align:justify;
}
.more-box
{
	float: left;
    width: 25%;
	margin:40px 0 0 40px;
}
@media screen and (max-width: 770px) 
{
	.shape
{
	height:0;
	width:100%;
	border-bottom:0;
	border-right:0;
}
.heading
{
	background:none;
	margin-top:0;
	color:#001336;
	font-size:38px;
    text-align: center;
}
.text-shape
{
	width:100%;
	height:auto;
}
.shaped-content
{
	width:100%;
	margin-left:0;
	padding:5%;
	text-align:justify;
	margin-top:15%;
}
.more-box
{
    width:100%;
	height:200px;
	margin:0;
}
}
/*--------------------------------------our-team-------------------------------*/
.team-box
{
	background:url("../img/tbg.JPEG")fixed;
	padding:5% 0;
}
.t-img
{
	width:200px;
	background: #fff;
}
.team-box p
{
	color: #fff;
    font-weight: bolder;
}

.team-heading
{
	margin-bottom:40px;
}
@media screen and (max-width:770px)
{
	.team-heading
{
	margin-bottom:20px;
	margin-top:0;
}
}

.team-slider
{
	background: rgba(255, 255, 255, 0.7);
	padding:50px 0;
}
@media screen and (max-width:768px)
{
	.team-heading
{
	margin-bottom:20px;
	margin-top:0;
}
}
/*--------------------------------------Servives-------------------------------*/
.icon
{
	
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 1px 2px 7px 1px rgba(228, 227, 227, 0.77);
    padding-top: 21px;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	transition:all 0.7s ease;

}
.icon:hover
{
   background:#F4060E;
    box-shadow: 1px 2px 7px 1px rgba(228, 227, 227, 0.77);
    padding-top: 21px;
	color:#fff;

}
/*--------------------------------------logo-slider-------------------------------*/
.ls-heading
{
	background:url("../img/client.jpg")bottom;
	padding:5% 0;
}
.logo-slider
{
	background:#fff;
	padding:5% 0;
}
.logos-img
{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	cursor:pointer;
	width:100px;
}
.logos-img:hover
{
	-webkit-filter:none; /* Safari 6.0 - 9.0 */
    filter:none;
}
@media screen and (max-width:770px)
{
	.logos-img
{
	width:50px;
}
}
/*--------------------------------------newsletter-------------------------------*/
.update-box
{
	background:url("../img/update.JPEG");
	padding:5% 0;
}
.my-fieldset, .text-container
{
	padding:30px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 9px;
	margin-bottom:15px;
}
.my-fieldset .noti-input
{
        background: none;
    box-shadow: none;
    border:none;
    height: 48px;
}
.my-button
{	
	background: #F4060E;
    color: #fff;
    border: none;
    z-index: 10;
    font-size: 15px;
    padding: 16px 0;
}
@media screen and (max-width:995px)
{
	.my-fieldset .noti-input
{
        
    height:40px;
    box-shadow: none;
    border:1px solid #c5c3c3;
}
.my-button
{	
	    
    padding: 15px 0;
	font-size:9px;
}
}
 .ci-control
 {
	width:100%;
	background:none;
	height:40px;
    box-shadow: none;
    border:1px solid #c5c3c3;
 }
/*--------------------------------------footer------------------------------*/
.branch-box
{
	border-left:1px solid #555;
}
.branch
{
	margin-bottom:20px;
}
.branch .fa
{
	color:#F4060E;
	padding:0 10px;
}
@media screen and (max-width:768px)
{

.branch-box
{
	border-left:0;
	text-align:center;
}
}
.footer-box
{
	background:url("../img/f-img.png") no-repeat #061a48;
	padding:5% 0;
}
.sw-li li
{
	padding:5px 0;
	color:#eee;
}
.s-product
{
	text-align:right;
}
.w-product
{
	text-align:left;
}
@media screen and (max-width:768px)
{
	.s-product
{
	text-align:center;
	padding:20px 0;
}
.w-product
{
	text-align:center;
}
.sw-li li .fa-cog
{
	display:none;
}
}
.add-box
{
	background:url("../img/office.jpg") no-repeat fixed;
	padding:5% 0;
}
.add-box h1
{
	color:#fff;
	padding-bottom:5%;
}
.footer-box .col-sm-9 ul
{
	margin-top:20px;
}
.footer-box .col-sm-9 ul li a
{
	color:#eee;
	font-size:12px;
}
.job-search
{
	text-align:right;
}
.job-title
{
	text-align:left;
}
@media screen and (max-width:770px)
{
	.job-search, .job-title
{
	text-align:center;
}

}
.social-box
{
	width:100%;
}
.social-icon
{
	width:16.66%;
	padding:1% 0;
	font-size:98%;
	float:left;
}

.fb
{
	color:#fff;
	background:#3B579D;
	
}
.fb:hover
{
	color:#3B579D;
	background:#fff;
	transition:all 0.7s ease-in-out;
}

.gp
{
	color:#fff;
	background:#C41514;
	
}
.gp:hover
{
	color:#C41514;
	background:#fff;
	transition:all 0.7s ease-in-out;
}

.li
{
	color:#fff;
	background:#007BB6;
	
}
.li:hover
{
	color:#007BB6;
	background:#fff;
	transition:all 0.7s ease-in-out;
}

.ig
{
	color:#fff;
	background:#F8B74A;
	
}
.ig:hover
{
	color:#F8B74A;
	background:#fff;
	transition:all 0.7s ease-in-out;
}

.tt
{
	color:#fff;
	background:#2CAAE1;
	
}
.tt:hover
{
	color:#2CAAE1;
	background:#fff;
	transition:all 0.7s ease-in-out;
}

.yt
{
	color:#fff;
	background:#E82A1B;
	
}
.yt:hover
{
	color:#E82A1B;
	background:#fff;
	transition:all 0.7s ease-in-out;
}
#back2Top {
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    color:#F4060E;
    text-align: center;
    font-size: 50px;
    text-decoration: none;
	text-shadow:-4px -3px 4px  #000;
}
#back2Top:hover {
    color: #000;
	text-shadow:none;
}
/*--------------------------------------------contact----------------*/
.contact-bg
{
	background:url("../img/contact.jpg") no-repeat fixed;
	
}
.mypage
{
	padding:10% 0 0 0;
}

@media screen and (max-width:768px)
{
.mypage
{
	padding:15% 0 0 0;
}

}
@media screen and (max-width:425px)
{
.mypage
{
	margin-top:125px
}

}
@media screen and (max-width:770px)
{
.mypage
{
	margin-top:75px
}

}
.sc-box
{
	height:500px;
	background:rgba(255, 255, 255, 0.7);
}
.sc-box:hover
{
	overflow-y:auto;
	transition:all 0.7 ease-in-out;
}

.sib
{
	
	height:500px;
	background:#000;
}

.webd-img
{
	background:url("../img/webd.jpg");
	height:500px; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.softd-img
{
	background:url("../img/softd.JPEG");
	height:500px; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.host-img
{
	background:url("../img/host.jpg");
	height:500px; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sol-img
{
	background:url("../img/sol.jpg");
	height:500px; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.digi-img
{
	background:url("../img/digi.jpg");
	height:500px; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.team-img
{
	width:150px;
	height:150px;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.my-legend
{
	border:none;
}
.team-h3
{
	text-align:center;
	margin-top:-90px;
}
@media screen and (max-width:770px)
{
	.team-h3
{
	
	margin-top:0;
}
.my-legend
{
	border:none;
	margin:0 auto;
	width:150px;
}
}

/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  margin-top: 20px;
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #2f6ba0;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #2f6ba0;
}

div.bhoechie-tab-content{
    padding:1% 10% 5% 10%;
    background: rgba(255, 255, 255, 0.7);
    margin-left: -15px;
}
div.bhoechie-tab-content ul li a{
	color:#555;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
/*-------------------------------------------------------------------------------------------------------------*/
.pro-bg
{
	width: 365px;
	height: 365px;
	border-radius:50%;
	float: left;
	shape-outside: circle(50%);
}
@media screen and (max-width:670px)
{
	.pro-bg
{
	width:100%;
	height:100%;
}
}
.post-box{
    position:relative;
    overflow:hidden;
	margin-bottom:10px;
}

.post-box:hover > .port-content{
    bottom:0;
}
.port-content{
    position:absolute;
    bottom:-100%;
    width:94%;
    height:100%;
    background: rgba(255,255,255,0.9);
    -webkit-transition: bottom 0.8s ease;
    -moz-transition: bottom 0.8s ease;
    -o-transition: bottom 0.8s ease;
    -ms-transition: bottom 0.8s ease;
    transition: bottom 0.8s ease;
	padding:5%;
}	
.port-content img
{
	width:85px;
}
@media screen and (max-width:1024px)
{
	.port-content img
{
	width:45px;
}
}
/*------------------------------------------------------career------------------------*/
.form-required
{
	color:red;
}
/*------------------------------------------------------notice------------------------*/
.my-input
{
	width:98%;
	padding:1%;
}
.my-row
{
	padding:2% 4%;
}
.bottom-label
{
	margin-bottom:20px;
}
.notice
{
	position:absolute;
	top:15%;
	left: -43%;
    transition: 0.3s;
    text-decoration: none;
	width:50%;
	height:155px;
    color: white;
    border-radius: 0 5px 5px 0;
	z-index:1000;
}


.notice:hover {
    left: 0;
}

.notice-head
{
	float:left;
	width:10%;
	padding:2%;
	background:#000;
	text-align:center;
}
.notice-list
{
	float:left;
	width:68%;
	height:94%;
	padding:3%;
	background:#fff;
	overflow:auto;
}
.notice-list ul li a
{
	font-size:12px;
}

.bell-box
{
	width:18%;
	float:left;
}
.notice:hover .bell-box{
    display:none;
}
#cog {
	-webkit-animation: cog 1s infinite;			
	-moz-animation: cog 1s infinite;
	-ms-animation: cog 1s infinite; 			
	animation: cog 1s infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;		
	-ms-animation-timing-function: linear;
	animation-timing-function: linear;	
	color:red;
	font-size:50px;
    text-shadow: 4px 4px 8px #000;
}
@keyframes cog {
50%{ 
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg)
}
}

@media screen and (max-width:1000px)
{
	.notice
{
	
	top:10px;
	left: -43%;
}
#cog {
	
	font-size:30px;
}
}
@media screen and (max-width:500px)
{
	.notice
{
		left:-40%;
}

}
@media screen and (max-width:400px)
{
	.notice
{
		width:100%;
		left: -80%;
		top:14%;
}

}
/* ------ Start Subscriber  Style ---- */
	
	.talkbubble {   
	   background: red;
	   position: relative;
	   -moz-border-radius:    10px;
	   -webkit-border-radius: 10px;
	   border-radius:         10px;
	   padding:5px;
	   color:#fff;
	   font-size:13px;
	}
	.talkbubble:before {
	   content:"";    
	   position: absolute;
		right: 100%;
		top: -10px;
		left:50%;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 10px solid red;
		
	}
/* ------ End Subscriber  Style ---- */
/* ------ Start training   Style (19-12-2017)----  */
	
	.mylist-group
	{
		-webkit-box-shadow:none;
		box-shadow:none;
	}
	.mylist-item
	{
		background:none;
		border:none;
	}
	.mylist-item a
	{
		color:#fff;
		text-decoration:none;
	}
	.tab-padding
	{
		padding:10px;
	}
	
/* ------ End training  Style (19-12-2017)---- */