body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
div,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	font-family: "Open Sans", sans-serif !important;
	color: #444;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.values {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.values2 {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	text-align: center;
	padding: 5px;
}

.values li {
	width: 33.333%;
	text-align: center;
	padding: 10px;
}

.values li i {
	font-size: 46px;
	color: #f7941d;
	margin-bottom: 10px;
}

.values2 i {
	font-size: 46px;
	color: #f7941d;
	margin-bottom: 10px;
}

.value_box {
	border: #499c4acc 1px solid;
	padding: 15px;
	height: 455px;
}

.value_box2 {
	border: #499c4acc 1px solid;
	padding: 10px;
	margin-bottom: 10px;
	height: 333px;
}

.value_box_aboutus {
	border: #499c4acc 1px solid;
	padding: 15px;
	height: 306px;
}

.value_box p {
	text-align: justify;
}

.value_box2 p {
	text-align: justify;
}

a {
	color: #17261b;
	-webkit-transition: all .15s ease-in;
	-moz-transition: all .15s ease-in;
	-ms-transition: all .15s ease-in;
	-o-transition: all .15s ease-in;
	transition: all .15s ease-in;
}

a:hover {
	text-decoration: none;
	color: #fbd001;
}

h1 {
	font: 600 26px 'Roboto', sans-serif;
	color: #000;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h2 {
	font: 600 26px 'Roboto', sans-serif;
	color: #000;
	margin-bottom: 10px;
	/*text-transform: uppercase;*/
}

h3 {
	font: 500 20px 'Roboto', sans-serif;
	color: #000;
	margin-bottom: 10px;
	font-weight: 600;
}

h4 {
	font: 500 20px 'Roboto', sans-serif;
	color: #000;
	margin-bottom: 10px;
	font-weight: 600;
}

h5 {
	font: 500 18px 'Roboto', sans-serif;
	color: #000;
	margin-bottom: 10px;
}

h6 {
	font: 700 16px 'Roboto', sans-serif;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
}

p {
	padding-bottom: 10px;
}

.container {
	width: 1315px;
	max-width: 100%;
}

.yello {
	color: #ffc001;
}

h2.big {
	text-transform: uppercase;
	margin-bottom: 0;
}

.mb_20 {
	margin-bottom: 20px;
}

.mt_15 {
	margin-top: 20px;
}

/* Header

---------------------------------------------------------------------- */
.call_for_demo {
	position: fixed;
	right: -132px;
	top: 85%;
	z-index: 99999;
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}

.call_for_demo:hover {
	right: 0px;
}

.call_for_demo i {
	background-color: #ff9900;
	width: 36px;
	height: 37px;
	-webkit-border-radius: 4px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius: 4px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-radius: 4px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	float: left;
	margin-right: 10px;
	font-size: 24px;
}

.call_for_demo span {
	background-color: #fff;
	line-height: 35px;
	float: right;
	-webkit-border-radius: 4px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius: 4px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-radius: 4px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	padding-right: 10px;
	color: #ff9900;
	font-weight: 700;

}

.call_for_demo p {
	padding-bottom: 0px;
	margin-left: 35px;
	font-weight: 700;
}


/*.left_tabs{ position:fixed; z-index:-9;}*/
.top_header {
	background-color: #00afe9;
	width: 100%;
}

.header_left {
	float: left;
}

.header_left ul {
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;
}

.header_left ul li {
	float: left;
	padding: 0 10px 0 0;
	border-right: 1px solid #12357d;
	margin: 0 10px 0 0;
}

.header_left ul li a {
	color: #fff;
	font-size: 13px;
	line-height: 28px;
}

.header_left ul li i {
	padding-right: 5px;
	color: #fff;
}

.heder_right {
	float: right;
}

.heder_right ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.heder_right li {
	float: left;
}

.heder_right li a {
	float: left;
	color: #fff;
	line-height: 28px;
	padding-left: 15px;
	font-size: 13px;
}

.heder_right li a i {
	margin-right: 7px;
}

/* navigation

---------------------------------------------------------------------- */

.navigation_bar {
	width: 100%;
	float: left;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #ccc;
}

.logo {
	float: left;
	padding: 3px 0 7px 0;
	width: 140px;
}

.navigation {
	display: inline-block;
	/* margin-right: 100px;  */

	padding-top: 25px;
	float: right;
}

.blue {
	background-color: #00afe9;
	color: #fff !important;
	border-radius: 0px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#cssmenu ul li.drop_down ul {
	width: 1140px;
	background-color: #00afe9;
	margin-left: -560px;
	padding: 15px 0px 0 0;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	z-index: 9999;
}

#cssmenu ul li.drop_serv ul {
	width: 922px;
	background-color: #00afe9;
	margin-left: -620px;
	padding: 15px 0px 0 0;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

#cssmenu ul li.drop_down_2 ul {
	width: 1140px;
	background-color: #00afe9;
	margin-left: -403px;
	padding: 15px 0px 0 0;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

#cssmenu ul li.drop_down ul li {
	width: 25%;
	float: left;
	padding: 0 30px;
}

#cssmenu ul li.drop_down ul p {
	width: 25%;
	float: left;
	padding: 0 0px 0 20px;
}

#cssmenu ul li.drop_down ul p a {
	color: #fff;
	line-height: 20px;
	padding: 8px 0;
	display: block;
}

#cssmenu ul li.drop_down ul p a:before {
	content: "\f061";
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 10px;
	margin-right: 5px;
	margin-top: -1px;
	float: left;
}

#cssmenu ul li.drop_down ul li a:before {
	content: "\f105";
	font-family: 'FontAwesome';
	padding-right: 5px;
}

#cssmenu>ul>li.drop_down>ul>li a:first-child:before {
	content: "";
	padding-right: 0px;
}

#cssmenu ul li.drop_down ul li a:hover::before {
	text-decoration: inherit !important;
}

#cssmenu ul li.drop_down ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#cssmenu ul li.drop_down ul li a {
	float: left;
	width: 100%;
	color: #fff;
	padding-left: 0px;
	transition: all .15s ease-in;
	line-height: 15px;
}

#cssmenu>ul>li.drop_down>ul>li a:first-child {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: 700;
}

#cssmenu ul li.drop_down ul li a:nth-child(5) {
	border-bottom: 0px;
}

#cssmenu ul li.drop_down ul li:last-child {
	width: 100%;
	float: left;
	padding: 0 30px;
	background-color: #f9f9f9;
}

.nav_bottom {
	display: flex;
	flex-wrap: wrap;
	float: left;
	width: 100%;
	background-color: #f9f9f9;
	padding: 10px 0;
}

.nav_bottom img {
	float: left;
	padding: 0 15px;
}

.ccr-main-section {
	float: left;
	width: 100%;
}

/*================New CSS For Product ===============*/

/* Previous width=610%    */

#cssmenu .drop ul {
	width: 799%;
	margin-left: -335px;
	background-color: #00afe9;
	padding: 15px 0px 0 0;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

#cssmenu .drop ul li {
	width: 50%;
	float: left;
	padding: 0 20px;
}

