body{
	padding:0;
	margin: 0;
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #454545;
}

a{
	color: #138ce1;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
}

a:active,
a:hover,
a:focus{
	color: #0a6cd4;
	outline: none;
	text-decoration: none;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
}

button:hover,
button:active,
button:focus{
	outline: none;
}

.custom_container.container-fluid{
	max-width: 1366px;
	padding-left: 60px;
	padding-right: 60px;
}

.bold_word{
	color: #222427;
	font-weight: 700;
}

.default_btn .svg-inline--fa{
	margin-right: 8px;
}

.default_btn{
	width: 100%;
	min-height: 50px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	padding-top: 11px;
	border-radius:25px;
	border:2px solid transparent;
	display: block;
}

.btn-1{
	border:2px solid #fff;
	color: #fff;
}

.btn-1:hover,
.btn-1:active,
.btn-1:focus{
	background: #fff;
	color: #138ce1;
}

.btn-2{
	background: #138ce1;
	border:2px solid #138ce1;
	color: #fff;
}

.btn-2:hover,
.btn-2:active,
.btn-2:focus{
	border:2px solid #138ce1;
	background: #fff;
	color: #138ce1;
}

.btn-3{
	background: transparent;
	border:2px solid #787878;
	color: #222427;
}

.btn-3:hover,
.btn-3:active,
.btn-3:focus{
	color: #fff;
	border:2px solid #787878;
	background: #787878;
}

.serv_box .default_btn{
	width: 170px;
    min-height: 40px;
    padding-top: 5px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
}

.hero_btn{
	max-width: 255px;
	margin: 4rem auto 10rem auto
}

.btn_scroll_down a{
	width: 100%;
	max-width: 31px;
	display: block;
	margin: 0 auto;
}

.btn_scroll_down img{
	max-width: 31px;
}

.btn_scroll_down a:hover{padding-top: 20px;}


/* HEADER */
.custom_nav .navbar-brand img{
	max-width: 250px;
}

.custom_nav .bg-light{
    background-color: #222427 !important;
 	position: fixed;
 	top: 0;
 	left: 0;
 	right: 0;
 	z-index: 10;
 	// set animation
 	-webkit-transition: all 0.4s ease;
 	transition: all 0.10s ease;
 	padding: 0 15px;	
}

.sticky .navbar-brand img{
	max-width: 170px
}

.custom_nav .navbar-light .navbar-nav .nav-link{
	font-weight: 400;
	font-size: 16px;
	color: #8d8d8d;
	text-transform: uppercase;
}

.custom_nav .navbar-light .navbar-nav .nav-link:focus,
.custom_nav .navbar-light .navbar-nav .nav-link:hover{
	color: #fff;
	text-decoration: none;
}

.custom_nav .navbar-light .navbar-nav .active>.nav-link, 
.custom_nav .navbar-light .navbar-nav .nav-link.active, 
.custom_nav .navbar-light .navbar-nav 
.custom_nav .nav-link.show, 
.custom_nav .navbar-light .navbar-nav .show>.nav-link{
	color: #fff;
}

.custom_nav .nav-item{
	position: relative;
	padding-left: 10px;
}

.custom_nav li:after{
	content: "|";
	position: absolute;
    top: 8px;
    left: 3px;
}

.custom_nav li:first-child:after{
	display: none;
}

.navbar-light .navbar-toggler{
	color: #8d8d8d;
	border-color: transparent; 
}

.navbar-light .navbar-toggler-icon {
    background:url(../images/menu_icon.svg);
	background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
}

.nav_mobile_ico{
	display: none;
}

.nav_mobile_ico ul{
	list-style: none;
}

.nav_mobile_ico li{
	display: inline-block;
}

.menu_ico{
	font-size: 23px;
    width: 50px;
    text-align: center;
    padding: 5px 0;
}


/* CONTENT */
.hero_bg{
	width:100%;
  	height:100%;
	background: #000;
	display: block;
}

