
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
 font-family:'Roboto', sans-serif;
  color: #444444;
  margin:0;
  padding: 0;
}

a {
  color: #8f2762;
}

a:hover {
  color: #e6573f;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}
p{
  font-family: 'Roboto', sans-serif;
}
#section .about{
 padding:0px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #656666;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #1A425D;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #020000;
    padding: 0px 0;
    font-size: 14px;
}

#topbar .contact-info {
  color: #fff;
  padding-top: 15px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #143d59;
}

#topbar .contact-info i {
  color: #fff;
  padding: 4px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
}

#topbar .social-links a {
  color: #fff;
  padding: 4px 0 4px 16px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #8f2762;
}

#topbar .social-links a:first-child {
  border-left: 0;
}
#topbar .contact-info i:hover{
   color: #fff;
}
.social-icon{
  margin-top: 10px;
    /*padding: 12px 0px;*/
}
.social-icon li{
    margin-left: 10px;
    list-style: none;
}
.social-icon li a{
    height: 30px;
    width: 30px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    border:1px solid #fff;
}

.social-icon li.facebook a{
  background: #4267b2;
  border:1px solid #143d59;
  color: #fff;
}
.social-icon li.facebook a:hover{
  border:none;
  box-shadow:2px 2px 4px 1px rgb(20 61 89 / 95%);
}
.social-icon li.twitter a{
  background: #1da1f2;
  border:1px solid #143d59;
  color: #fff;
}
.social-icon li.twitter a:hover{
   border:none;
  box-shadow:2px 2px 4px 1px rgb(20 61 89 / 95%);
}
.social-icon li.instagram a{
  color: #fff;
  background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  border:1px solid #143d59;
}
.social-icon li.instagram a:hover{
   border:none;
  box-shadow:2px 2px 4px 1px rgb(20 61 89 / 95%);
}
.social-icon li.google-plus a{
    color: #dd4e42;
}
.social-icon li.google-plus a:hover{
    background: #dd4e42;
}
.social-icon li.linkedin a{
  background: #0077b5;
  border:1px solid #143d59;
  color: #fff;
}
.social-icon li.linkedin a:hover{
  border:none;
  box-shadow:2px 2px 4px 1px rgb(20 61 89 / 95%);
  /*border:1px solid #fff;
  box-shadow: 0 1px 5px rgb(0 0 0 / 10%);*/
}
.social-icon li.youtube a{
    color: #ff0000;
}
.social-icon li.youtube a:hover{
    background: #ff0000;
}
.social-icon li a:hover{
    color: #fff;
    border:1px solid #fff;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 90px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 8px 0;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

#header .logo h1 {
  font-size: 26px;
  padding: 0 0 0 8px;
  margin: 11px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
 font-family:'Roboto', sans-serif;
  border-left: 8px solid #fd6602;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #545454;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 76px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 1px;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  text-transform: uppercase;
  display: block;
  position: relative;
  color: #545454;
  padding: 25px 0 15px 25px;
  transition: 0.3s;
  font-size: 14px;
 font-family:'Roboto', sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #8f2762;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #8f2762;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #8f2762;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #545454;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #8f2762;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(59, 59, 59, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
/*--------slider-area start--------*/
.slider-items{
    position: relative;
    z-index: 9;
}
.slider-items:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #242424;
    content: "";
    opacity: .5;
}
.slider-items img{
    visibility: hidden;
}
.slider-content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.slider-content h2{
    font-size: 59px;
    font-weight: 700;
    line-height: 85px;
    color: #fff;
    margin-bottom: 25px;
}
.slider-content h2 span{
    display: inline-block;
    /*background: #fd6602;*/
    padding: 10px 10px;
    font-family: 'Roboto', sans-serif;';
    /*font-family: 'EB Garamond', serif;*/

}
.slider-content p{
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
}
.slider-content a{
    padding: 15px 30px;
    background: #fd6602;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    font-size: 16px;
    border: 2px solid #fd6602;
}
.slider-content a:hover{
    background: transparent;
    color: #8f2762;
}
.slider-active .owl-dots{
    position: absolute;
    left: 0;
    bottom: 20px;
    right: 0;
    text-align: center;
    width: 100%;
}
.slider-active .owl-dot{
    height: 5px;
    width: 25px;
    background: #fff;
    display: inline-block;
    margin: 0px 3px;
    border-radius: 5px;
}
.slider-active .owl-dot.active{
    background: #fd6602;
    width: 30px;
}
/*--------slider-area end--------*/

/*--------featured-area start--------*/
.featured-area{
    /*padding: 85px 0px 15px;*/
}
.featured-wrap{
    margin-bottom: 30px;
    border: solid 2px;
}
.featured-img {
    overflow: hidden;
}
.featured-img > img{
    width: 100%;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.featured-wrap:hover .featured-img > img{
    transform: scale(1.15, 1.15) rotate(-5deg);
    -webkit-transform: scale(1.15, 1.15) rotate(-5deg);
    -moz-transform: scale(1.15, 1.15) rotate(-5deg);
}
.featured-wrap h2{
    color: #1a425d;
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0px 10px;
}
.featured-wrap h2 a{
    color: #1a425d;
    font-family: /*'Abril Fatface'*/Georgia;
}
/*--------featured-area end--------*/

/*--------about-area start--------*/
.featured-content-area{
    padding: 40px 0;
}
.featured-content-img{
    position: absolute;
    left: 30px;
    top: 30px;
    width: 650px;
}
.featured-content-wrap{
    /*padding-top: 30px;*/
}
.featured-content-wrap h2{
    color: #1a425d;
   font-family:'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
}
.featured-content-wrap h2 span{
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #8f2762;
    text-transform: uppercase;
    line-height: 28px;
}
.featured-content-wrap p{
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 40px;
}
.featured-content-wrap a{
    display: inline-block;
    padding: 15px 30px;
    background: #fd6602;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fd6602;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
}
.featured-content-wrap a:hover{
    background: transparent;
    color: #8f2762;
}
/*--------about-area end--------*/

/*--------service-area start--------*/
.container {
  width: 100%;
  height: 100%;
}
.container .product {
  /*width: 610px;*/
  height: 250px;
  display: flex;
  margin: 1em 0;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 0px 21px 3px rgba(0, 0, 0, 0.15);
  transition: all .1s ease-in-out;
}
.container .product:hover {
  box-shadow: 0px 0px 21px 3px rgba(0, 0, 0, 0.11);
}
.container .product .img-container {
  flex: 2;
}
.container .product .img-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.container .product .product-info {
  background: #fff;
  flex: 3;
}
.container .product .product-info .product-content {
  padding: 1.2em 0 .2em 1em;
}
.container .product .product-info .product-content h1 {
  font-size: 1.5em;
}
.container .product .product-info .product-content p {
  color: #636363;
  font-size: .9em;
 /* font-weight: bold;*/
  width: 90%;
}
.container .product .product-info .product-content ul li {
  color: #636363;
  font-size: .9em;
  margin-left: 0;
}
.container .product .product-info .product-content .buttons {
  padding-top: .4em;
}
.container .product .product-info .product-content .buttons .button {
  text-decoration: none;
  color: #5e5e5e;
  font-weight: bold;
  padding: .3em .65em;
  border-radius: 2.3px;
  transition: all .1s ease-in-out;
}
.container .product .product-info .product-content .buttons .add {
  border: 1px #5e5e5e solid;
}
.container .product .product-info .product-content .buttons .add:hover {
  border-color: #6997b6;
  color: #6997b6;
}
.container .product .product-info .product-content .buttons .buy {
  border: 1px #5e5e5e solid;
}
.container .product .product-info .product-content .buttons .buy:hover {
  border-color: #6997b6;
  color: #6997b6;
}
.container .product .product-info .product-content .buttons #price {
  margin-left: 4em;
  color: #5e5e5e;
  font-weight: bold;
  border: 1px solid rgba(137, 137, 137, 0.2);
  background: rgba(137, 137, 137, 0.04);
}
.service-area{
    padding: 30px 0px 20px;
}
.section-title{
    margin-bottom: 20px;
}
.section-title h2{
    color: #1a425d;
    font-family: Georgia !important;
    font-size: 33px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 25px;
}
.service-wrap{
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0,0,0,.1);
    padding: 20px 20px;
    margin-bottom: 20px;
}
.service-wrap h3{
    font-size: 24px;
    margin-bottom: 15px;
}
.service-wrap p{
    margin-bottom: 15px;
    text-align: justify;
}
.service-wrap a{
    display: inline-block;
    color: #8f2762;
    font-size: 18px;
    margin-top: 10px;
}
.service-items {
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0,0,0,.1);
    padding: 30px 20px 35px 80px;
    margin-bottom: 30px;
    position: relative;
}
.service-items:hover{
    box-shadow: 0px 3px 20px rgba(0,0,0,.1);
}
.service-items:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background: #fd6602;
    height: 3px;
    content: "";
}
.service-items:hover:before{
    width: 100%;
}
.service-items h3{
    font-size: 24px;
    margin-bottom: 15px;
}
.service-items span{
    position: absolute;
    left: 20px;
    top: 35px;
}
.service-items span:before{
    font-size: 40px;
    color: #8f2762;
}
.service-items h4{
  color: #143d59;
  font-weight: 600;
}
/*--------service-area end--------*/

