html{
    scrollbar-gutter: stable;
}
body{
    font-weight: normal;
    font-family: 'Roboto', sans-serif!important;
        margin: 0;
    padding: 0;
}

ul{
        margin: 0;
    padding: 0;
    list-style: none;
}

p{
    margin:0;
}
a{
    text-decoration:none;
}

h1,h2,h3,h4,h5,h6{
    color:#111226!important;
}

.main_width{
    width:1360px;
    margin:0 auto;
}

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

.logo_row{
    padding: 10px 0;
    float: left;
    width:180px;
}

.logo_row img{
    width: 100%;
}

.menu_row{
        float: right;
    width: 70%;
}

.menu_top{
    padding:15px 0;
    width: 90%;
    display: inline-block;
    border-bottom: 2px solid rgba(17, 18, 38, 0.5);
    float: right;
}

.menu_top p{
float: left;
    font-weight: bold;
    font-size: 18px;
    padding-top: 5px;
    font-style: italic;
}

.tp_contact{
    float: left;
    margin-left: 30px;
}


.tp_contact li{
    float: left;
    padding: 0px 0px 0px 40px;
    position: relative;
    padding-top: 5px;
}


.tp_contact li a{
    color: black;
    display: block;
}


.menu_row_data{
        width: 90%;
    float: right;

}

.tp_contact li:first-of-type{
        padding-right: 40px;
}

.tp_contact li:nth-of-type(1):before{
    content: "";
    width: 30px;
    height: 30px;
    background: #21A7DD url(../images/phone_ico.png) no-repeat 0px 0px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    background-position: 7px 8px;
}


.tp_contact li:nth-of-type(2):before{
    content: "";
    width: 30px;
    height: 30px;
    background: #21A7DD url(../images/email_ico.png) no-repeat 0px 0px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    background-position: 7px 8px;
}

.menu_row_data ul{
        width: 100%;
    display: inline-block;
position: relative;
    top: 4px;    
}
.menu_row_data ul li{
    float:left;
    position:relative;
}

.active_nav,
.menu_row_data ul li:hover{
   /* background: url(../images/menu_line.png) no-repeat 0px 0px; 
    background-size:33px 1px;
    background-position:center bottom;*/
}

.menu_row_data ul li:not(:last-of-type) a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 3px;
    background-color: #4db2ec;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
}

.active_nav a:after,
.menu_row_data ul li:hover > a:after {
    width: 100%!important;
}

.menu_row_data ul li a{
    color: #00576C;
    display: block;
    padding:12px 15px 10px 15px;
    font-size: 18px;
    text-transform: uppercase;
}

.menu_row_data ul li:last-of-type{
    float: right;
    padding-top: 5px;
}
.menu_row_data ul li:last-of-type a{
    background: #111226;
    color: #fff;
    text-align: center;
    padding: 10px 35px 7px 35px;
    border-radius: 10px;
    float: right;
    font-size: 16px;
}


.mainBg:before{
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    z-index: 9;
    width: 100%;
    height: 104%;   
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 38%, rgba(255,255,255,0) 66%, rgba(255,255,255,0) 67%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 38%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 67%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 38%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 67%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */


}

.top_wrapper{
        position: relative;
    z-index: 99;
}


.mainBg.parallax-window {
    min-height: 640px;
    background: transparent;
    position:relative;
}

.middle_row.parallax-window2 {
    min-height: 560px;
    background: transparent;
}

.bgRow {
    position: absolute;
    top: 17%;
    width: 100%;
    z-index: 9;
}

.bgRowLine{
    width: 1360px;
    margin: 0 auto;
}

.main_img_title{
        display: inline-block;
    font-size: 95px;
    width: 40%;
    margin-bottom: 50px;
}

.main_img_title strong,
.slDesc strong{
        color: #21A7DD;
}

.slDesc{
    width: 50%;
    color: #075084;
    font-size: 31px;
}

.slDesc p{
 margin:15px 0;   
}

.main_about_row{
        width: 100%;
    display: inline-block;
    padding-top:50px;
}

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

.about_data_left{
        width: 27%;
    float: left;
}

.about_data_left span{
    color: #21A7DD;
    font-size: 20px;
    padding: 5px 0;
    display: block;
}
.about_data_left h5{
        margin: 0;
    font-size: 30px;
    padding-bottom: 15px;
}

