﻿body 
{
    overflow:visible;
    margin:0;
    text-align:center;
    height: auto;
    font-family:Arial;
    font-size:12px;
    color: #393939;
    /*background-image: url('img/bg_page.jpg');
    background-attachment: fixed;
    
    width: calc(100vw - 17px);
    */
    
}

.linkStyle
{
    color: White;
    text-decoration: none;
    text-transform: uppercase;
        -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.linkStyle:hover
{
    color: #00adef;
}

.linkStyle_Tracing
{
    background-image: url('img/arrowTracing.png');
    background-repeat:no-repeat;
    background-position: 10px center;
    background-size: 24px;
    padding: 15px 20px 15px 40px;
    background-color:#00adef;
    /*background-color:rgba(0,173,239,0.9);*/
    color: White;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.linkStyle_Tracing:hover
{
    background-color:#fe6c01;
}

.linkStyle_Order
{
    background-image: url('img/arrowOrder.png');
    background-repeat:no-repeat;
    background-position: 10px center;
    background-size: 24px;
    padding: 15px 20px 15px 40px;
    background-color:#00adef;
    /*background-color:rgba(0,173,239,0.9);*/
    color: White;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.linkStyle_Order:hover
{
    background-color:#fe6c01;
}


.linkStyle_Brochure
{
    font-size: 12px;
    background-image: url('img/iconPDF.png');
    background-repeat:no-repeat;
    background-position: 10px center;
    background-size: 24px;
    padding: 15px 20px 15px 40px;
    background-color:#00adef;
    /*background-color:rgba(0,173,239,0.9);*/
    color: White;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.linkStyle_Brochure:hover
{
    background-color:#fe6c01;
}

.linkStyle_Experience
{
    font-size: 12px;
    background-image: url('img/iconEXP.png');
    background-repeat:no-repeat;
    background-position: 10px center;
    background-size: 24px;
    padding: 15px 20px 15px 40px;
    background-color:#00adef;
    /*background-color:rgba(0,173,239,0.9);*/
    color: White;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.linkStyle_Experience:hover
{
    background-color:#fe6c01;
}

@media only screen and (max-width: 600px)
{
    .linkStyle_Brochure{ display: inline-block; width: 80%; padding: 4% 10% 4% 10%; text-align: center;}
    .linkStyle_Experience{ display: inline-block; float:left; width: 80%; padding: 4% 10% 4% 10%; text-align:center; margin-top: 2%; margin-bottom:7%;}
    
    .linkStyle_Tracing{padding: 10px 10px 10px 30px; background-position: 10px center; background-size: 18px;}
    .linkStyle_Order{padding: 10px 10px 10px 30px; background-position: 10px center; background-size: 18px;}
    body {width: 100%;}
}
.container_deed
{
    width:100%;
    height: auto;
}

.videoContainer
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.video
{
    width:100%;
    height:auto;
    z-index:-100;
}
.socials
{
    position: absolute;
    z-index: 1;
    width:100%;
    text-align:center;
    margin: 9% auto;
    color:White;
}
.logo
{
    position:absolute;
    z-index: 1;
    width: 100%;
    margin-top: 4%;
}
.logo_img
{
    width: 10%;
}
.slogan
{
    top: 30%;
    color: White;
    width: 100%;
    position: absolute;
    z-index: 1;
}
@media only screen and (max-width: 1366px)
{
    .slogan{top: 80%;}
}

@media only screen and (max-width: 1024px)
{
    .slogan{top: 30%;}
}

@media only screen and (max-width: 600px)
{
    .socials{margin-top: 12%; font-size: 10px;}
    .logo_img{width: 20%;}    
    .logo{margin-top: 3%;}
    .slogan{ font-size: 10px;}
}
.tses_container
{
    width:100%;
    background-color:#00adef;
    height:auto;
}

.footer_container
{
    padding-top:2%;
    padding-bottom:3%;
    width:100%;
    height:auto;
    background-color:#00adef;
    color:White;
}
@media only screen and (max-width: 1024px)
{
    .footer_container{padding-top:8%; padding-bottom:8%;}
}
@media only screen and (max-width: 600px)
{
    .footer_container{padding-top:15%; padding-bottom:15%;}
}
.footer_contact
{
    text-align:justify;
    display: inline-block;
    width:auto;
    margin: 0 auto;
    height:auto;
}

/*----------DEFAULT HEADERS TEXTS------------------*/
.dheader_text
{
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #212121;
    font-weight: bold;
}
.dheader_order_text
{
    font-size: 30px;
    text-transform: uppercase;
    color: White;
    font-weight: bold;
}
@media only screen and (max-width: 600px)
{
    .dheader_text, .dheader_order_text{ font-size: 22px;}
}
/*----------WELCOME--------------------------*/
.welcomeContainer
{
    width:100%;
    padding-top:5%;
    padding-bottom: 2%;
    height: auto;
    background-image: url('img/bgWelcome.png');
    background-repeat: no-repeat;
    background-position: center;
}
.welcomeTxt
{
    line-height: 24px;
    display:inline-block;
    margin: 3% auto;
    width: 70%;
    padding-left:15%;
    padding-right: 15%;
    height:auto;
    font-size: 14px;
}
.welcomeButton
{
    display: inline-block;
    margin-top: 1%;
    font-size: 12px;
    cursor: pointer;
    text-decoration:none;
    text-transform: uppercase;
    color: white;
    background-color:#00adef;    
    padding: 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.welcomeButton:hover
{
    /*background-color:#5e5e5e;*/
    background-color:#fe6c01;
}
@media only screen and (max-width: 600px)   
{
    .welcomeTxt{ width:90%; margin-left: 5%; margin-right: 5%; text-align: justify; padding: 0;}
}
/*----------------DEFAULT MEDEE--------------------*/

.medeeContainer
{
    width:100%;
    background-color:White;
    padding-top: 7%;
    padding-bottom: 7%;
}
.medeeListContainer
{
    width: 1086px;
    height: auto;
    display: inline-block;
    margin:3% auto;
}

.medeeListItem
{
    margin: 5px;
    width:352px;
    height:auto;
    float:left;
    margin-top: 1%;
    margin-bottom: 1%;
}
.medeeListItem:hover .medeeListItem_headerTxt
{
    color: #00adef;
}

.medeeListItem:hover .medeeListItem_img
{
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}

.medeeListItem_imgContainer
{
    width: auto;
    height:240px;
    margin-bottom: 8%;
    overflow: hidden;
    background-color:#ebebeb;
}
.medeeListItem_img
{
    overflow: hidden;
    width: 100%;
    height:auto;
        -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.medeeListItem_headerTxt
{
    display: inline-block;
    color: #393939;
    text-decoration: none;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.medeeListItem_date
{
    margin-top:5%;
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 1024px)   
{
    .medeeListContainer{ width:100%;}
    .medeeListItem{width: 48%; margin: 1%; margin-bottom:4%;}
    .medeeListContainer{ width: 100%;}
    .medeeListItem_imgContainer{ margin-bottom:4%; height:200px;}
}
@media only screen and (max-width: 600px)
{
    .medeeListContainer{ width:100%; margin-left: 0; margin-right: 0;}
    .medeeListItem{ width:100%;margin-left: 0; margin-right: 0; margin-bottom:4%;}
    .medeeListItem_imgContainer{ margin-bottom: 4%; height:auto;}
}

/*----------------DEFAULT TRACINGINFO--------------------------*/
.tracingInfo_container
{
    width:100%;
    background-image: url('img/bgTracing.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10%;
    padding-bottom: 10%;
}
.tracinginfo_description
{
    width: 450px;
    display:inline-block;
    height:auto;
    color: White;
    margin-top: 2%;
    margin-bottom:1%;
    text-transform: uppercase;
}
.tracinginfo_input
{   
    width:auto;
    height:auto;
    margin: 0 auto;
    display:inline-block;
    padding: 0 2% 0 2%;
  
}
.tracinginfo_textbox
{
    font-family: Arial;
    float:left;
    padding: 10px 20px 10px 20px;
    height: 50px;
    width: 420px;
    text-transform:uppercase;
    color: #5e5e5e;
    border: none;
    background-color:rgba(255,255,255,0.9);
}
.tracinginfo_button
{
    outline: none;
    float:left;
    width: 80px;
    height: 50px;
    cursor: pointer;
    background-image: url('img/tool.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #00adef;
        -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.tracinginfo_button:hover
{
    background-color:rgba(254,108,1,1);
}
.tracinginfo_info
{
    margin: 10 auto;
    width: 460px;
    height: auto;
    padding: 1%;
    background-color:rgba(255,255,255,.9);
    opacity: 0;
    display:none;
}
.tracinginfo_info.tracinginfo_updown
{
    display: block;
    opacity: 1;
    animation: udownTracing 0.7s;
}
.tracingTable
{
    width:100%;
    font-size: 12px;
    font-family: Arial;
    margin-bottom: 2%;
}
.tracingTable2
{
    width:100%;
    font-size: 12px;
    font-family: Arial;
}
.tracingTable2_header
{
    color: White;
    padding: 1%;
    background-color: #00adef;
}
.tracingTable2_cell
{
    padding: 1% 1% 0 1%;
}

@-webkit-keyframes udownTracing { from { margin-top:-1.5%; opacity: 0;} to { opacity: 1;}  }
   @-moz-keyframes udownTracing { from { margin-top:-1.5%; opacity: 0;} to { opacity: 1;}  }
     @-o-keyframes udownTracing { from { margin-top:-1.5%; opacity: 0;} to { opacity: 1;}  }
        @keyframes udownTracing { from { margin-top:-1.5%; opacity: 0;} to { opacity: 1;}  }
        
@media only screen and (max-width: 600px) 
{
    .tracinginfo_description{ width: 94%;}
    .tracingInfo_container{padding-top: 30%; padding-bottom: 30%; background-size: cover;}
    .tracinginfo_input{ width: 94%; padding: 0;}
   .tracinginfo_textbox{width: 100%;}
   .tracinginfo_button{width: 100%;}
   .tracinginfo_info{width: 90%; padding: 2%;}
}

/*@media only screen and (max-width: 800px) 
{
   .tracinginfo_textbox{width: 80%; margin: auto;}
   .tracinginfo_button{width: 95%; margin: auto;}
   .tracinginfo_info{width: 82%; margin:auto;}
}

*/

/*--------------DEFAULT PRODUCTS----------------------*/
section.module.parallax-1 {
  background-image: url('img/bgProduct.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.products_container
{
    width:100%;
    height: auto;
    padding-top:9%;
    padding-bottom: 9%;
}
.productListContainer
{
    width: 1100px;
    height:auto;
    display: inline-block;
    margin: 2% auto;
}
.productListContainer_Page
{
    width: 1100px;
    height:auto;
    display: inline-block;
    margin: 2% auto;
}

.productListItem
{
    margin: 1%;
    width:auto;
    height:auto;
    float:left;
}
.productListItem:hover .productNumber
{
    color:#fe6c01;
}

.productListItem_Page
{
    margin: 2.3%;
    width:auto;
    height:auto;
    float:left;
}
.productListItem_Page:hover .productNumber_Page
{
    color:#fe6c01;
}

.productNumber, .productNumber_Page
{
    width: auto;
    letter-spacing: -8px;
    font-weight: 700;
    font-size: 65px;
    color: #00adef;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.productHeaderTxt
{
    margin-left: 5%;
    text-decoration: none;
    color: #212121;
    width: 250px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.productHeaderTxt_Page
{
    margin-top: 10px;
    margin-left: 5%;
    margin-bottom:3%;
    width: 400px;
    height: auto;
}
.productHeaderTxt_Page_link
{
    text-decoration: none;
    color: #212121;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.productHeaderTxt_Page_link:hover
{
    color: #00adef;
}
.productHeaderTxt_PageTovch
{
    text-align: justify;
    margin-left: 5%;
    text-decoration: none;
    color: #212121;
    width: 400px;
    height: 86px;
    overflow: hidden;
    font-size: 14px;
}
.productImgContainer
{
    width: 490px;
    height: 250px;
    overflow:hidden;
}
.productImg
{
    /*width:120%;*/
    
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 1024px) 
{
  section.module.parallax-1 {background-size: auto; background-position: center;}
  .productListContainer{ width: 90%; padding-left: 5%; padding-right:5%;}
  .productListItem{ width: 30%; 
  /*height: 60px;*/
  height: auto;}
  .productHeaderTxt{ width: 150px;}
  .productNumber, .productNumber_Page{ font-size: 48px; letter-spacing: -6px;}
  
      .productListContainer_Page{width: 100%;}
    .productListItem_Page{}
    .productImgContainer{ width:100%; height: 20%;}
    .productNumber_Page{ font-size: 36px; width: 36px; letter-spacing: -5px; margin-top: 5px;}
    .productHeaderTxt_Page{ width:98%; height: auto;}
    .productHeaderTxt_PageTovch{width:93%; height: auto; margin-top: 5px;}
}

@media only screen and (max-width: 600px) {
    .productImg {  height: 200px;}
}


@media only screen and (max-width: 600px)   
{
    .productListContainer{width: auto; padding:0;}
    .productNumber{ font-size: 36px; width: 40px; letter-spacing: -5px;}
    .productHeaderTxt{ font-size: 12px; width:90%;}
    .productListItem{width: auto; padding-left:3%;}
    .productHeaderTxt{width: 200px;}
    

}
/*----------ProductMore-----------*/
.pMoreContainer
{
    padding-top:2%;
    /*padding-bottom: 5%;*/
    /*padding-left:21%;*/
    /*padding-right: 21%;*/
    width: 58%;
    height:auto;
    display: inline-block;
    margin: 0 auto 0 auto;
}
.pMoreItem
{
    width:70%;
    height:auto;
    /*float:left;*/
    
    margin: 0 auto;
}

.pMoreList
{
    text-align:left;
    width: 280px;
    height:auto;
    float:left;
    margin-left: 5%;
}
.pMoreListSMALL
{
    display:none;
    text-align:left;
    width: 280px;
    height:auto;
    float:left;
    margin-left: 5%;
}

.pMore_productNumber
{
    width: 35px;
    letter-spacing: -3px;
    font-weight: 700;
    font-size: 24px;
    color: #00adef;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.pMore_productHeaderTxt_Page_link
{
    text-align: left;
    text-decoration: none;
    color: #393939;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.pMore_productHeaderTxt_Page_link:hover
{
    color: #00adef;
}

.pMoreImg
{
    width: 100%;
}
.pMoreNumber
{
    float:left;
    color: #00adef;
    height: auto;
    width: 20%;
    font-size: 65px;
    font-weight: bold;
    text-transform: uppercase;
}
.pMoreHeaderTxt
{
    text-align: left;
    float:left;
    height: auto;
    width: auto;
    margin-left: 1%;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.pMoreMedee
{
    font-size: 14px;
    height: auto;
    width: 100%;
    text-align: justify;
    line-height: 24px;
}

@media only screen and (max-width: 1400px)   
{
    .pMoreContainer
    {
    padding-top:2%;
    padding-bottom: 5%;
    padding-left:10%;
    padding-right: 10%;
    width: 80%;
    height:auto;
    display: inline-block;
    margin: 0 auto 0 auto;
    }
    .pMoreItem{ width: 70%;}
}
@media only screen and (max-width: 1024px)
{
    .pMoreContainer{ width:100%; padding-left:0; padding-right: 0; margin: auto;}
    .pMoreItem{width: 96%; margin-left: 2%; margin-right: 2%;}
    .pMoreHeaderTxt{ font-size: 150%;}
    .pMoreMedee{ font-size: 12px; line-height: 18px;}
    .pMoreList{margin-top: 6%; width: 96%; text-align:left; padding-left: 4%; margin-bottom:2%;}
    .pMoreListSMALL{ display: inline-block; margin: 3% auto auto 2%; width: 98%;}
}
@media only screen and (max-width: 600px)
{
    .pMoreHeaderTxt{ font-size: 14px;}
}
/*---------------DEFAULT SERVICES------------------------------*/
.service_container
{
    width:100%;
    padding-top:8%;
    padding-bottom: 4%;
    background-color: #f9f9f9;
    margin: 0 auto;
    /*background-image: url('img/air2.jpg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;*/
}
.serviceListContainer
{
    width:860px;
    height:auto;
    display: inline-block;
    margin: 2% auto;
}
.serviceListItem
{
    margin: 2%;
    padding: 35px 20px 20px 20px;
    width: 210px;
    float:left;
    height: auto;
    background-color: White;
    /*border: 1px solid #d8dadc;*/
	cursor:pointer;
}
.serviceListItem:hover .serviceListItem_headerTxt
{
    color: #fe6c01;
}

.serviceListItem:hover .servicePIcon
{
    -webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
    transform: rotatey(180deg);
}
.serviceListItem_img
{
    margin: 20px;
    width:auto;
    height: auto;

}
.serviceListItem_headerTxt
{
    margin-top: 20px;
    width:100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.serviceListItem_Txt
{
    display: none;
    font-size: 14px;
    margin-top: 20px;
    width: 100%;
    height:70px;
    overflow: hidden;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1024px)   
{
    .serviceListContainer{ width: 100%;}
    .serviceListItem{ width: 24%;}
}
@media only screen and (max-width: 600px) 
{
    .serviceListContainer{width: 100%;}
    .serviceListItem{margin-right: 7%; margin-left: 7%; padding: 10%; width: 64%;}
}

/*--------------------SUBSCRIBE------------------------*/

section.module.parallax-3 {
  background-image: url("img/bgSubscribe.jpg");
  background-repeat: no-repeat;
}

.sscribeContainer
{
    width:40%;
    padding-left:30%;
    padding-right: 30%;
    padding-top:7%;
    padding-bottom: 8%;
    /*background-image: url('img/bgSubscribe.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.sscribeImg
{
    width:auto;
    height:auto;
    display: inline-block;
}
.sscribeTxt
{
    margin-top: 5%;
    font-size: 12px;
    padding-left:10%;
    padding-right: 10%;
    width: 80%;
    height: auto;
    color: White;
    display:inline-block;
    text-transform: uppercase;
}
.sscribeInputContainer
{
    width: auto;
    height: auto;
    margin-top: 2%;
    display: inline-block;
}
.sscribeTxttbox
{
    float: left;
    font-family: Arial;
    padding: 10px 20px 10px 20px;
    height: 50px;
    width: 300px;
    text-transform:uppercase;
    color: #5e5e5e;
    border: none;
    background-color:rgba(255,255,255,0.9);
}
.sscribeButton
{
    float: left;
    outline: none;
    width: 80px;
    height: 50px;
    cursor: pointer;
    background-image: url('img/subscribe.png');
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #00adef;
        -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.sscribeButton:hover
{
    background-color:rgba(254,108,1,1);
}
@media only screen and (max-width: 1024px) 
{
    .sscribeContainer{ width:70%; padding-left:15%; padding-right: 15%;}
}
@media only screen and (max-width: 600px) 
{
    section.module.parallax-3{ background-size: 300%;}
    .sscribeContainer{width:80%; padding-left:10%; padding-right: 10%;}
    .sscribeTxttbox, .sscribeButton{width: 100%;}
    .sscribeTxt{ font-size: 12px;}
}
/*--------------------DEFAULT ORDER--------------------*/
section.module.parallax-2 {
  background-image: url('img/order.jpg');
  background-repeat: no-repeat;
}
.order_container
{
    color: White;
    width:100%;   
    padding-top: 7%;
    padding-bottom: 7%;
}
.order_input
{
    width:auto;
    height:auto;
    margin: 20px auto;
    display: inline-block;
    padding:10px;
    /*border:1px solid red;*/
}
.orderRow1, .orderRow2, .orderRow3, .orderRow4
{
    width: auto;
    height:auto;
}
.order_textbox
{
    font-size: 12px;
    font-family: Arial;
    float:left;
    padding: 10px;
    margin: 5px;
    height: 50px;
    width: 300px;
    text-transform:uppercase;
    color: #5e5e5e;
    border: none;
    background-color: rgba(255,255,255,0.9);
}
.order_textboxMultiline
{
    font-family: Arial;
    font-size: 12px;
    margin: 5px;
    padding: 10px;
    height: 200px;
    width: 98.5%;
    color: #5e5e5e;
    border: none;
    background-color: rgba(255,255,255,0.9);
}
.order_button
{
    cursor: pointer;
    float:left;
    padding: 10px;
    height: 50px;
    margin: 5px;
    width: 300px;
    text-transform:uppercase;
    color: White;
    border: none;
    background-color: rgba(0,173,239,0.9);
    background-image: url('img/send.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.order_button:hover
{
    /*background-color:rgba(0,173,239,1);*/
    background-color:rgba(254,108,1,1);
}
@media only screen and (max-width: 600px) 
{
    /*.order_textbox, .order_button{width: 97%;}*/
    .order_container{width: 98%;}
    .order_input{margin-top: 3%;}
    .order_textbox{width: 97%;}
    .order_textboxMultiline{width: 97%; float:left;}
    .order_button{width: 97%;}
}




/*------------DEFAULT CONTACT-----------*/
.contact_links
{
    display: inline-block;
    margin: 0 auto;
    width:auto;
    padding-top: 5%;
    padding-bottom: 12%;
    padding-left:20px;
    padding-right: 20px;
    height:auto;
    /*background-color: #f8f8f8;*/
}
.contact
{
    font-size: 18px;
    margin: 80px 20px 0px 20px;
    width:300px;
    width:auto;
    float:left;
    text-align: center;
}
.contact:hover .contactImg
{
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    transform: rotatey(360deg);
}
.contactTxt
{
    margin-top: 20px;
    width: 250px;
    height: auto;
}
.contactImg
{
    display: inline-block;
      -o-transition:.3s ease;
    -ms-transition:.3s ease;
    -moz-transition:.3s ease;
    -webkit-transition:.3s ;
    transition:.3s;
}
@media only screen and (max-width: 1024px) 
{
    .contact{ width: 31%; margin: 80px 1% 0px 1%;}
    .contactTxt{ width: 100%;}
}
@media only screen and (max-width: 600px)
{
    .contact{margin: 40px 0px 0px 0px; width: 100%}
    .contactTxt{margin-top: 20px; width: 100%; height: auto;}   
}


/*----------TSES----------*/
nav 
{
  height: auto;
  width: auto;
  color: #eee;
}
nav ul 
{
  padding: 0;
  margin: 0 auto;
  display: inline-block;
}
nav li 
{
  display: inline;
  float: left;
    -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
nav a 
{
    outline: none;
  text-transform:uppercase;
  display: inline-block;
  
  width: 150px;
  padding: 15px 5px 15px 5px;
  
  text-align: center;
  text-decoration: none;
  color: #eee;
  text-decoration: none;
}
nav li:hover {
  background-color: #fe6c01;
}
nav a#openup {
  display: none;
}

nav a.selected
{
    background-color:#fe6c01;
}


@media screen and (max-width: 1100px) {
  h1 {
    font-size: 2.8em;
  }
  nav 
  {
    height: auto;
    border-bottom: 0;
  }
  nav ul {
    display: none;
    height: auto;
    margin: 0 auto;
  }
  nav li {
    width: 99%;
    float: left;
    position: relative;
  }
  nav a 
  {
    text-align: left;
    width: 99%;
    text-indent: 25px;
    background: #00adef;
    border-bottom: 1px solid #0096cf;
        -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  }
  nav a:hover {
    background: #fe6c01;
  }
  nav a#openup:after {
    content: "|||";
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Safari and Chrome */
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
  }
  nav a#openup {
    display: block;
    background-color: #00adef;
    width: auto;
    position: relative;
  }
}
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}



.scrollToTop
{
    outline: none;
    padding:5px;
    background-color: #00adef;
	position:fixed;
	bottom: 5%;
	right: 3%;
	display:none;
	z-index: 100;
	
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%;
    border-radius: 50%;
   
    -o-transition:.5s ease;
    -ms-transition:.5s ease;
    -moz-transition:.5s ease;
    -webkit-transition:.5s ;
    transition:.5s;
}
.scrollToTop:hover
{
    background-color:#fe6c01;
}

/*-------------OTHER PAGES HEADER-------------*/
.oheader
{
    padding-top:2%;
    padding-bottom:2%;
    width:100%;
    background-image: url('img/bgOtherHeader.jpg');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    color:White;
}
.oheaderContainer
{
    width:auto;
    height:auto;
    margin: 0 auto;
}
.oheaderLogo
{
    width:auto;
    height: auto;
}
.oheaderSocials
{
    margin-top: 1%;
    width:auto;
    height: auto;
}

#asdf
{
}
.showOheader
{
    display: block;
}
.hideOheader
{
    display: none;
}
/*-------------ABOUT US PAGE-------------*/
.aboutPara
{
    right: 0;
    position: absolute;
    width:100%;
    height: auto;
    z-index: -100;
}
.videoAbout
{
    width:100%;
    margin-top:-1%;
}
.aboutusContainer
{
    width: 100%;
    height:auto;
}
.aboutText
{
    color: black;
    width:80%;
    height:auto;
    margin: 1% auto;
    line-height: 170%;
}
.aLeftTxt
{
    width:80%;
    height:auto;
    margin: 1% auto;
    line-height: 170%;
}
.aboutdHeader
{
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: White;
    font-weight: bold;
}
.aboutAbout
{
    width: 100%;
    margin: 0 auto;
    height:auto;
    font-size: 14px;
    padding-top:5%;
    padding-bottom: 5%;
}
@media only screen and (max-width: 1024px)
{
    .aboutPara{ position: inherit; z-index: auto;}
    .aboutdHeader{ color: #212121;}
    .aboutText{ color: #393939;}
}
.aboutZorilgo
{
    width: 100%;
    height:auto;
    margin: 0 auto;
    background-color:#ebebeb;
    font-size: 14px;
    padding-top:10%;
    padding-bottom: 10%;
    background-image: url('img/dest_bg3.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}


.aboutVision
{
    width: 100%;
    height:auto;
    margin: 0 auto;
    background-color:#FFFFFF;
    font-size: 14px;
    padding-top:10%;
    padding-bottom: 10%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('img/vision_back.jpg');
}

.aboutPolicy
{
    width: 100%;
    height:auto;
    margin: 0 auto;
    background-color:#FFFFFF;
    font-size: 14px;
    padding-top:10%;
    padding-bottom: 10%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('img/aboutValue.jpg');
}

.aboutValue
{
    width: 100%;
    height:auto;
    margin: 0 auto;
    background-color:#FFFFFF;
    font-size: 14px;
    padding-top:10%;
    padding-bottom: 10%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
background-image: url('img/quality_back.jpg');
}

.aboutDavuu
{
    width: 100%;
    height:auto;
    margin: 0 auto;
    font-size: 14px;
    padding-top:10%;
    padding-bottom: 10%;
}

.aboutTalarhal
{
    width: 100%;
    height:auto;
    margin: 0 auto;
    font-size: 14px;
    padding-top:10%;
    padding-bottom: 10%;
    background-image: url('img/dest_bg4.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.aboutImg
{
    margin: 0 auto 2% auto;
    width:180px;
    height:180px;
    /*-moz-border-radius: 50%; */
    /*-webkit-border-radius: 50%;*/
    /*border-radius: 50%;*/
    overflow:hidden;
    background-position:center;
}
@media only screen and (max-width: 600px)
{
    .aboutImg{ margin-bottom: 3%;}
   .aboutText{width:92%; height:auto; margin: 4%; line-height: normal; text-align:justify;}
   .aLeftTxt{width:92%; height:auto; margin: 4%; line-height: normal; text-align: left;}
}

.aboutGallery_Container
{
    width: 100%;
    height:auto;
    padding: 8% 0 0 0;
    display: inline-block;
}
.aboutGallery
{
    width:96%;
    display:inline-block;
    margin: 3% auto;
}
@media only screen and (max-width: 1024px)
{
    .aboutGallery{ width: 99%;}
}
/*-------------PRODUCTS PAGE-------------*/


.productPageContainer
{
    width:auto;
    height: auto;
    padding-top:8%;
    padding-bottom: 8%;
}


@media only screen and (max-width: 600px)
{
   
}


/*-------------SERVICES PAGE-------------*/
section.module.parallax-service
{
    background-image: url('img/bgService.jpg');
    background-repeat: no-repeat;
    background-position: 50% -90px;
}
.serviceHeader
{
    
    padding-top:100px;
    padding-bottom: 100px;
    width: 100%;
    text-align:center;
    margin-bottom: 2%;
}
.serviceHeaderTxt
{
    color: White;
    width: 50%;
    margin: 1% auto;
    font-size: 14px;
    text-shadow: 1px 1px Black;
}
@media only screen and (max-width: 600px)
{
    section.module.parallax-service{ background-size: 300%;}
    .serviceHeader{width:100%; padding-top: 50px; padding-bottom: 50px;}
    .serviceHeaderTxt{ width: 100%;}
}
/*----- Accordion -----*/
.accordion, .accordion * 
{
    margin-top: -1px;
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
}
 
.accordion 
{
    text-align:center;
    overflow:hidden;
}
 
/*----- Section Titles -----*/
.accordion-section-title 
{
    text-align:left;
    background-color: White;
    width:100%;
    padding: 20px 20px 20px 20%;
    /*padding: 40px;*/
    display:inline-block;
    -o-transition:.5s ease;
    -ms-transition:.5s ease;
    -moz-transition:.5s ease;
    -webkit-transition:.5s ;
    transition:.5s;
    
    font-size: 14px;
    text-transform:uppercase;
    color: #393939;
    text-decoration:none;
    display:inline-block;
    outline: none;
}

.accordion-section-title.active, .accordion-section-title:hover {
    /* Type */
    text-decoration: none;
    /*background-color:#f4fcff;
    color: #fe6c01;*/
}
.accordion-section-title_txtStyle
{
    font-size: 14px;
}
.accordion-section-tseg
{
    float:right;
    margin-top: 1%;
    margin-right: 23%;
    width:12px;
    height:12px;
    background-image: url('img/arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
 
    -o-transition:.3s ease;
    -ms-transition:.3s ease;
    -moz-transition:.3s ease;
    -webkit-transition:.3s ;
    transition:.3s;
}

.accordion-section-title.active .accordion-section-tseg
{
       -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion-section-title.active .servicePIcon
{
 -webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
		transform: rotateY(180deg);
}


.accordion-section:last-child .accordion-section-title {

}
 
.accordion-section-content 
{
    margin-top:-10px;
    background-color: White;
    text-align: justify;
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
    display:none;
    font-size: 14px;
}
@media only screen and (max-width: 1024px)
{
    .accordion-section-title {padding: 10px;}
    .accordion-section-title_txtStyle{font-size: 12px; width: 80%;}
    .accordion-section-content {padding-left: 10px; padding-right: 2%;padding-bottom:5%; margin-top: 0;}
    .servicePIcon{margin-right:5px;}
    .accordion-section-tseg{margin: 18 0 0 0;}
}

.servicePIcon
{
    display: inline-block;
    width: auto;
    padding:15px;
    background-color: #00adef;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%;
    border-radius: 50%;
-o-transition:.3s ease;
    -ms-transition:.3s ease;
    -moz-transition:.3s ease;
    -webkit-transition:.3s ;
    transition:.3s;
  margin-right: 10px;
}


/*-------------NEWS PAGE-------------*/
.newsPageContainer
{
    width:100%;
    height:auto;
    padding-top:5%;
    padding-bottom: 5%;
}

.newsDateFilter
{
    width: 99%;
    height: auto;
    margin: 5px;
    text-align: right;
}
.newDateFilter_Drop
{
    font-size: 12px;
    font-family: Arial;
    padding: 5px 10px 5px 10px;
    width: auto;
    text-transform:uppercase;
    color: #5e5e5e;
    border: 1px solid #ececec;
}

.medeeListContainerPage
{
    width: 1000px;
    height: auto;
    display: inline-block;
    margin:3% auto;
}
.medeeListItemPage
{
    margin: 5px;
    width:490px;
    height:490px;
    float:left;
    margin-top: 1%;
    margin-bottom: 1%;
}
.medeeListItemPage:hover .medeeListItem_headerTxtPage
{
    color: #00adef;
}

.medeeListItemPage:hover .medeeListItem_imgPage
{
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}

.medeeListItem_imgContainerPage
{
    width: auto;
    height:300px;
    margin-bottom: 4%;
    overflow: hidden;
    background-color:#ebebeb;
}
.medeeListItem_imgPage
{
    margin-top:-6%;
    overflow: hidden;
    width: 100%;
    height:auto;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.medeeListItem_headerTxtPage
{
    font-weight: bold;
    display: inline-block;
    color: #393939;
    text-decoration: none;
    width: 100%;
    height: auto;
    margin-bottom: 1%;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.medeeListItem_tovchTxtPage
{
    margin: 1%;
    display: inline-block;
    color: #393939;
    text-decoration: none;
    width: 98%;
    font-size: 14px;
    text-align: justify;
}
.medeeListItem_datePage
{
    margin-top:5%;
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 1024px)
{
    .medeeListContainerPage{width: 100%;margin:3% auto; padding:0;}
    .medeeListItemPage{width:48%; margin:1%; height:440px; float:left;}
    .medeeListItem_imgContainerPage{ height: 240px;}
    .newsDateFilter{ width: 100%; margin: 0; margin-left: 1%;}
    .newsDateFilter{ text-align: left;}
}
@media only screen and (max-width: 600px)
{
    .medeeListItemPage{ width:100%; height: auto; margin-left: 0; margin-right: 0; margin-bottom:6%;}
    .medeeListContainerPage{ width:100%; margin-left: 0; margin-right: 0;}
    .medeeListItem_imgContainerPage{ margin-bottom: 4%; height: auto;}
    .medeeListItem_tovchTxtPage{ width: 96%; margin-left:2%; margin-right:2%;}
    .newsDateFilter{ width: 100%; margin: 0;}
    .newsDateFilter{ text-align: left;}
}








.newsDetails
{
    width: 100%;
    height:auto;
    margin-bottom: 2%;
}
.newsDetailsTxt
{
    font-family: Arial;
    font-size: 12px;
}
.newsTxtHeader
{
    width:100%;
    padding-bottom:1%;
    height:auto;
    padding-top: 2%;
}
.newTxtHeaderStyle
{
    text-align:left;
    margin-bottom: 2%;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    color: #393939;
    font-weight: bold;
    -o-transition:.3s ease;
  -ms-transition:.3s ease;
  -moz-transition:.3s ease;
  -webkit-transition:.5s ease;
  transition:.3s ease;
}
.newTxtHeaderStyle:hover
{
    color: #00adef;
}

.newsTxt
{
    width: 100%;
    height: 7%;
    font-size: 14px;
    text-align:justify;
    overflow:hidden;
}
.newsMoreTxt
{
    margin-top: 2%;
    width: 100%;
    height: auto;
    font-size: 14px;
    text-align:justify;
}

@media only screen and (max-width: 600px)
{
    .newsDetailsTxt{ width: 100%;}
    .news{width: 90%;}
    .newsTxtHeader{ font-size:18px;}
    .newsTxt{height: 15%;}
    .newsImgContainer{ height:auto;}
}


/*--NEWS MORE--*/
.newsMore_Container
{
    padding-top: 5%;
    width: 56.5%;
    height:auto;
    display: inline-block;
    margin: 0 auto 0 auto;
}
.newsMore_news
{
    width: 65%;
    height:auto;
    float:left;
}
.newsMore_right
{
    text-align:left;
    width: 250px;
    height:auto;
    float:left;
    margin-left: 5%;
}
.newsMore_right600
{
    display: none;
    text-align:left;
    width: 300px;
    height:auto;
    float:left;
    margin-left: 5%;
}
.newsMore_HeaderTxt
{
    text-align:left;
    font-family: Arial;
    margin-top: 0;
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.gap
{
    height:8%;
}

/*------FIXED DIV-----*/
div#mainContent
{
    width:auto;
}
div#sideBar 
{
    width: auto;
    float:left;
    margin-left: 2%;
    padding:0;
}
.clear 
{ 
    clear:both; 
}
div#sticker 
{
    width: auto;
}
.stick {
    position:fixed;
    top: 20px;
}
.gap2
{
    height: 7%;
}
@media only screen and (max-width: 1400px)
{
    .newsMore_Container{ width:80%;}
}
@media only screen and (max-width: 1024px)
{
    .newsMore_Container{width: 92%; margin-left:4%; margin-right:4%; padding: 0;}
    .newsMore_news{ width: 100%; margin-bottom: 7%;}
    .newsMore_HeaderTxt{ text-align: center; margin-top: 4%;}
    .gap{ height:2%;}
    .newsMore_right{ margin:0;}
    .newsDetails{ display:inline-block; margin:auto; width: auto;}
    .newsMore_right{ width: 100%;}
    .gap2{ height:5%;}
    div#sideBar{ display: none;}
    .newsMore_right600{ display:inline-block; width: 98%; margin: 0;}
    .faceFrame{border:none; width: 100% !important;  margin-top: 20px; height: 250px; margin-bottom: 0;}
}
/*-------------USEFULL PAGE-------------*/

section.module.parallax-oat
{
    background-image: url('img/oat_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
}
.usItemOAT
{
    padding-top:7%;
    padding-bottom: 7%;
}

.oat_drop
{
    font-size:12px;
    font-family: Arial;
    float:left;
    padding: 10px;
    margin: 5px;
    height: 50px;
    width: 98.50%;
    text-transform:uppercase;
    color: #5e5e5e;
    border: none;
    background-color: rgba(255,255,255,0.9);
}
@media only screen and (max-width: 600px)
{
    .oat_drop{width: 97%;}
}
.oat_button
{
    display: inline-block;
    cursor: pointer;
    margin-top: 1%;
    margin-bottom: 10px;
    height: 50px;
    width: 98.5%;
    text-transform:uppercase;
    color: White;
    border: none;
    background-color: rgba(0,173,239,0.9);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.oat_button:hover
{
    /*background-color:rgba(0,173,239,1);*/
    background-color:rgba(254,108,1,1);
}
.txtstyle
{
    font-size: 18px;
    text-transform: uppercase;
    float: right;
}


section.module.parallax-inco
{
    background-image: url('img/inco_bg.jpg');
    background-repeat: no-repeat;
}
.usInco
{
    padding-top:7%;
    padding-bottom: 6%;
    color: white;
}
.usInco_TxtHeader
{
    width: 100%;
    height:auto;
    font-size: 44px;
    margin-bottom:1%;
    
}
.usInco_Txt
{
    margin: auto;
    width: auto;
    height:auto;
    font-size: 14px;
    width: 60%;
    margin-bottom: 30px;
}

.usIncoImgContainer
{
    overflow: auto;
    width:100%;
    height:auto;
    background-color:White;
}

.us
{
    width: 100%;
    height: auto;   
    text-transform: uppercase;
}
.usTrain
{
    display: inline-block;
    width: 25%;
padding-top: 60px;
    height: 210px;
    -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
    background-color: #43caca;
    vertical-align: top;   
}
.usContainer
{
    display: inline-block;
    width: 25%;
padding-top: 60px;
    height: 210px;
    vertical-align: top;
    background-color: #5abb49;
    -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.usNershil
{
    display: inline-block;
    width: 25%;
padding-top: 60px;
    height: 210px;
    -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
    background-color: #f7b40e;
    vertical-align: top;   
}
.ushemjees
{
    display: inline-block;
    width: 25%;
padding-top: 60px;
    height: 210px;
    -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
    background-color: #f34c49;
    vertical-align: top;   
}


.usTrain:hover .usImg, .usContainer:hover .usImg, .usNershil:hover .usImg, .usHemjees:hover .usImg
{
    -webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
    transform: rotatey(180deg);
}

.usImg /*Iconuud*/
{
    width: 100%;
    height: auto;
    margin-bottom: 5%;
    -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.usImgMore
{
    display: inline-block;
    width: 100%;
}
.usImgMore_small
{
    display: none;
    width:100%;
}
@media only screen and (max-width: 1024px) 
{
    .usImgMore{ display: none;}
    .usImgMore_small{ display:block;}
}


.usButton
{
    color: White;
    text-decoration: none;
    font-size: 16px;
    -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.usFAQ
{
    padding-top: 5%;
    padding-bottom: 5%;
    display: inline-block;
    width: 100%;
    height: auto;
    background-color:White;
}

@media only screen and (max-width: 600px) 
{
    .oat_button{width: 97%;}
    .oat_table{width: 97%;}
    
    
    .usIncoImg{width: 100%;}
    .usInco_TxtHeader{ font-size: 24px;}
    .usInco_Txt{ width: 90%; font-size: 12px;}
    
    .usTrain, .usContainer, .usNershil, .ushemjees{ width: 100%; height: auto; padding-top: 10%; padding-bottom:10%;}
    .usImgMore{width: 100%;}
    .usImgTrainContainer{padding:0;}
    .usImgHemjeesContainer{padding:0; height: auto;}
    .usImgNerContainer{padding:0;}
    .usImgContainerContainer{height: auto; padding:0;}
    
    .close-modal-02, .close-modalTrainSize, .close-modalContainerSize, .close-modalNerSize, .close-modalHemjees{width: 100%;}
}



.usefullApp
{
    width:100%;
    padding-top: 5%;
    padding-bottom: 5%;
    background-image: url('img/bg_app1.jpg');
}

.usefullApp_text
{
    font-size: 14px;
    color: White;
    margin-top:1%;
    padding-left:25%;
    padding-right: 25%;
    width: 50%;
    height:auto;   
}
@media only screen and (max-width: 800px) 
{
    .usefullApp
    {
        padding-top: 15%;
        padding-bottom: 8%;
    }
    .usefullApp_text
    {
        text-align:justify;
        font-size: 14px;
        color: White;
        margin-top:5%;
        padding-left:10%;
        padding-right: 10%;
        width: 80%;
        height:auto;   
    }    
}
/*-------------CONTACTUS PAGE-------------*/
.contactPageContainer
{
    width: 100%;
    height: auto;
    padding-top: 7%;
}
.contactMap
{
    width:100%;
    height: auto;
    overflow:hidden;
}
.contactSales
{
    margin: 2% auto;
    width: 100%;
    height:auto;
    display: inline-block;
    font-size: 16px;
}
.contactC
{
    width:auto;
    height:auto;
    margin: 1% 1% 50px 1%;
    display: inline-block;
}
.contactC:hover .contactImg
{
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}
.contactImgContainer
{
    width:auto;
    height:auto;
    overflow:hidden;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.contactImg
{
    width:120px;
    /*-moz-border-radius: 50%; */
    /*-webkit-border-radius: 50%;*/
    /*border-radius: 50%;*/
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
    object-fit: cover;
}
.contactName
{
    width:auto;
    height:auto;
    padding-top:15px;
    color:#00adef;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.contactPos
{
    width:auto;
    height:auto;
    color:#fe6c01;
    margin-bottom: 5px;
    font-size: 12px;
}
.contactMobile
{
    width:auto;
    height:auto;
    margin-bottom: 5px;
}
.contactMail
{
    width:auto;
    height:auto;
}

.contactOp
{
    padding-top: 7%;
    padding-bottom: 4%;
}

@media only screen and (max-width: 1400px)
{
.contactSales{ width:85%;}
}
@media only screen and (max-width: 600px)
{
 .contactSales{width: 90%; margin-top:8%;}
 
}


/*------SOCIAL------*/
.socialContainer
{
    margin-top: 5%;
    width: 100%;
    height: auto;
    display: inline-block;
}
.socialHeaderTxt
{
    text-transform:uppercase;
    width: 100%;
    text-align: left;
    margin-bottom:10px;
}
.socialFace
{
    background-color: #3b5998;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    background-image: url('img/social_face.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    cursor: pointer;
    -o-transition:.3s ease;
    -ms-transition:.3s ease;
    -moz-transition:.3s ease;
    -webkit-transition:.3s ;
    transition:.3s;
}
.socialFace:hover
{
    background-color: #fe6c01;
}
.socialTwitter
{
    background-color:#36b9ff;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    background-image: url('img/social_twitter.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    cursor: pointer;
    -o-transition:.3s ease;
    -ms-transition:.3s ease;
    -moz-transition:.3s ease;
    -webkit-transition:.3s ;
    transition:.3s;
}
.socialTwitter:hover
{
    background-color: #fe6c01;
}

/*--SANAL HUSELT--*/
.sanalContainer
{
    width: 100%;
    height:auto;
    padding-top: 2%;
    padding-bottom: 2%;
}
.sanalItemContainer
{
    width: 930px;
    display: inline-block;
    margin: 2% auto;
}
.sanalTxtbox
{
    font-size: 12px;
    font-family: Arial;
    float:left;
    padding: 10px;
    margin: 5px;
    height: 50px;
    width: 300px;
    text-transform:uppercase;
    color: #5e5e5e;
    border: 1px solid #00adef;
    
    /*8e8e8e*/
}
.sanalMultiTxtbox
{
    font-family: Arial;
    font-size: 12px;
    margin: 5px;
    padding: 10px;
    height: 200px;
    width: 99%;
    color: #5e5e5e;
    border: 1px solid #00adef;
    float:left;
}
.sanalButton
{
    cursor: pointer;
    padding: 10px;
    margin: 5px;
    height: 50px;
    width: 99%;
    text-transform:uppercase;
    color: White;
    border: none;
    background-color: rgba(0,173,239,0.9);
    background-image: url('img/send.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.sanalButton:hover
{
    /*background-color:rgba(0,173,239,1);*/
    background-color:rgba(254,108,1,1);
}

@media only screen and (max-width: 1024px)
{
    .sanalItemContainer{ width: 98%; padding-left:1%; padding-right:1%;}
    .sanalTxtbox{ width:32%; margin: 0 0 0 1%;}
    .sanalMultiTxtbox{ width: 98%; margin-left:1%; margin-top:1%;}
    .sanalButton{ width: 98%;}
}
@media only screen and (max-width: 600px)
{
    .sanalItemContainer{ width: 100%; margin:0; padding:0;}
    .sanalTxtbox{ width: 98%; margin: 1%;}
    .sanalMultiTxtbox{ width: 98%; margin:1%;}
    .sanalButton{ width: 98%; margin:1%; float:left;}
}


section.module.parallax-Contact
{
  background-image: url('img/bgContactPara.jpg');
  background-repeat: no-repeat;
}
section.module.parallax-Contact2
{
  background-image: url('img/bgContactPara2.jpg');
  background-repeat: no-repeat;
}
section.module.parallax-Contact3
{
  background-image: url('img/bgContactPara3.jpg');
  background-repeat: no-repeat;
}
section.module.parallax-Contact4
{
  background-image: url('img/bgContactPara4.jpg');
  background-repeat: no-repeat;
}

section.module.parallax-Contact4
{
  background-image: url('img/bgContactPara4.jpg');
  background-repeat: no-repeat;
}

section.module.parallax-Contact5
{
  background-image: url('img/bgContactPara5.jpg');
  background-repeat: no-repeat;
}

.contactPara
{
    text-transform: uppercase;
    font-weight: bold;
    color: White;
    width: 100%;
    padding-top: 9%;
    padding-bottom: 9%;
    font-size: 30px;
}
.contactParaTxtStyle1
{
    padding: 10px 15px 10px 15px;
    background-color:#00adef;
    color:White;
}
@media only screen and (max-width: 1024px)
{
    .contactPara{ font-size:24px;}
}

@media only screen and (max-width: 600px)
{
    section.module.parallax-Contact, section.module.parallax-Contact2{ background-size: 300%;}
    .contactPara{ width: 97%; font-size: 24px; padding-top: 80px; padding-bottom: 80px; padding-left: 5px; padding-right: 5px; line-height: 36px;}
    .contactParaTxtStyle1{padding: 5px 10px 5px 10px;}
}


.downLINK
{
    color: #00adef;
    text-decoration:none;
        -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.downLINK:hover
{
    color: #fe6c01;
}

.nLINK
{
    color: #00adef;
    text-decoration:none;
        -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.nLINK:hover
{
    color: #fe6c01;
}


/*--UNDSEN4--*/
.undsen4_Container
{
    width:100%;
    background-color: #00adef;
}
.undsen4_ItemContainer
{
    width: 56%;
    height: auto;
    display:inline-block;
}
.undsen4_Item
{
    padding-top: 2%;
    /*padding-bottom: 5%;*/
    width: 25%;
    height: auto;
    float:left;
    text-align: center;
        -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.undsen4_Item:hover
{

}
.undsen4_Item:hover .undsen4_img
{
    opacity: 1;
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    transform: rotatey(360deg);
}
.undsen4_Item:hover .undsen4_link
{
    opacity: 1;
}
.undsen4_img
{
    opacity: .7;
    width:60px;
    height:auto;
    display: inline-block;
    margin: auto;
    margin-bottom: 4%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.undsen4_link
{
    opacity: .7;
    color: White;
    text-transform: uppercase;
    text-decoration:none;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.undsen4_txt
{
    width: 100%;
    height: auto;
    font-size: 12px;
    color:White;
    font-style: italic;
    opacity: .7;
}
.undsen4_moreImg
{
    width: 45px;
    height: 45px;
    padding: 10px;
    background-color: #00adef;
    margin-left: -3px;
}
@media only screen and (max-width: 1400px)
{
    .undsen4_ItemContainer{ width:100%;}
}
@media only screen and (max-width: 600px)
{
    .undsen4_Item{ width: 100%;}
}


/*--CONTACT MENU FOR MOBILE--*/
.menuContact_Container
{
    display: none;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 9%;
    padding-bottom:9%;
}
.menuContact_Link
{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 90%;
    display: inline-block;
    color: #393939;
    text-decoration: none;
    margin: 2%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.menuContact_Link:hover
{
    color: #00adef;
    /*color: #fe6c01;*/
}
@media only screen and (max-width: 600px)
{
.menuContact_Container{ display: inline-block;}
}