/*--------about-area start--------*/
.about-area{
    padding: 50px 0px;
    overflow: hidden;
    background: url(../images/about/1.png) no-repeat center center / cover;
}
.about-content{
    margin-top: 15px;
}
.about-content h3{
    font-size: 24px;
    font-style: italic;
    line-height: 30px;
    margin-bottom: 25px;
}
.about-content p{
    margin-bottom: 25px;
}
.about-items span{
    display: block;
    font-size: 80px;
    font-weight: 700;
    line-height: 20px;
    color: #8f2762;
    margin-top: 20px;
    margin-bottom: 35px;
}
.about-items p{
    font-size: 20px;
    font-weight: 600;
}

.about-wrappper {
  padding: 45px 0px 25px;
    margin-bottom: 30px;
    background: #fff;
    /*box-shadow: 0px 1px 5px rgba(0,0,0,.1); */
}
/*--------about-area end--------*/

/*--------testmonial-area start--------*/
/*.testimonial{
    text-align: center;
    padding: 85px 50px 45px 70px;
    margin: 70px 15px 35px;
    background: #f9f9f9;
    box-shadow: 8px 4px 0 0 #fd6602;
    position: relative;
}
.testimonial .pic{
    border-radius: 50%;
    width: 120px;
    height: 120px;
    border: 5px solid #fd6602;
    margin: 0 auto;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 15px;
    color: #757575;
    line-height: 27px;
    margin-bottom: 20px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 32px;
    color: #18405c;
    position: absolute;
    top: -15px;
    left: -35px;
}
.testimonial .testimonial-profile{
    position: relative;
    margin: 20px 0 10px 0;
}
.testimonial .testimonial-profile:after{
    content: "";
    width: 50px;
    height: 2px;
    background: #fd6602;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}
.testimonial .title{
    display: inline-block;
    font-size: 18px;
    color: #18405c;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 15px;
    color: #757575;
    text-transform: capitalize;
}
.owl-theme .owl-controls{
    margin-top: 10px;
}
.owl-theme .owl-controls .owl-page span{
    background: #5e5f5f;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #77a9dd;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 22px;
    height: 12px;
}*/
/*.testmonial-area{
    padding: 100px 0px;
}
.test-img img{
    border-radius: 50%;
    width: 100%;
}
.test-content h2{
    font-size: 40px;
    font-style: italic;
    margin-bottom: 0;
}
.test-content li{
    display: inline-block;
    font-size: 18px;
    color: #e2b928;
}
.test-content p{
    margin-top: 30px;
    font-style: italic;
    opacity: .6;
    font-size: 18px;
    line-height: 28px;
    padding-right: 35px;
}
.test-content{
    position: relative;
    z-index: 9;
}
.test-content span{
    position: absolute;
    left: 0px;
    top: 50px;
    font-size: 223px;
    z-index: -9;
    opacity: .1;
}
.test-active .owl-nav div{
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-size: 40px;
}
.test-active .owl-nav div:hover{
    color: #8f2762;
}
.test-active .owl-nav div.owl-next{
    left: auto;
    right: 5%;
}*/
/*--------testmonial-area end--------*/

/*--------spacial-area start--------*/
.spacial-area{
    padding: 120px 0px;
    background: url(../images/bg/1.jpg)no-repeat center center / cover;
}
.spacial-area h2{
    font-size: 40px;
    line-height: 45px;
    font-style: italic;
    font-family:'Roboto', sans-serif;
    margin-bottom: 30px;
}
.spacial-area ul li{
    margin-bottom: 20px;
    font-style: italic;
    font-size: 18px;
    padding-left: 60px;
    position: relative;
}
.spacial-area ul li:last-child{
    margin-bottom: 0;
}
.spacial-area ul li i{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    color: #8f2762;
    border:1px solid #242424;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    text-align: center;
}
.spacial-area ul li:hover i{
    background: #fd6602;
    color: #fff;
    border-color: #8f2762;
}
/*--------spacial-area end--------*/

/*--------resorce-area start --------*/
#chartContainer{
    width: 100%;
    height: 380px;
}
.resorce-info{
    height: 60px;
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 2px;
    cursor: pointer;
}
.resorce-info:hover{
    background: #fd6602;
}
.resorce-info h4{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.resorce-info p{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.resorce-info:hover h4,
.resorce-info:hover p{
    color: #fff;
}
/*--------resorce-area end --------*/

/*--------expart-area start --------*/
.expart-area{
    position: relative;
    margin: 120px 0px;
}
.expart-wrap{
    padding:10px 0px;
}
.expart-wrap h2{
    font-size: 40px;
    line-height: 45px;
    font-style: italic;
   font-family:'Roboto', sans-serif;
    margin-bottom: 30px;
}
.expart-wrap p{
    margin-bottom: 30px;
}
.expart-wrap a{
    display: inline-block;
    padding: 10px 25px;
    background: #fd6602;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    border:2px solid #fd6602;
}
.expart-wrap a:hover{
    background: transparent;
    color: #8f2762;
}
.expart-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 560px;
}
/*--------expart-area end --------*/

/*--------contact-area start --------*/
.contact-area{
    position: relative;
    z-index: 999;
}
.contact-area:before{
    position: absolute;
    right: 0;
    top: 6%;
    width: 60%;
    content: "";
    height: 90%;
    background: #fd6602;
}

.contact-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 700px;
    z-index: -9;
}
.contact-wrap{
    min-height: 580px;
}
.contact-wrap h2{
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 30px;
    color: #fff;
}
.contact-wrap input,
.contact-wrap textarea{
    width: 100%;
    margin-bottom: 20px;
    height: 50px;
    border: none;
    padding-left: 15px;
}
.contact-wrap textarea{
    height: 100px;
}
.contact-wrap button{
    padding: 10px 25px;
    background: #fff;
    text-transform: uppercase;
    color: #8f2762;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border: 2px solid #fff;
}
.contact-wrap button:hover{
    color: #fff;
    background: transparent;
}
/*--------contact-area end --------*/

/*--------team-area start --------*/
.team-area{
    padding: 50px 0px 25px;
}
.team-wrap{
    margin-bottom: 50px;
    position: relative;
}
.team-img img{
    width: 100%;
}
.team-content{
    position: absolute;
    left: 2.5%;
    width: 95%;
    text-align: center;
    background: #fd6602 ;
    bottom: -20px;
    z-index: 99;
    padding: 25px 0px;
}
.team-wrap:hover .team-content{
    background: #fd6602;
}
.team-content h4{
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
}
.team-content p{
    color: #fff;
    font-style: italic;
    font-size: 13px;
    font-weight: 500;
}
.team-content ul{
    visibility: hidden;
    transform: scaleY(0);
    transform-origin:bottom; 
    -webkit-transform: scaleY(0);
    -webkit-transform-origin:bottom; 
    -moz-transform: scaleY(0);
    -moz-transform-origin:bottom; 
    height: 0;
    transition: height .3s ease-in-out 1s;
    -webkit-transition: height .3s ease-in-out 1s;
    -moz-transition: height .3s ease-in-out 1s;
}
.team-wrap:hover .team-content ul{
    visibility: visible;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    height: auto;
    margin-top: 15px;
}
.team-content ul li{
    display: inline-block;
}
.team-content ul li a{
    display: block;
    height: 25px;
    width: 25px;
    background: #242424;
    color: #fff;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    font-size: 13px;
}
.team-content ul li a:hover{
    background: #fff;
    color: #8f2762;
}
/*--------team-area end --------*/

/*--------nvestments-area start --------*/
.nvestments-area{
    background: url(../images/bg/7.jpg) no-repeat center center / cover;
    padding: 16px 0px 0px;
}
.nvestments-wrap{
    padding-bottom: 25px;
}
.nvestments-wrap h2{
    font-size: 40px;
    line-height: 45px;
    font-style: italic;
   font-family:'Roboto', sans-serif;
    margin-bottom: 20px;
    color: #fff;
}
.nvestments-wrap h2 span{
    color: #8f2762;
}
.nvestments-wrap p{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 25px;
}
.nvestments-wrap ul li{
    display: inline-block;
    margin-right: 25px;
}
.nvestments-wrap ul li:last-child{
    margin-right: 0;
}
.nvestments-wrap ul li a{
    display: block;
    height: 45px;
    width: 160px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 500;
    background: #fd6602;
    text-align: center;
    border-radius: 3px;
    color: #fff;
}
.nvestments-wrap ul li a:hover{
    background: #fff;
    color: #8f2762;
}
.nvestments-img{
    position: absolute;
    bottom: 0;
    width: 77%;
}
/*--------nvestments-area end --------*/

