@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
	font-family: 'Roboto Slab', serif;
}
body{
	margin:0;
	padding:0;
	text-decoration:none;
	font-family: 'Roboto Slab', serif;
}
.wraper{
	width:100%;
	float:left;
 
	 
}

 
a{
	outline:none!important;
}
/*.logo{*/
	/*width:140px;*/
	/*margin:20px 0 0 10%;*/
/*}*/
.nav{
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	width:100%;
	 height: 95px;
	 
	
}
.footer-bottom{
    background-color: #111111;
    color: #85858c;
    border-top: 1px solid #1d1d1d;
    font-size: 11px;
	padding-top:10px;
	text-align: center;
}
/* section-2 */
.section-2{
    background-color: #efefef;
}


.right-icon{
	position:absolute;
	right:150px;
	top:34px;
	height:50px;
	 
}
.right-icon .whatsup{
	float:left;
	width:auto;

}
.right-icon .whatsup img{
	width: 26px;
	float:left;
}
.right-icon .whatsup span{
	float:left;
color:
#fffeff;
font-weight: 600;
position: relative;
font-family: 'Roboto Slab', serif;
font-size: 13px;
margin: 5px 0 0 5px;
}
.right-icon  .mailcls{
float: left;

margin: 4px 0 0 16px;

 

color:

  #fff;
 font-size: 22px;

 
}
.right-icon .usercls{
	float: left;
display:none;
margin: 4px 0 0 16px;

 

color:

  #fff;
 font-size: 22px;
}
.right-icon .usercls:hover, .right-icon  .mailcls:hover, .right-icon .whatsup span:hover{
	color:#009dde;
}
.menu-icon{
    color: #fff;
    font-size: 20px !important;
    padding:30px 20px 20px 20px;
    float: left;
    display: none !important;
}
.nav-menu{
    float: right;
    margin-right:460px;
	margin-top:20px;
}
.nav-menu ul{
	position: relative;
}
.nav-menu li{
	float: left;
	margin-left: 10px;
    line-height: 56px;
}
.nav-menu li a{
	color: #fffeff;
	font-weight: 400;
    position: relative;
	font-family: 'Roboto Slab', serif;
    font-size: 14px;
	padding: 7px 10px;
 
	text-transform:uppercase;
}
.nav-menu li > i{
	   font-size: 18px;
	     position: relative;
		 text-transform:uppercase;
		 color: #fffeff;
		 margin-left:-8px;
}
.nav-menu li:hover > i{
		color: #00adf2 !important; 
	transition: .4s;
}
.nav-menu li a i.fa-angle-down{
	font-size:18px;
}
.nav-menu li ul li a, .nav-menu li ul li {
	color: #fff;
}
.nav-menu li .home{
	padding: 7px 10px;
}
.nav-menu li:last-child a{
	 
	transition: .4s;
}
 .nav-menu li:hover > a{
	 
	color: #00adf2 !important; 
	transition: .4s;
}
 
.nav-menu li:hover .inner-menu{
	display: block;
	transition: .4s;
}
@media screen and (min-width: 768px) {
.nav-menu > li:hover > i{
	transform: rotate(180deg);
	
}
}
.home{
	background-color:#009dde;
	color: #fff !important; 
}

