
/*--------------------------------------------------------------
# General

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,500,600,700,800,900|Barlow:300,400,500,600,700,800,900&display=swap");
body {
  /* background: #fff; */
      background-color: #EDF1F4;
  color: #111;
   font-family: "Barlow", sans-serif !important;
 /*  font-family: "Open Sans", sans-serif; */
}

a {
  color: #03C4EB;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #03c5ec;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow", sans-serif !important;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

img {
  max-width: 100%;
}

/*  start main landing page css (Dolly) */
.dropdownbtn  > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
    }
    .dropdownbtn {
    position: relative;
    display: inline-block;
    }
    .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 204px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    height: 164px;
    overflow-y: scroll;
    margin: -8px 10px;
    }
    .dropdown-content a {
    color: black !important;
    padding: 6px 20px !important;
    text-decoration: none !important;
    display: block !important;
    margin: 0px !important;
    border-radius: 0px !important;
    transition: 0.5s !important;
    border: 1px solid #ddd;
    font-family: "Barlow", sans-serif !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    }
    .dropdown-content a:hover {
    background: #03C4EB !important;
    border:1px solid #03C4EB !important;
    color: #fff !important;
    padding: 6px 20px !important;
    text-decoration: none !important;
    display: block !important;
    margin: 0px !important;
    border-radius: 0px !important;
    transition: 0.5s !important;
    border: 1px solid #ddd;
    font-family: "Barlow", sans-serif !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    transition: 3s;
    }
    .dropdownbtn:hover .dropdown-content {
    display: block;
    }
    .dropdownbtn:hover .btn-services {
    /*  background-color: #3e8e41;  */
    }
    .btn-lg {
  position:absolute;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  margin-top:30px;
}

.selectoption{
	background: none;
    border: 2px solid #03C4EB;
    color: #111111;
    /* padding: 20px 10px; */
    font-family: "Barlow", sans-serif !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 13px;
    border-radius: 2px;
    transition: 0.5s;
    width: 268px;
    margin: 10px;
}
.selectoption option {
background: #ffffff;
    border: 2px solid #03C4EB;
    color: #333;
    font-size:16px;
}

.selectoption option:hover {
    background: #03C4EB;
    border: 2px solid #03C4EB;
    color: #fff;
    padding: 10px 12px !important;
    line-height: 2;
    font-size: 14px !important;
}
.selectoption:hover  {
	background: #03C4EB;
	color:#fff !important;
}


/* end main landing page css (Dolly) */

/** start stickey sidebar **/

/** end sticky sidebar **/


/**************************************************************
 start login modal css 
 **************************************************************/

 /* start capcha */
.capchabox{
     border-radius: 6px;
    color: #030303;
    line-height: 20px;
    font-size: 13px !important;
}

/* end capcha */

/* start login modal*/
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.modal-header {
  /*  background: #002A4B;
    border-bottom: 3px solid #0cc0b8;
    color: #fff;
    padding: 11px 1rem;
    margin-top: -1px; */
    background: #03C4EB;
    border-bottom: 3px solid #057e97;
    color: #fcfcfc;
    padding: 10px 1rem;
    margin-top: -1px;
    text-align: center;
    display: inline-flex;
}
.modal-header h4 {
 /*  margin-bottom: 0px;
  font-size: 19px; */
    margin-bottom: 0px;
    font-size: 20px;
    text-align: center;
    color: #fff !important;
    display: block;
}


.form-control {
    font-size: 13.5px;
    background-color: #f9f8f8;
    }
.input-group-text {
    background: #e1e1e1 !important;
    color: #000 !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.input-group-prepend span {
    width: 50px;
    background-color: #FFC312;
    color: black;
    border: 0 !important;
}
.modal-header .close {
   float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #010101;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
  
  .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
        padding: 1.5rem 4rem;
}


/* end login modal */

/**************************************************************
 end login modal css 
 **************************************************************/

/** start counter number css **/

