.header-topbar {
    width: 100%;
    height: 115px;
    background-color: #FFF;
}

.small-head {
    height: 44px;
    border-top: 4px solid #c12e2a
}

.sh-tl li {
    float: left;
    padding: 8px;
    color: #A0A0A0;
}

.sh-tl li i {
    border: 1px solid #A0A0A0;
    padding: 4px;
    border-radius: 50px;
    width: 25px;
    padding-left: 6px;
    color: #A0A0A0;
    margin-right: 4px;
}

.sh-rt li {
    float: right;
    padding: 8px;
    color: #A0A0A0;
    margin-top: -10.5px;
}

.sh-rt li i {
    border: 1px solid #A0A0A0;
    padding: 4px;
    border-radius: 50px;
    width: 25px;
    padding-left: 6px;
    color: #A0A0A0;
    margin-right: 4px;
}

.nav-menu li {
    float: right;
    padding: 21.5px;
    font-size: 14px;
    color: #838383
}

.nav-menu li a {
    color: #838383;
    text-decoration: none;
    cursor: pointer;
}

.nav-menu li:hover {
    border-bottom: 3px solid #c12e2a;
    color: #c12e2a !important
}

.nav-menu li:hover a {
    color: #c12e2a !important
}

.sel {
    border-bottom: 3px solid #c12e2a;
    color: #c12e2a !important
}

.sel a {
    color: #c12e2a !important
}

.slider {
    width: 100%;
}

.w-w-d i {
    font-size: 22px;
    padding: 15px;
    border: 1px solid #c12e2a;
    border-radius: 50px;
    color: #c12e2a
}

.w-w-d p {
    font-size: 90%
}

.w-w-d {
    margin-top: 40px;
}

.image_bg_1 {
    background-attachment: fixed;
    background: rgba(236, 240, 241, 0.4) url("image_bg_1.png") repeat scroll 0 -150px;
    background-attachment: fixed;
    background-size: cover;
}

.rws img {
    width: 100%;
}

.rws {
    height: 230px;
    overflow: hidden;
    margin-top: 30px;
}

.thumbnail {
    border: 0px;
    padding: 0px;
    height: 230px;
    overflow: hidden;
}

.inqq {
    padding-top: 3px solid #c12e2a;
}

.inqq-ss {
    padding: 20px;
}

.inqq-ss h2 {
    margin-left: 5%;
    font-weight: 200;
    color: #868686
}

.inqq-ss p {
    margin-left: 5%;
    font-weight: 200;
    color: #868686
}

.fot-data b {
    color: #828282
}

.fot-data p {
    font-size: 90%;
    color: #828282;
    text-indent: 30px;
}

.foot-list li i {
    border: 1px solid #a0a0a0;
    border-radius: 50px;
    color: #a0a0a0;
    margin-right: 4px;
    padding: 4px 4px 4px 6px;
    width: 22px;
}

.foot-list {
    margin-left: 0px;
    padding-left: 0px;
}

.foot-list li {
    font-size: 88%;
    margin-top: 5px;
}

.workday li {
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 5px;
}

.footer {
    background-color: rgba(0, 0, 0, 0.03)
}

.crsl-items {
    display: block;
    padding: 5px;
}

.crsl-item {
    background: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}