.inner-menu{
	width: 100%;
	padding: 15px 10px 15px 10px;
	  background-color: rgba(3, 20, 45, 1);
	 border-top:5px solid #00adf2;
	position: absolute;
	left: 0;
	top: 75px;
	z-index: 1;
	color: #fff;
	display: none;
    transition: .4s;
}
.inner-menu ul li{
    margin-left: 0px;
    line-height: 18px;
    text-align: left;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
.inner-menu ul li a{
	    display: table;
    margin-left: 0px;
    line-height: 22px;
    margin: 0;
    padding-left: 5px;

}
.inner-menu ul li ul li a{
	color:#fff;
}
 
.inner-menu ul li i{
    float: left;
    color: #fff;
    margin-top: 9px;
    margin-right: -5px;
}
.inner-menu .ul-indent{
    margin-left:20px;
}
.inner-menu ul li .left{
	display: table-cell;
	vertical-align: middle;
}
.inner-menu ul li .right{
	display: table-cell;
	padding-left: 10px;
}
.inner-menu ul li .right h6{
	color: #ff0000;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
	text-align: left;
}
.inner-menu ul li .right p{
	font-size: 12px;
    line-height: 18px;
    text-align: left;
}
.inner-menu li{
	float: none;
	display: block;
	text-align: center;
}
.small-inner-menu{
	width: 35%;
    left: 65%;
    transform: translateX(-65%);
}
.web-services-menu{
	width: 100%;
}
.services_drop{
	    top: 55px;
    width: 360px;

}
.portfolio-sub-menu{
	width: 25%;
	left: 75%;
	padding: 0px;
}
.portfolio-sub-menu li{
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding:5px 0px;
	margin: 0px !important;
	line-height: 30px;
}
.portfolio-sub-menu li a{
	font-weight: 400;
	font-size: 12px;
}
.portfolio-sub-menu li:first-child{
	/*padding-top: 0px;*/
}
.portfolio-sub-menu li:last-child{
	border: none;
}
.products-cls{
    width: 200px;
    left: -20px;
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img{
	width:100%;
}
/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 20px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators li {
background:  #666;
    margin: 0 3px;
    width: 32px;
    height: 3px;
 
  }
  .carousel-indicators .active{
	  background:  #666;
    margin: 0 3px;
    width: 32px;
    height: 5px
  }

.carousel-indicators li.active {
  background: #fff;
  margin: 0 3px;
  }



    #owl-demo .item{
      margin: 3px;
    }
    #owl-demo .item img{
      display: block;
      width: 100%;
      height: 100%;
    }
.main-slider{
	position:relative;
}

.formmain{
	position:absolute;
	margin:auto;
	width:50%;
	height:50px;
 
	z-index:9;
	left:0;
	right:0;
	top:0px;
	bottom:0;
}
 .nav-menu li ul li a:hover i{
	 color:#00adf2 !important
 }
.searchcls{
	width:80%;
	float:left;
 
font-weight: 400; 
font-family: 'Roboto Slab', serif;
}
.formmain button{
	float:left;
	border-radius:5px;
	padding:9px 16px;
	margin-left:10px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#188bde+0,0f84d4+50,037ccb+100 */
background: #188bde; /* Old browsers */
background: -moz-linear-gradient(top,  #188bde 0%, #0f84d4 50%, #037ccb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #188bde 0%,#0f84d4 50%,#037ccb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #188bde 0%,#0f84d4 50%,#037ccb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#188bde', endColorstr='#037ccb',GradientType=0 ); /* IE6-9 */
border:0;
color: #fffeff;
font-weight: 600;
 font-size:12px;
font-family: 'Roboto Slab', serif;
text-transform:uppercase;
}
.formmain button:hover{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#179fd1+0,108bc9+50,0491d3+100 */
background: #179fd1; /* Old browsers */
background: -moz-linear-gradient(top,  #179fd1 0%, #108bc9 50%, #0491d3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #179fd1 0%,#108bc9 50%,#0491d3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #179fd1 0%,#108bc9 50%,#0491d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#179fd1', endColorstr='#0491d3',GradientType=0 ); /* IE6-9 */

}
 
.section-heading h2{
    /* text-decoration: underline; */
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
	text-transform:uppercase;
	font-size:22px;
	font-weight:600;
	margin-bottom:20px;
	margin-top:40px;
	color:#000;

}
.partner-card p{
margin:10px 0;
font-size:12px;
font-weight:600;
color:#000;
text-transform:uppercase;
}
.section-heading h2:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: #000;
    left: 0;
}
.section-heading h2:after{
    content: "";
    position: absolute;
    width: 20%;
    height: 3px;
    bottom: -1px;
    background-color:#019dde;
left: 50%;
transform: translateX(-50%);
}


 
 .partner-card{
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px #ccc;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    transition: all .4s;
    min-height: 300px;
}
.partner-card:hover .sub-banner{
    transform: scale(1.1);
    transition: all .4s;
}
.partner-card:hover .cust_partner_btn{
    background-color: #007cbf;
    color: #fff;
}
.partner-card .para{
    padding: 30px 20px 50px 20px;
}
.partner-card .sub-banner{
    width: 100%;
    transition: all .6s;    
}
.partner-card-header{
    overflow:hidden;
}
.para{
    position: relative;
}
.para .client-images-border{
position: absolute;
top: -15px;
right: 50%;
transform: translateX(50%);
border: 1px solid rgb(238, 238, 238);
border-radius: 100%;
background:rgba(253, 253, 253,0.8);
overflow: hidden;
width: 50px;
height: 50px;
border: 1px solid  #ccc;
}
.client-images-border img{
    width: 70px;
}

.cust_partner_btn{
    border-radius: 50px;
    border: none;
    padding: 5px 15px;
    float: right;
    color: #007cbf;
    transition:all .4s;
}
.cust_partner_btn:hover{
    background:none;
    color: #007cbf;
}
#owl-demo .owl-controls {
    position: absolute !important;
    top: 40% !important;
    right: 0px !important;
    z-index: 9;
	height:43px;
	
}
#owl-demo .owl-controls .owl-next{
	margin-right: -40px;
}
#owl-demo .owl-controls .owl-prev{
	margin-left: -40px;
}
.owl-buttons{
	float:right;
}
.owl-theme .owl-controls .owl-buttons div{
	background:none;
	border:1px solid #000;
	border-radius:0;
	color:#fff;
	padding:5px 6px;
	width:30px;
	height:30px;
	background:#000;
	 
}
.owl-theme .owl-controls .owl-buttons div span.fa{
	margin:4px 0 0 0;
}
.innerpage{
	width:100%;
	float:;
}
.innerpage h2{
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    font-size: 20px;
	font-weight:600;
	margin-top:10px;
}
.innerpage h2::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #333333;
    bottom: 0;
    left: 0;
}
.innerpage h2::after{
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #019dde;
    bottom: 0px;
    left: 0;
}

