html {
  overflow-x: hidden;
}
@media only screen and (min-width: 992px) {
  html {
    scroll-behavior: smooth;
  }
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 0.5em;
  height: 0.3em
}

::-webkit-scrollbar-track {
  opacity: 0;
}

::-webkit-scrollbar-thumb {
  background: rgb(0,167,213);
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(2, 132, 168);
}

/** Ultra Light */
@font-face {
  font-family: "San Francisco";
  font-weight: 100;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-ultralight-webfont.woff");
}

/** Thin */
@font-face {
  font-family: "San Francisco";
  font-weight: 200;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-thin-webfont.woff");
}

/** Regular */
@font-face {
  font-family: "San Francisco";
  font-weight: 400;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

/** Medium */
@font-face {
  font-family: "San Francisco";
  font-weight: 500;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-medium-webfont.woff");
}

/** Semi Bold */
@font-face {
  font-family: "San Francisco";
  font-weight: 600;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.woff");
}

/** Bold */
@font-face {
  font-family: "San Francisco";
  font-weight: 700;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.woff");
}

* {
  font-family: "San Francisco";
}

h1 { font-weight: 700; }
h2 { font-weight: 600; }
h3 { font-weight: 500; }
p { font-weight: 400; }
p.thin { font-weight: 200; }
p.ultralight { font-weight: 100; }


.headerog {
  transition: all 0.7s;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  z-index: 99;
  width: 100%; /* Full width */
  overflow: hidden;
 
}
@media only screen and (min-width: 992px) {
  .headerog { 
    height: 120px; 

  }
}

.headeralt {
  transition: all 0.5s;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  z-index: 99;
  width: 100%; /* Full width */
  overflow: hidden;

 
}

@media only screen and (min-width: 992px) {
  .headeralt { 
  height: 80px; 

  }
}

.navbar-brand { 
  width: 75%;
  transition: all 0.7s;
}

@media only screen and (min-width: 992px) {
  .navbar-brand-smol {
    width: 300px;
   
  }
   
}


.carousel-item {
  height: 65vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#hayastan div {
   background: rgb(0,167,213)!important;
}
.carousel-caption {
 
  background: rgba(255, 255, 255, 0.46);
}

.AMinfo{
  font-size: 14px!important;
  color: #00a7d5!important;
}

#contact_form form{
  text-align: center;
}

#contact_form form input, textarea{
  width: 400px;
  padding: 10px;
  margin-bottom: 20px;
}
#contact_form form input[type="submit"] {
  width: 400px;
  margin-top: 10px;
  margin-left: -2px;
  background-color: #01AFEF;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
 
}
#contact_form form input[type="submit"]:hover {
  cursor: pointer;
  background-color: #009FDA;
}


#services-pt {
  background-color: #01AFEF!important;
}
#services-ot {
  background-color: #01AFEF!important;
}
#services-st {
  background-color: #01AFEF!important ;
}

#services-pt h4, #services-ot h4, #services-st h4 {
  font-size: 32px!important;
}
 
#services-pt p, #services-ot p, #services-st p {
  font-size: 22px!important;
}
 
#socialIcons img:hover {
  opacity: 0.8!important;
  cursor: pointer!important;
}

  
#services:before, #aboutus:before, #contacts:before { 
  display: block; 
  content: " "; 
  margin-top: -60px;  
  height: 60px;  
  visibility: hidden; 
}

#contacts:before { 
  display: block; 
  content: " "; 
  margin-top: -70px;  
  height: 70px;  
  visibility: hidden; 
}



/* speed of slides */ 

.carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}



/* Breakpoints */

@media only screen and (max-width: 555px) {
  .navbar-brand {
    width: 250px;
     
  }
  .navbar-toggler { 
  margin-left: 10px;
 
  }
  .carousel-item {
    height: 90vh!important;
    
  }
  .carousel-caption {
    margin-bottom: 40px;
  }
  .servicestext {
    width: 104%!important;
  }
  #services-pt p, #services-ot p, #services-st p {
    font-size: 18px!important;
    text-align: center;
  }
  #contact_form form input, textarea{
    width: 330px;
    padding: 10px;
    margin-bottom: 20px;
  }
  #contact_form form input[type="submit"] {
    width: 330px;
  }
  .googleMaps iframe{
    width: 330px;
    height: 330px;
  }
  .firstcarouseldiv .carousel-item{
    width: 100%!important;
    height: 50%!important;
  }
  .secondcarouseldiv  {
    width: 104%!important;
  }
  .secondcarouseldiv .carousel-item{
    width: 104%!important;
    height: 50%!important;
  }
  .thirdcarouseldiv .carousel-item{
    width: 104%!important;
    height: 50%!important; 
  }
  
}


@media only screen and (max-width: 991px) {
  #socialIcons {
    margin-top: -40px!important;
    
  }
  #socialIcons img{
    width: 150px!important;
  }
  .AMinfo {
    margin-top: 120px;
    margin-bottom: -40px!important;
  }
   
  .AMinfo p img{
    width: 200px!important;
  }
  .copyrightText {
    
    text-align: center;
    position:static!important; 
    right:0px!important;
    margin-top: -120px!important;

  }
}