body {
	font-family: 'Open Sans', sans-serif;
	color: #747474;
	font-size: 15px;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
a, a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  color: #333;
}

/****Fix Social Icons***/
.fix-social {
  position: fixed;
  top: 50%;
  z-index: 222;
  margin-top: -95px;
}
.fix-social > ul {
  margin-top: -10px;
}
.fix-social li {
  margin-top: 10px;
  margin-left: 10px;
}
.fix-social li a {
  background: #0974a8 none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  width: 40px;
  color: #fff;
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.fix-social li a:hover {
  opacity: 0.9;
}
.fix-social li:nth-child(2) a {
  background: #f15b26 none repeat scroll 0 0;
}
.fix-social li:nth-child(3) a {
  background: #fcb30b none repeat scroll 0 0;
}
.fix-social li:last-child a {
  background: #43cb83 none repeat scroll 0 0;
}
	 
/*****Fix Feedback Form*****/

.feed-form-wrapper {
  background: transparent none repeat scroll 0 0;
  bottom: 0;
  position: fixed;
  right: 15px;
  width: 300px;
  z-index: 999999;
}
.feedHeader h2 {
  background: #d93025 none repeat scroll 0 0;
  border-radius: 6px 6px 0 0;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 15px;
  position: relative;
  text-align: left;
}
.feedHeader h2 i {
  color: #fff;
  font-size: 20px;
  margin-left: 10px;
  position: absolute;
  right: 15px;
  top: 10px;
}
#feedForm {
    background: #f2f2f2;
    float: left;
	width: 100%;
}
#feedForm .feedBody {
    padding: 15px !important;
    float: left;
	width: 100%;
}
#feedForm .formHeader {
  //background: #e85d26 none repeat scroll 0 0;
  color: #000;
  float: left;
  font-size: 16px;
  margin-bottom: 0;
  padding: 6px 20px 0 20px;
  width: 100%;
}
.feedBody .form-group {
    margin-bottom: 10px;
}
.feedBody .form-group input, .feedBody .form-group textarea {
  background: #fff none repeat scroll 0 0;
  font-size: 15px;
  padding: 10px 20px;
}
.feedBody .form-group textarea {
    height: 90px !important;
    min-height: 90px;
}
.form-group > textarea {
	margin-bottom: 0px !important;
	resize: none;
}

.formHeader > ul > li {
  display: inline-block;
  vertical-align: middle;
}
.formHeader > ul > li i {
  font-size: 28px;
  margin-right: 6px;
  color: #e85d26;
}
.feedFooter {
  float: left;
  padding: 0 15px 15px 15px;
  width: 100%;
}
.feedFooter > button {
  background: #2f2c2c none repeat scroll 0 0;
  width: 100%;
  padding: 17px 40px;
}
.feedFooter > button:hover, .feedFooter > button:focus {
  background: #2f2c2c none repeat scroll 0 0;
  opacity: 0.9;
  color: #fff;
} 

/*******Header*****/
.logo {
  margin: 18px 0;
}

.topbar {
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  margin-bottom: 12px;
  padding: 0 0 13px;
}
.topbar-right > p {
  margin: 0;
  text-align: right
}


.main-header {
  padding: 18px 0;
}
.head-contact {
  text-align: right;
}
.head-contact li {
  animation-delay: 2s;
  display: inline-block;
  margin-left: 14px;
  transition: background 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
}

.head-contact li > span {
  background: #fcb30c;
  border: 2px solid #fcb30c;
  border-radius: 50%;
  color: #fff;
  float: left;
  line-height: 41px;
  margin-right: 10px;
  padding: 0;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 45px;
}
.head-contact li:hover span {
  background: #fff none repeat scroll 0 0;
  color: #fcb30c;
}
.head-contact li > span img {
  width: 25px;
  display: none;
}
.head-contact li > span i {
  font-size: 22px;
}

.head-contact li h3 {
  color: #747474;
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 4px 15px 0 0;
  text-align: left;
}
.head-contact li h3 span {
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-BOttom: 6px;
  padding-left: 0;
}

.main-nav {
  background: #d93025 none repeat scroll 0 0;
  position: inherit;
  transition: all 0.5s ease 0s;
}
.main-navshrink {
  background: #d93025 none repeat scroll 0 0;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
  left: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  z-index: 99999999;
}


