@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300&display=swap');
@import url(https://fonts.googleapis.com/css?family=Open+Sans);


body { 
  font-family: 'Open Sans', sans-serif;
  color: #666;

}

header {
    float: left;
    width: 100%;
}
.header1 {
    float: left;
    width: 100%;
	background:#ff6a06;
	padding:7px;
}

.header1 a {
  color:#FFF;
 text-decoration:none
}
.header1 a:focus,
.header1 a:hover {
 color:#23527c;
 text-decoration:underline
}
.mail {
    font-size: 14px;
    color: #fff;
	float:left;
	margin:0px 20px 0px 0px;

}
.mail i {
    font-size: 18px;

}
.call {
    font-size: 14px;
    color: #fff;
}
.call i {
    font-size: 16px; margin:3px; float:left;
}
.time {
    font-size: 14px;
    color: #fff; 
	float:right;
}
.menu{background:#fff; float:left; width:100%; border:none; padding:15px 0; margin:0px;}
.menu .navbar-brand{padding:15px 8px;}
.menu .nav.navbar-nav li a{font-family: 'Raleway', sans-serif; font-size:13px; line-height:24px; color:#4c4c4c; 
text-transform:uppercase; font-weight:500;}
.menu .nav.navbar-nav li a:hover{font-family: 'Raleway', sans-serif; font-size:13px; line-height:24px; color:#1798e8; 
text-transform:uppercase; font-weight:500;}
div#navbar {
    margin-right: 0 !important;
    padding-right: 0 !important;
}
.banner{float:left; width:100%; background: url(../images/banner.webp) no-repeat; background-size:cover;}
.banner_content {
    width: 100%;
    float: left;
    background: rgba(0,0,0,0.6);
    padding: 25px 0;
}
.heading_tab{padding:32px 0 0px 0;}
.heading_tab h1 {
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.48);
	margin:0px 0px 20px 0px;
}
.heading_tab ul {
    margin:0px;
	padding:0px;
}
.heading_tab ul li{
    margin:0px;
	padding:0px 0px 0px 34px;
	font-size: 16px;
    color: #fff;
    line-height:40px;
	background:url(../images/tick.png) no-repeat left;
	list-style:none;
}
.heading_tab ul li a{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.order_form{float:left; /*width:100%;*/ background:#fff; border-radius:5px; padding:15px 20px; text-align:center;}
.order_form h1{font-family: 'Raleway', sans-serif; font-size:28px; line-height:24px; color:#4c4c4c; font-weight:500; 
margin:0px 0px 5px 0px;}
.order_form p{font-family: 'Raleway', sans-serif; font-size:15px; line-height:24px; color:#4c4c4c; font-weight:500;
margin:0px 0px 20px 0px;}
.order_form .textbox{background:#f1f1f1; border-radius:5px; padding:15px; font-size:14px; color:#888; border:none; 
box-shadow:none; width:100%; height:46px;}
.order_form select.textbox{background:#f1f1f1; border-radius:5px; padding:10px 15px; font-size:14px; color:#888; border:none; 
box-shadow:none; width:100%; height:46px;}
.order_form .textbox.detail{width:100%; height:86px;}
.order_form .textbox.file{width:100%; padding: 8px 8px 36px 8px;
font-size: 12px;
height: 28px;}
.checkbox1{text-align:left;}
.submit{background:#2585fb; font-size:18px; color:#fff; border-radius:5px; width:124px; height:50px; line-height:24px; 
border:none; -webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;	
}

.service_tab{float:left; width:100%; padding:30px 0px;}
.service_tab .heading{float:left; width:100%;}
.service_tab h2{font-family: 'Raleway', sans-serif; font-size:30px; line-height:30px; color:#000; font-weight:400;
margin:0px 0px 20px 0px; text-transform:uppercase; text-align:center; position:relative; float:left; width:100%;
padding:0px 0px 30px 0px;}
.service_tab h2 span{font-weight:500;}
.service_tab h2:after{float:left; width:100%; height:36px; content:''; position:absolute; display:block;
background:url(../images/line.png) no-repeat; background-position:50% 10px;}
.service_tab1 {
    float: left;
    width: 100%;
}

.service_content {
    float: left;
    width: 100%;
}
.service_content .service_content1 {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    margin: 72px 0px 36px 0;	
}

.service_content .service_content1 .heading1{font-family: 'Raleway', sans-serif; font-size:26px; line-height:32px; color:#333333; font-weight:500; margin:0px 0px 15px 0px;}
.service_content .service_content1 p{font-size:15px; line-height:26px; color:#666666; margin:0px 0px 10px 0px;}
.service_content .service_content1 .read_more {
    margin: 0 auto;
    width: 128px;
}
.service_content .service_content1 .read_more a {
    background: #f1f1f1;
    float: left;
    text-align: center;
    padding: 6px 20px;
    color: #666;
    border-radius: 5px;
	margin-top:6px;
}
.service_content .service_content1 img {
    margin: -92px 0 10px 0;
}
.service_content:hover .service_content1 {
    border: 1px solid #2585fb;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    margin: 72px 0px 36px 0;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;	
}
.service_content:hover .service_content1 .heading1{color:#2585fb;}
.service_content .service_content1 .read_more {
    margin: 0 auto;
    width: 128px;
}
.service_content:hover .service_content1 .read_more a {
    background: #2585fb;
    float: left;
    text-align: center;
    padding: 6px 20px;
    color: #fff;
    border-radius: 5px;
	text-decoration:none;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}

.strength_tab {
    float: left;
    width: 100%;
    padding: 30px 0px;
    background: #f9f9f9;
}
.strength_tab h2{font-family: 'Raleway', sans-serif; font-size:30px; line-height:30px; color:#000; font-weight:400;
margin:0px 0px 20px 0px; text-transform:uppercase; text-align:center; position:relative; float:left; width:100%;
padding:0px 0px 30px 0px;}
.strength_tab h2 span{font-weight:500;}
.strength_tab h2:after{float:left; width:100%; height:36px; content:''; position:absolute; display:block;
background:url(../images/line.png) no-repeat; background-position:50% 10px;}
.strength_tab p{font-size:14px; line-height:24px; color:#666666; margin:0px 0px 10px 0px; float: left; width: 100%;
text-align: center;}
.strengh_tab1{float:left; width:100%; margin:30px 0 0 0;}
.strengh_content{float:left; width:100%; margin:0 0 15px 0;}
.strengh_content h3{font-family: 'Raleway', sans-serif; font-size:24px; line-height:24px; color:#555555; font-weight:500;
margin:0px 0px 10px 0px;}
.strengh_content p.text{font-size:14px; line-height:23px; color:#666666; margin:0px 0px 10px 0px; float: left; width: 100%;
text-align:left;}
.strengh_img {text-align: center;}

.expert_tab{float:left; width:100%; background:#2585fb; border-top:2px solid #007da9; border-bottom:2px solid #007da9; padding:30px 0 50px 0; margin-bottom:20px;}
.expert_tab h3{font-family: 'Raleway', sans-serif; font-size:30px; line-height:30px; color:#fff; font-weight:400;
margin:0px 0px 36px 0px;}
.expert_tab ul.features {
    margin:0px;
	padding:18px 0 10px 0;
}
.expert_tab ul.features li{
    margin:0px;
	padding:0px 0px 25px 40px;
	font-size: 16px;
    color: #fff;
    line-height:24px;
	background:url(../images/img9.png) no-repeat top left;
	list-style:none;
}
.expert_tab .meet_expert {}
.expert_tab .meet_expert a{
    font-size: 18px;
    color: #444444;
    font-weight: 500;
	background:#fff;
	border-radius:5px;
	padding:4% 8%;
	font-family: 'Raleway', sans-serif;
}
.expert_tab .meet_expert a:hover{
    color: #fff;
	background:#444;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;	
text-decoration:none;
}
.expert_tab1 {
    padding: 0px 0 0 0;
    /* float: right;
	position: relative;
    right: -152px;
    width: 699px;
	height: 228px;*/
}
.expert_tab1 ul {
    margin: 0;
    padding: 0;
    position: relative;
}
.expert_tab1 li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 120px;
    position: relative;
    transition: all 500ms ease-in-out;
}
.expert_tab1 li img {
    width: 100%;
	cursor: pointer;
	border:1px solid #ccc;
    transition: all 500ms ease-in-out;
}
.overlay {
    display: none;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 20px 20px 25px 20px;
    text-align: center;
    width: 132px;
	height: auto;
    font-size: 12px;
    transition: all 500ms ease-in-out;
    position: absolute;
    right: -131px;
    top: -28px;
	z-index: 9;
	border:1px solid #fff;
}
.expert_tab1 li:hover .overlay {
    display: block;
}


.work_tab{float:left; width:100%; padding:30px 0px;}
.work_tab .heading{float:left; width:100%;}
.work_tab h2{font-family: 'Raleway', sans-serif; font-size:30px; line-height:30px; color:#000; font-weight:400;
margin:0px 0px 20px 0px; text-transform:uppercase; text-align:center; position:relative; float:left; width:100%;
padding:0px 0px 30px 0px;}
.work_tab h2 span{font-weight:500;}
.work_tab h2:after{float:left; width:100%; height:36px; content:''; position:absolute; display:block;
background:url(../images/line.png) no-repeat; background-position:50% 10px;}
.work_tab1{float:left; width:100%;}
.work_tab1 .work_content{float:left; width:100%; text-align:center; position:relative;}
.work_tab1 .work_content h4{font-family: 'Raleway', sans-serif; font-size:18px; line-height:24px; color:#333; font-weight:500;
margin:10px 0px 10px 0px; text-transform:uppercase;}
.work_tab1 .work_content p{font-size:1p5x; line-height:22px; color:#666666; margin:0px 0px 10px 0px;}
.work_content:nth-child(2):before{float:left; width:100%; height:200px; content:''; position:absolute; 
display:block; background:url(../images/img12.png) no-repeat; background-position:285px 88px;}
.work_content:nth-child(2):after{float:left; width:100%; height:200px; content:''; position:absolute; 
display:block; background:url(../images/img13.png) no-repeat; background-position:285px 88px;}


.who_we_tab {
    float: left;
    width: 100%;
    padding: 30px 0px;
    background: #f9f9f9;
}
.who_we_tab h2{font-family: 'Raleway', sans-serif; font-size:30px; line-height:30px; color:#000; font-weight:400;
margin:0px 0px 20px 0px; text-transform:uppercase; text-align:center; position:relative; float:left; width:100%;
padding:0px 0px 30px 0px;}
.who_we_tab h2 span{font-weight:500;}
.who_we_tab h2:after{float:left; width:100%; height:36px; content:''; position:absolute; display:block;
background:url(../images/line.png) no-repeat; background-position:50% 10px;}
.who_we_tab p{font-size:14px; line-height:24px; color:#666666; margin:0px 0px 10px 0px; float: left; width: 100%;
text-align: center;}
.who_we_tab1{float:left; width:100%; margin:30px 0 0 0;}
.who_we_tab1 p.text{font-size:16px; line-height:28px; color:#666666; margin:0px 0px 10px 0px; text-align:justify;}
.who_we_img {text-align: center;}
.raye{text-align:center; padding:50px 0 0px 0;}


.testimonial_tab{float:left; width:100%; padding:30px 0px;background: url(../images/reviewsbg.webp) no-repeat; background-size:cover;}
.testimonial_tab .heading{float:left; width:100%;}
.testimonial_tab h2{font-family: 'Raleway', sans-serif; font-size:30px; line-height:30px; color:#000; font-weight:400;
margin:0px 0px 20px 0px; text-transform:uppercase; text-align:center; position:relative; float:left; width:100%;
padding:0px 0px 30px 0px;}
.testimonial_tab h2 span{font-weight:500;}
.testimonial_tab h2:after{float:left; width:100%; height:36px; content:''; position:absolute; display:block;
background:url(../images/line.png) no-repeat; background-position:50% 10px;}
.testimonial_tab1{float:left; width:100%;}

#testimonial4{
  overflow: hidden;
  min-height: /*375px*/326px;
  position: relative;
}
#testimonial4 .carousel-inner{
  width: 90%;
  margin: auto;
}
/*#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}*/
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 12px;
  height: 12px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #efeeee;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 12px;
  height: 12px;
  border: none;
  margin: 2px 3px;
  background-color: #2585fb;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  padding: 5px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 125px;
  height: 125px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
  color: #fff;
  font-size: 14px;
  margin: 0px 0 20px 0;
  font-style:italic;
  line-height:24px;
}

.testimonial4_slide h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 100;
}


@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}

@-webkit-keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}


.blog_tab {
    float: left;
    width: 100%;
    padding: 30px 0px;
    background: #f9f9f9;
}
.blog_tab h2{font-family: 'Raleway', sans-serif; font-size:30px; line-height:30px; color:#000; font-weight:400;
margin:0px 0px 20px 0px; text-transform:uppercase; text-align:center; position:relative; float:left; width:100%;
padding:0px 0px 30px 0px;}
.blog_tab h2 span{font-weight:500;}
.blog_tab h2:after{float:left; width:100%; height:36px; content:''; position:absolute; display:block;
background:url(../images/line.png) no-repeat; background-position:50% 10px;}
/** page structure **/
#w {
  max-width: 1170px;
  display: block;
  min-width: 300px;
  margin: 0 auto;
  padding: 2px 3px;
  position:relative;
}