#cssmenu .drop ul p {
	float: left;
	padding: 0 0px 0 20px;
}

#cssmenu .drop ul p a {
	color: #fff;
	line-height: 20px;
	padding: 8px 0;
	display: block;
}

#cssmenu .drop ul p a:before {
	content: "\f061";
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 10px;
	margin-right: 5px;
	margin-top: -1px;
	float: left;
}

#cssmenu .drop ul li a:before {
	content: "\f105";
	font-family: 'FontAwesome';
	padding-right: 5px;
}

#cssmenu .drop>ul>li a:first-child:before {
	content: "";
	padding-right: 0px;
}

#cssmenu .drop ul li a:hover::before {
	text-decoration: inherit !important;
}

#cssmenu .drop ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#cssmenu .drop ul li a {
	float: left;
	width: 100%;
	color: #fff;
	padding-left: 0px;
	transition: all .15s ease-in;
	line-height: 15px;
}

#cssmenu .drop>ul>li a:first-child {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: 700;
}

#cssmenu .drop ul li a:nth-child(5) {
	border-bottom: 0px;
}

#cssmenu .drop ul li:last-child {
	width: 100%;
	float: left;
	padding: 0 30px;
	background-color: #f9f9f9;
}

.nav_btm {
	display: flex;
	flex-wrap: wrap;
	float: left;
	width: 100%;
	background-color: #f9f9f9;
	padding: 10px 28px;
	border-radius: 0 0 10px 10px;
	margin-top: 15px;
}

.nav_btm img {
	float: left;
	padding: 0 10px;
}

/*-------------------Text Animation --------------------



h1 {

  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;

  font-size: 22px;

  padding: 80px 50px;

  text-align: center;

  text-transform: uppercase;

  text-rendering: optimizeLegibility;

  

&.insetshadow {

    color: #202020;

    background-color: #2d2d2d;

    letter-spacing: .1em;

    text-shadow: 

      -1px -1px 1px #111, 

      2px 2px 1px #363636;

  }

}   



 span {

  font: 700 4em/1 "Oswald", sans-serif;

  letter-spacing: 0;

  padding: .25em 0 .325em;

  display: block;

  margin: 0 auto;

  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);

  /* Clip Background Image *

  background: url(http://f.cl.ly/items/010q3E1u3p2Q0j1L1S1o/animated_text_fill.png) repeat-y;

  -webkit-background-clip: text;

  background-clip: text;

  /* Animate Background Image *

  -webkit-text-fill-color: transparent;

  -webkit-animation: aitf 80s linear infinite;

  /* Activate hardware acceleration for smoother animations *

  -webkit-transform: translate3d(0, 0, 0);

  -webkit-backface-visibility: hidden;

}



/* Animate Background Image *

@-webkit-keyframes aitf {

  0% {

    background-position: 0% 50%;

  }

  100% {

    background-position: 100% 50%;

  }

}


/* about us section

---------------------------------------------------------------------- */

.ccr-main-section {
	float: left;
	width: 100%;
}

#main_header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	right: 0px;
	padding: 1px 0;
}

.ccr_about {
	background-color: rgba(243, 243, 243, 0.8);
	padding: 30px 0;
	text-align: left;
	float: left;
	width: 100%;
}

.read_more {
	background-color: #ff8515;
	color: #fff;
	margin: 20px auto;
	border-radius: 0px;
	font-size: 16px;
	padding: 5px 20px;
	text-transform: uppercase;
	line-height: 33px;
	width: 100%;
}

.right_btn {
	float: right;
	width: 15%;
}

.about_us {
	float: left;
	width: 80%;
}

.about_us p {
	padding: 0 40px 0 0px;
}

.read_more:hover {
	background-color: #00afe9;
	color: #fff;
}

/* parallax-window

---------------------------------------------------------------------- */

.parallax-window {
	background: transparent;
	padding: 70px 0 20px 0;
	text-align: center;
	float: left;
	width: 100%;
}

.parallax-window h2 {
	color: #fff;
}

.border_box {
	border: 1px solid #ddd;
	padding: 30px;
	width: 100%;
	text-align: center;
}

.border_box img {
	padding-bottom: 15px;
}

.border_box p {
	color: #fff;
	font-size: 13px;
}

.read_more_y {
	background-color: #fbd001;
	color: #000;
	border-radius: 0px;
	margin: 0px auto;
	margin-top: 10px;
}

.read_more_y:hover {
	background-color: #e1ba00;
	color: #000;
}

* services_School ---------------------------------------------------------------------- */ .service_boxsch {
	min-height: 430px;
}

.service_boxsch h4 {
	margin-top: 8px;
}

.service_boxsch p {
	font-family: "Open Sans", sans-serif !important;
	margin-top: 8px;
	font-size: 18px;
	font-weight: 300;
}

.service_boxsch ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.service_boxsch ul li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	display: inline-block;
	padding-right: 5px;
	vertical-align: middle;
	font-weight: 900;
	float: left;
	color: #014164;
}

.service_boxsch ul li {
	font-weight: 300;
	padding: 5px 0;
}

.service_boxsch:hover {
	-webkit-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 0px 6px 5px rgba(0, 175, 233, 0.18);
}

.card_box {
	padding: 15px;
}

.service_boxsch {
	padding: 30px 20px;
	background-color: #fff;
	margin: 15px 0;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.06);
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	min-height: 130px;
	display: inline-block;
	width: 95%;
	margin: 0 auto;
	border: 1px solid #ddd;
	padding-bottom: 15px;
	box-shadow: 5px 10px 20px rgba(113, 112, 255, 0.44) inset;
}

/* services

---------------------------------------------------------------------- */

.ccr_section {
	width: 100%;
	padding: 35px 0 0 0;
}

.serices_box {
	background-color: #f5f5f5;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.21);
	-moz-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.21);
	box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.21);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 100%;
	text-align: center;
	padding: 35px 30px;
	margin-bottom: 30px;
}

.serices_box a {
	background-color: #999;
	padding: 10px;
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.serices_box h6 {
	color: #000;
}

.serices_box:hover a {
	background-color: #fbd001;
}

.serices_box:hover {
	cursor: pointer;
}

.serices_box p {
	font-size: 13px;
}

.serices_box .sr_more {
	background-color: #222;
	border-radius: 0px;
	padding: 0px 20px;
	line-height: 33px;
	margin-top: 10px;
	color: #fff;
	margin-bottom: 0px;
}

.serices_box:hover .sr_more {
	background-color: #999999;
	color: #fff;
}

/* form section







---------------------------------------------------------------------- */

.parallax-window_1 {
	background: transparent;
	padding: 40px 0 40px 0;
}

.testimonial {
	text-align: center;
	padding: 15px 20px;
	border: 1px solid #ddd;
	width: 100%;
}

.testimonial h2 {
	padding-bottom: 10px;
	color: #fff;
}

.testimonial h5 {
	font-weight: 600;
	font-size: 14px;
	color: #fff;
}

.testimonial img {
	margin: 0 auto;
	padding-bottom: 20px;
}

.testimonial p {
	color: #fff;
}

.bottom_test {
	background-color: #fff;
	width: 100%;
	margin: 26px 0;
}

.bottom_test p {
	color: #000;
	font-size: 13px;
	padding-bottom: 0px;
	padding: 8px;
}

.carousel-control.left {
	background-image: none;
}

.carousel-control.right {
	background-image: none;
}

/* form

---------------------------------------------------------------------- */

.testimonial .form-control {
	height: 32px;
	border-radius: 0px;
}

.testimonial .form-horizontal .control-label {
	text-align: left;
	font-weight: 400;
	color: #fff;
}

label span {
	color: #fbd001;
	font-weight: 600;
}

/* clients

---------------------------------------------------------------------- */



.title_bar {
	font: 600 26px 'Roboto', sans-serif;
	color: #000;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.ccr-section {
	padding: 30px 0;
	text-align: center;
	display: inline-block;
	width: 100%;
}

/* ccr-footer

---------------------------------------------------------------------- */

.ccr_footer {
	background-color: #01a2d8;
	padding: 0px 0 0px 0;
	float: left;
	width: 100%;
	z-index: 9999;
	position: relative;
}

.ccr_footer h4 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	line-height: 30px;
	margin: 20px 0 0px 0;
}

