/*header-style*/

.top-bar{
    background:#082448 !important;
}

.top-bar a{
	color:#fff;
	margin-left:10px;
}

.top-bar i{
	color:#fff;
	margin-top:15px;
}

.top-bar ul.top-bar-nav {
	display:flex;
}

.top-bar ul li.address{
	margin-right:8px;
	margin-top:5px;
}

.top-bar a.btn-main{
	margin-top:5px;
}

.social {
	display:flex;
	justify-content:flex-end !important;
}

.logo {
	width:240px;
}

.main-demo{
	padding-bottom:150px;
}

.main-demo .single-item {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 30px;
}

.main-demo .image {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    transition: 10s ease;
}

.main-demo .image a {
    position: relative;
    height: 400px;
    display: block;
}

.main-demo .single-item .lower-content {
    position: relative;
    padding: 23px 0px 17px 0px;
}

.main-demo .single-item .lower-content h5 a {
    color: #141417;
}

.main-demo .image:hover {
    background-position: bottom center;
}

.contact-us-wrapper strong{
	font-weight:900;
}

img.office{
	margin-top:-50px;
}

.contact-us-wrapper ul.social{
	display:flex;
}

.contact-us-wrapper ul.social li{
	padding-left:15px;
}

.slide--headline {
    background-color:#082448;
    padding: 50px;
    border-radius: 10px;
}

.slide--headline h5.avail{
	color:#fff;
	text-align:center;
}

.slide--headline .btn-main{
	width:inherit;
}

.form-control{
	margin-bottom:15px;
}

.mob-ser-we-offer{
	margin-bottom:100px;
}

.mob-ser-we-offer h3{
	text-align:center;
}

.mob-ser-we-offer img{
	width:50px;
}

.technology-section img{
	width:50px;
}

.circle-chart {
  width: 150px;
  height: 150px;
}

.circle-chart__circle {
  stroke: #00acc1;
  stroke-width: 2;
  stroke-linecap: square;
  fill: none;
  animation: circle-chart-fill 2s reverse; /* 1 */ 
  transform: rotate(-90deg); /* 2, 3 */
  transform-origin: center; /* 4 */
}

/**
 * 1. Rotate by -90 degree to make the starting point of the
 *    stroke the top of the circle.
 * 2. Scaling mirrors the circle to make the stroke move right
 *    to mark a positive chart value.
 * 3. Using CSS transforms on SVG elements is not supported by Internet Explorer
 *    and Edge, use the transform attribute directly on the SVG element as a
 * .  workaround.
 */

.circle-chart__circle--negative {
  transform: rotate(-90deg) scale(1,-1); /* 1, 2, 3 */
}

.circle-chart__background {
  stroke: #efefef;
  stroke-width: 2;
  fill: none; 
}

.circle-chart__info {
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  transform: translateY(0.3em);
}

.circle-chart__percent {
  alignment-baseline: central;
  text-anchor: middle;
  font-size: 8px;
}

.circle-chart__subline {
    alignment-baseline: central;
    text-anchor: middle;
    font-size: 3px;
}

.success-stroke {
    stroke: #082448 !important;
}

.warning-stroke {
  stroke: #ffbb33;
}

.danger-stroke {
  stroke: #ff4444;
}