.event-row{
	float:left;
	width:100%;
	border-bottom:1px solid #ccc;
	padding:12px 0;
	cursor:pointer;
}
.event-row:hover h2{
	color:#0f84d4;
}
 
.event-row .datebox{
	float:left;
	width:14%;
	height:60px;
	 line-height:20px;
	text-align:center;
	color:#000;
 background:url(../images/cloud-bg.png) no-repeat 0 0;
 background-size: cover;
}
.event-row .datespan{
	width:100%;
	text-align:center;
	margin:0;
	padding:5px 0 0 0;
	font-weight:bold;
 
	font-size:22px;
}
.event-row .datemonth{
	width:100%;
	text-align:center;
	margin:0;
	padding:0;	font-weight:bold;
  
	font-size:18px;
}
.event-row  h2{
	color:#333;
	font-size:18px;
	font-weight:600;
 
	margin: 0 0 10px 0px;
}
.event-row  h2 a{
		color:#333;
	font-size:18px;
	font-weight:600;
}
.event-row  h2 a:hover{
	color: #4aabff;
}
.event-box{
	width:86%;
	float:left;
	padding-left:20px;
	box-sizing:border-box;
}
.contactform{
	float:left;
	width:100%;
	border:1px solid #ccc;
	border-radius:5px;
	min-height:450px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(125,125,125,1);
-moz-box-shadow: 0px 0px 5px 1px rgba(125,125,125,1);
box-shadow: 0px 0px 5px 1px rgba(125,125,125,1);
}
.contactform .form-group{
	padding:0 20px;
	width: 100%;
}
.bgColor{
	background:#000;
}
.bg-black{
	background:#000;
}
.contactform label{
	width:100%;
	float:left;
}
.contactform input{
clear: left;
float: left;
width: 100% !important;
margin-bottom: 10px;
}
/* footer start */
footer h1, footer h2 footer, footer h3,footer h4,footer h5,footer h6{
    color: #eeeeee;
}
footer{
    background-color: #111111;
    color:#fff;
    padding:40px 0px;
}
footer ul{
    margin:0px;
    padding:0px;
    list-style: none;
}
footer h4{
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    font-size: 15px;
}
footer h4::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #333333;
    bottom: 0;
    left: 0;
}
footer h4::after{
    content: "";
    position: absolute;
    width: 30%;
    height: 2px;
    background-color: #019dde;
    bottom: 0px;
    left: 0;
}
footer p{
    line-height: 22px;
    color:#85858c;
}
.footer-logo img{
    width: 50%;
    padding-bottom: 20px;
}
.nav-menu li ul li{
	transition: all .4s;
}
.nav-menu li ul li:hover{
	margin-left:6px;
}
.footer-menu li{
    padding-bottom: 7px;
    padding-top:7px;
    border-bottom: 1px solid #333333;
	text-transform: uppercase;
}
.footer-menu li a, .footer-menu li i{
    font-size: 14px;
    color: #85858c;

}
.footer-menu li:hover a, .footer-menu li:hover i{
    font-size: 14px;
    color: #fff;
    transition: all .4s;
}
.footer-menu li:hover i{
    margin-left:10px;
    transition: all .4s;
}
.footer-menu li a{
    text-decoration: none;
    transition: all .4s;
}
.footer-menu li i{
    margin-right: 7px;
    transition: all .4s;
}
.footer-social-icons{
    width: 100%;
    height: 40px;
}
.footer-social-icons li{
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
}
.footer-social-icons li a{
    width: 30px;
    height: 30px;
    border: 1px solid #85858c;
    border-radius: 50%;
    display: block;
    font-size: 17px;
    color:#85858c;
    transition:all .4s;
}
.footer-social-icons li a i{
    line-height: 30px;
}
.footer-social-icons li:hover .twitter{
    background:#1b9ff1;
    color: #fff;
    border-color: transparent;
}
.footer-social-icons li:hover .facebook{
    background: #3a599c;
    color: #fff;
    border-color: transparent;
}
.footer-social-icons li:hover .intagram{
    background: #c20563;
    color: #fff;
    border-color: transparent;
}
.footer-social-icons li:hover .linkedin{
    background: #0077b4;
    color: #fff;
    border-color: transparent;
}