#cssmenu > ul > li.top_social {
  float: right;
}
#cssmenu > ul > li.top_social > a {
  background: #0974a8 none repeat scroll 0 0;
  border-radius: 50%;
  float: left;
  line-height: 32px;
  margin: 9px 5px;
  padding: 0;
  text-align: center;
  width: 32px;
}
#cssmenu > ul > li.top_social > a:hover {
  background: #fcb30c none repeat scroll 0 0;
}





/*****Slider Css***/
.bs-slider{
    overflow: hidden;
    max-height: 550px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .carousel-inner {
  height: 550px;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
  margin: auto;
  width: 100% !important;
  min-height: 550px;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
  background: transparent none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 45px;
  font-weight: normal;
  height: 50px;
  line-height: 40px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-shadow: none;
  top: 47%;
  width: 50px;
  z-index: 100;
  text-align: center;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 10%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide-caption {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

/**.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}**/

.slide-text > h1 {
  animation-delay: 0.7s;
  color: #ffffff;
  display: inline-block;
  font-size: 70px;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 84px;
  margin-bottom: 30px;
  padding: 0;
  margin-top: 130px;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.btn-common{
    color: #fff;
	background: #2f2c2c;
    font-weight: 400;
    font-size: 15px;
	border-radius: 6px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 15px 40px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	position: relative;

}
.btn-common.btn-orange {
	background: #fcb30c; 
}
.btn-common.btn-green {
	background: #43cb83; 
}
.btn-common.btn-blue {
	background: #d93025; 
}

.btn-common:hover,
.btn-common:active {
    opacity: 0.9;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	color: #fff;
}

.semicircle {
  display: block;
  height: 18px;
  left: 12px;
  overflow: hidden;
  position: absolute;
  top: 7px;
  width: 18px;
}
.semicircle::after {
  border: 2px solid #fff;
  border-radius: 100%;
  content: "";
  display: block;
  height: 35px;
  position: absolute;
  width: 35px;
}





/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}


.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
}



.info-section .info-col:first-child {
  background: #d93025;
}
.info-section .info-col:nth-child(2) {
  background: #1c93ce none repeat scroll 0 0;
  transform: scale(1.13);
  z-index: 2;
  position: relative;
}
.info-section .info-col:nth-child(3) {
  background: #0f81ba;
}
.info-section .info-col:last-child {
  background: #036fa4;
}

.info-col {
  padding: 50px 30px;
  text-align: center;
}
.info-icon > span {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  padding: 10px;
}
.info-icon i {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  font-size: 40px;
  line-height: 80px;
  width: 80px;
  color: #2ba6e3;
}
.info-des {
  color: #fff;
}
.info-des > h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.info-des > p {
  margin: 0;
}


.white-section {
	padding: 60px 0;
}
.light-section {
	background: #f4f4f4;
	padding: 60px 0;
}
.heading {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
.title-box {
  color: rgba(74, 74, 74, 0.1);
  font-size: 124px;
  left: 0;
  margin-left: 0;
  position: absolute;
  top: -35px;
  width: 80px;
  z-index: 1;
}
.heading h1 {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 10px;
  margin-top: 0;
  padding-left: 15px;
  padding-top: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
}
.heading > h1::before {
  background: #d93025;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 3px;
  bottom: 0;
}
.heading > h1::after {
  background: #d93025 none repeat scroll 0 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}
.heading.wht-heading h1 {
  color: #fff;
}
.heading.wht-heading p {
  color: #fff;
}
.heading.wht-heading > h1::before, .heading.wht-heading > h1::after {
  background: #fff none repeat scroll 0 0;
}
.heading.wht-heading .title-box  {
  color: rgba(255, 255, 255, 0.1);
}
.heading.left-heading {
  text-align: left;
}

.services-section {
  position: relative;
  z-index: 1;
  //padding: 30px 0 40px 0;
}
.service-block {
  //margin-top: -30px;
}

.service-block .col-md-2 {
  padding: 0 10px;
  width: 20%;
}
.service_col {
  background: rgba(0, 0, 0, 0) url("../images/dot-pattern.png") repeat scroll 0 0;
  margin-top: 20px;
  max-height: 388px;
  overflow: hidden;
  padding: 30px 20px;
  position: relative;
  text-align: center;
  transition: all 300ms ease-in-out 0s;
}
.service_col:hover {
  box-shadow: 0 3px 29px 0 rgba(0, 0, 0, 0.2);
}
.service_col > img {
  width: 60px;
}



.service_col .hover_box {
  margin: 0;
  transition: all 300ms ease-in-out 0s;
  width: 100%;
}

.service_col .hover_box .hover_box_inner h3 {
  display: block;
  font-size: 20px;
  line-height: 20px;
  margin: 30px 0 15px 0;
  text-transform: uppercase;
  transition: all 300ms ease-in-out 0.1s;
  width: 100%;
  font-weight: 600;
}
.service_col:hover .hover_box .hover_box_inner h3 {
  color: #d93025;
}
.service_col .hover_box .hover_box_inner p {
  color: #777777;
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 20px 0;
  transition: all 300ms ease-in-out 0.1s;
  width: 100%;
}
.service_col .hover_box .hover_box_inner .read_more {
  color: #232323;
  font-size: 14px;
  //font-weight: bold;
  //line-height: 40px;
  //text-transform: uppercase;
  transition: all 300ms ease-in-out 0.1s;
}

.service_col:hover .hover_box .hover_box_inner .read_more{
  color: #fcb30c;
}






.about-img > img {
  max-width: 100%;
}

.about-feature > h3 {
  line-height: 36px;
  margin-bottom: 20px;
}
.about-feature > ul {
  margin-top: -30px;
  overflow: hidden;
}
.about-feature li {
  float: left;
  margin-top: 30px;
  width: 100%;
}
.about-feature li img {
  float: left;
  margin-right: 25px;
  width: 100px;
}
.about-feature li h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0;
}
.about-feature li p {
  margin: 0;
}






.process-col {
  text-align: center;
}
.process-img {
  background: #f4f6f7 none repeat scroll 0 0;
  border-radius: 50%;
  height: 166px;
  line-height: 166px;
  margin: auto;
  position: relative;
  width: 166px;
}
.process-img img {
  transition: all 300ms ease-in-out 0s;
}
.process-col:hover .process-img img {
  opacity: 0.05;
}
.process-img::before {
  background: rgba(0, 0, 0, 0) url("../images/dotted.png") repeat scroll 0 0 / cover ;
  bottom: -7px;
  content: "";
  height: 180px;
  left: -7px;
  position: absolute;
  transition: all 300ms ease-in-out 0s;
  width: 180px;
}
.process-col:hover .process-img::before {
  background: rgba(0, 0, 0, 0) url("../images/dotted-hover.png") repeat scroll 0 0 / cover ;
}
.process-hover {
  color: #333333;
  font-style: italic;
  left: 0;
  line-height: 20px;
  margin-top: -20px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 300ms ease-in-out 0s;
}
.process-col:hover .process-hover {
  opacity: 1;
}
.process-col > h4 {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 30px;
  transition: all 300ms ease-in-out 0s;
  font-size: 20px;
}
.process-col:hover > h4 {
  color: #fcb30c;
}


.rating-section {
  //background: #f8ba2d none repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) url("../images/testimonial-bg.jpg") no-repeat scroll center center / cover ;
}
/**.rating-section {
  background: rgba(0, 0, 0, 0) url("../images/reviews-bg.png") no-repeat scroll center center / cover ;
}**/
.review-text  .heading.wht-heading p {
  //color: #2c2c2c;
}
.review-text  .heading .title-box {
  //color: #fcb30b;	
}
.review-text {
  border-right: 1px solid #4d4d4d;
  padding: 35px 0 60px;
}
.review-text > h1 {
  color: #fff;
  line-height: 45px;
  margin-bottom: 0;
}
.review-text > h1 span {
  color: #d93025;
}
.review-text > h3 {
  border-bottom: 1px solid #4d4d4d;
  color: #aaaaaa;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 50px;
  margin-top: 10px;
  padding-bottom: 30px;
}
.review-text > p {
  color: #fff;
}

.rating-slider {
  //background: #df9b00 none repeat scroll 0 0;
  //background: #fcb30b none repeat scroll 0 0;
  padding: 50px;
  //padding: 30px;
  //border: 2px dashed;
  position: relative;
}
.review-item {
  color: #fff;
  text-align: left;
}
.review-user-thumb {
  float: left;
  margin-right: 20px;
}
.review-user-thumb > img {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 65px;
  width: 65px;
}
.review-content {
  color: #aaaaaa;
  font-style: italic;
  line-height: 30px;
  margin-bottom: 25px;
}


.review-user-name {
  color: #fcb30c;
  //color: #2c2c2c;
  font-size: 18px;
  font-weight: 600;
}
.review-user-meta {
  color: #fff;
  font-size: 14px;
}


.rating-slider .util-theme-default .util-navigation {
  left: -100%;
  padding: 0 15px;
  position: absolute;
  bottom: -30px;
}
.rating-slider .util-theme-default .util-prev, .rating-slider  .util-theme-default .util-next {
  background-color: #4d4d4d;
  padding: 8px 12px;
  border-radius: 0;
}




.crsl-ind.util-theme-default .util-pagination {
  margin-top: 30px;
  height: 40px;
}
.crsl-ind.util-theme-default .util-page span {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 6px !important;
  height: 15px !important;
  width: 10px !important;
} 
.crsl-ind.util-theme-default .util-page.active-page span, .crsl-ind.util-theme-default .util-page span:hover {
  background-color: #d93025;
  border-color: #d93025 !important;
  height: 26px !important;
}
.crsl-ind.crsl-ind-dark.util-theme-default .util-page span {
  border: 1px solid #555;
} 


.speak-section {
  background: rgba(0, 0, 0, 0) url("../images/speaks-bg.jpg") no-repeat fixed left center / cover ;
  position: relative;
}
.speak-section::before {
  background: #fff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  opacity: 0.6;
}
.speak-col {
  text-align: center;
}
.speak-img {
  border-radius: 50%;
  height: 165px;
  margin: auto;
  width: 165px;
  transition: all 300ms ease-in-out 0s;
}
.speak-img > img {
  width: 165px;
}
.speak-col:hover .speak-img {
  box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
}
.speak-col > h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 30px;
}
.speak-col > h4 span {
  color: #fcb30c;
  font-size: 15px;
  font-weight: normal;
}

.why-choose-section {
  background: #0974a8 none repeat scroll 0 0;
}
.why-image > img {
  max-width: 90%;
}
.why-text {
  color: #ffffff;
}
.choose-list {
  margin: 20px 0;
  overflow: hidden;
}
.choose-list > li {
  margin-bottom: 12px;
  padding-bottom: 2px;
  padding-left: 30px;
  padding-top: 2px;
  position: relative;
  width: 50%;
  float: left;
}
.choose-list span {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  bottom: 0;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px;
}
.choose-list span i {
  color: #fcb30c;
  height: 20px;
  left: 0;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
.choose-list p {
  margin: 0;
}

.contt-form{
  //background: #fff none repeat scroll 0 0;
  //box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  //padding: 40px;
  position: relative;
}
.query-frm-hdr > h3 {
  font-size: 28px;
  margin-bottom: 30px;
  margin-top: 0;
  position: relative;
}
.contt-form.form-group label {
  font-weight: 500;
  padding-left: 10px;
}
.contt-form .form-group {
  margin-bottom: 20px;
}
.form-control {
  background: #f2f2f2 none repeat scroll 0 0;
  border-radius: 0;
  height: auto;
  padding: 13px 20px;
}
.query-frm-ftr > p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
}



.blog-carousel.fullwidth .item:hover .link-container a, .blog-carousel.fullwidth .item:hover .link-contianer a {
  transform: translateY(-30%);
}
.blog-carousel.fullwidth .item:hover .link-container a:hover, .blog-carousel.fullwidth .item:hover .link-contianer a:hover {
  transform: translateY(-30%);
}
.blog-carousel.fullwidth .item .detail-container {
  background: #0974a8 none repeat scroll 0 0;
}
.blog-carousel.fullwidth .item .detail-container h4, .blog-carousel.fullwidth .item .detail-container p {
  color: #ffffff;
}




.client-section {
  padding: 60px 0 100px 0;
}
.client {
  background: #ffffff none repeat scroll 0 0;
  min-height: 154px;
  padding: 43px;
  text-align: center;
  transition: all 300ms ease-in-out 0s;
}
.client:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.client > img {
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 300ms ease-in-out 0s;
}

.client:hover > img {
  filter: grayscale(0%);
  opacity: 1;
}
/**.client2 {
  box-shadow: 0 0 26px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}**/




footer {
	
}
.footer-top {
  background: #fcb30c none repeat scroll 0 0;
  margin-top: -42px;
  padding: 20px;
}
.f-info-box {
  color: #ffffff;
  float: left;
  padding: 0 0 0 35px;
  position: relative;
  text-align: left;
  width: 100%;
}
.f-info-box > img {
  float: left;
  left: 0;
  position: absolute;
  top: 0;
}
.footer-top .f-info:nth-child(2) img {
  top: 7px;
}
.f-info-box h4 {
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  vertical-align: middle;
}
.f-info-box h4 span {
  font-size: 20px;
  font-weight: 600;
  margin-right: 5px;
}




.footer-main {
  background: #242424 none repeat scroll 0 0;
  color: #ffffff;
  position: relative;
}
.footer-main::before {
  background: rgba(0, 0, 0, 0) url("../images/footer-bg.png") repeat scroll center center;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fotr-widget {
  padding-top: 60px;
  padding-bottom: 60px;
}
.fotr-abt {
  border-right: 1px solid #4d4d4d;
}

.fotr-heading > h3 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
  padding-bottom: 20px;
  position: relative;
}
.fotr-heading > h3::before {
  background: rgba(0, 0, 0, 0) url("../images/footer-widget-sep.png") no-repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 63px;
}
.fotr-text {
  margin-bottom: 40px;
  padding-right: 60px;
  text-align: justify;
}


.fotr-links {
  padding-left: 90px;
  padding-right: 90px;
}
.servc-list > li {
  margin-bottom: 25px;
}
.servc-list li a {
  color: #fff;
  font-size: 16px;
}
.servc-list li a:hover {
  color: #d93025;
}
.servc-list li a i {
  margin-right: 15px;
}



.pro-list li {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}
.pro-list li a img {
  width: 77px;
}

.footer-bottom {
  padding: 20px 0 0 0;
  text-align: left;
}
.footer-bottom p {
  margin: 0;
  padding: 9px 0;
}
.footer-bottom p  span {
  color: #d93025;
}
.f-social {
  border-top: 1px solid #4d4d4d;
  padding-top: 40px;
}
.f-social > li {
  display: inline-block;
}
.f-social li a {
  background: #323232 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  line-height: 40px;
  margin-left: 5px;
  text-align: center;
  transition: background 0.5s ease-in-out 0s, color 0.5s ease-in-out 0s;
  width: 40px;
}
.f-social li:first-child a:hover {
  background: #0974a8 none repeat scroll 0 0;
}
.f-social li:nth-child(2) a:hover {
  background: #f15b26 none repeat scroll 0 0;
}
.f-social li:nth-child(3) a:hover {
  background: #fcb30b none repeat scroll 0 0;
}
.f-social li:last-child a:hover {
  background: #43cb83 none repeat scroll 0 0;
}





.page-banner {
  background: rgba(0, 0, 0, 0) url("../images/about-banner.jpg") repeat scroll 0 0;
  padding: 50px 0;
  position: relative;
  text-align: center;
  z-index: 1;
}
.page-banner::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.page-title h1 {
  color: #fff;
  font-size: 40px;
  margin: 0;
  text-transform: uppercase;
}
.breadcrumb-bg {
}
.breadcrumb-bg .breadcrumb {
  background: transparent none repeat scroll 0 0;
  margin: 0;
  padding: 10px 0;
}
.breadcrumb-bg .breadcrumb a {
  color: #fcb30c;
}
.breadcrumb-bg .breadcrumb .active {
  color: #fff;
}
.breadcrumb-bg .breadcrumb > li + li::before {
  content: "\f101";
  font-family: "FontAwesome";
  color: #fff;
}

.page-banner.about-banner {
  background: rgba(0, 0, 0, 0) url("../images/about-banner.jpg") repeat scroll 0 0;
}

.about-accordian .panel-group {
  margin: 0;
}
.panel-title > a::before {
  background: rgba(0, 0, 0, 0) url("../images/minus.png") no-repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  content: "";
  float: right;
  font-family: FontAwesome;
  padding-right: 5px;
  position: absolute;
  right: 10px;
  top: 20px;
  width: 14px;
  z-index: 3;
}
.panel-title > a.collapsed::before {
  background: rgba(0, 0, 0, 0) url("../images/plus.png") no-repeat scroll 0 0;
  top: 15px;
}

.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}

.about-accordian .panel-group .panel {
  border-radius: 0;
  margin-bottom: 15px;
  border: 0;
}
.about-accordian .panel-group .panel:last-child {
  margin-bottom: 0;
}

.about-accordian .panel-heading {
  padding: 0;
  background: transparent;
}
.about-accordian .panel-title {
  position: relative;
}

.about-accordian .panel-title:hover::before {
  border-color: transparent #314555 transparent transparent;
}
.about-accordian .panel-title > a {
  border-bottom: 2px solid #fcb30c;
  color: #314555;
  display: block;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.about-accordian .panel-title > a.collapsed {
  border-bottom: 2px solid #ddd;
}
.about-accordian .panel-title > a img {
  margin-right: 10px;
}


.about-accordian .panel-body {
  padding: 20px 50px 20px 20px;
  position: relative;
  border: 0 !important;
}
.about-accordian .panel-body > p {
  border-left: 2px solid #e8e8e8;
  padding-left: 15px;
  position: relative;
}
.about-accordian .panel-body > p::before {
  border: 2px solid #e8e8e8;
  bottom: -7px;
  content: "";
  height: 8px;
  left: -5px;
  position: absolute;
  width: 8px;
}





.service-page-content {
	padding-top: 40px;
}


.query-from {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.2);
  margin-top: -95px;
  padding: 20px 30px 40px;
  position: relative;
  z-index: 2;
}
.query-from-inner .query-frm-hdr > h3 {
  font-size: 25px;
  margin-bottom: 12px;
}
.query-from-inner .query-frm-hdr > h4 {
  font-size: 18px;
}
.query-frm-hdr > h4 {
  color: #f15b26;
  margin-top: 0;
  font-size: 20px;
}
.query-from-inner .query-frm-hdr > p {
  font-size: 15px;
}
.query-from-inner .query-images .seoscore1 {
  right: 10px;
  top: 5px;
  width: 80px;
}
.query-from.query-from-inner .row {
  margin: 0 -5px;
}
.query-from.query-from-inner .form-group.col-md-6.col-sm-6, .query-from.query-from-inner .form-group.col-md-12.col-sm-12 {
  padding: 0 5px;
}
.query-from-inner .form-control {
  padding: 10px 20px;
}
.query-from-inner textarea.form-control {
  height: 73px;
}
.query-from-inner .btn-common {
  padding: 16px 40px;
}

.query-from.query-from-inner::before, .query-from.query-from-inner::after {
  content: "";
  height: 8px;
  position: absolute;
}
.query-from.query-from-inner::before {
  background: #eaeaea none repeat scroll 0 0;
  bottom: -8px;
  left: 10px;
  width: calc(100% - 22px);
  z-index: 10;
}
.query-from.query-from-inner::after {
  bottom: -15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  left: 15px;
  width: calc(100% - 40px);
}


.contt-address {
  padding-top: 50px;
}
.contt-info-col {
  border: 1px solid #ddd;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  padding: 40px;
  text-align: center;
}
.contt-info-col > h4 {
  color: #747474;
  font-size: 15px;
  margin: 20px 0;
  min-height: 33px;
  line-height: 20px;
}
.contt-info-col > p {
  color: #fcb30c;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}

.contact-form-section {
  padding-bottom: 100px;
}
.contt-social {
  border-top: 1px solid #ddd;
  margin-top: 25px;
  padding-top: 25px;
}
.contt-social li {
  display: inline;
  margin-right: 10px;
}
.contt-social li:first-child {
  color: #333;
  font-size: 21px;
  font-weight: 600;
  margin-right: 20px;
}
.contt-social li:last-child {
  margin-right: 0;
}
.contt-social li a {
  background: #0974a8 none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  width: 40px;
  color: #fff;
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.contt-social li a:hover {
  opacity: 0.9;
}
.contt-social li:nth-child(2) a {
  background: #f15b26 none repeat scroll 0 0;
}
.contt-social li:nth-child(3) a {
  background: #fcb30b none repeat scroll 0 0;
}
.contt-social li:last-child a {
  background: #43cb83 none repeat scroll 0 0;
}


.service-text > h3 {
  line-height: 36px;
  margin-bottom: 20px;
  margin-top: 0;
}
.service-text  ul {
  margin-top: 20px;
}
.service-text li {
  margin-bottom: 20px;
}
.service-text li i {
  color: #fcb30c;
  margin-right: 10px;
}




.service-page-content {
  position: relative;
}

.srvc-img > img {
  max-width: 100%;
}

.service-slider .owl-buttons {
  display: none;
}
.service-slider .owl-pagination {
  height: 40px;
}
.service-slider  .owl-theme .owl-controls .owl-page span {
  background: transparent;
  border-radius: 20px;
  display: block;
  height: 15px;
  margin: 5px 7px;
  opacity: 1;
  width: 10px;
  border: 1px solid #555;
}
.service-slider  .owl-theme .owl-controls .owl-page.active span, .service-slider  .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #d93025 none repeat scroll 0 0;
  border-color: #d93025;
  height: 26px;
  opacity: 1;
  transition: all 0.2s ease 0s;
}


#scroll-btn2 {
  display: none;
}
#scroll-btn2 a {
  background: #ffd45c none repeat scroll 0 0;
  border-radius: 50%;
  bottom: -30px;
  color: #ffd45c;
  display: inline-block;
  height: 60px;
  left: 47%;
  letter-spacing: 0.1em;
  margin: 0 0 0 -30px;
  position: absolute;
  text-decoration: none;
  transition: opacity 0.5s ease 0s;
  width: 60px;
  z-index: 9999;
}
#scroll-btn2 a:hover {
  //opacity: .5;
}

