/*****************  BASIC *******************/


h1,h2,h3 { font-family: 'Montserrat', sans-serif;}

h1{ font-weight: 900; text-transform: uppercase; color:#af1118;}
h1.style2{ font-weight: 200;  text-transform: uppercase; color:white;}

h3{color:#4e4e4e;}
h4{ font-family: 'Montserrat', sans-serif;}

h5{}
a, a:hover {
    text-decoration: none;
color:#af1118;
}
ul { list-style-type: none;
    margin: 0;
    padding: 0;}


/*****************  BASICS *******************/
::selection {
    text-shadow: none;
    background: #af1118; 
    color:white;
}
.white { color: white; }
.blue { color:#af1118; }
.gray { color:#adadad; }
.space_bottom { margin-bottom: 30px; }
.space_bottom50 { margin-bottom: 50px; }
.left { text-align: left; }
.right { text-align: right; }
.shadowed { -webkit-box-shadow: 2px 10px 45px -7px rgba(0,0,0,0.19);
-moz-box-shadow: 2px 10px 45px -7px rgba(0,0,0,0.19);
box-shadow: 2px 10px 45px -7px rgba(0,0,0,0.19); }
.width70 { width: 70%; text-align: center; }
.width80 { width: 80%; text-align: center; }
img.sep{ width: 100px; margin-top: 10px; margin-bottom: 50px; }
img.sep2{ width: 100px; margin-top: 10px; margin-bottom: 30px; }
a.business { font-weight: 800; color:#434343;}
a.business:hover { color:#af1118; transition: 0.4s; }
.side_20{ padding-right: 10px; padding-left: 10px; }
.pullup10{ margin-top: -5px; }
.

.styl_co{ text-transform: uppercase; font-size: 18px; font-weight: 600; letter-spacing: 0.5px; line-height: 26px;  }


@media screen and (max-width: 768px) {
.styl_co { font-size: 13px; letter-spacing: 0px; }
h1 { font-size: 30px; }
h3 { font-size: 20px; }
h1.style2 { font-size: 30px; }
div.row { padding-left: 10px; padding-right: 10px; }
.space_bottom50 { margin-bottom: 30px; }
.side_20{ padding-right:20px; padding-left: 20px; }
}

/*****************  NAVBAR *******************/



/**NAVBAR MAIN **/

.navbar-default { background:white; }
.navbar-brand { position: relative; z-index: 2; margin-top: -2px; margin-left: }
.navbar-brand img { height:55px;}

.navbar {
  position: relative;
  min-height: 80px;
  border: none; 
  margin-bottom: 0px;
  background:white; 
      box-shadow: 0px -5px 74px -16px rgba(0,0,0,0.12);

}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: transparent;
    border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #d62028;
}


.dropdown-menu>li>a {
    display: block;
   padding: 13px 25px;
    font-size: 11.5px; 
    clear: both;
    font-weight: 600;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.navbar .navbar-collapse { position: relative; }
.navbar .navbar-collapse .navbar-right > li {margin-top:-5px;}
.navbar .navbar-collapse .navbar-right > li > a { padding-right:45px;  letter-spacing:1px; background-color: transparent; line-height:22px;     font-size: 11.5px; 
    font-weight: 600;}
.navbar .navbar-collapse .navbar-right > li > a:hover {
  color: #d62028;
  background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
   color: #d62028;
  background-color: transparent;

}

.navbar .nav-collapse { position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; margin: 0; padding-right: 120px; padding-left: 80px; width: 100%; }
.navbar.navbar-default .nav-collapse { background-color: white; }
.navbar.navbar-inverse .nav-collapse { background-color: #222; }
.navbar .nav-collapse .navbar-form { border-width: 0; box-shadow: none; }
.nav-collapse>li { float: right; }
.btn.btn-circle { border-radius: 50px; }
.btn.btn-outline { background-color: transparent; }
.navbar .navbar-collapse {
    position: relative;
  
    margin-top: 18px;
}
.collapse .navbar-collapse .navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #d62028;
    background-color: white;

}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #d62028;
    background-color: white;
}


@media screen and (max-width: 815px) {
	
	.navbar {  min-height: 70px; }
	.navbar-brand img { height:40px; }
	.navbar-brand {  margin-top: 2px; }
    .navbar .nav-collapse { margin: 7.5px auto; padding: 0; }    	
    .nav-collapse>li { float: right; }
    .navbar .navbar-collapse .navbar-right > li > a {
		padding-right: 05px;
    font-size: 12px;
		letter-spacing: 0.5px;
		background-color: transparent;
		line-height: 32px;
    padding-top: 10px;
	  }
	.btn-danger {  	
		border-radius: 10px;
		font-size:10px;
	}
  .nav-left li a {margin-right:0px;  }


}




/*****************  CAROUSEL *******************/

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.owl-theme .owl-controls .owl-buttons div{
    position: relative;
    top:-45px;
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
	text-align:center;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20%;
    left: 15%;
    top: 10;
    z-index: 10;
    
    padding-top: 20px;
   
    color: #fff;
    text-align: left;
    text-shadow: none;
}

.carousel-caption { text-align: left;  margin-bottom: 30px;}
.carousel-caption h2 {  font-size: 40px;  color: white; margin: 0px; font-weight: 600;}
.carousel-caption h1.bold {  font-weight: 800; letter-spacing: 5px;}
.carousel-caption h5 { width: 30%; line-height: 22px;}

a.button1{ padding:15px 30px; background:#f7f7f7; color:black; font-size: 11px; letter-spacing: 1px;}
a.button1:hover {  background:black; color:white; transition: 0.4s; }

@media screen and (max-width: 1200px) {

      .carousel-caption h2{  font-size: 30px;}
      a.button1{ padding:10px 22px; background:white; color:black; font-size: 11px; letter-spacing: 1px;}
      .carousel-caption { text-align: left;  margin-bottom: 00px;}
}



@media screen and (max-width: 768px) {
    
        .carousel-caption {
   			 display: none;
          }

}


/*****************  SECTIONS *******************/




@media screen and (max-width: 768px) {
    
        section {margin-top:35px; margin-bottom:45px;  }
		section h1 { font-size:30px;}
		
}



/*****************  BLOCKS/ WHY CHOOSE VC *******************/

section { display: block; text-align: center; margin-top:80px; margin-bottom:90px;  }
section p {letter-spacing:0.5px;}

/******BLOCKS******/

.block {                           
  position:relative;
  width:100%;
  padding:80px 0px;
  padding-bottom:90px;

}
.block2 {                           
  position:relative;
  width:100%;
  padding:140px 0px;

}
.block3 {                           
  position:relative;
  width:100%;
  padding:30px 0px;
  background-color:black;

}

.block4 {                           
  position:relative;
  width:100%;
  padding:50px 0px;
  background-color:black;

}
.block p.style1 { column-count: 2; 
  -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
    justify-content: justify; 
    text-align: justify; 
    line-height: 24px;
}
.bg_business { background:url(../img/bg_business.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.bg { background: #f0f1f3; }
.bg3 { background:url(../img/bg2.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}  
.bg4 { background: #af1118;  color:white;}
.bg5 { background:#f0f1f3; color:#af1118; font-size: 12px; letter-spacing: 0.5px;}

.bg2 { background:url(../img/about.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} 


.wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}


@media screen and (max-width: 768px) {

.wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
}

@media screen and (max-width: 768px) {
.block {                           
  position:relative;
  width:100%;
  padding: 40px 0px;
  padding-bottom: 60px;
}
.bg5 { text-align: center;}
span.pull-right{ margin-top: 10px; text-align: center; margin-left:2%; float:left !important;}
span.pull-left{ margin-bottom: 10px; text-align: center; margin-left:12%;}

}


/*************************************** TOP THE TOP DIV *************************************/



.cd-top {

  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #d62028 url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-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: #d62028;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 23px;
    bottom: 23px;
  }
}



/************************************************** CONTACT US *******************************************************/

.contact-form{ margin-top:15px;}
.contact-form .textarea{ min-height:220px; resize:none;}
.form-control{ box-shadow:none; border-color:#eee; height:49px;}
.form-control:focus{ box-shadow:none; border-color:#d62028;;}
.form-control-feedback{ line-height:50px;}
.main-btn{ background:#af1118; border-color:#af1118; color:#fff; border-radius: 0px; padding: 20px 35px; letter-spacing: 1px;}
.main-btn:hover{ background:white;color:#af1118; transition: 0.3s;}
.form-control-feedback {
line-height: 50px;
top: 0px;
}


@media screen and (max-width: 768px) {
.main-btn{ background:#af1118; border-color:#af1118; color:#fff; border-radius: 0px; padding: 15px 20px; font-size: 12px; padding-right: 25px;}
.main-btn:hover{ background:white;color:#af1118;}

}

/************************************************** FOOTER  /subscribe *******************************************************/
a.social  { opacity: 1; }
a.social :hover { opacity: 0.8; transition: 0.3s; }

.input-group {
    margin: 20px auto;
    width: 100%;
}
input.btn.btn-lg {
    width: 80%;
    height: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
button.btn {
    width: 20%;
    height: 60px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media screen and (max-width: 768px) {
input.btn.btn-lg {
    width: 70%;
    height: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
button.btn {
    width: 30%;
    height: 60px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

}






a.btn { padding:15px 30px; background:#af1118; color:white; border-radius: 0px; font-size: 10.5px; letter-spacing: 1px;}
a.btn:hover { padding:15px 30px; color:#af1118; background:#f1f1f1; transition: 0.4s;}