/*--------blog-area start --------*/
.blog-area{
    padding: 120px 0px 90px;
}
.blog-wrap{
    margin-bottom: 30px;
}
.blog-wrap:hover{
    box-shadow: 0px 2px 25px rgba(0,0,0,0.1);
}
.blog-content{
    padding: 30px 15px;
    border: 1px solid #e5e5e5;
    border-top: none;
}
.blog-content h3{
    font-size: 24px;
    font-weight: 500;
}
.blog-content ul li{
    display: inline-block;
    opacity: .60;
    font-style: italic;
}
.blog-content ul li:before{
    content: "|";
    margin: 0px 10px;
}
.blog-content ul li:first-child:before{
    display: none;
}
.blog-content p{
    margin-bottom: 20px;
    margin-top: 15px;
}
.blog-content a.readmore{
    font-weight: 600;
    text-transform: uppercase;
}
/*--------blog-area end --------*/

/*--------footer-area start --------*/
.footer-area{
    background: url(../images/bg/4.jpg) no-repeat center center / cover;
}
.footer-top{
    padding: 30px 0px 30px;
}
.footer-widget{
   /* margin-bottom: 30px;*/
}
.footer-widget h3{
    font-size: 24px;
    font-weight: 500;
   /* margin-bottom: 45px;*/
    color: #8f2762;
}
.footer-logo p{
    margin: 20px 0;
    color: #343A40;
    font-size: 14px;
}
.footer-logo form{
    position: relative;
}
.footer-logo input{
    width: 100%;
    height: 45px;
    border: none;
    border-radius: 5px;
    padding: 0px 110px 0px 10px;
}
.footer-logo button{
    position: absolute;
    right: 3px;
    top: 5%;
    height: 90%;
    width: 105px;
    background: #fd6602;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    border-radius: 5px;
}
.footer-menu ul li{
    line-height: 40px;
}
.footer-menu ul li a{
    display: inline-block;
    color: #343A40;
}
.footer-menu ul li:hover a{
    color: #8f2762;
}
.footer-menu ul li a i{
    margin-right: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.footer-menu ul li a:hover i{
    margin-right: 5px;
}
.footer-twitter li{
    margin-bottom: 25px;
    line-height: 20px;
}
.footer-twitter li a{
    color: #343A40;
    font-size: 14px;
}
.footer-twitter li a i{
    margin-right: 5px;
    font-size: 16px;
    color: #1da1f2;
}
.footer-contact ul.footer-contact-info li{
    line-height: 20px;
    margin-bottom: 15px;
    color: #343A40;
}
.footer-contact ul.footer-contact-info li span{
    color: #8f2762;
}
.footer-contact h5{
    font-size: 18px;
    color: #343A40;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 20px;
}
.footer-contact ul.social-icon{
    padding: 0;
}
.footer-contact ul.social-icon li:first-child{
    margin-left: 0;
}
.footer-bottom{
    padding: 20px 0px;
    border-top: 1px solid #5a5e62;
    text-align: center;
}
.footer-bottom p{
    color: #343A40;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
}
.footer-bottom p span{
    color: #8f2762;
}
/*--------footer-area end --------*/

/*responsive menu*/
.menu {
    height: 40px;
    width: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fd6602;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: right;
    padding: 0px 8px;
    margin: 22px 0px;
    z-index: 99999999999;
    position: relative;
}

.menu li {
    height: 2px;
    width: 25px;
    background: #fff;
    margin-bottom: 2px;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}

ul.menu.active {
    position: fixed;
    right: 30px;
}

.menu.active li.first {
    -webkit-transform: translateY(4px) rotateZ(-135deg);
    transform: translateY(4px) rotateZ(-135deg);
    background-color: #fff;
}

.menu.active li.second {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.menu.active li.third {
    -webkit-transform: translateY(-4px) rotateZ(135deg);
    transform: translateY(-4px) rotateZ(135deg);
    background-color: #fff;
}

.header-bottom {
    position: relative;
}

.responsive-menu-area {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fd6602;
    top: 100%;
    padding: 20px 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
}

.responsive-menu-area.active {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.metismenu li {
    margin-bottom: 5px;
}

.metismenu li a {
    color: #fff;
    display: block;
}

.metismenu .has-arrow:after {
    right: 0;
}

.metismenu li>ul {
    padding-left: 20px;
}

/*==============================================
                home2 style here
==============================================*/
.header-area2 .logo{
   /* padding: 25px 0px 24px;*/
   padding: 6px 0px 0px;
}
.header-area2 .mainmenu li:hover > a,
.header-area2 .mainmenu li.active > a{
    color: #fff
}
.header-area2 .mainmenu li > ul li:hover a{
    color: #8f2762;
}
.header-area2 .mainmenu li a:before,
.header-area2 .mainmenu li.active a:before{
    background: #fff;
    top: auto;
    bottom: 0;
}
.header-area2 .mainmenu li.active a:before{
    width: 100%;
}
.header-area2 .geta_quote a{
    border: 2px solid #fff;
}

.slider-area2 .slider-items{
    height: 840px;
}
.slider-area2 .slider-content{
    padding-bottom: 150px;
}
.slider-area2 .slider-content span{
    display: block;
    background: transparent;
    color: #8f2762;
    font-style: italic;
    padding: 0;
}
.slider-area2 .slider-content p{
    padding: 0px 150px;
}
.slider-area2 .slider-content ul li{
    display: inline-block;
    margin: 0px 10px;
}
.slider-active .owl-nav div{
    position: absolute;
    left: 50px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: rgba(255,255,255,.7);
    line-height: 60px;
    font-size: 24px;
    text-align:center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.slider-active .owl-nav div:hover{
    background: #fd6602;
    color: #fff;
}
.slider-active .owl-nav div.owl-next{
    left: auto;
    right: 50px;
}
.slider-area2 .slider-active .owl-dots{
    display: none;
}
.featured-area.featured-area2{
    margin-top: -250px;
    position: relative;
    z-index: 9;
    padding-bottom: 120px;
}
.featured-wrapper{
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.featured-wrapper .featured-wrap{
    margin-bottom: 0;
}
.featured-content-area2 {
    padding: 0;
}
.featured-content-area2 .featured-content-wrap{
    height: 100%;
}
.expart-area2 .expart-img{
    width: 750px;
    left: 30px;
    z-index: -9;
}
/*------calculate-area start ------*/
.calculate-area{
    padding: 100px 0px;
    background: url(../images/bg/1.jpg)no-repeat center center / cover;
}
.calculate-wrap h2{
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 20px;
}
.calculate-wrap p{
    font-size: 24px;
    line-height: 30px;
    font-style: italic;
    padding-right: 10px;
    margin-bottom: 30px;
}
.calculate-wrap ul li{
    display: inline-block;
    margin-right: 8px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.calculate-wrap ul li input,
.calculate-wrap ul li select{
    background: transparent;
    height: 40px;
    width: 50px;
    border: 1px solid #616162;
}
.calculate-wrap ul li input::placeholder{
    opacity: 1;
    color: #242424;
    font-weight: 700;
    text-align: center;
}
.calculate-wrap ul li select{
    width: 90px;
    padding: 0px 15px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    color: #242424;
}
.calculate-wrap ul li p{
    height: 40px;
    border: 1px solid #616162;
    line-height: 40px;
    font-style: normal;
    font-size: 18px;
    font-weight: 700;
    padding: 0px 20px;
    margin-bottom: 0;
    position: relative;
    top: 1px;
}
.nvestments-area2{
    padding: 0px;
}
.nvestments-area2 .contact-wrap {
    min-height: 550px;
}
.resorce-area2 .section-title h2{
    color: #fff;
} 
.header-area2 .menu{
    border: 2px solid #fff;
}
/*------calculate-area end ------*/

/*==============================================
                home3 style here
==============================================*/
.header-area3 .header-bottom{
    position: relative;
    z-index: 9;
    background: #fff;
}
.header-area3 .header-bottom:before{
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    height: 100%;
    content: "";
    background: /*#89c371*/ #fd6602;
}
.header-area3 .logo{
    position: relative;
    z-index: 9;
    overflow: hidden;
}
/*.header-area3 .logo:before,
.header-area3 .logo:after {
    position: absolute;
    right: -49px;
    top: 0px;
    border-style: solid;
    border-width: 56px;
    border-color: transparent transparent transparent #fff;
    content: "";
    z-index: 9;
}
.header-area3 .logo:after {
    right: -21px;
    top: 14px;
    border-width: 42px;
    border-color: transparent transparent transparent #fd6602;
}*/
.header-area3 .mainmenu li > a{
    color: #fff;
}
.header-area3 .mainmenu li:hover > a{
    color: #19415C;
}
.header-area3 .mainmenu li ul li > a{
    color: #242424;
}
.header-area2 .geta_quote a{
    border: none;
}
.slider-area3 .slider-items{
    height: /*700*/470px;
}
.slider-area3 {
    position: relative;
}
.slider-thumbni-area{
    position: absolute;
    bottom: 50px;
    width: 100%;
}
.slider-thumbnil-active .owl-item{
    height: 50px !important;
    width: 50px !important;
}
.slider-thumbnil-active .owl-item.next{
    height: 50px !important;
    width: 100% !important;
}
.slider-area3 .slider-content ul li{
    display: inline-block;
    margin: 0px 5px;
}
.slider-area3 .slider-content h2 span{
    background: transparent;
    padding: 0px;
    font-weight: 400;
    display: block;
}
.slider-area3 .slider-content p{
    font-size: 24px;
    margin-bottom: 35px;
}

.slider-thumbnil-active .item{
    cursor: pointer;
}
.slider-thumbnil-active .owl-item.active{
    left: 65%;
    border: 1px solid #fff;
}
@media (max-width: 320px){
 .slider-thumbnil-active .owl-item.active{
    left: 30%!important;
    border: 1px solid #fff;
  }
}
.featured-area3 .featured-wrap{
    /*color: #1a425d;*/
    padding: 40px 20px;
    box-shadow: 0px 0px 25px rgba(0,0,0,.05);
}
.featured-area3 .featured-wrap.active,
.featured-area3 .featured-wrap:hover{
    background: #fd6602;
    color: #fff;
}
.featured-area3 .featured-wrap span:before{
    font-size: 45px;
}
.featured-area3 .featured-wrap:hover h2 a,
.featured-area3 .featured-wrap.active h2 a{
    color: #fff;
}
.service-area2 .service-items{
    padding: 35px 25px;
    z-index: 9;
}
.service-area2 .service-items img{
    margin-bottom: 25px;
}
.service-area2 .service-items:before{
    width: 100%;
    height: 100%;
    background: #fff;
   /* background: url(../images/service/icon/7.png) no-repeat center center / cover;*/
    z-index: -9;
    opacity: 0;
}
.service-area2 .service-items.active:before,
.service-area2 .service-items:hover:before{
    opacity: 1;
}

/*------pricing-area start------*/
.pricing-area{
    padding: 120px 0px 90px;
}
.pricing-menu {
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.pricing-menu li{
    margin: 0px 10px;
}
.pricing-menu li:first-child{
    margin-left: 0;
}
.pricing-menu li:last-child{
    margin-right: 0;
}
.pricing-menu li a{
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    border: 1px solid #c8c8c8;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 5px;
    padding: 0px 40px;
}
.pricing-menu li.buy a,
.pricing-menu li.btc a,
.pricing-menu li a:hover{
    background: #fd6602;
    color: #fff;
    border-color: #8f2762;
}

.pricing-menu li select{
    width: 100px;
    height: 45px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 600;
}
.pricing-wrap{
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
    padding: 90px 0;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}
.pricing-wrap:hover{
    box-shadow: 0px 0px 80px rgba(0,0,0,0.05);
}
.pricing-wrap h4 {
    position: absolute;
    left: -108px;
    top: 30px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    width: 100%;
    height: 50px;
    background: #fd6602;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 50px;
    margin-bottom: 0;
}
.pricing-wrap h3{
    font-size: 73px;
    font-weight: 500;
    color: #8f2762;
    margin-bottom: 5px;
}
.pricing-wrap h3 span.doller {
    color: #242424;
    font-size: 40px;
    position: relative;
    top: -20px;
}
.pricing-wrap h3 span.for{
    color: #9fa3a7;
    font-size: 18px;
}
.pricing-wrap p{
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 25px;
}
.pricing-wrap button{
    width: 160px;
    height: 45px;
    border: 1px solid #c8c8c8;
    border-radius: 50px;
    background: transparent;
    font-style: italic;
    text-transform: uppercase;
}
.pricing-wrap button:hover{
    background: #fd6602;
    color: #fff;
    border-color: #8f2762;
}
/*------pricing-area end------*/

/*-----testmonial-area start------*/

.testmonial-area2{
    padding: 20px 0;
    background: url(../images/bg/1.jpg) no-repeat center center / cover;
}
.testmonial-area2 h1{
    font-family:'Roboto', sans-serif;
}
.test-images{
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.test-items i{
    color: #8f2762;
    font-size: 60px;
    margin-bottom: 15px;
}
.test-items p{
    line-height: 30px;
    font-size: 24px;
    color: #fff;
    font-style: italic;
    padding-right: 25px;
    margin-bottom: 30px;
}
.test-items h4{
    margin-bottom: 0;
    line-height: 20px;
    font-size: 19px;
    color: #8f2762;
    font-style: italic;
    margin-top: 10px;
}
.test-items span{
    font-style: italic;
    color: #fff;
    line-height: 20px;
}
.test-active2 {
    padding-bottom: 50px;
}
.test-active2 .owl-dots{
    position: absolute;
    left: 0;
    bottom: 0;
}
.test-active2 .owl-dot{
    background: #8c8c8e;
    height: 6px;
    width: 20px;
    display: inline-block;
    margin-right: 5px;
}
.test-active2 .owl-dot.active{
    background: #fd6602;
    width: 25px;
}
.calculate-area2{
    padding-bottom: 0;
    background: transparent;
}
.calculate-area2 .calculate-wrap{
    padding-top: 60px;
}

.quote-area{
    padding: 100px 0px;
    background: url(../images/bg/5.jpg) no-repeat center center / cover;
}
.quote-wrap h2{
    color: #fff;
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 20px;
}
.quote-wrap p{
    font-style: italic;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}
.quote-wrap{
    height: 100%;
}
.quote-wrap a{
    padding: 10px 30px;
    background: #fd6602;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    display: inline-block;
    border: 2px solid #fd6602;
    text-transform: uppercase;
}
.quote-wrap a:hover{
    background: transparent;
    color: #8f2762;
}
.section-title2 h2{
    color: #fff;
}
.nvestments-area3 {
    padding: 120px 0px;
}
.nvestments-area3 .contact-wrap textarea{
    height: 160px;
}
.nvestments-area3 .contact-wrap{
    min-height: auto;
}

/*---------breadcumb-area start---------*/
.breadcumb-area{
    min-height: 320px;
    background: url(../images/bg/3.jpg) no-repeat center center / cover;
}
/*.breadcumb-area h2{
  float: left;
  font-size: 40px;
  margin-bottom: 5px;
  color: #143d59;
  font-weight: 600;
  margin-top: 10%;
  font-family: Georgia;
}*/
    .breadcumb-area h2 {
        text-align: right;
        font-size: 40px;
        margin-bottom: 5px;
        color: #fff;
        font-weight: 600;
        margin-top: 150px;
    }

.breadcumb-area ul li{
    font-size: 24px;
    color: #fff;
    margin-right: 5px;
}
.breadcumb-area ul li a{
    display: block;
    color: #fff;
}
.breadcumb-area ul li span,
.breadcumb-area ul li a:hover{
    color: #8f2762;
}
/*---------breadcumb-area end---------*/
.calculate-area.calculate-area2.bg-1{
    background: #f5f5f5;
}

.service-page-area{
    padding: 45px 0px 25px;
}
.service-wrappper {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 1px 5px rgba(0,0,0,.1); 
}
.settings:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #34b5bf 0%, #210c59 100%)
}
.service-wrappper:hover{
  box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #fd6602 0%, #1A425D 100%)
     /* transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);*/
}
.service-wrappper:hover .service-contents h4{
  color: #fff;
}
.service-wrappper:hover .service-contents p{
  color: #fff;
}
.service-contents{
   /* padding: 25px 30px;*/
   margin-top: -27px;
}
.service-contents h3{
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 15px;
}
.service-contents p{
   font-family:'Roboto', sans-serif;
}
.service-details {
    background: #fff;
    padding: 25px;
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
    margin-bottom: 30px;    
}
.service-details h3{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}
.service-details p{
    margin-bottom: 20px;
}
.service-details ul li{
    padding-left: 40px;
    position: relative;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 15px;
}
.service-details ul li i{
    font-size: 24px;
    color: #8f2762;
    position: absolute;
    left: 0;
    top:0;
}
.service-details-img{
    background: url(../images/service/1.jpg)no-repeat center center / cover;
    height: 100%;
}
.service-details-img2{
    background: url(../images/service/Equity.jpg)no-repeat center center / cover;
    height: 100%;
}


/*--------shop-area start--------*/
.shop-area{
    padding: 120px 0px 90px;
}
.shop-wrap{
    margin-bottom: 30px;
    background: #fff;
    border: 5px solid #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,.15);
}
.shop-wrap:hover{
    border-color: #8f2762;
}
.shop-img{
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    position: relative;
    background: #f4f4f4;
}
.shop-img ul{
    position: absolute;
    left: -100%;
    bottom: 0;
    background: #fd6602;
    width: 45px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.shop-wrap:hover .shop-img ul{
    left: 2px;
} 
.shop-img ul li{
    padding: 5px 0px;
    border-bottom: 1px solid #fff;
}
.shop-img ul li:last-child{
    border-bottom: none;
}
.shop-img ul li a{
    color: #fff;
}
.shop-content{
    padding: 20px 15px;
}
.shop-content h3{
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 30px;
}
.shop-content ul{
    overflow: hidden;
    margin-bottom: 15px;
}
.shop-content ul li.pull-left{
    font-size: 18px;
    font-weight: 500;
    color: #8f2762;
}
.shop-content ul li i{
    color: #ffbb19;
}
/*--------shop-area end--------*/

/*--------sidebar-area start--------*/
.search-wrap form{
    position: relative;
}
.search-wrap input{
    height: 50px;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 0px 50px 0px 15px;
}
.search-wrap button{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #fd6602;
    color: #fff;
    border: none;
    font-size: 18px;
}
.widget {
    margin-bottom: 45px;
}
.widget h3{
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}
.catregory-wrap li{
    line-height: 35px;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
}
.catregory-wrap li:last-child{
    border-bottom: none;
}
.post-wrap ul li{
    margin-bottom: 20px;
    overflow: hidden;
}
.post-img {
    float: left;
    margin-right: 15px;
}
.post-content{
    overflow: hidden;
    padding: 15px 0px;
}
.post-content a{
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}
.post-content p{
    color: #8f2762;
    font-style: italic;
}
.sidebar-newsletter p{
    margin-bottom: 20px;
}
.sidebar-newsletter input{
    width: 100%;
    height: 45px;
    background: #e5e5e5;
    border: none;
    padding-left: 10px;
    margin-bottom: 10px;
}
.sidebar-newsletter button{
    border: 2px solid #fd6602;
    padding: 10px 30px;
    background: #fd6602;
    color: #fff;
    font-size: 16px;
}
.sidebar-newsletter button:hover{
    background: transparent;
    color: #8f2762;
}
.tag-wrap ul li{
    display: inline-block;
    margin-bottom: 5px;
}
.tag-wrap ul li a{
    display: block;
    padding: 7px 25px;
    border: 1px solid #e5e5e5;
    opacity: .5;
}
.tag-wrap ul li a:hover{
    border-color: #8f2762;
    opacity: 1;
    background: #fd6602;
    color: #fff;
}
.service-wrappper img{
    width: 100%;
}
/*--------sidebar-area end--------*/
.blog-details-area{
    padding: 120px 0px;
}
.blog-details-wrap{
    background: #fff;
    margin-bottom: 50px;
    padding: 30px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.blog-details-wrap img{
    width: 100%;
}
.blog-details-wrap h3{
    font-size: 36px;
    font-weight: 600;
    margin: 20px 0px;
}
.blog-details-wrap ul{
    margin-bottom: 25px;
}
.blog-details-wrap ul li{
    display: inline-block;
    font-size: 18px;
    font-style: italic;
}
.blog-details-wrap ul li a{
    opacity: .6;
}
.blog-details-wrap ul li:before{
    content: "|";
    margin:0px 10px;
    opacity: .6;
}
.blog-details-wrap ul li:first-child:before{
    display: none;
}
.blog-details-wrap p{
    margin-bottom: 25px;
}
.blog-details-wrap blockquote{
    font-style: italic;
    font-size: 18px;
    color: #8f2762;
    line-height: 28px;
    margin-bottom: 40px;
    display: block;
}
.blog-details-wrap blockquote i {
    font-size: 40px;
    position: relative;
    top: 20px;
    color: #242424;
    opacity: .1;
}
.comment-form-area{
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
h3.blog-title {
    font-size: 24px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 600;
}

ol {
    list-style: none;
}

.comment-wrapper {
    position: relative;
}

.comments-reply {
    margin-top: 10px
}

.comment-wrap {
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    padding: 30px;
}

.comment-theme {
    float: left;
    margin-right: 30px;
}

.comment-main-area {
    overflow: hidden;
}

.comment-image {
    overflow: hidden;
}

.comment-wrap:hover .comment-image {
    border-color: #333;
}

.comment-wrap1 {
    margin-left: 70px;
    position: relative;
}

.comment-wrap2 {
    margin-left: 140px;
    margin-bottom: 0px;
}

.sewl-comments-meta h4 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
}

.sewl-comments-meta span {
    display: inline-block;
    margin-bottom: 10px;
    color: #8f2762;
    font-weight: 500;
}

.comment-area p {
    margin-bottom: 25px;
}

.comments-reply a {
    position: absolute;
    right: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    top: 0;
}
.comment.even.thread-even.depth-1 {
    margin-top: 40px;
}
.sewl-comment-form {
    margin-top: 50px;
}
.sewl-form-inputs input,
.sewl-form-textarea textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    padding-left: 20px;
    margin-bottom: 30px;
}

.sewl-form-textarea textarea {
    height: 230px;
}

.form-submit input {
    height: 50px;
    width: 180px;
    text-align: center;
    line-height: 50px;
    border: none;
    background: #fd6602;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.form-submit input:hover {
    background: #333;
}

.blog-active {
    margin-bottom: 50px;
}

.blog-active .blog-details-img {
    margin-bottom: 0px;
}

/*-------contact-area start-------*/
.contact-page-area{
    padding: 50px 0px 10px;
}
.contact-form{
    padding: 30px 20px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.contact-form h3{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.contact-form h3 span{
    color: #8f2762;
}
.contact-form p{
    margin-bottom: 30px;
}
.contact-form input,
.contact-form textarea{
    height: 45px;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding-left: 10px;
    margin-bottom: 25px;
}
.contact-form textarea {
    height: 200px;
}
.contact-form button{
    padding: 10px 30px;
    background: #fd6602;
    color: #fff;
    font-size: 16px;
    border: none;
    border:2px solid #fd6602;
}
.contact-form button:hover{
    color: #8f2762;
    background: transparent;
}
.contact-page-info{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    padding: 30px 20px;
    margin-bottom: 50px;
}
.contact-page-info h3{
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500;
}
.contact-page-info ul li{
    position: relative;
    padding-left: 50px;
    line-height: 35px;
    margin-bottom: 30px;
    font-size: 18px;
}
.contact-page-info ul li i{
    height: 35px;
    width: 35px;
    line-height: 35px;
    color: #fff;
    background: #fd6602;
    text-align: center;
    position: absolute;
    left: 0;
    border-radius: 50%;
    font-size: 18px;
}
.border-bottom{
    /*border-bottom: 1px solid #e5e5e5;*/
    margin-bottom: 5px;
    /*padding-bottom: 60px;*/
    margin-top: 45px;
}
#googleMap{
    width: 100%;
    height: 600px;
}
@media (max-width: 320px;){
 .contact-form button{
    padding: 0px 16px!important;
    font-size: 10px!important;
  }
}
/*-------contact-area end-------*/

.clearfix:after {
    content:"\0020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
}
 
.clearfix {
    display:block;
}

.iconbb {
  float: left;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: -48px;
  margin-bottom: 20px;
  padding-left: 3%;
  width: 100%;
} 
.textbb {
    margin: 5px;
    padding-left: /*30%*/45%;
    width: auto;
} 
.f1{
    text-align: justify-all;
    word-wrap: break-word!important;
    text-align: left;
    font-size: 13px;
}


* {box-sizing: border-box}
body {font-family:'Roboto', sans-serif; margin:0}

/* Slideshow container */
.slideshow-container {
  position: relative;
 /* background: #204861;*/
  margin-top: -18px;
}

/* Slides */
.mySlides {
  display: none;
  padding: 30px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #204861;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.text-blue{
    color: #204861;
}
/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  /*background-color: rgba(0,0,0,0.8);*/
  color: #8f2762;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    /*background: #fd6602;*/
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #204861;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active1, .dot:hover {
  background-color: #2c729e;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}

.rounded-circle{
    margin-left: 45%;
    margin-top: 39px;
}
/*----FIXED-CLASS--*/
.social-media-networks {
    position: fixed;
    bottom: 20%;
    right: 20px;
    z-index: 9;
}

.s-media-links {
    margin-bottom: 10px;
    transition: 0.4s ease all;
}
.social-media-networks .s-media-links+.s-media-links a {
    background-color: #4ece1b;
}
.s-media-links a {
    display: inline-flex;
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: #1a425d;
    align-items: center;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    justify-content: center;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height:56vh !important;
  /*background-color: rgba(59, 59, 59, 0.8);*/
  overflow: hidden;
  padding: 0;
 /* margin-bottom: -120px;*/
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

#hero .carousel-item {
  width: 100%;
  height: 56vh;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

#hero .carousel-item::before {
  content: '';
  /*background-color: rgba(255, 255, 255, 0.6);*/
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content:left;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin-left: 8%;
  right: 0;
  padding-bottom: 120px;
}

 .content1{
    background: rgba(255, 255, 255, 0.4);
    width: 35%;
    height: 73%;
 }

#hero .carousel-content {
  text-align: center;
  margin-top: 15px;
}

#hero h2 {
  color: #143d59;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 200;
}

#hero h2 span {
  font-weight: 600;
  .content1color: #143d59;
}

#hero p {
  width: 100%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin:0 auto 30px auto /*-17px auto 30px auto*/;
  /*color: arken(#656666, 15);*/
  color:#143d59;
  font-family: Georgia;
}
#hero p span{
  font-weight: 600;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}
.carousel-btn{
  background-color: #143d59 !important;
  border-radius: 50%;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
  color: #fff; 
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #a3292b;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-bottom: 180px;
  opacity: .2;
}

#hero .carousel-indicators li.active {
  opacity: 1;
}

#hero .btn-get-started {
  font-family:'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #a3292b;
  background: #a3292b;
  margin-top: -10px;
}

#hero .btn-get-started:hover {
  background: transparent;
  color: white;
  text-decoration: none;
}

.bgimg{
  width:100%;
  height:56vh!important;
  object-fit: cover;
}
/*.hedding-bg{
    background: rgba(0,0,0,0.8);
    position: absolute;
    color: white;
    font-size: 50px;
    top: 40%;
}*/
.carousel-control-next, .carousel-control-prev{
  position: absolute;
  top: 0;
  bottom: 5%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
}
.hedding{
 /* background: rgba(0,0,0,0.4);*/
  position: absolute;
  top: 58%;
  left: 45%;
  width: 25%;
  height: 40%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
.hedding h2{
  color:#143d59;
  margin-top: 30px;
  font-size: 30px;
  font-weight: 200;
  font-family: Georgia;
}
.hedding h2 span{
  font-weight: 600;
}
.hedding p{
  margin-top: 14px;
}
.font{
  font-size:14px; 
}
.m1{
  width: 100%;
  height: 100%;
}
.content2 {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 92%;
  padding: 20px;
}
.f2{
  font-size: 16px;
}
/*th, td*/
@media (max-width: 2560px) and (min-width: 1076px) {
  #hero .carousel-content{
    margin-top: 78px;
  }
  .bgimg{
  height: 500px;
  }
  .hedding{
    top:58%;
  }
/*  .nav-menu a{
    font-size: 18px;
    padding: 13px 20px 15px 25px;
  }*/
  #hero h2{
    font-size: 40px !important;
    margin-top: 10px !important;
  }
  #hero p{
    font-size: 26px;
  }
  #hero .btn-get-started{
    font-size: 23px;
    padding: 15px 27px;
  }
  .img-footer{
    height: 76px;
  }
  .hedding h2{
 /* margin-top: 130px;*/
  font-size: 50px;
  }
  .hedding p{
  font-size: 30px;
  }
}
@media (max-width: 1440px) and (min-width: 597px) {
  #hero .carousel-content{
    margin-top: 54px;
  }
  #hero .btn-get-started{
    font-size: 16px;
    padding: 9px 18px;
  }
  #hero .btn-textile{
    font-size: 16px;
    padding: 9px 18px;
  }
  .hedding{
    top:58%;
  }
 /* .nav-menu a{
    font-size: 14px;
    padding: 25px 10px 15px 20px;
  }*/
  #hero h2{
    font-size: 23px !important;
    margin-top: -1px !important;
  }
  #hero p{
    padding-top: 40px;
    font-size: 14px;
  }
   #hero .btn-get-started{
    font-size: 15px;
  }
  .hedding h2{
  margin-top: 50px;
  font-size: 30px;
  }
  .hedding p{
  font-size: 20px;
  }
 
}
@media (max-width: 1040px) {
  #hero .carousel-content{
    margin-top: 38px;
  }
  .nav-menu a{
    font-size: 11px;
    padding: 13px 0 15px 9px;
  }
  .nav-menu a{
    font-size: 12px;
    padding: 15px 0 15px 15px;
  }
  #hero h2{
    font-size: 20px !important;
  }
  #hero p{
    font-size: 17px;
   
  }
  #hero .btn-get-started{
    font-size: 13px;
    padding: 8px 18px;
  }
  .b2{
    font-size: 11px !important;
  }
  .p1{
    font-size: 15px !important;
  }
 /* .tab .nav-tabs li a{
    font-size: 12px !important;
    padding: 10px 20px !important;
  }*/
  .hedding p{
  font-size: 18px;
  }
}

