body
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #52575f;
}

h1
{
    font-size: 48px;
}

h2
{
    font-size: 42px;
}

h3
{
    font-size: 36px;
}

h4
{
    font-size: 28px;
}

h5
{
    font-size: 22px;
}

h6
{
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6
{
    font-family: 'Roboto', sans-serif !important;
}

.secondary-font
{
    font-family: 'Roboto', sans-serif !important;
}

button:focus
{
    text-decoration: none;
    outline: none;
    border: none;
    box-shadow: none;
}

a, button, a:hover, button:hover
{
    transition: all 0.45s ease-in-out;
}

textarea:focus, input:focus, button:focus
{
    outline: none;
}

*:focus
{
    outline: none;
}

/*home slider*/

.img-bg
{
    background-size: cover !important;
    background-position: center !important;
}

.carousel-item
{
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    background-size: cover;
    position: relative;
}

.banner-content
{
    width: 50%;
    position: absolute;
    top: 55%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -55%);
}

.banner-content h1
{
    margin: 0;
    color: #fff;
}

.banner-content h3
{
    font-weight: 400;
    margin: 10px 50px 30px 0;
    text-shadow: -3px 1px 7px rgb(0 0 0);
    font-size: 320%;
}

.scroll-btn
{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 30px;
    margin: 0 auto;
}

/*Header*/

#header
{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 10;
}


.navbar-design ul li
{
    margin: 0;
    border-right: solid 1px #000;
}

.navbar-design ul li img
{
    max-width: 20px;
}

.navbar-design.navbar-dark .navbar-nav .nav-link
{
    color: #fff;
    text-transform: capitalize;
    padding: 14px 0;
    text-shadow: 2px 1px 2px #000;
    font-size: 14px;
    width: 200px;
    text-align: center;
}

.logo
{
    max-width: 450px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 170px;
}