@keyframes circle-chart-fill {
  to { stroke-dasharray: 0 100; }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.skills{
  color: black;
}

.skills p{
  font-size:20px;
  font-weight:600;
}

.skills_section{
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.skill-head{
  margin: 80px 0;
}

.skill-head h3{
  font-size: 32px;
  font-weight: 700;
}


.skill-head p{
  margin-bottom: 10px;
}

.skills-area {
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
}

.single-skill {
  width: 25%;
  margin-bottom: 80px;
}

.success-stroke {
  stroke: rgb(129, 86, 252);
}

.circle-chart__background {
  stroke: #e7e7e7;
  stroke-width: 1;
}

.about-section{
    margin-bottom:100px;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

	.skill-head {
		margin: 50px 0;
	}	

	.skill-head h1 {
		font-size: 30px;
	}

	.skill-icon {
		width: 50%;
	}
	
	.skill-icon i {
		font-size: 70px;
	}

	.single-skill {
		width: 50%;
	}

	.circle-chart {
		width: 130px;
		height: 130px;
	}
}

.featured-section{
	margin-bottom:70px;
}

ul.nav-tabs li.nav-item{
	background:#f7941d;
}

ul.nav-tabs li.nav-item a{
  color:#fff;
}

table{
	width:100%;
}

table th{
	text-align:center !important;
	background:#082448;
	color:#fff;
	font-size:22px;
}

table th,td{
	border:2px solid #000;
	padding:10px 20px;
	text-align:justify;
}

.bg-dark{
	background:#082448 !important;
}

.bg-dark .more-discription li{
	list-style-image: url(../images/check.png);
}

.bg-theme .more-discription li{
	list-style-image: url(../images/check.png);
}

.contact-page-title{
	position:relative;
	padding: 75px 0;
    background-image: url(../images/contactus-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}

.contact-page-title::before {
    background: #000000a3;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
}

.about-clients{
	margin-bottom:70px;
}

table.MsoTableLightListAccent3 th{
    background:#f7941d;
    color:#000;
    font-size:20px;
}

#tsum-tabs h3 {
  padding: 50px 0;
  font-weight: 400;
  text-align: center;
}

#tsum-tabs h4{
  font-weight:500;
  color:#f7941d;  
}

#tsum-tabs p {
  margin: 0 0 20px;
  line-height: 1.5;
  color:#fff;
}

#tsum-tabs main {
  min-width: 320px;
  max-width: 1105px;
  padding: 15px;
  margin: 0 auto;
  background: #082448;
}

#tsum-tabs section {
  display: none;
  padding: 25px 0 50px;
  border-top: 1px solid #ddd;
}

#tsum-tabs input {
  display: none;
}

#tsum-tabs label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border: 1px solid transparent;
}

#tsum-tabs label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
  color:#fff;
}

#tsum-tabs label[for*='1']:before { content: '\f0eb'; }
#tsum-tabs label[for*='2']:before { content: '\f044'; }
#tsum-tabs label[for*='3']:before { content: '\f121'; }
#tsum-tabs label[for*='4']:before { content: '\f188'; }
#tsum-tabs label[for*='5']:before { content: '\f085'; }

#tsum-tabs label:hover {
  color: #fff;
  cursor: pointer;
}

#tsum-tabs input:checked + label {
  color: #fff;
  border: 1px solid #ddd;
  background:#f7941d;
}

#tsum-tabs #tab1:checked ~ #content1,
#tsum-tabs #tab2:checked ~ #content2,
#tsum-tabs #tab3:checked ~ #content3,
#tsum-tabs #tab4:checked ~ #content4,
#tsum-tabs #tab5:checked ~ #content5 {
  display: block;
}

@media screen and (max-width: 650px) {
  #tsum-tabs label {
    font-size: 0;
  }
  #tsum-tabs label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  #tsum-tabs label {
    padding: 15px;
  }
}

@media screen and (max-width: 600px) {
	.top-bar ul li.address{
		display:none !important;
	}
	.social{
	    justify-content:space-evenly !important;
    }
    .banner-image-slider .owl-dots .owl-dot{
        margin-right:5px;
    }
    .banner-image-slider .owl-dots .owl-dot span{
        margin-top:-5px;
    }
    .about-banner table{
        margin-bottom:100px;
    }
    img.service-image{
        width:300px !important;
        height:200px !important;
    }
    table.dataTable {
       display: block;
       overflow-x: auto;
       white-space: nowrap;
       width:100%!important;
    }
    ul#mob-serv-ul li.nav-item{
       border-radius:0px !important;
    }
}