/*
DEMO STYLE
*/

/* @import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"; */

@font-face {
  font-family: "MagmaWave Caps";
  src: url('../../plugins/shared/font-awesome/fontawesome-5.13.0/fonts/MagmaWave-Caps/MagmaWave-Caps.otf');
  font-weight: normal;
}

body {
  font-family:'MagmaWave Caps',monospace, 'Poppins', sans-serif;
  background: #fafafa;
}

p {
  font-family:monospace, 'Poppins', sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #000;
}ﬁ

a {
  color: #fff;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.navbar {
  padding: 20px 0px;
  background: #fff;
  border-bottom: 1px solid #3FA9F5;
  /* border-radius: 0; */
  margin-bottom: 20px;
  /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); */
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.btn{
  /* border-radius: 0px !important; */
}
.container-fluid{
  padding: 0px !important;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

/* ---------------------------------------------------
SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
  display: flex;
  width: 100%;
}

#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999;
  background: #3FA9F5;
  color: #fff;
  transition: all 0.3s;
  text-align: center;
}

#sidebar.active {
  margin-left: -250px;
}

#sidebar .sidebar-header {
  /* padding: 20px; */
  background: #3FA9F5;
}

#sidebar ul.components {
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid #000;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
  background: #000;
  font-size: 24px;
  margin-bottom: 0px;
}

#sidebar ul li a {
  padding: 15px 10px;
  font-size: 1.1em;
  display: block;
  font-weight: bold;
}

#sidebar ul li .svg-inline--fa {
  font-size: 33px;
}

#sidebar ul li a:hover {
  color: #3FA9F5;
  background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
  color: #f8f9fa;
  background: #212529;
}
#sidebar ul li.active_language>a,
a[aria-expanded="true"] {
  color: #3FA9F5;
  background: #f8f9fa;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #3FA9F5;
}

ul.CTAs {
  padding: 10px 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #3FA9F5;
}

a.article,
a.article:hover {
  background: #3FA9F5 !important;
  color: #fff !important;
}

/* ---------------------------------------------------
CONTENT STYLE
----------------------------------------------------- */

#content {
  width: calc(100% - 250px);
  padding: 20px 30px;
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
}

#content.active {
  width: 100%;
}

.btn-info {
  color: #fff;
  background-color: #3FA9F5;
  border-color: #3FA9F5;
  font-weight: bold;
}

