/* GENERAL SETTINGS */
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.ttf');
    font-display: swap;
}
body{
    font-family: 'Raleway';
    background: #fff;
    color: #fff;
    font: 14px / 28px arial;
    
}
h1 {
    font-size: 52px;
    letter-spacing: 4px;
    margin-bottom: 20px;
    font-weight: 900;
    transform: translate( 0%, -500%);  
}
.sectionHeader {
    background: #547987;
    border-top: 5px solid  #c1c1c1;
    border-bottom: 5px solid  #c1c1c1;
    height: 50px;
    color: gold;
    display: inline-block;
    line-height: 60px;
    font-size: 24px;
    font-weight:900;
    padding: 5px 40px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.sectionHeader p {
    color: black;
}
h3{
   font-size: 16px;
    color: black;
    font-weight: bold;
    transition: all .5s ease;   
}
body {
    background-color: #466d7c;
    height: 70px;    
}
.sectionArea{
    padding: 30px 0;;   
}
/* GRID SETTINGS */
.container{
    width:95%;
    margin:0 auto;
    display: flex;    
}
.featuresBody .container {
    justify-content: space-between;    
}
.engineBody .container {
    justify-content: space-between;
}
.col3 {
    flex-grow: 1;
    width: 33.33%;
    float: left;   
}
.col2 {
    flex-grow: 1;
    width: 50%;
    padding: 20px;
}
/* HOME SETTINGS */
header {
    background: #cccccc;    
}
header .logo{
    margin-right: auto;   
}
header .logo img{
    display:block;
    height: 40px;
    width: 300px;    
}
.menü li {
    float:left;    
}
.menü li a {
    padding: 15px  15px;
    display: block;
    text-decoration:none;
    letter-spacing: 1px;
    color: #466d7c;
    transition: all .5s ease;
    font-weight: 900;
    text-shadow: 0px  -1px black;   
}
.menü li:hover a {
    background:#466d7c;
    color: gold;    
}
#mainSlider {
    height: 380px;
    background: url('../img/mainHome.jpg') center center no-repeat;
    background-size: cover;   
}
.slider {
    width: 100%;
}
.caption {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width: 100%;
    color: #fbbb1d;
    display: none;  
}
.caption p {
    transform: translate( 0%, -500%);
    text-shadow: 1px  1px black;
}
.featuresTop {
    text-align: center;
}
.item {
    padding: 10px 10px;  
}
.zoom {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    transition: all .5s ease; 
}
.zoom img {
    display:block;
    width: 400px;
    height: 300px;   
}
.item .itemText {
    text-align: center;
    padding: 5px;
    border: 4px solid #c1c1c1 ;
    background:#006d7c;
    color: #fff;      
}
.item h3 {
    color:gold;
}
.item:hover .zoom img {
    transform: scale(1.25);
}
.item:hover h3 {
    color: red;
}
.item:hover .itemText {
    background: #696969;
    color:#000;
    transition: all .5s ease;
}
.btnDetails {
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    border: 3px solid #c1c1c1;
    transition: all .5s ease;
}
.item:hover .btnDetails {
    color: #fff;
    border: 1px solid red;
}
.itemText p {
    margin: 20px 0;
}
#parallax {
    background: linear-gradient(
                rgba(0,0,0, .7),
                rgba(0,0,0, .7)
                ),
                url('../img/parallax.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    text-align: center;
    height: 400px;
    left: 100%;
}
#parallax p {
    color: #fff;    
}
.engineTop {
    text-align: center;
}
.engineContainer {
    position: relative;
    width: 100%;
}
.imageOver {
    display: block;
    width: 550px;
    height: 450px;   
}
.engineOverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(105,105,105, .9);
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;        
}
.engineContainer:hover .engineOverlay {
    width: 100%;   
}
.engineText {
    white-space: nowrap;
    color: gold;
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.engineOverlay2 {
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 0;
    background-color: rgba(105,105,105, .9);
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;        
}
.engineContainer:hover .engineOverlay2 {
    width: 100%;
    left: 0;
}
footer {
   background: #466d7c;
   text-align: center;    
}
.footerItem {
    padding: 20px;
}
.footerItem img {
    height: 70px;
    width: 110px;
}
footer h3 {
    color: gold;
    font-size: 18px;
    letter-spacing: 2px;  
    margin-bottom: 10px;
}
footer .fa {
    font-size: 30px;
    color: #95a5a6;
    line-height: 50px;
    transition: .3s ease;
}
footer .fa:hover {
    color: gold;
}
footer p {
    color: #95a5a6;
    line-height: 30px;    
}
.footerLinks a {
    text-decoration: none;
    color: #95a5a6;
    letter-spacing: 2px;
    transition: .3s ease;   
}
.footerLinks a:hover{
    color: gold;
    text-decoration: underline;    
}
.socialLinks li {
    display: inline-block;
    width: 50px;
    height: 50px;
}
/* KOMBİ SETTINGS */
#kombiSlider {
    height: 380px;
    background: url('../img/kombi.jpg') center center no-repeat;
    background-size: cover;
}
.inspectTop {
    text-align: center;
}
.inspectBody .col2 {
    display: flex;
    padding: 7px;
    border: 7px solid  #95a5a6;
    background-color: #006d7c;
}
.inspectBody .container .col2 img {
    height: 150px;
    width: 250px;
}
.inspectImage {
    width: 50%;
}
.inspectImage img {
    width: 100%;
    height: auto;
}
.inspectText {
    width: 50%;
    padding-left: 10px;
}
h4 {
    color: gold;
    font-size: 20px;
    font-weight: bold;
}
.inspectText  a {
    float: right;
    text-decoration: none;
    color: gold;    
}
.inspectText  a {
    float: right;
    text-decoration: none;
    color: black;    
}
.inspectText a:hover {
    text-decoration: underline;
}
.inspectText p {
    color: #fff;
}
.projectXTop {
    text-align: center;
}
#projectX .containerFluid {
    height: 1000px;
    background: url('../img/projectxfon.jpg') center center no-repeat;
    background-size:cover 
}
.captionPX{
    display:flex;
    background-color: rgba(0,0,0, .4);
    height: 1000px;
    width: 100%;
    flex-direction: column;
}
.captionPX .col2 {
    width: 70%;
    padding: 20px;
}
.projectXInfo {
    position:relative;
}
.projectxTitle {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 20px;   
}
.projectxBTN {
  background-color: gold;
  cursor: pointer;
  color: dimgray;
  padding: 5px 20px;
  border: 3px solid #95a5a6;
  margin-top: 20px;
  transition: all .5s ease;   
}
.projectxBTN:hover {
    background-color: #95a5a6;
    color: gold;
}
.projectXText {
    color: #fff;
    font-size: 20px;
}
.projectxhlight {
    display:inline-block;   
}
.projectxDetail li {
    color: red;
}
/* KLİMA SETTINGS */
#klimaSlider {
    height: 380px;
    background: url('../img/klima.jpg') center center no-repeat;
    background-size: cover;
}
#klimaservisSlider {
    height: 700px;
    background: url('../img/parallax.jpg') center center no-repeat;
    background-size: cover;
}
#klimaservisCaption {
    height: 700px;
    background: rgba(0,0,0, .6);
}
.prrojectXTop {
    text-align: center;
}
#prrojectX .containerFluidd {
    height: 700px;
    background: url('../img/projectxfon2.jpg') center center no-repeat;
    background-size: cover;
}
.captionPXx{
    display: flex;
    background-color: rgba(0,0,0, .4);
    height: 700px;
    width: 100%;       
}
.prrojectXInfo {
    position: relative;   
}
.prrojectXTitle {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 20px;   
}
.prrojectxBTN {
  background-color: gold;
  cursor: pointer;
  color: dimgray;
  padding: 5px 20px;
  border: 3px solid #95a5a6;
  margin-top: 20px;
  transition: all .5s ease;  
}
.prrojectxBTN:hover {
    background-color: #95a5a6;
    color: gold;
}
.prrojectxhlight {
    display:inline-block   
}
.prrojectxDetail li {
    color: red;
}
.prrojectXText {
    color: #fff;
}
.inspecttTop {
    text-align: center;
}
/* ENDÜSTRİYEL SETTINGS */
#endustriyelSlider {
    height: 390px;
    background: url('../img/endustriyel.jpg') center center no-repeat;
    background-size: cover;
}
#projecttX .containerFluid {
    height: 600px;
    background: url('../img/projectxfon3.jpg') center center no-repeat;
    background-size: cover;
}
.captionnPX{
    display: flex;
    background-color: rgba(0,0,0, .4);
    height: 600px;
    width: 100%;       
}
.projecttXInfo {
    position: relative;   
}
.projecttXTitle {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 20px;   
}
.projecttxBTN {
  background-color: gold;
  cursor: pointer;
  color: dimgray;
  padding: 5px 20px;
  border: 3px solid #95a5a6;
  margin-top: 20px;
  transition: all .5s ease;   
}
.projecttxBTN:hover {
    background-color: #95a5a6;
    color: gold;
}
.projecttXText {
    color: #fff;
}
.projecttxhlight {
    display:inline-block   
}
.projecttxDetail li {
    color: red;
}
.projecttXTop {
    text-align: center;
}
/* CONTACT SETTINGS */
#contactSlider {
    height: 380px;
    background: url('../img/mainHome.jpg') center center no-repeat;
    background-size: cover;
}
#gallery {
    background-color: #f5f5f5;
}
.galleryTop {
    text-align: center;
}
.gallerySlider {
    overflow:hidden;
    width: 100%;
    margin: 0 auto;
    height: 300px;
}
.gallerySliderItem {
    width: 100%;
    position: relative;
    left: 0;
    animation: slideAnimation 20s infinite; 
}
.gallerySliderItem img {
    width: 100%;
    float: left;
    height: 300px;
}
.contactTop {
    text-align: center;
}
.wrapper {
    margin: 0 auto;
    height: 100%
}
.contactForm {
    margin: 0 auto;
    width: 60%;
}
.formItem {
    margin-bottom: 10px;
    width: 100%;
}
.formShape {
    color: gold;
    float: left;
    background: grey;
    padding: 8px;
    width: 8%;
    text-align: center;
}
.formField {
    color: gold;
    background: dimgrey;
    border: none;
    padding: 15.5px;
    width: 92%;
    display: block;
    font-size: 14px;   
}
.formBtn {
    display: block;
    border: none;
    background: dimgray;
    color: gold;
    padding: 12px 25px;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}
