body{
    background: #ffffff;
    color:#000000;
	margin:0;
	font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 19px;
    font-family:pragmat,sans-serif;
    text-transform: uppercase;
    color:#4a4a4a;
    font-weight: 100;

}

a,  :after, :before {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
p{
    line-height: 1.4;
	margin:0;
	
}
ul{  list-style: none; 
margin:0;
	padding:0;
}

.fixWidth{
    width:1100px;
    margin:0 auto;
}
.page_101 .topWrapp {
    width: 100%;
    height: 720px;
    background: url(../images/main_bg.jpg) no-repeat 0px 0px;
    background-attachment: fixed;
    position: relative;
}


.page_111 .topWrapp,
.page_110 .topWrapp,
.page_112 .topWrapp,
.page_109 .topWrapp,
.page_108 .topWrapp{
    width: 100%;
    height: 450px;
    background: url(../images/contact_header.jpg) no-repeat 0px 0px;
    position: relative;
}


.page_111 .marginTo,
.page_110 .marginTo,
.page_112 .marginTo,
.page_109 .marginTo,
.page_108 .marginTo{
    margin:50px auto;
}




.topMenuWrapper{
    width: 100%;
    display: inline-block;
    background: #fff;
}


.logoBox{
        float: left;
            padding: 10px 0;
}

.menuBox{
    float: right;
    padding: 29px 0px;
}


.menuBox ul{
    display: inline-flex;
    width: 100%;
}

.menuBox ul li a{
        padding: 2px 0;
    display: block;
    color: #525252;
    text-transform: uppercase;
}


.topContactBlock{
    float: right;
    padding: 14px 0;
}

.topContactBlock .custom{
    float: left;
    padding: 0px 30px 0px 30px;
    color: #fff;
    position: relative;
}

.topContactBlock .custom:before{
    content:"";
     background: url(../images/phone_icon.png) no-repeat 0px 0px;
     width:20px;
     height:20px;
     position:absolute;
     left:0;
     top:0;
}

.mod-languages {
    float:right;
      padding: 0px 15px 0px 20px;
    color: #fff;
    position: relative;
}


.mod-languages:before{
    content:"";
     background: url(../images/globe.png) no-repeat 0px 0px;
     width:16px;
     height:16px;
     position:absolute;
     left:0;
     top: 4px;
}


.mod-languages  select{
    background: none;
    border: none;
    color: #fff;
    padding: 3px 0px;
}


.mod-languages  select option {
    background: rgba(0, 0, 0, 0.1);
    color: #000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}




.mainDescription{
        position: absolute;
    left: 0;
    bottom: 22%;
    text-align: center;
    width: 100%;
}

.mainDescription p:nth-of-type(1){
        font-size: 22px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 30px;
}


.mainDescription p:nth-of-type(2){
        font-size: 60px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}





.mainDescription p:nth-of-type(3){
        font-size: 60px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}



.contBut{
    margin-top: 50px;
}

.contBut a{
        background: #f9b816;
    color: #fff;
    padding: 10px 60px;
    text-transform: uppercase;
}



.blockHeader{
    padding: 20px 0px 20px 60px;
    position: relative;
    margin-top: 50px;
}
.blockHeader:before{
    content: "";
    background: url(../images/header_bg.png) no-repeat 0px 0px;
    width: 57px;
    height: 67px;
    position: absolute;
    left: 0;
    top: 20px;
}

.blockHeader h3{
    border-bottom: 4px solid #f9b816;
    color: #444;
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 5px;
    padding-left: 10px;
}



.contentInner{
    width: 100%;
    display: inline-block;
}

.aboutImg{
    float: left;
}

.aboutContentBlock{
        float: right;
    width: 520px;
}

.aboutContentBlock h4{
        margin: 0;
    padding-bottom: 20px;
    color: #f9b816;
    font-weight: bold;
    font-size: 24px;
}




.brandBlock{
        width: 100%;
    height: 685px;
    background: url(../images/brands_bg.jpg) no-repeat right center;
    position: relative;
}

.brandBlock ul{
    width:100%;
    display:inline-block;
}

.brandBlock ul li:nth-of-type(3),
.brandBlock ul li:nth-of-type(6){
    float:right;
    margin:0;
}

.brandBlock ul li{
    float:left;
        margin-right: 3px;
    margin-bottom: 5px;
}

.brandBlock ul li img{
    max-width:360px;
}




.middleWrapp {
    width: 100%;
    height: 700px;
    background: url(../images/middle_bg.jpg) no-repeat 0px 0px;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}






.mainDescriptionMiddle{
        position: absolute;
    left: 0;
    top: 22%;
    text-align: center;
    width: 100%;
}

.mainDescriptionMiddle p{
        font-size: 55px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 30px;
}






.newslock{
    width: 100%;
    display: inline-block;
    background: #f4f5fc;
}

.newsUl{
        width: 100%;
    padding: 50px 0px 20px 0px;
}

.newsUl li{
    width: 100%;
    display: inline-block;
}





.imgBlockNews img{
width: 100%;
    height: 100%;
    object-fit: cover;
}



.menuBox ul li{
    position:relative;
        padding: 5px 15px;
}


.menuBox ul li a:hover{
	color:#f9b816;
}



.menuBox li a{
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    position: relative;
    overflow: hidden;
}

.menuBox li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #f9b816;
    height: 2px;
    -webkit-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;

}

.menuBox li a:hover:before {
    left: 0;
    right: 0;
}





.newsContent h2{
text-align: center;
    padding-bottom: 15px;
    margin-bottom: 30px;
    color: #000;
    letter-spacing: 1px;
    position:relative;
}

.newsContent h2:before{
content: "";
    width: 15%;
    height: 2px;
    background: #ddd;
    position: absolute;
    left: 43%;
    bottom: 0;
            -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.newsContent:hover h2:before{
    background: #f9b816;
}

.newsContent p{
    text-align: center;
    padding: 0 25px;
        color: #999;
}


.newsUl li:nth-of-type(1) .imgBlockNews,
.blog .items-row:nth-of-type(2n+1) .imgBlockNews{
    float: left;
    width: 49%;
    overflow: hidden;
    height: 295px;
        margin-bottom: 5px;
}


.newsUl li:nth-of-type(2) .imgBlockNews,
.blog .items-row:nth-of-type(2n) .imgBlockNews{
    float: right;
    width: 50%;
    overflow: hidden;
    height: 295px;
        margin-bottom: 5px;
}




.newsUl li:nth-of-type(1) .newsContent,
.blog .items-row:nth-of-type(2n+1) .newsContent{
    width: 50%;
    float: right;
    background: #fff;
    padding: 87px 15px;
    box-sizing: border-box;
      overflow: hidden;
    height: 295px;
        margin-bottom: 5px;
}



.newsUl li:nth-of-type(2) .newsContent,
.blog .items-row:nth-of-type(2n) .newsContent{
    width: 49%;
    float: left;
    background: #fff;
    padding: 87px 15px;
    box-sizing: border-box;
      overflow: hidden;
    height: 295px;
        margin-bottom: 5px;
}


.blog{
        width: 100%;
    display: inline-block;
    margin:50px 0;
}


.subscribeBox{
        width: 100%;
    background: #f9b816;
    height: 115px;
    padding: 30px 0;
    box-sizing: border-box;
}


.stDes{
        float: left;
    color: #fff;
    font-size: 26px;
    padding: 19px 0;
}


.sbForm{
        float: right;
    width: 590px;
}


.sbForm form{
        padding: 20px 0;
}


.sbForm form .fmInput:nth-of-type(1){
    float: left;
    width: 62%;
    margin-right: 15px;
}


.sbForm form .fmInput:nth-of-type(1) input{
    width: 100%;
    padding: 10px;
    background: #fff;
    border: none;
    box-sizing: border-box;
}

.sbForm form .fmInput:nth-of-type(2){
        float: right;
    width: 35%;
}

.sbForm form .fmInput:nth-of-type(2) input{
    background: #444;
    border: none;
    color: #fff;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
}








.footerBox {
    width: 100%;
    height: 210px;
    background: url(../images/footer_bg.jpg) no-repeat 0px 0px;

}


.footerInner{
        padding: 100px 0px;
    box-sizing: border-box;
}

.footerLogo{
       float: left;
    position: relative;
    top: -13px;
}

.copyright{
        float: right;
    padding: 12px 0;
    color: #f9b816;
    font-weight: bold;
}




.elementor-element-populated {
    padding: 20px;
}



.elementor-widget-container {
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}


.gyan-small-info-box {
    transform: rotate(0deg);
    padding: 50px 40px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,.11);
    height:200px;
}




.gyan-small-info-box .gyan-small-infobox-icon-holder {
    background-color: transparent;
    background-image: linear-gradient(50deg,#f9b816 0%,#f9b816 100%);
    font-size: 28px;
    margin-bottom: 33px;
    height: calc(38px*2);
    width: calc(38px*2);
    border-radius: 100% 100% 0;
    transform: rotate(45deg);
    margin:0 auto;
}



.gyan-small-info-box .gyan-small-infobox-text {
    color: #fff;
    transform: rotate(135deg);
}



.gyan-small-infobox-title a {
    color: #032e42;
        font-size: 23px;
    max-width: 770px;
    margin-bottom: 10px;
}

.gyan-small-infobox-subtitle {
    font-size: 16px;
    max-width: 770px;
    margin-bottom: 0;
    color: #676767;
}


.gyan-small-info-box:hover .gyan-small-infobox-icon-holder {
    background-color: #fff;
    box-shadow: 0px 0px 42px 0px rgba(0,0,0,.22);
}

.gyan-animation-box:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
       background-color: transparent;
    background-image: linear-gradient(60deg,#f9b816 0%,#f9b816 100%);
}


.contactblock1 .elementor-row{
        display: inline-flex;
    width: 100%;
}


.contactblock1  .elementor-top-column{
        width: 33%;
    text-align: center;
}


.gyan-animation-box:before {
    
    position: absolute;
    opacity: 1;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
}


.gyan-ease-transition, .gyan-ease-transition i, .gyan-ease-transition svg, .gyan-ease-transition:after, .gyan-ease-transition:before, .gyan-simple-transition, ul.gyan-menu-list-item li {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}


.gyan-small-info-box:hover .gyan-small-infobox-title, .gyan-small-info-box:hover .gyan-small-infobox-title a,.gyan-small-info-box:hover  .gyan-small-infobox-subtitle {
    color: #fff;
}
.gyan-ease-transition{
    position:relative;
    z-index:9;
}


.gyan-ease-transition i{
        color: #fff;
    width: 1em;
    height: 1em;
    position: relative;
    transform: rotate(316deg);
    left: 2px;
    top: 21px;
    font-size: 34px;
}





.formbox{
    width:100%;
        height:700px;
background-color: #4054b2;
    background-image: url(../images/getintouch.jpg);
    background-size: cover;
        transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
position: relative;
}




.elementor-background-overlay {
background-color: #093560;
    opacity: .85;
    transition: background .3s,border-radius .3s,opacity .3s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.elementor-column-gap-no{
    position:relative;
    z-index:9;
}


.formCenter{
    width:800px;
    margin:0 auto;
}








 .gyan-title-heading {
    color: #fff;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 9px;
    text-align: center;
}


 .gyan-title-subtitle {
    color: rgba(255,255,255,.7803921568627451);
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 20px;
    text-align: center;
    position:relative;
}


.gyan-title-subtitle span {
    display: inline-block;
    position: relative;
}




.gyan-title-subtitle span:before {
    left: -40px;
}

 .gyan-title-subtitle span:after,
  .gyan-title-subtitle span:before{
    width: 25px;
    background: rgba(255,255,255,.26);
}


.gyan-title-subtitle span:after,
.gyan-title-subtitle span:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 25px;
    height: 2px;
    display: none;
}



.gyan-title-subtitle span:after {
    right: -40px;
}


.swm-one-half, .swm-row .swm-column2 {
    width: 50%;
    position:relative;
    float:left;
}




.formCenter .gyan-cf7-icon i {
    position: absolute;
    top: 0;
    display: block;
    z-index: 9999;
    line-height: unset;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 12px 22px 12px 23px;
    right:20px;
}

.swm-column-gap i{
    color: rgba(255,255,255,.21);
}

.swm-column-gap input{
-webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    padding: 12px 20px;
    margin: 0 0 20px 0;
    width: 100%;
    max-width: 100%;
    border: 1px solid #e6e6e6;
    background: 0 0;
    line-height: 25px;
    /* font-size: 90%; */
    box-sizing: border-box;
    border-radius: 5px;
    color:#fff;
}

.your-message textarea{
-webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    padding: 12px 20px;
    margin: 0 0 20px 0;
    width: 100%;
    max-width: 100%;
    border: 1px solid #e6e6e6;
    background: 0 0;
    line-height: 25px;
    /* font-size: 90%; */
    box-sizing: border-box;
    border-radius: 5px;
    resize:none;
    color:#fff;

}


.gyan-cf7-style input[type=submit] {
    padding: 15px 50px;
    color: #fff;
    background-color: #f9b816;
    border-radius: 5px;
    border:none;
    outline:none;
    cursor:pointer;
}

.buttonStr{
    text-align:center;
}



.page_110  .page-header h2,
.page_109  .page-header h2{
        text-align: center;
    font-size: 27px;
    padding: 0;
}



.page_110  .item-image,
.page_109  .item-image{
        max-width: 500px;
    padding: 0px 10px 10px 0px;
}

.page_110  .item-image img,
.page_109  .item-image img{
        width: 100%;
}


.item-page{
    padding:30px 0;
}



.wrapperWhith {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}





.serviceContent{
    width: 100%;
    display: inline-block;

	    padding-bottom: 100px;
}




.serviceLeftBlock{
	    width: 330px;
    float: left;
}

.serviceRightBlock,
.newsBlsInPage{
	    width: 800px;
    float: right;
}

.serviceRightBlock .page-header{
	display:none;
}


.serviceContent .pageInner{
	width:1200px;
	margin:0 auto;
	    padding: 50px 0px 50px 0px;
	
}

.serviceContent .item-page img{
	max-width:100%;
}




.service_page{
      width: 100%;
    display: inline-block;


}



.serMEnOver{
    margin-bottom: 40px;
    padding: 30px 30px 30px;
    border: solid 1px #cdeacf;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.serMEnOver:before {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    top: -26px;
    left: 0;
    -moz-transform: translateY(-50%);
    right: 0;
    margin: auto;
    opacity: .3;
    background: #f9b816;
    display:none;
}


.serMEnOver ul li{
        padding: 6px 0;
}

 .serMEnOver a.btn.btn-default {
        background: #f9b816;
    padding: 13px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    box-sizing: border-box;
}

 .serMEnOver a.btn.btn-default:hover{
    background: #f9b816;
}


 .menuBox ul li a:hover,
 .menuBox ul li.active a{
     color:#f9b816;
 }

.serMEnOver ul li a {
    padding: 15px 15px 15px;
    display: block;
    background: #f3f3f3;
    transition: all .3s;
    font-weight: 400;
    position: relative;
}

.fa-file-text{
    padding:0 10px;
}

.serMEnOver ul li  a:before {
    opacity: 0;
    transition: all .3s;
        content: "\f054";
    font-family: FontAwesome;
    padding-right: 10px;
    position: absolute;
    left: 0;
    font-size: 14px;
color: #f9b816;
    top: 18px;
}


.serMEnOver ul li a:hover,
.serMEnOver ul li.active a{
    background: #f9b816 !important;
    color: #fff!important;
    padding-left: 35px !important;
}
.serMEnOver ul li.active a:before,
.serMEnOver ul li a:hover:before{
    opacity: 1;
    color: #fff!important;
    left: 15px;
    background: #f9b816 !important;
}



.serviceRightBlock p{
        color: #797979;
    line-height: 1.4;
}

.serviceRightBlock .item-image{
        margin-bottom: 30px;
}


 blockquote {
    border-radius: 3px;
    position: relative;  /*  <--- */
    font-style: italic;
    text-align: center;
    padding: 1rem 1.2rem;
    width: 80%;  /* create space for the quotes */
    color: #4a4a4a;
    margin: 1rem auto 2rem;
    color: #4a4a4a;
    background: #E8E8E8;
}


 blockquote:before,
blockquote:after{
    font-family: FontAwesome;
    position: absolute;
    top: 13px;
    color: #E8E8E8;
    font-size: 34px;
}
blockquote:before{
    content: "\f10d";
    margin-right: 13px;
    right: 100%;
}
 blockquote:after{
    content: "\f10e";
    margin-left: 13px;
    left: 100%;  
    top: auto;
    bottom: 13px;
}


div[itemprop="articleBody"] ul{
    margin: 0px 0px 0px 40px;
}

div[itemprop="articleBody"] ul li{
position:relative;
padding:2px 0;
}

div[itemprop="articleBody"] ul li:before {
    content: "\2022";
    color: #f9b816;
    font-weight: bold;
    display: inline-block;
    margin-left: -1em;
    font-size: 30px;
    position: absolute;
    top: -5px;
    left: 10px;
}



.page_112 .item-image img {
    width: 100%;
}

.page_112 .pull-left{
    float:none;
}


.page_112 .item-page{
    padding:0px 0px 30px 0px;
}








a.system-message{
    display:none;
}




.brandInner ul li img{
    border:2px solid transparent;
        -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.brandInner ul li img:hover{
  border:2px solid #f9b816;   
}








.imgBlockNews{
   overflow: hidden;
    position: relative;
}


.imgBlockNews img{
    transition: all 0.5s ease 0s;
}


.imgBlockNews:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}





.imgBlockNews:hover img{
    filter: grayscale(100%);
    transform: scale3d(1.1, 1.1, 1.1);
}



.imgBlockNews:hover:after{
    display: block;
}


.brandsBo{
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}


.brandImage{
    width: 50%;
    float: left;
    margin-right:10px;
}

.brandCustomFld{
    width: 49%;
    float: left;
}

.brandText{
        width: 100%;
    display: inline-block;
}


.brandCustomFld ul li strong{
        width: 100px;
    display: block;
    float: left;
}




.mobIcons{
    display:none;
}

.mobIcons div{
    width: 50px;
    height: 4px;
    background-color: #1c3664;
    margin: 4px 0;
    cursor: pointer;
}



.mb_close{
    display:none;
}


.pdf_list{
    width: 100%;
    display: inline-block;
    margin: 20px 0;
}

.pdf_list li{
        padding: 10px 0px 10px 40px;
}


.pdf_list li a{
display: block;
    background: url(../images/pdf_icon.jpeg) no-repeat 0px 0px;
    padding: 10px 0px 10px 50px;
    background-size: 40px;
}
