.about_data_left p{
    font-style: italic;
    color: #999;
    margin-bottom: 10px;
    font-size: 20px;
}

.aboutPreview{
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

.aboutPreview img{
        border-radius: 10px;
    object-fit: cover;
    float: left;
    width: 60px;
    height: 60px;
}

.aboutPreview  span{
    width: 100px;
    display: block;
    float: left;
    padding: 8px 0px 0px 10px;
    font-size: 19px;
}

.about_data_right{
    float: right;
    width: 45%;
    padding: 35px 0;
}

.about_data_right p{
margin: 10px 0;
    font-size: 20px;
}

.main_about_row{
    height: 370px;
    background: url(../images/about_bg.png) no-repeat right top;
    background-size: 35%;
}

.service_row{
    width: 100%;
    display: inline-block;
    margin-top: -100px;
    margin-bottom: 50px;
}

.blockHeader{
    width: 100%;
    display: inline-block;
    text-align: center;
}

.blockHeader h3{
    color:#111226;
    display: inline-block;
    padding: 0px 0px 25px 0px;
    font-weight: normal;
    font-size: 45px;
    position: relative;
    background: url(../images/header_icon.png) no-repeat 0px 0px;
    background-size: 40px auto;
    background-position: center bottom; 
}


.service_data{
    width: 100%;
    display: inline-block;
    margin-top:30px;
}

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

.service_data ul li{
    width: 32%;
    float: left;
    height: 370px;
    margin-bottom: 20px;
    margin-right: 27px;
    box-shadow: 4px 4px 13px 2px rgba(197, 197, 197, 0.25);
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
    position:relative;
}

.service_data ul li:nth-of-type(3n){
     margin-right: 0px;
     float:right;
}

.service_prev{
        width: 50%;
    margin: 0 auto;
    padding: 15px 0;
}

.service_prev img{
  width:90px;   
}

.service_data ul li h3{
    width: 90%;
    margin: 10px auto;
    font-weight: normal;
    margin-bottom: 25px;
    font-size: 26px;
    height: 90px;
}

.sevice_desc{
        width: 83%;
    margin: 10px auto;
    color: #000;
}


.middle_row{
    width: 100%;
    position: relative;
}

.middle_row:before{
content: "";
    width: 100%;
    height: 104%;
    position: absolute;
    left: 0;
    top: -10px;
    z-index: 9;
    background: rgba(64, 64, 64, 0.7);
}

.middle_content{
    position: absolute;
    bottom: -12px;
    color: #fff;
    font-size: 75px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 0.7;
    z-index: 9;
}

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

.middle_data ul{
        width: 100%;
    display: inline-flex;
    position: relative;
    z-index: 9;
    margin-top: 102px
}

.middle_data ul li{
        width: 25%;
    border: 1px solid #CBCBCB;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-right: 20px;
    height: 300px;
}

.middle_data ul li  p:nth-of-type(2){
font-size: 40px;
    color: #fff;
    font-weight: bold;
}



.middle_data ul li p:nth-of-type(1){
    height: 110px;
    font-size: 80px;
    color: #fff;
    font-weight: bold;
}

.partners_row{
    width: 100%;
    display: inline-block;
    padding-top:100px;
}

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


.owl-carousel .owl-item img {
    object-fit: contain;
}

.sl_item{
padding: 30px 0;    
    background: #FFFFFF;
box-shadow: 4px 4px 13px 2px rgba(197, 197, 197, 0.25);
border-radius: 10px;
margin:0 5px;
}

.owl-stage{
    padding: 30px 0px;
}

.partners_data .owl-carousel .owl-dots.disabled, .partners_data .owl-carousel .owl-nav.disabled{
    display:none;
}


.news_block{
    width: 100%;
    display: inline-block;
    margin-bottom: 100px;
}

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


.news_row ul li{
        background: #fff;
    width: 33%;
    padding: 30px;
    border-radius: 10px;
     margin-right: 30px;
     box-shadow: 4px 4px 13px 2px rgba(197, 197, 197, 0.25);
}


.news_preview{
        width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    overflow:hidden;
}

.news_preview img{
    width: 100%;
    border-radius: 5px;
}

.news_row ul li strong{
    font-weight: normal;
    background: url(../images/news_date.png) no-repeat 0px 2px;
    padding: 0px 0px 0px 20px;
}

.news_row ul li h3{
  font-weight: normal;
}


.partners_row{
    min-height: 1000px;
    background: url(../images/main_middle_bg.png) no-repeat right top;
}


.news_row ul li:last-of-type{
  margin-right: 0;  
}


.contactform_row {
    margin-top:-10px;
    	width: 100%;
	height: 650px;
	background: url(../images/contact_form_bg.jpg) no-repeat 0px 0px;
	    display: inline-block;
}

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

.contactform_data form{
        width: 50%;
    float: right;
    background: #fff;
    display: inline-block;
    height: 550px;
    position: relative;
    top: 40px;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 4px 4px 13px 2px rgba(197, 197, 197, 0.25);
    box-sizing: border-box;
}

.contactform_data form h5{
    color:#111226;
    margin: 0;
    padding: 0px 0px 0px 50px;
    position: relative;
    font-size: 27px;
    background: url(../images/contact_ico.png) no-repeat left top 5px;
}

.contactform_data form h5 span{
    color: #21A7DD;
}

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

.form_item{
        width: 100%;
    display: inline-block;
    border-bottom: 1px solid #287084;
    margin-bottom: 20px;
}

.form_item input{
    padding: 10px;
    width: 100%;
    border: none;
    box-sizing: border-box;
    outline: none;
}

.form_item textarea{
    padding: 10px;
    width: 100%;
    border: none;
    box-sizing: border-box;
    outline: none;
    resize:none;
    height:100px;
}

.form_sb{
        width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
    top: 20px;
}

.form_sb button{
background: #21A7DD;
    color: #fff;
    border: none;
    padding: 15px 100px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 17px;
    cursor: pointer;
}

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


.comment_data{
    width: 100%;
    display: inline-block;
    height: 300px;    
   background: url(../images/faq_ico.png) no-repeat left 30% top 50%; 
}

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

.faq_preview{
        width: 90px;
    margin: 25px auto;
    border-radius: 5px;
    overflow: hidden;
}
   
.faq_desc{
width: 80%;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
}

.faq_position{
    text-align: center;
    margin: 15px 0;
    display: inline-block;
    width: 100%;
    color:#21A7DD;
}


.comment_data  .owl-nav{
position: absolute;
    top: 64%;
    width: 100%;
    display: inline-block;
}


.comment_data  .owl-nav .owl-prev i{
    content:"";
    background: url(../images/arrow-left-solid.svg) no-repeat 0 0; 
    width:30px;
    height:30px;
    position:absolute;
    left:0;
    top:0;
}

.comment_data  .owl-nav .owl-next i{
    content:"";
    background: url(../images/arrow-right-solid.svg) no-repeat 0 0; 
    width:30px;
    height:30px;
    position:absolute;
    right:0;
    top:0;
}


.news_nav{
    width: 100%;
    display: inline-block; 
    text-align:right;
}

.news_nav a{
    background: url(../images/arrow-right-solid.svg) no-repeat 0 0;
    width: 24px;
    height: 24px;
    display: block;
    float: right;
}

.foooter_row{
        width: 100%;
    display: inline-block;
    background: #F2F2F2;
    padding: 50px 0;
}

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

.footer_left{
width: 15%;
    margin-right: 15%;
}

.footer_left p{
    width: 80%;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding-top: 20px;
}

.footer_right{
    width: 70%;
}

.footer_contact{
    width: 350px;
    float: left;
}

.footer_menu{
        width: 600px;
    float: left;
}

.footer_contact h4{
  font-size: 24px;
    border-bottom: 2px solid #111226;
    display: inline-block;
    margin: 0px 0px 30px 0px;
    padding-bottom: 10px;  
    color:#111226;
}

.footer_contact ul li{
font-size: 20px;
    color: #111226;
    padding: 5px 0px 5px 30px;
}


.footer_contact ul li a{
    text-decoration: none;
    color: #111226;
}

.footer_contact ul li:nth-of-type(1){
        background: url(../images/footer_email_ico.png) no-repeat 0px 11px;
}

.footer_contact ul li:nth-of-type(2){
        background: url(../images/footer_loc_ico.png) no-repeat 0px 11px;
}


.footer_contact ul li:nth-of-type(3){
        background: url(../images/footer_phone_ico.png) no-repeat 0px 11px;
}



.footer_menu h4{
  font-size: 24px;
    border-bottom: 2px solid #111226;
    display: inline-block;
    margin: 0px 0px 30px 0px;
    padding-bottom: 10px;  
    color:#111226;
}

.footer_menu li img{
    display:none;
}



.footer_menu ul li a{
text-decoration: none;
    color: #111226;
    text-transform: inherit;
    padding-left: 25px;
    padding-bottom:5px;
    font-size: 19px;
    display: block;
}


.footer_menu ul li{
        background: url(../images/footer_checkbox.png) no-repeat 0px 9px;
}

.copyright_row{
    width: 100%;
    background: #111226;
    padding: 10px;
    box-sizing: border-box;
}

.copyright_data{
    color: #fff;
    font-size: 13px;
}

.copyright_data a{
        color: #21A7DD;
}


.headline_outer{
    position:relative;
   width: 100%;
    display: inline-block;
    height: 300px;    
   background: url(../images/contact_bg.jpg) no-repeat 0px 0px;  
       margin-top: -8px;
}



.headline_outer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 38%, rgba(255,255,255,0) 66%, rgba(255,255,255,0) 67%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 38%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 67%);
    background: linear-gradient(to right, rgba(255,255,255,1) 38%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 67%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}


