/* header styles */
h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto', sans-serif;
}
body{
    font-family: 'Jost', sans-serif;
}
/* .header{
  position: -webkit-sticky!;
  position: sticky;
  top: 0;
  z-index:1000;
} */
@media(max-width:552px){
  .navbar-brand img{
    width: 100px !important;;
}
}
.navbar,.scroll_sec{
  background-color: #082650;
}
.navbar-brand img{
    width:150px;
}
.navbar-toggler{
background-color: #ec7216!important;
}
.navbar ul li a{
  color:#ffffff;
}
.navbar ul li a.active,.navbar ul li a:hover{
  color:#f49335;
}
.top_sec{
  background-color: #1c3457;
}
.header-icons ul li {
  display: inline-block;
}

.header-icons ul li a {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  font-size: 16px;
  height: 35px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 35px;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.header-icons ul li a i {
  line-height: 0;
}

.flicker-img>a {
  float: left;
  padding: 1px;
  width: 33.33%;
}
.offcanvas{
  background-color: #041328!important;
}
/* title for h2 */
@media(max-width:420px){
  .section-title p{
    text-align: justify;
  }
}
.welcome_sec p,.text-justify{
  text-align: justify;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2{
  /* font-size: 32px; */
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #0d7a9f;
}
h1,h2,h3,h4{
  color: #1c3457;
}
.card-body h5{
  color:#1c3457;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #e67e22;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
/* inner banner */
.inner_banner{
  background-image: url("../images/inner-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.inner_banner ul {
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.inner_banner ul li {
  position: relative;
  background: #333;
  color: #Fff;
  height: 40px;
  padding: 0 20px 0 40px;
  display:flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 18px;
}

.inner_banner ul li::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #333;
    top: 0;
    right: -10px;
    z-index: 9;
    border-right: 2px solid #fff;
    transform: skewX(45deg);
}

.inner_banner ul li::before {
      content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #333;
    bottom: 0;
    right: -10px;
    z-index: 9;
    border-right: 2px solid #fff;
    transform: skewX(-45deg);
}
/* menu */
.pricingTable{
  color: #000;
  background: #EDEDED;
  font-family: 'Lato', sans-serif;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.pricingTable:before,
.pricingTable:after{
  content: "";
  background: var(--color2);
  width: 120px;
  height: 130px;
  position: absolute;
  top: 0;
  left: -60px;
  clip-path: polygon(50% 0%, 100% 56%, 50% 100%, 0% 50%);
}
@media(max-width:767px){
  .pricingTable:after{
    top: auto;
    bottom: 0;
    left: auto;
    right: -60px;
    clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%)!important;
  }
}
.pricingTable:after{
  top: auto;
  bottom: 0;
  left: auto;
  right: -60px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 43%);
}
.pricingTable .pricingTable-header{
  color: #fff;
  background: var(--main-color);
  padding: 19px 0;
  margin: 0 0 25px;
}
.pricingTable .title{
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
  color:#f1f1f1;
}
.pricingTable .pricing-content{
  text-align: left;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
  display: inline-block;
}
.pricingTable .pricing-content li{
  color: #333;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 35px;
  padding: 0 0 0 25px;
  margin: 0 0 5px;
  position: relative;
}
.pricingTable .pricing-content li:last-child{ margin: 0; }
.pricingTable .pricing-content li:before{
  content: "\f00c";
  color: #2a8317;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  position: absolute;
  top: 2px;
  left: 0;
}
.pricingTable .pricing-content li.disable:before{
  content: "\f00d";
  color: #f32e30;
}
.pricingTable .price-value{ margin: 0 0 25px; }
.pricingTable .price-value .amount{
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 5px;
}
.pricingTable .price-value .duration{
  font-size: 16px;
  font-weight: 400;
  display: block;
  text-transform: capitalize;
}
.pricingTable .pricingTable-signup{
  background: var(--main-color);
  padding: 19px 0; 
}
.pricingTable .pricingTable-signup a{
  color: #000;
  background: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px 20px 6px;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.3s ease;
}
.pricingTable .pricingTable-signup a:hover{
  color: var(--main-color);
  text-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.pricingTable.red{
  --main-color: #ee3f24;
  --color2: #c52a07;
}
.pricingTable.purple{
  --main-color: #B33771;
  --color2: #6D214F;
}
.pricingTable.dark{
  --main-color: #1d437c;
  --color2: #1c3457;
}
.pricingTable.yellow{
  --main-color: #cf9008;
  --color2: #a57712;
}
.pricingTable.blue{
  --main-color: #21089e;
  --color2: #170863;
}
.pricingTable.green{
  --main-color: #08bb1d;
  --color2: #036712;
}
@media only screen and (max-width: 990px){
  .pricingTable{ margin: 0 0 40px; }
}
/* services */
.welcome_sec,.portfolio{
  background-image:linear-gradient(to right,#0c3268,#091b35)
}
.service_sec,.testimonail_sec{
  background-image:url('../images/pattern.jpg');
  background-repeat: repeat;
  background-size: cover;
}
.post-slide{
  margin: 0 10px;
  border-left: 8px solid #1dcfd1;
  border-bottom: 8px solid #1dcfd1;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.post-slide .post-img{
  position: relative;
  overflow: hidden;
}
.post-slide .post-img:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0,0,0.0);
  transition: all 0.40s linear 0s;
}
.post-slide:hover .post-img:before{
  background: rgba(0, 0,0,0.6);
}
.post-slide .post-img img{
  width: 100%;
  height: auto;
}
.post-slide .post-info{
  width: 75%;
  position: absolute;
  bottom: -100%;
  left: 12.5%;
  background: #1dcfd1;
  text-align: center;
  line-height: 26px;
  padding: 15px;
  transition: bottom 0.40s ease-in-out 0s;
}
.post-slide:hover .post-info{
  bottom:0;
}
.post-slide .category{
  padding: 0;
  margin: 0;
  list-style: none;
}
.post-slide .category li,
.post-slide .post-date{
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
}
.post-slide .category li:after{
  content: " /";
}
.post-slide .category li:last-child:after{
  content: "";
}
.post-slide .category li a{
  color: #fff;
  transition: all 0.40s linear;
}
.post-slide .category li a:hover{
  color: #555;
  text-decoration: none;
}
.post-slide .post-review{
  padding: 35px 20px 25px;
  background: #fff;
  position: relative;
}
.post-slide .icons{
  width: 90px;
  height: 90px;
  border: 4px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -45px;
  right: 10px;
  overflow: hidden;
}
.post-slide .icons img{
  width: 100%;
  height: auto;
}
.post-slide .post-title{
  margin: 0 0 25px 0;
}
.post-slide .post-title a{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #e67e22;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.30s linear 0s;
}
.post-slide .post-title a:hover{
  text-decoration: none;
  color: #555;
}
.post-slide .post-description{
  color: #555;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 20px;
}
.post-slide .read{
  font-size: 13px;
  color: #555;
  display: block;
  text-align: right;
  text-transform: uppercase;
}
.post-slide .read:hover{
  text-decoration:none;
  color: #1dcfd1;
}
/* touch with us */
.touch_with_us{
  background-image:url('../images/feedback-bg.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.serviceBox{
  color: var(--main-color);
  font-family: 'Poppins', sans-serif;
  text-align: center;
  margin: 0 10px;
  position: relative;
  z-index: 1;
}
.serviceBox:before{
  content: '';
  background: linear-gradient(to bottom,#fff 89%,var(--main-color) 0%);
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 25px;
  z-index: -1;
}
.serviceBox .title{
  color:#fff;
  background: var(--main-color);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 10px;
  margin: 0 -10px 25px;
  border-radius: 20px 20px 0 0;
  position: relative;
}
.serviceBox .title:before,
.serviceBox .title:after{
  content: "";
  background: linear-gradient(to top right,transparent 49%, var(--main-color) 50%);
  width: 10px;
  height: 10px;
  opacity: 0.5;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.serviceBox .title:after{
  transform: rotateY(180deg);
  left: auto;
  right: 0;
}
.serviceBox .description{
  color: #555;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin: 0 15px 25px;
}
.serviceBox .service-icon{
  background: #fff;
  font-size: 45px;
  line-height: 85px;
  width: 85px;
  height: 85px;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.serviceBox.orange{ --main-color: #e67e22; }
.serviceBox.purple{ --main-color: #1c3457; }
.serviceBox.blue{ --main-color: #3498db; }
@media only screen and (max-width: 1199px){
  .serviceBox{ margin: 0 10px 30px; }
}
/* contact */
/* .email-signature{
  background: repeating-linear-gradient(135deg, #fc523c 10px, #F32905 20px, #fc523c 30px);
  font-family: 'Cairo', sans-serif;
  padding: 20px 40% 20px 20px;
  margin: 8px;
  box-shadow: 0 0 20px -8px #999;
  position: relative;
} */
.email-signature .signature-icon{
  background-color: #F32905;
  width: 150px;
  height: 150px;
  padding: 15px;
  box-shadow: 0 0 15px rgba(0,0,0,0.5) inset;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
}
.email-signature .signature-icon img{
  width: 100%;
  height: auto;
}
.email-signature .signature-content{
  background-color: #edeeee;
  padding: 15px;
}
.email-signature .signature-details{
  color: #fff;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #a1a0a0;
}
.email-signature .title{
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
.email-signature .post{
  color: #f38f3d;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.email-signature .inner-content{
  padding: 0;
  margin: 0 0 15px;
  list-style: none;
}
.email-signature .inner-content li{
  color: #000000;
  font-size: 16px;
  margin: 0 0 3px;
}
.email-signature .inner-content li i{
  font-size: 12px;
  margin-right: 5px;
}
.email-signature .inner-content li:last-child{ margin-bottom: 0; }
.email-signature .social-icon{
  padding: 0;
  margin: 0;
  list-style: none;
}
.email-signature .social-icon li{
  display: inline-block;
  margin-right: 10px;
}
.email-signature .social-icon li a{
  color: #f38f3d;
  font-size: 14px;
  text-align: center;
  line-height: 27px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.5);
  display: block;
  transition: all 0.3s ease 0s;
}
.email-signature .social-icon li a:hover{
  color: #222;
  background-color: #fff;
}
@media screen and (max-width:576px){
  .email-signature{
      /* padding: 190px 20px 20px; */
      text-align: center;
  }
  .email-signature .signature-icon{
      transform: translateY(0) translateX(-50%);
      left: 50%;
      top: 20px;
  }
  .email-signature .social-icon li{ margin: 0 5px; } 
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  height: 100%;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a+a {
  margin-left: 8px;
}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
/* .why-us .content {
  padding: 60px 100px 0 100px;
} */

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/* .why-us .accordion-list {
  padding: 0 100px 60px 100px;
} */

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #f1f1f1;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}
/* testimonial */
.feedback_sec{
  background-image:url('../images/feedback-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.testimonial{ margin: 0 10px; }
.testimonial .testimonial-content{
    margin: 20px 0 50px 0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    width: 20px;
    height: 20px;
    border-top: 20px solid #e67e22;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin: 0 auto;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}
.testimonial .description{
    padding: 25px 35px;
    margin: 0;
    background: #e67e22;
    border-radius: 15px;
    font-size: 16px;
    color: #fff;
    position: relative;
}
.testimonial .description:before,
.testimonial .description:after{
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 8px;
    text-align: center;
    background: #e67e22;
    position: absolute;
}
.testimonial .description:before{
    content: "\f10d";
    top: -18px;
    left: 25px;
}
.testimonial .description:after{
    content: "\f10e";
    bottom: -18px;
    right: 25px;
}
.testimonial .testimonial-profile{
    display: table;
    padding: 15px;
    border: 1px solid #e67e22;
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #e67e22;
    float: left;
    overflow: hidden;
}
.testimonial .title{
    display: inline-block;
    margin: 0 0 0 30px;
    font-size: 19px;
    font-weight: bold;
    color: #e67e22;
    position: relative;
    top: 22px;
}
.testimonial .title:before{
    content: "";
    width: 1px;
    height: 70px;
    background: #e67e22;
    position: absolute;
    top: -8px;
    left: -15px;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    margin-top: 10px;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    background: transparent;
    border: 1px solid #e67e22;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span{
    background: #e67e22;
    border: 1px solid #e67e22;
}
@media only screen and (max-width: 479px){
    .testimonial .description{
        padding: 20px;
        font-size: 16px;
    }
    .testimonial .testimonial-profile{ padding: 10px; }
    .testimonial .title{ font-size: 16px; }
    .testimonial .post{ font-size: 13px; }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #d2cdcd;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #47b2e4;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #47b2e4;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.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-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-area {
    padding: 40px 0;
    background: #091b35;
  }
  
  .footer-head,.footer-area a {
    color: #dbd6d6;
  }
  
  .footer-head h4 {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
  
  .footer-logo {
    padding-bottom: 20px;
  }
  
  .footer-logo h2 {
    color: #222;
    padding: 0;
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
  }
  
  .footer-logo h2 span {
    color: #3ec1d5;
  }
  
  .footer-icons ul li {
    display: inline-block;
  }
  
  .footer-icons ul li a {
    border: 1px solid #ffffff;
    color:#ffffff;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
  }
  
  .footer-icons ul li a i {
    line-height: 0;
    color:#f8b716;
  }
  
  .flicker-img>a {
    float: left;
    padding: 1px;
    width: 33.33%;
  }
  
  .footer-icons {
    margin-top: 30px;
  }
  
  .footer-contacts p span {
    color: #f8b716;
    font-weight: 700;
  }
  
  .popular-tag ul li {
    display: inline-block;
  }
  
  .footer-content {
    display: block;
    overflow: hidden;
  }
  
  .popular-tag ul li a:hover,
  .footer-icons ul li a:hover {
    background: #ffffff;
    border: 1px solid #3EC1D5;
    color: #fff;
  }
  
  .popular-tag ul li a {
    border: 1px solid #444;
    border-radius: 30px;
    color: #444;
    font-size: 13px;
    display: block;
    font-weight: 600;
    margin: 5px 3px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    width: 70px;
  }
  
  .footer-area-bottom {
    background: #021025 none repeat scroll 0 0;
    padding: 15px 0;
  }
  
  .copyright-text a:hover {
    text-decoration: underline;
    color: #3EC1D5;
  }
  
  .copyright-text a {
    color: #ffffff;
  }
  
  .copyright>p {
    margin-bottom: 0;
    color: #ffffff;
  }
  
  .copyright a,
  .credits a {
    color: #f8b716;
  }
  
  .credits {
    padding-top: 5px;
    text-align: center;
  }
  /* whats up */
a{
  text-decoration:none;
}
.floating_btn {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #4dac48;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;

  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  /* color: #707070; */
  /* font-size: 13px; */
}
/* end chat */
/* call */
.floating_btn-2 {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}
.contact_icon-2 {
  background-color: #eae2e2;
  color: #082650;
  width: 50px;
  height: 50px;
  font-size:20px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 2s infinite;
  box-shadow: 0 0 0 0 #f8b716;
  -webkit-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;

  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}