.formBtn:hover {
    background: gray;   
}
#prothermSlider {
    height: 380px;
    background: url('../img/protherm.jpg') center center no-repeat;
    background-size: cover;
}
.prothermTop  h3 {
    color: red;
    text-decoration:underline;
    letter-spacing: 2px;
    text-indent: 20px;
    line-height:50px;
    font-size: 20px;
    font-weight: 900;
    margin-left: 40px;
    margin-right: 40px;
}
.prothermTop  p {
    color: #fff;
    letter-spacing: 2px;
    line-height: 50px;
    font-size: 15px;
    margin-left: 40px;
    margin-right: 40px;
}
.prothermTop   {
    text-align: center;    
}
#baymakSlider {
    height: 380px;
    background: url('../img/baymak.jpg') center center no-repeat;
    background-size: cover;
}
.baymakTop  h3 {
    color: red;
    text-decoration:underline;
    letter-spacing: 2px;
    text-indent: 20px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 900;
    margin-left: 40px;
    margin-right: 40px;
}
.baymakTop  p {
    color: #fff;
    letter-spacing: 2px;
    line-height: 50px;
    font-size: 15px;
    margin-left: 40px;
    margin-right: 40px;
}
.baymakTop   {
    text-align: center;    
}
#buderusSlider {
    height: 380px;
    background: url('../img/buderus.jpg') center center no-repeat;
    background-size: cover;
}
.buderusTop  h3 {
    color: red;
    text-decoration:underline;
    letter-spacing: 2px;
    text-indent: 20px;
    line-height:50px;
    font-size: 20px;
    font-weight: 900;
    margin-left: 40px;
    margin-right: 40px;
}
.buderusTop  p {
    color: #fff;
    letter-spacing: 2px;
    line-height: 50px;
    font-size: 15px;
    margin-left: 40px;
    margin-right: 40px;
}
.buderusTop   {
    text-align: center;    
}
#demirdokumSlider {
    height: 380px;
    background: url('../img/demirdokum.jpg') center center no-repeat;
    background-size: cover;
}
.demirdokumTop  h3 {
    color: red;
    text-decoration:underline;
    letter-spacing: 2px;
    text-indent: 20px;
    line-height:50px;
    font-size: 20px;
    font-weight: 900;
    margin-left: 40px;
    margin-right: 40px;
}
.demirdokumTop  p {
    color: #fff;
    letter-spacing: 2px;
    line-height: 50px;
    font-size: 15px;
    margin-left: 40px;
    margin-right: 40px;
}
.demirdokumTop   {
    text-align: center;    
}
#ecaSlider {
    height: 380px;
    background: url('../img/eca.jpg') center center no-repeat;
    background-size: cover;
}
.ecaTop  h3 {
    color: red;
    text-decoration:underline;
    letter-spacing: 2px;
    text-indent: 20px;
    line-height:50px;
    font-size: 20px;
    font-weight: 900; 
    margin-left: 40px;
    margin-right: 40px;
}
.ecaTop  p {
    color: #fff;
    letter-spacing: 2px;
    line-height: 50px;
    font-size: 15px; 
    margin-left: 40px;
    margin-right: 40px;
}
.ecaTop   {
    text-align: center;    
}
#ferroliSlider {
    height: 380px;
    background: url('../img/ferroli.jpg') center center no-repeat;
    background-size: cover;
}
.ferroliTop  h3 {
    color: red;
    text-decoration:underline;
    letter-spacing: 2px;
    text-indent: 20px;
    line-height:50px;
    font-size: 20px;
    font-weight: 900;
    margin-left: 40px;
    margin-right: 40px;
}
.ferroliTop  p {
    color: #fff;
    letter-spacing: 2px;
    line-height: 50px;
    font-size: 15px;
    margin-left: 40px;
    margin-right: 40px;
}
.ferroliTop   {
    text-align: center;    
}
#vaillantSlider {
    height: 380px;
    background: url('../img/vaillant.jpg') center center no-repeat;
    background-size: cover;
}
.vaillantTop  h3 {
    color: red;
    text-decoration:underline;
    letter-spacing: 2px;
    text-indent: 20px;
    line-height:50px;
    font-size: 20px;
    font-weight: 900;
    margin-left: 40px;
    margin-right: 40px;
}
.vaillantTop  p {
    color: #fff;
    letter-spacing: 2px;
    line-height: 50px;
    font-size: 15px;
    margin-left: 40px;
    margin-right: 40px;
}
.vaillantTop   {
    text-align: center;    
}
#viessmannSlider {
    height: 380px;
    background: url('../img/viessmann.jpg') center center no-repeat;
    background-size: cover;
}
.viessmannTop  h3 {
    color: red;
    text-decoration:underline;
    letter-spacing: 2px;
    text-indent: 20px;
    line-height:50px;
    font-size: 20px;
    font-weight: 900;
    margin-left: 40px;
    margin-right: 40px;
}
.viessmannTop  p {
    color: #fff;
    letter-spacing: 2px;
    line-height: 50px;
    font-size: 15px; 
    margin-left: 40px;
    margin-right: 40px;
}
.viessmannTop   {
    text-align: center;    
}
#arcelikSlider {
    height: 380px;
    background: url('../img/arcelik.jpg') center center no-repeat;
    background-size: cover;
}
.arcelikTop  h3 {
    color: red;
    text-decoration:underline;
    letter-spacing: 2px;
    text-indent: 20px;
    line-height:50px;
    font-size: 20px;
    font-weight: 900;
    margin-left: 40px;
    margin-right: 40px;
}
.arcelikTop  p {
    color: #fff;
    letter-spacing: 2px;
    line-height: 50px;
    font-size: 15px;
    margin-left: 40px;
    margin-right: 40px;
}
.arcelikTop   {
    text-align: center;    
}
#bekoSlider {
    height: 380px;
    background: url('../img/beko.jpg') center center no-repeat;
    background-size: cover;
}
.bekoTop  h3 {
    color: red;
    text-decoration:underline;
    letter-spacing: 2px;
    text-indent: 20px;
    line-height:50px;
    font-size: 20px;
    font-weight: 900;
    margin-left: 40px;
    margin-right: 40px;
}
.bekoTop  p {
    color: #fff;
    letter-spacing: 2px;
    line-height: 50px;
    font-size: 15px;
    margin-left: 40px;
    margin-right: 40px;
}
.bekoTop   {
    text-align: center;    
}
#boschSlider {
    height: 390px;
    background: url('../img/bosch.jpg') center center no-repeat;
    background-size: cover;
}
.boschTop  h3 {
    color: red;
    text-decoration:underline;
    letter-spacing: 2px;
    text-indent: 20px;
    line-height:50px;
    font-size: 20px;
    font-weight: 900;
    margin-left: 40px;
    margin-right: 40px;
}
.boschTop  p {
    color: #fff;
    letter-spacing: 2px;
    line-height: 50px;
    font-size: 15px;
    margin-left: 40px;
    margin-right: 40px;
}
.boschTop   {
    text-align: center;    
}
#termoteknikSlider {
    height: 380px;
    background: url('../img/termoteknik.jpg') center center no-repeat;
    background-size: cover;
}
.termoteknikTop  h3 {
    color: red;
    text-decoration:underline;
    letter-spacing: 2px;
    text-indent: 20px;
    line-height:50px;
    font-size: 20px;
    font-weight: 900;
    margin-left: 40px;
    margin-right: 40px;
}
.termoteknikTop  p {
    color: #fff;
    letter-spacing: 2px;
    line-height: 50px;
    font-size: 15px;
    margin-left: 40px;
    margin-right: 40px;
}
.termoteknikTop   {
    text-align: center;    
}
#sanicaSlider {
    height: 380px;
    background: url('../img/sanica.jpg') center center no-repeat;
    background-size: cover;
}
.sanicaTop  h3 {
    color: red;
    text-decoration:underline;
    letter-spacing: 2px;
    text-indent: 20px;
    line-height:50px;
    font-size: 20px;
    font-weight: 900;
    margin-left: 40px;
    margin-right: 40px;
}
.sanicaTop  p {
    color: #fff;
    letter-spacing: 2px;
    line-height: 50px;
    font-size: 15px;
    margin-left: 40px;
    margin-right: 40px;
}
.sanicaTop   {
    text-align: center;    
}
#warmhausSlider {
    height: 380px;
    background: url('../img/warmhaus.jpg') center center no-repeat;
    background-size: cover;
}
.warmhausTop  h3 {
    color: red;
    text-decoration:underline;
    letter-spacing: 2px;
    text-indent: 20px;
    line-height:50px;
    font-size: 20px;
    font-weight: 900;
    margin-left: 40px;
    margin-right: 40px;
}
.warmhausTop  p {
    color: #fff;
    letter-spacing: 2px;
    line-height: 50px;
    font-size: 15px;
    margin-left: 40px;
    margin-right: 40px;
}
.warmhausTop   {
    text-align: center;    
}

