html,
body {
    margin: 0;
    font-size: 100%;
	font-family: 'Niramit', sans-serif;
    background: #fff;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;

}
html {
  scroll-behavior: smooth;
}
body img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    letter-spacing: 1px;
}

p {
    margin: 0;  
    font-weight: 400;
	font-size: 16px;
	color:#777777;
}

ul {
    margin: 0;
    padding: 0;
	color:#777777;
}

/*-- header --*/
/*---------------------
	Header section
-----------------------*/

.header-section {
	background:#f5f6f6;
	padding: 10px;
}
.header-info ul {
    margin-top: -10px;
}
.header-info ul li {
    list-style: none;
    display: inline-block;
    margin: 0 0 0px 10px;
    font-size: 16px;
    color: #FE6600;
}
.header-info ul li a{ 
    color: #FE6600;
} 
.site-logo img {
    width: 139px;
}
.header-info {
	text-align: right;
	margin-top: 15px;
}

.header-info .hf-item {
	display: inline-block;
	margin-left: 15px;
}
.hero-section .owl-carousel .owl-item { 
    padding: 0 !important; 
}
.header-info .hf-item i {
	width: 45px;
	height: 45px;
	display: inline-block;
	position: relative;
	text-align: center;
	color: #f6783a;
	font-size: 17px;
	padding-top: 13px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.header-info .hf-item i:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	border-radius: 2px;
}
.header-info .hf-item i:hover::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 1px solid #fff;
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
	border-radius: 2px;
}
.header-info .hf-item p {
	display: inline-block;
	position: relative;
	margin-bottom: 0;
}
.header-info .hf-item p a{
	color:#fff;
}
.header-info .hf-item p span {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #020031;
	font-weight: 500;
}

.nav-switch {
	display: none;
}

.nav-section {
	background: #351a81;
	background: url(../images/header-bg.jpg);
	background-size: auto;
	background-size: contain;
}

.nav-section .nav-right {
	float: right;
	padding-top: 23px;
}

.nav-section .nav-right a {
	color: #fff;
	margin-left: 30px;
	font-size: 16px;
}
 
.main-menu li {
	display: inline;
}

.main-menu li a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 500;
	padding: 25px 5px; 
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.dropdown-menu li a { 
    display: block;
    padding: 10px;
    color: #f6783a; 
}
.main-menu li a:hover {
	background: transparent;
	color: #f6783a;
}

.main-menu li.active a {
	background: transparent;
	color: #f6783a;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
	box-shadow: 0 0 5px silver;
	padding:0;
} 