.counter-box {
    display: block;
    background: #fff;
    padding: 40px 20px 37px;
    text-align: center;
    border:1px solid #ebe9e9;
    margin-bottom: 10px;
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #383737;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
  font-size: 60px;
    margin: 0 0 15px;
    color: #fff;
    background: #03c4eb;
    padding: 16px;
    border-radius: 50% 0;
    transition: 0.5s;
    border: 1px solid #07a8c8;
    box-shadow: 1px 0px 8px -1px #898787;
}

.counter-box:hover i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #03c4eb;
     background: #ffffff05;
    padding: 16px;
    border-radius:0  50% ;
    transition: 0.5s;
    border: 1px solid #03C4EB;

}

.counter-box:hover {
    display: block;
    padding: 40px 20px 37px;
    text-align: center;
    /* float: left; */
    background: #f6f6f6;
    /* padding: 16px; */
    /* border-radius: 50%; */
    transition: 0.5s;
    border: 1px solid #03C4EB;
    color:#fff;
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #343333;
    line-height: 28px
}

.counter-box:hover .counter {
    color:#666;
}
 .counter-box:hover p {
    color:#5b5b5b;
}

/* start service box  modal pop up **/
.content {
    position: relative;
    width: 90%;
    max-width: 400px;
    padding-top: 20px;
    /* padding-bottom: 25px; */
    margin-bottom: 15px;
    margin: auto;
    overflow: hidden;
    background-color: #f9f8f8;
    border: 1px solid #e0e1e1;
    box-shadow: 0px 0px 10px #d3cfcf;
}

.content a{
 color:#111 !important;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
}

.content:hover .content-overlay {
    opacity: 1
}

.content-image {
    width: 100%
}



.content-details {
    position: absolute;
    text-align: center;
    padding-left: 9px;
    padding-right: 9px;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1
}

.content-details h4 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 1.1em;
    text-transform: capitalize;
    line-height: 1.2em;
}

.fadeIn-bottom {
    top: 80%
}
/* end service box modal pop up */

/** end counter number css **/

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../images/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #03C4EB;
  color: #fff;
}

/*-----------------------------------------------------------
# login section css 
-------------------------------------------------------------*/
#account {
    position: absolute;
    width: 100%;
    padding: 5px 0;
    
    font-size: 14px;
}
#account .accountinfo {
    float: right;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
#account .accountinfo li {
    display: inline;
}
#account .accountinfo li a{
  color: #0d0d0d;
    font-weight: 500;
    padding: 4px 20px;
    background: #f5f90f;
    margin: 3px 2px;
    display: inline-table;
    border:1px solid #000;

}
#account .accountinfo li a:hover {
  color: #f5f90f;
  background: #000;
  border:1px solid #f5f90f;
 }
/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
#hero {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(../images/hero-bg.gif) top center;
  background-size: cover;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero .hero-logo {
  margin: 20px;    margin: 20px;
    background: #fc8d04;
    /* background: #04a0bf; */
    border: 2px solid #d2820b;
    padding: 10px 0;
}

#hero .hero-logo img {
  max-width: 100%;
}

#hero .hero-container {
 /*  background: rgb(0 0 0 / 62%); */
  background:rgb(6 84 99 / 39%);
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#hero h1 {
  margin: 30px 0 10px 0;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  color: #2e2d2d;
}

#hero .tbg {
	background: #ffffffd4;
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #4b4848;
  margin-bottom: 50px;
}

#hero h2 span {
  color: #04819b;
  transition: 0.3s;
  border-bottom: 2px solid #04819b;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  #hero h2 .rotating {
    display: block;
  }
}

#hero .rotating > .animated {
  display: inline-block;
}

#hero .actions a {
  font-family: "Barlow", sans-serif !important;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
}

#hero .btn-get-started {
  background: #03C4EB;
  border: 2px solid #03C4EB;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: none;
  border: 2px solid #03C4EB;
  color: #03C4EB;
}