@media (max-width: 425px) {
  #hero h2{
    font-size: 13px !important;
  }
  #hero p{
    font-size: 12px;
  }
  #hero .btn-get-started{
    font-size: 10px;
    padding: 6px 16px;
  }
  #hero .btn-textile{
    font-size: 10px;
    padding: 6px 16px;
  }
  .bgimg{
    width: 100%;
   height: 250px;
  }
  .hedding{
    top:50%;
    font-size: 18px;
    width: 50%;
    margin-left: 3%;
  }
  
  .font{
  font-size:13px; 
  }
  #hero .btn-get-started{
    font-size: 10px;
  }
  /*.img-footer{
    height: 38px;
    padding: 13px;
  }*/
  .content1{
    width: 90%;
  }
  #hero .carousel-content{
    margin-top: 72px;
  }
  /*nav > div a.nav-item.nav-link{
    padding: 18px 26px !important;
  }*/
  .b4{
  margin-left: 32% !important;
  width: 35% !important;
  /*background-color: #9D2426;*/
}


}
@media (max-width: 375px) and (min-width: 375px) {
/*  nav > div a.nav-item.nav-link{
    padding: 18px 20px !important;
  }*/
}
@media (max-width: 320px) {
  #hero h2{
    font-size: 10px !important;
  }
  #hero p{
    font-size: 10px;
    width: 60%;
  }
  .hedding h2{
    font-size: 25px;
    
  }
  .hedding p{
    font-size: 14px;
  }
  #hero .carousel-content{
    margin-top: 45px;
  }
  .content1{
    height: 48%;
  }