.ccr_footer ul {
	margin: 0px 0 0px 0;
	padding: 0px;
	list-style: none;
}

.ccr_footer li {
	margin: 0px;
	padding: 0px;
	display: block;
	line-height: 26px;
	background-image: none;
}

.ccr_footer li a {
	margin: 0px;
	padding: 0px;
	display: block;
	color: #c6d3f0;
	line-height: 24px;
	outline: 0;
	font-size: 13px;
}

.ccr_footer li a:hover {
	color: #fff;
}

.footer-top {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	float: left;
	width: 100%;
}

.fot-logo {
	float: left;
	padding: 25px 0;
}

.fot-logo img {
	margin: 10px 0 30px 0;
}

.foter-social {
	display: block;
}

.foter-social .title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	color: #fff;
}

.foter-social ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	float: left;
	width: 100%;
	padding-top: 10px;
}

.foter-social li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	float: left;
	background-image: none;
}

.foter-social li a {
	margin: 0px;
	padding: 0 10px;
	display: inline-block;
	float: left;
	color: #fff;
	line-height: 37px;
	font-size: 18px;
	outline: 0;
}

.foter-social li:first-child a {
	padding-left: 0px;
}

.fot-company {
	float: left;
	width: 100%;
	padding: 25px 0;
}

.fot-services {
	float: left;
	width: 100%;
	padding: 25px 0;
}

.fot-training {
	float: left;
	width: 100%;
	padding: 25px 0;
}

.fot-contact {
	float: left;
	width: 100%;
	padding: 25px 0;
}

.fot-contact p {
	color: #fff;
	padding: 5px 0;
	margin: 0px;
	line-height: 18px;
	text-align: left;
	font-size: 13px;
}

.fot-contact p a {
	color: #fff;
	outline: 0;
}

.fot-contact p a:hover {
	color: #fff;
	text-decoration: underline;
}

.fot-contact p i {
	color: #fff;
	font-size: 15px;
	margin: 0 10px 0 0;
	padding: 5px 0 3px 0;
}

.fot-bot {
	border-top: solid 1px #555;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	float: left;
	width: 100%;
}

.copyright {
	line-height: 53px;
	font-size: 12px;
	color: #fff;
	float: left;
	width: 50%;
	text-align: left;
}

.design {
	line-height: 53px;
	font-size: 12px;
	color: #fff;
	float: left;
	width: 50%;
	text-align: right;
}

.design a {
	color: #fff;
	outline: 0;
}

.design a:hover {
	color: #fff;
	text-decoration: underline;
}

.bottom_footer {
	float: left;
	width: 100%;
	text-align: center;
	padding: 7px 0;
	background-color: #0379a0;
}

.bottom_left {
	float: left;
}

.bottom_right {
	display: inline-block;
	width: 100%;
	color: #fff;
	line-height: 30px;
	font-size: 13px;
}

/* inner page css

---------------------------------------------------------------------- */

.ccr_content {
	padding: 30px 0;
}

.ccr_content p {
	text-align: justify;
}

.ser_cate {
	background-color: #f0f0f0;
	width: 100%;
	padding: 20px 0;
}

.box_categ {
	background-color: rgb(251, 208, 1);
	border-radius: 5px;
	color: rgb(255, 255, 255);
	float: left;
	font-size: 50px;
	height: 115px;
	line-height: 100px;
	text-align: center;
	width: 100%;
	border: 1px solid rgb(251, 208, 1);
}

.box_ryttext {
	float: right;
}

.back {
	background-color: #fff;
	margin: 12px 0;
	display: inline-block;
	padding: 15px 0 10px 0;
	min-height: 145px;
	border: 1px solid #ccc;
}

.back p {
	padding-bottom: 0px;
}

.breadcrumb {
	background-color: #eee;
	border-bottom: 1px dashed #ff8515;
	margin-bottom: 10px;
	border-radius: 0px;
}

.breadcrumb li.active a {
	color: #ff8515;
}

.breadcrumb li a {
	text-transform: uppercase;
}

.content_box {
	background-color: #fff;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	/*-webkit-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.26);

-moz-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.26);

box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.26);*/
}

.ccr-form-ttile {
	background: #222;
	border-left: 1px solid rgb(222, 222, 222);
	border-right: 1px solid rgb(222, 222, 222);
	border-top: 1px solid rgb(222, 222, 222);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	font-weight: 600;
	font-size: 19px;
	line-height: 23px;
	padding: 10px 12px;
	width: 100%;
}

.read_more_c {
	background-color: rgb(251, 208, 1);
	color: #fff;
	border-radius: 0px;
	margin: 0px auto;
	margin-top: 10px;
}

.read_more_c:hover {
	color: #fff;
	background-color: #000;
}

.ccr-form-ttile i {
	color: #fff;
	font-size: 22px;
	margin-right: 7px;
}

.carausel_innerbox {
	border-bottom: 1px solid rgb(222, 222, 222);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left: 1px solid rgb(222, 222, 222);
	border-right: 1px solid rgb(222, 222, 222);
	padding: 30px 20px;
	text-align: center;
}

.carausel_innerbox img {
	margin: 0 auto;
}

.vertical .carousel-inner {
	height: 100%;
}

.carousel.vertical .item {
	-webkit-transition: 0.6s ease-in-out top;
	-moz-transition: 0.6s ease-in-out top;
	-ms-transition: 0.6s ease-in-out top;
	-o-transition: 0.6s ease-in-out top;
	transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
	top: 0;
}

.carousel.vertical .next {
	top: 100%;
}

.carousel.vertical .prev {
	top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
	top: 0;
}

.carousel.vertical .active.left {
	top: -100%;
}

.carousel.vertical .active.right {
	top: 100%;
}

.carousel.vertical .item {
	left: 0;
}

.innner_left {
	margin-top: 30px;
}

.innner_right {
	margin-top: 30px;
}

.content_carausel {
	margin: 30px 0;
}

.mix a.photo img {
	transform: scale(1);
	transition: all 1s ease-in-out 0s;
}