/* MAİN QUERIES */
@media screen and (max-width:1200px) {
    header .container {
        flex-direction: column;
        justify-content: center;
        align-items: center; 
    }
    header .logo {
        margin: 0 auto;
    }
}  
@media screen and (max-width:960px) {
    header .container {
        flex-direction: column;
        justify-content: center;
        align-items: center; 
    }
    header .logo {
        margin: 0 auto;
    }
    .inspectBody .container {
        flex-direction: column;   
    }
    .inspectBody .container .col2 {
        width: 97%;
    }
    .caption h1 {
        font-size: 24px;
        letter-spacing: 2px;
    }
    .projectXText {
        font-size: 13px;
    }
    .projectXBody .containerFluid .projectXText {
        font-size: 14px;
    }
    .projectXBody .containerFluid .projectxTitle {
        font-size: 25px;
    }
    .prrojectXBody .containerFluidd .prrojectXText {
        font-size: 12.5px;
    }
    .prrojectXBody .containerFluidd .prrojectXTitle {
        font-size: 22px;
    }
    .projecttXBody .containerFluid .projecttXText {
        font-size: 10.5px;
    }
    .projecttXBody .containerFluid .projecttxTitle {
        font-size: 18px;
    }
    .projecttXTop h2 {
        font-size: 19px;
    }
    .projecttXTop p {
        font-size: 16px;
    }
    }