/** posts slider widget **/
.crsl-items {
  display: block;
  padding: 5px;
}

.crsl-item {
  /*background: #fff;
  padding: 8px;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  */
}

.crsl-item .thumbnail {
  display: block;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.crsl-item .thumbnail img { 
  display: block; /* fix 1px image space http://stackoverflow.com/q/5804256/477958 */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.crsl-item .thumbnail:hover img {
  opacity: 0.8;
}

.crsl-item h3 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 28px;
	margin-top: -161px;
}
.crsl-item h3 a {
  text-decoration: none;
  color: #fff;
}
.crsl-item h3 a:hover {
  /*text-decoration: underline;*/
}

.crsl-item .postdate {
      display: block;
    position: absolute;
    right: 0;
    padding: 6px;
    color: #fff;
    font-size: 14px;
    background: url(../images/img19.png) no-repeat;
    top: 0px;
	width:45px;
	height:67px;
	text-align:center;
}

.crsl-item p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
}

.crsl-item p.readmore a {
  display: block;
  float: right;
  color: #4e90da;
  padding: 3px 5px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.crsl-item p.readmore a:hover {
  background: #4b6caa;
  color: #fff;
}


/** posts slider nav **/
.slidernav {
  margin-bottom: 5px;
    position: absolute;
    right: -3px;
    top: -64px;
}

.slidernav a {
  display: inline-block;
  padding: 5px;
  margin-right: 5px;
  font-size: 0px;
  background: #fff;
  color: #666;
  text-decoration: none;
  opacity:0.7;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.slidernav a:hover {
  /*-webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  box-shadow: 1px 1px 0 rgba(0,0,0,0.2);*/
  opacity:1;
}
.slidernav a.next{background:url(../images/arrow2.png) no-repeat; width:36px; height:36px;}
.slidernav a.previous{background:url(../images/arrow1.png) no-repeat; width:36px; height:36px;}

/** media queries **/
@media screen and (max-width: 660px) {
  h1 { font-size: 2.4em; line-height: 1.2em; }
  
  .crsl-item h3 { font-size: 1.65em; }
}

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
.thumbnail_detail {
    
}
.blog_img img{width:276px; height:298px;}
.thumbnail_detail a {
    color: #fff;
	position: absolute;
    top: 0;
    padding: 178px 15px 15px 18px;
    background: rgba(0,0,0,0.33);
    color: #fff;
    font-size: 14px;
	/*cursor:pointer;*/
	-webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.thumbnail_detail a:hover {
    color: #fff;
	text-decoration:none;
}
.crsl-item:hover .thumbnail_detail a{
    background: rgba(37,133,251,0.66);
}

footer{float:left; width:100%;}
.footer1{float:left; width:100%; background:#222; padding:25px 0;}
.footer2{float:left; width:100%;}
.footer2 h4{font-size:20px; color:#fff; line-height:26px; margin:10px 0 28px 0px;}
.footer2 p{font-size:13px; color:#fff; line-height:26px;}

.footer2 ul.fmenu1{margin:0px; padding:0px; float:left; width:50%;}
.footer2 ul.fmenu1 li{margin:0px; padding:0px; list-style:none;}
.footer2 ul.fmenu1 li a{font-family: 'Raleway', sans-serif; font-size:13px; color:#fff; line-height:30px; text-transform:uppercase;}
.footer2 ul.fmenu1 li a:hover{font-family: 'Raleway', sans-serif; font-size:13px; color:#2585fb; line-height:30px; text-transform:uppercase; text-decoration:none;}

.footer2 ul.fmenu2{margin:0px; padding:0px; float:left; width:50%;}
.footer2 ul.fmenu2 li{margin:0px; padding:0px; list-style:none;}
.footer2 ul.fmenu2 li a{font-family: 'Raleway', sans-serif; font-size:13px; color:#fff; line-height:30px; text-transform:uppercase;}
.footer2 ul.fmenu2 li a:hover{font-family: 'Raleway', sans-serif; font-size:13px; color:#2585fb; line-height:30px; text-transform:uppercase; text-decoration:none;}

.footer2 form input[type='text']{background:#a7a7a7; width:225px; height:31px; font-size:13px; line-height:22px; 
color:rgba(255,255,255,0.66); padding:0px 10px; border:none;}
.footer2 form input[type='submit']{background:#2585fb; width:118px; height:31px; font-size:14px; line-height:22px; 
color:#fff; padding:0px 10px; border:none; text-transform:uppercase; font-weight:600; position:relative;}
.footer2 form i{position:absolute; margin:9px 0 0 -21px;}

.footer2 ul.social{margin:0px; padding:0px;}
.footer2 ul.social li{margin:0 1px; padding:0px; list-style:none; display:inline-block;}
.footer2 ul.social li a{font-size:16px; color:#fff; line-height:36px; background:#2585fb; border-radius:100%;
box-shadow:0px 1px 0px #fff; width:36px; height:36px; text-align:center; float:left;}
.footer2 ul.social li a:hover{font-size:16px; color:#fff; line-height:36px; background:#2585fb; border-radius:100%;
box-shadow:0px 1px 0px #fff; width:36px; height:36px; text-align:center; float:left;text-decoration:none;}

.footer2 .add i{font-size:18px; float:left; width:25px; height:25px; margin:3px 2px 0 0;}
.footer2 .add i.fa.fa-map-marker{font-size:24px;}

.copyright{float:left; width:100%; background:#000000; padding:25px 0; text-align:center; font-size:13px; color:#ccc;}
.copyright p{margin:0px;}

.order_now{background:#2585fb; font-size:18px; color:#fff !important; border-radius:5px; width:124px; height:40px; line-height:14px !important; border:none; margin-top:7px; text-align:center; -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;}
.order_now:hover{background:#4c4c4c !important; font-size:18px; color:#fff !important; border-radius:5px; width:124px; height:40px; line-height:14px !important; border:none; margin-top:7px; text-align:center;}
.footer2 h4:after {
    background: url(../images/foot_head.png) no-repeat left;
    float: left;
    width: 236px;
    height: 4px;
    content: '';
    display: block;
    position: absolute;
    margin: 10px 0 0 0px;
}
.overlay span {
    font-weight: 600;
    font-size: 14px;
}

.overlay img {
    border: none !important;
    width: 56px !important;
    margin: 14px 0;
}
.raye_tab {
    padding:50px 0 0 0;
}
.raye_tab1 {
    float: left;
    width: 100%;
	
	position:relative;
}
.raye_tab1{float:left; width:100%; height:64px;font-family:arial; background:url(../images/img20.png) no-repeat; background-position:top right;}
.raye_tab12{background:none;}
.raye_img_tab1 {
    float: left;
    margin: 0 20px 0 0;
}
.raye_tab1 span {
    font-size: 48px;
    color: #ff6602;
    font-weight: 100;
	line-height:44px;
}
.raye_tab1 p {
    width: auto;
    font-size: 13px;
    color: #333;
    text-transform: uppercase;
	float: none;
    text-align: left;
}

/*=====inner=====*/

 /* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
} 


/*.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}*/

.banner_inner{float:left; width:100%; background: url(../images/banner.webp) no-repeat; background-size:cover;}
.banner_content_inner {
    width: 100%;
    float: left;
    background: rgba(0,0,0,0.6);
    padding: 25px 0;
}
.heading_tab_inner{padding:30px 0 0px 0; text-align: center;}
.heading_tab_inner h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.48);
	margin:0px 0px 15px 0px;
}
.heading_tab_inner ul {
    margin:0px;
	padding:0px;
}
.heading_tab_inner ul li{
    margin:0px;
	padding:0px;
	font-size: 12px;
    color: #fff;
	/*background:url(../images/tick.png) no-repeat left;*/
	list-style:none;
	display:inline-block;
}
.heading_tab_inner ul li a{
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}

section.inner_tab {
    float: left;
    width: 100%;
    margin: 45px 0;
}

sectin.inner_tab h2 {
    font-size: 14px;
}
.mid1{
	width: 100%;
    float: left;
}
.mid1 h2{
	font-size: 25px;
    color: #333;
    font-weight: 400;
}
.mid1 p{
	font-size: 16px;
    color: #666666;
    line-height: 28px;
	text-align: justify;
}
.mid1 img{
	width: 80%;
    height: auto;
	margin-bottom: 10px;
}
.mid2 h2{
	font-size: 25px;
    color: #333;
    font-weight: 400;
	line-height: 30px;
}
.mid2 h3 {
    font-size: 18px;
    color: #00a8ff;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 8px 0;
}
.mid2 p{
	font-size: 15px;
    color: #666;
    line-height: 22px;
	text-align: justify;
}
.grey{
	background: #f1f1f1;
}
.order_form .textbox.wite{
	background: #fff;
}
/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs > li > a,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
	color: #31708f;
}
.with-nav-tabs.panel-info .nav-tabs > .open > a,
.with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
	color: #31708f;
	background-color: #bce8f1;
	border-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.active > a,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
	color: #31708f;
	background-color: #fff;
	border-color: #bce8f1;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #31708f;   
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #31708f;
}
.table-of-contents {
    float:left;
	width:100%;
}
.table-of-contents ul {
    margin: 0;
    padding: 0;
}
.table-of-contents ul li {
    margin: 0;
    padding: 10px 0 10px 35px;
    list-style: none;
	background: url(../images/tick1.png) no-repeat left;
}
.table-of-contents ul li a{
	font-size:15px;
	color:#005d9e;	
	font-weight:600;
}
.table-of-contents ul li a:hover{
	font-size:13px;
	color:#666;	
	text-decoration:none;
}
.tab-content .tab-pane {
    padding: 25px;
}
.md1 {
    float: left;
    width: 100%;
	margin:0 0 15px 0;
}

.md1 h4 {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.md1 p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    text-align: justify;
}
.md1 img{
	text-align:center;
}
.md1 i {
    font-size: 32px;
    color: #2585fb;
    text-align: center;
    float: left;
    width: 100%;
    padding: 20px 0;
}
.md2 .panel-heading {
    padding: 0px;
}
.md2 .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff!important;
    background-color: #2585fb!important;
    border-color: #2585fb!important;
    border-bottom-color: transparent;
}
.md2.panel-info>.panel-heading {
    color: #31708f;
    background-color: #efefef;
    border-color: #efefef;
}
.md2.panel-info {
    border-color: #ccc;
}
.md2 .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
}
.ico {
	background: #eee;
	text-align: center;
	padding: 20px;
	width: 166px;
	height: 166px;
	border-radius: 100%;
	box-shadow: 0px 3px 2px #ccc;
	line-height: 126px;
    margin: 0 auto;	
}

.ico img {
	width: 80%;
}
.ico1 {
	background: #eee;
	text-align: center;
	padding: 20px;
	width: 166px;
	height: 166px;
	border-radius: 100%;
	box-shadow: 0px 3px 2px #ccc;
	line-height: 126px;
    margin: 0 auto;	
}

.ico1 img {
	width: ;
}
.search_tab {
    background: #eee;
    float: left;
    width: 100%;
    border: 0px solid #ccc;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 10px;
}

.search_tab h2 {
    font-size: 20px;
    padding: 0;
    margin: 0;
    color: #666;
    font-weight: 100;
}
 
.search_tab input.form-control.textbox.wite {
    float: left;
    width: 372px;
    border: none;
    margin: 0 5px 0 0;
    height: 40px;
}

.search_tab input[type="submit"] {
    float: left;
    background-color: #2585fb;
    border: none;
    font-size: 0px;
    border-radius: 5px;
    width: 50px;
    height: 40px;
    position: relative;
}
.search_tab input[type="submit"]:hover {
    float: left;
    background-color: #333;
    border: none;
    font-size: 0px;
    border-radius: 5px;
    width: 50px;
    height: 40px;
    position: relative;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
i.fa.fa-search {
    position: absolute;
    margin: 11px 0 0 -34px;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}
.order_form1{
	position:relative;
}
.order_form.grey{
	/*position:fixed;
	z-index:99;
	top:240px;
	width:460px;*/
	
}
.content { height: 0px; }
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #bbb;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-menu.multi-level {
    width: 175px;
    height: 381px;
	/*border:1px solid red;*/
}
.dropdown-menu.multi-level li ul {
  /*border: 1px solid blue;*/
  width: 200px;
  height: 381px;
  /*background:#ddd;*/
}
.dropdown-menu.multi-level li ul li ul {
  /*border: 1px solid Green;*/
  width: 386px;
  height: 250px;
  background:#fff;
}

.responsive {
  width: 70%;
  height: auto;
}
/*faQ4*/

.faq-section h1 {

        font-size: 30px;
        text-align: center;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
        padding:0 0 20px;

}
.faq-section p {
     font-size: 15px;
    /*text-align: center;*/
    width: 100%;
    margin: 12px 0 0;
    padding:0 0 20px;

}


.faq-container {
  max-width: 600px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
   font-family: 'inherit', sans-serif;
}

.faq {
  box-sizing: border-box;
  background: transparent;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.faq:not(:first-child) {
  border-top: 1px solid #e6e6e6;
}

.faq-title {
  margin: 0 35px 0 0;
font-family: 'inherit', sans-serif;
}

.faq-text {
  margin: 30px 0 0;
  display: none;
  line-height: 2.5rem;
  font-family: 'inherit', sans-serif;
}

.faq.active {
  background-color: #f8f8f8;
  box-shadow: inset 4px 0px 0px 0px var(--accent-color);
}

.faq.active .faq-title {
  color: var(--accent-color);
}

.faq.active .faq-text {
  display: block;
}

.faq-toggle {
  background-color: transparent;
  border: 1px solid #e6e6e6;
  color: inherit;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding-top: 3px;
  position: absolute;
  top: 30px;
  right: 30px;
  height: 30px;
  width: 30px;
  transition: 0.3s ease;
}

.faq-toggle:focus {
  outline: none;
}

.faq.active .faq-toggle {
  transform: rotate(180deg);
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: #978d8d;
}


/*faQ4*/

/*3 Column Responsive*/


/* STRUCTURE */
/** { box-sizing: border-box; }*/
.wrapper {
    padding: 5px;
    max-width: 1360px;
    width: 95%;
    margin: 20px auto;
}
/*header {
    padding: 0 15px;
}*/

.columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 5px 0;
}

.column {
    flex: 1;
    border: 0px solid gray;
    margin: 1em;
    padding: 2em;
    &:first-child { margin-left: 0; }
    &:last-child { margin-right: 0; }
  line-height: 2.5rem;
    
}

/*footer {
    padding: 0 15px;
}*/


@media screen and (max-width: 980px) {
  .columns .column {
        margin-bottom: 5px;
    flex-basis: 40%;
        &:nth-last-child(2) {
            margin-right: 0;
        }
        &:last-child {
            flex-basis: 100%;
            margin: 0;
        }
    }
}

@media screen and (max-width: 680px) {
    .columns .column {
        flex-basis: 100%;
        margin: 0 0 5px 0;
    }
}

a.hover-3 {
  font-size:1.4rem;
  text-decoration:none;
  color:#1586b3;
  &:hover{
    color: rgb(97, 124, 176);
  }
  &::before {
   /*content: "\f0a9";*/
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: relative;
    left: -.3rem;
        display: inline-block;
        margin-top: -2px;
        margin-right: 9px;
        padding-bottom: 2px;
        vertical-align: middle;
        font-size: .9em;
        transition: transform 0.4s;
    }
}

/*h2 {
  font-size:2rem;
  font-weight: 900;
  color:black;
}*/
  .hover-3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    height: 1px;
    background-color:rgb(97, 124, 176);
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform 0.3s;
  }
  .hover-3:hover:after {
    transform: scaleX(1);
  }
  