#scroll-btn2 a span {
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  height: 46px;
  left: 50%;
  margin-left: -14px;
  position: absolute;
  top: 7px;
  width: 28px;
}
#scroll-btn2 a span::before {
  animation: 2s ease 0s normal none infinite running sdb10;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
  content: "";
  height: 6px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  top: 10px;
  width: 6px;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}




#scroll-btn a {
  background: #1cbfc7 none repeat scroll 0 0;
  border-radius: 50%;
  bottom: -30px;
  color: #ffd45c;
  display: inline-block;
  height: 60px;
  left: 50%;
  letter-spacing: 0.1em;
  margin: 0 0 0 -28px;
  position: absolute;
  text-decoration: none;
  transition: opacity 0.5s ease 0s;
  width: 60px;
  z-index: 9999;
}
#scroll-btn a:hover {
  //opacity: .5;
}
#scroll-btn a span {
  animation: 4s ease 0s normal none infinite running sdb07;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  box-sizing: border-box;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 20px;
}
#scroll-btn a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#scroll-btn a span:nth-of-type(2) {
  animation-delay: 0.25s;
  top: 15px;
}
#scroll-btn a span:nth-of-type(3) {
  top: 26px;
  -webkit-animation-delay: .3.5s;
  animation-delay: .3.5s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}





.case-nav .simplefilter {
  margin-bottom: 30px;
  text-align: center;
}
.case-nav .simplefilter li.active {
  background-color: #fcb30c;
  color: #fff;
}
.case-nav .simplefilter li {
  background-color: transparent;
  box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
}
.case-nav .simplefilter li, .case-nav .multifilter li, .case-nav .sortandshuffle li {
  color: #333;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  padding: 9px 20px;
  text-transform: uppercase;
}

.case-block .filtr-item {
  padding: 0 15px;
} 
.case-item-col {
  margin-top: 30px;
}
.case-item {
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.3);
  height: 263px;
  transition: all 300ms ease-in-out 0s;
  position: relative;
  overflow: hidden;
}
.case-item::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 1s ease 0s;
  z-index: 1;
}
.case-item:hover::before {
  opacity: 0.7;
}
.case-item img {
  width: 100%;
  transition: all 1s ease 0s;
}
.case-item:hover img {
  transform: scale(1.3);
}

.case-hover {
  left: 44%;
  position: absolute;
  top: -20%;
  transition: all 0.5s ease 0s;
  opacity: 0;
  z-index: 2;
}
.case-item:hover .case-hover {
  top: 40%;
  opacity: 1;
}
.case-hover a {
  color: #fff;
  display: inline-block;
  font-size: 40px;
}
.port-title {
  text-align: center;
}
.port-title > h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 10px;
}
.port-title > a {
  color: #d93025;
}



