@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

body,
html {
  width: 100%;
  height: 100%;
}


html {
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  overflow: auto;
}


#side .nav-link.active,
#side .nav-link:hover,
#side .nav-link:focus{
  color: #111;
  border-bottom: 1px #000 dashed;
}



body{
  font-family: 'Helvetica Neue', Arial, sans-serif;
}


hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #fff;
}

hr.light {
  border-color: #fff;
}

hr.dark {
  border-color: #000;
}

a {
  color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #C3D5FF;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.bg-white {
  background-color: white !important;
}

.bg-primary {
  background-color: #234081 !important;
}

.bg-primary {
  padding-bottom: calc(10rem - 56px);
  background-attachment: fixed;
  background-image: url("../img/services.jpg");
  background-position: center center;
  background-size: cover;
}


.bg-dark {
  background-color: #212529 !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 5rem 0;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #F05F40;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #f05f40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #212529;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #C3D5FF;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #6A7DB4 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #234081;    
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #C3D5FF;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #C3D5FF;
  }
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-attachment: fixed;
  background-image: url("../img/finalheader.jpg");
  background-position: center center;
  background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 95, 64, 0.9);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.text-primary {
  color: #F05F40 !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #6A7DB4;
  border-color:#6A7DB4;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #234081 !important;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(35, 64, 129, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(35, 64, 129, 0.5) !important;
}

#about {
  background: #eee !important;
}

/**contact us**/
#contactus{
  /*background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
  letter-spacing: 2px;
  }
#contactus a{
  color: #fff;
  text-decoration: none;
}


@media (max-width: 575.98px) {

  #contactus{padding-bottom: 50px;}
  #contactus .maps iframe{
    width: 100%;
    height: 400px;
  }
 }


@media (min-width: 576px) {

   #contactus{padding-bottom: 50px;}

   #contactus .maps iframe{
     width: 100%;
     height: 400px;
   }
 }

 @media (max-width: 991.98px) {
  img#brandlogo {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/logosymbol.png) no-repeat;
  width: 56px; /* Width of new image */
  height:35px;
  padding-left: 56px; /* Equal to width of new image */
  }
}

@media (min-width: 768px) {  
  #contactus{padding-bottom: 50px;}

  #contactus .maps iframe{
    width: 100%;
    height: 400px;
  }
}

@media (min-width: 992px) {
  #contactus{padding-bottom: 50px;}

   #contactus .maps iframe{
     width: 100%;
     height: 400px;
   }
}


#author a{
  color: #fff;
  text-decoration: none;
    
}
/**end of contact us**/

/*start about team*/
#team {
  background: #eee !important;
}

section .section-title {
  text-align: center;
  color: #764ba2;
  margin-bottom: 50px;
  text-transform: uppercase;
}

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


.frontside {
  position: relative;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  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);
}

.mainflip {
  -webkit-transition: 1s;    
  -moz-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;

  -moz-transform-style: preserve-3d;   
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;

  -ms-transform: perspective(1000px);  
  -moz-transform: perspective(1000px);  
  transform: perspective(1000px);  

  position: relative;
}

.frontside,
.backside {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;

  -webkit-transform-style: preserve-3d; 
  -moz-transform-style: preserve-3d;  
  -o-transform-style: preserve-3d;   
  transform-style: preserve-3d;  
  -ms-transform-style: preserve-3d;
} 

.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);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.frontside .card,
.backside .card {
  min-height: 400px;
  max-width: 350px;
}

.backside .card a {
  font-size: 18px;
}

.frontside .card .card-title,
.backside .card .card-title {
  color: #667eea !important;
}

.frontside .card .card-body img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.card-text{
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px; 
}

/*end of team section*/

.icon-service{
  width: 100px;
}

#address{
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