/*-- //header --*/
.content-area {
    padding: 50px 0;
}
.form-control { 
    height: 40px;
}
/*-- banner --*/
.banner {
    background: url(../images/banners.jpg)no-repeat 0px 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.layer {
    /* background: rgba(0, 0, 0, 0.3); */
}
.w3ls_banner_txt p {
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
	margin: 14px 0 14px 0;
}
.banner-text-w3pvt {
    padding: 16vw 0 11vw;
    box-sizing: border-box;
    width: 50%;
}
.banner-form-w3pvt {
    padding: 12vw 0 0vw;
    box-sizing: border-box;
}

h3.b-w3ltxt span {
    color: #fff;
}
h2.b-w3ltxt,h3.b-w3ltxt {
    font-size: 55px;
    color: #fff;
    text-shadow: 1px 1px 0px #333;
    font-weight: 600;
}
h2.b-w3ltxt span,h3.b-w3ltxt span {
    color: #FE6600;
}
h4.b-w3ltxt {
    font-size: 3em;
    letter-spacing: 3px;
    font-weight: 200;
    color: #fff;
}

.btn-banner {
	border: 1px solid #351a81;
	margin: 14px 0 14px 0;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 10px 30px;
	display: inline-block;
	background: #351a81;
	text-decoration: none;
	color: #fff;
}
.btn-banner1 {
    background: #333;
	border: 2px solid #333;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px 30px;
    display: inline-block;
}
.btn-banner:hover,.btn-banner1:hover  {
	border: 1px solid #351A81;
	color: #fff;
	background: #351A81B8;
}

 

/*-- banner slider--*/
 

/**** slider ****/

#slider, #slider ul
{
	height: 200px;
}

#slider
{
	margin: auto;
	overflow: hidden; 
	position: relative; 
}

#slider li
{
	float: left;
	position: relative;
	width: 600px;
	display: inline-block;
	height: 200px;
}

#slider ul
{
	list-style: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 9000px;
	transition: left .3s linear;
	-moz-transition: left .3s linear;
	-o-transition: left .3s linear;
	-webkit-transition: left .3s linear;  
  color: #666;
}

/*** client ***/
.img-client img { 
    height: 50px; 
}
.client-box {
    background:orange !important;
}
/*** end ***/
/*** Content ***/

.slider-container
{
	margin: 0 auto;
	padding: 0;
	width: 550px;
  min-height: 180px;
  border-bottom: 1px solid #ccc;
}

.slider-container h4
{
 	color: #0A7FAD;
  text-shadow: -1px 0px 0px rgba(0, 0, 0, 0.50);
}

.slider-container  p
{
	margin: 10px 25px;
	font-weight: semi-bold;
	line-height: 150%;
	text-align: justify;
}

/*** target hooks ****/

@-webkit-keyframes slide-animation {
	0% {opacity:0;}
	2% {opacity:1;}
	20% {left:0px; opacity:1;}
	22.5% {opacity:0.6;}
	25% {left:-600px; opacity:1;}
	45% {left:-600px; opacity:1;}
	47.5% {opacity:0.6;}
	50% {left:-1200px; opacity:1;}
	70% {left:-1200px; opacity:1;}
	72.5% {opacity:0.6;}
	75% {left:-1800px; opacity:1;}
	95% {opacity:1;}
	98% {left:-1800px; opacity:0;} 
	100% {left:0px; opacity:0;}
}

#slider ul
{
	-webkit-animation: slide-animation 25s infinite;
}

/* use to paused the content on mouse over */

#slider ul:hover
{
	-moz-animation-play-state: paused;
	-webkit-animation-play-state: paused;
}

 

/*-- //end --*/

/*-- //banner --*/
.testi-img img {
    width: 100px;
}
.testimonial-byline {
    background: #222;
    color: #fff;
    padding: 10px;
    margin-top: 15px;
    text-align: left;
}
.author-desc {
    float: right;
}
.author-desc a{ 
	color:#f95e2f;
}
.layer.growth p {
    color: #fff;
}
.service-line h6 {
    font-size: 20px;
}
.service-line{
	background: #f5f6f6;
	color: #fbfbfb;
	border: 1px solid #eae6e6;
	padding: 54px; 
	text-align: center;
	box-shadow: 5px 5px 5px #00000061;
}
.well p {
    text-align: justify;
}
/*-- slider --*/
  
  .carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 15px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 15px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -33.3%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 33.3%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(33.3%, 0, 0);
            transform: translate3d(33.3%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-33.3%, 0, 0);
            transform: translate3d(-33.3%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}

 
.left.carousel-control.left {
    background-image: none;
}
.right.carousel-control.right {
    background-image: none;
}
.carousel-control img {
    top: 40%;
    position: relative;
}
.left.carousel-control {
    left: 10px;
}
.right.carousel-control {
    right: 10px;
}
.icon-circle {
    text-align: center;
    margin-bottom: 15px;
}
.icon-circle i {
    font-size: 70px;
	color: #FE6600;
}
.img-slider { 
    background: #f5f6f6; 
	padding: 30px;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 10px; 
	box-shadow: 5px 5px 5px #00000061;
}
.left.carousel-control {
    position: absolute;
    top: 50%;
    left: -5px;
}
.right.carousel-control {
    position: absolute;
    top: 50%;
    right: -5px;
}
.bottom_grids p {
    color: #777;
    line-height: 20px;
    margin-top: 15px;
}
.left.carousel-control.left {
    background-image: none;
}
.right.carousel-control.right {
    background-image: none;
}
.fa.fa-angle-left {
    color: #351A81;
    font-size: 40px;
}
.fa.fa-angle-right {
    color: #351A81;
    font-size: 40px;
}
/*-- slider --*/
/*-- banner bottom --*/
.sub-title { 
    margin-bottom: 15px;
    text-transform: capitalize;  
}
.para {  
	margin-bottom: 10px;
	text-align: justify;
}

.well { 
    border-left: 2px solid #f6783a;
	min-height: 140px;
	background: #eff2f7;
}
.bottom_grids p {
    color: #777;
}
.bottom_grids h3 {
    font-size: 18px;
    color: #333;
}
/*-- //banner bottom --*/

.growth {
    background: rgba(0, 0, 0, 0.3);
	padding: 40px 0;
}
/*-- footer --*/
footer,.copy-right,.middle{
	background: #351a81;
}
footer h4 {
    font-size: 23px;
    font-weight: 400;
    color: #fff;
	margin-bottom: 14px;
}
ul.list-w3 li a, ul.list-w3 li , .footer p.head,.copy-right p,.middle  p {
    color: #aaa;
    font-size: 16px;
    letter-spacing: .5px;
}
ul.list-w3 li a:hover {
    color: #fff;
}
.copy-right p a {
    color: #999;
}
.copy-right p a:hover {
    color: #eee;
}
ul.list-w3 li {
    list-style-type: none;
}
ul.list-w3 i {
    width: 25px;
    color: #888;
}
.footer ul li {
    margin-bottom: 10px;
}
.copy-right ul.list-w3 {
    justify-content: flex-end;
}
.copy-right,.middle {
    border-top: 1px dashed #636363;
}
/*-- //footer --*/

/*-- advantages --*/
.advantages_grids p {
    color: #777;
}
.advantages_grids span.fa {
    font-size: 30px;
}

.advantages_grids h3 ,.products_grids h3 {
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 1px;
    color: #343a40;
    text-transform: capitalize;
}
.prodct1 a span.fa {
    color: #888;
    font-size: 22px;
}
.prodct1 {
}
/*-- //advantages --*/

/*-- modal popup --*/
.modal-title {
    font-size: 28px !important;
    font-weight: 700;
    padding: 0 !important;
    letter-spacing: 2px;
    color: #333;
}
.modal-body {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    letter-spacing: .5px;
}
/*-- //modal popup --*/

/*-- statictics --*/
.statistics {
    background: #222;
}
.statistics p {
    color: #aaa;
}
.statistics a{
    background: transparent;
    border: 2px solid #eee;
    border-radius: 5px;
    color: #eee;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 30px;
    display: inline-block;
    text-transform: capitalize;
}
h4.progress-tittle {
    color: #bbb;
    font-size: 0.85em;
    text-transform: uppercase;
    margin-bottom: 1em;
    letter-spacing: 1px;
}
.progress-one .progress {
    height: 0.5rem;
    background: #eee;
}
.progress-bar-striped {
    background-image: none;
    background-size: 1rem 1rem;
}
.statistics h3.heading {
    font-size: 40px;
    text-transform: capitalize;
    color: #eee;
    font-weight: 100;
    letter-spacing: 3px;
	margin-bottom: 42px;
}
/*-- //statictics --*/
.blog-box.sky-blue-bg {
    background:#351a81;
}
 
.blog-box.sky-blue-bg h3 { 
    color:#f6783a;
}
.blog-box.sky-blue-bg ul li a {
    color: #fff;
	text-transform: capitalize;
}
.contact-info p {
    font-size: 15px;
}
.blog-box.sky-blue-bg h5 {
    color:#fff;
    margin-bottom: 5px;
}
.blog-box.sky-blue-bg p {
    color:#fff; 
}
.blog-box.sky-blue-bg p a{
    color:#fff; 
}
/*-- products --*/
h2.heading,h3.heading {
	text-transform: capitalize;
	letter-spacing: 3px;
	text-align: center;
	font-size: 25px;
	margin-bottom: 20px;
	color: #f6783a;
	font-style: initial;
	font-weight: 600;
}
h2.heading strong,h3.heading strong {
    font-weight: 600;
}
.prodct1 i {
    color: #888;
    font-size: 22px;
}
.prodct1 a {
    display: block;
}
.prodct1 a:hover {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

/*-- //products --*/

/* stats */
.middlesection-w3pvt {
    background: url(../images/banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
	background-position: center;
}

p.counter {
    color: #fff;
    font-size: 3em;
    font-weight: 700;
}

.text-stat p {
    color: #eee;
    font-size: 15px;
    letter-spacing: .5px;
}
p.para-text-w3ls{
    color: #ddd;
    font-size: 15px;
}
.w3layouts_stats_left span.fa {
    font-size: 35px;
    color: #ffc168;
}
.text-stat h4 {
    font-size: 22px;
    color: #d5d5d5;
    line-height: 35px;
    padding: 1em;
    border: 8px solid #aaa;
}
/* //stats */

/*-- footer-top --*/

.footer-top p {
    color: #666;
    font-size: 15px;
    letter-spacing: .5px;
}
.footer-top h3 {
    font-size: 22px;
    color: #333;
}
.footer-top h3 span.fa {
    color: #ffc168;
}
.middle {
	padding-top: 14px;
	padding-bottom: 14px;
}
.copy-right {
	padding-top: 14px;
	padding-bottom: 14px;
}
.copy-right ul li {
    display: inline-block;
    margin: 0 15px 0 0;
}
/*-- footer-top --*/

/*-- inner banner --*/

.inner-banner {
    background: url(../images/innerbanner.jpg)no-repeat 0px 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
	min-height: 300px;
}

.inner-layer {
    background: rgba(0, 0, 0, 0.3);
	min-height: 250px;
}
.breadcrumb-w3pvt{
	background: #f8f9fa;
}
.breadcrumb {
    display: -webkit-box;
    background-color: transparent;
    border-radius: 0rem;
    margin-bottom: 0rem;
}
li.breadcrumb-item a {
    color: #999;
    padding: 0;
}
/*-- //inner banner --*/
.well img {
    display: block;
    margin: 0 auto 10px;
}
/*-- directors --*/

h4.heading{
    font-size: 24px;
    line-height: 35px;
    letter-spacing: .5px;
    color: #343a40;
}
.team-txt-info h4 {
    font-size: 21px;
    letter-spacing: .5px;
    color: #343a40;
    line-height: 30px;
}
.team p {
    color: #666;
    letter-spacing: .5px;
}
.w3-w3pvt-team-img img{
	border-radius: 0%;
}
.clients-color {
}
.w3-w3pvt-team-img {
    padding: 0 1.5em;
}
/*-- directors --*/

/*-- subscribe --*/

.subscribe {
    background: #f6f6f6;
}
.w3_head {
    text-align: center;
    color: #303030;
    margin: 0 0 .5em;
    font-size: 2.3em;
    letter-spacing: 0px;
    text-transform: uppercase;
    position: relative;
}
.subscribe p.toppara, .team p.toppara {
    color: #eee;
}
.subscribe form {
    border: 1px solid #808080;
    width: 80%;
    margin-top: 10px;
}
.w3-w3pvt-subscribe p {
    color: #777;
    font-size: 15px;
}
.subscribe h4 {
    color: #333;
    line-height: 35px;
    font-size: 23px;
    letter-spacing: 0.5px;
}
button.btn1 {
    color: #808080;
    border: none;
    padding: 13px 0;
    outline: none;
    text-align: center;
    text-decoration: none;
    background: none;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    float: right;
    width: 10%;
}
.w3-w3pvt-subscribe form input[type="email"] {
    outline: none;
    padding: 14px 15px;
    color: #fff;
    font-size: 15px;
    width: 90%;
    border: none;
    background: none;
    letter-spacing: 1px;
}
.w3-w3pvt-subscribe form input[type="submit"] {
    background: rgba(51, 51, 51, 0);
    font-size: 14px;
    padding: 12px 30px;
    border: 2px solid #f8f9fa;
    color: #fff;
    width: 20%;
    text-transform: capitalize;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.tittle-w3pvtinfo h2 {
    color: #fff;
    font-size: 35px;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.subscribe p.toppara {
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 1.8em;
    letter-spacing: 1px;
    font-style: italic;
}
/*-- //subscribe --*/

/*-- services --*/
.icon span.fa {
    font-size: 35px;
}
.grid h3 {
    font-size: 21px;
    color: #333;
}
.grid p {
    color: #777;
    letter-spacing: .5px;
}
.icon i{
    font-size: 40px;
}
.grid a{
    background: transparent;
    border: 2px solid #666;
    border-radius: 5px;
    color: #333;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 9px 25px;
    display: inline-block;
}
.grid h4 {
    font-size: 23px;
    letter-spacing: 0.5px;
    color: #343a40;
}
.other_services{
	background: #f8f9fa;
}
.other_services .grid {
    box-shadow: 3px 3px 5px 0 rgba(76, 110, 245, .1);
	background: #fff;
}
.other_services .grid:hover{
	box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .1)
}
/*-- //services --*/
/*-- clients --*/
.clients {
    background: linear-gradient(to left, #333333 60%, #999999 60%);
    background: #333;
    background: url(../images/banner.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.clients h2.heading, .middlesection-w3pvt h3.heading{
	color: #fff;
}
.c-left img {
    border-radius: 50%;
    float: left;
    max-width: 32%;
}
.client-grid {
    background: #fff;
    padding: 2.5em;
}
.user-btn1 {
    float: right;
}
.user-btn1 {
    width: 30%;
    font-size: 15px;
    color: #fff;
    background: #663300;
    border: #663300;
    text-transform: capitalize;
}
.c-left .info {
    float: left;
    padding: 25px 0px 0px 20px;
    width: 50%;
}
.c-left h6 {
    font-size: 20px;
    color: #333;
}
.col-.client-grid p {
    color: #666;
    letter-spacing: .5px
}
.client-right h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    padding-top: 2.5em;
    text-transform: capitalize;
}
.statistics a i {
    font-size: 13px;
}
/*-- //clients --*/

/*-- contact --*/
.contact-form label {
    font-weight: 500;
    letter-spacing: 1px;
    color: #333;
}
.contact-form .form-control {
    padding: 0.8rem;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    letter-spacing: .5px;
}
.contact-form textarea {
    overflow: auto;
    resize: vertical;
    height: 8em;
}
.contact-map iframe {
    width: 100%;
    min-height: 360px;
    border: none;
    border: 4px solid #eee;
}
.contact h4 {
    font-size: 22px;
    color: #333;
}
.contact-form button.btn {
	background: none;
    border: 2px solid #ffc168;
    border-radius: 5px;
    color: #fff;
	background: #ffc168;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 8px 30px;
    display: inline-block;
}

ul.list-social li {
    display: inline-block;
    list-style-type: none;
}
ul.list-social li a {
    color: #999;
    font-size: 14px;
    border: 2px solid #999;
    width: 38px;
    height: 38px;
    line-height: 36px;
    display: block;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
ul.list-social li span.fa {
    color: #fff;
    font-size: 14px;
    line-height: 36px;
}

ul.list-social li a.facebook {
    border: 2px solid #3b5998;
    background: #3b5998;
}
ul.list-social li a.twitter {
    border: 2px solid #1da1f2;
    background: #1da1f2;
}
ul.list-social li a.google {
    border: 2px solid #dd4b39;
    background: #dd4b39;
}
ul.list-social li a.linkedin {
    border: 2px solid #00a0dc;
    background: #00a0dc;
}
.contact-address ul.list-w3 span.fa {
    color: #ffc168;
}
.contact-address p {
    color: #666;
    font-size: 16px;
    letter-spacing: .5px;
}
/*-- //contact --*/
/** careers-listing **/
 
.carrer-list .nav {
	padding-left: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
.carrer-list .nav,
.carrer-list  .nav-tabs { 
  color: white;
}
.carrer-list  .nav-tabs > li{
	width: 100%;
	text-align: left;
}
.carrer-list .nav-tabs > li > a:hover {
    background: #fff;
    color: #f6783a;
}
.career-all li {
    margin-top: 15px;
	padding-bottom: 20px;
}
.carrer-list  .nav-tabs > li > a {
	text-decoration-line: none;
	position: relative;
	display: block;
	border-radius: 0;
	font-size: 20px;
	color: #333638;
	width: 100%;
	border-bottom: 1px solid #d3d3d3; 
}
.career-all li a span:hover {
    color: #ff746c;
}
 
.carrer-list .nav-tabs > li.active a,
.carrer-list .nav-tabs > li.active a:hover,
.carrer-list  .nav-tabs > li.active a:focus {
	background-color: #fff;
	color: #333638;
	text-decoration-line: none;
}
.carrer-list  .tab-content {
	padding: 20px 15px;
	font-size: 16px;
	color: #525252;
	background: #f6f6f6;
}
.carrer-list .tab-content > .carrer-list .tab-pane {
	display: none;
}
.carrer-list .tab-content > .active {
	display: block;
}
.carrer-list .nav-tabs .active a img {
    float: right;
    display: block;
}
.career-all li a span {
    font-size: 24px;
    color: #333638; 
	margin-bottom: 10px;
}
.carrer-list .nav-tabs li a:hover img{
	float: right;
	display: block;
}
.carrer-list .nav-tabs li a img {
    display: none;
}
.career-all p {
    padding-left: 18px;
	 margin-top: 15px;
}
.career-all li a {
    font-size: 20px;
    color: #ff746c;
}
.career-difference {
    background-image: url(../images/about-us.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 64px 0;
}
.carrer-list {
	border: 1px solid #d3d3d3;
	background: #f6f6f6;
	overflow: hidden;
}
.padd { 
    padding: 0; 
}
.event-detail img {
    width: 20px;
    position: relative;
    top: -3px;
}
.padd-bord {
    border: 1px solid #d3d3d3;
    padding: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	min-height: 199px;
}
.career-difference img {
    max-width: 75%;
    width: 80px;
}
.career-difference .inner-list p {  
    margin: 0 30px;
	color:#fff;
	font-size: 20px;
}
.career-all {
    list-style: none;
}
.form-label {
    display: block;
    width: 100%;
}
.career-box {
    border: 1px solid #f0f0f0;
    padding: 35px;
	margin-bottom: 30px;
	background: #f6f6f6;
}
.career-box h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #f6783a;
}
/** end **/
/*-- blog --*/
 .blog-box h3 {
    font-size: 17px;
    font-weight: 700;
	margin-bottom: 10px; 
}
.blog-box ul li {
    list-style-type: none;
    margin-bottom: 10px; 
}
.blog-box ul li a {
    color: #777;
}
.blog-box { 
    border: 1px solid #e4e4e4;
    padding: 15px;
    border-radius: 5px; 
	margin-bottom: 20px;
	background: #fff;
}
.blog-colum {
    margin-bottom: 30px;
}
.ion-minus{
    padding:0px 10px;
}

.blog {
	background-color:#f6f6f6;
	padding:60px 0px; 
}

.blog .blog-column a{
    color: #5db4c0;
    text-decoration: none;
}

.blog  span {
    font-size: 17px;
    font-weight: 700;
}

.blog  .blog-detail {
    margin-top: 10px;
}

.fa.fa-user, .fa.fa-clock-o {
    padding-right: 10px;
    color: #909090;
    font-size: 11px;
}
.blog img:hover {
    opacity: 0.8;
}

/*-- //blog --*/

/*-single-*/

/*--/left--*/
body img {
    width: auto;
}
.b-grid-top {
    position: relative;
}
.bottom-b-con{
    padding: 40px 0;
}
.blog_info_left_grid {
    position: relative;
    overflow: hidden;
}
.blog-info-middle ul li a {
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #fff;
}
.blog-info-middle ul li a:hover{
	color:#EB2941;
	opacity:0.9;
}
.blog-info-middle {
    width: 100%;
    background: rgba(14, 15, 16, 0.65);
    padding: 18px;
    position: absolute;
    bottom: 0;
}
.blog_info_left_grid img {
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
	background: #ebecec;
    padding: .4em;
}
.blog-info-middle ul li {
    display: inline-block;
}
.blog-grid-top h3,.two-blog2 h3,h5.card-title {
    font-size: 1.5em;
    margin: 1em 0 .5em 0;
    font-weight: 700;
}
.blog-grid-top h3 a,.two-blog2 h3 a,h5.card-title a {
	color: #333333;
}
.blog-grid-top p,.two-blog2 p{
    margin-bottom: 2em;
}
.blog-grid-top {
    border-bottom: 1px solid #ddd;
    padding-bottom: 3em;
}
.blog-mid-sec {
    background: #eceff1;
    padding: .5em;
    margin: 1em 0;
}
button.btn.btn-primary.play.sec{
	width:40px;
	height:40px;
}
ul.blog-icons li {
    display: inline-block;
	margin-right: 20px;
	list-style:none;
}
ul.blog-icons a {
    font-size: 0.9em;
    letter-spacing: 1px;
	color: #8c9398;
}
ul.blog-icons span.fa{
    color: #ffc168;
    font-size: 1em;
    margin-bottom: 0;
}
.blog-girds-sec {
    border-top: 1px solid #ddd;
    margin-top: 1em;
    padding-top: 2em;
}
.left-blog-info p.card-text{
	color: #8c9398;
}
/*--//left--*/
/*--/right--*/
.tech-btm h4 {
    font-size: 1.5em;
    color: #333333;
    font-weight: 700;
    margin-bottom: .5em;
}
.tech-btm p{
	font-size:15px;
}
.tech-btm {
    margin-bottom: 2em;
}
.tech-btm input[type="email"] {
      width: 100%;
    color: #737070;
    outline: none;
    font-size: 14px;
    padding: .9em 1.5em;
    border: 2px solid #eceff1;
    -webkit-appearance: none;
    letter-spacing: 1px;
    margin: 1em 0;
}
.tech-btm button.btn {
    background: #ffc168;
    font-weight: 500;
    outline: none;
    border: none;
    width: 100%;
    cursor: pointer;
    text-transform: capitalize;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 10px 30px;
}
.tech-btm input[type="submit"]:hover{
    background: #333;
}
.widget_social li {
    display: block;
}
.widget_social li a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 30px;
	margin-bottom: 10px;
    padding: 10px 20px;
    text-transform: capitalize;
    width: 100%;
}
.widget_social li a:hover{
	opacity:0.7;
	color:#fff;
}

.widget_social li a.twitter {
    background: #57baf7;
}
.widget_social li a.facebook {
    background: #3b5998;
}
.widget_social li a.dribble {
	background: #ea4c89;
}
.widget_social li a.pin {
	background: #BD081C;
}
.widget_social li a i {
    font-size: 18px;
    position: relative;
    text-align: left;
    width: 35px;
    color: #fff;
}
.widget_social li a .count {
    padding-left: 20px;
}
.tech-btm h5 {
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 600;
    margin-top: 0em;
}
.tech-btm h5 a{
   color:#333;
}
.sub-meta span {
    font-size: 0.8em;
    color: #a9abad;
    line-height: 2.5em;
}
.recent-work a img {
    display: block;
    margin: 0 auto;
}
.recent-work a {
	margin-top: 15px; 
	margin-bottom: 20px;
} 
#testim {
    background: #f5f6f6;
	border: 1px solid #f5f6f6;
}
 
.btn-search {
	background: #424242;
	border-radius: 0;
	color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #1c1c1c;
}
.btn-search:link, .btn-search:visited {
	color: #fff;
}
.btn-search:active, .btn-search:hover {
	background: #1c1c1c;
	color: #fff;
}
/*--popup--*/
.career-cont h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
 
.career-cont p { 
    margin-bottom: 10px; 
}
/*--end--*/

/*--//testimonial--*/ 
.testimonial-container {
	background-color: #f5f6f6;
	width: 100%;
}

.cd-testimonials-wrapper {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	background-color:#f5f6f6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
	z-index: 1;
}

.cd-testimonials-wrapper h2 {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 60px;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) { 
	.cd-testimonials-wrapper h2 {
		text-align: center;
		position: absolute;
		width: 100%;
		top: 100px;
		margin: 0 auto;
	}
}

.testimonial-content {
	max-width: 1000px;
	width: 80%;
	margin: 0 auto 50px auto;
}

.cd-testimonials {
	color: rgba(130, 132, 139, 1);
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.cd-testimonials > li {
	position: absolute;
	opacity: 0;
}

.cd-testimonials > li:first-child {
	position: relative;
	opacity: 1;
}

.testimonial-content p {
	font-style: italic;
	line-height: 1.4;
	margin-bottom: 1em;
	padding: 0 14px;
}
 
.cd-author-info span p {
	display: inline-block;
	font-size: 14px;
	padding-left: 0;
}

.cd-author-info span p a {
	color: rgba(126, 129, 136, 1);
}

.cd-author img,
.cd-author .cd-author-info {
	display: inline-block;
	vertical-align: top;
}

.cd-author img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 5px;
}

.cd-author .cd-author-info {
	text-align: left;
	line-height: 1
}

.cd-author .cd-author-info li:first-child {
	font-size: 14px;
	margin-top: 4px;
}

.cd-author .cd-author-info li:last-child {
	font-size: 12px;
	color: #6b6b70;
}

ul.cd-author-info {
	list-style: none;
}
 

ul.cd-author-info li span {
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
	font-weight: 300;
}

@media only screen and (min-width: 768px) {
	.cd-author img {
		width: 58px;
		height: 58px;
	}
	.cd-author .cd-author-info {
		line-height: 1.4;
	}
	.cd-author .cd-author-info li:first-child {
		font-size: 18px;
	}
}

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

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 50px;
	height: 100%;
	margin: 0px 0 0;
	position: absolute;
	z-index: 9999;
	top: 0;
	overflow: hidden;
	opacity: 1;
	background: rgba(245, 245, 245, 1);
	cursor: pointer;
	color: rgba(255, 255, 255, .5);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
	font-size: 40px;
	content: url('https://dl.dropboxusercontent.com/u/97609687/codepen/chevronleft.svg');
	position: absolute;
	display: block;
	top: 50%;
	padding: 14px 10px 14px 10px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flex-direction-nav a.flex-next:before {
	content: url('https://dl.dropboxusercontent.com/u/97609687/codepen/chevronright.svg');
	padding: 14px 20px 14px 10px;
}

.flex-direction-nav .flex-prev {
	left: 0px;
}

.flex-direction-nav .flex-next {
	right: 0px;
	text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 0px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: 0px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}

.flex-control-paging li a {
	width: 10px;
	height: 10px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.4);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(2, 23, 31, 1);
	cursor: default;
}
.flex-direction-nav {
    display: none;
}
.flex-control-nav {
	bottom:0px;
	position: absolute;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
}

.flex-control-nav li {
	display: inline-block;
	padding: 0px 5px 0px 5px;
}

@media screen and (max-width: 767px) {
	.flex-direction-nav a {
		width: 30px;
	}
	.flex-direction-nav a:before {
		visibility: hidden;
	}
	.flex-direction-nav a:before {
		padding: 14px 0px 10px 0px;
	}
	.flex-direction-nav .flex-prev {
		left: 0px;
	}
	.flex-direction-nav .flex-next {
		right: 0px;
		text-align: right;
	}
	.flexslider:hover .flex-direction-nav .flex-prev {
		opacity: 1;
		left: 0px;
	}
	.flexslider:hover .flex-direction-nav .flex-prev:hover {
		opacity: 1;
	}
	.flexslider:hover .flex-direction-nav .flex-next {
		opacity: 1;
		right: 0px;
	}
	.flex-direction-nav {
		visibility: hidden;
	}
}
  
.testim .wrap {
    position: relative; 
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #f6783a9e;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: #ea830e;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    display: block;
    z-index: 3333;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #f6783a;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #ea830e;
    border-color: #ea830e;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #ea830e;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {  
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}

}
/*--//end--*/
/*--//right--*/
ul.list-group.single {
    color: #727373;
    font-size: 15px;
}

ul.list-group.single .badge-primary {
    color: #fff;
    background-color: #ffc168;
}
h5.mt-0 {
    color: #343a40;
     font-size: 1.2em;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 600;
}

.progress {
    font-size: 0.75em;
    line-height: 8em;
    text-align: center;
    background-color: #d6d9da;
    border-radius: 0.25rem;
    margin-bottom: 1em;
}

.card-body {
    padding: 12px;
}

.card-header {
    padding: 0;
    color: #0e0f10;
}

.card-header button.btn.btn-link {
    color: #555;
    font-weight: 600;
}

.single-gd form input {
    width: 100%;
}

.single-gd img {
    margin-bottom: 1em;
}

.comment-top input[type="text"],
.comment-top input[type="email"],
.comment-top textarea {
    background: none;
    width: 100%;
    outline: none;
    border: 1px solid #e2e2e2;
    padding: 0.7em 1em;
    font-size: 15px;
    color: #777;
    margin: 0 0 0.7em;
    letter-spacing: 1px;
}
.comment-top textarea {
    height: 150px;
}
.comment-top button.btn.btn-primary.submit[type="submit"] {
    text-align: center;
    border: none;
    outline: none;
    margin: 0 auto;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
    background: #ffc168;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 10px 30px;
    display: inline-block;
}
.read a {
    background: #ffc168;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px 30px;
    display: inline-block;
}

.single-gd form input[type="email"] {
    outline: none;
    padding: 12px 15px;
    font-size: 13px;
    color: #777;
    background: #ffffff;
    letter-spacing: 2px;
    border: none;
    border: 1px solid #ddd;
    margin: 0;
    border-radius: 0;
}

.single-gd form input[type="submit"] {
    background: #555;
    padding: .8em 1em;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: block;
    outline: none;
    border: none;
    cursor: pointer;
    letter-spacing: 1px;
    margin-top: 1em;
}

.single-gd form input[type="submit"]:hover {
    background: #080808;
}

.media-body p {
    color: #777;
    line-height: 1.9em;
    margin-top: 1em;
    margin-bottom: 3em;
    letter-spacing: .5px;
    font-weight: normal;
}

.comment h3,
.comment-top h4 {
    color: #555;
    font-size: 1.4em;
    text-align: left;
    padding: 0 0 0.5em;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    margin-bottom: 1em;
}

.media img {
    margin-right: 15px;
    width: 18%;
}

.comment-top {
    margin-top: 2em;
}

/* //blog responsive code */

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width:1366px) {
    
}

@media screen and (max-width:1280px) {}

@media screen and (max-width: 1080px) {
    .blog_info p {
        line-height: 1.5;
        letter-spacing: 0.3px;
    }
    .blog_info {
        min-height: 275px;
        padding: 1em 2em;
    }
    .blog_info.blog-right {
        min-height: 305px;
        width: 100%;
    }
}

@media screen and (max-width: 1050px) {
    .blog_info.blog-right {
        min-height: 297px;
    }
    .blog-x.br-mar {
        margin-top: 1.2em;
    }
    .blog_info.blog-right {
        min-height: 370px;
    }
    .blog_info.blog-right {
		min-height: 370px;
		width: 100%;
	}
	.blog_info.blog-right.two {
		min-height: 369px;
    }
    .single-gd h4 {
        font-size: 1em;
    }
}

@media screen and (max-width: 1024px) {
    .blog_info.blog-right {
		min-height: 372px;
	}
	.blog_info.blog-right.two {
		min-height: 373px;
	}
}

@media screen and (max-width: 991px) {
    .blog_info {
        min-height: auto;
        padding:2em 2em;
    }
    .blog_info.blog-right {
        min-height: auto;
    }
    .blog-side.blog-top-right {
        padding-right: 0;
        margin-top: 1em;
    }
    .blog_info.blog-right.two {
        min-height: auto;
    }
    .single-gd h4 {
         font-size: 1em;
    }
    .single-left {
        margin-top: 2em;
    }
    .right-blog-con {
        margin-top: 2em;
    }
    ul.blog-icons a {
        font-size: 0.8em;
    }
    .right-blog-con.left-blog-2 {
        margin: 0;
    }
}
@media screen and (max-width: 736px) {
	.blog-grid-left {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 667px) {
    .blog-side.blog-top-right {
        padding-right: 0;
        margin-top: 1em;
        padding: 0;
    }
    .blog-sp {
        padding: 0;
    }
    .single-left {
        margin-top: 2em;
        padding: 0;
    }
	.popup {
		width: 100%;
	}
	
}

@media screen and (max-width: 640px) {
    .blog-sp {
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    .comment-top input[type="submit"] {
        width:40%;
    }
}

@media screen and (max-width: 568px) {
	.tech-btm:nth-child(6) {
		margin-bottom: 0;
	}
	.widget_social li a .count {
		padding-left: 0px;
	}
}

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

}

@media screen and (max-width: 414px) {
    .comment-top input[type="submit"] {
        width:45%;
    }
	.media {
		flex-direction: column;
	}
}

@media screen and (max-width: 384px) {
	.left-blog-info p.card-text {
		font-size: 14px;
	}
}

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

}

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

}

/* //blog responsive code */

/*-- move top --*/

.move-top {
    position: relative;
}

a.move-top {
    text-align: center;
    position: absolute;
    right: 1%;
    bottom: 0%;
}

a.move-top span{
    color: #fff;
    width: 36px;
    height: 36px;
    border: transparent;
    line-height: 2em;
    background: #333;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
}

/*-- //move top --*/


/*-- responsive design --*/

@media(max-width:1440px) {
    
}
@media(max-width:1280px) {
    h2.b-w3ltxt, h3.b-w3ltxt {
		font-size: 3.4em;
	}
	#logo a {
		font-size: 0.7em;
	}
}
@media(max-width:1080px) {
    footer h4 {
		font-size: 20px;
		letter-spacing: .5px;
	}
	ul.list-w3 li a, ul.list-w3 li, .footer p.head, .copy-right p, .middle p {
		font-size: 15px;
		letter-spacing: .5px;
	}
	.footer-top h3 {
		font-size: 20px;
		letter-spacing: .5px;
	}
	.text-stat h4 {
		font-size: 19px;
		line-height: 28px;
		letter-spacing: 0.5px;
		border: 6px solid #aaa;
	}
	p.counter {
		font-size: 2.5em;
	}
	.products_grids h3 {
		font-size: 20px;
	}
	.statistics p {
		font-size: 15px;
	}
 
	h4.heading {
		font-size: 21px;
		line-height: 33px;
	}
	.team-txt-info h4 {
		font-size: 20px;
	}
	.team-txt-info p {
		font-size: 15px;
	}
	.advantages_grids h3 {
		font-size: 21px;
	}
	.services .grid {
		padding: 0 6px;
	}
	.w3pvt-news-icon p {
		font-size: 14px;
	}
	.blog p {
		font-size: 15px;
	}
	.tech-btm h4 {
		font-size: 1.3em;
	}
	.tech-btm h5 {
		font-size: .9em;
		line-height: 1.3em;
	}
}
@media(max-width:991px) {
    nav li.last-grid a {
		margin-top: 0px;
	}
	.csslider>.navigation {
		bottom: 10%;
	}
	.banner-text-w3pvt {
		width: 90%;
	}
	.bottom_grids p {
		font-size: 15px;
	}
	.grid1, .grid2, .grid3 {
		padding: 0 10px;
	}
	.bottom_grids h3 {
		font-size: 23px;
	}
	.products_grids h3 {
		font-size: 17px;
		line-height: 24px;
		letter-spacing: 0px;
	}
	.products_grids .col-md-3 {
		padding: 0 9px;
	}
	.products_grids img {
		width: 65px;
	}
	.copy-right ul.list-w3 {
		justify-content: flex-start;
	}
	h2.b-w3ltxt, h3.b-w3ltxt{
		letter-spacing: 0px;
	}
	h4.b-w3ltxt {
		letter-spacing: 1px;
	}
	h2.heading, h3.heading,.statistics h3.heading {
		font-size: 38px;
		letter-spacing: 2px;
	}
	p.counter {
		font-size: 2.2em;
	}
	.client-grid {
		padding: 2em;
	}
	.inner-banner,.inner-layer {
		min-height: 200px;
	}
	.services .grid {
		padding: 0 15px;
	}
	.services .grid1 img,.services .grid4 img,.services .grid3 img,.services .grid5 img,.services .grid6 img,.services .grid7 img {
		width: 60px;
	}
}
@media(max-width:768px) {
    h2.b-w3ltxt, h3.b-w3ltxt {
		font-size: 3em;
	}
	.navbar-default .navbar-nav > li > a {
    color: #000;
    text-transform: capitalize;
}
 
	header {
		padding: 0;
	}
	.navbar-header {
		padding: 5px 0;
	}
.nav.navbar-nav{
    background: #fff;
    margin-top: 0;
}
.testi-img {
    margin-top: 20px;
}

	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {

    color: #FE6600;
    background-color: transparent;

}
	h4.b-w3ltxt {
		letter-spacing: 1px;
		font-size: 2.8em;
	}
	 
	.contact-map iframe {
		min-height: 300px;
	}
}
@media(max-width: 736px) {
    .banner-text-w3pvt {
		width: 100%;
		padding: 22vw 0 4vw;
	}
	.w3layouts_stats_left span.fa {
		font-size: 30px;
	}
	h2.heading, h3.heading,.statistics h3.heading {
		font-size: 36px;
		letter-spacing: 1px;
	}
	h2.b-w3ltxt, h3.b-w3ltxt {
		font-size: 2.8em;
	}
	h4.b-w3ltxt {
		letter-spacing: 1px;
		font-size: 2.6em;
	}
	.csslider>.navigation {
		bottom: -2%;
	}
	.banner-text-w3pvt {
		width: 100%;
		padding: 20vw 0 10vw;
	}
	.c-left img {
		max-width: 20%;
	}
	.other_services .col-lg-4 {
		padding: 0 5px;
	}
	.grid h4 {
		font-size: 20px;
	}
}
@media(max-width:668px) {
    header {
		padding: 5px 0;
	}
}
@media(max-width:600px) {
    .footer-top p {
		font-size: 14px;
		letter-spacing: .5px;
	}
	h2.b-w3ltxt, h3.b-w3ltxt {
		font-size: 2.6em;
	}
	h4.b-w3ltxt {
		letter-spacing: 1px;
		font-size: 2.2em;
	}
	.image-grids {
		margin: 0 0px;
	}
	.btn-banner,.btn-banner1 {
		font-size: 14px;
	}
	.inner-banner, .inner-layer {
		min-height: 180px;
	}
}
@media(max-width:568px) {
    .banner-text-w3pvt {
		padding: 22vw 0 12vw;
	}
	h2.b-w3ltxt, h3.b-w3ltxt {
		font-size: 2.4em;
	}
	h4.b-w3ltxt {
		letter-spacing: 1px;
		font-size: 2em;
	}
	.advantages_grids p {
		font-size: 15px;
	}
	.banner {
		background: url(../images/banners.jpg)no-repeat center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
	}
	.copy-right{
		text-align: center;
	}
	.copy-right ul.list-w3 li {
		display: inline-block;
	}
	.inner-banner, .inner-layer {
		min-height: 150px;
	}
	.w3-w3pvt-team-img {
		padding: 0 .5em;
	}
	.other_services .grid img {
		width: 100%;
	}
	.other_services .col-lg-4 {
		padding: 0 15px;
	}
	.w3pvtits-line {
		display: none;
	}
	.w3pvt-news-icon {
		width: 33.33%;
		float: left;
		text-align: center;
		margin-bottom: 1em;
	}
}
@media(max-width:480px) {
    .advantages_grids h3, .products_grids h3 {
		font-size: 20px;
		line-height: 30px;
		letter-spacing: .5px;
	}
	.subscribe h4 {
		line-height: 30px;
		font-size: 20px;
	}
	.subscribe form {
		width: 90%;
	}
	.c-left .info {
		padding: 10px 0px 0px 20px;
	}
	.grid h3 {
		font-size: 19px;
	}
	.w3-w3pvt-news-img h4 a {
		font-size: 20px;
		line-height: 30px;
	}
	.blog-grid-top h3, .two-blog2 h3, h5.card-title {
		font-size: 1.3em;
		letter-spacing: 0;
	}
	.contact h4 {
		font-size: 20px;
	}
}
@media(max-width:415px) {
	.banner-text-w3pvt {
		padding: 30vw 0 8vw;
	}
	.csslider>.navigation {
		bottom: 8%;
	}
	.toggle {
		font-size: 18px;
	}
	p {
		line-height: 1.9em;
	}
	.image-grids .col-lg-3 {
		padding-right: 5px;
	}
 
	.middlesection-w3pvt {
		background: url(../images/banner.jpg) no-repeat center;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}
	.footer-top h3 {
		font-size: 18px;
	}
	h2.heading, h3.heading, .statistics h3.heading {
		font-size: 34px;
	}
	.advantages_grids h3 {
		font-size: 19px;
		line-height: 30px;
	}
	.w3-w3pvt-team-img {
		padding: 0 0em;
	}
	.inner-banner, .inner-layer {
		min-height: 120px;
	}
	.c-left img {
		max-width: 25%;
	}
	li.breadcrumb-item a,li.breadcrumb-item {
		font-size: 14px;
	}
	.services .grid1 img, .services .grid4 img, .services .grid3 img, .services .grid5 img, .services .grid6 img, .services .grid7 img {
		width: 50px;
	}
	.media img {
		width: 33%;
	}
	.media-body p {
		line-height: 1.8em;
		margin-top: .7em;
		font-size: 15px;
		margin-bottom: 2em;
	}
}
@media(max-width:384px) {
    h2.heading, h3.heading, .statistics h3.heading {
		font-size: 30px;
	}
	.products_grids h3 {
		font-size: 17px;
		line-height: 25px;
		letter-spacing: 0px;
	}
	.banner-text-w3pvt {
		padding: 28vw 0 3vw;
	}
	
	h2.b-w3ltxt, h3.b-w3ltxt {
		font-size: 2.2em;
	}
	h4.b-w3ltxt {
		font-size: 1.8em;
	}
	#logo a {
		font-size: 0.6em;
	}
	nav a {
		font-size: 14px;
	}
	nav ul li {
		padding: 5px 0;
	}
	.w3layouts_stats_left span.fa {
		font-size: 25px;
	}
	p.counter {
		font-size: 1.8em;
	}
	.csslider>.navigation label,.csslider>.navigation label:after {
		width: 10px;
		height: 10px;
	}
	.csslider>.navigation label {
		margin: 0 4px;
	}
	.products_grids img {
		width: 55px;
	}
	.statistics a {
		font-size: 14px;
	}
	.c-left img {
		max-width: 27%;
	}
	.col-.client-grid p {
		font-size: 15px;
	}
	.team .item {
		padding: 0 7px;
	}
	.team-txt-info p {
		font-size: 14px;
	}
	.team-txt-info h4 {
		font-size: 19px;
		line-height: 25px;
	}
	.w3-w3pvt-subscribe p {
		font-size: 14px;
	}
	.subscribe h4 {
		line-height: 27px;
		font-size: 18px;
	}
	.media img {
		width: 33%;
		margin-bottom: 1em;
		margin-right: 0px;
	}
	.tech-btm h4 {
		font-size: 1.2em;
	}
	.contact-form label,.contact-form .form-control {
		font-size: 15px;
	}
}
@media(max-width:375px) {
    
}
@media(max-width:320px) {
    
}
/* Large Mobile :480px. */
@media only screen and (max-width:992px) {
 
.main-menu {
    display: none;
}
.nav-switch {
		position: absolute;
		right: 30px;
		font-size: 30px;
		color: #111;
		top: 25px;
		display: block;
		cursor: pointer;
	}
	.nav-section .nav-right {
		display: block;
		float: none;
		text-align: right;
		padding-bottom: 20px;
	}
	.main-menu li {
		display: block;
	}
	.main-menu li a {
		padding: 15px;
		display: block;
		border-top: 1px solid #212031;
	}
	.main-menu li a:hover {
		background-color: transparent;
		color: #175488;
	}
	.main-menu li.active a {
		background-color: transparent;
	}
	.header-info {
    display: none;
}
}
@media only screen and (max-width: 767px) {
	.header-info {
		display: none;
	}
	.nav-section {
    background:#351a81 !important;
    background: url(../images/header-bg.jpg);
    background-size: auto;
    background-size: contain;
}
	.site-logo {
		padding: 15px 0;
	}
	.nav-switch {
		position: absolute;
		right: 30px;
		font-size: 30px;
		color: #111;
		top: 8px;
		display: block;
		cursor: pointer;
	}
	.nav-section .nav-right {
		display: block;
		float: none;
		text-align: right;
		padding-bottom: 20px;
	}
	.main-menu {
		display: none;
	}
	.main-menu li {
		display: block;
	}
	.main-menu li a {
		padding: 10px;
		display: block;
		border-top: 1px solid #fff;
	}
	.main-menu li a:first-child{ 
		border-top: 0 !important;
	}
	.main-menu li a:hover {
		background-color: transparent;
		color:#fe6600;
	}
	.main-menu li.active a {
		background-color: transparent;
	}   
}

 
/*-- //responsive design --*/
.grey-bg {
    background: #f5f6f6;
}
 
 
.popup {
	position: fixed;
	display: block;
	min-height: 0;
	background:#ebeced;
	border-radius: 4px;
	opacity: 0;
	color: rgba(0,0,0,0.4);
	top: 30%;
	right: 0;
	user-select: none;
	z-index: 100;
 width: 30%;
  /* -webkit-transform: translate(-50%, -50%); */
          /* transform: translate(-50%, -50%); */
}
.popup_show {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.66, 0.12, 0.49, 0.89);
          animation-timing-function: cubic-bezier(0.66, 0.12, 0.49, 0.89);
/*animation-timing-function: cubic-bezier(.53,.01,.18,.68)*/
/* animation-timing-function: cubic-bezier(.68,.12,.53,.9) */
  opacity: 1;
  height: auto;
}

.popup_content {
  padding: 20px;
  position: relative;
}

.popup_content h2 {
    color:#222;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.popup_content p {
    text-align: center;
    color:rgb(16, 9, 6);
    margin-bottom: 20px;
    font-size: 14px;
}
.check-box-label {
    font-size: 11px;
    letter-spacing: 1px;
    color: rgb( 16, 9, 6);
}
.popup_content .close {
	position: absolute;
	cursor: pointer;
	font-size: 35px;
	font-weight: 600;
	top: 10px;
	color:#000;
	right: 10px;
	padding: 0rem 0.8rem 0.3rem 0.8rem;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	opacity: 1;
}
.close:hover {
  background: rgba(0,0,0,0.2);
}
.suscribe_title {
  font-weight: 300;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}customStyle h3{    margin: 0 0 20px 0;    text-transform: uppercase;    color: #222;    font-size: 30px;    font-weight: 400}.customStyle p{    line-height: 1.6em;    color: #454545;    margin-bottom: 15px;}.highlightedArea{    background-color: #f9f9f9;    padding: 50px 0;    margin: 50px 0;}.boxStyle{    border: 1px solid #eee;    padding: 20px;    margin-bottom: 30px;    min-height: 308px;    background-color: #f5f5f5;    display: flex;    align-items: center;     -webkit-transition: all .3s ease-in-out;    -moz-transition: all .3s ease-in-out;    -ms-transition: all .3s ease-in-out;    -o-transition: all .3s ease-in-out;    transition: all .3s ease-in-out;    }.boxStyle:hover{    -webkit-box-shadow: 0 0 10px 1px rgba(53,29,129, .2);    box-shadow: 0 0 10px 1px rgba(53,29,129, .2);}.boxAutoEnd{    min-height: auto}.boxStyle .boxicon{    font-size: 80px;    color: #351a81;}.boxStyle h4{    margin: 0 0 15px 0;    font-weight: 600;    font-size: 19px;    position: relative;}.boxStyle h4:before{    content: "";    width: 60px;    height: 2px;    background-color: #351a81;    position: absolute;    bottom: -9px;    left: 0}.boxStyle p{    font-size: 15px;    line-height: 1.6em;    margin-bottom: 0}.imageBack{    background-image: url(../images/imageback.jpg);    background-position: center center;    background-repeat: no-repeat;    background-attachment: fixed;    padding: 50px 0;    position: relative;}.imageBack:before{    content: "";    background-color: rgba(53,29,129, .9);    position: absolute;    top: 0;    right: 0;    bottom: 0;    left: 0}.imageBack h3{    color: white;    line-height: 1.7em;}.imageBack p{    color: white;}.imageBack h5{    color: white;    font-size: 16px;    font-weight: 600;    margin-bottom: 10px;}.imageBack .iconBox{    background-color: #f6783a;    color: white;    padding: 10px 0;    text-align: center;    font-size: 25px;    border-radius: 3px;    position: relative;}.imageBack .iconBox:after{    content: "";    position: absolute;    top: 9px;    width: 0;    height: 0;    border-top: 20px solid transparent;    border-left: 40px solid #f6783a;    border-bottom: 20px solid transparent;}.customStyleNewBox{    background-color: white;    border: 1px solid #eee;    padding: 20px;    position: relative;}.leftArrow:after{    content: "";    background-image: url(../images/arrowright.png);    background-repeat: no-repeat;    background-position: left top;    width: 67px;    height: 65px;    position: absolute;    right: -67px;    top: 60px;}.rightArrow:after{    content: "";    background-image: url(../images/arrowleft.png);    background-repeat: no-repeat;    background-position: left top;    width: 67px;    height: 65px;    position: absolute;    left: -67px;    top: 60px;}.customStyleNewBox h5{    font-size: 21px;    text-transform: uppercase;    margin-bottom: 20px;    font-weight: 700}.counterArea{    width: 60px;    height: 60px;    border-radius: 60%;    line-height: 60px;    font-size: 26px;    background-color: #f6783a;    font-weight: 700;    color: white;    position: relative;    margin: 0 auto}.counterArea:after{    height: 250px;    width: 1px;    content: "";    border-right: 2px dotted #f6783a;    position: absolute;    bottom: -250px;    left: 45%;}.counterArea2{    width: 60px;    height: 60px;    border-radius: 60%;    line-height: 60px;    font-size: 26px;    background-color: #351a81;    font-weight: 700;    color: white;    position: relative;    margin: 0 auto}.counterArea2:after{    height: 250px;    width: 1px;    content: "";    border-right: 2px dotted #351a81;    position: absolute;    bottom: -250px;    left: 45%;}.noAfter:after{    border-right: none !important;}@media screen and (min-width: 100px) and (max-width: 767px) {    .leftArrow:after, .rightArrow:after{        background-image: none    }    .imageBack .iconBox{        margin-bottom: 20px;    }}
 