@media screen and (max-width:720px) {
    
    header .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size:12px;
    }
    header .logo {
        margin: 0 auto;
    }
    header .logo img {
        height: 70px;
    }
    .caption h1 {
        font-size: 18px;
    }
    .caption p {
        font-size: 10px;
    }
    .featuresBody .container {
        flex-direction: column;
        height: 1400px;
    }
    .featuresBody .container .col3 {
        width: 80%;
        margin: 0 auto;
    }
    .engineBody .container {
        flex-direction: column;   
    }
    .engineBody .container .col2 {
        width: 90%;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
    }
    .engineContainer img {
        width: 450px;
        height: 350px;
    }
    footer .container {
        flex-direction: column;
    }
    footer .container .col3 {
        width: 100%;
    }
    .projectXText {
        font-size: 10px;
    } 
    .projectXBody .containerFluid .projectXText {
        font-size: 10px;
    }
    .projectXBody .containerFluid .projectxTitle {
        font-size: 20px;
    }
    .projectXTop h2 {
        font-size: 20px;
    }
    .projectXTop p {
        font-size: 16px;
    }
    .prrojectXBody .containerFluidd .prrojectXText {
        font-size: 9px;
    }
    .prrojectXBody .containerFluidd .prrojectXTitle {
        font-size: 12px;
    }
    .prrojectXTop h2 {
        font-size: 20px;
    }
    .prrojectXTop p {
        font-size: 14px;
    }
    .projecttXBody .containerFluid .projecttXText {
        font-size: 7.5px;
    }
    .projecttXBody .containerFluid .projecttxTitle {
        font-size: 13px;
    }
    .projecttXTop h2 {
        font-size: 10px;
    }
    .projecttXTop p {
        font-size: 10px;
    }
    .sectionHeader {
        font-size: 17px;
    }
    }