.headline_outer .main_width{
    position: relative;
    z-index: 9;
}


.headline_text{
        width: 100%;
    display: inline-block;
    padding: 200px 0px 0px 0px;
}

.headline_text h1{
    color: #21A7DD;
    text-transform: uppercase;
}

.cmsms_breadcrumbs{
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

nav.mod-breadcrumbs__wrapper{
    margin: 0;
    padding: 10px 0px 0px 0px;
}

ol.mod-breadcrumbs{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-flex;
}

.breadcrumb_row{
width: 100%;
    border-bottom: 2px solid #E1E2E4;
    padding: 0px 0px 6px 0px;
    margin-bottom: -4px;
    overflow: hidden;
}


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


.mod-breadcrumbs .float-start{
    display:none;
}

ol.mod-breadcrumbs li:nth-of-type(2) a{
    padding: 0px 25px 0px 0px;
}
.breadcrumb-item a{
    font-size: 14px;
    color: #000;
    padding: 0px 25px 0px 10px;
    position: relative;
}


.breadcrumb-item a:before{
    content: "";
    background: url(../images/chevron-right-solid.svg) no-repeat 0 0;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -1px;
    top: 1px;
}

.breadcrumb-item.active  span{
    padding: 0px 0px 0px 5px;
}


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

.contact_left{
        width: 25%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 4px 4px 13px 2px rgba(197, 197, 197, 0.25);
    border-radius: 10px;
}

.contact_left h3{
        margin: 0;
    color: #21A7DD;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: normal;
}

.contact_left > p{
        width: 100%;
    display: inline-block;
    margin: 10px 0;
    color: #000;
    font-size: 17px;
}

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

.contact_left ul li{
    padding: 15px 0px 15px 50px;
    position: relative;
    border-bottom: 2px solid #21A7DD;
}


.contact_right{
        width: 70%;
    float: right;
    padding: 30px;
    box-sizing: border-box;
}

.contact_right h3{
    margin: 0;
    color: #21A7DD;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: normal;
    
}

.contact_right > p{
        width: 100%;
    display: inline-block;
    margin: 10px 0;
    color: #000;
    font-size: 17px;
}

.contact_right form{
        margin-top: 30px;
    width: 100%;
    display: inline-block;
}

.contact_right form .form_item_contact:nth-of-type(2n+1){
    width: 48%;
    float: left;
        margin-bottom: 20px;
}

.contact_right form .form_item_contact:nth-of-type(2n){
    width: 48%;
    float: right;
        margin-bottom: 20px;
}

.form_item_contact input{
    background: rgba(239, 239, 239, 0.5);
    padding: 20px;
    width: 100%;
    border: none;
    box-sizing: border-box;
    outline: none;
    border-radius: 10px;
}
.form_item_contact_message{
    width:100%;
    display:inline-block;
}


.form_item_contact_message textarea{
    background: rgba(239, 239, 239, 0.5);
    padding: 20px;
    width: 100%;
    border: none;
    box-sizing: border-box;
    outline: none;
    resize: none;
    height: 100px;
    border-radius:10px;
}

.form_button{
    width: 100%;
    display: inline-block;
    text-align: right;
    margin: 50px 0;
}

.form_button button{
        background: #111226;
    color: #fff;
    border: none;
    padding: 15px 50px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 17px;
    cursor: pointer;
}
.mapBox{
        width: 100%;
    display: inline-block;
    margin: 50px 0px 0px 0px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

iframe{
    width:100%;
    margin-bottom:-5px;
}


.contact_left ul li:last-of-type{
    border:none;
}


.contact_left ul li:nth-of-type(1):before{
content: "";
    width: 40px;
    height: 40px;
    background: #21A7DD url(../images/contact_p.png) no-repeat 0px 0px;
    position: absolute;
    left: 0;
    top: 14px;
    border-radius: 5px;
    background-position: 7px 8px;
}

.contact_left ul li:nth-of-type(2):before{
content: "";
    width: 40px;
    height: 40px;
    background: #21A7DD url(../images/contact_eml.png) no-repeat 0px 0px;
    position: absolute;
    left: 0;
    top: 14px;
    border-radius: 5px;
    background-position: 7px 8px;
}


.contact_left ul li:nth-of-type(3):before{
content: "";
    width: 40px;
    height: 40px;
    background: #21A7DD url(../images/contact_map.png) no-repeat 0px 0px;
    position: absolute;
    left: 0;
    top: 14px;
    border-radius: 5px;
    background-position: 7px 8px;
}


.page_115 .defContentItem{
    margin-top:-100px;
}

.page_115  .com-content-article__body ul{
    width: 100%;
    display: inline-block;
}

.page_115  .com-content-article__body ul li{
    width: 23%;
    float: left;
    margin: 0px 36px 36px 0px;
    box-shadow: 4px 4px 13px 2px rgba(197, 197, 197, 0.25);
    border-radius: 10px; 
}

.page_115  .com-content-article__body ul li:nth-of-type(4n){
    float: right;
    margin: 0px 0px 36px 0px;
}

.page_115  .com-content-article__body ul li img{
      width: 100%;
    max-height: 230px;
    object-fit: cover;  
}


.page_115  .com-content-article__body ul li strong{
   padding: 10px;
    display: block; 
}

.page_115  .com-content-article__body ul li p{
        padding: 10px;
    display: block;
}







.page_114  .defContentItem {
    min-height: 1000px;
    background: url(../images/main_middle_bg.png) no-repeat right top;
}






.service_data_page{
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

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

.service_data_page ul li{
    width: 48%;
    float: left;
    height: 140px;
    margin-bottom: 20px;
    margin-right: 27px;
    box-shadow: 4px 4px 13px 2px rgba(197, 197, 197, 0.25);
    border-radius: 10px;
    padding: 16px 30px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    position:relative;
}


.service_data_page .service_prev{
    width: 80px;
    padding: 0;
    margin: 0;
    float: left;
    position: relative;
    top: 13px;
}

.service_data_page .service_prev img{
    width:100%;
}

.service_data_page ul li h3{
    width: 80%;
    margin: 13px 0;
    color: #000;
    font-weight: normal;
    float: right;
    text-align: left;
    font-size: 23px;
}

.service_data_page .sevice_desc{
    width: 80%;
    margin: 0;
    color: #000;
    float: right;
    text-align: left;
}

.service_data_page ul li a{
        display: block;
    width: 100%;
    height: 100%;
}

.service_inner{
   width: 100%;
    display: inline-flex;
    margin-bottom: 100px; 
}

.service_inner_left{
        width: 30%;
    border-right: 2px solid #E1E2E4;
    padding-right: 30px;
    margin-right: 30px;
}

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

.service_inner_left ul li {
        padding: 10px 0;
    margin: 10px 0;
        border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.service_inner_left ul li a{
color: #000;
    font-size: 18px;
}

.service_inner_right{
        width: 70%;
}

.service_main_preview{
    margin-top: 30px;
    width: 100%;
}

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

.service_inner_right h2{
    color: #21A7DD;
}

.service_content p{
        line-height: 1.4;
}


.service_inner_left ul li:hover,
.active_nav_page{
    border-top: 1px solid #21A7DD!important;
    border-bottom: 1px solid #21A7DD!important;
}
.service_inner_left ul li:hover a,
.active_nav_page a{
    color:#21A7DD!important;
}




.news_box article, .search-results article {
    margin-bottom: 48px;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0 0 8px 0 rgba(110,123,140,.15);
}


.news_box article, .search-results article {
    margin-bottom: 48px;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0 0 8px 0 rgba(110,123,140,.15);
}


article {
    display: block;
}

.zoom-thumb {
    position: relative;
    overflow: hidden;
    height: 450px;
}
.zoom-thumb img {
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
        max-width: 100%;
    height: auto;
    width:100%;
}

.content-top-20 {
    clear: both;
}
.content-top-20, .single-content, .widget_tx_posts_carousel_widget .owl-nav {
    padding-top: 20px;
}

.entry-header {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

h1.entry-title, h1.entry-title a {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 0;
    transition: .3s linear;
    color: #000;
}

.details-box .post-title a:hover, h1.entry-title a:hover {
    color: #21A7DD;
    transition: .3s linear;
}

h1.entry-title a:hover, .details-box .post-title a:hover, .tx-cat-style3-right .post-title a:hover {
    color: #21A7DD;
}

.entry-meta, .entry-footer {
    color: #a3a3a3;
}

.entry-meta {
    margin: 0 0 5px;
}

.comments-link, .nickname, .post-category, .post-time, .post-views {
    margin-right: 5px;
}


.entry-meta i, .entry-footer i {
    color: #a3a3a3;
}

.comments-link, .nickname, .post-category, .post-tag, .post-time, .post-views, .social-share-header .share-on, .social-share-header a>i, .widget_tx_posts_carousel_widget .owl-carousel .ptm {
    font-size: 12px;
}


.social-share-header a {
    margin: 0 6px;
    background: 0 0;
    display:block;
}
.social-share-header>.ss-fb:hover, .social-share-header>.ss-gp:hover, .social-share-header>.ss-ln:hover, .social-share-header>.ss-pin:hover, .social-share-header>.ss-tw:hover {
    background: 0 0;
}



.social-share-header a>i {
    color: #888;
    font-size: 15px;
}

.social-share-header>.ss-fb:hover  i {
    color: #4267b2;
}

.social-share-header>.ss-ln:hover  i{
    color: #007bb5;
}

.social-share-header>.ss-tw:hover  i{
    color: #1da1f2;
}

.social-share-header{
    width: 100%;
    display: inline-flex;
}

.social-share-header span{
    padding-right: 10px;
}

.social-share-header a{
    position: relative;
    top: -4px;
}
#secondary .tribe-compatibility-container, #secondary .widget, #secondary_2 .widget {
    padding: 20px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(110,123,140,.2);
}

.search-field {
    display: table-cell;
    width: 100%;
}
.search-field input {
    width: 100%;
    border-right: 0;
    border-left: 1px;
    border-top: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #ccc;
    padding: 7px 12px;
}
.search-button {
    display: table-cell;
    padding: 5px 10px;
    background: #fff;
    border-left: 0;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}





#secondary .tribe-events-widget-events-list__header, #secondary h2.widgettitle, #secondary h3.widget-title, #secondary_2 .tribe-events-widget-events-list__header, #secondary_2 h3.widget-title {
    border-bottom: 3px solid #dadada;
    color: #121212;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 12px;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
}


.widget-title{
    position:relative;
}


 h3.widget-title:after {
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
    background-color: #303030;
}

.rpbl {
    display: grid;
}

.rpost {
    display: -webkit-inline-box;
    margin: 10px 0;
}

.rpthumb {
    margin-right: 10px;
}

#news-ticker, .comment-details, .rpost, .rprojw_thumb, .rpthumb {
    overflow: hidden;
}

.rpthumb img {
    max-width: 100px!important;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    object-fit: cover;
}

.rpt a {
line-height: 1.4;
    display: block;
    color: rgb(18, 18, 18);
    font-size: 14px;
    box-sizing: border-box;
}

.rpt{
    width: 285px;
    display: inline-block;
}

.rpt span{
        color: #555555;
    font-size: 12px;
}
.news_box{
        width: 100%;
    display: inline-block;
    margin: 50px 0;
}

.col-lg-8{
    width: 65%;
padding-right: 40px;

}

.col-lg-12{
 width:100%;   
}

.ptm .post-views{
        padding-left: 15px;
}
.content-top-20 p{
       line-height: 1.4;
    margin-bottom: 15px;
    text-align: justify; 
}

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

#secondary{
    width: 32%;
}


.blog-cols:hover .zoom-thumb img, .rprojw_thumb img:hover, .rpthumb img:hover, .zoom-thumb:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.zoom-thumb img {
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.social-share {
    clear: both;
    margin: 0;
    background: #fff;
    padding: 7px 20px;
    border: 1px solid #f2f2f2;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}

.share-on-title {
float: left;
    padding-right: 25px;
}

.social-share h5 {
    font-size: 20px;
    color: #222;
    padding: 10px 0;
    margin: 0;
}
.social-share a {
padding: 5px 11px;
    margin: 8px;
    font-size: 12px;
    color: #fff;
    position: relative;
    top: 13px;
}

.ss-fb {
    background: #4267b2;
}

.ss-tw {
    background: #1da1f2;
}

.social-share i {
    font-size: 14px;
    padding-right: 5px;
}




.page_115 .com-content-article__body ul li{
    position:relative;
}


.service_data ul li a:before,
.service_data_page ul li a:before,
.page_115 .com-content-article__body ul li:before,
.sl_item:before{

    content: "";
    position: absolute;
    width: calc(100%);
    height: calc(100%);
    top: calc(2px/-1);
    left: calc(2px/-1);
  /*  background: linear-gradient(to right, #21A7DD 0%, #21A7DD 100%), linear-gradient(to top, #21A7DD 50%, transparent 50%), linear-gradient(to top, #21A7DD 50%, transparent 50%), linear-gradient(to right, #21A7DD 0%, #21A7DD 100%), linear-gradient(to left, #21A7DD 0%, #21A7DD 100%);
    background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
    background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
    background-repeat: no-repeat, no-repeat;*/
    border:2px solid transparent;
    border-radius:10px;
    transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out;
    transform: scaleX(0) rotate(0deg);
    transition-delay: 0.6s, 0.3s, 0s;
}





.service_data ul li a:hover,
.service_data_page ul li a:hover,
.page_115 .com-content-article__body ul li:hover,
.sl_item:hover{
    outline-width: 0;
}

.sl_item{
        display: block;
    position: relative;
    z-index: 99;
}



.service_data ul li a:hover:before,
.service_data_page ul li a:hover:before,
.page_115 .com-content-article__body ul li:hover:before,
.sl_item:hover:before{
    background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
    background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
    border:2px solid #21A7DD;
    transform: scaleX(1) rotate(0deg);
    transition-delay: 0s, 0.3s, 0.6s;
}

.service_data ul li{
-moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

 .service_data ul li:hover{
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}





.mod-languages {
    float: right;
    margin-right: 17px;
    margin-top: -3px;
}


.mod-languages button{
    outline: none;
    border: none;
    padding: 7px 0px 0px 0px;
    background: none;
    line-height: 1.8;
    cursor: pointer;
    position:relative;
}

.mod-languages button i{
    color: #ccc;
    font-size: 11px;
    position: absolute;
    top: 14px;
    right: -15px;
}

.mod-languages button span{
        display: inline-block;
    float: left;
    margin-right: 10px;
}

.mod-languages button img{
    width: 20px;
}

.top-box__lang-list{
    position: absolute;
    background: #21A7DD;
    z-index: 9;
    margin-left: -27px!important;
    margin-top: 16px!important;
    display: none;
    border-radius: 0px 0px 10px 10px;
}

.top-box__lang-list a{
    color:#fff;
    padding: 15px;
    border-bottom: 1px solid #fff;
    display: block;
}


.top-box__lang-list img{
width: 20px;
    margin-right: 6px;
    margin-bottom: -5px;
}

.top-box__lang-list li:last-of-type a{
    border:none;
}


.top-box__lang-list a:hover{
    color:#000;
}


.news_preview img{
        -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    max-width: 100%;
    height: auto;
    width: 100%;
}



.news_preview:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.menu_row_data ul li:last-of-type a:hover,
.form_button button:hover{
        background-color: #21A7DD;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}


.form_sb button:hover{
        background-color: #111226;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}


.page_117.page_article .defContentItem .main_width{
        width: 1100px;
}

.page_117.page_category .news_block{
        margin-top: 50px;
}

.page_117.page_category .news_row ul{
    display: inline-block;
}



.page_117.page_category .news_row ul li {
    background: #fff;
    width: 27%;
    padding: 30px;
    border-radius: 10px;
    margin-right: 39px;
    box-shadow: 4px 4px 13px 2px rgba(197, 197, 197, 0.25);
    float: left;
    margin-bottom: 30px;
}

.page_117.page_category .news_row ul li:nth-of-type(3n) {
    float: right;
    margin: 0;
}


