@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=latin-ext');

/*navbar*/
.navbar-vdmx {
    background-color: #ffffff;
}

.navbar-vdmx .nav-link {
    font-size: 14px;
    font-family: 'Roboto', sans-serif, "Font Awesome 5 Free";
    text-transform: uppercase;
    color: #363636;
    line-height: 3.071;
    z-index: 240;
}

.navbar-vdmx .navbar-nav .nav-link:focus, .navbar-vdmx .navbar-nav .nav-link:hover {
    color: #ffc443;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-vdmx .navbar-toggler {
    color: #ffc443;
    border-color: #ffc443;
}

    button:focus {
    outline: 1px dotted;
    outline: 5px auto 
    currentColor;
  }

  /*eof navbar*/

    /*slider*/

    .carousel-prev-icon,
    .carousel-next-icon {
      display: inline-block;
      width: 40px;
      height: 40px;
      background: transparent no-repeat center center;
      background-size: 100% 100%;
    }
    
    .carousel-prev-icon {
      background-image: url(../img/line-block-left.svg)
      
    }
    
    .carousel-next-icon {
      background-image: url(../img/line-block-right.svg);
    }
    
      /*eof slider*/


  /*top paddings for sections*/
  .section_padding_top_0 > [class*="container"] {
	padding-top: 0;
}

.section_padding_top_5 > [class*="container"] {
	padding-top: 5px;
}

.section_padding_top_15 > [class*="container"] {
	padding-top: 15px;
}

.section_padding_top_25 > [class*="container"] {
	padding-top: 25px;
}

.section_padding_top_30 > [class*="container"] {
	padding-top: 30px;
}

.section_padding_top_40 > [class*="container"] {
	padding-top: 40px;
}

.section_padding_top_50 > [class*="container"] {
	padding-top: 50px;
}

.section_padding_top_65 > [class*="container"] {
	padding-top: 65px;
}

.section_padding_top_75 > [class*="container"] {
	padding-top: 75px;
}

.section_padding_top_100 > [class*="container"] {
	padding-top: 100px;
}

.section_padding_top_110 > [class*="container"] {
	padding-top: 110px;
}

/*bottom paddings for sections*/
.section_padding_bottom_0 > [class*="container"] {
	padding-bottom: 0;
}

.section_padding_bottom_5 > [class*="container"] {
	padding-bottom: 5px;
}

.section_padding_bottom_15 > [class*="container"] {
	padding-bottom: 15px;
}

.section_padding_bottom_25 > [class*="container"] {
	padding-bottom: 25px;
}

.section_padding_bottom_30 > [class*="container"] {
	padding-bottom: 30px;
}

.section_padding_bottom_40 > [class*="container"] {
	padding-bottom: 40px;
}

.section_padding_bottom_50 > [class*="container"] {
	padding-bottom: 50px;
}

.section_padding_bottom_65 > [class*="container"] {
	padding-bottom: 65px;
}

.section_padding_bottom_75 > [class*="container"] {
	padding-bottom: 75px;
}

.section_padding_bottom_90 > [class*="container"] {
	padding-bottom: 90px;
}

.section_padding_bottom_100 > [class*="container"] {
	padding-bottom: 100px;
}

.section_padding_bottom_110 > [class*="container"] {
	padding-bottom: 110px;
}

@media (max-width: 991px) {
	.section_padding_110 > [class*="container"],
  .section_padding_100 > [class*="container"],
  .section_padding_95 > [class*="container"] {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.section_padding_top_110 > [class*="container"],
  .section_padding_top_100 > [class*="container"] {
		padding-top: 70px;
	}

	.section_padding_bottom_110 > [class*="container"],
  .section_padding_bottom_100 > [class*="container"],
  .section_padding_bottom_90 > [class*="container"] {
		padding-bottom: 70px;
	}
}


/*
**general styles
*/
html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}

::-moz-selection {
	color: #ffffff;
	background-color: #ffc443;
}

::selection {
	color: #ffffff;
	background-color: #ffc443;
}

::-moz-selection {
	color: #ffffff;
	background-color: #ffc443;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 26px;
    color: #696969;
	overflow: visible;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1;
    word-break: break-word;
    color: #363636;
}

h3,
h4,
h5,
h6 {
	line-height: 1.5;
}

h1 {
    font-size: 50px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

.white-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 1;
    word-break: break-word;
    color: #ffffff;
}