@media screen and (max-width:540px) {
    header .logo img {
        height: 70px;  
    }
    #endustriyelSlider {
        height: 380px;
       
    }
    #klimaSlider {
        height: 380px;
       
    }
    #kombiSlider {
        height: 400px;
       
    }
    #mainSlider {
        height: 400px;
        width: 400px;
       
    }
    .slider {
        left: 100%;
    }
    .caption h1 {
        font-size: 25px;
        letter-spacing: 0;
    }
    .caption p {
        color: aliceblue;
        font-size: 8px;
    }
    header .container{
        font-size: 6px; 
    }
    .featuresBody .container .col3 {
        width: 90%;
        margin: 0 auto;
    }
    .engineBody .container .col2 {
        width: 90%;    
    }
    .inspectBody .container .col2 {
        padding-left: 0;
        padding-right: 0;
    }
    .projectXBody .containerFluid .projectXText {
        font-size: 7.5px;
    }
    .projectXBody .containerFluid .projectxTitle {
        font-size: 15px;
    }
    .projectXTop h2 {
        font-size: 15px;
    }
    .projectXTop p {
        font-size: 12px;
    }
    .prrojectXBody .containerFluidd .prrojectXText {
        font-size: 6px;
    }
    .prrojectXBody .containerFluidd .prrojectXTitle {
        font-size: 7px;
    }
    .prrojectXTop h2 {
        font-size: 12px;
    }
    .prrojectXTop p {
        font-size: 12px;
    }
    .projecttXBody .containerFluid .projecttXText {
        font-size: 6px;
    }
    .projecttXBody .containerFluid .projecttxTitle {
        font-size: 9px;
    }
    .projecttXTop h2 {
        font-size: 7px;
    }
    .projecttXTop p {
        font-size: 7px;
    }
    .engineContainer img {
        width: 300px;
        height: 200px;
    }
    .col3 {
        height: auto;
    }
    .zoom img {
        display: block;
        width: 300px;
        height: 200px;   
    }
    .footerItem img {
        height: 50px;
        width: 100px;
    }
    header .logo img {
        height: 50px;
        width: 200px;
    }
    .inspectBody .container .col2 img{
        height: 160px;
        width: 160px;
    }
    #projectX .containerFluid img{
        height: 1400px;
        width: 360px;
    }
    #projectX .projectXBody {
        height: 1100px;
        width: 400px;
    }
    #prrojectX .containerFluid img {
        height: 100px;
        width: 100px;
    }
    #prrojectX .prrojectXBody {
        height: 1000px;
        width: 400px;
    }
    #projecttX .containerFluid img {
        height: 100px;
        width: 100px;
    }
    #projecttX .projecttXBody {
        height: 1000px;
        width: 400px;
    }
    .gallerySlider {
    width: 400px;
    height: 500px;
    }
    .sectionHeader {
        font-size: 12px;
    }
}