/*  nav > div a.nav-item.nav-link{
    padding: 18px 11px !important;
  }*/

}

@media (max-height: 768px), (max-width: 1200px) {
  #hero {
   /* margin-bottom: 60px;*/
  }
  #hero .carousel-container {
    padding-bottom: 0;
  }
  #hero .carousel-indicators li {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) and (min-width: 538px) {
  #hero {
    height: 88vh !important;
  }
  #hero .carousel-item {
    height: 88vh;
  }
  .font{
  font-size:14px; 
  }
  #hero .btn-get-started{
    font-size: 10px;
    padding: 6px 16px;
  }
  .hedding h2{
  margin-top: 50px;
  font-size: 20px;
  }
  .hedding p{
  font-size: 15px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    /*width: 50%;*/
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 1920px) and (min-width: 1080px) {
  #hero h2{
    font-size: 23px !important;
    margin-top: 1px !important;
  }
  #hero p{
    padding-top: 30px;
    font-size: 20px !important;
  }
  #hero .btn-get-started{
    font-size: 15px;
    padding: 12px 18px;
  }
}
.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #8f2762;
  text-align: center;
  cursor: pointer;
  width: 50%;
  font-size: 18px;
  border-radius: 25px;
  margin-left: 25%;
  margin-bottom: 20px;
}
.button:hover {
  background: transparent;
  color: #8f2762;
  text-decoration: none;
  border: 1px solid #fd6602; 
}
button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #79B560;
  text-align: center;
  cursor: pointer;
  width: 50%;
  font-size: 14px;
  border-radius: 25px;
  margin-left: 25%;
  margin-bottom: 20px;
}
button:hover {
  background: transparent;
  color: #79B560;
  text-decoration: none;
}
.b1{
  font-size: 14px;
  border-radius: 25px;
  margin-left: 37%;
  width: 30%;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0 0 0px 0;
  padding-bottom: 40px;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
 /* padding-bottom: 30px;*/
}

