@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600&display=swap');

body{
    font-family: "Barlow",sans-serif;
    line-height: 1.7;
    color: #516171;
}

h1,h2,h3,h4,h6{
    font-weight: 700 !important;
    color: #092032;
}

a{
    color: #092032;
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 500;
}

img{
    width: 100%;
}

section{
    padding-top: 80px;
    padding-bottom: 80px;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}

.bg-cover{
    background-position:center !important ;
    background-size: cover !important;
    background-position: center;
}

.intro{
    margin-bottom: 40px;
}

.intro h6{
    font-weight: 400;
    color: #ff4d29;
}



/* NAVBAR */
.top-nav{
    background-color: #ff4d29;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p{
    margin-bottom: 0;
    display: inline-block;
    margin-right: 16px;
    margin-left: 16px;
    color: #ffffff;
}

.top-nav i,
.top-nav span{
    vertical-align: middle;
}

.social-links a{
    width: 34px;
    height: 34px;
    background-color: rgba(255, 255, 255, 0,4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    border-radius: 100%;
}

.social-links a:hover{
    background-color: #ffffff;
    color: #ff4d29;
}

.navbar{
    box-shadow: 0px 6px 30px rgba(0, 0,0, 0.08);
}

.navbar .navbar-nav .navbar-link:hover,
.navbar .navbar-nav .navbar-link:active{
    color: #ff4d29;

}
.navbar-brand{
    font-weight: 700;
    font-size: 26px;
    color: #031829;
}
.navbar-brand span{
    color: #ff4d29;
}

/*BUTTON */

.btn{
    padding: 9px 24px;
}

.btn-brand{
    background-color: #ff4d29;
    color: #ffffff;
    border-color: #ff4d29;
}

.btn-brand:hover{
    color: #ffffff;
    background-color: #d63e20;
}


/* Slider */
.slider1{
    background: linear-gradient(rgba(9,32,50,0.3),rgba(9,32,50,0.3)), url(../img/Pontaj_1.png);
}

.slider2{
    background: linear-gradient(rgba(9,32,50,0.3),rgba(9,32,50,0.3)), url(../img/project1.jpg);
}

.slider3{
    background: linear-gradient(rgba(9,32,50,0.3),rgba(9,32,50,0.3)), url(../img/background3.jpg);
    color: #781edf;
}

/* owl carousel*/
.owl-prev,
.owl-next{
    position: absolute;
    top: 50%;
    width: 60px !important;
    height: 60px !important;
    display: grid;
    place-items: center;
    background-color: rgba(255, 255, 255, 0.3) !important;
    margin-top: -30px !important;
    color: #ffffff;
    font-weight: 700 !important;
    font-size: 12px !important;
    border-radius: 100px !important
    ;
}

.owl-prev{
    left: 0;
}

.owl-next{
    right: 0;
}
.owl-prev:hover,
.owl-next:hover{
    background-color: #ff4d29 !important;
}

/*INFOBOX*/
.info-box{
    display: flex;
    align-items: center;
}
.info-box img{
    width: 90px;
    margin-right: 24px;
}

/*MILESTONES*/
#milestone{
    background: linear-gradient(rgba(255, 77, 41,0.8),rgba(255, 77, 41, 0.815)), url(../img/bg_banner2.jpg);
}

#milestone .display-4,
#milestone p{
    color: #ffffff;
}

#milestone .display-4{
    font-weight: 700;
}

/*SERVCICES*/
.service-box i{
    font-size: 36px;
    color: #6195FF;
    border-radius: 50%;
}

.service-box:hover{
    background-color: #1C1D21;
}

.service-box:after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}

.service-box:hover:after {
    width: 100%;
}

.service-box h3 {
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.service-box:hover h3 {
    color: #fff;
}

/*------------------------------------*\
	Pricing
\*------------------------------------*/

.pricing {
    position: relative;
    text-align: center;
    border: 1px solid #EEE;
    background-color: #FFF;
    z-index: 11;
    margin: 15px 0px;
}

.pricing::after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0%;
    z-index: -1;
    -webkit-transition: 0.2s height;
    transition: 0.2s height;
}

.pricing:hover:after {
    height: 100%;
}

.pricing .price-head {
    position: relative;
    margin-bottom: 20px;
}

.pricing .price-title {
    display: block;
    padding: 40px 0px 20px;
    text-transform: uppercase;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.pricing:hover .price-title {
    color: #6195FF;
}

.pricing .price {
    position: relative;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #6195FF;
}

.pricing .price h3 {
  font-size: 42px;
  margin: 0px;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
}

.pricing:hover .price h3 {
    color: #fff;
}

.pricing .duration {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #10161A;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.pricing:hover .duration {
    color: #fff;
}

/*------------------------------------*\
	CONTACT
\*------------------------------------*/

.contact_e{
    background-color: #031829;
    color: rgba(222, 236, 25, 0.952);
}
.section-header h2{
    color: rgba(222, 236, 25, 0.952);
}
.contact h3{
    color: rgba(222, 236, 25, 0.952);
}