.mix a.photo:hover img {
	animation: 1.5s ease 0s normal none 1 running flash;
	opacity: 1;
	transform: scale(1.3);
}

.mix a.photo:hover {
	cursor: pointer;
}

.client-box .mix a.photo img {
	transform: scale(1);
	transition: all 1s ease-in-out 0s;
}

.client-box .mix {
	overflow: hidden;
}

.client-box .mix a.photo:hover img {
	animation: 1.5s ease 0s normal none 1 running flash;
	opacity: 1;
	transform: scale(1.3);
}

/* Shine */

.client-box .mix figure {
	position: relative;
}

.client-box .mix figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.client-box .mix figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

@keyframes circle {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

.client-box .small_mix img {
	min-height: 100px !important
}

.small_mix {
	height: auto !important;
	padding: 15px;
}

.contact_us {
	width: 100%;
	float: left;
	padding: 10px 0;
	margin-bottom: 10px;
}

.contact_us i {
	width: 20px;
}

.small_mix img {
	width: auto !important;
}

h4.title {
	border-bottom: 1px dashed #ccc;
	color: rgb(238, 197, 0);
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 4px 0;
	text-transform: uppercase;
	width: 100%;
}

.form-horizontal .control-label {
	text-align: left;
}

.contact_usform {
	border: 1px dashed rgb(238, 197, 0);
	padding: 25px 15px 10px 15px;
	background-color: #f9f9f9;
}

.contact_usform label {
	font-weight: 600;
}

.read_more_2 {
	background-color: #1ea607;
	border-color: #1ea607;
	border-radius: 0;
	color: #ffffff;
	float: right;
	margin: 15px 5px 0 auto;
	padding: 5px 20px;
	text-transform: uppercase;
}

/*----------------------new css file------------------------*/

.navigation_bar .container {
	position: relative;
}

.request_quate {
	right: 0px;
	margin-right: 15px;
	top: 35px;
	text-align: center;
	z-index: 999;
}

.base a {
	color: #fff;
	font-size: 14px;
	text-align: left;
	margin: 0 auto;
	padding: 7px 25px;
	float: right;
	text-transform: uppercase;
}

.base {
	background: #ff9900 none repeat scroll 0 0;
	display: inline-block;
	margin-left: 0px;
	margin-top: 0px;
	position: relative;
	z-index: 9999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.base .modal-body {
	text-align: left;
}

.mar_gin {
	margin-top: 27px;
	float: right;
	margin-left: 5px;
	margin-right: -30px;
}

.ccr_sectionmain {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px 0;
}

.ccr_sectionmain h2 {
	margin-bottom: 20px;
}

.ccr_sectionmain .carousel-indicators .active {
	background-color: #ff8515;
}

.ccr_sectionmain .carousel-indicators li {
	background-color: #333;
	height: 12px;
	width: 12px;
	border-radius: 0px;
}

.service_box {
	display: inline-block;
	width: 90%;
	margin: 0 auto;
	border: 1px solid #ddd;
	padding-bottom: 15px;
}

.nbs-crousal-item {
	display: flex;
	flex-wrap: wrap;
}

.service_box p {
	padding: 0 10px;
	text-align: justify;
}

.ccr_sectionmain .carousel-indicators {
	bottom: -50px;
}

.service_box a.read_more_new {
	padding-top: 15px;
	text-transform: uppercase;
	color: #ff8515;
	font-weight: 700;
	display: inline-block;
}

.service_box img {
	filter: grayscale(0%);
}

.service_box a:hover img {
	filter: grayscale(100%);
}

.service_box h4 {
	font-weight: 350;
	margin-top: 15px;
	font-size: 22px;
	text-transform: uppercase;
	border-bottom: 1px solid #00a8ff;
	display: inline-block;
}

h4 {
	font: 500 20px 'Roboto', sans-serif;
	color: #000;
	margin-bottom: 10px;
	font-weight: 600;
}

.service_box p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

.background {
	display: inline-block;
	background-image: url(../images/background.jpg);
	width: 100%;
	padding: 35px 0;
	background-repeat: repeat;
	float: left;
}

.technology {
	padding-top: 0px;
}

.technology p {
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
}

.technology {
	display: inline-block;
	width: 100%;
}

.technology ul {
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;
	display: flex;
	flex-wrap: wrap;
	margin: 10px -15px 0 -15px;
	border-top: 1px dashed #999;
	padding-top: 15px;
}

.technology li {
	width: 50%;
	float: left;
	padding: 20px 10px;
}

.tech_box {
	border: 1px solid #444;
	float: left;
	width: 100%;
	position: relative;
	height: 86px;
}

.tech_box a {
	float: left;
	width: 100px;
	height: 100px;
	background-color: #00afc8;
	position: absolute;
	left: -2px;
	top: -8px;
	padding: 20px 15px;
	margin-right: 10px;
	-webkit-transition: all .15s ease-in;
	-moz-transition: all .10s ease-in;
	-ms-transition: all .10s ease-in;
	-o-transition: all .10s ease-in;
	transition: all .10s ease-in;
}

.tech_box p {
	font-size: 13px;
	line-height: 19px;
	font-weight: 400;
	width: 60%;
	float: right;
	padding: 5px 0;
	overflow: hidden;
}

.tech_box:hover {
	box-shadow: 1px 0 25px #a2a2a2;
	border: 1px solid #ff8515;
}

.technology li:nth-child(2) .tech_box a {
	background-color: #27a87d;
}

.technology li:nth-child(3) .tech_box a {
	background-color: #052149;
}

.technology li:nth-child(4) .tech_box a {
	background-color: #c96c21;
}

.tech_box:hover a {
	background-color: #ff8515;
}

.technology li:nth-child(2):hover .tech_box a {
	background-color: #ff8515;
}

.technology li:nth-child(3):hover .tech_box a {
	background-color: #ff8515;
}

.technology li:nth-child(4):hover .tech_box a {
	background-color: #ff8515;
}

.tech_im {
	display: inline-block;
	width: 100%;
	padding-top: 20px;
}

.tech_im h2 {
	margin-bottom: 20px;
	padding-left: 30px;
}

.steps {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding-bottom: 50px;
}

.steps img {
	margin: 0 auto;
}

.client_section {
	background-image: url(../images/counter-back.webp);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: top center;
}

.top_footer {
	display: inline-block;
	width: 100%;
	float: left;
	background-color: #222;
	padding: 20px 0;
	z-index: 9999;
	position: relative;
}

.top_footer ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
	margin: 0 -10px;
	list-style: none;
}

.top_footer li {
	width: 33.333%;
	float: left;
	padding: 0 10px;
	text-align: center;
}

.top_footer li a {
	display: inline-block;
}

.top_footer li a span i {
	padding-right: 10px;
	font-size: 24px;
}

.top_footer li a {
	color: #fff;
	font-size: 24px;
}

.no_pad {
	padding: 0px;
}

.back_color {
	background-color: #0092c3;
}

.ccr_footer .container {
	display: flex;
	flex-wrap: wrap;
}

.foot_box {
	display: inline-block;
	padding: 20px 0 40px 0;
	width: 100%;
}

.f_box {
	display: inline-block;
	width: 100%;
	padding: 30px 0 0 0;
	text-align: center;
}

.f_box p {
	color: #fff;
}

.f_box span {
	color: #c6d3f0;
}

.f_box h4 {
	border-bottom: 1px solid #c6d3f0;
	padding-bottom: 8px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.iso_footer {
	display: inline-block;
	width: 100%;
	float: left;
	background-color: #0486b1;
	text-align: center;
	padding: 20px 0;
	margin-top: 15px;
}

.iso_footer h2 {
	margin-bottom: 0px;
	color: #fff;
	line-height: 30px;
}

.iso_footer p {
	color: #fff;
	padding-top: 5px;
}

.iso_footer ul {
	list-style: none;
	display: inline-block;
	width: 100%;
	color: #fff;
	float: left;
}

.iso_footer li {
	display: inline-block;
}

.iso_footer li a {
	width: 30px;
	height: 30px;
	text-align: center;
	color: #123683;
	font-size: 16px;
	background-color: #c6d3f0;
	padding: 5px;
	border-radius: 4px;
}

/* ----------------------tab section------------------- */

.ccr__tab_section .nav-tabs a {
	text-align: center;
	font-weight: 700;
	border: 0px;
}

.ccr__tab_section .nav-tabs a:hover {
	background-color: #fff;
	border-color: transparent;
}

.ccr__tab_section .nav-tabs a img {
	display: block;
	padding-bottom: 10px;
	margin: 0 auto;
	width: 60px;
}

.ccr__tab_section .nav-tabs a span {
	display: block;
	font-weight: 400;
}

.ccr__tab_section .nav-tabs>li {
	width: 14%;
}

.ccr__tab_section .tab-content {
	border: 1px solid #ddd;
	padding: 20px;
	background-color: #f6f6f6;
	margin-top: 26px;
}

.ccr__tab_section .nav-tabs {
	border-bottom: 0px;
}

.ccr__tab_section .nav-tabs>li.active>a,
.ccr__tab_section .nav-tabs>li.active>a:focus,
.ccr__tab_section .nav-tabs>li.active>a:hover {
	border: 0px;
}

.ccr__tab_section .nav>li>a:focus,
.ccr__tab_section .nav>li>a:hover {
	background-color: #fff;
}

.ccr__tab_section .nav-tabs li.active::before,
.ccr__tab_section .nav-tabs li.active::after,
.ccr__tab_section .panel-default>.panel-heading h4.active::before,
.ccr__tab_section .panel-default>.panel-heading h4.active::after {
	position: absolute;
	content: "";
	border-top: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 22px solid #ccc;
	border-left: 18px solid transparent;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -25px;
	z-index: 1;
	width: 0;
	background:
		transparent;
}

.ccr__tab_section .nav-tabs li.active::after {
	border-bottom-color: #f6f6f6;
	bottom: -27px;
}


.gray__back {
	background-color: #f5f5f5;
}

.serv__box {
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	text-align: center;

}


.serv__box img {
	display: block;
	margin: 0 auto;
	padding-bottom: 10px;
}

.sevr__img {
	padding: 0 30px;
}


/*-----------------------Home Pop Up css ----------*/

#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #26262c;
	display: none;
}

#boxes .window {
	position: absolute;
	left: 0;
	top: 0;
	width: 440px;
	height: 850px;
	display: none;
	z-index: 9999;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
}

.text-white {
	color: #fff !important;
}

#boxes #dialog {
	width: 450px;
	height: auto;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	font-size: 15pt;
}

.agree:hover {
	background-color: #D1D1D1;
}

.popupoption:hover {
	background-color: #D1D1D1;
	color: green;
}

.popupoption2:hover {
	color: red;
}

/*----------------------inner pages css----------------------*/

.inner_content {
	display: inline-block;
	float: left;
	padding: 35px 0;
	width: 100%;
}

.breadcrumb li a {
	font-size: 14px;
}

ul.list_squre_2 {
	list-style: none;
	margin: 15px 0;
	color: #ff8515;
	background-color: #f9f9f9;
	padding: 5px 20px;
}

ul.list_squre_2 li {
	padding: 7px 0px;
	border-bottom: 1px dashed #ddd;
}

ul.list_squre_2 li:last-child {
	border-bottom: 0px;
}

ul.list_squre_2 li img {
	margin-right: 10px;
}

ul.list_squre_2 li a {
	color: #333;
}

ul.list_squre_2 li a:hover {
	color: #000;
}

.box_inner {
	padding: 0 50px;
	display: inline-block;
	width: 100%;
}

.pad_bot {
	padding: 15px;
	overflow: hidden;
}

.pad_bot img {
	max-width: 100%;
	transition: all 0.3s ease 0s;
}

.pad_bot:hover img {
	transform: scale(1.1);
}

.separator {
	background-color: #e5eaec;
	height: 1px;
	max-width: 370px;
	padding: 0;
	position: relative;
	width: 100%;
	margin-bottom: 25px;
}

.separator_line {
	background-color: #fc0f09;
	height: 3px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -1px;
	width: 30px;
}

.inner_form {
	background-color: #f9f9f9;
	border: 1px solid #e3e3e3;
	float: left;
	margin-bottom: 20px;
	margin-right: 15px;
	margin-top: 5px;
	padding: 20px 10px;
	width: 100%;
}

.inner_form .form-group_1 {
	display: inline-block;
	float: left;
	margin: 10px 0;
	padding: 0 5px;
	width: 100%;
}

.inner_form .form-group {
	display: inline-block;
	float: left;
	margin: 8px 0;
	padding: 0 5px;
	width: 50%;
}

section {
	float: left;
	padding: 30px 0 10px;
	width: 100%;
}

.modal-content {
	text-align: left;
}

.modal-body .form-control {
	height: 45px;
	box-shadow: 1px 0 15px #dddddd;
}

.modal-content .modal-header {
	background-color: #123683;
	border-bottom: 5px solid #00afe9;
}

.modal-content .modal-header h5 {
	color: #fff;
}

button.close {
	color: #fff;
	opacity: .7;
}

button.close:hover {
	opacity: 1;
	color: #fff;
}

.checkbox-inline,
.radio-inline {
	font-size: 11px;
	font-weight: 300;
}

span.text-danger {
	font-weight: 300;
}

.modal-body textarea.form-control {
	height: auto;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
	z-index: 9999;
}

.in_box {
	float: left;
	width: 25%;
	padding: 20px;
	text-align: center;
}

.box_bor {
	border: 1px solid #fff;
	padding: 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.n2 {
	background-color: #00afe9;
}

.n3 {
	background-color: #00afe9;
}

.n4 {
	background-color: #00afe9;
}

#counter {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.box_bor h2 {
	margin-bottom: 15px;
	font-size: 40px;
}

.box_bor h4 {
	margin-top: 15px;
	font-weight: 400;
	color: #fff;
}

.box_bor i {
	color: #ff8515;
}

.counter-value {
	font-weight: 600;
	font-size: 30px;
	color: #fff;
}