.section-title h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
 font-family:'Roboto', sans-serif;
}

.section-title h2::after {
  /*content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #fd6602;
  bottom: 0;
  left: calc(50% - 25px);*/
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0 20px 0;
  background: #f7f7f7;
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 700;
  color: #545454;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6e6e6e;
  content: "/";
}

/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/
.featured {
  position: relative;
  z-index: 2;
}

.featured .icon-box {
  padding: 40px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff;
  transition: all ease-in-out 0.3s;
}

.featured .icon-box i {
  color: #8f2762;
  font-size: 42px;
  margin-bottom: 15px;
  display: block;
}

.featured .icon-box h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.featured .icon-box h3 a {
  color: #545454;
  transition: 0.3s;
}

.featured .icon-box p {
  color: #545454;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.featured .icon-box:hover {
  background: #fd6602;
}

.featured .icon-box:hover i, .featured .icon-box:hover h3 a, .featured .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 20px;
  color: #545454;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #8f2762;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #ededed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #fd6602;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #fbe2dd;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #545454;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #fd6602;
  border-color: #8f2762;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #8f2762;
}

.services .icon-box:hover .icon::before {
  background: #ef9383;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.clients .owl-item img {
  opacity: 0.5;
  width: 80%;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .owl-item img:hover {
  filter: none;
  opacity: 1;
}

.clients .owl-nav, .clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.clients .owl-dot.active {
  background-color: #fd6602 !important;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #8f2762;
  float: left;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #545454;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family:'Roboto', sans-serif;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7a7a7a;
  font-size: 15px;
 font-family:'Roboto', sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #a1a1a1;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonial_section #demo {
    background: linear-gradient(112deg, #ffffff 50%, #e0ece2 50%);
    max-width: 900px;
    margin: auto;
    margin-left: 10%;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}

.testimonial_section  .carousel-caption {
    position: initial;
    z-index: 10;
    padding: 3rem 8rem;
    color: rgb(26 66 93);
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    line-height: 2rem
}
.testimonial_section  .carousel-caption  #image-caption {
   color: rgb(26 66 93);
   font-weight: bold;

    
}
@media(max-width:767px) {
   .testimonial_section  .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }
}

.testimonial_section  .carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem;
}

@media(max-width:767px) {
   .testimonial_section  .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
}

.testimonial_section  #image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem
}

@media(max-width:767px) {
 .testimonial_section    #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
    }
}

.testimonial_section  i {
    background-color: rgb(121 181 97);
    padding: 0.7rem 
}

@media(max-width:767px) {
    .testimonial_section  i {
        padding: 0.5rem
    }
}

.testimonial_section .carousel-control-prev {
    justify-content: flex-start
}

.testimonial_section .carousel-control-next {
    justify-content: flex-end
}

.testimonial_section .carousel-control-prev,
.testimonial_section .carousel-control-next {
    transition: none;
    opacity: unset
}
/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #545454;
 font-family:'Roboto', sans-serif;
  margin-bottom: 20px;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #8f2762;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 62px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
 font-family:'Roboto', sans-serif;
  color: #545454;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e0e0e0;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #8f2762;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 12px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  background: #f2f2f2;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #fd6602;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(84, 84, 84, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(84, 84, 84, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #8f2762;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #fd6602 !important;
}

.portfolio-details .portfolio-info {
  padding-top: 45px;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #8f2762;
  font-weight: 400;
 font-family:'Roboto', sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #8f2762;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  background: #545454;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family:'Roboto', sans-serif;
  transition: 0.3s;
}

.pricing .buy-btn:hover {
  background: #fd6602;
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}

.pricing .featured .buy-btn {
  background: #fd6602;
}

.pricing .featured .buy-btn:hover {
  background: #ee8b7a;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #8f2762;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #8f2762;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fef5f4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #8f2762;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #fd6602;
  border: 0;
  border-radius: 50px;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #e6573f;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding-bottom: 30px;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 400px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #545454;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #8f2762;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #bababa;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.blog .entry .entry-meta a {
  color: #a1a1a1;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #fd6602;
  color: #fff;
  padding: 6px 20px 8px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 50px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #e6573f;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #545454;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #a1a1a1;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #cecece;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #8f2762;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
}

.blog .blog-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.blog .blog-author .social-links {
  margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
  color: #bababa;
}

.blog .blog-author p {
  margin-left: 140px;
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  width: 50px;
}

.blog .blog-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #8f2762;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #545454;
}

.blog .blog-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #bababa;
  margin-bottom: 5px;
}

.blog .blog-comments .comment p {
  margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 50px;
  padding: 20px 10px 20px 20px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #f5bab0;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 5px;
  padding: 10px 12px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #f5bab0;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 50px;
  padding: 10px 30px;
  border: 0;
  background-color: #545454;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #8f2762;
}

.blog .blog-pagination {
  color: #878787;
}

.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.blog .blog-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li.active {
  background: white;
}

.blog .blog-pagination li a {
  color: #aaaaaa;
  padding: 7px 16px;
  display: inline-block;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #fd6602;
  border: 1px solid #fd6602;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
  color: #f1f1f1;
  padding: 10px 16px;
  display: inline-block;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #545454;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
  border-radius: 50px;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 25px;
  margin: -1px;
  background: #545454;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

.blog .sidebar .search-form form button:hover {
  background: #fd6602;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #949494;
}

.blog .sidebar .categories ul a:hover {
  color: #8f2762;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #bababa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #212121;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #8f2762;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #bababa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #949494;
  font-size: 14px;
  padding: 6px 15px 8px 15px;
  margin: 0 6px 8px 0;
  border: 1px solid #ededed;
  border-radius: 50px;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border-color: #8f2762;
  background: #fd6602;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #ededed;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #020000;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #404040;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}
#footer h3{
  font-size: 24px;
  color: #8f2762;
  font-weight: 500;
  text-transform: uppercase;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #a3292b;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #e6573f;
}

#footer .footer-top {
     background: #e0ece2;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
 /* font-family: "Raleway", sans-serif;*/
  color: #343A40;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #656666;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #fd6602;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #c33f42;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #8f2762;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #343A40;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #8f2762;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  color: black;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.b2{
  border-radius: 25px;
  padding: 8px 11px;
  font-size: 14px;
  margin-left: -5px;
  margin-top: 5px;
}
.copyright a{
  color: #343A40;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
/* Slideshow container */
.slideshow-container {
  position: relative;
  font-size: 20px;
  background: url(../img/about.jpg)
  /*background: #f1f1f1f1;*/
}
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: #8f2762;
  color: white;
}
.dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
}

/*.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}*/

/*.active, .dot:hover {
  background-color: #717171;
}*/

q {font-style: italic;}