#hero .btn-services {
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-services:hover {
  background: #03C4EB;
  border: 2px solid #03C4EB;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #091f3a;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
 /*  height: 50px; */
 width: 87%;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

.is-sticky #header {
  background: rgb(0, 16, 36, 0.85);
}
/*------------------------------------------------------------
# Side Menu fixed 
-------------------------------------------------------------*/
body{
    position: relative; /* required */
    }
    .list-group{
    position: sticky; /* Supported in latest version of Chrome, Firefox, Safari, Opera and Edge browsers */
    top: 20px;
    }
    .list-group-item.active {
    z-index: 2;
    /* background: #03C4EB;
    border: 1px solid #03C4EB; */
    background: #04a0bf;
    border: 1px solid #04a0bf;
    color: #fff;
    border-top-width: 0px !important;
    }
    .list-group-item {
    position: relative;
    display: block;
    padding: 7px 20px;
    /* background-color: #cdf0fb;
    border: 1px solid rgb(3 196 235); */
    background: #03C4EB;
    border: 1px solid #09a7c7; 
    border-top-width: 0px !important;
    }
    .list-group-item-action {
    width: 100%;
    color: #fff;
    text-align: inherit;
    }
    
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 14px;
 font-family: "Barlow", sans-serif !important;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #03C4EB;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  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: 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;
  color: #333333;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #03C4EB;
}

.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: 15px;
  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: #fff;
}

.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: #333333;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #03C4EB;
  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(26, 26, 26, 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;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Common
--------------------------------*/
section {
  overflow: hidden;
}

.section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.section-description {
  text-align: center;
  margin-bottom: 40px;
}

.section-title-divider {
  width: 50px;
  height: 3px;
  background: #03C4EB;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Get Started Section
--------------------------------*/
#about {
/*   background: #fff; */
    background: linear-gradient(rgba(255, 255, 255, 10%), 
                                rgba(255, 255, 255, 10%)), 
                               url(../images/bg1.png),url(../images/bg2.png) fixed ;
    padding: 80px 0;

 /*    padding: 5vw 0; */

    background-size: contain,100% auto;
    background-position: 50%,bottom;
    background-repeat: no-repeat,no-repeat;
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .about-content {
  background: rgb(240 242 213 / 64%);
}

#about .about-title {
  color: #333;
  font-weight: 700;
  font-size: 28px;
  margin-top: 20px;
}

#about .about-text {
  line-height: 26px;
  margin-bottom: 15px;
}

#about .about-text:last-child {
  margin-bottom: 0;
}

/* Services Section
--------------------------------*/
#services {
  background: linear-gradient(rgba(255, 255, 255, 97%), rgba(255, 255, 255, 97%)), url("../images/services-bg.jpg") fixed center center;
  background-size: contain;
  padding: 80px 0 60px 0;
}

#services .service-item {
    border: 2px solid #efeded;
    padding: 20px 10px 25px;
    margin-bottom: 20px;
    box-shadow: 0 5px 19px -3px #ccc;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    background: #ffffff;
}


#services .service-item:hover {
    margin-bottom: 20px;
    text-align: center;
    border: 2px solid #caf4fc;
    box-shadow: 0px 0px 10px #918f8f;
}

#services .service-icon {
  /* float: left; */
    background: #03C4EB;
    border: 1px solid #03C4EB; 
    /* background: #03C4EB;
    border: 1px solid #03C4EB; */
    padding: 16px;
    display: inline-flex;
    border-radius: 50%;
    margin: 20px 0 10px;
    transition: 0.5s;
    
}

#services .service-icon i {
  color: #fff;
  font-size: 24px;
}

#services .service-item:hover .service-icon {
  background: #fff;
}

#services .service-item:hover .service-icon i {
  color: #03C4EB;
}

#services .service-title {
/*   margin-left: 80px; */ 
  margin: 22px 0;
  text-transform: capitalize;
  color: #111;
}

#services .service-title a {
  color: #111;
}

#services .service-description {
  margin-left: 80px;
  line-height: 24px;
}

/****/

.service-item:after {
  position: absolute;
  content: "";
  width: 0%;
  border-top: 3px solid #03C4EB;
  left: 0;
  top: 0;
  border-left: 3px solid #03C4EB;
  height: 0%;
  z-index: 2;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility:hidden;
  -webkit-transition:.5s;
  transition:.5s
}
.service-item:before {
  position: absolute;
  content: "";
  width: 0%;
  border-bottom: 3px solid #03C4EB;
  right: 0;
  bottom: 0;
  border-right: 3px solid #03C4EB;
  height: 0%;
  z-index: 2;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility:hidden;
  -webkit-transition:.5s;
  transition:.5s
}
.service-item:hover:before, .service-item:hover:after{
  opacity:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility:visible;
  height:50%;
  width:50%;
}




/* Subscribe Section
--------------------------------*/
#subscribe {
  /* background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/subscribe-bg.jpg) fixed center center; */
  background:linear-gradient(rgb(255 254 254 / 97%), rgb(255 255 255 / 88%)), url(../images/subscribe-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#subscribe .subscribe-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#subscribe .subscribe-text {
  color: #fff;
}

#subscribe .subscribe-btn-container {
  text-align: center;
  padding-top: 20px;
}

#subscribe .subscribe-btn {
  font-family: "Barlow", sans-serif !important;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#subscribe .subscribe-btn:hover {
  background: #03C4EB;
  border: 2px solid #03C4EB;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #fff;
  padding: 80px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #666666;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  color: #03C4EB;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  padding: 15px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #333333;
  margin-bottom: 5px;
}

#portfolio .portfolio-item .portfolio-info p {
  color: #666666;
  font-size: 14px;
  margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info .preview-link, #portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 48px;
  font-size: 20px;
  top: calc(50% - 18px);
  color: #4d4d4d;
}

#portfolio .portfolio-item .portfolio-info .preview-link:hover, #portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #03C4EB;
}

#portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

#portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

#portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-links a:hover {
  color: #57e1fd;
}

#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  background: #f6f6f6;
  padding: 80px 0;
}

#testimonials .profile {
  text-align: center;
}

#testimonials .profile .pic {
  border-radius: 50%;
  border: 6px solid #fff;
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
  width: 260px;
}

#testimonials .profile .pic img {
  max-width: 100%;
}

#testimonials .profile h4 {
  font-weight: 700;
  color: #03C4EB;
  margin-bottom: 5px;
}

#testimonials .profile span {
  color: #333333;
}

#testimonials .quote {
  position: relative;
  background: #fff;
  padding: 60px;
  margin-top: 40px;
  font-size: 16px;
  font-style: italic;
  border-radius: 5px;
}

#testimonials .quote b {
  display: inline-block;
  font-size: 22px;
  left: -9px;
  position: relative;
  top: -8px;
}

#testimonials .quote small {
  display: inline-block;
  right: -9px;
  position: relative;
  top: 4px;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 80px 0 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #03C4EB;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  background: #f7f7f7;
  padding: 80px 0 120px 0;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #03C4EB;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#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;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #03C4EB;
}

#contact .php-email-form button[type="submit"] {
  background: #03C4EB;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .php-email-form button[type="submit"]:hover {
  background: #25d8fc;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 30px 0;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: gray;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 0;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #03C4EB !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  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: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #031b28;
  padding: 30px 0;
  color: #fff;
}

#footer .copyright {
  text-align: left;
}

#footer .copyright .copyrighttext p {
    margin-bottom: 5px;
}


#footer .copyright .copyrighttext .h44 {
    margin-bottom: 4px;
    font-size: 17px;
    font-weight: 700;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}
#footer .copyright .officaltext  .disclamer {
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: initial;
    line-height: 1.5;
}

#footer .copyright .officaltext  .disclamer .dc {
    text-decoration: none !important;
    color: #1e7ff2 !important;
    background: #fff;
    padding: 0px 5px;
    margin-bottom: 6px !important;
    font-weight: 600;
    display: inline-block;
}

footer .copyright  a {
    text-align: left;
    color: #03C4EB;
    transition: 0.5s;
    text-decoration: none
}

footer .copyright  a:hover {
    text-align: left;
    color: #fff;
    text-decoration: underline
}

.input-group-text{
	    padding: 9px 0.75rem;
} 
