

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.eot') format('embedded-opentype'),
         url('../fonts/Roboto-Light.woff') format('woff'),
         url('../fonts/Roboto-Light.ttf') format('truetype'),
         url('../fonts/Roboto-Light.svg') format('svg');
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.eot') format('embedded-opentype'),
         url('../fonts/Roboto-Medium.woff') format('woff'),
         url('../fonts/Roboto-Medium.ttf') format('truetype'),
         url('../fonts/Roboto-Medium.svg') format('svg');
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.eot') format('embedded-opentype'),
         url('../fonts/Roboto-Bold.woff') format('woff'),
         url('../fonts/Roboto-Bold.ttf') format('truetype'),
         url('../fonts/Roboto-Bold.svg') format('svg');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg') format('svg');
}

@font-face {
    font-family: 'NotoSerif';
    src: url('../fonts/NotoSerif.eot') format('embedded-opentype'),
        url('../fonts/NotoSerif.woff') format('woff'),
        url('../fonts/NotoSerif.ttf') format('truetype'),
        url('../fonts/NotoSerif.svg') format('svg');
}

@font-face {
    font-family: 'NotoSerif-Bold';
    src: url('../fonts/NotoSerif-Bold.eot') format('embedded-opentype'),
        url('../fonts/NotoSerif-Bold.woff') format('woff'),
        url('../fonts/NotoSerif-Bold.ttf') format('truetype'),
        url('../fonts/NotoSerif-Bold.svg') format('svg');
}

@font-face {
    font-family: 'NotoSerif-BoldItalic';
    src: url('../fonts/NotoSerif-BoldItalic.eot') format('embedded-opentype'),
        url('../fonts/NotoSerif-BoldItalic.woff') format('woff'),
        url('../fonts/NotoSerif-BoldItalic.ttf') format('truetype'),
        url('../fonts/NotoSerif-BoldItalic.svg') format('svg');
}

@font-face {
    font-family: 'NotoSerif-Italic';
    src: url('../fonts/NotoSerif-Italic.eot') format('embedded-opentype'),
        url('../fonts/NotoSerif-Italic.woff') format('woff'),
        url('../fonts/NotoSerif-Italic.ttf') format('truetype'),
        url('../fonts/NotoSerif-Italic.svg') format('svg');
}




body {
    
    padding: 0;
    margin: 0;
    color: #1d1d1b;
    letter-spacing: normal;
    line-height: 28px;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    font-family: 'Roboto-Light';
    word-wrap: break-word;
}
h1,h2,h3,h4,h5,h6{
    margin: 0 0 25px 0;
    line-height: 1.2;
    color: #312783;
    word-wrap: break-word;
    font-family: 'NotoSerif-Italic';
}

h1 {
    font-size: 75px;
}
h2{
    font-size: 60px;
    color: #e30613;
}
h3{ 
    font-size: 48px;
    color: #e30613;
}
h4{
    font-size: 36px;
}
h5{
    font-size: 30px;
    line-height: 1.33;
}
h6{
    font-size: 24px;
}
p{
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 20px 0;
    font-family: 'NotoSerif-Italic';
}