.author {
  color: #8f2762;
  font-weight: bold;
}
/*---------tabs---------*/
a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs{
    border: none;
    margin-bottom: 10px;
}
.tab .nav-tabs li a{
    display: block;
    padding: 20px 26px;
    margin: 0 10px 0 0;
    background: #fcfcfc;
    font-size: 18px;
    font-weight: 700;
    color: #1a425d;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #eee;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.tab .nav-tabs li.active a{
    color: #fff;
    border: 1px solid #1a425d;
}
.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after{
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background:#1a425d;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    left: -50%;
    opacity: 0.3;
    z-index: -1;
    transform: scale(0);
    transition: all 0.8s ease-out 0s;
}
.tab .nav-tabs li a:after{
    background: #1a425d;
    transition: all 0.4s ease-in 0.3s;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li.active a:after{
    opacity: 1;
    transform: scale(4);
}
.tab .tab-content{
    padding: 20px 40px;
    margin-top: 0;
    background: #e0ece2;
    font-size: 15px;
    color: #444444;
    line-height: 30px;
    border: 7px double #fd6602;
    letter-spacing: 1px;
    position: relative;
}
.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
    color: #1a425d;
}
@media only screen and (max-width: 767px){
    .tab .nav-tabs li a{ padding: 7px 15px; }
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .tab .nav-tabs li a:before,
    .tab .nav-tabs li a:after{
        width: 100%;
    }
}
.points ul{
      list-style: none;
    padding: 0;
}
.points ul li {
    padding-bottom: 10px;
}
.points ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #8f2762;
}
/*---test-*/
#testimonial-slider{
    overflow: hidden;
}
.testimonial{
    margin:0 15px;
}
.testimonial .testimonial-content{
    padding:15px ;
    background:#f1f1f1;
    border-radius: 0 40px 0 40px;
    border-bottom:3px solid #78c0a8;
}
.testimonial .description{
    font-size: 15px;
    color:#555;
    line-height:24px;
    margin-bottom:20px;
}
.testimonial .testimonial-title{
    font-size: 16px;
    font-weight: bold;
    line-height: 3px;
    color:#78c0a8;
    text-transform:capitalize;
    text-align:center;
    display: block;
    margin: 10px 0  0 0;
}
.testimonial .testimonial-title small{
    display: block;
    margin-top: 13px;
    font-size:14px;
}
.testimonial .pic{
    width: 83px;
    height: 90px;
    border-bottom: 4px solid #78c0a8;
    border-radius: 50%;
    margin: 15px auto;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border: 1px solid #808080;
    border-radius:50%;
}
.owl-theme .owl-controls .owl-buttons div{
    position:relative;
    border-radius: 0;
    background:#807b87;
    padding: 7px 10px;
    transition: all 0.5s ease 0s;
}
.owl-theme .owl-controls .owl-buttons div:hover{
    background:#78c0a8;
}
/*.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next{
    position: absolute;
    top: 32%;
    opacity:0;
    border-top-right-radius:15px;
    border-bottom-right-radius:15px;
    transition: all 0.50s linear;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: -7%;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
    right: -7%;
    border-radius: 15px 0 0 15px;
}
.owl-carousel:hover .owl-buttons .owl-prev{
    opacity: 1;
    left:-5px;
}
.owl-carousel:hover .owl-buttons .owl-next{
    opacity: 1;
    right:-5px;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color: #fff;
}
.owl-next:before{
    content: "\f054";
}*/
/*-----------------*/
.testimonial_section {
  display: block;
  overflow: hidden;
}
.testimonial_section:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content {
  background-color: #163e5a;
  padding-top: 77px;
  padding-right: 210px;
  padding-bottom: 62px;
  position: relative;
}
.testimonial_section .about_content .background_layer {
  background-color: #163e5a;
  width: auto;
  margin-left: -200px;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .about_content .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .about_content .layer_content .section_title {
  margin-bottom: 24px;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content .layer_content .section_title h5 {
  color: #fff;
  font-family:'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #818a8f;
  margin-top: -5px;
  margin-bottom: 6px;
}
.testimonial_section .about_content .layer_content .section_title h2 {
  font-family:'Roboto', sans-serif;
  font-weight: 300;
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 51px;
  margin-bottom: 0px;
  color: #fff;
}
.testimonial_section .about_content .layer_content .section_title h2 strong {
  font-weight: 600 !important;
  width: 100%;
  display: block;
}
.testimonial_section .about_content .layer_content .section_title .heading_line {
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span {
  transition: all 0.5s ease-in-out 0s;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span:after {
  content: "";
  right: auto;
  left: 69px;
  position: absolute;
  bottom: 28px;
  width: 17px;
  margin-left: 0;
  border-bottom-width: 3px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
}
.testimonial_section .about_content .layer_content .section_title .heading_line:after {
  content: "";
  left: 1%;
  margin-left: 0;
  position: absolute;
  bottom: 28px;
  width: 59px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #8f2762;
}
.testimonial_section .about_content .layer_content .section_title p {
  color: #fff;
  margin: 0 0 15px;
}
.testimonial_section .about_content .layer_content a {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.testimonial_section .about_content .layer_content a i {
  font-size: 18px;
  vertical-align: middle;
}
.testimonial_section .about_content .layer_content a:hover {
  color: #8f2762;
}
.testimonial_section .testimonial_box {
  margin-top: 60px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container {
  background-color: #ff5e14;
  margin-left: -170px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .background_layer {
  background-color: #8f2762;
  width: auto;
  margin-right: -200px;
  right: 0;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
  display: block;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
  margin: 10px 0 10px 0;
  padding: 62px 0px 72px 50px;
  position: relative;
  text-align: center;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
  margin-left: 150px;
  margin-top: 69px;
  padding: 45px 40px 45px 40px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
  margin-bottom: 15px;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
  content: "";
  width: 30px;
  display: block;
  height: 2px;
  text-align: center;
  left: 46%;
  margin-top: 6px;
  background-color: #8f2762;
  position: absolute;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
  padding-top: 0;
  margin-bottom: -5px;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  color: #153d59;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
  font-size: 12px;
  color: #9f9f9f;
  margin: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5d6576;
  font-style: italic;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
  border: none;
  position: absolute;
  top: 0;
  left: 55px;
  top: 80px;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
  border: 5px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 35%;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
  position: absolute;
  top: 165px;
  right: 42px;
  border-radius: 0;
  background:#163e5a;
  display: block;
  outline: 0;
  width: 34px;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
  background: #163e5a;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
  position: absolute;
  top: 165px;
  right: 5px;
  border-radius: 0;
  display: block;
  background:#163e5a;
  outline: 0;
  width: 34px;
  text-align: center;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
  background: #163e5a;
}

@media all and (max-width: 991px) {
  .testimonial_section .about_content {
    padding-right: 15px !important;
  }
  .testimonial_section .about_content .background_layer {
    width: 200% !important;
  }
  .testimonial_section .testimonial_box {
    margin-top: 0 !important;
  }
  .testimonial_section .testimonial_box .background_layer {
    width: 200% !important;
    margin-left: -200px;
  }
  .testimonial_section .testimonial_box .about_content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 28% !important;
  }
  .testimonial_section .testimonial_box .testimonial_container {
    margin-left: -15px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials {
    margin: 0px 0 20px 0;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
    margin-left: -36px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
    display: none;
  }
}
/*-------------product-----------*/
.serviceBox{
  border: 3px solid #1A425D;
  background-color: #e0ece2;
  text-align: center;
  margin:20px 0 30px 0;
}

.serviceBox:hover{
  background-color: #8f2762;

}
.serviceBox .service-image > a > img{
    width: 180px;
    height:auto;
    /*border-radius: 50%;*/
    transition: all 0.2s ease-in-out 0s;
}
.serviceBox .service-content h3{
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1.25px;
    margin-bottom: 16px;
    color:#1A425D;
    transition: all 0.21s ease 0s;
}
.serviceBox .service-content p{
    padding: 0 2px;
    color:#616161;
    line-height: 1.7;
}
.serviceBox:hover .service-content p{
  color: #fff;
}
.serviceBox .read{
    margin-top: 20px;
}
.serviceBox .read > a{
    text-transform: uppercase;
    color:#dc005a;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
    transition: all 0.16s ease 0s;
}
.serviceBox .read > a:hover:after{
    content: "\f061";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 8px;
    position: absolute;
    right:-13px;
    top:0px;
}
.serviceBox:hover .service-image > a > img{
    padding: 8px;
   /* border: 3px solid #1A425D;*/
    transition: all 0.2s ease-in-out 0s;
    width: 200px;
}
.serviceBox:hover .service-content h3,
.serviceBox:hover .read > a{
    color:#1A425D;
}
/*-----------------services-tabs---------------*/
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.vertical-tab{
    font-family: 'Ubuntu', sans-serif;
    display: table;
}
.vertical-tab .nav-tabs{
   display: table-cell;
   width: 28%;
   min-width: 28%;
   border: none;
   position: relative;
}
.vertical-tab .nav-tabs li{
   float: none;
   vertical-align: top;
}
.vertical-tab .nav-tabs li a{
    color: #143d59;
    background-color: #e7e7e7;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 12px;
    margin: 0;
    border-radius: 0;
    border: none;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: #fff;
    background-color: transparent;
    border:none;
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
    content: '';
    height: 100%;
    width: 100%;
    background-color: #143d59;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:after{
    background-color: #8f2762;
    width: 5px;
    transform: scaleY(0);
    left: 0;
    transition: all 0.3s ease 0.1s;
}
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li a:hover:before{
    left: 10px;
}
.vertical-tab .nav-tabs li.active a:after,
.vertical-tab .nav-tabs li a:hover:after{
    transform: scale(1);
}
.vertical-tab .tab-content{
    color: #444444;
    background: #fff;
    font-size: 15px;
    text-align: justify;
    line-height: 23px;
    vertical-align: top;
    padding: 15px 18px 0;
    display: table-cell;
}
.vertical-tab .tab-content h3{
    font-size: 24px;
    font-family: Georgia;
    margin: 0 0 5px 0;
    color: #143d59;
    font-weight: 600;
}
@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        display: block;
        width: 100%;
        border-right: none;
    }
    .vertical-tab .nav-tabs li a{
        padding: 10px;
        margin: 0 0 10px;
    }
    .vertical-tab .tab-content{
        display: block;
        padding: 20px 15px 5px;
        border-radius: 0 0 10px 10px;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}