.contact-img{
	width:100%;
	margin:0 0 20px 0;
}
.wrpcls{
 
	 width:100%;
	 background:#e1e1e1;
	 margin-top:50px;
}
.navinner{
	 
}
.banner{
	width:100%;
	 float:left;
	 margin-bottom:20px;
	 border-bottom:5px solid #333;
	 
	  
}
.banner img{ 
width:100%;
}
.left-panel{
	float:left;
	width:100%;
	background:#f0f0f0;
	margin-bottom:20px;
    border:1px solid #ccc;
    margin-top: 15px;
	position:relative;
}
.left-panel ul{
	margin:0;
	padding:0;
	width:100%;
	list-style:none;
}
.left-panel ul li{
	width:100%;
	float:left;
 
}
.left-panel ul li:hover, .left-panel ul li:hover a, .left-panel ul li.active, .left-panel ul li.active a, .left-panel ul li.active i{
	background:#3e7cbc;
	color:#fff!important;
	/* display:block; */
	
}
.left-panel ul li a{
	width:100%;
	float:left;
	font-family: 'Roboto Slab', serif;
	font-size:12px;
	font-weight:600;
	color:#000;
	text-transform:uppercase;
	padding:10px ;
	border-bottom:1px solid #ccc;
    box-sizing:border-box;
    display: table;
}

.left-panel ul li a i{
	/* float: right; */

font-size: 16px;

/* margin-top: 13px; */
visibility: hidden;
display: table-cell !important;
vertical-align: middle;

}
.left-panel ul li a span{
    float:left;
	margin-left:16px;
    vertical-align: middle !important;
    padding-top: 10px;
}
.left-panel ul li a img{
	width: 50px;
    margin-right: 0px;
     float:left;
    vertical-align: middle;
}
.left-panel ul li:hover a i, .left-panel ul li.active a i, .left-panel ul li:hover a{
    /* display:block; */
    visibility: visible;
 
	
}
 
.panel-heading {
  padding: 0;
	border:0;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:5px 15px;
  color:#555;
  font-size:14px;
  font-weight:600;
	 
	letter-spacing:1px;
  word-spacing:3px;
	text-decoration:none;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 
.service_tabs{
	width:100%;
	float:left;
	
}
.service_tabs ul{
	display:table;
	table-layout:fixed;
	width:100%;
	padding:0;
	margin:0;
}
.service_tabs ul li{
	display:table-cell;
	padding:5px;
}
.service_tabs ul li a{
	width:100%;
	float:left;
	background:red;
	padding:5px 0;
	text-align:center;
	border:2px solid #fff;
	color:#fff;
	font-size:20px;
}
.service_tabs ul li a:hover{
	text-decoration:none;
}
.service_tabs ul li:first-child a{
	background:#00adf2;
}
.service_tabs ul li:first-child i{
	color: #00adf2;
font-size: 22px;
 display:none;
float: left;
margin-top: -14px;
margin-left: 46%;
}
.service_tabs ul li:nth-child(2) a{
	background:#f1db1f;
}
.service_tabs ul li:nth-child(2) i{
	color: #f1db1f;
font-size: 22px;
 display:none;
float: left;
margin-top: -14px;
margin-left: 46%;
}
.service_tabs ul li:nth-child(3) a{
	background:#41dd5c;
}
.service_tabs ul li:nth-child(3) i{
	color: #41dd5c;
font-size: 22px;
 display:none;
float: left;
margin-top: -14px;
margin-left: 46%;
}

.service_tabs ul li img{
	margin-right:20px;
}
.tabs_content{
	display:none;
	float:left;
	padding:10px;
	box-sizing:border-box;
	width: 99%;
margin-left: 7px;
margin-bottom:20px;
	
}
#traning{
	border:2px solid #00adf2;
}
#consultuing{
	border:2px solid #f1db1f;
}
#outsourcing{
	border:2px solid #41dd5c;
}