p {
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

.ml-6 {
    margin-left: 150px !important;
}

.mt-6 {
    margin-top: 270px !important;
}

.mt-7 {
    margin-top: 200px !important;
}

.vdmx-button a {
    overflow: hidden;
}

.vdmx-button {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing:.05em;
    line-height:46px;
    background-color: #363636;
	color: #ffffff;
    height:48px;
	border:1px solid #363636;
	padding:0 20px;
} 


.vdmx-button:active,
.vdmx-button:hover,
.vdmx-button:focus {
	color: #363636;
    background-color: #ffffff;
    text-decoration: none;
} 

.vdmx-more a {
    overflow: hidden;
}

.vdmx-more {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing:.05em;
    line-height:46px;
    background-color: #ffc443;
	color: #ffffff;
    height:48px;
	border:1px solid #ffc443;
    padding:0 20px;
    text-transform: uppercase;
}

.vdmx-more:active,
.vdmx-more:hover,
.vdmx-more:focus {
	color: #ffc443;
    background-color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
} 

ul.vdmx-icon-list {
	list-style: none;
	padding-left: 25px;
	margin-bottom: 20px;
}

ul.vdmx-icon-list li {
	position: relative;
	padding: 2px 0 2px 0px;
}

ul.vdmx-icon-list li:before {
	font-family: IcoFont;
	font-size: 14px;
	color: #ffc443;
	content: "\eed7";
	position: absolute;
	left: -25px;
	top: 2px;
}

/*parallax*/
.parallax {
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
}
/*eof parallax*/


/*vdmx-about*/

#vdmx-about {
    background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    background-image: url("../images/vidimox-hakkimizda-bckg.jpg");
}

/*eof vdmx-about*/

/*vdmx-services*/

#vdmx-services {
    background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    background-image: url("../images/vidimox-hizmetler-bckg.jpg");
    overflow: visible;
}

.vdmx-video-insight {
    position: relative;
    background-color: #000;
    margin-top: -220px !important;
    margin-bottom: 50px !important;
}
    
.vdmx-video-preview {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 1;
    -o-object-fit: cover;
    object-fit: cover;
    transition: opacity 0.3s ease-in-out;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vdmx-video-button {
    font-size: 80px;
    color: #ffffff;
    height: 100px;
    z-index: 3;
}

a:hover {
    text-decoration: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.services-icons {
    font-family: 'IcoFont';
    font-size: 50px;
    color: #ffffff;
    line-height: 0.6;
}

.vdmx-title {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 900;
    line-height: 2.5;
    color: #ffffff;
    text-transform: uppercase;
    
}

.vdmx-title:hover {
    color: #363636;
    text-decoration: none;
}

.vdmx-lists {
    font-family: 'Roboto', sans-serif;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1,5;
    color: #ffffff;
    list-style-type: none;
    text-align: center;
} 

/*eof vdmx-services*/


/* portfolio */
#nav-filter {
    padding: 0;
    list-style: none;
}

#nav-filter li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#nav-filter li a {
    padding: 17px 30px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    color: #363636;
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
    padding: 7px 20px;
}

#nav-filter li a:hover {
    background-color: transparent;
    color: #ffc443;
    border-color: #ffc443;
    text-decoration: none;
}

#nav-filter li a.selected,
#nav-filter li a.active {
    border-color: #ffc443;
    color: #ffc443;
}

.card {
    border: none;
}

.card-header {
    background-color: #363636;
    border-bottom: none;
    }

.vdmx-category-name {
    text-transform: uppercase;
}

.media-links {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
    left: 0;
    height: 250px;
    width: 100%;
}

.media-links :before {
    content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	filter: alpha(opacity=0);
	opacity: 0;
}

[class*="media-links"]:hover .links-wrap:before {
	opacity: 0.3;
}

/*vdmx-references*/

#vdmx-references {
    background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    background-image: url("../images/vidimox-referans-bckg.jpg");
}

.logo-square {
   width: 190px;
   height: 190px;
}

.owl-prev {
    font-size: 50px;
    position: absolute;
    top: 35%;
    left: -50px;
    display: block !important;
}

.owl-next {
    font-size: 50px;
    position: absolute;
    top: 35%;
    right: -25px;
    display: block !important;
}
    
.owl-prev i, .owl-next i {
    color: #ffffff; 
    font-size: 30px;
}

.owl-prev i:hover, .owl-next i:hover {
    color: #ffc443; 
    font-size: 30px;
}

.button:focus {
    outline: none;
    outline-color: currentcolor;
    outline-style: auto;
    outline-width: 1px;}



/*eof vdmx-references*/

/*vdmx-clients*/

.content {
    position: absolute;
    background: #ffc443;
    background-size: cover;
    opacity: 0.9;
    color: #ffffff;
    width: 450px;
    height: 100%;
}

.logo-img {
    display: inline;
    margin: 15px;
}

/*eof vdmx-clients*/

/*section-backrounds*/

#vdmx-about-page {
    background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    background-image: url("../images/vidimox-hakkimizda-bckg-1.jpg");
}

#vdmx-video-section {
    background-color: #f5f5f5;
    background-size: cover; 
}

#vdmx-clients, #vdmx-service-list {
    background-color: #f5f5f5;
    background-size: cover;   
}

#vdmx-map {
    background-color: #f5f5f5;
    background-size: cover;   
}

#vdmx-portfolio {
    background-color: #f5f5f5;
    background-size: cover;  
}

/*eof section-backrounds*/

/*vdmx-copyright*/

.vdmx-social {
    height: 22px;
    margin: 5px;

}

.vdmx-copyright {
    background-color: #363636;
    padding: 20px 0 20px;
}

.vdmx-copyright p {
    font-size:14px;
	font-family:'Roboto', sans-serif;
    font-weight: 300;
	color: #ffffff;
    margin: 0;
}