.inner_banner {
	display: inline-block;
	float: left;
	width: 100%;
	position: relative;
}

.inner_banner .container {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
}

.banner_text {
	margin-top: 8%;
}

.banner_text h2 {
	color: #fff;
}

.banner_text p {
	color: #fff;
}

.banner_text .btn {
	margin-top: 20px;
}

.web_boxes {
	display: inline-block;
	width: 100%;
	border: 1px solid #ddd;
	padding: 20px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 30px;
	-webkit-box-shadow: 10px 10px 5px -6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 10px 10px 5px -6px rgba(0, 0, 0, 0.1);
	box-shadow: 10px 10px 5px -6px rgba(0, 0, 0, 0.1);
}

.web_boxes a.img_ci {
	background-color: #00afe9;
	height: 100px;
	width: 100px;
	display: inline-block;
	margin: 0 auto 20px;
	text-align: center;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	padding: 27px;
}

.web_boxes p {
	font-size: 13px;
	margin-bottom: 10px;
}

.web_boxes:hover {
	-webkit-box-shadow: 10px 10px 14px -8px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 10px 10px 14px -8px rgba(0, 0, 0, 0.18);
	box-shadow: 10px 10px 14px -8px rgba(0, 0, 0, 0.18);
}

.web_boxes:hover a {
	background-color: #ea7a12;
}

.center_heding {
	text-align: center;
	display: inline-block;
	width: 100%;
	padding-bottom: 30px;
}

.view_btn {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
}

.view_all {
	display: inline-block;
	margin: 0 auto;
	background-color: #ea7a12;
	color: #fff;
	text-align: center;
	padding: 10px 30px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.view_all:hover {
	color: #fff;
	background-color: #00afe9;
}

.web_boxes_2 {
	display: inline-block;
	width: 100%;
	border: 1px solid #ddd;
	padding: 20px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 30px;
	-webkit-box-shadow: 10px 10px 5px -6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 10px 10px 5px -6px rgba(0, 0, 0, 0.1);
	box-shadow: 10px 10px 5px -6px rgba(0, 0, 0, 0.1);
}

.web_boxes_2 a.img_ci {
	background-color: #eee;
	height: 100px;
	width: 100px;
	display: inline-block;
	margin: 0 auto 20px;
	text-align: center;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	padding: 20px 10px;
}

.web_boxes_2 p {
	font-size: 13px;
	margin-bottom: 10px;
}

.web_boxes_2:hover {
	-webkit-box-shadow: 10px 10px 14px -8px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 10px 10px 14px -8px rgba(0, 0, 0, 0.18);
	box-shadow: 10px 10px 14px -8px rgba(0, 0, 0, 0.18);
}

.web_boxes_2:hover a {
	background-color: #ddd;
}

.ccr_projects {
	display: inline-block;
	width: 100%;
}

.ccr_projects ul {
	list-style: none;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.ccr_projects li {
	float: left;
	width: 25%;
	padding: 10px;
	margin-top: 20px;
}

.ccr_projects li img {
	width: 100%;
	border: 10px solid #fff;
}

.pra {
	background-image: url(../images/background-pra.jpg);
	background-repeat: no-repeat;
	height: auto;
	padding: 40px 0;
	background-attachment: fixed;
	width: 100%;
	float: left;
	text-align: center;
}

.pra h2 {
	color: #fff;
}

.view_btn_2 {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 50px 0 30px 0;
	float: left;
}

.ccr_projects li a {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	display: inline-block;
	width: 100%;
	overflow: hidden;
}

.ccr_projects li a:hover {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
	cursor: pointer;
}

.btn-warning:focus,
.btn-warning:hover {
	background-color: #eb9316;
	background-position: 0 center;
}

.top_content {
	display: inline-block;
	width: 100%;
	float: left;
	background-color: #f9f9f9;
	padding: 35px 0;
}

.inn_right {
	float: right;
	width: 40%;
	padding-left: 50px;
}

.inn_left {
	float: left;
	width: 60%;
}

.list_next {
	padding: 10px 0;
	list-style: none;
}

.list_next li {
	padding: 4px 0;
}

.list_next li:before {
	content: "\f058";
	font-family: 'FontAwesome';
	padding-right: 5px;
	color: forestgreen;
	font-size: 20px;
	text-align: justify;
}

.read_more_2 {
	background-color: #ff8515;
	color: #fff;
	margin: 20px auto;
	border-radius: 0px;
	font-size: 16px;
	padding: 5px 20px;
	text-transform: uppercase;
	line-height: 33px;
	float: left;
	border: 0px;
}

.read_more_2:hover {
	background-color: #00afe9;
	color: #fff;
}

.mid_divider {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 35px 0;
}

.joomla_right {
	padding-left: 50px;
}

.form_field .form-control {
	border: 1px solid #7397cc;
	border-radius: 0;
	box-shadow: none;
	font-size: 13px;
	height: 40px;
	-webkit-box-shadow: 0 0 6px rgba(0, 102, 204, 0.2);
	-moz-box-shadow: 0 0 6px rgba(0, 102, 204, 0.2);
	box-shadow: 0 0 6px rgba(0, 102, 204, 0.2);
}

.form_field h5 {
	color: #00afe9;
	margin-bottom: 15px;
}

.form_field textarea.form-control {
	height: auto !important;
}

.form_field {
	border: 1px solid #eeeeee;
	margin: 20px 0 0;
	min-height: 400px;
	padding: 20px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	display: inline-block;
	;
	width: 100%;
}

.main_row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7px;
}

.btn_more {
	background-color: #ff8515;
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	margin-top: 15px;
	padding: 10px 35px;
	text-align: center;
	text-transform: uppercase;
}

.half_width {
	display: inline-block;
	float: left;
	padding: 0 10px;
	width: 50%;
}

.form_field .form-group {
	margin-bottom: 20px;
}

.ccr_clientale {
	float: left;
	width: 100%;
	padding: 45px 0;
	text-align: center;
	background-color: #fff;
}

.block-header {
	font-weight: 400;
}

.heading-orange {
	color: #ff8515;
}

.inner_nav {
	position: relative !important;
}

.darkHeader {
	background-color: #fff;
	position: fixed !important;
	top: 0px;
	padding: 5px 0 0 !important;
	left: 0;
	right: 0;
	/*-webkit-transition: all .15s ease-out;

	-moz-transition: all .20s ease-out;

	-ms-transition: all .20s ease-out;

	-o-transition: all .20s ease-out;

	transition: all .20s ease-out;

	behavior: 'smooth';*/

	transition: 0.8s;
	-webkit-transition: 0.8s;
	-webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, .21);
	-moz-box-shadow: 0 3px 0 0 rgba(0, 0, 0, .21);
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, .21);
}

.darkHeader_2 {
	position: fixed !important;
	top: 120px;
	z-index: 9;
	width: auto !important;
}

.nbs-clientele-ul {
	z-index: 1;
}

.darkHeader .navigation_bar {
	border-bottom: 0px !important;
}

.ccr_innerpage {
	padding: 10px 0;
	display: inline-block;
	float: left;
	width: 100%;
}