/* extra styles */
 .mb-20{
     margin-bottom: 20px;
 }
 .mb-10{
	 margin-bottom: 10px;
	 margin-top: 10px;
 }
 .enquiry-now{
     position: fixed;
    right: 0px;
    top: 80%;
    transform: translateY(-50%);
    background-color: #ff0000;
    color: #fff;
    cursor: pointer;
     
    height: 175px;
width: 40px;
 }
 .enquiry-now h2{
	writing-mode: vertical-rl;
	padding: 5px 10px;
	font-size: 20px;
	-ms-writing-mode: tb-rl;
}
 h4.cources{
   display:inline-block;
    position: relative;
    padding-bottom: 10px;
    font-size: 13px;
	margin-bottom:22px;
	font-weight:600;
	color:#333;
	clear:left;
}
h4.cources::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #333333;
    bottom: 0;
    left: 0;
}
h4.cources::after{
    content: "";
    position: absolute;
    width: 30%;
    height: 2px;
    background-color:#00adf2;
    bottom: 0px;
    left: 0;
}
h4.cources i{
	    color: #00adf2;
    margin-right: 2px;
}
.panel-body ul{
	list-style:none;
	margin:0 0 0px 0;
	padding:0;
}
.panel-body ul.martop{
	margin:-10px 0 0 10px;
}
.panel-body ul li{
	margin:0 0 12px 0;
	padding:0;
	font-size:13px;
	color:#333;
	font-weight:400;
}
.panel-body ul li i{
	 
font-size: 10px;
    color: #000;
    float: left;
    margin: 4px 4px 0 0;
}
.panel-body ul li ul{
	    margin: 5px 0 0 14px;
		 
}
.panel-body ul li ul li i{
	    font-size: 14px;
    margin: 3px 5px 0 0;
}
.upcoming{
	width:100%;
	float:left;
	height:80px;
	background:#4b6775;
	border-radius:40px;
	margin-bottom:20px;
}
.service-img{
	width:100%;
	border:1px solid #ccc;
}
.services_main{
	text-align:left;
}
.services_main h3{
	margin:0 0 15px 0;
	padding:0;
}
.servicerow {
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	
}
.listpannel {
	width:100%;
	float:left;
}
 .listpannel ul{
	 width:50%;
	 float:left;
 }
 .bordercls{
	 padding-top:5px;
	 border-bottom:1px solid #ccc;
 }