.rta{
    display:inline-block;
    height: 17px;
    margin:0;
    padding:0 0 0 25px;
    background-image: url('../img/rta.png');
    background-position:0 0;
    background-repeat:no-repeat;
    font-size:14px;
	font-family:'Roboto', sans-serif;
    color:#ffffff;
}

.rta:hover{
    background-position:0 -17px;
    color: red;
    text-decoration: none;
}    

/*eof vdmx-copyright*/

/*vdmx-footer*/

#vdmx-footer {
    background-size: auto;
	background-repeat: no-repeat;
	position: relative;
    background-image: url("../images/vidimox-footer-bckg.jpg");
}

.jumbotron {
    background-color: transparent;
}

.display-vdmx {
    font-family:'Roboto', sans-serif;
    color:#ffc443;
    font-size: 50px;
    font-weight: 300;
    line-height: 1.2;
}

.modal-header, .modal-footer {
    border-bottom: none;
    border-top: none;

}

/*eof vdmx-footer*/

/*vdmx-about-page*/

.vdmx-video {
    position: relative;
    background-color: #000;
}

.vdmx-video-pre {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 1;
    -o-object-fit: cover;
    object-fit: cover;
    transition: opacity 0.3s ease-in-out;
}


/*eof vdmx-about-page*/

/*page-top*/
#page-top {
    background-image: url(../images/vidimox-top-bckg.jpg);
	background-size: auto;
}
/*eof page-top*/

body {
    overflow: hidden;
  }
  
/* Preloader */
  
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
}
  
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../img/preloader.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}

    /*vdmx-contact*/

.vdmx-adress-title {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #696969;
    line-height: 1.5;
    line-height: 30px;
}

.vdmx-adress {
    font-family: "Roboto";
    font-size: 14px;
    color: #696969;
    line-height: 30px;
    border-bottom: 1px solid #696969;
    width: 320px;   
}

.form-control:focus {
    border-color: #ffc443;
    box-shadow: 0 0 0 0.1rem #ffcd7d;
}

textarea.form-control {
    height: 150px;
}

/*eof vdmx-contact*/


/*vdmx-services*/

.y-box {
    position: relative;
    background: #ffc443;
    color: #ffffff;
    width: 100%;
    padding: 80px;
    z-index: 3;
}

.services-body-left {
    position: relative;
    background-color: #f5f5f5;
    min-height: 300px;
    z-index: 2;  
}

.services-body-left:before {
    content: '';
    display: block;
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100px;
    background-color: #f5f5f5;
    z-index: 1;
}

.services-body-left a {
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
    line-height: 26px;
    color: #696969;
    text-decoration: none;
}

.services-body-left a:hover {
    color: #ffc443;
    text-decoration: none;
}

.g-box {
    position: relative;
    background: #696969;
    color: #ffffff;
    width: 100%;
    padding: 80px;
    z-index: 3;
}

.services-body-right {
    position: relative;
    background-color: #f5f5f5;
    min-height: 300px;
}

.services-body-right:before {
    content: '';
    display: block;
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: auto;
    right: -100px;
    background-color: #f5f5f5;
   
}

.services-body-right a {
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
    line-height: 26px;
    color: #696969;
    text-decoration: none;
}

.services-body-right a:hover {
    color: #ffc443;
    text-decoration: none;
}


/*eof vdmx-clients*/

/*vdmx-404*/

body, html {
    height: 100%;
  }

#vdmx-broken {
	background-image: url("../images/404.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.not_found {
	font-size: 60px;
	font-weight: 300;
	line-height: 0.8;
}

.roboto {
	font-family: 'Roboto', sans-serif;
}

/*eof vdmx-404*/

/*vdmx-portfolio-detail*/

.vdmx-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }

/*eof vdmx-portfolio-detail*/


/*vdmx-services-detail*/

.vdmx-icon-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }

/*eof vdmx-services-detail*/

/*map*/
#map {
    height: 450px;
    width: 100%;
}
/*map*/

/*alerts*/
.vdmx-alert-title-l {
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.5;
    line-height: 30px;
    text-decoration-line: underline;
}

.vdmx-alert-l {
    width: 400px;
    color: #ffffff;
    background-color: #696969;
    border-color: #363636;
    padding: 70px;
  }
  
  .vdmx-alert-l hr {
    border-top-color: #363636;
  }

  .vdmx-alert-l {
    padding-right: 4rem;
  }
  
  .vdmx-alert-l .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: #ffffff;
  }

  .vdmx-alert-title-d {
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #696969;
    line-height: 1.5;
    line-height: 30px;
    text-decoration-line: underline;
}

.vdmx-alert-d {
    width: 400px;
    color: #696969;
    background-color: #fffff;
    border-color: #363636;
    padding: 70px;
  }
  
  .vdmx-alert-d hr {
    border-top-color: #363636;
  }

  .vdmx-alert-d {
    padding-right: 4rem;
  }
  
  .vdmx-alert-d .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: #696969;
  }

/*eof*/


  

