/*
 * Table of Contents:
 * 	   - Media Queries
 *   0 - media screen and (max-width: 1170px)
 *   1 - media screen and (max-width: 1152px) 
 *   2 - media screen and (max-width: 1024px)
 *   3 - media screen and (max-width: 992px)
 *   4 - media screen and (max-width: 800px)
 *   5 - media screen and (max-width: 768px)
 *   6 - media screen and (max-width: 728px)
 *   7 - media screen and (max-width: 640px)
 *   8 - media screen and (max-width: 500px)
 *   9 - media screen and (max-width: 480px)
 *  10 - media screen and (max-width: 414px)
 *  11 - media screen and (max-width: 375px)
 * 	12 - media screen and (max-width: 360px)
 *  13 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */

/* 1.0 - Common Styles
---------------------------------------------------------------------- */



body, div, h1, h2, h3, h4, h5, h6, a, p, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	font-family: 'Muli', sans-serif;
	color: #646464;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
a {
	color: #374084;
	outline: 0;
	-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;
}
a:focus, a:hover, a:active {
	text-decoration: none;
	color: inherit;
}
h1 {
	color: #444;
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 25px;
	line-height: 40px;
}
h2 {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 36px;
	font-weight: 600;
}
h3 {
	color: #376679;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
h4 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
h5 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
h6 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
p {
	margin-bottom: 10px;
}
.black_text {
	color: #000!important;
}
.white_text {
	color: #fff!important;
}
.caps_text {
	text-transform: uppercase;
}
.container {
	width: 100%;
	padding: 0 0px;
	max-width: 1170px;
}
.container1 {
	width: 100%;
	padding: 0 0px;
	max-width: 1480px;
	margin-right: auto;
margin-left: auto;
}
.ccr_main_section {
	margin: 0px;
	display: inline-block;
	width: 100%;
	float: left;
}
.ccr_banner {
	margin: 0px;
	display: inline-block;
	width: 100%;
	float: left;
}
.header_main {
	
	display: inline-block;
	width: 100%; float:left;
	
}

.header_sect {
	background-color:rgba(255,255,255,1);
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 100%;
	float: left;
	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{background-color: rgba(242,242,243,1); position:fixed; top:0px; left:0; z-index:9999;}
.header_mid {
	margin: 0px;
	padding: 6px 0px;
	display: inline-block;
	width: 100%;
	float: left;
}
.header_mid .logo {
	display: inline-block;
	float: left;
}
.menu_main {
	display: inline-block;
	float: right;
	margin-top: 35px;
}
.cap_text {
	text-align: left;
	bottom: 18%;
	display: inline-block;
}
.cap_text_main{ width:100%;}
.carousel-caption {
	left: 0px;
	right: 0px;
	width: 1170px;
	margin: auto;
}
.cap_text h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: solid 4px #fff;
	margin-bottom: 20px;
	display: inline-block;
	line-height: 52px;
	padding-bottom: 10px;
}
.cap_text p {
	font-size: 48px;
	color:#fff;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 42px;
	
	font-family: 'Oswald', sans-serif;
}
.awasy{ color:#fff;font-family: 'Oswald', sans-serif;font-size: 28px; background:rgba(0,0,0,.3); margin-top:8px; padding:8px; display:inline-block;}
.btn-warning{ background:#f8a329; font-size:16px; font-weight:400; color:#fff; text-transform:uppercase; border-radius:0px; padding:10px 18px; margin-top:30px; border:none;}
.cont_main{ width:100%;}
.cont_right{ display:inline-block;}
.cont_right .phonemi{ background:rgba(2,5,14,.8); padding:32px 20px; font-size:16px; color:#fff; font-weight:600; margin-top:35px;display:inline-block;}
.cont_right .emailse{ background:rgba(28,39,59,.8); padding:32px 20px;font-size:16px; color:#fff; font-weight:600;margin-top:35px; display:inline-block;}
.cont_right .phonemi:hover{ background:rgba(2,5,14,.7); }
.cont_right .emailse:hover{ background:rgba(28,39,59,.7); }
/*.nextcru li {
	width: 10px;
	height: 10px;
	background-color: #333;
	border: solid 1px #fff;
	border-radius: 5px;
}*/
.sears{ display:inline-block; float:right;}
.menu_main nav{ float:left;}
.ptb58{ padding-top:58px;padding-bottom:58px;}
.about_section {
	margin: 0px;
	display: inline-block;
	width: 100%;
	float: left;
}
.about_section .title {
	margin: 0px;
	padding: 0px 0px;
	display: inline-block;
	width: 100%;
	float: left;
}
.about_section .title h2 {
	margin: 0px;
	padding: 0px 0px 0 20px;
	text-align: left;
	color: #192436;
	font-size: 36px;
	font-weight: 700;
	text-transform:capitalize; border-left:solid 4px #f8a329;
}
.about_section .title .line {
	background: #f59330;
	height: 3px;
	width: 45px;
	margin: 12px auto;
}
.about_section .title p {
	font-size: 15px;
	color: #444;
	font-weight: 400;
	text-align: center;
}
.core_valuemainsect {
	margin: 70px 0 0px;
	padding: 0px;
	display: inline-block;
	width: 100%;
	float: left;
}
.core_valuemainsect ul{ margin:0px; padding:0px; list-style:outside none;}
.core_valuemainsect li{ margin:0px; padding:0px; display:inline-block; float:left; width:100%;}


.core_imgs{border: solid 1px #e3e3e3;}
.pl54{ padding-left:54px!important;}
.mt-50{ margin-top:50px;}
.mt35{ margin-top:35px;}
.core_valuemain {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 100%;
	float: left;
	
	text-align: left;
	position: relative;
	-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;
}
.core_valuemain .core_icon {
	width: 99px;
	height: 99px; margin-bottom:30px;
	}
.core_valuemain .title {
	
	color: #555;
	font-size: 18px;
	font-weight: 400;
	text-transform:capitalize;
	margin-bottom: 10px;
}
.core_valuemain p {
	color: #555;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px; padding-left:30px;
}
.core_valuemain p a {
	color: #e67204;
	margin: 10px 0px;
	display: inline-block;
}
.core_valuemain p a:hover {
	color: #333;
}
.core_valuemain:hover {
	background: #fff;
}
.core_valuemain:hover .core_icon {
	background: #f59330;
}
.bg_serv {
	background: url(../images/bul-bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.our_servicemain {
	margin: 0px;
	display: inline-block;
	width: 100%;
	float: left;  padding:0px 0px;
}
.ccr_clients {
	display: inline-block;
	width: 90%;
	text-align: left;
}
.img_box {
	display: inline-block;
	width: 100%;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	background-color: #fff;
	padding: 0px 0;
	margin-bottom: 0px;
	text-align: center;
}

.our_serv{margin: 0px;
	display: inline-block;
	width: 100%; border:solid 1px #f8a329; padding:42px;}
.title_main {
	margin: 0px;
	padding: 0px 0px;
	display: inline-block;
	width: 100%;
	float: left;
	text-align: center;
}
.title_main .title {
	display: inline-block;
	margin: 0px;
	padding: 0px 0px;
	text-align: center;
	color: #f8a329;
	font-size: 36px;
	font-weight: 400;
	text-transform:capitalize;
	line-height: 42px;
}
.title_main .line {
	/*background: #f59330;*/
	height: 18px;
	width: 185px;
	margin: 12px auto;
}
.title_main p {
	font-size: 15px;
	color: #f2f2f2;
	font-weight: 400;
	text-align: center;
}
.ourservicemaist {
	margin: 0px;
	padding: 0px 0px;
	display: inline-block;
	width: 100%;
	float: left;
	text-align: center;
}



.ourservicemaist p {margin:20px 0px;padding:0px; color:#333; font-size:14px; font-weight:400;}
.red_more{ background:#f8a329; font-size:15px; color:#fff; padding:10px 25px; margin-top:15px;}
.red_more:hover{ background:#4a4a4a; color:#fff;}

/*///////////////////////--------------photo gallery -------------////////////////////*/

.photo_gall{ margin:0px; padding:0px; display:inline-block; width:100%; float:left;}
.gallery_sect{margin:35px 0 0px; padding:0px; display:inline-block; width:100%; float:left;}
.galler{margin:0px; padding:0px; display:inline-block; width:100%; float:left;}
.galler img{ width:100%;}
/*///////////////////////--------------our team section-------------////////////////////*/

.our_team {
	background-image: url(../images/cle-bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}
.crousal{ margin:0px; padding:0px; display:inline-block; float:left; width:100%; text-align:center;}
.counternum{margin:0px; padding:70px 0px 100px; display:inline-block; text-align:center; font-size:50px; font-weight:600; color:#fff; position:relative;}
.countxt{ color:#96a5b8;font-size:16px; font-weight:400; display:block;  position:absolute; bottom: 58px;
text-align: center;
width: 100%; left:0;}

.contact_sect{margin:35px 0 0px; padding:0px; display:inline-block; float:left; width:100%;}
.conttext{margin:0px; padding:52px 45px; display:inline-block; float:left; width:100%; background:#192436;}
.conttext .title{ font-size:40px; color:#fff; font-weight:600; line-height:30px;}
.conttext .title span{ font-size:30px; color:#f8a329; font-weight:400; display:block; margin-top:10px;}
.myfrom{ margin-top:26px;}
.myfrom .btn-primary{ background:#f8a329; border:none; border-radius:0px; text-transform:uppercase; font-size:14px; font-weight:600; padding:13px 28px;}
/*///////////////////////--------------Our Clients section-------------////////////////////*/
.clients_section p {
	color: #444;
}
/*///////////////////////--------------footer section-------------////////////////////*/
.footer_section {
	background:url(../images/footer-bg.jpg);background-repeat: repeat;
}
.footer_section h3 {
	font-size: 24px;
	margin-bottom: 25px;
}
ul.foot_list{ list-style:outside none; margin:0px 0 15px; padding:0px;}
ul.foot_list li{font-size: 14px;
	color: #9eb6da;font-weight: 300;}
ul.foot_list li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome; padding-right:10px;}
.footer_section p {
	font-size: 14px;
	color: #9eb6da;font-weight: 300;
}
.footer_section p a{ display:block; margin-top:5px;}
ul.soci{ list-style:outside none; margin:0px 0 20px; padding:0px; display:inline-block;}
ul.soci li{ display:inline-block; float:left; margin:0 3px;}
.footer_section h4 {
	color: #fff;
	margin-bottom: 0px;
	font-weight: 700; font-size:20px; margin-bottom:15px; text-transform:uppercase;
}
.footer_section a {
	color: #ccc;
	font-size: 14px;
}
.footer_section a:hover {
	color: #fff;
}
.impo_link{ margin:27px 0px; padding:0px; list-style:outside none; text-align:center;}

.impo_link a{ color:#9eb6da; font-size:14px; font-weight:300; margin:0 5px;}
.cont{ text-align:center; margin-top:20px;}
/*///////////////////////--------------bottom footer section-------------////////////////////*/
.bottom_footer {
	background-color: #192436;
	display: inline-block;
	float: left;
	width: 100%;
}
.copyright {
	float: left;
	font-size: 13px;
	color: #fff;
	padding: 10px 0;
}
.designed_by {
	float: right;
	font-size: 13px;
	color: #fff;
	padding: 10px 0;
}
.designed_by a {
	color: #fff;
}
.ccr_clients {
	margin: 0 auto;
	display: inline-block;
}
.ccr_clients p{ color:#fff;}
.ccr_clients .fa-search-plus{color:#fff; font-size:22px;}

/*************************inner pages************************************/
.inner_pagemain {
	margin: 0px;
	display: inline-block;
	width: 100%;
	float: left;
}
ul.list{ margin:0px 0 0 12px; padding:0px; list-style:outside none;}
ul.list li{ margin:0px; padding:0px;}
ul.list li:before {    
font-family: 'FontAwesome';
content: '\f058';
margin:0 15px 0 0px;
color: #f00;}
.inner_pagemain h2{ margin-top:20px;}
.inner_banner{margin:0px; padding:0px; display:inline-block; width:100%; float:left; background: url(../images/inner-banner.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
  .inner_bannerbg{ background:rgba(0,0,0,.7); padding:100px 0px;}
  .inner_bannerbg ul{ margin:0px; padding:0px; list-style:outside none;}
   .inner_bannerbg li{ margin:0px 10px 0 0; padding:0px; display:inline-block; float:left; color:#fff; font-size:18px;}
    .inner_bannerbg li a{color:#f8a329; font-size:25px;}
	.inner_bannerbg li a:after{content: '|'; color:#fff; padding-left:10px;}

.inner_pagemain .title_main{ margin-bottom:20px;}

/*----------contact us----------*/
.contact_us{width:100%;}
.contact_us_left{}
.contact_us_left p{color:#000;}
.contact_us_left p i{color:#f8a329; font-size:18px; margin-right:7px;}
.contact_us_left p a{color:#F00;}
.contact_us_right{ background-color:#f7f5f5; border:dashed 1px #ddd; padding:15px;}
.contact_us .form-control{ font-size:15px; margin-bottom:15px; padding:.475rem .75rem;}
.contact_us .btn-danger{ font-size:17px; font-weight:600;}
/*----------contact us----------*/

.yellow{ color:#f8a329;}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
	background-color:#f8a329;
	border-radius:25px;
    display: none;
    padding: 10px 16px !important;
    font-size: 18px !important;
    height: inherit !important;
    z-index: 999;
}  

.reset{   
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 10px 18px;
    margin-top: 30px;
    border: none;}

.dir_tile{ font-size:20px;
    font-weight:700;
    color: #ff7700; margin-bottom:9px;}

.mt20{ margin-top:20px;}
.brdr{ border:solid 1px #ccc; padding:5px;}

/*----------inner page----------*/
.universal_list{ margin:0; padding:0;}
.universal_list ul{margin:0; padding-left:30px;}
.universal_list li{ list-style:none; text-align:center; color:#fff;}
/*.universal_list li:before {
  content: "\f00c"; 
  font-family: "FontAwesome";
  color:#d63916;
  display: inline-block;
  margin-left: -1.3em; 
  width: 1.3em; 
}*/
/*----------inner page----------*/

.cmp_pro{ background-image:url(../images/back-cp.jpg); background-position:center; background-repeat:no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size:cover;}
.white{ color:#fff;}
.org{ color:#f8a329;}
.back-tm{ background-image:url(../images/back-tm.jpg); background-position:center; background-repeat:no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size:cover;}
.top_manage{ margin:0; padding:0; width:100%; display:inline-block; float:left;}
.top_manage_left{width:100%;background:rgba(25,37,42,.4); padding:30px;}

.top_manage_right{width:100%;background:rgba(25,37,42,.4); padding:30px; min-height:495px;}

.desi{ text-align:center; color:#f8a329; font-size:20px; padding:0px 0; margin-bottom:7px;}

.empanelment{ margin:0; padding:0;}
.empanelment ul{ margin:0; padding:0;}
.empanelment li{ display:inline-block; float:left; margin:0 19px 35px; text-align:center; list-style:none; position:relative;}
.empanelment li:hover .overlay {opacity: 1;}


.em_image {
  display: block;
  height: auto;
  text-align:center;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
 opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}


.emp_text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}


.project_page{ margin:0px; padding:0px; display:inline-block; width:100%; float:left;}
.project_page .nav-tabs{ border:none;}
.project_page .nav-tabs li a{margin:0px 5px 0 0; padding:10px; background:#e02620; font-weight:600; color:#fff;}
.project_page .nav-tabs li a:hover{background:#e02620; color:#fff;}
.affor_ims{margin:0px 0 15px; padding:0px; display:inline-block; width:100%; float:left;}
.affor_ims img{ width:100%; border:solid 4px #273c44;}
.affor_textsec p{ color:#fff;}
.orange{ color:#f59a01!important;}
.project_page .tab-content{ background:#19252a; padding:15px;}
.grayb{ border-color:#273c44;}

ul#myList{ margin:0px; padding:0px; list-style:outside none;}
#myList li{ display:none;
}


.career_data h3 {
	color: #c2a166;
	font-weight: 700;
	margin-bottom: 15px;
}
.career_data h5 {
	color: #FFF;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.career_data p {
	color: #FFF;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 5px;
}
.career_list h5 {
	margin-bottom: 5px;
}
.career_list li {
	padding: 3px 0;
}
.career_list {
	margin-bottom: 25px;
}
.career_data p strong {
	color: #FFF;
	display: inline-block;
	position: static;
	width: auto;
	height: auto;
	visibility: inherit;
	background: rgb(249, 166, 26);
	padding-right: 3px; padding:2px 5px;
}
.career_list li i {
	color: #FFF;
	padding-right: 5px;
}
.mt-3 {
	margin-top: 20px;
}
.career_data {
	display: inline-block;
	/*border-bottom: 1px solid #ddd;*/
	padding-bottom: 30px;
	margin: 0 0 30px 0;
	width: 100%;
}

.careeerps {background:rgba(255,255,255,1); padding: 15px;}
ul.career_list{ list-style:outside none; margin:15px 0px; padding:0px;}
ul.career_list li { color:#fff;}

.photo_gale{ display:inline-block; width:100%; float:left; margin-bottom:15px; margin-top:15px;}
.photo_gale img{ width:100%;}

ul.listtypse{ list-style:outside none; text-align:center;}
ul.listtypse li{ color:#fff; margin-bottom:8px;}
.macniery .affor_ims img{object-fit: cover; height:250px;}
.my-table{ margin-top:20px;}
.my-table tr th{background: #c2a166;color: #000;padding: 5px 12px;}
.my-table tr td{ background-color:rgba(0,0,0,.5); color:#ddd;}
.apply_now{float: right;background: #e0251f;color: #fff;border-radius: 4px;padding: 2px 5px;font-size: 13px;}
.apply_now:hover{ color:#fff;}
.my_carem .modal-title{ padding:0 12px; margin:0px;}
.my_carem .modal-header{ padding:0 12px;}





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

}

@media screen and (max-width:1200px) {
.cap_text {	bottom: 10%; padding:0 20px;}
.cap_text p{ width:100%;}
.cont_right{ float:none; width:100%;}
}


@media screen and (max-width:1170px) {
.sears{ margin-top:5px;}
.cap_text {	bottom: 5%; padding:0 20px;}
}

@media screen and (max-width:1090px) {
.cap_text p{ display:none;}
.cont_main .btn-warning{ display:none;}
.cap_text {	bottom: 40%;}
.awasy{ display:none;}
}
@media screen and (max-width:768px) {
.pr-0{ padding-right:15px!important;}
.pl-0{ padding-left:15px!important;}
.pl54{padding-left: 0px !important;}
.core_imgs{ margin-bottom:15px;}
.galler{ margin-bottom:15px;}
}

@media screen and (max-width:550px) {
.cont_right .emailse{ padding:20px 10px;}
.cont_right .phonemi{ padding:20px 10px;}

}

@media screen and (max-width:500px) {
	.cap_text{ padding:0px;bottom: 10%;}
.cont_right .emailse{ padding:10px 10px;display:inline-block; margin-top:5px;}
.cont_right .phonemi{ padding:10px 10px;display:inline-block;margin-top:5px;}
.carousel-indicators{ display:none;}
.our_serv{ padding:15px;}
.our_servicemain{ padding:15px;}
}
@media screen and (max-width:500px) {
	.cap_text{ padding:0px;bottom: 10%;}
.cont_right .emailse{ padding:10px 10px;display:inline-block; width:100%; margin-top:5px;}
.cont_right .phonemi{ padding:10px 10px;display:inline-block;margin-top:5px; width:100%;}
.ccr_banner .carousel-item img{ height:200px;}
.phonemi img{ width:auto;height:auto!important;}
.emailse img{ width:auto; height:auto!important;}
}

@media screen and (max-width:380px) {
.header_mid .logo{ width:60%;}
.header_mid .logo img{ width:100%;}
.menu_main{ margin-top:15px;}
}