.listpannel ul li {
    display: flex;
	line-height:26px;
}
.listpannel ul li i{
	margin-top:5px;
	margin-right:10px;
}
 .img-cls-right{
	 float:right;
	 margin-bottom:20px;
	 border:1px solid #ccc;
	 padding:5px;
	 margin-left:20px;
 }
 .img-cls-left{
	float:left;
	 width:350px;
	 border:1px solid #ccc;
	 padding:5px;
	 margin-right:20px;
 }
 .listpannel h4.cources{
	 margin-bottom:5px;
 }
 
 h2.h2cls{
	 font-size:18px;
	 color:#0188d2;
 }
  .eventpage{
	  width: 100%;
	  display: block;
	  
	  
  }
 
  .uplod{
	  width:162px;
	  height:30px;
	  float:right;
	  position:relative;
	  
  }
   .uplod input{
	   width:100%;
	    opacity:0;
	   height:30px;
	   z-index:999;
	   position:absolute;
	   left:0;
	   top:0;
	   cursor: pointer;
   }
  .eventpage .joblist{
	  width: 100%;
	  background: #fff;
	  padding:10px;
	  color: #666;
	  box-sizing: border-box;
	  float: left;
	  font-size: 12px;
	  -webkit-box-shadow: 0px 0px 5px 0px rgba(74,74,74,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(74,74,74,1);
box-shadow: 0px 0px 5px 0px rgba(74,74,74,1);
	  border-bottom: 5px solid #ecf0f5;
	  margin: 0 0 20px 0;
	  cursor: pointer;
  }
  .eventpage .joblist:hover{
	  border-bottom: 5px solid #3c8dbc;
  }
  .eventpage .joblist h2{
	  font-size: 18px;
	  font-weight: 400;
	  color: #333;
	  margin: 0 0 10px 0;
  }
  .eventpage .joblist h2 i{
	  color:#3c8dbc ;
	  margin: 0 0 0px 0;
  }
  .eventpage .joblist p{
	  margin: 0 0 10px 0px;
	  color: #333;

  }
  .eventpage .joblist p a{
	color: #333;
  }
  
  .eventpage .joblist .footercls{
	  padding: 0px 10px;
	  width: 100%;
	  float: left;
	  clear: both;
	  box-sizing: border-box;
  }
  .eventpage .joblist .footercls p{
	 
	  font-size: 10px;
	  color: #666;
	  margin: 0;
	  padding: 0;

  }
  .eventpage .joblist .footercls p i{
	  color: #999;
	  font-size: 12px;;
  }

  /* banner form */
  .banner-form{
	 
	width: 100%;
	background: rgb(255, 255, 255,0.8);
	color: rgb(110, 110, 110);
	padding:30px;
	width: 400px;
	border:1px solid #ccc;
	border-bottom:5px solid #ccc;
	z-index:999999;
  }
  .banner-form input,.banner-form textarea{
	border-radius: 0px;
  }
  textarea{
	  resize: none;
  }
  .btn-send{
	border-radius: 0px;
	background: #00a0e1;
	color:#fff;
  }
  .btn-send:hover,.btn-send:focus,.btn-send:active{
	background: #00a0e1;
	color:#fff;
  }

 
  .contact-details h4{
	  text-transform: uppercase;
	  color: #037ccb;
  }

  /* form validation text */
  p[id*=Error]{
    color: red;
    margin-top: 40px;
    background: rgba(255, 255, 255,0.6);
    width: 80%;
    padding: 7px;
    display: none;
  }
  span[id*=Error]{
    color: red;
    width: 100%;
    padding: 7px;
    display: none;
  }
  .text-red{
	color: red;
  }


  /* ---------------------------------------------- modal box ------------------------------------ */
  /**

 */
.success-checkmark {
width: 80px;
height: 115px;
margin: 0 auto;
}
.success-checkmark .check-icon {
width: 80px;
height: 80px;
position: relative;
border-radius: 50%;
box-sizing: content-box;
border: 4px solid #4CAF50;
}
.success-checkmark .check-icon::before {
top: 3px;
left: -2px;
width: 30px;
transform-origin: 100% 50%;
border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
top: 0;
left: 30px;
width: 60px;
transform-origin: 0 50%;
border-radius: 0 100px 100px 0;
animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
content: '';
height: 100px;
position: absolute;
background: #FFFFFF;
transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
height: 5px;
background-color: #4CAF50;
display: block;
border-radius: 2px;
position: absolute;
z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
top: 46px;
left: 14px;
width: 25px;
transform: rotate(45deg);
animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
top: 38px;
right: 8px;
width: 47px;
transform: rotate(-45deg);
animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
top: -4px;
left: -4px;
z-index: 10;
width: 80px;
height: 80px;
border-radius: 50%;
position: absolute;
box-sizing: content-box;
border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
top: 8px;
width: 5px;
left: 26px;
z-index: 1;
height: 85px;
position: absolute;
transform: rotate(-45deg);
background-color: #FFFFFF;
}

@keyframes rotate-circle {
0% {
	transform: rotate(-45deg);
}
5% {
	transform: rotate(-45deg);
}
12% {
	transform: rotate(-405deg);
}
100% {
	transform: rotate(-405deg);
}
}
@keyframes icon-line-tip {
0% {
	width: 0;
	left: 1px;
	top: 19px;
}
54% {
	width: 0;
	left: 1px;
	top: 19px;
}
70% {
	width: 50px;
	left: -8px;
	top: 37px;
}
84% {
	width: 17px;
	left: 21px;
	top: 48px;
}
100% {
	width: 25px;
	left: 14px;
	top: 45px;
}
}
@keyframes icon-line-long {
0% {
	width: 0;
	right: 46px;
	top: 54px;
}
65% {
	width: 0;
	right: 46px;
	top: 54px;
}
84% {
	width: 55px;
	right: 0px;
	top: 35px;
}
100% {
	width: 47px;
	right: 8px;
	top: 38px;
}
}

.modal-header{
	border-bottom: none;
}

.submit{
	display: none;
}
.owl-prev{
    left: -20px;
    position: absolute;
}


/* date box */
.time-box{
	widows: 100%;
	height:100%;
	
	 background-size:cover;
	color:#fff;
	position:relative;
	
}

.month{
    color: #fff;
    font-size: 19px;
    margin-top: 10px;
    float: left;
     width: 100%;
	text-align: center;
 


}
.date{
color: #fff;
font-size: 18px;
width: 100%;
	text-align: center;
} 
.popimg{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	background-color: rgba(0, 0, 0, 0.8);
	text-align:center;
	z-index:999999999;
	display:none;
	cursor: crosshair;
}
.popimg img{
	padding:5px;
	background:#fff;
	margin-top:5%; 
	width:800px;
	
}
.comingsoon{
	float:right;
	color:red;
	margin-left:10px;
	display:none;
}
.inner-menu ul li.cominhover:hover span.comingsoon{
	display:block;
}

iframe{
	margin-bottom:10px;
	float:left;
}
.contentdiv{
	display:none;
}
.panel-heading a::before{
	content: " "!important;
}
.panel-title  a i{
	float:right;
	margin:0;
	padding:0;
	font-size:18px;
}
.rotatecls{
	transform: rotate(180deg) translateY(50%) !important;
	 
}
.panel-group{
	margin-bottom:5px!important;
}
.rc-anchor-container, .g-recaptcha, .g-recaptcha iframe{
	width:100%;
}
.enquiry-now{
    	z-index: 1;
}
.servicerow{
	margin: 0 15px 20px 0px !important;
}

.g-recaptcha div {
    width: 100% !important;
}
.g-recaptcha  .rc-anchor-pt, .rc-anchor-normal .rc-anchor-pt{
	display:none!important;
}
.rc-anchor-normal .rc-anchor-pt, .rc-anchor-invisible .rc-anchor-pt, .rc-anchor-compact .rc-anchor-pt{
	display:none !important;
}
.rc-anchor-container{
	width:100% !important;
}
.rc-anchor-normal-footer{
	float: right;
    padding-right: 25px;
}
.rc-anchor-normal {
    height: 74px;
    width: 100% !important;
}


.banner-form{
	width:100%;
}
.arrow-rotate{
    transform: rotate(180deg);
}
iframe {
    	float: none;
}
.panel-default > .panel-heading{
	position: relative;
}
.panel-title a i{
	position: absolute;
    right: 10px;
   	top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

@media screen and (max-width:480px){
	.uplod{
		padding-top:22px;
		float:none;
	}
	.company-name{
		margin-top: -35px !important;
        margin-bottom: 48px !important;
	}
	
	
	 
}
@media screen and (max-width: 992px) {
	#owl-demo .owl-controls{
		display:none!important;
	}
	.event-row .datebox{
		 
		text-align:center;
  
}
.date{
	color: #fff;
}
.month, .date{
	position:static;
	float:none;
	margin:0 0 5px 0;
}
.month{
	margin-bottom:8px;
	display:block;
	margin-top: 5px!important;
	
}
}

@media screen and (min-width:767px) and (max-width:991px){
	.left-panel ul li a img{
		margin: 0px auto;
    		display: block;
		float:none;
	}
	.left-panel ul li a span {
    		float: none;
    		margin-left: 0px;
       		width: 100%;
    		display: block;
    		text-align: center;
	}
}
@media screen and (max-width:991px){
    .img-cls-right{
		float:none;
		display:inline;
	}
}

@media screen and (max-width: 620px) {
	.event-row .datebox{
		width:25%;
	}
	.event-box{
		width:75%;
	}
}
.carousel-indicators{
	display: none;
}
.phonesvg{
	width: 28px;
	margin-left: 10px;
}
.contcls{
	background: #efefef;
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	height: 250px;
	margin: 0 0 20px 0;
	padding: 20px;
	box-sizing: border-box;
}
.fontitacls, .loccls{
	font-style: italic;
}