.header-bottom
{
    background: #99C455;
    background: -moz-linear-gradient(left, #99C455 0%, #4192D0 100%);
    background: -webkit-linear-gradient(left, #99C455 0%, #4192D0 100%);
    background: linear-gradient(to right, #99C455 0%, #4192D0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99C455', endColorstr='#4192D0',GradientType=1 );
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
}

.header-bottom h4
{
    padding: 15px;
    font-weight: 400;
    font-size: 250%;
    margin: 0;
    text-shadow: 1px 1px 3px #000;
}

.industries-area
{
    padding-top: 38px;
}
p {
    overflow-wrap: break-word;
    line-height: 1.8;
    color: #333;
}
.industries-area h3
{
    color: #4192D0;
    text-align: left;
    margin-bottom: 30px;
}

.industries-area p
{
    font-weight: 500;
    font-size: 16px;
}

.industries-area .col-sm-6
{
    margin-top: 30px;
}

.industries-area .col-sm-6 a
{
    display: block;
    position: relative;
    border: solid 1px #4192D0;
    background-color: #fff;
    min-height: 197px;
}

.industries-area .col-sm-6 a:hover
{
    text-decoration: none;
}

.industries-area .col-sm-6 img
{
    display: block;
    margin: 0 auto;
    object-fit: cover;
}

.industries-area .col-sm-6 a span
{
    position: static;
    background: #99C455;
    background: -moz-linear-gradient(left, #99C455 0%, #4192D0 100%);
    background: -webkit-linear-gradient(left, #99C455 0%, #4192D0 100%);
    background: linear-gradient(to right, #99C455 0%, #4192D0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99C455', endColorstr='#4192D0',GradientType=1 );
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    padding: 8px;
    text-shadow: 5px 2px 4px #000;
}

.best-services ul
{
    list-style: none;
    padding: 0;
}

.best-services
{
    margin-top: 40px;
}

.best-services ul li a
{
    background: #99C455;
    background: -moz-linear-gradient(left, #99C455 0%, #4192D0 100%);
    background: -webkit-linear-gradient(left, #99C455 0%, #4192D0 100%);
    background: linear-gradient(to right, #99C455 0%, #4192D0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99C455', endColorstr='#4192D0',GradientType=1 );
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    padding: 20px 10px;
    font-size: 16px;
    border-bottom: solid 1px #52575f;
    text-shadow: 3px 2px 4px #000;
}

.best-services ul li a:hover
{
    text-decoration: none;
}

.best-services
{
    color: #fff;
    padding: 50px 0;
    line-height: 50px;
}

.best-content
{
    width: 80%;
    margin: 0 auto;
    margin-top: 0px;
    background-color: rgba(255,255,2555,0.7);
    padding: 50px;
    color: #000;
    font-size: 14px;
}

.best-content h3
{
    color: #4192D0;
    text-align: center;
    font-size: 27px;
    margin-bottom: 25px;
}

.best-content p
{
    color: #000;
    font-size: 14px;
}

#footer
{
    position: relative;
}

.map-content .container
{
    background: url(../images/map.png) no-repeat center;
    background-size: contain;
    min-height: 550px;
    position: relative;
}

.map-content .container
{
    position: relative;
    min-height: 860px;
    overflow: hidden;
}

.map-content h3
{
    background: #fff;
    display: inline-block;
    color: #4192D0;
    padding: 10px;
    margin-top: 40px;
    font-weight: bold;
}

.map-content img
{
    width: 50px;
}

.map-content ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.map-content ul li
{
    position: absolute;
}

.map-content ul li div
{
    background: rgba(3, 149, 209, 0.8);
    display: block;
    color: #fff;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    width: 180px;
    font-weight: 500;
    padding: 10px;
    position: relative;
    top: 20px;
}

.map-content ul li div a
{
    color: #fff;
    text-decoration: underline;
}

.map-content ul li div span
{
    font-weight: 600;
    letter-spacing: 2px;
}

.map-content ul li div label
{
    margin: 0;
    padding-top: 5px;
}

.map-content ul li:nth-child(1)
{
    top: 372px;
    left: 17%;
}

.map-content ul li:nth-child(2)
{
    top: 322px;
    left: 27%;
}

.map-content ul li:nth-child(2) div
{
    display: inline-block;
}

.map-content ul li:nth-child(3)
{
    top: 290px;
    left: 48%;
}

.map-content ul li:nth-child(3) div, .map-content ul li:nth-child(3) img
{
    float: left;
    display: block;
}

.map-content ul li:nth-child(4)
{
    top: 372px;
    left: 60%;
}

.map-content ul li:nth-child(4) div, .map-content ul li:nth-child(4) img
{
    float: left;
    display: block;
}

.map-content ul li:nth-child(4) img
{
    margin-top: 20px;
    float: right;
}

.map-content ul li:nth-child(5)
{
    top: 339px;
    left: 80%;
}

.map-content ul li:nth-child(5) div, .map-content ul li:nth-child(5) img
{
    float: right;
    display: block;
    left: -20px;
}

.map-content ul li:nth-child(5) img
{
    float: left;
}

.map-content ul li:nth-child(5) img
{
    margin-top: 20px;
}

.map-content ul li:nth-child(6)
{
    top: 465px;
    left: 63%;
}

.map-content ul li:nth-child(6) div, .map-content ul li:nth-child(6) img
{
    float: right;
    display: block;
}

.sub-menu
{
    /*display:none;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
    padding-left: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
}


.sub-menu-toggle
{
    display: none;
}

.navbar-design ul li
{
    position: relative;
    list-style: none;
}

.navbar-design ul li:hover .sub-menu
{
    visibility: visible;
    z-index: 1;
    opacity: 1;
    /*display:block;*/
}

.menu-item-has-children
{
    /*padding-right: 20px;*/
}

.menu-item-has-children:after
{
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #fff;
}

.sub-menu .menu-item-has-children:after
{
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #4294CF;
}

.navbar-design .sub-menu .sub-menu
{
    visibility: hidden !important;
    opacity: 0 !important;
    transition: unset !important;
}

.navbar-design .sub-menu li:hover .sub-menu
{
    visibility: visible !important;
    opacity: 1 !important;
    left: 100%;
    margin-top: 0;
}

.navbar-design.navbar-dark ul .sub-menu li
{
    background: transparent;
}

.navbar-design.navbar-dark .navbar-nav .sub-menu .nav-link
{
    background: #fff;
    border-bottom: 1px solid #000;
    margin-bottom: 0;
    font-size: 12px;
    color: #000;
    text-shadow: unset;
    padding: 12px 0;
    text-align: center;
}

.navbar-expand-lg .navbar-nav
{
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    background: #4192D0; /* Old browsers */
    background: -moz-linear-gradient(left, #4192D0 0%, #98c455 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #4192D0 0%, #98c455 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #4192D0 0%,#98c455 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4192D0', endColorstr='#98c455',GradientType=1 ); /* IE6-9 */

    width: 100%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu
{
    width: 100%;
    border-radius: 0;
}

.search-dropdown
{
    border: none !important;
}

#searchboxheader .input-group
{
    padding: 10px 20px;
    background-color: #fff;
    width: 97%;
}

#searchboxheader img
{
    width: 20px;
}

#searchboxheader .form-control
{
    background: none;
    box-shadow: none;
    border: none;
    font-weight: bold;
    font-size: 14px;
}

.footer-bottom
{
}

.topbar
{
    background: #53585F;
    float: left;
    width: 100%;
    padding: 8px 0;
    margin-bottom: 30px;
}

.customer-login a
{
    background-color: #DCDEE0;
    font-size: 12px;
    color: #4687B9;
    padding: 9px 18px;
    display: inline-block;
    text-transform: uppercase;
}

.lang-sec ul li a
{
    font-size: 12px;
    color: #fff;
    padding: 9px 18px;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #fff;
}

.lang-sec ul li a:hover
{
    opacity: 0.9;
    text-decoration: none;
}

.customer-login a:hover
{
    opacity: 0.9;
    text-decoration: none;
}

.customer-login img
{
    width: 8px;
    margin-left: 5px;
}

.customer-login img, .customer-login span
{
    display: inline-block;
    vertical-align: middle;
}

.lang-sec ul
{
    padding: 0;
    margin: 0;
    float: right;
}

.lang-sec ul li
{
    display: inline-block;
    vertical-align: middle;
}

.lang-sec ul li a img
{
    width: 30px;
}

.dropdown-design .dropdown-toggle::after
{
    display: none;
}

.dropdown-design .dropdown-menu
{
    background: none;
    border: none;
    text-align: center;
}

.dropdown-design .dropdown-menu .dropdown-item
{
    background: #fff;
    margin-bottom: 1px;
    font-size: 12px;
}

.dropdown-design .dropdown-menu
{
    padding: 0;
    text-transform: uppercase;
}

.search-dropdown
{
    position: static;
}

.search-dropdown .dropdown-menu
{
    min-width: 100%;
    border-radius: 0;
}

.navbar-design ul li.search_div
{
    padding-right: 20px;
    margin: 0 auto;
}
.navbar-design ul li.search_div i
{
    font-size:20px;
}

.navbar-design ul li.search-dropdown .dropdown-menu img
{
    min-width: 100%;
    width: 100%;
}

.search-dropdown .dropdown-menu .form-control
{
    background: none;
    box-shadow: none;
    border: none;
    font-weight: bold;
    font-size: 12px;
}

.search-dropdown .dropdown-menu .input-group
{
    padding: 0 20px;
}

.footer-bottom
{
    background: #000;
    padding: 30px 0;
    color: #fff;
    line-height: 24px;
}

.footer-bottom h5
{
    color: #4192D0;
    font-size: 18px;
}

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

.footer-bottom ul li a
{
    color: #fff;
}

.copyright-sec
{
    background: #000;
    padding: 15px 0 25px 0;
}

.copyright-sec p
{
    margin: 0;
    color: #fff;
}

.copyright-sec a
{
    color: #fff;
}

.copyright-sec ul
{
    padding: 0;
    list-style: none;
    margin: 0;
    float: right;
}

.copyright-sec ul li
{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.search-dropdown .dropdown-toggle::after
{
    display: none;
}

.navbar-design
{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4192D0+0,98c455+100 */

    padding: 0;
}

.inner-banner
{
    min-height: 400px;
    padding-top: 142px;
}

.inner-banner-heading
{
    text-align: right;
    padding-top: 160px;
    padding-bottom: 30px;
}

.inner-banner-heading h5
{
    font-weight: 400;
    font-size: 320%;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    margin: 0 50px 0 0;
}

.inner-banner img
{
    max-width: 400px;
    margin-left: 0px;
    margin-top:45px;
}

.breadcrumb
{
    background: none;
    margin-left:0;
    font-size: 12px;
    padding-left:0;
    padding-top:0;
}

.breadcrumb a
{
    color: #6c757d;
}

.breadcrumb-item.active span
{
    color: #4192D0;
}

.breadcrumb-item + .breadcrumb-item::before
{
    content: '>'
}

.primary-color
{
    color: #4192D0;
}

.product-img
{
    border: solid 1px #4192D0;
}

.product-img img
{
    width: 100%;
}

.download-pdf
{
    width: 75%;
    float: right;
    display: block;
}

.download-pdf a
{
    color: #6c757d;
    display: block;
    margin-top: 20px;
}

.download-pdf a:hover
{
    text-decoration: none;
}

.download-pdf span
{
    width: calc(100% - 110px)
}

.download-pdf span, .download-pdf img
{
    display: inline-block;
    vertical-align: middle;
}

.download-pdf img
{
    width: 100px;
}

.product-design .row
{
    margin-top: 30px;
}

.product-design h5
{
    margin-bottom: 30px;
    margin-top: 50px;
}

.product-design ul
{
    margin: 0;
    padding: 0;
    padding-left: 40px;
}

.product-design p .primary-color
{
    color: #4192D0;
}

.product-design .industries-area
{
    margin-bottom: 40px
}

.titlenone .entry-title
{
    display: none;
}

.overlay
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(35,35,40,0.8);
}

.shutter-lock
{
    transform: translateZ(0);
    position: relative;
}

.shutter-lock:after
{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    background: #00cccc;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}

.shutter-lock:hover:after
{
    width: 100%;
}

.title
{
    text-transform: uppercase;
}

.title strong
{
    font-weight: 900;
}

.slider-btn
{
    font-weight: 700;
}

.parallax
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -999;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.more
{
    text-align: center;
}

.more a
{
    display: inline-block;
    padding: 15px 25px;
    border-radius: 2px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.more a:hover
{
    box-shadow: 0px 0px 5px #ff9999;
}
/*
====================================================
                                6.Portfolio
====================================================
*/
.work
{
    padding: 30px 0px;
}

.work-title
{
    padding-bottom: 30px;
    text-align: center;
}

.portfolio-controllers-container
{
    margin-bottom: 30px;
    text-align: center;
}

.portfolio-controllers
{
    padding: 0px;
    height: 100%;
    display: inline-block;
}

.portfolio-controllers .filter-btn
{
    float: left;
    padding: 0 10px;
    position: relative;
    border: 0;
    outline: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    list-style: none;
    position: relative;
}

.portfolio-controllers .filter-btn:after
{
    content: "";
    height: 18px;
    width: 1px;
    background-color: rgba(173 171 171);
    position: absolute;
    top: 3px;
    right: 0;
    transform: rotate( 10deg);
}

.more-container
{
    margin-top: 40px;
}

.portfolio
{
    padding: 14px 7px;
}

.portfolio-image
{
    position: relative;
    overflow: hidden;
}

.portfolio-image img
{
    width: 100%;
    height: 100%;
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

.portfolio-image:hover img
{
    transform: scale(1.2);
    cursor: pointer;
}

.portfolio-image::after
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(34,35,40,0.5);
}

.work .caption
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    opacity: 0;
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 10px;
    z-index: 999;
}

.caption-content
{
    width: 100%;
    height: 100%;
    position: relative;
}

.portfolio-image:hover .caption
{
    opacity: 1;
    transform: scale(1);
}

.caption-content
{
    width: 100%;
    height: 100%;
    text-align: center;
    /*background-color : rgba(0,204,204,0.8);*/
    position: relative;
}

.portfolio-link
{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    padding-left: 0;
}

.portfolio-link li
{
    float: left;
    list-style: none;
}

.portfolio-link li a i
{
    font-size: 25px;
    border-radius: 2px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.portfolio-link li a i.fa-link
{
    padding: 10px 15px;
}

.portfolio-link li a i.fa-plus
{
    padding: 10px 17px;
}

.portfolio-item-title
{
    width: 90%;
    height: 40px;
    overflow: hidden;
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translateX(-50%);
}

.portfolio-item-title:after
{
    position: absolute;
    bottom: 0;
    left: 35%;
    content: '';
    width: 30%;
    height: 2px;
}

.industries-area .col-sm-6 img.more-detail
{
    right: 15px;
    bottom: -19px;
    width: 40px;
    position: absolute;
}

.more a
{
    background-color: #ff9800;
    color: #fff;
}

.portfolio-controllers .btn-default
{
    color: #808080;
}

.portfolio-controllers .filter-btn
{
    background-color: transparent;
    color: rgba(173 171 171);
    font-size: 15px;
    font-weight: 700;
}

.portfolio-controllers .filter-btn.active-work
{
    color: #606060;
}

.portfolio-link li a i
{
    background-color: transparent;
    /*border: 1px solid #00CCCC;*/
    color: #fff;
}

.portfolio-link li a:hover i
{
    /*border-color: transparent;*/
}

.portfolio-link li a:hover i.fa-link,
.portfolio-link li a:hover i.fa-plus
{
    background-color: #ff9800;
    color: #fff;
}

.portfolio-item-title
{
    color: #fff;
}

.portfolio-item-title:after
{
    background-color: transparent;
}

.caption-content
{
    background-color: rgba(225, 225, 225, .7);
}

.portfolio-controllers .filter-btn:last-child:after
{
    display: none;
}

.placeholderbox
{
    width: 100%;
    height: 250px;
    background-color: #b5b5b5;
}

.portfolios
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto !important;
}

.portfolio
{
    position: unset !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

@keyframes scale-display
{
    0%
    {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    100%
    {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes scale-display--reversed
{
    0%
    {
        display: inline-flex;
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    99%
    {
        display: inline-flex;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    100%
    {
        display: none;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

.about-team h6
{
    color: #4192D0;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 0;
}

.content-box
{
    border: solid 1px #4192D0;
    float: left;
    width: 100%;
    margin-top: 30px;
    min-height: 810px;
}

.content-box h6
{
    background: #99C455;
    background: -moz-linear-gradient(left, #99C455 0%, #4192D0 100%);
    background: -webkit-linear-gradient(left, #99C455 0%, #4192D0 100%);
    background: linear-gradient(to right, #99C455 0%, #4192D0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99C455', endColorstr='#4192D0',GradientType=1 );
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    text-shadow: 5px 2px 4px #000;
    margin: 0;
}

.content-box p
{
    padding: 20px;
    margin: 0;
}

.about-boxes
{
    padding: 50px 15px;
}

.contact-area
{
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
}

.contact-area div
{
    background: #99C455;
    background: -moz-linear-gradient(left, #99C455 0%, #4192D0 100%);
    background: -webkit-linear-gradient(left, #99C455 0%, #4192D0 100%);
    background: linear-gradient(to right, #99C455 0%, #4192D0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99C455', endColorstr='#4192D0',GradientType=1 );
    width: 100%;
    display: block;
    color: #fff;
    padding: 15px 10px;
    text-shadow: 5px 2px 4px #000;
    border: solid 1px #4192D0;
    font-size: 18px;
}

.contact-area li
{
    width: 19.6%;
    display: inline-block;
    vertical-align: top
}

.contact-area li img
{
    width: 60px
}

.contact-area li img, .contact-area li span
{
    display: inline-block;
    vertical-align: middle;
}

.contact-area li span
{
    width: calc(100% - 70px)
}

.primary-border
{
    border: solid 1px #4192D0;
}

.contact-form
{
    padding: 30px;
    margin:30px 0;
}

.img-area-contact
{
    width: 90%;
    display: block;
    color: #fff;
    padding: 0;
    text-shadow: 5px 2px 4px #000;
    font-size: 18px;
    text-align: center;
    background: #fff;
    min-height: 150px;
}

.img-area-news-releases
{
    width: 100%;
    display: block;
    color: #fff;
    padding: 0;
    text-shadow: 5px 2px 4px #000;
    font-size: 18px;
    text-align: center;
    min-height: 150px;
}

.img-area
{
    width: 100%;
    display: block;
    color: #fff;
    padding: 0;
    text-shadow: 5px 2px 4px #000;
    font-size: 18px;
    text-align: center;
    background: #fff;
    min-height: 150px;
}

.corporate-head a
{
    text-decoration: underline;
    color: #333;
}

.corporate-head h5
{
    margin-bottom: 50px;
}

.n-box
{
    margin-top: 30px;

}
.news-height .n-box{
    min-height: 250px
}

.news-boxes a
{
    color: #4192D0;
    font-weight: bold;
}

.pdf-btn
{
    width: 30px;
    height: 30px;
    display: block;
    line-height: 25px;
    text-align: center;
}

.readmore-btn
{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 1px #99C455;
    color: #99C455 !important;
    display: block;
    line-height: 25px;
    text-align: center;
}

.inthe-news.about-team a
{
    text-decoration: underline;
    color: #333;
}

.inthe-news.about-team .readmore-btn
{
    margin-top: 30px;
}

.inthe-news.about-team a
{
    color: #4192D0;
    font-weight: bold;
    text-decoration: none;
}

.pagination
{
    display: block;
    text-align: center;
    margin-top: 30px;
}

.pagination li
{
    display: inline-block;
}

.pagination li a
{
    width: 30px;
    height: 30px;
    border: solid 1px #ccc !important;
    display: block;
    font-weight: normal !important;
    color: #ccc !important;
    line-height: 28px;
}

.pagination li a.active
{
    color: #333 !important;
    border-color: #333 !important;
}

.foton-viewpoint a
{
    float: right;
    max-width: 250px;
    display: block;
    color: #4192D0;
    line-height: 1.2;
}

.foton-viewpoint a svg
{
    width: 40px;
    height: 40px;
    fill: #4192D0;
}

.foton-viewpoint a svg, .foton-viewpoint a span
{
    display: inline-block;
    color: #4192D0;
    vertical-align: top
}

.foton-viewpoint a:hover
{
    text-decoration: none;
}

.foton-viewpoint a span
{
    width: calc(100% - 70px);
    padding-left: 10px;
}

.location-stop
{
    max-width: 350px;
    display: block;
    color: #4192D0;
    line-height: 1.2;
}

.location-stop svg
{
    width: 40px;
    height: 40px;
    fill: #4192D0;
}

.location-stop svg, .location-stop span
{
    font-weight: 500;
    display: inline-block;
    color: #4192D0;
    vertical-align: top
}

.location-stop:hover
{
    text-decoration: none;
}

.location-stop span
{
    width: calc(100% - 70px);
    padding-left: 10px;
}

.visual-demo
{
    background: #f4f9ec;
    float: left;
    width: 100%;
    padding: 60px 0;
    margin: 50px 0;
    text-align: right
}

.youtube-section
{
    background: #f4f9ec;
    float: left;
    width: 100%;
    padding: 20px 0;
    margin: 50px 0;
}

.yt-section a
{
    color: #4192D0;
    font-weight: bold;
}

.yt-section a:hover
{
    text-decoration: none;
}

.yt-section span, .yt-section img
{
    display: inline-block;
    vertical-align: middle;
}

.yt-section img
{
    width: 110px;
}

.yt-section span
{
    padding-left: 20px;
    width: calc(100% - 130px)
}

.contact-number span, .contact-number svg
{
    display: inline-block;
    color: #4192D0;
    vertical-align: middle;
    margin: 10px;
    font-weight: bold;
}

.contact-number
{
    text-align: right;
}

.contact-number svg
{
    fill: #4192D0;
    width: 30px;
    height: 30px;
}

.contact-number span
{
    max-width: 150px;
}

.mail-link
{
    max-width: 350px;
    display: block;
    color: #4192D0;
    line-height: 1.2;
    float: right;
    margin-top: 20px;
}

.mail-link svg
{
    width: 40px;
    height: 40px;
    fill: #4192D0;
    margin-left: 10px;
}

.mail-link svg, .mail-link span
{
    font-weight: 500;
    display: inline-block;
    color: #4192D0;
    vertical-align: top;
}

.mail-link:hover
{
    text-decoration: none;
}

.mail-link span
{
    width: calc(100% - 70px);
    padding-left: 10px;
}

.banner-gradient
{
    position: relative;
}

.banner-gradient:after
{
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.5;
    position: absolute;
    content: '';
    background: #99C455;
    background: -moz-linear-gradient(left, #99C455 0%, #4192D0 100%);
    background: -webkit-linear-gradient(left, #99C455 0%, #4192D0 100%);
    background: linear-gradient(to right, #99C455 0%, #4192D0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99C455', endColorstr='#4192D0',GradientType=1 );
}

.inner-banner .container
{
    position: relative;
    z-index: 1;
}

.topbar .container .row .col-lg-12
{
    padding-left: 0;
    padding-right: 0;
}

#searchboxheader .input-group-prepend p
{
    color: red;
    margin: 0;
    line-height: 33px;
    color: #4192D0;
}

#searchboxheader
{
    margin-top: 0;
    padding: 0;
    background: none;
    border: 0;
}

.searchcross_click
{
    width: 3%;
}

#search_close
{
    margin-top: 0;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    padding-top: 11px;
}

.container, .container-sm, .container-md, .container-lg, .container-xl
{
    max-width: 1366px;
}

.navbar-design ul li.search_div a
{
    width: auto !important;
}

#search_close:hover, #search_close:focus
{
    text-decoration: none;
}

.home-banner .container
{
    position: relative;
}

.home-banner .container .logo
{
    right: unset;
    left: 15px;
    top: 186px;
}

.home-banner .banner-content
{
    width: auto;
    bottom: 0;
    top: 73vh;
    right: 0;
    left: unset;
    transform: unset;
}

.navbar-design.navbar-dark .navbar-nav .sub-menu .nav-link:hover
{
    color: #4192D0 !important;
}

.navbar-design.navbar-dark .navbar-nav .nav-link:hover
{
    color: #f6ff10 !important;
}

.footerlogo img
{
    width: 180px;
    margin-bottom: 30px;
}

.about-team
{
    background: #e7f4fb;
    float: left;
    width: 100%;
    margin: 50px 0;
    padding: 50px 0;
}





/*Owl*/

.owl-carousel
{
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage
{
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer
{
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item
{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item
{
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}


.owl-carousel.owl-loaded
{
    display: block;
}

.owl-carousel.owl-loading
{
    opacity: 0;
    display: block;
}

.no-js .owl-carousel
{
    display: block;
}

.history-section
{
    position: relative;
    min-height: 350px;
    padding: 30px 60px;
    border-bottom: solid 5px #4e5d69;
}

.history-section:nth-child(2)
{
    border-bottom: none;
    margin-left: 50px;
}

.history-section:nth-child(2):after
{
    bottom: 100%;
    top: -13px;
}

.history-section:after
{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4192D0;
    content: '';
    display: block;
    position: absolute;
    bottom: -12px;
    left: 32px;
}

.history-section:before
{
    height: 100%;
    border-left: solid 5px #4192D0;
    width: 10px;
    content: '';
    left: 40px;
    display: block;
    position: absolute;
    top: 0;
}

.timeline-foton
{
    margin-top: 30px;
    margin-bottom: 30px;
}

.timeline-foton h5
{
    color: #4192D0;
    font-weight: bold;
    font-size: 18px;
}

.timeline-foton span
{
    color: #4e5e6a;
    font-weight: bold;
    font-size: 20px;
}

.timeline-foton p
{
    padding: 0;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
}

.owl-dots
{
    display: none;
}

.owl-nav
{
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -25px;
}

.owl-nav button
{
    position: absolute;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}

.owl-nav button img
{
    width: 30px;
}

.owl-prev
{
    left: 0
}

.owl-next
{
    right: 0;
}

.eachfootercolumn
{
    border-left: 1px solid #99C455;
    padding-left: 30px;
}

.copyright-sec li
{
    width: 22px;
    height: 22px;
}

.industry-filters ul
{
    float: right;
}

.industry-filters li
{
    display: inline;
    float: left;
}

.industry-filters li a
{
    display: inline-block;
    padding: 7px 20px;
    border-top: 1px solid #4192D0;
    border-bottom: 1px solid #4192D0;
    border-left: 1px solid #4192D0;
    color: #4192D0;
}

.industry-filters li a:hover
{
    text-decoration: none !important;
}

.industry-filters li.filteractive a
{
    background-color: #99C455;
    color: #fff;
}

.industry-filters li:last-child a
{
    border-right: 1px solid #4192D0;
}

.container-fluid.lightbg
{
    background-color: #e0f0f7;
    padding-top: 50px;
    padding-bottom: 50px;
}

.container-fluid.whitebg
{
    padding-top: 50px;
    padding-bottom: 50px;
}

.primary-form
{
}

.primary-form .form-control
{
    border: solid 1px #99C455;
    border-radius: 0;
    background: #ebebeb;
    height: 50px;
    box-shadow: none;
}

.btn-design
{
    border: solid 1px #8cc63e;
    background: #3d85c6;
    color: #fff;
    padding: 10px;
    margin: 0 auto;
    display: block;
    min-width: 200px;
}

.btn-design:hover
{
    background: #8cc63e;
}

#video-demos .col-lg-6:nth-child(2n+1), #video-interviews .col-lg-6:nth-child(2n+1)
{
    padding-right: 60px;
}

#video-demos .col-lg-6:nth-child(2n+2), #video-interviews .col-lg-6:nth-child(2n+2)
{
    padding-left: 60px;
}

.inthe-news .col-lg-6 p
{
    margin-top: 10px;
    margin-bottom: 20px;
}

.search-design label, .contact-foton label
{
    text-align: center;
    display: block;
    font-weight: 600;
}

.search-design .input-group
{
    border: solid 1px #99C455;
    padding: 10px 20px;
    height: 55px;
}

.search-design .input-group .form-control
{
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-style: italic;
    background: none;
    font-size: 13px;
    padding: 0;
    height: auto;
}

.search-design .input-group button
{
    padding: 0;
    margin: 0;
    background: none;
    outline: none;
    border: none;
}

.search-design .input-group button img
{
    width: 24px;
}

.search-design .input-group svg
{
    width: 25px;
    height: 25px;
}

.borderline
{
    width: 1px;
    height: 55px;
    background: #4192D0;
    margin: 0 auto;
    margin-top: 28px;
}

.contact-foton ul
{
    border: solid 1px #99C455;
    padding: 10px 20px;
    text-align: center;
    height: 55px
}

.contact-foton ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
}

.contact-foton ul li
{
    display: inline-block;
    vertical-align: middle;
    padding: 12px;
}

.contact-foton ul li a
{
    display: block;
}

.contact-foton img
{
    width: 25px;
    display: block;
}

.contact-foton span
{
    font-weight: bold;
    color: #4192D0;
    font-size: 15px;
}

.yt-section-web
{
    margin-top: 35px
}
.product-design .industries-area .col-sm-6 a{
    min-height: 390px;
}
.border-banner{
    border: solid 1px #4192D0;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.industries-new {
    margin-top: 30px;
}
.industries-new ul{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    flex-wrap: wrap;
    display: flex;
    align-items: inherit;
    justify-content: center
}
.industries-new ul li{
    border: solid 1px #4192D0;
    width: 14%;
    align-content: space-between;
    margin-right: 2%;
    text-align: center;
    background: #fff;
    margin-bottom: 2%;
    position: relative; 
    min-height:auto;
}

.industries-new li a:hover{
    text-decoration: none;
}
.industries-new li a span{
    background: #fff;
    background: -moz-linear-gradient(left, #fff 0%, #fff 100%);
    background: -webkit-linear-gradient(left, #fff 0%,#fff 50%,#fff 100%);
    background: linear-gradient(to right, #fff 0%,#fff 50%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=1 );
    color: #4192D0;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
    border-bottom:solid 1px #4192D0;
    display: block;
    font-weight: bold;
    padding: 10px;
    min-height: 70px;
    z-index:2;
    position: relative;
    background-color:#fff;
}
.industries-new li{
    overflow:hidden;
}
.industries-new li a img{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:110%;
    object-fit:cover;
    object-position: top center;
}
.industries-new li a{
    display: block;
    width: 100%;
    background: #fff;
}
.footer-bottom p{
    color: #fff;
}
.indust-contact{
    background: #edf4fa;
    float: left;
    width: 100%;
}
.indust-contact .border-banner{
    border: none;
    margin: 0;
}
.indust-contact .search-design .input-group{
    background: #9fc85f;
    background: -moz-linear-gradient(left,  #9fc85f 0%, #ffffff 100%); 
    background: -webkit-linear-gradient(left,  #9fc85f 0%,#ffffff 100%);
    background: linear-gradient(to right,  #9fc85f 0%,#ffffff 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fc85f', endColorstr='#ffffff',GradientType=1 );
    border-color: #246699;
}
.indust-contact .search-design .input-group .form-control{
    background: none;
    border: none;
}
.indust-contact .contact-foton ul{
    background: #ffffff; 
    background: -moz-linear-gradient(left,  #ffffff 0%, #4a97d2 100%); 
    background: -webkit-linear-gradient(left,  #ffffff 0%,#4a97d2 100%);
    background: linear-gradient(to right,  #ffffff 0%,#4a97d2 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4a97d2',GradientType=1 ); 
    border-color: #246699;

}
.indust-contact .contact-foton ul span{
    color: #333;
}




.industries-img {
    margin-top: 30px;
}
.industries-img ul{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    flex-wrap: wrap;
    display: flex;
    align-items: inherit;
    justify-content: center
}
.industries-img ul li{
    border: solid 1px #4192D0;
    width: 15.3%;
    align-content: space-between;
    margin-right: 1%;
    text-align: center;
    background: #fff;
    margin-bottom: 2%;
}

.industries-img li a:hover{
    text-decoration: none;
}
.industries-img li a span{
    position: static;
    background: #99C455;
    background: -moz-linear-gradient(left, #99C455 0%, #4192D0 100%);
    background: -webkit-linear-gradient(left, #99C455 0%, #4192D0 100%);
    background: linear-gradient(to right, #99C455 0%, #4192D0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99C455', endColorstr='#4192D0',GradientType=1 );
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    padding: 8px;
    text-shadow: 5px 2px 4px #000;
}
.industries-img li a{
    display: block;
    width: 100%;
    background: #fff;
}
.centerli{
    height:165px;
    position: relative;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    clear:left;
    padding:15px;
    text-align:center;
    background-color:#ffb900;
    font-weight:bold;
}
.wpcf7 form.sent .wpcf7-response-output{
    border-color: #46b450;
    clear: left;
    background-color: #46b450;
    text-align: center;
    padding: 15px;
    color: #fff;
    font-weight: bold;
}
.searchstyle h1.page-title{
    font-size:22px;
}
.searchstyle article{
/* 	clear:left; */
}
.searchstyle .entry-title{
    font-size:20px;
    margin:10px 0;
}
.searchstyle .entry-title a{
    font-size:18px;
}
.searchstyle .search-submit{
    border: solid 1px #8cc63e;
    background: #3d85c6;
    color: #fff;
    padding: 13px 27px;
    margin: 0 auto;
    cursor: pointer;
}
.searchstyle .post-thumbnail{
    float:left;
    width: 100%;
}
.searchstyle .search-field{
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: solid 1px #99C455;
    border-radius: 0;
    background: #ebebeb;
    height: 50px;
    box-shadow: none;
    margin-bottom:10px;
}
#searchboxheader form{
    width:95%;
}
.homeindustrial h3{
    color: #4192D0;
    font-size: 27px;
    margin-bottom: 25px;
}
.type-product {
    display: block;
    width: 33.3%;
    padding-right:5px;
    float: left;
    min-height: 520px;
}
.type-product  a{
    color:#4192D0
}
.inthe-news.about-team .eachrelease a{
    width:auto;
    height:auto;
}
.inthe-news #video-interviews .col-lg-6 p{
    font-weight:bold;
    text-align: center;
}
#video-demos .col-lg-6 p{
    font-weight:bold;
    text-align: center;
}
.product-design.productvariationdesign h5{
    margin-top:0;
}
.product-design.productvariationdesign .row{
    padding-top:0;
}
.product-design.productvariationdesign .eachvariationprod{
    padding-top:50px;
    padding-bottom:50px;
}
.navbar-design.navbar-dark .navbar-nav .current_page_item .nav-link{
    color:#f6ff10 !important
}
.navbar-design.navbar-dark .navbar-nav .current_page_item .sub-menu .nav-link{
    color:#000 !important;
}
.navbar-design.navbar-dark .navbar-nav .current_page_item .sub-menu .nav-link:hover{
    color:#4192D0 !important;
}
.scroltotop{
    display:none;
    position: fixed;
    bottom:20px;
    right:20px;
    width:40px;
    height:40px;
}
.scroltotop img{
    width:100%;
}
.eachrelease img.img-fluid{
    max-width:59px;
}
.forpdfflex{
    display:flex;
}
.product-design ol li a{
    color: #52575f;
    text-decoration: underline;
}
.social_icons{
    padding-right:85px;
}
.support_description{
    margin-left:13px;
}
.support_description p{
    padding:20px;
    color:#000;
    display:inline-block;
    background-color:rgba(255,255,255,0.8);
}
@media only screen and (max-width: 1280px)
{

    .navbar-design.navbar-dark .navbar-nav .nav-link
    {
        width: 170px;
    }
}

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

    .navbar-design.navbar-dark .navbar-nav .nav-link
    {
        width: 150px;
    }
}

@media only screen and (max-width: 991px)
{
    .industries-new ul li, .industries-img ul li{
        width: 31%;
    }
    .navbar-dark .navbar-toggler
    {
        border: none;
        margin-top: 0;
    }

    .home-banner .container .logo
    {
        right: unset;
        max-width: 400px;
    }

    h1
    {
        font-size: 40px;
    }

    h2
    {
        font-size: 32px;
    }

    h3
    {
        font-size: 28px;
    }

    h4
    {
        font-size: 20px;
    }

    h5
    {
        font-size: 18px;
    }

    h6
    {
        font-size: 16px;
    }

    .scroll-btn
    {
        bottom: 150px;
    }

    .industries-area p
    {
        font-size: 15px;
        text-align: center;
    }

    .industries-area .col-lg-2 a img
    {
        width: 100%;
    }

    .best-content
    {
        width: 100%;
        text-align: center;
    }

    .map-content img
    {
        display: none !important;
    }

    .map-content ul li
    {
        position: static;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }

    .map-content ul li div
    {
        width: 100%;
        display: block !important;
        position: static;
        margin-top: 1px;
    }

    .map-content h3
    {
        margin: 0;
        display: block;
        text-align: center;
    }

    .map-content .container, .map-content
    {
        min-height: inherit;
        padding-bottom: 5px;
    }

    .download-pdf
    {
        width: 100%;
        margin-bottom: 30px;
    }

    #video-demos .col-lg-6:nth-child(2n+2), #video-demos .col-lg-6:nth-child(2n+1), #video-interviews .col-lg-6:nth-child(2n+1), #video-interviews .col-lg-6:nth-child(2n+2)
    {
        padding: 15px;
    }

    .map-content
    {
        background-size: cover;
    }
    .navbar-design.navbar-dark .navbar-nav .nav-link {
        width: 100%;
        text-align: left;
        border: none;
        padding-left: 20px;
    }
    .menu-item-has-children:after{
        margin-left: -40px;
        left: 100%;
        bottom: 20px;
    }

    .home-banner .banner-content{
        width:100%;
        text-align: center !important;
        transform: translateY(-50%);
    }
    .home-banner .banner-content h3{
        margin-right:0;
    }
    .navbar-dark .navbar-toggler{
        background-color:#4192d0;
        padding:3px 7px;
        border-radius:0;
    }
    .contact-area li{
        width:49%;
    }


    .industry-filters ul{
        width:100%;
        padding-left:0;
    }
    .industry-filters li{
        width:100%;
    }
    .industry-filters li:last-child a{
        border-bottom:1px solid #4192D0;
    }
    .industry-filters li a{
        width:100%;
        text-align: center;
        border-top:1px solid #4192D0;
        border-left:1px solid #4192D0;
        border-right:1px solid #4192D0;
        border-bottom:0;
        text-align: center;
    }
}


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

    .industries-new ul li, .industries-img ul li{
        width: 48%;
    }
    .border-banner{
        padding: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .portfolio-controllers .filter-btn
    {
        margin-bottom: 15px;
        padding: 10px 12px;
        margin-left: 10px;
    }

    .footer-bottom h5
    {
        margin-top: 40px;
    }

    .borderline
    {
        width: 100%;
        height: 1px;
        background: #4192D0;
        margin: 30px auto;
    }
    .eachfootercolumn{
        padding-left: 15px;
    }
    #viewpoints .text-right{
        text-align: left !important;
    }
    #video-interviews iframe{
        width:100%;
    }
    #video-demos .col-lg-6:nth-child(2n+1), #video-interviews .col-lg-6:nth-child(2n+1) {
        padding-right: 15px;
    }
    #video-demos .col-lg-6:nth-child(2n+2), #video-interviews .col-lg-6:nth-child(2n+2) {
        padding-left: 15px;
    }
    .home-banner .banner-content h3{
        font-size:30px;
    }
    .home-banner .banner-content{
        top:65vh;
    }
    .inner-banner-heading{
        text-align: center;
    }
    .inner-banner-heading h5{
        margin-right:0;
        font-size:30px;
    }
}
@media only screen and (max-width: 520px){
    .customer-login{
        width:auto;
    }
    .lang-sec{
        text-align: right;
        width:auto;
    }
    .contact-area li{
        width:100%;
    }
}
@media only screen and (max-width: 414px){
    .home-banner .banner-content h3{
        font-size:24px;
    }
    .lang-sec ul li a {
        padding: 9px 8px;
    }
}
.about-video {
    border: none;
}
.about-video iframe{
    height: 299px;
    width: 100%;
    border: none;
}
.contact-area li a{
    color: #fff;
}
.contact-area li a:hover{
    text-decoration: none;
    opacity:0.8;
}
.contact-us{
    margin-bottom: 0;
}