ul , ol{
    padding: 0px;
    margin: 0 0 20px 10px;
}
ul li , ol li{
    margin: 0 0 15px 10px;
    padding: 0px;
}
a { 
    color: #e30613;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a, a:visited, a:focus{
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none;
    color: #312783;
}    
img{
    max-width: 100%;
}
input, textarea, a, img {
    outline: none !important;
}
section:before, section:after{
    clear: both;
    display: table;
    content: "";
}
section{
    position: relative;
    clear: both;
    padding: 95px 0;
    display: inline-block;
    float: left;
    width: 100%;
    z-index: 1;
    /*overflow: hidden;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*input[type="text"] , input[type="password"] , input[type="email"] , input[type="url"] , input[type="phone"] , textarea{
    border: 1px solid #58646a;
    width: 100%;
    padding: 0 20px;
    background: #ffffff;
    //height: 42px;
}*/

/*textarea{
    height: 150px;
    resize: none;
    padding: 20px;
}*/
table{  
    margin-bottom: 0px;
    overflow-x: auto;
}
td , th{
    padding: 10px 20px;
    border-right: 1px solid #e1e1e1;
    background: #fff;
}
tr th:first-child , tr td:first-child{
}
th,tr{  
    border: 1px solid #e1e1e1;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0px;
   padding-left: 0;
}

.white-color {
    color: #fff !important;
}
.black-color {
    color: #000;
}
.blue-color {
    color: #312783;
}
.red-color {
    color: #e30613;
}
.bg-blue {
    background-color: #312783;
}
.bg-red {
    background-color:#e30613;
}
.bg-skeen {
    background-color: #f3f3f3;
}

strong {
    font-family: '';
}

/*---------header-part---------*/
.main-part {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.main-area,
.main-area:not(.main-vertical)>.container,
.main-content-wrap,
.main-col,
.main-element {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}
.main-area {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: stretch
}
.main-content-wrap {
    width: 100%;
    position: relative;
}

.main-col {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.main-col.main-left-col {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.main-col.main-center-col,
.main-area .main-element {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.main-col.main-right-col {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.main-col:empty {
    display: none
}

.main-area.main-content-top .main-col {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.main-area.main-content-middle .main-col,
.main-area .main-element {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.main-area.main-content-bottom .main-col {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

/*---------header----------*/

/*-----------end---------*/
/*------desktop-header css------*/
.header-part {
    position: fixed;
    display: inline-block;
    width: 100%;
    float: left;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #fff;
    border-bottom: 10px solid #e30613;
}
.header-nav {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 18px 0;
}
.desktop-header {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
}
.header-logo {
    position: relative;
    display: inline-block;
    max-width: 335px;
    width: 100%;
}
.header-part.sticky .header-logo {
    max-width: 200px;
    width: 100%;
}
#menu {
    display: block;
}
.main-menu {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    float: left;
}
.main-menu > li {
    position: relative;
    display: inline-block;
    padding:10px 15px;
    float: left;
    margin:10px 15px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.main-menu > li:last-child {
    padding-right: 0;
}
.main-menu > li:before {
    position: absolute;
    content: '';
    left: -16.5px;
    top: 50%;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #312783;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-menu > li > a:after {
    position: absolute;
    display: inline-block;
    left: 50%;
    bottom: -45px;
    opacity: 0;
    visibility: hidden;
    content: '';
    border-bottom: 25px solid #e30613;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.main-menu > li:hover > a:after {
    bottom: -38px;
    opacity: 1;
    visibility: visible;
}
.main-menu > li:first-child:before {
    display: none;
}
.main-menu > li:first-child {
    padding-left: 0;
}
.main-menu li a {
    display: inline-block;
    position: relative;
    padding: 0;
    color: #312783;
    font-size: 26px;
    line-height: 1;
    float: left;
    font-family: '';
    text-transform: uppercase;
    font-family: 'Roboto-Regular';
    white-space: nowrap;
}
.main-menu > li:hover > a,.main-menu > li.current-menu-item > a{
    color: #e30613;
}
.mobile-header {
    display:none;
}
.main-menu > li ul {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    margin: 0px;
    min-width: 250px;
    padding: 0;
    background:transparent;
    list-style-type: none;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
    border:6px solid #fff;
}
.main-menu > li ul.pull-right {
    left: auto;
    right: 0;
}
.main-menu > li:hover > ul{
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    height: auto;
    display: block;
    -webkit-transform: translateX(-0px);
    -moz-transform: translateX(-0px);
    -ms-transform: translateX(-0px);
    transform: translateX(-0px);
}
.main-menu > li li,.main-menu > li li li,.main-menu > li li li li{
    background: transparent;
    position: relative;
    text-align: left;
    border-bottom:6px solid #fff;
    padding: 0 0;
    margin: 0;
    display: block;
    width: 100%;
    float: left;
}
.main-menu > li ul li:last-child {
    border-bottom: none;
}
.main-menu > li ul li a {
    display: block;
    width: 100%;
    line-height: 1;
    padding: 10px 9px;
    font-size: 20px;
    font-family: '';
    position: relative;
    color: #fff;
    background-color: #e30613;
    font-family: 'Roboto-Regular';
}
.main-menu > li ul li:hover > a,.main-menu > li ul li.current-menu-item > a{
    color: #312783;
}
.main-menu > li ul li ul {
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: -1px;
}
.main-menu > li ul li:hover > ul {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
}

/*--------mobile-header-css-----*/
.mobile-header .canvas-menu a {
    color: #312783 !important;
    font-size: 30px;
}
.no-banner .mobile-header .canvas-menu a {
    color: #000 !important;
}
.dropdown-toggle::after {
    display: none;
}
.sk-offcanvas-content {
    position: fixed;
    left: -300px;
    width: 300px;
    max-width: 85%;
    top: 0;
    bottom: 0;
    z-index: 9999;
    visibility: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}
.sk-offcanvas-content.open {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.sk-offcanvas-content .close-canvas {
    background: #fff;
    position: absolute;
    left: 100%;
    top: 100px;
    z-index: 999;
    border: 1px solid #dee2e6;
    -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
    display: inline-block;
}
.sk-offcanvas-content .close-canvas a {
    display: inline-block;
    width: 45px;
    height: 45px;
    color: #3a3a3a;
    position: relative;
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    float: left;
}
.sk-offcanvas-content .close-canvas a .fa-times-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.sk-offcanvas-content .close-canvas a:hover {
    cursor: pointer;
    color: #3a3a3a
}
.sk-offcanvas-content .wp-sidebar {
    overflow-x: hidden;
    height: 100%;
    padding: 20px;
    background-color: rgba(21, 21, 21,0.98);
    background-color: #312783;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sk-offcanvas-content #sk-mobile-menu ul.sk-mobile-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
ul.sk-nav-menu li {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    float: left;
    display: inline-block;
    padding: 0;
}
ul.sk-mobile-menu li {
    position: relative !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    width: 100%;
    padding: 0;
}
ul.sk-mobile-menu li a {
    padding: 14px 0 ;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
    position: relative;
    display: block;
    font-family: 'Roboto-Regular';
}
ul.sk-mobile-menu li:hover a,ul.sk-mobile-menu li.current-menu-item a {
    color: #e30613;
}
.sk-offcanvas-content #sk-mobile-menu ul.sk-mobile-menu > li.menu-item-has-children .caret {
    border: none;
    position: absolute;
    top: 21px;
    margin-top: -10px;
    right: 0;
    width: 30px;
    height: 30px;
    z-index: 9;
    color: #fff;
    font-size: 16px;
}
.sk-offcanvas-content #sk-mobile-menu ul.sk-mobile-menu > li.current-menu-item.menu-item-has-children .caret {
    color: #e30613;
}
.sk-offcanvas-content #sk-mobile-menu ul.sk-mobile-menu > li.menu-item-has-children .caret:after {
    position: absolute;
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.sk-offcanvas-content #sk-mobile-menu ul.sk-mobile-menu > li.menu-item-has-children.menu-active .caret {
    /*background: url(../images/minium.png) no-repeat center center transparent;*/
}
.sk-offcanvas-content #sk-mobile-menu ul.sk-mobile-menu > li.menu-item-has-children.menu-active .caret:after {
    content: '\f068';
}
.sk-offcanvas-content #sk-mobile-menu ul.sk-mobile-menu > li a:hover,.sk-offcanvas-content #sk-mobile-menu ul.sk-mobile-menu > li.current-menu-item > a,.sk-offcanvas-content #sk-mobile-menu ul.sk-mobile-menu > li  li.current-menu-item > a {
    color: #e30613;
}
.sk-offcanvas-content #sk-mobile-menu ul.sk-mobile-menu > li ul.sub-menu {
    padding-left: 20px;
    list-style: none;
    padding-bottom: 15px;
    width: 100%;
    float: left;      
}
.sk-offcanvas-content #sk-mobile-menu ul.sk-mobile-menu > li > .sub-menu {
    -webkit-transition: 0s;
    transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    display: none;
}
ul.sk-nav-menu > li .sub-menu li {
    background: transparent;
    position: relative;
    text-align: left;
    border-bottom: 0;
    padding: 0px 0;
    display: block;
}
.sk-offcanvas-content #sk-mobile-menu ul.sk-mobile-menu > li li a {
    padding: 8px 0 8px 0px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
    position: relative;
    display: block;
}

ul.sk-mobile-menu .sub-menu li  .drop-nav-arrow {
    position: absolute;
    left: -15px;
    top: 9px;
    color: #e30613;
}
ul.sk-mobile-menu .sub-menu li .drop-nav-arrow:after {
    content: '\f0da';
    font-weight: 900;
    font-family: 'font awesome 5 free';
}

/*-------------end-----------------*/

/*---------main-part---------*/

.main-btn {
    position: relative;
    display: inline-block;
    padding:8px 20px 13px;
    background: #312783;
    border:none;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden;
    z-index: 0;
    cursor: pointer;
    font-family: 'NotoSerif-BoldItalic';
    font-size: 24px;
    line-height: 1;
    box-shadow: none;
    text-align: center;
}
.main-btn.big-btn {
    padding: 8px 60px 13px;
}
.main-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #e30613;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.main-btn:hover {
  color: #fff;
}
.main-btn:focus {
    outline: none;
}
.main-btn:hover span {
  width: 225%;
  height: 562.5px;
}
.home-banner {
    padding: 0;
    background-repeat: no-repeat;
    background-position: center ;
    background-size: cover;
    height: 640px;
}
.sub-banner {
    padding: 0;
    background-repeat: no-repeat;
    background-position: center ;
    background-size: cover;
    height: 460px;
}
.banner-caption {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.banner-caption-inner {
    max-width: 585px;
    float: right;
    position: relative;
    width: 100%;
    text-align: center;
}
.banner-top-info {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 12px;
    margin-bottom: 15px;
    background-color: rgba(255,255,255,0.702);
}
.banner-top-info h5 {
    margin-bottom: 0;
    color: #3c3c3b;
}
.banner-contakt {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 13px 30px;
}
.banner-contakt h5 {
    color: #3c3c3b;
    margin-bottom: 0px;
}
.banner-contakt h2 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 5px;
    position: relative;
    padding-right: 10px;
}
.banner-contakt h2 span {
    display: inline-block;
    margin-right: 20px;
}
.banner-contakt h2 a {
    display: inline-block;
    vertical-align: middle;
}
.banner-bottom {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner-bottom h5 {
    margin-bottom: 0;
    padding: 9px 27px 15px;
    display: inline-block;
    background-color: rgba(49, 39, 131, 1);
    white-space: nowrap;
}
.content-row {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.content-title {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.content-title.center-align {
    text-align: center;
}
.content-blog,.content-info {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.content-img {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    overflow: hidden;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.border-top:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    border-top:10px solid #e30613;
}
.content-img img {
    width: 100%;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.content-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.content-top {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.content-top .content-info p {
    font-family: 'Roboto-Light';
}
h4 a {
    color: #312783;
}
h4 a:hover {
    color: #e30613;
}
.content-blog.center-align,.center-align {
    text-align: center;
}
.btn-outer {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.service-blog-outer {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    overflow: hidden;
}
.service-blog {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 20px 30px;
    border:3px solid #e9e9e9;
}
.service-blog:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 65px;
    height: 100px;
    border-left: 3px solid #e9e9e9;
    background: #fff;
    z-index: 1;
    -webkit-transform: rotate(45deg) translate(42px, 12px);
    -moz-transform: rotate(45deg) translate(42px, 12px);
    -ms-transform: rotate(45deg) translate(42px, 12px);
    transform: rotate(45deg) translate(42px, 12px);
}
.service-info {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding-left:125px; 
}
.service-info p {
    font-family: 'Roboto-Light';
}
.service-icon {
    position: absolute;
    left: 0;
}
.service-info .main-btn {
    position: absolute;
    bottom: -43px;
}
.blue-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
}
.blue-bar a {
    color: #fff;
}
.blue-bar a:hover {
    text-decoration: underline;
}
.map-outer {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    height: 450px;
}
.map-outer iframe {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
/*-------------end-----------------*/

/*---------footer-part---------*/
.footer-part {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.footer-top {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top:10px solid #e30613;
}
.footer-logo {
    position: relative;
    display: inline-block;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}
.footer-address {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    border-bottom: 6px solid #fff;
}
.footer-address ul {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.footer-address ul li {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 60px 0 0;
    margin: 0 0 20px;
}
.footer-address ul li:last-child {
    padding-right: 0;
}
.footer-address ul li p,
.footer-address ul li a {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
    font-family: 'Roboto-Regular';
}
.footer-menu {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 65px;
}
.footer-menu ul {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.footer-menu ul li {
    position: relative;
    display: inline-block;
    padding: 5px 0px;
    margin: 0 55px;
    float: left;
}
.footer-menu ul li:first-child {
    margin-left: 0;
}
.footer-menu ul li:last-child {
    margin-right: 0;
}
.footer-menu ul li:last-child:after {
    display: none;
}
.footer-menu ul li:after {
    position: absolute;
    content: '';
    right: -56.5px;
    top: 50%;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer-menu ul li a {
    color: #fff;
    display: block;
    font-size: 19px;
    font-family: 'Roboto-Regular';
}
.footer-menu ul ul {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0;
    margin: 0;
}
.footer-menu ul li li {
    position: relative;
    display: block;
    padding:3px 0;
    margin: 0;
}
.footer-menu ul li li:after {
    display: none;
}
.footer-menu ul li li a {
    font-size: 16px;
    line-height: 1.3;
    white-space: nowrap;
}
.footer-address a:hover {
    color: #e30613;
}
.footer-menu ul li:hover a,
.footer-menu ul li.current-menu-item a {
    color: #e30613;
}
.footer-menu ul li:hover li a,
.footer-menu ul li.current-menu-item li a {
    color: #fff;
}
.footer-menu ul li li:hover a,
.footer-menu ul li li.current-menu-item a {
    color: #e30613;
}
.footer-bottom {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    background-color: #fff;
    padding: 17px 0;
}
.footer-bottom p {
    font-size: 18px;
    font-family: 'Roboto-Regular';
    margin-bottom: 0;
    color: #575756;
}
/*-----------end------------*/

/*-----------inner-pages--------*/
p b {
    font-family: 'Roboto-Medium';
}
.list-arrow {
    position: relative;
    display: block;
    padding:25px 0 35px;
    margin:0px 0;
}
.list-arrow li {
    position: relative;
    display: block;
    padding: 0 0 0 20px;
    margin: 0;
    font-size: 24px;
    line-height: 1.5;
    color: #1d1d1b;
    font-family: 'Roboto-Light';
}
.list-arrow li:after {
    position: absolute;
    content: '\f101';
    font-family: 'font awesome 5 free';
    left: 0;
    top: 8px;
    color: #e30613;
    font-size: 14px;
}
.sub-page .content-info p {
    font-family: 'Roboto-Light'
}