.heroimage{   
	width:100%;
  	height:100%;
  	background:url('../images/hero_bg.jpg') center center;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size:cover;
  	min-height: 930px;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    position: relative;
}

.overlay{
	background:url('../images/hero_pat.png');
	background-repeat: repeat; 
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.image_placeholder{
	position: relative;
}

.mobile_hr{
	display: none !important;
}

.main_txt_box{
	position: absolute;
	top: 20rem;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	max-width: 660px;
	margin: 0 auto;
}

.txt_main_img img{
	width: 100%;
	max-width: 660px;
	display: block;
}

.txt_second_img img{
	width: 100%;
	max-width: 260px;
	display: block;
	margin: 16px 0 0 0;
}

.corner_left_img img{
	width: 100%;
	max-width: 120px;
    position: absolute;
    left: -16px;
    top: -40px;
}

.corner_bottom_left_img img{
	width: 100%;
	max-width: 120px;
    position: absolute;
    right: -10px;
    bottom: 10px
}

.line_bottom_right_img img{
	width: 100%;
	max-width: 224px;
    position: absolute;
    left: 280px;
    bottom: 10px;
}

.line_right_img img{
	width: 100%;
	max-width: 517px;
    position: absolute;
    right: 0;
    top: -40px;
}

.section_padding{
	padding-top: 60px;
	padding-bottom: 60px;
}

.headline_txt{
	color: #222427;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}

.section_image img{
	width: 100%;
}

#section_five .divider_txt,
#section_four .divider_txt,
#section_three .divider_txt,
#section_two .divider_txt,
#section_one .divider_txt{
	width: 250px;
	height: 2px;
	background: #138ce1;
	position: relative;
	margin: 0 auto 20px auto;
}

#section_six .divider_txt{
	width: 250px;
	height: 1px;
	background: #138ce1;
	position: relative;
	margin: 0 auto 20px auto;
    top: -1px;
}

#section_four .divider_txt:after,
#section_two .divider_txt:after,
#section_one .divider_txt:after{
	content: "INTERNET";
	color: #222427;
	font-size:20px;
	font-weight: 700;
	text-align: center;
	position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
    background: #fff; 
}

#section_three .divider_txt:after{
	content: "TELEFONIE";
	color: #222427;
	font-size:20px;
	font-weight: 700;
	text-align: center;
	position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
    background: #fff; 
}

#section_five .divider_txt:after{
	content: "REPARATII PC";
	color: #222427;
	font-size:20px;
	font-weight: 700;
	text-align: center;
	position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 160px;
    background: #fff; 
}

#section_six .divider_txt:after{
	content: "PARTENERI";
	color: #222427;
	font-size:20px;
	font-weight: 700;
	text-align: center;
	position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
    background: #fff; 
}

.qoute_band{
	background:#138ce1;
	padding: 30px 15px; 
}

.qoute_txt{
	color: #fff;
	font-style: italic;
	margin-bottom: 0;
}

.btn_txt{
	padding-top: 5%;
	margin-bottom: 0;
}

.abn_box_left{
	border-right: 1px solid #cccccc;	
}

.abn_box_left ul{
	list-style: none;
	text-align: right;
    margin-top: 107px;
    -webkit-padding-start: 0;
}

.abn_box_left li{
	color: #454545;
	font-weight: 600;
	line-height: 2.5;
    padding-right: 20px;
	border-bottom: 1px solid #cccccc;
}

.abn_box_left li:last-child{
	border-bottom:0;
	padding-bottom: 31px;
}

.abn_box_right{
	margin: 20px 0 30px 0;
}

.abn_box_top h2{
	color: #fff;
	font-size:24px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	margin:0; 
	display: block;
}

.abn_box_top{
	padding: 24px 5px;
	margin-bottom: 10px;
}

.abn_one{
	background: #a1d1f3;
}
.abn_two{
	background: #71baed;
}
.abn_three{
	background: #42a3e7;
}
.abn_four{
	background: #138ce1;
}