.btn-info:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.technology img{
  height: 70px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.service img{
  width: 100%;
  background: #646563;
  padding: 10px;
}


.service img{
  /* height: 215px;
  margin-top: 35px;
  margin-bottom: 35px; */
}


.mt-60{
  margin-top:60px;
}

.section-block-grey {
  padding: 20px 0px 20px 0px;
  background-color: #f9f9f9;
}

.serv-section-2 {
  position: relative;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
  border-radius: 5px;
  overflow: hidden;
  padding: 30px;
  color: #fff;
  margin-bottom: 30px;
}

.serv-section-2:before {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 0;
  content: " ";
  width: 120px;
  height: 120px;
  background: #646563;
  border-bottom-left-radius: 136px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2-icon {
  position: absolute;
  top: 25px;
  right: 25px;
  max-width: 100px;
  z-index: 1;
  text-align: center;
  font-size: 40px;
}

.serv-section-2-icon i {
  color: #3FA9F5;
  font-size: 48px;
  line-height: 65px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-desc {
  position: relative;
}

.serv-section-2 h4 {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.serv-section-2 h5 {
  color: #333;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  margin-top: 5px;
}

.section-heading-line-left {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background: #3FA9F5;
  border-radius: 25%;
  margin-top: 15px;
  margin-bottom: 5px;
}

.serv-section-2 p {
  margin-top: 25px;
  padding-right: 50px;
}

.serv-section-2:hover .serv-section-2-icon i {
  color: #fff;
}

.serv-section-2:hover:before {
  background: #3FA9F5;
}




.single-service {
  margin-bottom: 60px;
}

.service-content {
  padding: 5px 10px;
  min-height: 170px;
}

.section-padding {
  padding: 20px 0;
}
a.border-btn {
  color: #fff;
  background-color: #3FA9F5;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 25px;
  font-weight: 500;
  -webkit-transition:.4s;
  transition: .4s;
  position:relative;
  overflow:hidden;
  z-index:10
}

a.border-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  left: 0;
  top: -100%;
  border-radius: 3px;
  -webkit-transition:.4s;
  transition: .4s;
  visibility: hidden;
  z-index:-1
}
a.border-btn:hover:before {
  visibility:visible;
  top: 0;
}
.single-service h3 {
  font-weight: 600;
  font-size: 20px;
}
.single-service p {
  font-weight: 300;
  color: #333;
  font-size: 14px;
}



/* Section Title Css */

.section-title {
  text-align: center;
  margin: 80px 0;
}
.section-title h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 25px;
}
.section-title h2:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 3px;
  background-color: #3FA9F5;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.section-title h2:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 3px;
  background-color: #3FA9F5;
  left: 50%;
  bottom: -10px;
  margin-left: -30px;
}


/* Service Style 1 Css */


.style-1 .single-service {
  text-align: center;
  padding: 25px 40px;
  box-shadow: 0 5px 30px -5px #ccc;
  padding-bottom:20px
}
.style-1 .single-service i.fa {
  color: #3FA9F5;
  font-size: 40px;
  margin: 20px 0;
}


/* Service Style 2 Css */
.style-2 .single-service {
  box-shadow: 0 5px 30px -5px #ccc;
  padding: 25px 40px;
}
.style-2 .single-service i.fa:after {
  position: absolute;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #3FA9F5;
  border-bottom: 10px solid transparent;
  bottom: -18px;
  left: 50%;
  margin-left: -10px;
}
.style-2 .single-service i.fa {
  font-size: 30px;
  color: #fff;
  background-color: #3FA9F5;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: relative;
  margin-bottom: 25px;
  position:relative
}



/* Service Style 3 Css */
.style-3 .single-service {
  text-align: center;
  border: 1px solid #ddd;
  padding: 25px 40px;
  -webkit-transition:.4s;
  transition: .4s;
}
.style-3 .single-service i.fa {
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
  border: 1px solid #3FA9F5;
  margin-bottom: 30px;
  border-radius: 50%;
  color: #3FA9F5;
  -webkit-transition:.4s;
  transition: .4s;
}
.style-3 .single-service:hover i.fa {
  background-color: #3FA9F5;
  color: #fff;
  border-color: #3FA9F5;
}
.style-3 .single-service:hover {
  box-shadow: -3px 3px 3px 0px #ddd;
}


/* Service Style 4 Css */
.style-4 .single-service {
  border: 1px solid #ddd;
  /* padding: 25px 40px; */
  margin-bottom: 45px;
  box-shadow: 0 5px 30px -5px #ccc;
  position:relative;
  -webkit-transition:.3s;
  transition:.3s;
  text-align:center
}
.style-4 .single-service i.fa {
  color: #3FA9F5;
  font-size: 30px;
  margin: 25px 0px;
  border: 1px solid #3FA9F5;
  text-align: center;
  border-radius: 50%;
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  -webkit-transition:.5s;
  transition:.5s
}
.style-4 .single-service:after, .single-team:after {
  position: absolute;
  content: "";
  width: 0%;
  border-top: 3px solid #3FA9F5;
  left: 0;
  top: 0;
  border-left: 3px solid #3FA9F5;
  height: 0%;
  z-index: 2;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility:hidden;
  -webkit-transition:.5s;
  transition:.5s
}
.style-4 .single-service:before,  .single-team:before {
  position: absolute;
  content: "";
  width: 0%;
  border-bottom: 3px solid #3FA9F5;
  right: 0;
  bottom: 0;
  border-right: 3px solid #3FA9F5;
  height: 0%;
  z-index: 2;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility:hidden;
  -webkit-transition:.5s;
  transition:.5s
}
.style-4 .single-service:hover:before, .single-service:hover:after{
  opacity:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility:visible;
  height:50%;
  width:50%;
}
.style-4 .single-service:hover i.fa {
  background-color: #3FA9F5;
  border-color: #3FA9F5;
  color: #fff;
}
.style-4 .single-service h3 {
  position: relative;
  font-weight: 400;
  margin-top: 0px;
  padding-top: 20px;
  font-size: 17px;
}
.style-4 .single-service p {
  font-weight: 300;
}
/*
.style-4 .single-service h3:before {
position: absolute;
content: "";
width: 3px;
height: 12px;
background-color: #3FA9F5;
top: -25px;
left: 50%;
margin-left: -1.5px;
}
.style-4 .single-service h3:after {
position: absolute;
content: "";
width: 30px;
height: 3px;
background-color: #3FA9F5;
left: 50%;
margin-left: -15px;
top: -13px;
} */




#team .card {
  border: none;
  background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.mainflip {
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
  position: relative;
}

.frontside {
  position: relative;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2;
  margin-bottom: 30px;
}

.backside {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 1s;
  -moz-transform-style: preserve-3d;
  -o-transition: 1s;
  -o-transform-style: preserve-3d;
  -ms-transition: 1s;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
  min-height: 312px;
}

.backside .card a {
  font-size: 18px;
  color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
  color: #3FA9F5 !important;
}

.frontside .card .card-body img {
  width: 100%;
  /* width: 120px;
  height: 120px;
  border-radius: 50%; */
}

.card-body {
  padding: 0px 0px 20px 0px !important;
}

.btn-primary {
  color: #fff;
  background-color: #3FA9F5;
  border-color: #3FA9F5;
  margin-top: 20px;
}

.address{
  background-color: #3FA9F5;
  min-height: 120px;
  padding: 10px 20px;
  margin-bottom: 20px;
  min-height: 205px;
}

.address p {
  color: #fff;
}

.address a {
  color: blue;
}

.form-control {
  color: #000;;
  border: 1px solid #3FA9F5;
  font-family: initial;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #646563;
  border-color: #646563;
}


.btn-primary:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}


.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(33 37 41);
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff !important;
    background-color: #212529 !important;
    border-color: #212529 !important;
}

.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 0.2rem #212529 !important;
}




/* ---------------------------------------------------
MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px;
  }
  #sidebar.active {
    margin-left: 0;
  }
  #content {
    width: 100%;
  }
  #content.active {
    width: calc(100% - 250px);
  }
  #sidebarCollapse span {
    display: none;
  }
}
