/* Typography */
@font-face{ font-family: 'Poppins';   src:local('Poppins'),local('Poppins'), url("../fonts/Poppins.ttf")}

/* Base */
* {outline:none;}
html, body {height: 100%;}
body {font-family: 'Open Sans', sans-serif; font-size: 16px;line-height: 1.6;color: #8c8c8c;background-color: #fff;-webkit-font-smoothing: antialiased;  -webkit-backface-visibility:hidden;}
h1, h2, h3, h4, h5, h6 {font-family: 'Poppins';}
a {color: #404040;text-decoration: none; outline: none !important;}
a:hover {color: #e53a24;transition-property: all;transition-duration: 0.3s;transition-timing-function: linear;text-decoration: none;}
a.none:hover {text-decoration: none;}

.navbar-nav {
    margin: 0px 0px;
}

p {
    line-height: 25px;
    font-size: 16px;
    margin: 0px 0 10px 0;
    color: #202020;
}
.mb-20 { margin-bottom: 20px;}
.mb-80 { margin-bottom: 80px;}
.mt-15 {
    margin-top: 15px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-80 {
    padding-top: 80px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-30 {
    margin-top: 30px;
}
.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.carousel {
    margin-bottom: 0;
	padding: 50px 40px 50px 40px;
}

.HomeTestimonials .carousel {
    margin-bottom: 0;
	padding: 0px 40px 30px 40px;
}
/* Reposition the controls slightly */
.carousel-control {
	left: -12px;
}
.carousel-control.right {
	right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
	background: #c0c0c0;
}
.carousel-indicators .active {
background: #333333;
}

/* scroll */

.header {
  padding: 0px 0px; z-index: 997;
  
 }

.content {
  padding: 0px;
}

.sticky {
  position: fixed;
  top: 0px;
  width: 100%;background: rgba(255, 255, 255, 1.0);  

}

.sticky .navbar-brand>img {height: 115px;}
.sticky .navbar-top {padding: 40px 0;}
.sticky + .content {
  padding-top: 0px;
}


/* Top */

.header-advanced {
    background: #000;
    
}
.top-box ul {display: inline;float: right;margin: 0;}

.top-box ul li {
    display: inline-block;
    margin-right: 10px;
}
.top-box ul li a {
    color: #ffffff;
    float: left;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    font-size: 15px;
}
.top-box ul li a:hover {color: #fc8129;}

.top-box ul li i {
    margin-right: 5px;
    color: #fff;
}


/**-- Back to Top--**/

#button {
  display: inline-block;
  background-color: #000;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #fc8129;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/**-- End Back to Top--**/






/* Button */
.main-navbar-nav .btn-default {color: #fff;background-color: #d74f0f;border-color: #d74f0f;margin-top: 19px;margin-left: 12px;}
.main-navbar-nav .btn-lg {padding: 8px 14px;font-size: 14px;line-height: 1.3333333;border-radius: 6px;}

.main-navbar-nav .btn-default:focus, .main-navbar-nav .btn-default:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.rs_slider .caption-container .btn-default {color: #fff;background-color: #fc8129;border-color: #fc8129;}
.rs_slider .caption-container .btn-lg {padding: 12px 22px;font-size: 16px;line-height: 1.3333333;border-radius: 6px;text-transform: uppercase;}
.rs_slider .caption-container .btn-default:focus, .rs_slider .caption-container .btn-default:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

/*.dropdown-menu>li>a{color: #fff;}*/
/*=-====Main Menu=====*/
.navbar-nav .open .dropdown-menu > li > a {padding: 16px 15px 16px 25px;
}
.header_bottom { background: #e53a24 ;}
.header_area .header_bottom .mainmenu a , .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 16px 20px;
	/*font-family: 'Roboto', sans-serif;*/
}
/*.header_area .mainmenu .active a,*/
.header_area .mainmenu .active a:focus,
.header_area .mainmenu .active a:hover,
.header_area .mainmenu li a:hover,
.header_area .mainmenu li a:focus ,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    /*color: #0071ba;*/
   /* background: #54c6d4;*/
    outline: 0;
}
.navbar-header {background: #fc8129;}
.header_area .mainmenu .active a {color: #fff;}
/*-----./ Main Menu-----*/

.navbar-default .navbar-toggle { border-color: #fff } /*Toggle Button*/
.navbar-default .navbar-toggle .icon-bar { background-color: #fff } /*Toggle Button*/

.dropdown-menu>li>a {padding: 12px 20px !important;border-bottom: solid #eee 1px;}

/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a{background: transparent; color:#fb6e2a; }
.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{background: #fb6e2a; color: #fff;}
.mainmenu .collapse ul ul ul > li:hover > a{background: #c91c06;}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{background:#ffffff;}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{background:#ffffff;}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{background:#ffffff;}

/******************************Drop-down menu work on hover**********************************/
.mainmenu{background: transparent;border: 0 solid;margin: 0;padding: 0;/*min-height:20px*/}
@media only screen and (min-width: 767px) {
.mainmenu .collapse ul li{position:relative;}
.mainmenu .collapse ul li:hover> ul{display:block}
.mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:235px;display:none}
/*******/
.mainmenu .collapse ul ul li{position:relative}
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
.mainmenu .collapse ul ul ul li:hover ul{display:block}
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;/*left:-100%;*/min-width:250px;display:none;z-index:1}

}

/* Header */
.top {padding: 0px 0;color: #fff;}
.top p {margin: 0; color: #e53a24;font-size: 23px;font-weight: 600;font-family: 'Poppins-Regular';}
.top ul {margin: 0;padding: 0;}
.top li i {color: #fff;}
.top li a {color: #000;font-size: 15px;}
.top li a:hover {text-decoration: none;}
.top li a:hover,.top li a:hover i {color: #000000;transition-property: all;transition-duration: 0.3s;transition-timing-function: linear;}

.navbar-top {/*font-size: 18px;*/padding: 58px 0; color:#4e4036;/*background: #f5f5f5;*/}
.navbar-top .list-inline {margin-bottom: 0;}
.navbar-top .header-contact li a:hover{color: #01baf2;}
.navbar-top .header-contact li {margin-left:0px;border-left: 1px solid #eee;
    padding-left: 20px;}
.top-info {width: 100%;overflow: hidden;float: left;margin-right: 25px;}
.top-info-description { text-align: left;   display: table-cell;vertical-align: middle;line-height: 1.1;}
.top-info-description a { color: #000;}
.top-info-image {margin-right: 10px; float: left;}

.top-info span a:hover{color: #e53a24 !important;}

/* Navigation */
.navbar {-moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;margin-bottom: 0;padding-top: 30px;}
.navbar .container {position: relative;}
/*.navbar-default {-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;width: 100%;border: none;border-bottom: 0px solid #e7e7e7;background-color: #d2232a; padding-top: 3px; box-shadow: 10px 10px 7px rgba(0, 0, 0, .6);
 
}*/
.navbar-default .navbar-nav > li > a {color: #000;font-weight: 600;font-size: 15px; text-transform: uppercase;padding: 15px 20px;}
.navbar-default .navbar-nav > li > a:hover {background-color: transparent;color: #fff;}
.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover,.navbar-default .navbar-nav > .open > a:focus {background: transparent;color: #fc8129;/*color: #d74f0f;*/}
.navbar-default .navbar-nav .active > a,.navbar-default .navbar-nav .active > a:hover,.navbar-default .navbar-nav .active > a:focus {color: #fc8129;background:transparent;}
.navbar-default .navbar-toggle {margin: 6px 5px 5px 5px;}

.navbar-default .navbar-toggle {border: none;/*background: #f3f3f3;*/background: #000;}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {border: none;background: #333333;}
.navbar-default .navbar-toggle i {font-size: 22px;}
.navbar-default .navbar-collapse {border-top: none;padding-left: 0;padding-right: 0;float: right;}
.navbar-brand>img {padding:15px 0px;}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fb6e2a; /*background-color: #c91c06;*/
    background-color: transparent;
	}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {font-size: 16px;
    color: #777; /*background-color: #d2232a;*/
   }
.navbar-default .navbar-nav .btn-danger {color: #fff;background-color: #fc8129;border-color: #fc8129;text-transform: uppercase;}
.navbar-default .navbar-nav .btn {    padding: 8px 16px;}
.navbar-default .navbar-nav .btn-danger:hover { color: #fff;background-color: #000;border-color: #000;}
    
.navbar-default .navbar-nav .btn-danger a {color: #ffffff;}
    


@media screen and (max-width: 768px) {.navbar-default .navbar-collapse {padding-left: inherit;padding-right: inherit;} .navbar-default .navbar-nav .navbar-btn {margin-left: 20px;}}
@media screen and (max-width: 992px) {.navbar-default .navbar-collapse {width: 100%;margin-left: 0;margin-right: 0;max-height: none;}}
@media (min-width:768px) {.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {margin-left: 0;}}

.main-navbar-nav {-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;}
.main-navbar-nav > li > a {/*padding-top: 30px;padding-bottom: 30px;*/line-height: 1;}
.main-navbar-nav li > .dropdown-menu {-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;min-width: 225px;border: none;border-top: 2px solid #d74f0f;}
.main-navbar-nav li > .dropdown-menu > li > a {padding: 10px;position: relative;color: #404040;line-height: 1.12857143;font-size: 14px;}
.main-navbar-nav li > .dropdown-menu > li > a:hover,.main-navbar-nav li > .dropdown-menu > li > a:focus {color: #ffffff;/*background-color: transparent;*/ background-color: #d2232a;}
.main-navbar-nav li > .dropdown-menu > li > a i {position: absolute;right: 20px;top: 50%;margin-top: -8px;font-size: 16px;}

@media screen and (min-width: 993px) {.main-navbar-nav .dropdown:hover > .dropdown-menu {display: block;}.main-navbar-nav .dropdown:hover > .dropdown-menu .dropdown:hover .dropdown-menu {left: 225px;top: 0;margin-top: -2px;}}
@media screen and (max-width: 992px) {.main-navbar-nav > li {border-bottom: 1px solid #f3f3f3;}.main-navbar-nav > li:last-child {border-bottom: none;}.main-navbar-nav > li > a {padding-top: 12px;padding-bottom: 12px;}}

.navbar-brand {height: auto;padding: 0;}

@media screen and (max-width: 992px) {.navbar-toggle {display: block;}.navbar-collapse.collapse {display: none !important;}.main-navbar-nav.navbar-nav,.main-navbar-nav.navbar-nav > li {float: none !important;}.navbar-collapse.collapse.in {display: block !important;overflow-y: auto !important;}}

/* slider css */
#title{
	margin-top: 90px;
}

.rs_slider {
    display: block;
    margin-top: 0px;
    overflow: hidden;
    padding-bottom: 0px;
}

.rs_slider .flexslider {
    margin: 0;
    padding: 0;
    border: 0px;
    border-radius: 0px;
    max-height: 613px;
    overflow: hidden;
}

.rs_slider .flex-direction-nav a::before {
    display: none;
}

.rs_slider .flex-direction-nav .flex-nav-prev a {
    background: url("../img/slider/master-slider-left.png") 0 0 no-repeat;
    display: inline-block;
    height: 48px;width: 30px;
}

.rs_slider .flex-direction-nav .flex-nav-next a {
    background: url("../img/slider/master-slider-right.png") 0 0 no-repeat;
    display: inline-block;
    height: 48px;width: 30px;
}

.rs_slider .flex-caption {
    margin: 0 auto;
    max-width: inherit;
    position: absolute;
    top: 30%;
    width: 100%;
    z-index: 100;
}

.rs_slider .caption-container {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 85%;
    display: block;
}

.rs_slider .slides .flex-active-slide .text-container {
         animation: 2s ease 0s normal none 1 running slideIn ;
     -ms-animation: 2s ease 0s normal none 1 running slideIn ;
      -o-animation: 2s ease 0s normal none 1 running slideIn ;
    -moz-animation: 2s ease 0s normal none 1 running slideIn ;
 -webkit-animation: 2s ease 0s normal none 1 running slideIn ;
}


.rs_slider  .text-container { /*text-align: center;*/
      
   
    position: relative;
    max-width: inherit;
    width: 100%;
   
     
}

.rs_slider .text-container .con_text {
    font-family: 'Poppins';
    font-size: 48px;
    line-height: 60px;
   /* text-align: center;*/
   /*text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);*/
    color: #fff; font-weight: bold;
    display: block;
}

.rs_slider .text-container .con_text a {    margin-top: 25px;}
.rs_slider .text-container .con_text span span { color: #e53a24; }


.rs_slider .text-container p {
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 34px;font-weight: normal;
    color: #ffffff;margin-bottom: 20px;
   
}
.rs_slider .text-container .con_link {
    background: linear-gradient(to bottom, #00b1f2, #00b1f2) repeat scroll 0 0 #00b1f2;
    color: #ffffff;
    font-family: "Droid Sans";
    font-size: 22px;
    font-variant: normal;
    letter-spacing: inherit;
    padding: 10px 20px;
    position: absolute;
    left: 47%;
    top: 119%;
    text-decoration: none;
    z-index: 999;
}

.rs_slider .text-container .con_link:hover {
    background: linear-gradient(to bottom, #00a2dd, #00a2dd) repeat scroll 0 0 #00a2dd;
    text-decoration: none;
}
@-webkit-keyframes slideIn {
0% { left: 9%; opacity: 0; }
100% { left: 0; opacity: 1; }
}

@-moz-keyframes slideIn { 
0% { left: 9%; opacity: 0; }
100% { left: 0; opacity: 1; }
}

@-o-keyframes slideIn {
0% { left: 9%; opacity: 0; }
100% { left: 0; opacity: 1; } 
}

@-ms-keyframes slideIn {
0% { left: 9%; opacity: 0; }
100% { left: 0; opacity: 1; } 
}

@keyframes slideIn { 
0% { left: 9%; opacity: 0; }
100% { left: 0; opacity: 1; }
}

/* Home Tab */

.top_part {margin-top: -60px;color: #fff;    position: relative; z-index: 999;}
.top_part .top_col {
	padding: 30px;
	position: relative;
}
.top_col .left_doct .fa { color: #fff;}
.top_col .left_doct {
	text-align: center;
	font-size: 83px;
	margin-right: 30px;
	color: #d74f0f;
	margin-left: 0;margin-bottom: 20px;
	float: left;margin-top: 0px;
}
.top_col .right_text_clock {
	position: relative;
	z-index: 1;
}
.top_col .right_text_clock h3 {
	margin-top: 0;
	color: #fff;
	margin-bottom: 14px;
}
.top_col .right_text_clock p {
	margin: 0px; font-size: 14px;
	color: #fff;
}
.top_col .right_text_clock p span {
	display: block;
}
.border_radus_left {
	border-radius: 15px 0px 0px 15px;
}
.border_radus_right {
	border-radius: 0px 15px 15px 0px;
}
.border_right {
	position: relative;
}
.border_right:before {
	content: "";
	top: 0px;
	position: absolute;
	height: 100%;
	width: 1px;
	left: 100%;
	background: #0099e0;
	z-index: 1;
}
.border_right:before {
    background: #e7956f;
}
.no-padding {
    padding: 0 !important;
}
.color_difrent {
	background: #d74f0f;
}

.ion-ios-time-outline:before {
    content: "\f4be";
}

.ion-ios-time-outline:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) and (max-width: 991px) {
	.top_part {
		margin-top: 0px;
	}
    .border_radus_left, .border_radus_right {
		border-radius: 0;
	}
}
@media (max-width: 767px) {
	.top_part {
		margin-top: 0px;
		clear: both;
	}
    .border_radus_left, .border_radus_right {
		border-radius: 0;
	}
    .mt-xs-0 {
    margin-top: 0px;
}
    .mt-xs-30 {
    margin-top: 30px;
        }
    
    .no-padding {padding: 5px !important;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.top_part .top_col {
		padding: 30px 15px;
	}
	.top_col .left_doct {
		margin-right: 15px;
	}
}
@media (max-width: 991px){
.mt-sm-30 {
    margin-top: 5px;
}
}





.weDo { padding: 60px 0; background-color: #f2f5f8;}

.weDo h3 {font-size: 42px;
    color: #1e2126;
    font-weight: normal;
    line-height: 28px; text-transform: uppercase; }

 .weDo h3 span {font-weight: bold;}   



/* Home Services */

.Serthumbnail{
  /*width:300px;*/text-align: center;background-color: #fff;
  position:relative;margin-bottom: 30px;
}
.Serthumbnail .cap {margin-top: 20px;}

.Serthumbnail img{
  /*max-width:100%;*/
}

.Serthumbnail > a img {
     transition: all 0.3s ease 0s;
    width: 100%;
}

.Serthumbnail > a img:hover {transform:scale(0.8)}
.Serthumbnail h4 { font-size: 16px; color: #fff;font-weight: 400;margin-bottom: 15px;padding: 20px 0;background: #002e5b;}
.Serthumbnail p {font-family: 'Poppins'; font-size: 14px; color: #000000;line-height: 24px;}
.Serthumbnail .cap a h4 {color: #fff;}
.Serthumbnail .cap a:hover h4 {color:#fc8129;}

.tech {padding: 100px 0px;
    background-color: #fff;}

 .tech .caption {padding: 30px; border: 1px solid #666; min-height: 300px;
    background-color: #fff; -webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);-moz-box-shadow: 0 0 25px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 25px rgba(0,0,0,.1);margin-bottom: 40px;}  

 .tech .caption h3 {font-size: 22px;line-height: 1.1;margin-bottom: 20px; color: #000; }    
 .tech .caption p {line-height: 25px;
    font-size: 16px;
    margin: 0px 0 25px 0;
    color: #202020; }

 .tech .caption a {color: #fc8129;font-size: 16px;}
 .tech .caption a:hover {color: #000;}

/* Home About */

.homeAbout {padding: 100px 0px; background-color: #fff; }
.homeAbout p {font-size: 18px; color: #333; line-height: 30px;}
.homeAbout h2 {font-size: 42px; color: #1e2126; text-transform:uppercase; margin-bottom: 32px; font-family: 'Poppins'; font-weight:normal;margin-top: 0; }
.homeAbout h2 span {font-weight: bold;}
    

.homeAbout .title-wrap p {font-size: 22px;color: #000;font-weight: normal; line-height: 28px;}

.homeAbout h4 {font-size: 32px; color: #000; margin-bottom: 20px; font-family: 'Poppins'; font-weight: 600;margin-top: 0; }
.homeAbout .aboutImg img { margin-bottom: 40px;}
.homeAboutImg img {margin-bottom: 30px;}
.homeAboutImg a {color: #d2232a;font-weight: 600;}

.homeAbout .btn-default {color: #fff;background-color: #fc8129;border-color: #fc8129;margin-top: 19px;}
.homeAbout .btn-lg {text-transform:capitalize; padding: 8px 32px;font-size: 16px;line-height: 1.3333333;border-radius: 4px;}

.homeAbout .btn-default:focus, .homeAbout .btn-default:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.homeAboutText {padding-left: 25px;}

.title-wrap {
    text-align: center;
    padding-bottom: 55px;
}
.title-wrap p {
    font-size: 22px; color: #333333; font-weight:normal;    line-height: 28px;
}
.homeTittle {
    color: #000;
    font-size: 42px;
    font-weight: 400;
    
    margin: 0px 0px 0px 0px; text-transform: uppercase;
}
/*.homeTittle span{
    color: #e53a24;
}*/
.titleUnder {
    display: block;
    margin: 0 auto;
}

/* Home Testimonials */

.HomeTestimonials { padding: 70px 0;}

.HomeTestimonials .title-wrap {
    text-align: center;
    padding-bottom: 30px;
}

.testi blockquote p {
    color: #fff;
    text-align: left;
    padding-bottom: 20px;
}
.testi blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #fff;
    text-align: left;
    padding-left: 55px;
}
.block-text {font-family: 'Poppins';
    /*background-color: #f7f8fa;*/
    border-radius: 4px; width: 85%;
    margin: 0 auto;
    /*box-shadow: 3px 3px 3px #eeeeee;*/
    /* color: #626262; */
    font-size: 14px;
    /* margin-top: 27px; */
    padding: 20px 20px;
    text-align: center;
}
.block-text p {color: #333333; font-size: 22px; margin-bottom: 25px; line-height: 36px;}
.block-text span {color: #e53a24; font-size: 26px;}
.block-text img { margin-bottom: 20px;}

.block-text p .fa {color: #ff9933;padding-right: 10px;}

.carousel-indicators li{    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ebebeb;
   
    border: 1px solid #ebebeb;
    border-radius: 10px;}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fd4326;
}
.carousel-indicators {
    bottom: -50px;
}
/* Home */
.home_content h2:after,.box h3:after {content: '';position: absolute;width: 30px;background-color: #005FA6;height: 2px;left: 0;bottom: 0;}
.box i {position: absolute;right: 0;top: 0;margin: 0;color: #005FA6;font-size: 45px;}
.boxes_area h3 {font-size: 16px;font-weight: 500;margin-top: 0;margin-bottom: 18px;}
.services {padding-top: 50px;padding-bottom: 50px;}
h2.section-title {text-align: center;color: #404040;}
.services p.desc {text-align: center;font-size: 13px;margin-bottom: 20px;}
.services .media {margin-top: 30px;}
.services .media i {font-size: 45px;color: #005FA6;}
.services .media h4 {font-size: 15px;font-weight: 600;color: #404040;}
.services .media p {text-align: left;}

/* HomeElement */
.HomeElement {}
.HomeElement .container {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
}
.ElementBg { background-color: #d74f0f;height: 500px;}
.ElementImg {height: 500px;
    background-image: url(../img/ElementImg.jpg);
    background-repeat: no-repeat;
    background-size: cover;}
.ElementText {vertical-align: top; padding: 120px 70px 60px 70px;text-align: center;}

.ElementText h6 {    
    color: #fff;font-family: 'Poppins', sans-serif;
    font-size: 45px;
    margin-bottom: 30px;
    font-weight: normal;
    text-transform: uppercase;}
.ElementText p {color: #fff;line-height: 1.3;
    font-size: 26px;}

/* Counter */
.HomeCounter {background-color: #fff;
    /*background: url(../img/counterBg.jpg) no-repeat;*/
    padding: 45px 0px;
    background-size: cover;
    background-position: center top;
}
.counter-home{margin-top: 40px; margin-bottom: 20px;}
.counter-wrap {
    text-align: center;
    padding: 30px 0;
    
    margin-bottom: 25px;
}
.counter-wrap * + .counter-value2 {
    margin-top: 28px;
}
#circle {
    margin: 0;
}
.counter-wrap .img-responsive {
    margin: 0 auto;
}
.counter-value2 p {
    line-height: 1.125;
    color: #000;
    font-weight: 700;
    font-size: 36px;
    margin: 0;
    
}
.counter-wrap span {
    display: inline;
}
.counter-text h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight:400; text-transform: uppercase;
   color: #000;margin-top: 20px;
    
    
}

/* Why chooseus */

.whychoose .homeTittle {color: #ffffff;}

.whychoose .homeTittle span {font-weight: bold;}

.whychoose {
	background: url(../img/HomeSerBg.jpg) no-repeat;
    padding: 70px 0px;
    background-size: cover;
    background-position: center top;
}
}

.whychooseBox {}

  .whychooseBox {padding:10px 10px; position: relative;  margin-bottom: 20px;overflow: hidden;}    


.whychoose .whychooseBox .whychooseImg {display: block;}



.whychooseBox .whychooseImg .img-responsive {
    margin: 0 auto;
}

.whychooseTxt p {
    font-size: 20px; color: #fff;line-height: 30px;padding-top: 10px;}

.whychooseTxt p span {font-size: 16px;}

/* Clients */



.carousel-control.left, .carousel-control.right {
    margin-left: 0;
    background-image: none;
}

.HomeClient img {margin-bottom: 20px;}
/* HomeGallery */

.main-container {
    margin-bottom: 70px; margin-top:70px;
}

.main-container .title-style-1 {
    color: #0099cc;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
}
.main-container .title-under {
    display: block;
    margin: 5px auto;
    background: #032b69;
    height: 2px;
    width: 100px;
}

.lightbox {
  position: relative;
  display: block;
  overflow: hidden;
}
.lightbox img {
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.lightbox .on-hover {
  position: absolute;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  color: #fff;
  background: rgba(31, 118, 189, 0.75);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  -webkit-transition: all, 0.6s;
  transition: all, 0.6s;
}
.lightbox .on-hover .hover-caption {
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 5px;
  right: 5px;
  font-style: 18px;
  display: block;
  font-family: "Dosis", sans-serif;
  bottom: -50px;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  -webkit-transition: all, 0.6s;
  transition: all, 0.6s;
}
.lightbox .on-hover:before {
  content: "";
  display: block;
  width: 46px;
  height: 48px;
  position: absolute;
  background: url('../assets/images/icons/zoom-icon.png?1428101315');
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -24px;
}
.lightbox:hover .on-hover {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.lightbox:hover .on-hover .hover-caption {
  bottom: 25px;
}
.lightbox:hover img {
  -moz-transform: perspective(1.15) scale3d(1.15, 1.15, 1.15);
  -webkit-transform: perspective(1.15) scale3d(1.15, 1.15, 1.15);
  transform: perspective(1.15) scale3d(1.15, 1.15, 1.15);
}

.gallery-item {
  padding: 0px 3px;
  display: block;
  margin: 0;
}
.gallery-item img {
  width: 100%;
}

/* About inner Banner */

.header-title-breadcrumb-overlay {
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 110px 0;
    width: 100%;
    background-image: url(../../../themes/zidex/images/breadcrumbs.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header-title-breadcrumb-overlay h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
    color: #ffffff!important;
    margin: 0 auto;
    padding: 10px 0;
    text-transform: uppercase;
}

.breadcrumb {
    font-weight: 700;
}

.breadcrumb {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    color: #ccc;
    margin-bottom: 6px;
    opacity: .8;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
}
.breadcrumb>li {
    display: inline-block; color: #fff;
}
.breadcrumb a {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
}
.breadcrumb a:hover {color: #fc8129;}

.breadcrumb a::after {
    color: #ccc;
    margin-left: 5px;
}

.breadcrumb>.active {
    color: #fc8129;
}
.breadcrumb>li+li::before {
    content: "/\00a0";
    padding: 0 5px;
}


.header-title-breadcrumb-overlay {
    padding: 115px 0px;
}

@media only screen and (max-width: 767px) {

  .header-title-breadcrumb-overlay {
    padding: 50px 0!important;
}

  .header-title-breadcrumb-overlay h1 {
    font-size: 26px !important;
    line-height: 29px !important;
  }
}


/* new About Banner */

.inner-section {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 100px; padding-bottom: 60px;
}

.all-title-box {
    background: url(../images/About-banner.jpg)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    padding: 70px 0px;
    position: relative;
}

.all-title-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    
    background: rgba(6,106,156,0.65);
    top: 0;
    left: 0;
}


/* End new About Banner */



/* About */

.about {}
.about h2 {color: #000; margin-top: 0px; margin-bottom: 20px;
    font-size: 24px;line-height: 28px;
    font-weight: bold;}

.about h4 {color: #000; margin-top: 20px; margin-bottom: 20px;
    font-size: 24px;line-height: 28px;
    font-weight: bold;}

.about p { font-size: 18px;color: #000;line-height: 26px; }

.about ul {margin-bottom: 40px;}

.about ul li {font-size: 18px;color: #000;line-height: 32px;}

.gen-table th, .gen-table td {
    background-color: #fff;
    padding: 15px !important;color: #000;
    
    border: 1px solid #e5e5e5;
    vertical-align: top;
}

.about hr {    margin-top: 60px;
    margin-bottom: 60px;
    border: 0;
    border-top: 1px solid #999;}


/* table */    

.tr-tl{width:100%;float:left;background-color:#7f7f7f;color:#fff;font-weight:400;text-transform:none;text-align:center;font-size:15px}
.td{width:14.28%;float:left;padding:3px;margin:0;min-height:28px}
.tr2{width:100%;float:left;background-color:#f4f4f4;color:#2b2b2b;font-weight:400;text-transform:none;text-align:center;margin:0;padding:0}
.td.tbl2{width:25%;float:left;padding:3px}
.table-panel{width:100%;float:left;margin-top:5px}
sup{top:0;position:relative}
.tr-tl .td{min-height:30px;font-size:14px}
.tr-tl .td.tbl3{min-height:46px}
.tr-tl .td,.tr1 .td,.tr2 .td{border-right:1px solid rgba(0,0,0,0.20);font-size:13px}
.tr1{width:100%;float:left;background-color:#fff;color:#2b2b2b;font-weight:400;text-transform:none;text-align:center}
.tr-tl td{position:relative;height:100%}
.tr-tl .td:first-child,.tr1 .td:first-child,.tr2 .td:first-child{border-left:1px solid rgba(0,0,0,0.20)}
.border-bot{border-bottom:1px solid rgba(0,0,0,0.20)}
.border-top{border-top:1px solid rgba(0,0,0,0.20)}

@media only screen and (max-width: 767px){

  .table-panel {
    overflow-x: auto;
}

.tr-tl, .tr1, .tr2 {
    min-width: 250%;
}
}

/* Products */

.product {}

.pro-wrap { padding-bottom: 55px;padding-left: 15px; padding-right: 15px;}

.pro-wrap h3 {color: #000;
    font-size: 22px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    margin-bottom: 20px;}

.product hr {
    margin-top: 0px;
    margin-bottom: 70px;
    border: 0;
    border-top: 1px solid #eee;
}

.proTitle { color: #fb6e2a;
    font-size: 30px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    margin-bottom: 20px;}

.proTitle p {
    font-size: 22px;
    color: #000;
    font-weight: normal;
    line-height: 26px;
}

.product p { font-size: 18px;color: #000;line-height: 26px; }

.product img { margin-bottom: 40px; }

.product .proBox { margin-bottom: 40px; }

.product .proBox img { margin-bottom: 0px; }

.product .proBox h6 { font-size: 20px;border-bottom: 1px solid #dbdbdb; border-left: 1px solid #dbdbdb;border-right: 1px solid #dbdbdb;
    font-weight: 600; text-align: center;padding: 15px;
    color: #020d26;
    text-transform: capitalize;
    margin: 0;}

.product h4 {
    color: #000;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}



.product ul { margin-bottom: 20px; }

.product li {font-size: 18px; 
  margin-bottom: 0px; line-height: 34px; color: #000;
      list-style: url(../img/bulet.png)!important;
    padding-bottom: 10px;     padding-left: 5px;
  }

.parallax {
    position: relative;
}
.bg-img {
    background-position: top center !important;
    background-repeat: no-repeat;
    background-size: cover !important;
}
.bg-img {
    background: url(../img/sub-page-banner.jpg) 0 0 no-repeat;
}
.overlay-bg-color {
    position: relative;
    z-index: 1;
}
.inner-intro {
    background-color: #f7f7f7;
    height: 310px;
    display: block;
    position: relative;
}
.inner-intro .container {
    position: relative;
    height: 100%;
    display: table;
}
.inner-intro .container .title {
    display: table-cell;
    vertical-align: middle;
    /*text-align: center;*/
}
.inner-intro .container .title h1{
   font-size: 40px; color: #fff; font-family: 'Poppins'; text-transform: uppercase;
}
.page-breadcrumb {
    padding: 4px 0px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
.page-breadcrumb a, .page-breadcrumb span {
    display: inline-block;
    padding-left: 0px;
    padding-right: 8px;
    color: #fff;
}
.page-breadcrumb a:hover{color: #e53a24; text-decoration: none; }

.page-breadcrumb span {
    color: #e53a24; font-weight: 600;
}

.overlay-bg-color:before {
    /*background: #d74f0f;
    background: rgba(215, 79, 15, 0.55);*/
    background: #000;
    background: rgba(0, 0, 0, 0.55);
}

/*.overlay-bg-color:before {
    background-color: rgba(4, 127, 218, 0.8);
}*/
 .overlay-bg-color:before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

/* Services */

.MainServices p {font-size: 16px; color: #000;margin-bottom: 20px;}
.MainServices img {margin-bottom: 20px;}
.MainServices ul{padding-left: 0;margin-bottom: 20px;}
.MainServices ul li {font-size: 16px; color: #000;  background: url(../img/red_dot.png) no-repeat scroll 0 9px transparent;
    padding-left: 15px; list-style:none;margin-top: 14px;}
.servicesCap {margin-top: 0px; margin-bottom: 6px;font-size: 16px; color: #000;border: #ddd 1px solid;padding: 10px 15px; text-transform: uppercase; font-weight: bold;}
.MainServices ol {padding-left: 15px;}
.MainServices ol li {font-size: 16px;margin: 10px 0 0; color: #000;}
    






.pos-s {
    position: static;
    margin: 0 auto;
}

.i-block {
    display: inline-block;
}
.map {
    width: 100%;
    height: 300px;margin-bottom: 60px;
}
#map {
    height: 100%;
}

/* Services */
.pic-box {
    border: 4px solid #d74f0f; margin-bottom: 30px;
}

.servicesImg img{ margin-bottom: 30px;}

/* Products */

.ptb2 {
    padding-top: 80px;
    padding-bottom: 55px;
}

.innerPro {margin-bottom: 50px;}

.pro-item { position: relative;
    padding: 30px 30px;
    display: inline-block;
    cursor: pointer;width: 100%;
    border: 1px solid #e7e8ec;
    margin-bottom: 40px;
    min-height: 390px !important;
    text-align: center;
    transition: all .3s ease 0s;
    background: #fff;
    box-shadow: 10px 17px 45px #f2f2f2;  }

.pro-item {border-top-color: #f26520 !important;}

.pro-item:hover {
    /*background: #e53a24 !important;*/box-shadow: 1px 1px 7px #f2f2f2;
}

.pro-item h4 {
    font-weight: 400;
    color: #23272c;
    margin: 20px 0 ;
    padding: 0;
    font-size: 18px; line-height: 26px;
}
.pro-item:hover h4 {
    color: #f26520 !important;
}

.pro-item .btn {
    margin-top: 15px;
   padding: 12px 22px;
   border-radius: 0px;
    position: relative;
}
.pro-item .btn-primary {
    border: 1px solid #e53a24;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    background-color: #e53a24;
    text-transform: uppercase;
}
.pro-item:hover .btn-primary {
    color: #e53a24 !important; background-color: #fff;border: 1px solid #e53a24;
}

.enq .btn-primary {
    border: 1px solid #e53a24;
    font-size: 13px;padding: 10px 14px;
    letter-spacing: 1px;
    color: #fff;
    background-color: #e53a24;
    text-transform: uppercase;
}
.enq .btn-primary:hover  {
    color: #fff !important; background-color: #000;border: 1px solid #000;
}

.glyphicon { margin-right:10px; }
.panel-body { padding:0px; }
.panel-body table tr td { padding-left: 15px }
.panel-body .table {margin-bottom: 0px; }

.panel-group .panel {
    border-radius: 0px;
}

.panel-body table tr td li a{ color: #000;
    
}
.panel-body table tr td .active > a, .panel-body table tr td .active > a:focus { color: #d2232a; text-decoration: none;}
.panel-body table tr td li a:hover {color: #d2232a; text-decoration: none;}

.blue {color: #fff;
    background: #54c6d4 !important;}

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





.panel-default>.panel-heading {
    color: #fff;
    background-color: #d2232a;
    border-color: #ddd;
}
.panel-default>.panel-heading:hover {
   color: #fff;background: #54c6d4;
}

/* Services right */

 #sidebar .menu {
    background: #f5f5f5;
    border-radius: 3px;
    padding: 5px;
    list-style: none;
    margin: 0;
    position: relative;
}
 #sidebar .menu li {
    position: relative;
}
 #sidebar .menu li:before {
    background-color: #e0e0e0;
    content: "";
    height: 1px;
    left: 15px;
    right: 15px;
    position: absolute;
    top: -1px;
}
#sidebar .menu li a {
    color: #444444;
    display: block;
    margin: 1px 0;
    padding: 12px 20px;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}
#sidebar .menu .active > a {color: #d74f0f; text-decoration: none;border-left: 3px solid #d74f0f;}

#sidebar .menu li a:hover {color: #d74f0f; text-decoration: none;border-left: 3px solid #d74f0f;}

#sidebar .menu li {
    position: relative;
}

/* Contact Form */
.add-1 p {margin: 0px 0 0px 0;}
.add-1 { 
    
}


.icon-circle {
    border: 1px solid #fc8129;font-size: 26px;height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;border-radius: 100%;
    color: #fc8129;
}
.conn {padding-top: 40px;}
.conn p {margin-top: 20px;}
.conn a { }
.conn a:hover, .conn a:focus {text-decoration: underline;color: #404040; }

.conn h3 {color: #202020;font-size: 20px;margin-top: 10px; font-weight:bold; margin-bottom: 0;}

.cont .contact-form {padding: 0 30px 0 0;}
.cont .contact-form button.thm-btn {margin-left: 0;margin-top: 20px;}

.cont .contact-form textarea {
    height: 130px;
   
}

.contact-form {
    position: relative;
   
    /*text-align: center;*/ padding: 30px;
}
.contact-map {padding: 30px; border: #e53a24 1px solid; }
.contact-map h4{color: #000;
    font-size: 40px; font-weight: bold;
}

.contact-bg {background: #e53a24;}

 .conn h2{color: #e53a24;
    font-size: 40px; font-weight: bold;
}
.contact-form h4{color: #fff;
    font-size: 40px; font-weight: bold;
}
.contact-form p {color: #fff;
    font-size: 18px; line-height: 25px;
}

/*.contact-form input[type="text"] {
    display: block;
    height: 46px;
    margin-bottom: 32px;
    width: 100%;
    font-size: 14px;
    padding: 0 15px;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    -webkit-appearance: none;
    border-radius: 0;
    
}*/
.contact-form input, .contact-form textarea {
    display: block;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    color: #182345;
    font-size: 15px;
   
    outline: none;
    border-radius: 0px;
    margin-bottom: 30px;
    
}
.contact-form select {width: 100%;
    height: 50px; margin-bottom: 30px;}
.contact-form textarea {
    height: 200px;
    padding-top: 15px;    COLOR: #000;
}
.contact-form ::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

.contact-form ::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}

.contact-form button.thm-btn {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.thm-btn {
    border: none;
    outline: none;
    display: inline-block;
    background: #fc8129;
    color: #fff;
    text-align: center;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    padding: 12px 48px;
    transition: all 0.4s ease;
}

.thm-btn:hover {background: #000;}

.sec-title p {
    color: #fb0c00;
    font-size: 20px;
    font-weight: 600;
    
    margin-bottom: 10px;
}
.sec-title h2 {
    color: #000;
    font-weight: bold;
    font-size: 32px;
    line-height: 50px;
}

.sec-title h2, .sec-title p {
    margin: 0;
}

.contact-form .btn-default{color: #fff;
    border-color: #fff;
    background: transparent;font-size: 16px;
    padding: 11px 32px 11px 31px;border-radius: 0;}

.contact-form .btn-default:focus, .contact-form .btn-default:hover {
    color: #54c6d4;
    background-color: #fff;
    border-color: #fff;
}

.form-full {
    width: 100%;
}
.mt-up {
    margin-top: -100px;
}

.traning a {color: #e2201a;}

.traning a:hover {color: #8c8c8c;}

/* Testimonials */
.testimonial-block {
    text-align: center;
}
.testimonial-img {
    margin-bottom: 20px;
    text-align: center;
}
.testimonial-name {
    font-size: 18px;
    color: #373332;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
}
.testimonial-meta {
    font-size: 12px;
    color: #d74f0f;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}
.testimonial-content {
    border: 1px solid #d74f0f;
    padding: 30px 50px;
    
    color: #d2232a;    /*text-align: center;*/
    margin-bottom: 30px; 
}

.testimonial-content p {color: #000; margin-bottom: 20px;font-size: 18px;    line-height: 26px;}
.testimonial-content h6{color: #000;font-size: 20px;    margin-bottom:0px;}
.testimonial-content span{color: #d2232a;font-size: 14px;}
.testimonial-content p .fa {
    color: #d2232a;font-size: 24px; 
    padding-right: 10px;
}

/* Clients */

.clients img {
    margin-bottom: 30px !important;
}

.clients .img-responsive {margin: 0 auto;}

.testimonials .TestiBgTrns {text-align: left; background-color: #ffffff; overflow: hidden; padding: 30px; margin-bottom: 30px;}

.testimonials .TestiBg {text-align: right; background-color: #f2f5f8; overflow: hidden; padding: 30px;margin-bottom: 30px;}



.testimonials h6 {    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;}

.testimonials p {line-height: 25px;
    font-size: 18px;
    margin: 0px 0 10px 0;
    color: #202020;}



.testimonials img {
  border-radius: 50%; 
}

.testimonials .img-responsive {margin: 0 auto;}

/* Faqs */
.faq h3 { color: #000;
    font-size: 24px;font-family: 'Poppins';
    font-weight:bold;
    margin-bottom: 38px;
    text-transform: capitalize;
}
.faq .panel-group .panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.faq .panel-default > .panel-heading {
    padding: 0;
    background: #e7e9eb;
}
.faq .panel-heading {
    border-radius: 0;
}
.faq .panel-default > .panel-heading a.collapsed {
    background-position: right top;
}
.faq .panel-default > .panel-heading a {
    padding: 13px 60px 14px 28px;
    color: #26211d;
    position: relative;
}
.faq .panel-title > a {
    display: block;
}
.faq .collape-plus {
    background: #d74f0f;
    color: #fff;
}
.faq .collape-plus {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 48px;
    height: 100%;
    text-align: center;
}
.faq .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding: 48px 18px;
    background: #f2ede9;
}
.faq .panel-group .panel p {
    font-weight: 300;
}
.collape-plus:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    font-weight: 400;
    text-transform: capitalize;
}

/* Footer */
.footerTop {
    color: #fff;    background-color: #fc8129;
    font-weight: normal;
    position: relative;
    font-family: 'Poppins';
    margin-top: 0px;
    
}

.footerIn {background-color: #fc8129;padding: 32px 0px;overflow: hidden;}
.footerTop h6 {font-size: 34px; font-weight:700;line-height: 36px;}
.footerTop p {font-size: 18px; color: #fff;margin-top: 9px;
}
.footer-btn {text-align:right;padding-top: 0px;}
.footerTop .btn-default {color: #fc8129;background-color: #fff;border-color: #fc8129;}
.footerTop .btn-default:hover {color: #fff;background-color: #000;border-color: #000;}
.footerTop .btn {font-size: 22px;padding: 13px 20px;    font-weight: bold; }

/*.footerTop {background: #d2232a; padding: 20px 0;}
.footerTop p {padding-top: 25px;}
.footerTop p{ color: #fff;font-size: 36px;font-weight: bold;font-family: 'Poppins'; margin: 0;}

.footerTop span {color: #fff;font-size:30px;font-weight:400;font-family: 'Poppins'; margin: 0;}*/

footer.site-footer .hr__mod {height: 3px;
    width: 50px;    background: #fc8129;
    display: inline-block;
    border: none;
    margin-top: 5px;
    margin-bottom: 15px;}

footer.site-footer {background: #f2f2f2;padding-top: 50px;float: left;width: 100%;}
footer.site-footer h4 {font-size: 20px;font-weight:600;color: #020d26;text-transform:capitalize;margin-bottom: 10px;}
footer.site-footer ul {padding-left: 0;margin-bottom: 20px;list-style: none; list-style-position: inside;}
footer.site-footer ul a {color: #000;font-size: 16px;}

footer.site-footer p {font-size: 16px;color: #000;margin-top: 5px;}
footer.site-footer p a {color: #000;}
footer.site-footer p a:hover {color:#fc8129;text-decoration: none;}
footer.site-footer p a:focus {color:#fc8129;text-decoration: none;}

p.text {color: #b1b1b1;}
footer.site-footer p .fa{font-size: 23px;color: #d2232a;vertical-align: middle; padding-right: 5px;}
#copyright {background: #06163a;color: #000;padding: 15px 0;font-size: 16px;margin-top: 20px;}
#copyright p, #copyright ul {margin: 0;font-size: 15px; color: #fff;}
#copyright p span, #copyright ul span {color: #fff; font-weight: bold;}
#copyright a {color: #000;font-size: 14px;}
.site-footer li a:hover {color:#d74f0f;text-decoration:none;}
ul.big li {/*float: left;width: 49%;*/margin-bottom: 0px;line-height: 34px;}
ul.big li:nth-child(2n) {/*margin-left: 2%;*/}
ul.soc li {    margin-bottom: 12px; display: inline;margin-right: 7px;}

.btn-facebook {color: #fff !important; background: #fc8129; border: 1px #fc8129 solid;}
.btn-facebook:hover, .btn-facebook:active {color: #fc8129 !important;  background: none;  border: 1px #e53a24 solid;}
.btn-linkedin {color: #fff !important; background: #fc8129;border: 1px #fc8129 solid;}
.btn-linkedin:hover, .btn-linkedin:active { color: #fc8129 !important;  background: none;  border: 1px #e53a24 solid; }
.btn-twitter {color: #fff !important; background: #fc8129;border: 1px #fc8129 solid;}
.btn-twitter:hover, .btn-instagram:active { color: #fc8129 !important;  background: none;  border: 1px #e53a24 solid; }
.btn-whatsapp {color: #fff !important; background: #fc8129;border: 1px #fc8129 solid;}
.btn-whatsapp:hover, .btn-whatsapp:active { color: #fc8129 !important;  background: none;  border: 1px #e53a24 solid; }
.btn-youtube {color: #fff !important; background: #fc8129;border: 1px #fc8129 solid;}
.btn-youtube:hover, .btn-instagram:active { color: #fc8129 !important;  background: none;  border: 1px #e53a24 solid; }
.btn-social {
    -webkit-font-smoothing: antialiased;
    font-size: 20px !important;
    padding: 1px 8px;
    border-radius: 50%;
    display: inline-block;
    width: 35px;
    height: 35px;
    /*line-height: 1px;*/}


@media (max-width:462px) {.fbox:last-child {margin-top: 20px;float: left;width: 100%;}}


/* loder */
.bg_load {
    position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #EEE;
}

.wrapper {
    /* Size and position */
	font-size: 20px; /* 1em */
    width: 9em;
	height: 9em;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -100px;

    /* Styles */
	border-radius: 50%;
    background: rgba(255,255,255,0.1);
    border: 1em dashed rgba(215,79,15,0.9);
/*    border: 1em dashed #01baf2;*/
    box-shadow: 
        inset 0 0 2em rgba(255,255,255,0.8),
        0 0 0 0.7em rgba(255,255,255,0.8);
    animation: rota 3.5s linear infinite;

    /* Font styles */
    font-family: 'Racing Sans One', sans-serif;
    
    color: #444;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 .04em rgba(255,255,255,0.9);
    line-height: 6em;
}

.wrapper:before,
.wrapper:after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: inherit;
    box-shadow: inset 0 0 2em rgba(255,255,255,0.3);
    border: 1em dashed;
}

.wrapper:before {
    border-color: rgba(138,189,195,0.2);
	top: 0; right: 0; bottom: 0; left: 0;
}

.wrapper:after {
	border-color: rgba(138,189,195,0.4);
    top: 1em; right: 1em; bottom: 1em; left: 1em; 
}

.wrapper .inner {
    width: 100%;
    height: 100%;
    animation: rota 3.5s linear reverse infinite;
}

.wrapper span {
    display: inline-block;
    animation: placeholder 1.5s ease-out infinite;
}

.wrapper span:nth-child(1)  { animation-name: loading-1;  }
.wrapper span:nth-child(2)  { animation-name: loading-2;  }
.wrapper span:nth-child(3)  { animation-name: loading-3;  }
.wrapper span:nth-child(4)  { animation-name: loading-4;  }
.wrapper span:nth-child(5)  { animation-name: loading-5;  }
.wrapper span:nth-child(6)  { animation-name: loading-6;  }
.wrapper span:nth-child(7)  { animation-name: loading-7;  }

@keyframes rota {
    to { transform: rotate(360deg); }
}

@keyframes loading-1 {
    14.28% { opacity: 0.3; }
}

@keyframes loading-2 {
    28.57% { opacity: 0.3; }
}

@keyframes loading-3 {
    42.86% { opacity: 0.3; }
}

@keyframes loading-4 {
    57.14% { opacity: 0.3; }
}

@keyframes loading-5 {
    71.43% { opacity: 0.3; }
}

@keyframes loading-6 {
    85.71% { opacity: 0.3; }
}

@keyframes loading-7 {
    100% { opacity: 0.3; }
}
/* End loder */



/* Page */
.page-main {float: left;width: 100%;background-color: #fff;margin-bottom: 30px;}


@media (min-width: 767px) and (max-width: 992px ) {.carousel-inner .active.left {left: -50%;}.carousel-inner .next {left:  50%;}.carousel-inner .prev {left: -50%;}.active > div {display:none;}.active > div:first-child {display:block;}.active > div:first-child + div {display:block;}}


/* Responsive */
@media only screen and (max-width: 767px){
  .rs_slider .text-container .con_text {font-size: 22px;line-height: 35px;}
  .rs_slider .caption-container {width: 82%;}
  .rs_slider .text-container p {font-size: 15px; line-height: 22px;}
    .ElementText {padding: 60px 60px 60px 60px;}
    .ElementText h6 {font-size: 35px;} 
    .ElementText p {font-size: 20px;}
    .ElementBg {height: auto;}
    .homeAboutText {text-align: center;}
    .homeAboutImg{text-align: center;}
    .Serthumbnail img {margin: 0 auto;}
    .rs_slider .flex-caption {top: 30%;}
    .rs_slider .caption-container .btn-lg {padding: 5px 14px;font-size: 11px;}
    .rs_slider .text-container .con_text a {margin-top: 15px;}
    .footerTop {text-align: center;}
    .footer-btn {text-align: center;}
    .footerTop .pull-right {float: none !important;}
    .footerTop p {margin-bottom: 20px;    text-align: center;}
    .pb-xs-30 {padding-bottom: 30px; }
    .ptb, .ptb-80 {padding-top: 40px;padding-bottom: 40px;}
    .navbar-brand>img {
    margin: 0 auto;
    }
    .navbar-brand {
    float: none;
    }
      .carousel-inner .active.left {left: -100%;}
    .carousel-inner .next {left: 100%;}
    .carousel-inner .prev {left: -100%;}
    .active > div {display:none;}.active > div:first-child {display:block;}

    .navbar-brand {
    float: none;
	}
    .navbar-top{padding: 18px 0;}
    .top p {font-size: 24px;    text-align: center;}

    .navbar {padding-top: 0px;}

    .footerTop h6 {font-size: 26px; margin-bottom: 20px;}

    .HomeCounter {padding: 10px 0px;}

    .counter-wrap { padding: 20px 0;}
    
    .whychoose { padding: 50px 0px; }
   
	   
}

@media screen and (max-width:462px) {
    .top {text-align: center;}.top ul.list-inline{float: none !important;text-align: center;}
    .hero_content {padding: 80px 0;}
    .hero_content h1 {font-size: 32px;}
    .hero_content h2 {width: 90%;font-size: 21px;}
    /*.boxes_area .row {margin-left: -20px;margin-right: -20px;}*/
    .boxes_area .box p {margin-bottom: 30px;}
    .services .media .media-left {padding-right: 15px;}
    
    .category-content .media-body {float: left;position: relative;width: 100%;}
    .category-content .media-body h3 {margin-top: 20px;}
    .category-main .meta {position: relative;width: 100%;}
    .category-main .meta .pull-left {margin-left: 40px;}
    .category-main .meta .pull-right {display: none;}
    
    .sidebar {margin-top: 40px;}
    .footerTop .pull-right { float: none !important;}
    .footerTop p { margin-bottom: 20px;}
	.homeAbout h1 {font-size: 26px;}
	.homeTittle {font-size: 26px;}.block-text p {font-size: 18px;}
	.block-text span {font-size: 22px;}
	.HomeTestimonials .title-wrap {padding-bottom: 10px;}
    .footerTop h6 {font-size: 20px;}
    .footerTop p {font-size: 16px;}
    .counter-text h4 {font-size: 20px;}
}

@media (min-width:463px) and (max-width:768px) {
    .fbox {float: left;}
    .fbox:nth-child(3) {float: right !important;}

	.homeTittle {font-size: 26px;}

    .homeAbout h1 {font-size: 26px;}
    .homeAbout h2 {font-size: 26px;}
    .whychooseTxt p {text-align: center;}
    .weDo h3 {font-size: 26px;}

    footer.site-footer {text-align: center;}

    .footerTop .btn {font-size: 14px; padding: 10px 16px;}
}

@media only screen and (max-width: 320px){
.top_col .left_doct {float: none;margin-right: 0px;}
.left_doct .img-responsive {margin: 0 auto;}
.top_col .right_text_clock {text-align: center;}

.homeTittle {font-size: 22px;}

.homeAbout h1 {font-size: 22px;}

.homeAbout p {font-size: 16px;}

.title-wrap p {font-size: 16px;}



}

@media only screen and (max-width: 768px){

	.HomeTestimonials .carousel {
    margin-bottom: 0;
    padding: 0px 10px 30px 10px;
	}

	.HomeTestimonials .block-text {
	width: 100%;
	padding: 20px 0px;
	}

.testimonials .TestiBgTrns {text-align: center; }

.testimonials .TestiBg {text-align: center;}
    
 .testimonials img {max-width: 50%;} 
   
 .testimonials .TestiBg p {margin-bottom: 30px;}   
  

	
}

@media (max-width: 1000px){

.header-advanced .container-fluid {
    display: none !important;
}

.header-advanced, .header-advanced .topmenu nav:first-child:before {
    border-top: #1e2126 0px solid;
}

}