.abn_box_middle{
	color: #8c8c8c;
	font-weight: 600;
	text-align: center;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.abn_box_bottom.last_border,
.abn_box_middle.last_border{
	border-right: 1px solid #cccccc;	
}

.abn_box_middle p{
	margin-bottom: 0;
	line-height: 2.5;
}

.abn_box_middle .color_txt{
	color: #222427;
}

.abn_box_bottom{
	font-size: 24px;
	color: #138ce1;
	font-weight: 700;
	text-align: center;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px;		
}

.abn_box_bottom p {
	margin-bottom: 0;
}

.abn_box_bottom span{
	font-size: 14px;
	display: block;
	width: 100%;
	position: relative;
    top: -8px;
}

.section_txt_box{
	margin-right: 0;
	margin-left: 0;
}

.img_left{
    max-height: 430px;
    overflow: hidden;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}

.img_left img{
	width: 100%;
}

.txt_right{
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;	
}

.txt_right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.txt_right li {
    padding-left: 1em;
    text-indent: 0em;
    position: relative;
}

.txt_right li::before {
	content: ". ";
    color: #138ce1;
    font-size: 40px;
    position: absolute;
    top: -27px;
    left: 0;
}

.bg_grey{
	background: #f1f1f1;
	border-top:1px solid #dedede;
}

.white_title_bg{
	background: #fff;
    padding-top: 50px;
    padding-bottom: 1px;
}

.promo_box{
	background:#138ce1;
	padding: 20px; 
	color: #fff;
	text-align: center;
}

.promo_box img{
	width: 76px;
	margin: 0 auto;
	display: block;
}

.promo_box h5{
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
}

.promo_box h1{
	font-size: 56px;
	font-weight: 700;
}

.promo_box p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}

.promo_box_white{
	background: #fff;
	padding: 20px;
}

.promo_box_white ul{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;	
}

.promo_box_white li{
	line-height: 1;
    padding-left: 1em;
    text-indent: 0em;
    position: relative;
    margin-bottom: 10px;	
}

.promo_box_white li::before {
    content: "#";
    color: #138ce1;
    font-size: 14px;
    position: absolute;
    top: 2px;
    left: 0;
}

.right_td{
	text-align: right;
}

.left_td{
	text-align: left;
}

.custom_tbody td,.custom_tbody th {
    padding: .3rem 10px;
    border:0;
}

.custom_tbody.table-striped tbody tr:nth-of-type(odd){
    background-color: rgba(255,255,255,0.5);	
}

.last_tr{
	font-size: 14px;
	color: #138ce1;
}

.serv_box{
	background: #f2f2f2;
	border-bottom: 4px solid #e2e2e2;
}

.serv_box h1{
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	margin: 0;
    padding: 25px 10px;
    background:#138ce1;

}

.serv_box h2{
    margin: 0;
    padding: 24px 10px;
    font-weight: 400;
    font-size: 24px;	
}

.serv_box h1 sup{
    font-size: 25px;
    top: -12px;
    position: relative;	
}

.serv_box h1 sup span{
	font-size: 18px;
    font-size: 18px;
    position: absolute;
    top: 34px;
    left: 0px;
}

.serv_box p{
    margin-bottom: 0;
    line-height: 2.5;
}

.serv_box .btn_txt{
	display: block;
    margin-bottom: 20px;
}

.serv_box_space.row{
	margin-top: 30px;
	margin-bottom: 40px;
}

#owl_parteneri a img{
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
}

#owl_parteneri a img:hover{
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
}

.parteneri_band{
	padding-top: 15px;
	padding-bottom: 15px;
}

.contact_title_bg{
	border-top:1px solid #dedede;
}

.contact_title_bg .headline_txt{
	margin-top: 40px;
}

.form_space{
	padding-bottom: 60px;
}

.custom_form .form-group{
	margin-bottom: 8px;
}