.left_tabs li {
	width: 100%;
}

.left_tabs li a {
	border: 1px solid #ddd !important;
	background-color: #f2f2f2;
	border-radius: 0px;
	margin-right: 0px;
	text-transform: uppercase;
}

.left_tabs li a:hover {
	color: #00afe9;
	padding-left: 20px;
}

.left_tabs li a:before {
	content: "\f101";
	font-family: 'FontAwesome';
	padding-right: 10px;
}

.title_barin {
	font-size: 18px;
	padding: 12px 15px;
	color: #fff;
	background-color: #00afe9;
	text-align: center;
	font-weight: 600;
}

/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{ border:0px;}*/





.media_object img {
	width: 141px;
	padding-right: 0px;
}

.media_object {
	padding-top: 30px;
}

.media_object .media {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.inner_carousel {
	display: inline-block;
	float: left;
	width: 100%;
	margin-top: 8px;
}

#clienteleDemo2 .service_box {
	text-align: left;
	width: 94%;
	padding: 0px !important;
}

#clienteleDemo2 .service_box img {
	margin-bottom: 20px;
}

#clienteleDemo2 .service_box p {
	font-weight: 400;
}

#clienteleDemo2 .service_box a.read_more_new {
	padding-left: 15px;
}

.partner_page {
	list-style: none;
	padding: 0px;
}

.partner_page li a {
	float: left;
	width: 100%;
	padding: 8px 11px;
}

.partner_page li.active a {
	background-color: #fff;
}

#myModalLabel {
	color: #fff;
}

.career_list li i {
	color: #faa61a;
	padding-right: 5px;
}

.career_list li {
	padding: 3px 0;
	line-height: 24px;
}

.career_list h5 {
	margin-bottom: 5px;
}

.career_data p {
	color: #444;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 24px;
}

.career_data h5 {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.inner_tab .panel-default>.panel-heading {
	background-color: #ff9900;
	background-image: none;
	color: #fff;
}

.inner_tab .panel-title>a::before {
	float: right !important;
	font-family: FontAwesome;
	content: "\f068";
	padding-right: 5px;
	margin-top: 7px;
	color: #fff;
}

.inner_tab .panel-title>a.collapsed:before {
	float: right !important;
	content: "\f067";
	color: #fff;
	margin-top: 7px;
}

.career_list {
	margin-bottom: 25px;
	list-style: none;
	padding: 0px;
}

.career_data {
	display: inline-block;
	padding-bottom: 15px;
	width: 100%;
	padding-left: 15px;
}

.panel-title a {
	font-size: 16px;
	text-decoration: none;
}

.panel-title a:hover {
	text-decoration: none;
	color: #fff;
}

.panel-heading h4 a.btn {
	padding: 0px;
	font-weight: 600;
	width: 100%;
	text-align: left;
}

.panel-heading h4 a.btn:after {
	font-family: "FontAwesome";
	content: "\f068";
	float: right;
	/*	font-weight: 900;*/

}

.panel-heading h4 a.btn.collapsed:after {
	font-family: "FontAwesome";
	content: "\f067";
	float: right;
	/*	font-weight: 900;*/

}

.contact_box h4 {
	background-color: #ddd;
	padding: 10px 15px;
	font-size: 14px;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 0px;
}

.contact_box .media i {
	padding-right: 10px;
}

.contact_box .media {
	border: 1px solid #ddd;
	padding: 10px 15px;
	margin: 0px;
}

.contact_form {
	border: 1px solid #ddd;
	padding: 13px;
}

.contact_box {
	margin-bottom: 30px;
}

.left_tabs {
	width: 100%;
	height: 400px;
	/* overflow-y: scroll; */
	scrollbar-color: #00afe9 #eee;
}

.nav_bottom {
	display: flex;
	flex-wrap: wrap;
	float: left;
	width: 100%;
	background-color: #f9f9f9;
	padding: 10px 0;
	width: 100% !important;
	margin-top: 15px;
}

.menu-mobile {
	display: none;
	padding: 14px;
}

.menu-mobile:after {
	content: "\f0c9";
	font-family: "FontAwesome";
	font-size: 2.5rem;
	padding: 0;
	float: right;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	transform: translateY(-25%);
	color: #fff;
}

.menu-dropdown-icon:before {
	content: "\f078";
	font-family: 'FontAwesome';
	display: none;
	cursor: pointer;
	float: right;
	padding: 10px 15px;
	background-color: rgba(0, 0, 0, 0.1);
	color: #fff;
}

.menu>ul {
	margin: 0 auto;
	width: 100%;
	list-style: none;
	padding: 0;
	/* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
	box-sizing: border-box;
}

.menu>ul:before,
.menu>ul:after {
	content: "";
	display: table;
}

.menu>ul:after {
	clear: both;
}

.menu>ul>li {
	float: left;
	padding: 0;
	margin: 0;
}

.menu>ul>li a {
	text-decoration: none;
	padding: 10px 15px;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
}

.menu>ul>li:hover {
	background: #0285ea;
}

.menu>ul>li>ul {
	display: none;
	width: 100%;
	background: #0285ea;
	padding: 20px;
	position: absolute;
	z-index: 99;
	left: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
	opacity: 1 !important;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
	content: "";
	display: table;
}

.menu>ul>li>ul:after {
	clear: both;
}

.menu>ul>li>ul>li {
	margin: 0;
	padding-bottom: 0;
	list-style: none;
	width: 25%;
	background: none;
	float: left;
	padding: 0 15px;
}

.menu>ul>li>ul>li a {
	color: #fff;
	padding: .0em 0;
	display: block;
	text-transform: capitalize;
	font-size: 14px;
}

.menu>ul>li>ul>li a::before {
	content: "\f105";
	font-family: 'FontAwesome';
	padding-right: 5px;
}

.menu>ul>li>ul>li a:hover {
	color: #fbd001;
	text-decoration: underline;
}

.menu>ul>li>ul>li>ul {
	display: block;
	padding: 0;
	margin: 10px 0 0;
	list-style: none;
	box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
	content: "";
	display: table;
}

.menu>ul>li>ul>li>ul:after {
	clear: both;
}

.menu>ul>li>ul>li>ul>li {
	float: left;
	width: 100%;
	padding: 10px 0;
	margin: 0;
	font-size: .8em;
}

.menu>ul>li>ul>li>ul>li a {
	border: 0;
	text-transform: capitalize;
}

.menu>ul>li>ul>li>ul>li a:hover {
	color: #fbd001;
	text-decoration: underline;
}

.menu>ul>li>ul.normal-sub {
	width: 300px;
	left: auto;
	padding: 10px 20px;
}

.menu>ul>li>ul.normal-sub>li {
	width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
	border: 0;
	padding: 1em 0;
}

.menu ul li h4 {
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
	.menu-container {
		width: 100%;
	}

	.menu-mobile {
		display: block;
		text-transform: uppercase;
	}

	.menu-dropdown-icon:before {
		display: block;
	}

	.menu>ul {
		display: none;
	}

	.menu>ul>li {
		width: 100%;
		float: none;
		display: block;
	}

	.menu>ul>li a {
		padding: 10px 15px;
		width: 100%;
		display: block;
	}

	.menu>ul>li>a {
		border-bottom: 1px solid #0aa2d4;
		color: #fff;
	}

	.menu>ul>li>ul {
		position: relative;
	}

	.menu>ul>li>ul.normal-sub {
		width: 100%;
	}

	.menu>ul>li>ul>li {
		float: none;
		width: 100%;
		margin-top: 20px;
	}

	.menu>ul>li>ul>li:first-child {
		margin: 0;
	}

	.menu>ul>li>ul>li>ul {
		position: relative;
	}

	.menu>ul>li>ul>li>ul>li {
		float: none;
	}

	.menu .show-on-mobile {
		display: block;
	}
}

@media screen and (max-width:1171px) {
	.container {
		width: 100%;
		max-width: 100%;
		padding: 0 15px;
	}

	#counter {
		margin: 0;
	}
}

@media screen and (max-width:980px) {
	.about_us p {
		padding: 0;
	}
}

@media screen and (max-width:800px) {
	.navigation {
		float: right;
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	#cssmenu ul li.drop_down ul {
		width: auto;
		margin-left: 0px;
	}

	#cssmenu ul li.drop ul {
		width: auto;
		margin-left: 0px;
	}

	#cssmenu ul li.drop_down ul li {
		width: 100%;
	}

	#cssmenu ul li.drop ul li {
		width: 100%;
	}

	#cssmenu ul li.drop_down ul li a {
		border-bottom: 1px solid #ccc;
		padding: 10px;
		background-color: #fff;
	}

	#cssmenu ul li.drop ul li a {
		border-bottom: 1px solid #ccc;
		padding: 10px;
		background-color: #fff;
	}

	#cssmenu ul li.drop_down ul li {
		padding: 0px;
	}

	#cssmenu ul li.drop ul li {
		padding: 0px;
	}

	.navigation {
		padding-top: 0px;
		background-color: #00afe9;
		margin-right: 0px;
	}

	.service_box_sch {
		padding: 20px 0;
	}

	.service_box {
		padding: 20px 0;
	}

	.about_us {
		width: 100%;
	}

	.right_btn {
		float: left;
		width: auto;
	}

	.technology {
		margin-top: 30px;
	}

	.in_box {
		width: 50%;
	}

	.top_footer li {
		width: 100%;
		float: left;
		padding: 15px;
		text-align: center;
	}

	.ccr_footer .container {
		display: inline-block;
	}

	.navbar-fixed-bottom,
	.navbar-fixed-top {
		position: relative;
	}

	#cssmenu ul li.drop_down ul {
		padding-top: 0px;
	}

	#cssmenu ul li.drop ul {
		padding-top: 0px;
	}

	#cssmenu ul li.drop_down ul p {
		padding: 0px;
	}

	#cssmenu ul li.drop ul p {
		padding: 0px;
	}

	.nav_bottom a {
		float: left;
		width: auto !important;
		padding: 5px !important;
	}

	.darkHeader {
		position: relative;
	}

	#main_header {
		position: relative;
	}

	.navigation_bar {
		border-bottom: 0px;
	}

	.nav_bottom {
		display: none;
	}

	.mobile_hide {
		display: none;
	}
}

@media screen and (max-width:728px) {
	.border_box {
		margin-bottom: 20px;
	}

	.testimonial {
		margin-bottom: 20px;
	}

	.form-horizontal .form-group {
		text-align: left;
	}

	.footer-top .col-xs-6 {
		min-height: 250px;
	}

	.ccr-form-ttile {
		margin-top: 30px;
	}

	.ccr_projects li {
		float: left;
		width: 50%;
		padding: 10px;
		margin-top: 20px;
	}

	.joomla_right {
		padding-left: 0px;
	}

	.inn_right {
		width: 100%;
		padding-left: 0px;
	}

	.inn_left {
		width: 100%;
	}

	#cssmenu ul li.drop_down ul p {
		width: 100%;
		float: left;
	}

	#cssmenu ul li.drop ul p {
		width: 100%;
		float: left;
	}

	#cssmenu ul li.drop_down ul p a {
		color: #333;
		line-height: 20px;
		padding: 8px 0;
		display: block;
	}

	#cssmenu ul li.drop ul p a {
		color: #333;
		line-height: 20px;
		padding: 8px 0;
		display: block;
	}

	#cssmenu ul li.drop_down ul li a {
		color: #333;
	}

	#cssmenu ul li.drop ul li a {
		color: #333;
	}

	#cssmenu ul li.drop_down ul li a:hover {
		color: #000;
	}

	#cssmenu ul li.drop ul li a:hover {
		color: #000;
	}

	.half_width {
		display: inline-block;
		float: left;
		padding: 0 7px;
		width: 100%;
	}

	.ccr_footer .container {
		display: inline-block;
	}

	.navigation {
		margin-right: 0px;
	}

	.navigation_bar {
		border-bottom: 0px;
	}

	.left_tabs {
		position: inherit;
		z-index: 9;
	}

	.darkHeader {
		position: static !important;
	}

	.darkHeader_2 {
		position: static !important;
	}

	.ccr__tab_section .nav-tabs>li {
		width: 33.333%;
	}

}

@media screen and (max-width:550px) {
	.technology li {
		width: 100%;
	}

	.inn_right img {
		margin-bottom: 20px;
	}

	.navigation {
		margin-right: 0px;
		margin-bottom: 10px;
		padding-bottom: 6px;
	}

	.ccr__tab_section .nav-tabs>li {
		width: 50%;
	}

}

@media screen and (max-width:480px) {
	.nbs-clientele-item img {
		width: 85% !important;
	}
	.mar_gin {		
		margin-right: 0!important;
	}

	.bottom_left {
		float: none;
		padding: 10px;
		text-align: center;
	}

	.bottom_right {
		float: none;
		text-align: center;
	}

	.mibile_veiw {
		width: 100%;
	}

	.box_categ {
		height: auto;
	}

	.ccr_projects li {
		float: left;
		width: 100%;
		margin-top: 20px;
	}

	.banner_text {
		display: none;
	}
}

@media screen and (max-width:415px) {
	.header_left {
		float: left;
		width: 100%;
		text-align: center;
	}

	.header_left ul li {
		float: none;
		display: inline-block;
	}

	.heder_right {
		float: right;
		width: 100%;
		text-align: center;
		border-top: 1px solid #12357d;
	}

	.heder_right li {
		float: none;
		display: inline-block;
	}

	.in_box {
		width: 100%;
	}
}

@media screen and (max-width:375px) {
	.heder_right {
		float: left;
		margin-bottom: 5px;
	}

	.header_left {
		float: left;
		width: 100%;
		margin-bottom: 5px;
		border-bottom: 1px solid #666;
	}
}

@media screen and (max-width:360px) {
	.logo {
		float: left;
		padding: 3px 0 7px 0;
		width: 110px;
	}

	.mar_gin {
		margin-top: 27px;
		float: right;
		margin-left: 5px;
		margin-right: -13px;
	}

	.base a {
		padding: 7px 12px;
	}


}