.crsl-item .thumbnail {
    display: block;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

.crsl-item .thumbnail img {
    display: block;
    /* fix 1px image space http://stackoverflow.com/q/5804256/477958 */
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.crsl-item .thumbnail:hover img {
    opacity: 0.8;
}

.crsl-item h3 {
    font-family: 'Oswald', 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #CCC;
    line-height: 1.25em;
    margin-bottom: 12px;
    padding: 0px 12px;
}

.crsl-item h3 a {
    text-decoration: none;
    color: #686868;
}

.crsl-item h3 a:hover {}

.crsl-item .postdate {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    font-size: 1.2em;
    font-weight: bold;
    background: #4e90da;
}

.crsl-item p {
    margin-top: -20px;
    text-indent: 50px;
    font-size: 1.2em;
    line-height: 1.55em;
    margin-bottom: 5px;
    padding: 10px;
    font-size: 88%;
}

.crsl-item p.readmore a {
    display: block;
    float: right;
    color: #4e90da;
    padding: 3px 5px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.crsl-item p.readmore a:hover {
    background: #4b6caa;
    color: #fff;
}


/** posts slider nav **/

.slidernav {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.slidernav a {
    display: inline-block;
    padding: 5px 8px;
    margin-right: 8px;
    font-size: 1.4em;
    background: #fff;
    color: #666;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.slidernav a:active {
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}


/** media queries **/

@media screen and (max-width: 660px) {
    h1 {
        font-size: 2.4em;
        line-height: 1.2em;
    }
    .crsl-item h3 {
        font-size: 1.65em;
    }
}


/** clearfix **/

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

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

body {
    background-color: #FFF
}

.header-topbar {
    width: 100%;
    height: 115px;
    background-color: #FFF;
}

.small-head {
    height: 44px;
    border-top: 4px solid #c12e2a
}

.sh-tl li {
    float: left;
    padding: 8px;
    color: #A0A0A0;
}

.sh-tl li i {
    border: 1px solid #A0A0A0;
    padding: 4px;
    border-radius: 50px;
    width: 25px;
    padding-left: 6px;
    color: #A0A0A0;
    margin-right: 4px;
}

.sh-rt li {
    float: right;
    padding: 8px;
    color: #A0A0A0;
    margin-top: -10.5px;
}

.sh-rt li i {
    border: 1px solid #A0A0A0;
    padding: 4px;
    border-radius: 50px;
    width: 25px;
    padding-left: 6px;
    color: #A0A0A0;
    margin-right: 4px;
}

.nav-menu li {
    float: right;
    padding: 21.5px;
    font-size: 14px;
    color: #838383
}

.nav-menu li a {
    color: #838383;
    text-decoration: none;
    cursor: pointer;
}

.nav-menu li:hover {
    border-bottom: 3px solid #c12e2a;
    color: #c12e2a !important
}

.nav-menu li:hover a {
    color: #c12e2a !important
}

.sel {
    border-bottom: 3px solid #c12e2a;
    color: #c12e2a !important
}

.sel a {
    color: #c12e2a !important
}

.slider {
    width: 100%;
}

.w-w-d i {
    font-size: 22px;
    padding: 15px;
    border: 1px solid #c12e2a;
    border-radius: 50px;
    color: #c12e2a
}

.w-w-d p {
    font-size: 90%
}

.w-w-d {
    margin-top: 40px;
}

.image_bg_1 {
    background-attachment: fixed;
    background: rgba(236, 240, 241, 0.4) url("image_bg_1.png") repeat scroll 0 -150px;
    background-attachment: fixed;
    background-size: cover;
}

.rws img {
    width: 100%;
}

.rws {
    height: 230px;
    overflow: hidden;
    margin-top: 30px;
}

.thumbnail {
    border: 0px;
    padding: 0px;
    height: 230px;
    overflow: hidden;
}

.inqq {
    padding-top: 3px solid #c12e2a;
}

.inqq-ss {
    padding: 20px;
}

.inqq-ss h2 {
    margin-left: 5%;
    font-weight: 200;
    color: #868686
}

.inqq-ss p {
    margin-left: 5%;
    font-weight: 200;
    color: #868686
}

.fot-data b {
    color: #828282
}

.fot-data p {
    font-size: 90%;
    color: #828282;
    text-indent: 30px;
}

.foot-list li i {
    border: 1px solid #a0a0a0;
    border-radius: 50px;
    color: #a0a0a0;
    margin-right: 4px;
    padding: 4px 4px 4px 6px;
    width: 22px;
}

.foot-list {
    margin-left: 0px;
    padding-left: 0px;
}

.foot-list li {
    font-size: 88%;
    margin-top: 5px;
}

.workday li {
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 5px;
}

.footer {
    background-color: rgba(0, 0, 0, 0.03)
}

.foot-bot {
    border-top: 1px solid #CCC
}

.foot-bot a {
    color: #c12e2a
}

.bg_gradient {
    background: #70269f;
    background: -webkit-gradient(linear, left top, right top, from(#70269f), to(#c12e2a));
    background: -webkit-linear-gradient(left, #70269f, #c12e2a);
    background: -moz-linear-gradient(left, #70269f, #c12e2a);
    background: -o-linear-gradient(left, #70269f, #c12e2a);
    background: -ms-linear-gradient(left, #70269f, #c12e2a);
    background: linear-gradient(left, #70269f, #c12e2a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#70269f', endColorstr='#c12e2a', GradientType=1);
    text-align: center
}

.bg_gradient h1 {
    color: #FFF
}

.bg_gradient a {
    color: #FFF
}

.pagenation {
    color: #FFF;
    margin-top: -8px;
    margin-bottom: 20px;
}

.image_bg_4 {
    background: url(../images/image_bg_5.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.section_offset {
    padding: 63px 0 67px;
    color: #FFF;
}

.color_light {
    text-align: center;
    font-weight: 600
}

.counting {
    font-size: 40px;
}

.fs_large {
    font-size: 16px;
    font-weight: 300
}

.srvic i {
    font-size: 30px;
    padding: 20px;
    border-radius: 50px;
    border: 1px solid #c12e2a;
    color: #c12e2a;
}

.srvic {
    text-align: center
}

.srvic p {
    margin-top: 10px;
}

.srvic b {
    font-size: 20px;
}

.fagg {
    padding: 20px;
}

.sfgreqr b {
    font-size: 16px;
}

.sfgreqr p {
    font-size: 14px;
    text-indent: 30px;
    margin-top: 10px;
}

.sfgreqr {
    padding: 10px;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    margin-top: 5px;
}

.mobiletb {
    width: 100%;
    height: 50px;
    background-color: #FFF;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    padding: 10px;
}

.mobiletb b {
    font-weight: 600;
    font-size: 23px;
}

.mobiletb span {
    color: #f05d59
}

.mobiletb small {
    font-size: 12px;
    color: #f05d59
}

.mobiletb i {
    float: right;
    margin-right: 0px;
    margin-top: 0px;
    color: #FFF;
    background-color: #f05d59;
    padding: 8px;
    border-radius: 5px;
}

.mobile-menu {
    background-color: rgba(193, 46, 42, 0.9);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99
}

.mobile-menu ul {
    padding: 0px;
    margin: 0px;
    margin-top: 50px;
    margin-left: 10px;
}

.mobile-menu ul li {
    padding: 12px;
    font-weight: 600;
    font-size: 16px
}

.mobile-menu ul li a {
    color: #FFF;
    text-decoration: none;
}

.hofffg h1 {
    font-size: 40px;
    margin: 0px;
    padding: 10px;
    font-weight: 400
}

.hofffg small {
    font-size: 15px;
    color: #4b95fa;
    font-weight: 600
}

.hofffg span {
    color: #4b95fa
}

.gallery {
    margin-left: -20px;
}

@media screen and (max-width: 600px) {
    .slider {
        margin-top: 5px !important;
    }
    .services {
        margin-top: 53px !important;
    }
    .w-w-d {
        text-align: center
    }
    .w-w-d i {
        margin-bottom: 8px !important;
    }
    .sh-rt {
        width: 100%;
        margin-top: 0px;
    }
    .sh-rt li {
        float: left;
        margin-top: 20px;
    }
    .gallery img {
        width: 100%;
    }
    .gallery {
        margin-left: -20px;
        margin-top: -30px;
    }
    .fagg div {
        padding: 10px;
    }
    .fagg {
        padding: 0px;
    }
}

gallery-filter {
    width: 100%;
    text-align: center;
}

.gallery-filter .btn {
    background-color: #FFF;
}

.gallery {
    padding: 30px;
    background-color: #fbfbfb;
}

.gallery-title {
    font-size: 36px;
    color: #1bbc9b;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #1bbc9b;
}

.filter-button {
    font-size: 18px;
    border: 1px solid #1bbc9b;
    border-radius: 5px;
    text-align: center;
    color: #1bbc9b;
    margin-bottom: 30px;
}

.filter-button:hover {
    font-size: 18px;
    border: 1px solid #1bbc9b;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #1bbc9b;
}

.btn-default:active .filter-button:active {
    background-color: #1bbc9b;
    color: white;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}


/* =======================================================================
Template Name: Next Technologies
Author:  SmartEye Technologies
Author URI: www.smart-eye.in
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for web template

======================================================================= */


/* ===================================== Import Less ================================== */

@font-face {
    font-family: robot-slab;
    src: url('../fonts/RobotoSlab-Regular.ttf');
    src: url('../fonts/RobotoSlab-Regular.ttf') format('truetype');
}

.blog-box1 .cdfik li {
    float: left;
    padding: 11.5px;
    text-align: center;
    font-size: 13px;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-top: 1px solid #ededed;
}

.blog-box1 .sd-op {
    background-color: #555fae;
    text-align: center;
    color: #FFF;
    padding-bottom: 10px;
    padding-top: 5px;
}

.blog-box1 .cdfik {
    width: 100%;
}

.blog-box1 .pof-det {
    padding: 10px;
    padding-left: 10px;
    padding-left: 60px;
}

.blog-box1 .pof-det b {
    font-size: 13px;
}

.blog-box1 .pof-det p {
    font-size: 13px;
    text-align: justify;
    text-indent: 20px;
    margin-top: 5px;
}

.blog-box1 .sd-op b {
    font-size: 22px;
}


/* ===================================== Basic CSS ================================== */

* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    outline: none;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

a:hover,
a:focus,
input,
textarea {
    text-decoration: none;
    outline: none;
}

.cp {
    cursor: pointer;
}

p {
    margin-bottom: 0px;
    width: 100%;
}

.layy {
    padding: 30px;
}

h2 {
    width: 100%;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

.sec-title {
    text-align: center;
    padding-bottom: 45px;
}

.sec-title h2 {
    font-size: 2rem;
    font-weight: 600;
}

.sec-title p {
    font-size: 14px;
}

body {
    background: #f4f4f4;
    font-family: robot-slab;
    font-size: 0.85rem;
    overflow-x: hidden;
}

@media screen and (max-width: 1080px) {
    .container {
        width: 100% !important;
        max-width: 100%;
    }
}

.page-nav {
    padding: 40px;
    text-align: center;
}

.page-nav ul {
    float: none;
    margin: auto;
}

.page-nav h2 {
    font-size: 40px;
    color: #444;
}

.page-nav ul li {
    float: left;
    margin-right: 5px;
    margin-top: 10px;
    font-size: 16px;
}

.page-nav ul li i {
    width: 20px;
    text-align: center;
    color: #444;
}

.page-nav ul li a {
    color: #444;
}


/* ===================================== Header Style  ================================== */

header {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.header-top {
    background-color: #ffffff;
    color: #555FAE;
}

.header-top a {
    color: #FFF;
}

.header-top li {
    font-weight: 300;
    font-size: 13px;
}

.header-top .head-links li {
    float: left;
    list-style: none;
    padding: 10px;
}

.header-top .social-links li {
    float: right;
    list-style: none;
    padding: 10px;
}

.header-top .social-links li {
    padding-right: 20px;
}

nav {
    background-color: #68ffa2;
    background-image: linear-gradient(15deg, #eff6f8 0%, #009cd2 100%);
    padding: 5px;
}

nav ul {
    float: right;
}

nav a {
    color: rgb(255, 255, 255);
}

nav img {
    width: 90%;
}

nav i {
    margin-right: 15px !important;
}

@media screen and (max-width: 760px) {
    nav img {
        width: 65%;
    }
    nav .menu-tab {
        display: none;
        padding: 0px;
        margin-top: 5px;
    }
    nav li {
        width: 100%;
        border-top: 1px solid #CCC;
    }
    nav li i {
        float: right;
    }
}

@media screen and (max-width: 1200px) {
    nav li {
        padding: 25px 15px !important;
    }
}

@media screen and (max-width: 914px) {
    nav .menu-tab {
        display: none;
        padding: 0px;
        margin-top: 5px;
    }
    nav .small-menu {
        display: block !important;
    }
    nav .col-sm-3 {
        max-width: 100%;
    }
    nav img {
        width: 100%;
    }
    nav li {
        padding: 10px 25px !important;
    }
    nav .col-sm-8 {
        padding: 0px;
    }
}

@media screen and (max-width: 600px) {
    nav img {
        width: 100%;
    }
    nav .small-menu {
        margin-top: 8px !important;
    }
}

@media screen and (max-width: 570px) {
    nav img {
        width: 60%;
    }
    nav .small-menu {
        margin-top: -65px !important;
    }
}

@media screen and (max-width: 450px) {
    nav img {
        width: 60%;
    }
    nav .small-menu {
        margin-top: -53px !important;
    }
}

@media screen and (max-width: 350px) {
    nav img {
        width: 60%;
    }
    nav .small-menu {
        margin-top: -16% !important;
    }
}

nav li {
    font-weight: 300;
    font-size: 14px;
    padding: 25px 40px;
    float: left;
}

nav li i {
    margin-left: 3px;
}

nav li:hover .sub-menu {
    display: block;
}

nav li:hover .sub-menu a {
    color: rgb(133, 240, 235);
}

nav li:hover a {
    color: rgb(133, 240, 235);
}

nav a {
    color: rgb(0, 0, 0);
}

nav .small-menu {
    float: right;
    color: #FFF;
    font-size: 20px;
    background-color: #4f1eff;
    padding: 8px;
    border-radius: 3px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    margin-top: 10px;
    margin-right: -5px;
}

.scroll-to-fixed-fixed {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.sub-menu {
    z-index: 999;
}

.sub-menu-two-col {
    position: absolute;
    width: 400px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #FFF;
    margin-top: 20px;
    display: none;
    margin-left: -20px;
}

.sub-menu-two-col li {
    padding: 14px;
    border-bottom: 1px solid #F6F6F6;
}

.sub-menu-two-col li:nth-child(odd) {
    border-right: 1px solid #F6F6F6;
}

.sub-menu-two-col li {
    width: 50%;
}

.sub-menu-single-col {
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #FFF;
    margin-top: 20px;
    display: none;
    margin-left: -20px;
}

.sub-menu-single-col li {
    padding: 14px;
    border-bottom: 1px solid #F6F6F6;
}

.sub-menu-single-col li:nth-child(odd) {
    border-right: 1px solid #F6F6F6;
}

.sub-menu-single-col li {
    width: 100%;
}

.sub-menu-three-col {
    position: absolute;
    width: 600px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #FFF;
    margin-top: 20px;
    display: none;
    margin-left: -50%;
}

.sub-menu-three-col li {
    padding: 14px;
    border-bottom: 1px solid #F6F6F6;
}

.sub-menu-three-col li:nth-child(odd) {
    border-right: 1px solid #F6F6F6;
}

.sub-menu-three-col li {
    width: 33.33%;
    border-right: 1px solid #F6F6F6;
}

.scroll-to-fixed-fixed {
    width: 104% !important;
}



@media screen and (max-width: 914px) {
    .sub-menu {
        position: relative !important;
        box-shadow: 0px;
    }
    .sub-menu li {
        width: 100%;
    }
    .sub-menu-single-col {
        width: 100%;
    }
    .sub-menu-two-col {
        width: 100%;
    }
    .sub-menu-three-col {
        width: 100%;
        margin-left: 0px;
    }
    .sub-menu-three-col li {
        width: 100%;
    }
}


/* ===================================== Key Features Style  ================================== */

.key-feature-conten {
    color: #FFF;
}

.key-feature-conten b {
    font-size: 1rem;
}

.key-feature-conten p {
    margin-top: 10px;
}

.key-feature-conten i {
    font-size: 42px;
    margin-bottom: 30px;
}

.key-feature-conten .col-md-3:nth-child(odd) {
    padding: 0px;
    text-align: center;
}

.key-feature-conten .col-md-3:nth-child(odd) .layy {
    background: rgba(86, 97, 174, 0.9);
}

.key-feature-conten .col-md-3:nth-child(even) {
    padding: 0px;
    text-align: center;
}

.key-feature-conten .col-md-3:nth-child(even) .layy {
    background: rgba(61, 70, 138, 0.9);
}

.key-feature-conten .key-feature-1 {
    background-image: url("../images/key_features_01.jpg");
    background-size: cover;
    background-position: center;
}

.key-feature-conten .key-feature-2 {
    background-image: url("../images/key_features_02.jpg");
    background-size: cover;
    background-position: center;
}

.key-feature-conten .key-feature-3 {
    background-image: url("../images/key_features_03.jpg");
    background-size: cover;
    background-position: center;
}

.key-feature-conten .key-feature-4 {
    background-image: url("../images/key_features_04.jpg");
    background-size: cover;
    background-position: center;
}


/* ===================================== Slider Style  ================================== */

.slider {
    overflow: hidden;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 720px) {
    .slider .mini_font_size {
        display: none;
    }
    .slider .small_font_size {
        display: none;
    }
}

@media screen and (max-width: 460px) {
    .slider .btn-large {
        display: none;
    }
    .slider .medium_font_size {
        font-size: 10px !important;
        margin-top: 20px !important;
    }
}


/* ===================================== What-we-do Style  ================================== */

.wat-we-do {
    padding: 60px;
    background-color: #FFF;
    text-align: center;
}

@media screen and (max-width: 720px) {
    .wat-we-do {
        padding: 30px 10px;
    }
}

.wat-we-do i {
    padding: 20px;
    border: 1px solid #F2F2F2;
    margin-bottom: 20px;
    font-size: 40px;
    color: #555fae;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.wat-we-do p {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.wat-we-do b {
    font-size: 14px;
}

.wat-we-do .col-sm-4 {
    padding: 30px;
}


/* ===================================== home-page-About-us Style  ================================== */

.home-about {
    height: 400px;
    overflow: hidden;
}

.home-about .about-img {
    padding: 0px;
}

@media screen and (max-width: 580px) {
    .home-about {
        height: auto;
    }
}

.home-about .adout-det {
    background-image: url("../images/slider_demo.jpg");
    background-size: cover;
    background-position: center;
    height: 100%;
    padding: 0px;
}

.home-about .adout-det .layy {
    background: rgba(61, 70, 138, 0.97);
    height: 100%;
    color: #FFF;
    padding: 40px;
}

.home-about .adout-det b {
    font-size: 2rem;
}

.home-about .adout-det p {
    text-align: justify;
    text-indent: 25px;
    margin-top: 15px;
}


/* ===================================== Home-page-blog Style  ================================== */

.home-blog {
    padding: 60px;
    background-color: #FFF;
}

@media screen and (max-width: 720px) {
    .home-blog {
        padding: 10px;
    }
    .home-blog .sec-title {
        padding-bottom: 20px;
    }
}

.blog-1 {
    background-color: #FFF;
    margin-top: 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.04);
}

.blog-1 .cdfik li {
    float: left;
    padding: 11.5px;
    text-align: center;
    font-size: 13px;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-top: 1px solid #ededed;
}

.blog-1 .sd-op {
    background-color: #555fae;
    text-align: center;
    color: #FFF;
    padding-bottom: 10px;
    padding-top: 5px;
}

.blog-1 .cdfik {
    width: 100%;
}

.blog-1 .pof-det {
    padding: 10px;
    padding-left: 10px;
    padding-left: 60px;
}

.blog-1 .pof-det b {
    font-size: 13px;
}

.blog-1 .pof-det p {
    font-size: 13px;
    text-align: justify;
    text-indent: 20px;
    margin-top: 5px;
}

.blog-1 .sd-op b {
    font-size: 22px;
}


/* ===================================== Testimonial Style  ================================== */

.testimonial-container {
    background-image: url("../images/slider_demo.jpg");
    background-size: cover;
    background-position: center;
}

.testimonial-container .layy {
    background: rgba(31, 72, 126, 0.8);
    height: 100%;
    width: 100%;
    color: #FFF;
    padding: 60px;
}

@media screen and (max-width: 720px) {
    .testimonial-container .layy {
        padding: 10px;
    }
}


/* ===================================== Clinet-list Style  ================================== */

.client-list {
    background-color: #FFF;
    padding: 60px;
}

@media screen and (max-width: 720px) {
    .client-list {
        padding: 20px;
    }
}


/* ===================================== Footer Style  ================================== */

footer {
    padding: 40px;
    background-color: #555fae;
    color: #FFF;
}

footer p {
    color: #FFF;
}

footer .blog-foot-cont b {
    font-size: 13px;
}

footer .blog-ro {
    padding: 5px 0px;
}

footer h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

footer li {
    padding: 6px;
}

@media screen and (max-width: 720px) {
    footer {
        padding: 20px;
    }
    footer h2 {
        margin-top: 30px;
    }
}


/* ===================================== Copyright Style  ================================== */

.copy {
    background-color: #3F4998;
    padding: 20px;
    color: #FFF;
    text-align: center;
}

.copy a {
    color: #FFF;
}

.copy img {
    width: 20px;
    margin-left: 7px;
    margin-right: 2px;
}


/* ===================================== About Us(About Us Page) Style  ================================== */

.about-us {
    padding: 40px;
    background-color: #FFF;
}

.about-us p {
    text-align: justify;
    font-size: 13px;
    text-indent: 20px;
}


/* ===================================== Our Team Style  ================================== */

.our-team {
    padding: 40px;
}

.our-team .team-member {
    padding: 10px;
    background-color: #FFF;
    text-align: center;
}

.our-team .team-member img {
    margin-bottom: 5px;
}

.our-team .team-member p {
    margin-top: 5px;
}

.our-team .team-member b {
    padding: 5px;
}

.our-team .team-member ul li {
    float: left;
    padding: 5px;
    width: 20%;
    text-align: center;
    border: 1px solid #CCC;
}

.our-team .team-member ul {
    margin: 0px;
    margin-top: 10px;
}


/* ===================================== Gallery Style  ================================== */

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}

body {
    padding: 40px 0;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 20px;
    align-items: stretch;
}

.grid>article {
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

.grid>article img {
    max-width: 100%;
}

.grid .text {
    padding: 20px;
}

.grid {
    background-color: #ffffff;
}