.custom_form .form-control-lg{
    border-radius: 0;
    min-height: 50px;
	font-size: 16px;	
}

.custom_form textarea{
	min-height: 100px;
	border-radius: 0;
	font-size: 16px;
}

.custom_form .btn{
	width: 170px;
    min-height: 40px;
    padding-top: 5px;
    display: block;
    margin-top: 31px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
    text-transform: uppercase;
}

.custom_form .btn-primary{
	color: #fff;
    background-color: #138ce1;
    border-color: #138ce1;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
}

.custom_form .btn-primary:hover,
.custom_form .btn-primary:active,
.custom_form .btn-primary:focus{
	color: #fff;
    background-color: #0a6cd4;
    border-color: #0a6cd4;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
}

.contact_info_txt{
	line-height: 1.3;
}

.contact_info_txt a{
	font-size: 14px;
	display: block;
	margin-top: 10px;
}

.float_line{
	position: fixed;
	top: 20rem;
	left: -15px;
    z-index: 10;
}

.float_line ul{
	position: relative;
	left: -40px;
	list-style: none;
}

.float_line ul li a{ 
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
    font-size: 20px;
    padding-top: 9px;
	color: #fff;
}

.float_line ul li a:hover,
.float_line ul li a:active,
.float_line ul li a:focus{ 
	opacity: 0.8
}

.env_box{
	background: #222427;
}
.fb_box{
	background: #0048ab;
}
.gp_box{
	background: #ff362a;
}
.tw_box{
	background: #00b7eb;
}


/* FOOTER */
.footer_line{
	background:#222427;
	padding-top: 25px;
	padding-bottom: 25px; 
}

.copy_line{
	text-align: center;
	color:#8d8d8d;
	font-size: 16px; 
}

.copy_line a{
	color: #8d8d8d;
}

.copy_line a:hover,
.copy_line a:active,
.copy_line a:focus{
	color: #fff;
}

.madeby_line img{
	margin: 20px auto 0 auto;
	display: block;
}

.cd-top {
  display: inline-block;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(86, 86, 86, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: #565656cc;
  opacity: 1;
}

.cus_modal img{
    max-width: 320px;
    margin: 30px auto;
    display: block;
}

.cus_modal.modal{
	padding-left: 17px;
    padding-right: 17px;
}

.cus_modal .modal-dialog{
	max-width: 768px;
	margin: 1.75rem auto;
}

.cus_modal .modal-content{
	border-radius: 0;
	border:0;
}

.txt_main_img{
  -webkit-animation-name: txt_main_img;
  animation-name: txt_main_img;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes txt_main_img {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes txt_main_img {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }


  .txt_second_img{
  -webkit-animation-name: txt_second_img;
  animation-name: txt_second_img;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 2s;
  }
  @-webkit-keyframes txt_second_img {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes txt_main_img {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }  


  .corner_left_img {
  -webkit-animation-name: corner_left_img;
  animation-name: corner_left_img;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 4s;
  }
  @-webkit-keyframes corner_left_img {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }
  @keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }

  .line_right_img {
  -webkit-animation-name: line_right_img;
  animation-name: line_right_img;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 6s;
  }
  @-webkit-keyframes line_right_img {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }
  @keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }

  .corner_bottom_left_img {
  -webkit-animation-name: corner_bottom_left_img;
  animation-name: corner_bottom_left_img;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 5s;
  }
  @-webkit-keyframes corner_bottom_left_img {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }
  @keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }

  .line_bottom_right_img {
  -webkit-animation-name: line_bottom_right_img;
  animation-name: line_bottom_right_img;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 7s;
  }
  @-webkit-keyframes line_bottom_right_img {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }
  @keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }

  .fadeIn_block {
  -webkit-animation-name: fadeIn_block;
  animation-name: fadeIn_block;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 3s;
  }
  @-webkit-keyframes fadeIn_block{
  0% {opacity: 0;}
  100% {opacity: 1;}
  }
  @keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }

