/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --main-color: #0c2e8a;
  --main-color-hover: #627CC4;
  /*--a-color: #CD8B00;*/
--a-color: #FFAD00;
  --a-color-hover: #E6BD68;
  --text-color: #212529;
}
html {
  height: 100%;
}
body {
  color: var(--text-color);
  font-family: "Open Sans", sans-serif;
  background: url("../img/intro-carousel/1.jpg"),#261f1566;
  background-repeat:no-repeat;
  background-size: cover;
  height: 100%;
  }

a {
  color: var(--a-color);
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: var(--a-color-hover);
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}
ul li{
  list-style-type: none;
}
ul li i{
  margin-right: 10px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
}


.btn-outline-primary {
    color: var(--main-color);
    background-color: transparent;
    background-image: none;
    border-color: var(--main-color);
}
.btn-outline-primary:hover, .btn-primary:hover {
    color: #fff;
    background-color: var(--main-color);
    background-image: none;
    border-color: var(--main-color);
}
.btn-primary {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}
/*--------------------------------------------------------------



/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  position: absolute;
  /*background: url("../img/intro-carousel/1.jpg") no-repeat;
  background-size: cover;
  border-bottom: 3px solid var(--main-color);*/
  color: #fff;
  min-height: 100%;
  padding: 0;
  margin: 0;
background: #261f1566;
  background: url("../img/intro-carousel/1.jpg");
  background-size: cover;
  z-index: 100;
}

.intro-content {
  padding: 0px;
  margin: auto;
  background: #261f1566;
  width: 90%;
}
#intro .intro-content h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 34px;
  text-align: center;
  display: block;
  margin: 0 auto;
}



#intro .intro-content .btn-get-started, #intro .intro-content .btn-projects {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  width: 52%;
  text-align: center;
  margin: 15px auto;
}

#intro .intro-content .btn-get-started {
  background: var(--a-color);
  max-width: 300px;
  padding: 25px;
  margin-top: 20px;
  width: 300px;
}

#intro .intro-content .btn-get-started:hover {
  color: #fff;
  background: var(--main-color);
}

#intro .intro-content .btn-projects {
  background: #E91E63;
  border: 2px solid #E91E63;
}

#intro .intro-content .btn-projects:hover {
  background: none;
  color: #E91E63;
}


@media (min-width: 1024px) {
  .intro-content {
	  padding: 3rem;
  }
  #intro{
    /*
    height: 100vh;
    */
  }
  body{
    height: auto;
  }
}

@media (max-width:  1024px) {
  .intro-content {
	  padding: 2rem;
  }
 }

@media (max-width: 767px) {
  .intro-content {
	  padding: 1rem;
  }
  #intro .intro-content h2 {
    font-size: 22px;
    padding: 15px;
  }
}

@media (max-width: 540px){
  body{
    font-size: 13px;
    height: 100vh;
	padding: 0px;
  }
  .intro-content {
	  padding: 0px;
	  margin: 0px;
	  width: 100%;
  }
  #intro .intro-content .btn-get-started {
    max-width: 200px;
    padding: 14px;
    margin-top: 10px;
    width: 200px;
  }
  .intro-content > div {
    width: 90%;
    margin: auto;
  }
}


@media (max-width: 480px){
	body {
		padding: 0px;
	}
  .intro-content {
	  padding: 0px;
  }
  .h1, h1 {
    font-size: 2rem;
  }
  #intro .intro-content h2 {
    font-size: 18px;
    padding: 15px;
  }
}


/*!*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*!
!* Sections Header
--------------------------------*!
.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: var(--main-color);
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  !* display: inline-block; *!
  text-align: center;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 62px;
  height: 3px;
  bottom: 0;
  left: 0;
  border-top: var(--main-color) solid 2px;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.section-header p {
  padding: 0;
  margin: 0;
  text-align: center;
}

!* About Section
--------------------------------*!
#about {
  padding: 60px 0 60px 0;
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
  }
}

#about .content h2 {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
}

#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--main-color);
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

#portfolio .section-header h2 {
    color: #ffffff;
}

#portfolio .section-header p {
    color: #fff;
}

!* Services Section
--------------------------------*!
#services {
  padding: 60px 0 0 0;
}

#services .box {
  padding: 40px;
  margin-bottom: 40px;
  background: #fff;
  transition: 0.4s;
  !*border: 1px solid #dedede;*!
}

#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#services .box .icon {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
}

#services .box .icon i {
  color: var(--text-color);
  font-size: 44px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 0px;
  background: RED;
  display: block;
  margin: 0 auto 25px;
}

#services .box .icon i:before {
  background: #0c2e8a;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
  margin-left: 100px;
  font-weight: 700;
  font-size: 20px;
  display: block;
  width: 100%;
  text-align: center;
  float: left;
  margin: 0;
}

#services .box h4 a {
  color: var(--text-color);
}

#services .box p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  display: block;
  margin: 0;
  padding-top: 15px;
}

@media (max-width: 767px) {
  #services .box .box {
    margin-bottom: 20px;
  }
  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #services .box h4, #services .box p {
    margin-left: 0;
    text-align: center;
  }
}


!* Call To Action Section
--------------------------------*!
#call-to-action {
  background: var(--main-color);
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: var(--main-color-hover);
  border: 3px solid var(--main-color-hover);
}


  !*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*!
#footer {
  background: var(--main-color);
  padding: 0 0 30px 0;
  font-size: 14px;
  color: #fff;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #ffffffad;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ffffff85;
  margin-top: 8px;
}

#footer .credits a {
  color: #ffffff;
}
.owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: 70px;
    margin: 0 auto;
}*/

