	                                                                                        /*------------------------------------------------------------------ IMPORT FONTS -------------------------------------------------------------------*/
	                                                                                        
	                                                                                        @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
	                                                                                        @import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i');
	                                                                                        @import url('https://fonts.googleapis.com/css?family=Great+Vibes');
	                                                                                        /*------------------------------------------------------------------ IMPORT FILES -------------------------------------------------------------------*/
	                                                                                        
	                                                                                        @import url(animate.css);
	                                                                                        @import url(font-awesome.min.css);
	                                                                                        @import url(magnific-popup.css);
	                                                                                        @import url(responsiveslides.css);
	                                                                                        @import url(timeline.css);
	                                                                                        @import url(flaticon.css);
	                                                                                        /*------------------------------------------------------------------ SKELETON -------------------------------------------------------------------*/
	                                                                                        
	                                                                                        body {
	                                                                                            color: #000000;
	                                                                                            font-size: 15px;
	                                                                                            font-family: 'Poppins', sans-serif;
	                                                                                            line-height: 1.80857;
	                                                                                        }
	                                                                                        
	                                                                                        a {
	                                                                                            color: #1f1f1f;
	                                                                                            text-decoration: none !important;
	                                                                                            outline: none !important;
	                                                                                            -webkit-transition: all .3s ease-in-out;
	                                                                                            -moz-transition: all .3s ease-in-out;
	                                                                                            -ms-transition: all .3s ease-in-out;
	                                                                                            -o-transition: all .3s ease-in-out;
	                                                                                            transition: all .3s ease-in-out;
	                                                                                        }
	                                                                                        
	                                                                                        h1,
	                                                                                        h2,
	                                                                                        h3,
	                                                                                        h4,
	                                                                                        h5,
	                                                                                        h6 {
	                                                                                            letter-spacing: 0;
	                                                                                            font-weight: normal;
	                                                                                            position: relative;
	                                                                                            padding: 0 0 10px 0;
	                                                                                            font-weight: normal;
	                                                                                            line-height: 120% !important;
	                                                                                            color: #1f1f1f;
	                                                                                            margin: 0
	                                                                                        }
	                                                                                        
	                                                                                        h1 {
	                                                                                            font-size: 24px
	                                                                                        }
	                                                                                        
	                                                                                        h2 {
	                                                                                            font-size: 22px
	                                                                                        }
	                                                                                        
	                                                                                        h3 {
	                                                                                            font-size: 18px
	                                                                                        }
	                                                                                        
	                                                                                        h4 {
	                                                                                            font-size: 21px;
	                                                                                            color: #07528d;
	                                                                                            margin-top: 25px;
	                                                                                        }
	                                                                                        
	                                                                                        h5 {
	                                                                                            font-size: 14px
	                                                                                        }
	                                                                                        
	                                                                                        h6 {
	                                                                                            font-size: 13px
	                                                                                        }
	                                                                                        
	                                                                                        h1 a,
	                                                                                        h2 a,
	                                                                                        h3 a,
	                                                                                        h4 a,
	                                                                                        h5 a,
	                                                                                        h6 a {
	                                                                                            color: #212121;
	                                                                                            text-decoration: none!important;
	                                                                                            opacity: 1
	                                                                                        }
	                                                                                        
	                                                                                        h1 a:hover,
	                                                                                        h2 a:hover,
	                                                                                        h3 a:hover,
	                                                                                        h4 a:hover,
	                                                                                        h5 a:hover,
	                                                                                        h6 a:hover {
	                                                                                            opacity: .8
	                                                                                        }
	                                                                                        
	                                                                                        a {
	                                                                                            color: #1f1f1f;
	                                                                                            text-decoration: none;
	                                                                                            outline: none;
	                                                                                        }
	                                                                                        
	                                                                                        a,
	                                                                                        .btn {
	                                                                                            text-decoration: none !important;
	                                                                                            outline: none !important;
	                                                                                            -webkit-transition: all .3s ease-in-out;
	                                                                                            -moz-transition: all .3s ease-in-out;
	                                                                                            -ms-transition: all .3s ease-in-out;
	                                                                                            -o-transition: all .3s ease-in-out;
	                                                                                            transition: all .3s ease-in-out;
	                                                                                        }
	                                                                                        
	                                                                                        .btn-custom {
	                                                                                            margin-top: 20px;
	                                                                                            background-color: transparent !important;
	                                                                                            border: 2px solid #ddd;
	                                                                                            padding: 12px 40px;
	                                                                                            font-size: 16px;
	                                                                                        }
	                                                                                        
	                                                                                        .lead {
	                                                                                            font-size: 18px;
	                                                                                            line-height: 30px;
	                                                                                            color: #767676;
	                                                                                            margin: 0;
	                                                                                            padding: 0;
	                                                                                        }
	                                                                                        
	                                                                                        blockquote {
	                                                                                            margin: 20px 0 20px;
	                                                                                            padding: 30px;
	                                                                                        }
	                                                                                        
	                                                                                        ul,
	                                                                                        li,
	                                                                                        ol {
	                                                                                            list-style: none;
	                                                                                            margin: 0px;
	                                                                                            padding: 0px;
	                                                                                        }
	                                                                                        
	                                                                                        button:focus {
	                                                                                            outline: none;
	                                                                                        }
	                                                                                        
	                                                                                        .form-control::-moz-placeholder {
	                                                                                            color: #ffffff;
	                                                                                            opacity: 1;
	                                                                                        }
	                                                                                        .blink {
  animation: blink 3s infinite;
}

@keyframes blink {
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    color: red;
  }
}
.downloadbox {
    border: 0.5px solid;
  padding: 10px;
  box-shadow: 4px 4px gray;
  display:flex;
  flex-direction: row;
}
	                                                                                        /*------------------------------------------------------------------ 
        LOADER 
        -------------------------------------------------------------------*/
	                                                                                        
	                                                                                        .loader img {
	                                                                                            width: 100%;
	                                                                                        }
	                                                                                        
	                                                                                        #preloader {
	                                                                                            width: 100%;
	                                                                                            height: 100%;
	                                                                                            top: 0;
	                                                                                            right: 0;
	                                                                                            bottom: 0;
	                                                                                            left: 0;
	                                                                                            z-index: 11000;
	                                                                                            position: fixed;
	                                                                                            display: block;
	                                                                                            display: flex;
	                                                                                            justify-content: center;
	                                                                                            align-items: center;
	                                                                                            background: #fff;
	                                                                                        }
	                                                                                        
	                                                                                        .loader {
	                                                                                            display: block;
	                                                                                            flex-wrap: wrap;
	                                                                                            width: 250px;
	                                                                                            height: auto;
	                                                                                            -webkit-transform-style: preserve-3d;
	                                                                                        }
	                                                                                        
	                                                                                        .box {
	                                                                                            position: absolute;
	                                                                                            top: 0;
	                                                                                            left: 0;
	                                                                                            width: 75px;
	                                                                                            height: 75px;
	                                                                                            background-image: none;
	                                                                                            background-size: auto auto;
	                                                                                            background-image: none;
	                                                                                            -webkit-animation: move 2s ease-in-out infinite both;
	                                                                                            animation: move 2s ease-in-out infinite both;
	                                                                                            animation-delay: 0s;
	                                                                                            animation-delay: 0s;
	                                                                                            animation-delay: 0s;
	                                                                                            background-image: url('../images/gb.png');
	                                                                                            background-size: 100% 100%;
	                                                                                        }
	                                                                                        
	                                                                                        .box:nth-child(1) {
	                                                                                            -webkit-animation-delay: -1s;
	                                                                                            animation-delay: -1s;
	                                                                                        }
	                                                                                        
	                                                                                        .box:nth-child(2) {
	                                                                                            -webkit-animation-delay: -2s;
	                                                                                            animation-delay: -2s;
	                                                                                        }
	                                                                                        
	                                                                                        .box:nth-child(3) {
	                                                                                            -webkit-animation-delay: -3s;
	                                                                                            animation-delay: -3s;
	                                                                                        }
	                                                                                        
	                                                                                        @-webkit-keyframes move {
	                                                                                            0%,
	                                                                                            100% {
	                                                                                                -webkit-transform: none;
	                                                                                                transform: none;
	                                                                                            }
	                                                                                            12.5% {
	                                                                                                -webkit-transform: translate(40px, 0);
	                                                                                                transform: translate(40px, 0);
	                                                                                            }
	                                                                                            25% {
	                                                                                                -webkit-transform: translate(80px, 0);
	                                                                                                transform: translate(80px, 0);
	                                                                                            }
	                                                                                            37.5% {
	                                                                                                -webkit-transform: translate(80px, 40px);
	                                                                                                transform: translate(80px, 40px);
	                                                                                            }
	                                                                                            50% {
	                                                                                                -webkit-transform: translate(80px, 40px);
	                                                                                                transform: translate(80px, 40px);
	                                                                                            }
	                                                                                            62.5% {
	                                                                                                -webkit-transform: translate(30px, 60px);
	                                                                                                transform: translate(30px, 60px);
	                                                                                            }
	                                                                                            75% {
	                                                                                                -webkit-transform: translate(0, 80px);
	                                                                                                transform: translate(0, 40px);
	                                                                                            }
	                                                                                            87.5% {
	                                                                                                -webkit-transform: translate(0, 40px);
	                                                                                                transform: translate(0, 40px);
	                                                                                            }
	                                                                                        }
	                                                                                        
	                                                                                        @keyframes move {
	                                                                                            0%,
	                                                                                            100% {
	                                                                                                -webkit-transform: none;
	                                                                                                transform: none;
	                                                                                            }
	                                                                                            12.5% {
	                                                                                                -webkit-transform: translate(40px, 0);
	                                                                                                transform: translate(40px, 0);
	                                                                                            }
	                                                                                            25% {
	                                                                                                -webkit-transform: translate(80px, 0);
	                                                                                                transform: translate(80px, 0);
	                                                                                            }
	                                                                                            37.5% {
	                                                                                                -webkit-transform: translate(80px, 40px);
	                                                                                                transform: translate(80px, 40px);
	                                                                                            }
	                                                                                            50% {
	                                                                                                -webkit-transform: translate(80px, 80px);
	                                                                                                transform: translate(80px, 80px);
	                                                                                            }
	                                                                                            62.5% {
	                                                                                                -webkit-transform: translate(40px, 80px);
	                                                                                                transform: translate(40px, 80px);
	                                                                                            }
	                                                                                            75% {
	                                                                                                -webkit-transform: translate(0, 80px);
	                                                                                                transform: translate(0, 80px);
	                                                                                            }
	                                                                                            87.5% {
	                                                                                                -webkit-transform: translate(0, 40px);
	                                                                                                transform: translate(0, 40px);
	                                                                                            }
	                                                                                        }
	                                                                                        
	                                                                                        #scroll-to-top {
	                                                                                            width: 40px;
	                                                                                            height: 40px;
	                                                                                            position: fixed;
	                                                                                            bottom: 10px;
	                                                                                            right: 20px;
	                                                                                            display: none;
	                                                                                            font-size: 25px;
	                                                                                            border-radius: 0;
	                                                                                            transition: .2s;
	                                                                                            letter-spacing: 1px;
	                                                                                            text-align: center;
	                                                                                            line-height: 40px;
	                                                                                            color: #ffffff;
	                                                                                            font-weight: 900;
	                                                                                            border-radius: 100%;
	                                                                                        }
	                                                                                        /*------------------------------------------------------------------ HEADER -------------------------------------------------------------------*/
	                                                                                        
	                                                                                        .product_container {
	                                                                                            margin: 2%;
	                                                                                        }
	                                                                                        
	                                                                                        .top-header .navbar {
	                                                                                            padding: 5px 0px;
	                                                                                        }
	                                                                                        
	                                                                                        .top-header {
	                                                                                            position: relative;
	                                                                                            top: 0px;
	                                                                                            left: 0px;
	                                                                                            width: 100%;
	                                                                                            margin: 0 auto;
	                                                                                            z-index: 20;
	                                                                                            background-position: left;
	                                                                                            background-repeat: no-repeat;
	                                                                                            background-color: #242729;
	                                                                                            background-size: auto 100%;
	                                                                                        }
	                                                                                        
	                                                                                        .top-header .navbar .navbar-collapse ul li a {
	                                                                                            text-transform: uppercase;
	                                                                                            font-size: 18px;
	                                                                                            padding: 0px 0px;
	                                                                                            position: relative;
	                                                                                            font-weight: 400;
	                                                                                            overflow: hidden;
	                                                                                            color: #000;
	                                                                                        }
	                                                                                        
	                                                                                        a.navbar-brand {
	                                                                                            left: 35px;
	                                                                                            position: relative;
	                                                                                        }
	                                                                                        
	                                                                                        .top-header .navbar .navbar-collapse ul li a.active {
	                                                                                            -webkit-text-decoration-line: underline;
	                                                                                            /* Safari */
	                                                                                            text-decoration-line: underline;
	                                                                                            text-decoration: coral;
	                                                                                            color: #EA7773;
	                                                                                        }
	                                                                                        
	                                                                                        .top-header .navbar .navbar-collapse ul li a:hover,
	                                                                                        .top-header .navbar .navbar-collapse ul li a:focus {
	                                                                                            background: transparent;
	                                                                                            color: #fff;
	                                                                                            border-radius: 0px;
	                                                                                        }
	                                                                                        
	                                                                                        .search_icon.nav-link img {
	                                                                                            width: 25px;
	                                                                                        }
	                                                                                        
	                                                                                        .top-header .navbar .navbar-collapse ul li {
	                                                                                            margin: 0 2px;
	                                                                                        }
	                                                                                        
	                                                                                        .top-header.fixed-menu {
	                                                                                            width: 100%;
	                                                                                            position: fixed;
	                                                                                            box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
	                                                                                            -webkit-animation-duration: 1s;
	                                                                                            animation-duration: 1s;
	                                                                                            -webkit-animation-fill-mode: both;
	                                                                                            animation-fill-mode: both;
	                                                                                            -webkit-animation-name: fadeInDown;
	                                                                                            animation-name: fadeInDown;
	                                                                                            background: #242729;
	                                                                                            z-index: 20;
	                                                                                            height: 70px;
	                                                                                        }
	                                                                                        
	                                                                                        .navbar-toggler {
	                                                                                            border: 2px solid #242729;
	                                                                                            border-radius: 0;
	                                                                                            margin: 15px 15px;
	                                                                                            padding: 8px 8px;
	                                                                                            -webkit-transition: all 0.2s linear;
	                                                                                            -moz-transition: all 0.2s linear;
	                                                                                            -o-transition: all 0.2s linear;
	                                                                                            transition: all 0.2s linear;
	                                                                                        }
	                                                                                        
	                                                                                        .navbar-toggler span {
	                                                                                            background: #242729;
	                                                                                            display: block;
	                                                                                            width: 22px;
	                                                                                            height: 2px;
	                                                                                            margin: 0 auto;
	                                                                                            margin-top: 0px;
	                                                                                            margin-top: 0px;
	                                                                                            -webkit-border-radius: 1px;
	                                                                                            -moz-border-radius: 1px;
	                                                                                            border-radius: 1px;
	                                                                                            -webkit-transition: all 0.2s linear;
	                                                                                            -moz-transition: all 0.2s linear;
	                                                                                            -o-transition: all 0.2s linear;
	                                                                                            transition: all 0.2s linear;
	                                                                                        }
	                                                                                        
	                                                                                        .navbar-toggler span+span {
	                                                                                            margin-top: 5px;
	                                                                                        }
	                                                                                        
	                                                                                        .navbar-toggler:hover {
	                                                                                            border: 2px solid #242729;
	                                                                                        }
	                                                                                        
	                                                                                        .navbar-toggler:hover span {
	                                                                                            background: #242729;
	                                                                                        }
	                                                                                        /* search bar */
	                                                                                        
	                                                                                        .search-box {
	                                                                                            position: absolute;
	                                                                                            top: 0;
	                                                                                            right: 50px;
	                                                                                            height: auto;
	                                                                                            padding: 0;
	                                                                                            margin-top: 29px;
	                                                                                        }
	                                                                                        
	                                                                                        .search-box:hover .search-txt {
	                                                                                            width: 240px;
	                                                                                            padding: 0 10px;
	                                                                                        }
	                                                                                        
	                                                                                        .top-header #navbar-wd {
	                                                                                            padding-right: 100px;
	                                                                                        }
	                                                                                        
	                                                                                        .search-btn {
	                                                                                            float: right;
	                                                                                            width: 41px;
	                                                                                            height: 41px;
	                                                                                            background: transparent;
	                                                                                            display: flex;
	                                                                                            justify-content: center;
	                                                                                            align-items: center;
	                                                                                        }
	                                                                                        
	                                                                                        .search-txt {
	                                                                                            border: none;
	                                                                                            outline: none;
	                                                                                            float: left;
	                                                                                            padding: 0;
	                                                                                            color: #000;
	                                                                                            font-size: 14px;
	                                                                                            line-height: 41px;
	                                                                                            width: 0;
	                                                                                            transition: width 400ms;
	                                                                                            background: #fff;
	                                                                                            padding: 0;
	                                                                                            font-weight: 300;
	                                                                                        }
	                                                                                        
	                                                                                        .theme_color {
	                                                                                            color: #242729;
	                                                                                        }
	                                                                                        /*------------------------------------------------------------------ Banner -------------------------------------------------------------------*/
	                                                                                        
	                                                                                        .home-slider {
	                                                                                            position: relative;
	                                                                                            height: 540px;
	                                                                                        }
	                                                                                        
	                                                                                        .lbox-caption {
	                                                                                            display: table;
	                                                                                            height: 100% !important;
	                                                                                            width: 100% !important;
	                                                                                            left: 0 !important;
	                                                                                        }
	                                                                                        
	                                                                                        .lbox-caption {
	                                                                                            position: absolute;
	                                                                                            margin: 0 auto;
	                                                                                            left: 0;
	                                                                                            right: 0;
	                                                                                            z-index: 10;
	                                                                                        }
	                                                                                        
	                                                                                        .lbox-details {
	                                                                                            display: table-cell;
	                                                                                            text-align: center;
	                                                                                            vertical-align: middle;
	                                                                                            position: absolute;
	                                                                                            top: 0px;
	                                                                                            left: 0;
	                                                                                            right: 0;
	                                                                                            height: 100%;
	                                                                                            padding: 22% 0%;
	                                                                                        }
	                                                                                        
	                                                                                        .lbox-details::before {
	                                                                                            content: "";
	                                                                                            position: absolute;
	                                                                                            top: 0px;
	                                                                                            left: 0px;
	                                                                                            width: 100%;
	                                                                                            height: 100%;
	                                                                                            z-index: 2;
	                                                                                        }
	                                                                                        
	                                                                                        .lbox-details h1 {
	                                                                                            font-size: 54px;
	                                                                                            font-family: 'Montserrat', sans-serif;
	                                                                                            color: #ffffff;
	                                                                                            font-weight: 600;
	                                                                                            position: relative;
	                                                                                            z-index: 3;
	                                                                                        }
	                                                                                        
	                                                                                        .lbox-details h2 {
	                                                                                            font-size: 48px;
	                                                                                            color: #ffffff;
	                                                                                            font-weight: 300;
	                                                                                            position: relative;
	                                                                                            z-index: 3;
	                                                                                        }
	                                                                                        
	                                                                                        .lbox-details p {
	                                                                                            color: #ffffff;
	                                                                                            position: relative;
	                                                                                            z-index: 3;
	                                                                                        }
	                                                                                        
	                                                                                        .lbox-details p strong {
	                                                                                            color: #70c6eb;
	                                                                                            font-size: 40px;
	                                                                                            font-family: 'Montserrat', sans-serif;
	                                                                                        }
	                                                                                        
	                                                                                        .lbox-details a.btn {
	                                                                                            background: #ffffff;
	                                                                                            padding: 10px 20px;
	                                                                                            font-size: 20px;
	                                                                                            text-transform: capitalize;
	                                                                                            color: #3a4149;
	                                                                                            border-radius: 0px;
	                                                                                            position: relative;
	                                                                                            z-index: 3;
	                                                                                        }
	                                                                                        
	                                                                                        .lbox-details a.btn:hover {
	                                                                                            background: #70c6eb;
	                                                                                        }
	                                                                                        
	                                                                                        .pogoSlider-nav-btn {
	                                                                                            background: #000;
	                                                                                        }
	                                                                                        
	                                                                                        .pogoSlider-nav-btn--selected {
	                                                                                            background: #242729 !important;
	                                                                                        }
	                                                                                        
	                                                                                        .pogoSlider--navBottom .pogoSlider-nav {
	                                                                                            bottom: 180px;
	                                                                                        }
	                                                                                        
	                                                                                        .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
	                                                                                            display: none;
	                                                                                        }
	                                                                                        
	                                                                                        .img-responsive {
	                                                                                            max-width: 100%;
	                                                                                        }
	                                                                                        
	                                                                                        .slide_text h3 {
	                                                                                            font-size: 50px;
	                                                                                            font-weight: 700;
	                                                                                            line-height: 50px;
	                                                                                            margin: 0;
	                                                                                            padding: 0;
	                                                                                        }
	                                                                                        
	                                                                                        .slide_text h4 {
	                                                                                            font-size: 35px;
	                                                                                            font-weight: 300;
	                                                                                            margin: 0;
	                                                                                            padding: 0;
	                                                                                            line-height: normal;
	                                                                                        }
	                                                                                        
	                                                                                        .slide_text p {
	                                                                                            color: #242729;
	                                                                                            line-height: 21px;
	                                                                                            font-size: 18px;
	                                                                                            font-weight: 200;
	                                                                                        }
	                                                                                        
	                                                                                        .contact_bt {
	                                                                                            width: 145px;
	                                                                                            height: 50px;
	                                                                                            background: #07528d;
	                                                                                            color: #fff;
	                                                                                            float: left;
	                                                                                            line-height: 48px;
	                                                                                            text-align: center;
	                                                                                            font-size: 16px;
	                                                                                            font-weight: 300;
	                                                                                            margin-top: 50px;
	                                                                                        }
	                                                                                        
	                                                                                        .slide_text {
	                                                                                            margin-top: 21%;
	                                                                                        }
	                                                                                        /*------------------------------------------------------------------ About -------------------------------------------------------------------*/
	                                                                                        
	                                                                                        .tooltip-1 {
	                                                                                            display: inline-block;
	                                                                                            position: relative;
	                                                                                            color: #70c6eb;
	                                                                                            opacity: 1;
	                                                                                        }
	                                                                                        
	                                                                                        .tooltip__wave {
	                                                                                            width: 30%;
	                                                                                            height: 20px;
	                                                                                            position: absolute;
	                                                                                            bottom: -10px;
	                                                                                            left: 0;
	                                                                                            right: 0px;
	                                                                                            margin: 0 auto;
	                                                                                            overflow: hidden;
	                                                                                        }
	                                                                                        
	                                                                                        .tooltip__wave span {
	                                                                                            position: absolute;
	                                                                                            left: -100%;
	                                                                                            width: 200%;
	                                                                                            height: 100%;
	                                                                                            background: url(../images/wave.svg) repeat-x center center;
	                                                                                            background-size: 50% auto;
	                                                                                        }
	                                                                                        
	                                                                                        .about-box {
	                                                                                            padding: 70px 0px;
	                                                                                        }
	                                                                                        
	                                                                                        .title-box {
	                                                                                            text-align: center;
	                                                                                            margin-bottom: 30px;
	                                                                                        }
	                                                                                        
	                                                                                        .title-box h2 {
	                                                                                            font-size: 75px;
	                                                                                            font-family: 'Great Vibes', cursive;
	                                                                                            color: #e91327;
	                                                                                            font-weight: 400;
	                                                                                            padding: 0;
	                                                                                        }
	                                                                                        
	                                                                                        .title-box h2 span {
	                                                                                            color: #70c6eb;
	                                                                                            text-decoration: underline;
	                                                                                        }
	                                                                                        
	                                                                                        .about-main-info h2 span {
	                                                                                            color: #70c6eb;
	                                                                                            text-decoration: underline;
	                                                                                        }
	                                                                                        
	                                                                                        .about-main-info {
	                                                                                            margin-bottom: 30px;
	                                                                                        }
	                                                                                        
	                                                                                        .about-m {}
	                                                                                        
	                                                                                        .about-img {
	                                                                                            padding: 30px 0px;
	                                                                                        }
	                                                                                        
	                                                                                        .about-img img {
	                                                                                            border-radius: 10px;
	                                                                                        }
	                                                                                        
	                                                                                        .about-m ul {
	                                                                                            display: block;
	                                                                                            text-align: center;
	                                                                                            padding-bottom: 30px;
	                                                                                        }
	                                                                                        
	                                                                                        .about-m ul li {
	                                                                                            display: inline-block;
	                                                                                            text-align: center;
	                                                                                        }
	                                                                                        
	                                                                                        .about-m ul li a {
	                                                                                            background: #528780;
	                                                                                            color: #ffffff;
	                                                                                            width: 38px;
	                                                                                            height: 38px;
	                                                                                            text-align: center;
	                                                                                            line-height: 38px;
	                                                                                            display: block;
	                                                                                            border-radius: 50px;
	                                                                                            margin: 0px 5px;
	                                                                                        }
	                                                                                        
	                                                                                        .about-m ul li a:hover {
	                                                                                            background: #333333;
	                                                                                            color: #ffffff;
	                                                                                        }
	                                                                                        
	                                                                                        .about-main-info h2 {
	                                                                                            font-size: 45px;
	                                                                                            color: #e91327;
	                                                                                            font-weight: 600;
	                                                                                        }
	                                                                                        
	                                                                                        .about-main-info a {
	                                                                                            border-radius: 2px;
	                                                                                            transition: .2s;
	                                                                                            padding: 10px 25px;
	                                                                                            background: #e91327;
	                                                                                            color: #ffffff;
	                                                                                            font-weight: 300;
	                                                                                            font-size: 15px;
	                                                                                            border-radius: 0 15px;
	                                                                                            margin-top: 10px;
	                                                                                        }
	                                                                                        
	                                                                                        .about-main-info a:hover {
	                                                                                            color: #ffffff;
	                                                                                        }
	                                                                                        
	                                                                                        .about-main-info div.full>img {
	                                                                                            height: 500px;
	                                                                                        }
	                                                                                        
	                                                                                        .hvr-radial-out {
	                                                                                            display: inline-block;
	                                                                                            vertical-align: middle;
	                                                                                            -webkit-transform: perspective(1px) translateZ(0);
	                                                                                            transform: perspective(1px) translateZ(0);
	                                                                                            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	                                                                                            position: relative;
	                                                                                            overflow: hidden;
	                                                                                            background: #070500;
	                                                                                            -webkit-transition-property: color;
	                                                                                            transition-property: color;
	                                                                                            -webkit-transition-duration: 0.3s;
	                                                                                            transition-duration: 0.3s;
	                                                                                            color: #fff;
	                                                                                            float: left;
	                                                                                            width: 165px;
	                                                                                            height: 45px;
	                                                                                            text-align: center;
	                                                                                            line-height: 45px;
	                                                                                        }
	                                                                                        
	                                                                                        .hvr-radial-out::before {
	                                                                                            content: "";
	                                                                                            position: absolute;
	                                                                                            z-index: -1;
	                                                                                            top: 0;
	                                                                                            left: 0;
	                                                                                            right: 0;
	                                                                                            bottom: 0;
	                                                                                            background: #2a6a9c;
	                                                                                            border-radius: 100%;
	                                                                                            -webkit-transform: scale(0);
	                                                                                            transform: scale(0);
	                                                                                            -webkit-transition-property: transform;
	                                                                                            transition-property: transform;
	                                                                                            -webkit-transition-duration: 0.3s;
	                                                                                            transition-duration: 0.3s;
	                                                                                            -webkit-transition-timing-function: ease-out;
	                                                                                            transition-timing-function: ease-out;
	                                                                                        }
	                                                                                        
	                                                                                        .hvr-radial-out:hover::before,
	                                                                                        .hvr-radial-out:focus::before,
	                                                                                        .hvr-radial-out:active::before {
	                                                                                            -webkit-transform: scale(2);
	                                                                                            transform: scale(2);
	                                                                                        }
	                                                                                        
	                                                                                        a.hvr-radial-out:hover,
	                                                                                        a.hvr-radial-out:focus {
	                                                                                            color: #fff;
	                                                                                        }
	                                                                                        /*------------------------------------------------------------------ Services -------------------------------------------------------------------*/
	                                                                                        
	                                                                                        .services-box {
	                                                                                            padding: 70px 0px;
	                                                                                            background-color: #fff;
	                                                                                        }
	                                                                                        
	                                                                                        .effect-service {
	                                                                                            position: relative;
	                                                                                            height: auto;
	                                                                                            text-align: center;
	                                                                                            cursor: pointer;
	                                                                                            border: 8px solid #eee;
	                                                                                            margin-bottom: 30px;
	                                                                                        }
	                                                                                        
	                                                                                        figure.effect-service {
	                                                                                            background: -webkit-linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%);
	                                                                                            background: linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%);
	                                                                                        }
	                                                                                        
	                                                                                        figure img {
	                                                                                            position: relative;
	                                                                                            display: block;
	                                                                                            min-height: 100%;
	                                                                                            max-width: 100%;
	                                                                                            opacity: 0.8;
	                                                                                        }
	                                                                                        
	                                                                                        figure.effect-service img {
	                                                                                            opacity: 0.85;
	                                                                                            -webkit-transition: opacity 0.35s;
	                                                                                            transition: opacity 0.35s;
	                                                                                        }
	                                                                                        
	                                                                                        figure figcaption,
	                                                                                        .grid figure figcaption>a {
	                                                                                            position: absolute;
	                                                                                            top: 0;
	                                                                                            left: 0;
	                                                                                            width: 100%;
	                                                                                            height: 100%;
	                                                                                        }
	                                                                                        
	                                                                                        figure figcaption {
	                                                                                            padding: 10px;
	                                                                                            color: #fff;
	                                                                                            text-transform: capitalize;
	                                                                                            font-size: 1.25em;
	                                                                                            -webkit-backface-visibility: hidden;
	                                                                                            backface-visibility: hidden;
	                                                                                        }
	                                                                                        
	                                                                                        figure.effect-service h2 {
	                                                                                            padding: 20px;
	                                                                                            width: 50%;
	                                                                                            height: 50%;
	                                                                                            text-align: left;
	                                                                                            -webkit-transition: -webkit-transform 0.35s;
	                                                                                            transition: transform 0.35s;
	                                                                                            -webkit-transform: translate3d(10px, 10px, 0);
	                                                                                            transform: translate3d(10px, 10px, 0);
	                                                                                        }
	                                                                                        
	                                                                                        figure.effect-service h2 {
	                                                                                            background: #e91327;
	                                                                                            padding: 13px;
	                                                                                            width: 94%;
	                                                                                            height: 58px;
	                                                                                            border: 0;
	                                                                                            margin: 0;
	                                                                                            font-weight: 200;
	                                                                                            font-size: 34px;
	                                                                                            color: #ffffff;
	                                                                                            text-align: center;
	                                                                                            font-family: 'Great Vibes', cursive;
	                                                                                        }
	                                                                                        
	                                                                                        figure.effect-service p {
	                                                                                            padding: 15px;
	                                                                                            width: 100%;
	                                                                                            height: 80%;
	                                                                                            font-size: 14px;
	                                                                                            border: 2px solid #fff;
	                                                                                            margin: 0;
	                                                                                            font-weight: 300;
	                                                                                            display: none;
	                                                                                        }
	                                                                                        
	                                                                                        figure.effect-service p {
	                                                                                            float: right;
	                                                                                            padding: 20px;
	                                                                                            text-align: left;
	                                                                                            opacity: 0;
	                                                                                            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	                                                                                            transition: opacity 0.35s, transform 0.35s;
	                                                                                            -webkit-transform: translate3d(-50%, -50%, 0);
	                                                                                            transform: translate3d(-50%, -50%, 0);
	                                                                                        }
	                                                                                        
	                                                                                        figure figcaption>a {
	                                                                                            z-index: 1000;
	                                                                                            text-indent: 200%;
	                                                                                            white-space: nowrap;
	                                                                                            font-size: 0;
	                                                                                            opacity: 0;
	                                                                                        }
	                                                                                        
	                                                                                        figure.effect-service:hover img {
	                                                                                            opacity: 0.6;
	                                                                                        }
	                                                                                        
	                                                                                        figure.effect-service:hover p {
	                                                                                            opacity: 1;
	                                                                                        }
	                                                                                        
	                                                                                        figure.effect-service:hover {
	                                                                                            border: 8px solid #e91327;
	                                                                                        }
	                                                                                        /*------------------------------------------------------------------ Gallery -------------------------------------------------------------------*/
	                                                                                        
	                                                                                        .gallery-box {
	                                                                                            padding: 70px 0px 120px;
	                                                                                        }
	                                                                                        
	                                                                                        .gallery-box ul {}
	                                                                                        
	                                                                                        .gallery-box ul li {
	                                                                                            position: relative;
	                                                                                            width: 31.33%;
	                                                                                            margin: 0 1% 20px !important;
	                                                                                            padding: 0px;
	                                                                                            float: left;
	                                                                                            border: none;
	                                                                                            overflow: hidden;
	                                                                                            margin-bottom: 0px;
	                                                                                        }
	                                                                                        
	                                                                                        .gallery-box ul li a {
	                                                                                            position: relative;
	                                                                                            display: inline-block;
	                                                                                            border: 4px solid #ffffff;
	                                                                                        }
	                                                                                        
	                                                                                        .gallery-box ul li a::before {
	                                                                                            content: "";
	                                                                                            position: absolute;
	                                                                                            background: rgba(233, 19, 39, 0.9);
	                                                                                            width: 100%;
	                                                                                            height: 100%;
	                                                                                            left: 0px;
	                                                                                            top: 100%;
	                                                                                            opacity: 0;
	                                                                                            transition: all 0.3s ease-in-out;
	                                                                                            -webkit-transition: all 0.3s ease-in-out;
	                                                                                            -moz-transition: all 0.3s ease-in-out;
	                                                                                            -o-transition: all 0.3s ease-in-out;
	                                                                                            -moz-transition: all 0.3s ease-in-out;
	                                                                                        }
	                                                                                        
	                                                                                        .gallery-box ul li a .overlay {
	                                                                                            background: #70c6eb;
	                                                                                            color: #3a4149;
	                                                                                            font-size: 22px;
	                                                                                            text-align: center;
	                                                                                            width: 38px;
	                                                                                            height: 38px;
	                                                                                            display: inline-block;
	                                                                                            position: absolute;
	                                                                                            left: 50%;
	                                                                                            top: 50%;
	                                                                                            transform: translate(-50%, -50%);
	                                                                                            opacity: 0;
	                                                                                            transition: all 0.3s ease-in-out;
	                                                                                            -webkit-transition: all 0.3s ease-in-out;
	                                                                                            -moz-transition: all 0.3s ease-in-out;
	                                                                                            -o-transition: all 0.3s ease-in-out;
	                                                                                            -moz-transition: all 0.3s ease-in-out;
	                                                                                        }
	                                                                                        
	                                                                                        .gallery-box ul li a:hover::before {
	                                                                                            top: 0;
	                                                                                            opacity: 1;
	                                                                                        }
	                                                                                        
	                                                                                        .gallery-box ul li a:hover .overlay {
	                                                                                            opacity: 1;
	                                                                                        }
	                                                                                        
	                                                                                        .gallery-box ul li a:hover {
	                                                                                            border: 4px solid #e91327;
	                                                                                        }
	                                                                                        
	                                                                                        .gallery-box ul li a .overlay {
	                                                                                            background: #fff;
	                                                                                            color: #e91327;
	                                                                                        }
	                                                                                        /*------------------------------------------------------------------ Properties -------------------------------------------------------------------*/
	                                                                                        
	                                                                                        .properties-box {
	                                                                                            padding: 70px 0px;
	                                                                                            background-color: #f2f3f5;
	                                                                                        }
	                                                                                        
	                                                                                        .single-team-member {
	                                                                                            position: relative;
	                                                                                            margin-top: 30px;
	                                                                                            border: 10px solid #fff;
	                                                                                            box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	                                                                                        }
	                                                                                        
	                                                                                        .filter-button-group {
	                                                                                            margin-bottom: 30px;
	                                                                                        }
	                                                                                        
	                                                                                        .filter-button-group button {
	                                                                                            border-radius: 2px;
	                                                                                            transition: .2s;
	                                                                                            letter-spacing: 1px;
	                                                                                            padding: 10px 18px;
	                                                                                            background: #57cef8;
	                                                                                            color: #ffffff;
	                                                                                            cursor: pointer;
	                                                                                            border: none;
	                                                                                        }
	                                                                                        
	                                                                                        .filter-button-group button:hover {
	                                                                                            color: #ffffff;
	                                                                                        }
	                                                                                        
	                                                                                        .properties-single {
	                                                                                            margin-bottom: 30px;
	                                                                                            background: #ffffff;
	                                                                                            transition: all 0.5s ease 0s;
	                                                                                        }
	                                                                                        
	                                                                                        .fuit {
	                                                                                            position: absolute;
	                                                                                            left: 50%;
	                                                                                            top: 50%;
	                                                                                            transform: translate(-50%, -50%);
	                                                                                            z-index: 100;
	                                                                                        }
	                                                                                        
	                                                                                        .fuit a {
	                                                                                            background: #57cef8;
	                                                                                            width: 40px;
	                                                                                            height: 40px;
	                                                                                            line-height: 40px;
	                                                                                            text-align: center;
	                                                                                            display: inline-block;
	                                                                                            color: #ffffff;
	                                                                                        }
	                                                                                        
	                                                                                        .for-sal {
	                                                                                            background: #3a4149;
	                                                                                            position: absolute;
	                                                                                            top: 10px;
	                                                                                            right: 10px;
	                                                                                            color: #ffffff;
	                                                                                            border-radius: 2px;
	                                                                                            padding: 5px 10px;
	                                                                                            font-size: 13px;
	                                                                                            z-index: 10;
	                                                                                        }
	                                                                                        
	                                                                                        .pro-price {
	                                                                                            background: #57cef8;
	                                                                                            position: absolute;
	                                                                                            bottom: 10px;
	                                                                                            left: 10px;
	                                                                                            color: #ffffff;
	                                                                                            border-radius: 2px;
	                                                                                            padding: 5px 10px;
	                                                                                            font-size: 13px;
	                                                                                            z-index: 10;
	                                                                                        }
	                                                                                        
	                                                                                        .properties-img {
	                                                                                            position: relative;
	                                                                                            overflow: hidden;
	                                                                                        }
	                                                                                        
	                                                                                        .properties-img img {
	                                                                                            -webkit-transition: all 1.5s;
	                                                                                            -moz-transition: all 1.5s;
	                                                                                            -o-transition: all 1.5s;
	                                                                                            -ms-transition: all 1.5s;
	                                                                                            transition: all 1.5s;
	                                                                                            transition-delay: 0s;
	                                                                                            -webkit-transition-delay: .5s;
	                                                                                            -moz-transition-delay: .5s;
	                                                                                            -o-transition-delay: .5s;
	                                                                                            -ms-transition-delay: .5s;
	                                                                                            transition-delay: .5s;
	                                                                                        }
	                                                                                        
	                                                                                        .properties-single:hover .properties-img img {
	                                                                                            -webkit-transform: scale(1.1);
	                                                                                            -moz-transform: scale(1.1);
	                                                                                            -o-transform: scale(1.1);
	                                                                                            -ms-transform: scale(1.1);
	                                                                                            transform: scale(1.1);
	                                                                                        }
	                                                                                        
	                                                                                        .hover-box {
	                                                                                            -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	                                                                                            filter: alpha(opacity=0);
	                                                                                            opacity: 0;
	                                                                                            position: absolute;
	                                                                                            height: 100%;
	                                                                                            width: 100%;
	                                                                                            background: rgba(0, 0, 0, .5);
	                                                                                            color: #fff;
	                                                                                            -webkit-transition: all .9s ease;
	                                                                                            -moz-transition: all .9s ease;
	                                                                                            -o-transition: all .9s ease;
	                                                                                            -ms-transition: all .9s ease;
	                                                                                            transition: all .9s ease;
	                                                                                            transition-delay: 0s;
	                                                                                            -webkit-transition-delay: .5s;
	                                                                                            -moz-transition-delay: .5s;
	                                                                                            -o-transition-delay: .5s;
	                                                                                            -ms-transition-delay: .5s;
	                                                                                            transition-delay: .5s;
	                                                                                        }
	                                                                                        
	                                                                                        .properties-single:hover .hover-box {
	                                                                                            -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	                                                                                            filter: alpha(opacity=100);
	                                                                                            opacity: 1;
	                                                                                            top: 0;
	                                                                                        }
	                                                                                        
	                                                                                        .properties-dit {
	                                                                                            padding: 15px;
	                                                                                        }
	                                                                                        
	                                                                                        .properties-dit h3 {
	                                                                                            font-size: 20px;
	                                                                                        }
	                                                                                        
	                                                                                        .properties-dit ul {
	                                                                                            padding: 10px 0px;
	                                                                                        }
	                                                                                        
	                                                                                        .properties-dit ul li {
	                                                                                            float: left;
	                                                                                            width: 33.33%;
	                                                                                            font-size: 12px;
	                                                                                            line-height: 30px;
	                                                                                        }
	                                                                                        
	                                                                                        .properties-dit ul li i {
	                                                                                            float: right;
	                                                                                            padding: 7px 10px;
	                                                                                            font-size: 15px;
	                                                                                            color: #57cef8;
	                                                                                        }
	                                                                                        
	                                                                                        .properties-dit p {
	                                                                                            margin: 0px;
	                                                                                        }
	                                                                                        
	                                                                                        .properties-dit p i {
	                                                                                            padding-right: 10px;
	                                                                                        }
	                                                                                        /*------------------------------------------------------------------ Team -------------------------------------------------------------------*/
	                                                                                        
	                                                                                        .team-box {
	                                                                                            padding: 70px 0px;
	                                                                                        }
	                                                                                        
	                                                                                        .our-team {
	                                                                                            text-align: center;
	                                                                                            overflow: hidden;
	                                                                                            position: relative;
	                                                                                            z-index: 1;
	                                                                                        }
	                                                                                        
	                                                                                        .our-team:before,
	                                                                                        .our-team:after {
	                                                                                            content: "";
	                                                                                            width: 130px;
	                                                                                            height: 150px;
	                                                                                            background: #57cef8;
	                                                                                            position: absolute;
	                                                                                            z-index: -1;
	                                                                                        }
	                                                                                        
	                                                                                        .our-team:before {
	                                                                                            bottom: -20px;
	                                                                                            left: 0;
	                                                                                        }
	                                                                                        
	                                                                                        .our-team:after {
	                                                                                            top: -20px;
	                                                                                            right: 0;
	                                                                                        }
	                                                                                        
	                                                                                        .our-team .pic {
	                                                                                            margin: 8px;
	                                                                                            position: relative;
	                                                                                            border: 3px solid #57cef8;
	                                                                                            transition: all 0.5s ease 0s;
	                                                                                        }
	                                                                                        
	                                                                                        .our-team:hover .pic {
	                                                                                            border-color: #3a4149;
	                                                                                        }
	                                                                                        
	                                                                                        .our-team .pic:after {
	                                                                                            content: "";
	                                                                                            width: 100%;
	                                                                                            height: 0;
	                                                                                            background: #57cef8;
	                                                                                            position: absolute;
	                                                                                            top: 0;
	                                                                                            left: 0;
	                                                                                            opacity: 0;
	                                                                                            transform-origin: 0 0 0;
	                                                                                            transition: all 0.5s ease 0s;
	                                                                                        }
	                                                                                        
	                                                                                        .our-team:hover .pic:after {
	                                                                                            height: 100%;
	                                                                                            opacity: 0.85;
	                                                                                        }
	                                                                                        
	                                                                                        .our-team img {
	                                                                                            width: 100%;
	                                                                                            height: auto;
	                                                                                        }
	                                                                                        
	                                                                                        .our-team .team-content {
	                                                                                            width: 100%;
	                                                                                            position: absolute;
	                                                                                            top: -50%;
	                                                                                            left: 0;
	                                                                                            transition: all 0.5s ease 0.2s;
	                                                                                        }
	                                                                                        
	                                                                                        .our-team:hover .team-content {
	                                                                                            top: 38%;
	                                                                                        }
	                                                                                        
	                                                                                        .our-team .title {
	                                                                                            font-size: 18px;
	                                                                                            font-weight: 600;
	                                                                                            color: #fff;
	                                                                                            text-transform: capitalize;
	                                                                                            margin: 0px;
	                                                                                        }
	                                                                                        
	                                                                                        .our-team .post {
	                                                                                            font-size: 14px;
	                                                                                            color: #fff;
	                                                                                            line-height: 26px;
	                                                                                            text-transform: capitalize;
	                                                                                        }
	                                                                                        
	                                                                                        .our-team .social {
	                                                                                            padding: 0;
	                                                                                            margin: 40px 0 0 0;
	                                                                                            list-style: none;
	                                                                                        }
	                                                                                        
	                                                                                        .our-team .social li {
	                                                                                            display: inline-block;
	                                                                                        }
	                                                                                        
	                                                                                        .our-team .social li a {
	                                                                                            display: inline-block;
	                                                                                            width: 35px;
	                                                                                            height: 35px;
	                                                                                            line-height: 35px;
	                                                                                            border-radius: 50%;
	                                                                                            border: 1px solid #fff;
	                                                                                            font-size: 18px;
	                                                                                            color: #fff;
	                                                                                            margin: 0 7px;
	                                                                                            transition: all 0.5s ease 0s;
	                                                                                        }
	                                                                                        
	                                                                                        .our-team .social li a:hover {
	                                                                                            background: #fff;
	                                                                                            color: #00bed3;
	                                                                                        }
	                                                                                        
	                                                                                        @media only screen and (max-width: 990px) {
	                                                                                            .our-team {
	                                                                                                margin-bottom: 30px;
	                                                                                            }
	                                                                                        }
	                                                                                        /*------------------------------------------------------------------ Blog -------------------------------------------------------------------*/
	                                                                                        
	                                                                                        .blog-box {
	                                                                                            padding: 70px 0px;
	                                                                                            background-color: #f2f3f5;
	                                                                                        }
	                                                                                        
	                                                                                        .blog-inner {
	                                                                                            background: #ffffff;
	                                                                                            text-align: center;
	                                                                                            margin-bottom: 30px;
	                                                                                            border: 10px solid #fff;
	                                                                                            box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	                                                                                        }
	                                                                                        
	                                                                                        .blog-img {
	                                                                                            margin-bottom: 15px;
	                                                                                            overflow: hidden;
	                                                                                        }
	                                                                                        
	                                                                                        .blog-img img {
	                                                                                            transition: all 0.9s ease 0s;
	                                                                                        }
	                                                                                        
	                                                                                        .blog-inner:hover .blog-img img {
	                                                                                            -moz-transform: scale(1.5) rotate(-10deg);
	                                                                                            -webkit-transform: scale(1.5) rotate(-10deg);
	                                                                                            -ms-transform: scale(1.5) rotate(-10deg);
	                                                                                            -o-transform: scale(1.5) rotate(-10deg);
	                                                                                            transform: scale(1.5) rotate(-10deg);
	                                                                                        }
	                                                                                        
	                                                                                        .blog-inner a {
	                                                                                            border-radius: 2px;
	                                                                                            transition: .2s;
	                                                                                            letter-spacing: 1px;
	                                                                                            padding: 10px 18px;
	                                                                                            background: #57cef8;
	                                                                                            color: #ffffff;
	                                                                                        }
	                                                                                        
	                                                                                        .blog-inner a:hover {
	                                                                                            color: #ffffff;
	                                                                                        }
	                                                                                        /*------------------------------------------------------------------ Contact -------------------------------------------------------------------*/
	                                                                                        
	                                                                                        .contact-box {
	                                                                                            padding: 70px 0px;
	                                                                                        }
	                                                                                        
	                                                                                        .left-contact h2 {
	                                                                                            font-size: 22px;
	                                                                                            font-weight: 500;
	                                                                                            padding-bottom: 30px;
	                                                                                        }
	                                                                                        
	                                                                                        .cont-line {
	                                                                                            overflow: hidden;
	                                                                                            margin-bottom: 30px;
	                                                                                        }
	                                                                                        
	                                                                                        .icon-b {
	                                                                                            width: 40px;
	                                                                                            height: 40px;
	                                                                                            text-align: center;
	                                                                                            vertical-align: middle;
	                                                                                            line-height: 40px;
	                                                                                            font-size: 20px;
	                                                                                            margin-right: 15px;
	                                                                                            color: #fff;
	                                                                                            border-radius: 100%;
	                                                                                            background: #242729;
	                                                                                        }
	                                                                                        
	                                                                                        .dit-right h4 {
	                                                                                            font-size: 16px;
	                                                                                            color: #3a4149;
	                                                                                            font-weight: 500;
	                                                                                            margin: 0;
	                                                                                            padding: 0;
	                                                                                        }
	                                                                                        
	                                                                                        .dit-right p {
	                                                                                            font-size: 14px;
	                                                                                            margin-top: 0;
	                                                                                        }
	                                                                                        
	                                                                                        .dit-right a {
	                                                                                            font-size: 14px;
	                                                                                            color: #3a4149;
	                                                                                            font-weight: 300;
	                                                                                            line-height: normal;
	                                                                                        }
	                                                                                        
	                                                                                        .dit-right a:hover {
	                                                                                            color: #57cef8;
	                                                                                        }
	                                                                                        
	                                                                                        .contact-block {}
	                                                                                        
	                                                                                        .contact-block .form-group .form-control {
	                                                                                            background: #333;
	                                                                                            height: 48px;
	                                                                                            font-size: 14px;
	                                                                                            border: 0;
	                                                                                            padding: 5px 20px;
	                                                                                            -webkit-box-shadow: none;
	                                                                                            box-shadow: none;
	                                                                                            border-radius: 0;
	                                                                                            font-weight: 200;
	                                                                                            letter-spacing: 0px;
	                                                                                        }
	                                                                                        
	                                                                                        .submit-button .btn-common {
	                                                                                            background-color: #242729;
	                                                                                            height: 45px;
	                                                                                            line-height: 45px;
	                                                                                            font-size: 14px;
	                                                                                            font-weight: 400;
	                                                                                            color: #fff;
	                                                                                            padding: 0 20px;
	                                                                                            border: 0;
	                                                                                            outline: 0;
	                                                                                            text-transform: uppercase;
	                                                                                            border-radius: 0px;
	                                                                                            -webkit-transition: all 0.3s;
	                                                                                            -moz-transition: all 0.3s;
	                                                                                            -o-transition: all 0.3s;
	                                                                                            -ms-transition: all 0.3s;
	                                                                                            transition: all 0.3s;
	                                                                                            border-radius: 0;
	                                                                                            opacity: 1;
	                                                                                        }
	                                                                                        
	                                                                                        .contact-block .form-group textarea.form-control {
	                                                                                            height: 150px;
	                                                                                            padding-top: 15px;
	                                                                                        }
	                                                                                        
	                                                                                        .submit-button .btn-common:hover {
	                                                                                            background-color: #111;
	                                                                                            opacity: 1;
	                                                                                        }
	                                                                                        
	                                                                                        .custom-select {
	                                                                                            height: 45px;
	                                                                                            font-size: 16px;
	                                                                                        }
	                                                                                        
	                                                                                        select.form-control:not([size]):not([multiple]) {
	                                                                                            height: calc(45px + 2px);
	                                                                                        }
	                                                                                        
	                                                                                        .help-block ul li {
	                                                                                            color: red;
	                                                                                        }
	                                                                                        
	                                                                                        .footer-box {
	                                                                                            background: #131317;
	                                                                                            padding: 50px 0;
	                                                                                            text-align: center;
	                                                                                        }
	                                                                                        
	                                                                                        .footer-box .footer-company-name {
	                                                                                            text-align: center;
	                                                                                            margin: 0px;
	                                                                                            color: #333;
	                                                                                            font-size: 13px;
	                                                                                            font-weight: 400;
	                                                                                            padding-top: 2px;
	                                                                                        }
	                                                                                        
	                                                                                        .footer-box .footer-company-name a {
	                                                                                            color: #333;
	                                                                                            text-decoration: underline !important;
	                                                                                        }
	                                                                                        
	                                                                                        .footer-box .footer-company-name a:hover {
	                                                                                            color: #e91327;
	                                                                                        }
	                                                                                        /*------------------------------------------------------------------ Subscribe -------------------------------------------------------------------*/
	                                                                                        
	                                                                                        .subscribe-box {
	                                                                                            padding: 70px 0px;
	                                                                                            background: #e91327;
	                                                                                        }
	                                                                                        
	                                                                                        .subscribe-inner {
	                                                                                            max-width: 500px;
	                                                                                            width: 100%;
	                                                                                            margin: 0 auto;
	                                                                                        }
	                                                                                        
	                                                                                        .subscribe-inner h2 {
	                                                                                            font-size: 80px;
	                                                                                            font-weight: 600;
	                                                                                            color: #ffffff;
	                                                                                            font-family: 'Great Vibes', cursive;
	                                                                                            padding: 0;
	                                                                                        }
	                                                                                        
	                                                                                        .subscribe-inner p {
	                                                                                            color: #cccccc;
	                                                                                        }
	                                                                                        
	                                                                                        .subscribe-inner .form-group .form-control-1 {
	                                                                                            width: 100%;
	                                                                                            padding: 12px 15px;
	                                                                                            border-radius: 0px;
	                                                                                            border: none;
	                                                                                        }
	                                                                                        
	                                                                                        .subscribe-inner .form-group button {
	                                                                                            border-radius: 0;
	                                                                                            transition: .2s;
	                                                                                            padding: 10px 18px;
	                                                                                            background: #222;
	                                                                                            color: #ffffff;
	                                                                                            border: none;
	                                                                                            cursor: pointer;
	                                                                                            font-weight: 300;
	                                                                                            letter-spacing: 0.1px;
	                                                                                            border-radius: 0 15px 0 15px;
	                                                                                        }
	                                                                                        
	                                                                                        .about-main-info h2 img {
	                                                                                            margin-top: -10px;
	                                                                                        }
	                                                                                        
	                                                                                        p {
	                                                                                            margin-top: 5px;
	                                                                                            margin-bottom: 1rem;
	                                                                                            font-size: 16px;
	                                                                                            font-weight: 300;
	                                                                                            line-height: normal;
	                                                                                        }
	                                                                                        
	                                                                                        .text_align_center {
	                                                                                            text-align: center;
	                                                                                        }
	                                                                                        
	                                                                                        .red_bg {
	                                                                                            background: #e91327;
	                                                                                        }
	                                                                                        
	                                                                                        .white_fonts p,
	                                                                                        .white_fonts h1,
	                                                                                        .white_fonts h2,
	                                                                                        .white_fonts h3,
	                                                                                        .white_fonts h4,
	                                                                                        .white_fonts h5,
	                                                                                        .white_fonts h6,
	                                                                                        .white_fonts ul,
	                                                                                        .white_fonts ul li,
	                                                                                        .white_fonts ul li a,
	                                                                                        .white_fonts ul i,
	                                                                                        .white_fonts .post_info i,
	                                                                                        .white_fonts div,
	                                                                                        .white_fonts a.read_more {
	                                                                                            color: #fff !important;
	                                                                                        }
	                                                                                        
	                                                                                        .red_bg .about-main-info a {
	                                                                                            background: #fff;
	                                                                                            color: #e91327;
	                                                                                        }
	                                                                                        
	                                                                                        .testimonial_img {
	                                                                                            text-align: center;
	                                                                                            width: 100%;
	                                                                                            display: flex;
	                                                                                            justify-content: center;
	                                                                                        }
	                                                                                        
	                                                                                        .mfp-figure figure .mfp-bottom-bar {
	                                                                                            display: none;
	                                                                                        }
	                                                                                        
	                                                                                        #client_slider .carousel-indicators {
	                                                                                            bottom: -45px;
	                                                                                        }
	                                                                                        
	                                                                                        #client_slider .carousel-indicators li {
	                                                                                            height: 15px;
	                                                                                            width: 15px;
	                                                                                            border-radius: 100%;
	                                                                                            background: #999;
	                                                                                        }
	                                                                                        
	                                                                                        #client_slider .carousel-indicators li.active {
	                                                                                            background: #e91327;
	                                                                                        }
	                                                                                        
	                                                                                        .layout_padding {
	                                                                                            padding: 75px 0;
	                                                                                        }
	                                                                                        
	                                                                                        .heading_main h2 {
	                                                                                            font-size: 40px;
	                                                                                            letter-spacing: -0.5px;
	                                                                                            font-weight: 500;
	                                                                                            padding: 0;
	                                                                                            margin: 0;
	                                                                                            line-height: normal;
	                                                                                        }
	                                                                                        
	                                                                                        .heading_main p.large {
	                                                                                            font-size: 20px;
	                                                                                            color: #605f5f;
	                                                                                            position: relative;
	                                                                                            padding: 0 185px;
	                                                                                        }
	                                                                                        
	                                                                                        .heading_main p.large::after {
	                                                                                            content: "";
	                                                                                            display: block;
	                                                                                            width: 163px;
	                                                                                            height: 18px;
	                                                                                            background-image: url('../images/heading_border_left.png');
	                                                                                            position: absolute;
	                                                                                            background-position: center left;
	                                                                                            position: absolute;
	                                                                                            top: 5px;
	                                                                                            left: 0;
	                                                                                        }
	                                                                                        
	                                                                                        .heading_main p.large::before {
	                                                                                            content: "";
	                                                                                            display: block;
	                                                                                            width: 163px;
	                                                                                            height: 18px;
	                                                                                            background-image: url('../images/heading_border_right.png');
	                                                                                            position: absolute;
	                                                                                            background-position: center right;
	                                                                                            position: absolute;
	                                                                                            top: 5px;
	                                                                                            right: 0;
	                                                                                        }
	                                                                                        
	                                                                                        .center {
	                                                                                            display: flex;
	                                                                                            justify-content: center;
	                                                                                        }
	                                                                                        
	                                                                                        .full {
	                                                                                            float: left;
	                                                                                            width: 100%;
	                                                                                        }
	                                                                                        
	                                                                                        .heading_main {
	                                                                                            float: left;
	                                                                                        }
	                                                                                        
	                                                                                        .theme_bg {
	                                                                                            background: #CAD5E2;
	                                                                                        }
	                                                                                        
	                                                                                        .theme_bg_silver {
	                                                                                            background-color: #F0F8FF;
	                                                                                        }
	                                                                                        
	                                                                                        .theme_bg_vision {
	                                                                                            background: #014222;
	                                                                                        }
	                                                                                        
	                                                                                        h3.small_heading {
	                                                                                            font-size: 35px;
	                                                                                            font-weight: 600;
	                                                                                            line-height: normal;
	                                                                                        }
	                                                                                        
	                                                                                        .margin-top_30 {
	                                                                                            margin-top: 30px;
	                                                                                        }
	                                                                                        
	                                                                                        .margin-bottom_30 {
	                                                                                            margin-bottom: 30px;
	                                                                                        }
	                                                                                        
	                                                                                        .carousel a.carousel-control-prev {
	                                                                                            background: #2a6a9c;
	                                                                                            opacity: 1;
	                                                                                            width: 50px;
	                                                                                            height: 50px;
	                                                                                            border-radius: 100%;
	                                                                                            top: 40%;
	                                                                                            left: 2%;
	                                                                                        }
	                                                                                        
	                                                                                        .carousel a.carousel-control-next {
	                                                                                            background: #2a6a9c;
	                                                                                            opacity: 1;
	                                                                                            width: 50px;
	                                                                                            height: 50px;
	                                                                                            border-radius: 100%;
	                                                                                            top: 40%;
	                                                                                            right: 2%;
	                                                                                        }
	                                                                                        
	                                                                                        #demo {
	                                                                                            margin-bottom: 20px;
	                                                                                        }
	                                                                                        
	                                                                                        ul.social_icon li a {
	                                                                                            width: 35px;
	                                                                                            height: 35px;
	                                                                                            background: #fff;
	                                                                                            float: left;
	                                                                                            border-radius: 100%;
	                                                                                        }
	                                                                                        
	                                                                                        ul.social_icon li i {
	                                                                                            color: #000 !important;
	                                                                                            line-height: 35px;
	                                                                                        }
	                                                                                        
	                                                                                        ul.social_icon li {
	                                                                                            float: left;
	                                                                                            margin: 0 5px;
	                                                                                        }
	                                                                                        
	                                                                                        .footer_bottom {
	                                                                                            background: #05223d;
	                                                                                            padding: 15px 0;
	                                                                                        }
	                                                                                        
	                                                                                        .footer_bottom p.crp {
	                                                                                            float: left;
	                                                                                            margin: 0;
	                                                                                            color: #8d8d8c;
	                                                                                            font-size: 15px;
	                                                                                        }
	                                                                                        
	                                                                                        ul.bottom_menu li a {
	                                                                                            color: #8d8d8c;
	                                                                                        }
	                                                                                        
	                                                                                        ul.bottom_menu li {
	                                                                                            float: left;
	                                                                                            font-size: 14px;
	                                                                                            font-weight: 300;
	                                                                                            margin-left: 20px;
	                                                                                        }
	                                                                                        
	                                                                                        .bottom_menu {
	                                                                                            float: right;
	                                                                                        }
	                                                                                        
	                                                                                        .innerpage_banner {
	                                                                                            background-color: #f9f9f9;
	                                                                                            min-height: 150px;
	                                                                                            text-align: center;
	                                                                                            background-image: url("../images/bg-top.gif");
	                                                                                            background-size: cover;
	                                                                                            background-position: center center;
	                                                                                        }
	                                                                                        
	                                                                                        .innerpage_banner h2 {
	                                                                                            margin: 55px 0 0;
	                                                                                            padding: 0;
	                                                                                            font-size: 30px;
	                                                                                            text-align: left;
	                                                                                            font-weight: 500;
	                                                                                            position: relative;
	                                                                                        }
	                                                                                        
	                                                                                        #demo .img-responsive {
	                                                                                            width: 100%;
	                                                                                        }
	                                                                                        
	                                                                                        .top-header.fixed-menu .search-btn {
	                                                                                            background: #111;
	                                                                                        }
	                                                                                        
	                                                                                        .top-header.fixed-menu .search-box:hover .search-txt {
	                                                                                            width: 240px;
	                                                                                            padding: 0 10px;
	                                                                                            border: solid #000 1px;
	                                                                                            height: 41px;
	                                                                                        }
	                                                                                        
	                                                                                        .top-header.fixed-menu ul li:hover a,
	                                                                                        .top-header.fixed-menu ul li:focus a {
	                                                                                            color: #242729 !important;
	                                                                                        }
	                                                                                        /* comapany logo  */
	                                                                                        
	                                                                                        #company_logo {
	                                                                                            width: 50px;
	                                                                                            height: 43px;
	                                                                                            margin-right: -41px;
	                                                                                            margin-bottom: -21px;
	                                                                                            margin-top: -21px;
	                                                                                            margin-left: 21px;
	                                                                                            padding: 0px;
	                                                                                        }
	                                                                                        
	                                                                                        .companyName {
	                                                                                            vertical-align: middle;
	                                                                                            display: inline-block;
	                                                                                        }
	                                                                                        
	                                                                                        #companyName {
	                                                                                            font-family: Roboto;
	                                                                                            font-size: 35px;
	                                                                                            font-weight: lighter;
	                                                                                            line-height: 0px;
	                                                                                            margin-left: 44px;
	                                                                                            vertical-align: middle;
	                                                                                            font-weight: bold;
	                                                                                        }
	                                                                                        /*Galary start here */
	                                                                                        
	                                                                                        * {
	                                                                                            box-sizing: border-box;
	                                                                                        }
	                                                                                        /* Position the image container (needed to position the left and right arrows) */
	                                                                                        
	                                                                                        .galary_container {
	                                                                                            position: relative;
	                                                                                        }
	                                                                                        /* Hide the images by default */
	                                                                                        
	                                                                                        .mySlides {
	                                                                                            display: none;
	                                                                                        }
	                                                                                        
	                                                                                        .mySlides>img {
	                                                                                            height: 500px;
	                                                                                            width: 100%;
	                                                                                        }
	                                                                                        
	                                                                                        .column>img {
	                                                                                            height: 50px;
	                                                                                            width: 80px;
	                                                                                        }
	                                                                                        /* Add a pointer when hovering over the thumbnail images */
	                                                                                        
	                                                                                        .cursor {
	                                                                                            cursor: pointer;
	                                                                                        }
	                                                                                        /* Next & previous buttons */
	                                                                                        
	                                                                                        .prev,
	                                                                                        .next {
	                                                                                            cursor: pointer;
	                                                                                            position: absolute;
	                                                                                            top: 40%;
	                                                                                            width: auto;
	                                                                                            padding: 16px;
	                                                                                            margin-top: -50px;
	                                                                                            color: white;
	                                                                                            font-weight: bold;
	                                                                                            font-size: 20px;
	                                                                                            border-radius: 0 3px 3px 0;
	                                                                                            user-select: none;
	                                                                                            -webkit-user-select: none;
	                                                                                        }
	                                                                                        /* Position the "next button" to the right */
	                                                                                        
	                                                                                        .next {
	                                                                                            right: 0;
	                                                                                            border-radius: 3px 0 0 3px;
	                                                                                        }
	                                                                                        /* On hover, add a black background color with a little bit see-through */
	                                                                                        
	                                                                                        .prev:hover,
	                                                                                        .next:hover {
	                                                                                            background-color: rgba(0, 0, 0, 0.8);
	                                                                                        }
	                                                                                        /* Number text (1/3 etc) */
	                                                                                        
	                                                                                        .numbertext {
	                                                                                            color: #f2f2f2;
	                                                                                            font-size: 12px;
	                                                                                            padding: 8px 12px;
	                                                                                            position: absolute;
	                                                                                            top: 0;
	                                                                                        }
	                                                                                        /* Container for image text */
	                                                                                        
	                                                                                        .caption-container {
	                                                                                            text-align: center;
	                                                                                            background-color: #222;
	                                                                                            padding: 2px 16px;
	                                                                                            color: white;
	                                                                                        }
	                                                                                        
	                                                                                        .row:after {
	                                                                                            content: "";
	                                                                                            display: table;
	                                                                                            clear: both;
	                                                                                        }
	                                                                                        /* Six columns side by side */
	                                                                                        
	                                                                                        .column {
	                                                                                            float: center;
	                                                                                            width: 6.66%;
	                                                                                        }
	                                                                                        /* Add a transparency effect for thumnbail images */
	                                                                                        
	                                                                                        .demo {
	                                                                                            opacity: 0.6;
	                                                                                        }
	                                                                                        
	                                                                                        .active,
	                                                                                        .demo:hover {
	                                                                                            opacity: 1;
	                                                                                        }
	                                                                                        /* Brochure css  */
	                                                                                        
	                                                                                        .downloadBrochure {
	                                                                                            background-color: #3da7ee;
	                                                                                            border: none;
	                                                                                            color: white;
	                                                                                            padding: 8px 20px;
	                                                                                            cursor: pointer;
	                                                                                            font-size: 14px;
	                                                                                            width: 100%;
	                                                                                            margin-top: 2%;
	                                                                                        }
	                                                                                        
	                                                                                        .downloadBrochure:hover {
	                                                                                            color: #eb8224;
	                                                                                            font-size: 20px;
	                                                                                            padding: 8px 5px;
	                                                                                        }
	                                                                                        /************ Galary end here *******************/
	                                                                                        /**************** partners start here ********************/
	                                                                                        
	                                                                                        .partner_column {
	                                                                                            float: left;
	                                                                                            width: 33.3%;
	                                                                                            margin-bottom: 16px;
	                                                                                            padding: 0 8px;
	                                                                                        }
	                                                                                        /* zoom in and out start  */
	                                                                                        
	                                                                                        .zoom_out {
	                                                                                            transition: transform .2s;
	                                                                                            /* Animation */
	                                                                                        }
	                                                                                        
	                                                                                        .zoom_out:hover {
	                                                                                            /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	                                                                                            background-color: #95c1d4;
	                                                                                            transform: scale(1.1);
	                                                                                            color: #ffffff;
	                                                                                            padding: 5%;
	                                                                                        }
	                                                                                        
	                                                                                        .full :hover .img {
	                                                                                            transform: scale(1.0);
	                                                                                            /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	                                                                                        }
	                                                                                        /* zoom in out end */
	                                                                                        
	                                                                                        .partner_card>img:hover {
	                                                                                            transform: scale(1.0);
	                                                                                        }
	                                                                                        
	                                                                                        @media screen and (max-width: 650px) {
	                                                                                            .Partner_column {
	                                                                                                width: 100%;
	                                                                                                display: block;
	                                                                                            }
	                                                                                        }
	                                                                                        
	                                                                                        .partner_card {
	                                                                                            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	                                                                                        }
	                                                                                        
	                                                                                        .partner_card>img {
	                                                                                            height: 180px;
	                                                                                        }
	                                                                                        
	                                                                                        .partner_card>img:hover {
	                                                                                            transform: scale(1.0);
	                                                                                            width: 110%;
	                                                                                        }
	                                                                                        
	                                                                                        .partner_container {
	                                                                                            padding: 0 16px;
	                                                                                        }
	                                                                                        
	                                                                                        .partner_container::after,
	                                                                                        .partner_row::after {
	                                                                                            content: "";
	                                                                                            clear: both;
	                                                                                            display: table;
	                                                                                        }
	                                                                                        
	                                                                                        .partner_title {
	                                                                                            color: grey;
	                                                                                        }
	                                                                                        /* ----------- iPhone 4 and 4S ----------- */
	                                                                                        /* Portrait and Landscape */
	                                                                                        
	                                                                                        @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
	                                                                                            .Partner_column {
	                                                                                                width: 100%;
	                                                                                                display: block;
	                                                                                            }
	                                                                                        }
	                                                                                        /* Portrait */
	                                                                                        
	                                                                                        @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
	                                                                                            .Partner_column {
	                                                                                                width: 100%;
	                                                                                                display: block;
	                                                                                            }
	                                                                                        }
	                                                                                        /* Landscape */
	                                                                                        
	                                                                                        @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	                                                                                            .Partner_column {
	                                                                                                width: 50%;
	                                                                                                display: block;
	                                                                                            }
	                                                                                        }
	                                                                                        /* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
	                                                                                        /* Portrait and Landscape */
	                                                                                        
	                                                                                        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
	                                                                                            .Partner_column {
	                                                                                                width: 100%;
	                                                                                                display: block;
	                                                                                            }
	                                                                                        }
	                                                                                        /* Portrait */
	                                                                                        
	                                                                                        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
	                                                                                            .Partner_column {
	                                                                                                width: 100%;
	                                                                                                display: block;
	                                                                                            }
	                                                                                        }
	                                                                                        /* Landscape */
	                                                                                        
	                                                                                        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	                                                                                            .Partner_column {
	                                                                                                width: 50%;
	                                                                                                display: block;
	                                                                                            }
	                                                                                        }
	                                                                                        /* ----------- iPhone 6, 6S, 7 and 8 ----------- */
	                                                                                        /* Portrait and Landscape */
	                                                                                        
	                                                                                        @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
	                                                                                            .Partner_column {
	                                                                                                width: 100%;
	                                                                                                display: block;
	                                                                                            }
	                                                                                        }
	                                                                                        /* Portrait */
	                                                                                        
	                                                                                        @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
	                                                                                            .Partner_column {
	                                                                                                width: 100%;
	                                                                                                display: block;
	                                                                                            }
	                                                                                        }
	                                                                                        /* Landscape */
	                                                                                        
	                                                                                        @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	                                                                                            .Partner_column {
	                                                                                                width: 50%;
	                                                                                                display: block;
	                                                                                            }
	                                                                                        }
	                                                                                        /* ----------- iPhone 6+, 7+ and 8+ ----------- */
	                                                                                        /* Portrait and Landscape */
	                                                                                        
	                                                                                        @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
	                                                                                            .Partner_column {
	                                                                                                width: 100%;
	                                                                                                display: block;
	                                                                                            }
	                                                                                        }
	                                                                                        /* Portrait */
	                                                                                        
	                                                                                        @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
	                                                                                            .Partner_column {
	                                                                                                width: 100%;
	                                                                                                display: block;
	                                                                                            }
	                                                                                        }
	                                                                                        /* Landscape */
	                                                                                        
	                                                                                        @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	                                                                                            .Partner_column {
	                                                                                                width: 50%;
	                                                                                                display: block;
	                                                                                            }
	                                                                                        }
	                                                                                        /* ----------- iPhone X ----------- */
	                                                                                        /* Portrait and Landscape */
	                                                                                        
	                                                                                        @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
	                                                                                            .Partner_column {
	                                                                                                width: 100%;
	                                                                                                display: block;
	                                                                                            }
	                                                                                        }
	                                                                                        /* Portrait */
	                                                                                        
	                                                                                        @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
	                                                                                            .Partner_column {
	                                                                                                width: 100%;
	                                                                                                display: block;
	                                                                                            }
	                                                                                        }
	                                                                                        /* Landscape */
	                                                                                        
	                                                                                        @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	                                                                                            .Partner_column {
	                                                                                                width: 50%;
	                                                                                                display: block;
	                                                                                            }
	                                                                                        }
	                                                                                        /* ----------- Galaxy S3 ----------- */
	                                                                                        /* Portrait and Landscape */
	                                                                                        
	                                                                                        @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
	                                                                                            .Partner_column {
	                                                                                                width: 100%;
	                                                                                                display: block;
	                                                                                            }
	                                                                                            #companyName {
	                                                                                                display: none;
	                                                                                            }
	                                                                                        }
	                                                                                        /* Portrait */
	                                                                                        
	                                                                                        @media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
	                                                                                            .Partner_column {
	                                                                                                width: 100%;
	                                                                                                display: block;
	                                                                                            }
	                                                                                            #companyName {
	                                                                                                display: none;
	                                                                                            }
	                                                                                        }
	                                                                                        /* Landscape */
	                                                                                        
	                                                                                        @media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
	                                                                                            .Partner_column {
	                                                                                                width: 50%;
	                                                                                                display: block;
	                                                                                            }
	                                                                                            #companyName {
	                                                                                                display: none;
	                                                                                            }
	                                                                                        }
	                                                                                        /* ----------- Galaxy S4, S5 and Note 3 ----------- */
	                                                                                        /* Portrait and Landscape */
	                                                                                        
	                                                                                        @media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
	                                                                                            .Partner_column {
	                                                                                                width: 100%;
	                                                                                                display: block;
	                                                                                            }
	                                                                                            #companyName {
	                                                                                                display: none;
	                                                                                            }
	                                                                                        }
	                                                                                        /* Portrait */
	                                                                                        
	                                                                                        @media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
	                                                                                            .Partner_column {
	                                                                                                width: 100%;
	                                                                                                display: block;
	                                                                                            }
	                                                                                            #companyName {
	                                                                                                display: none;
	                                                                                            }
	                                                                                        }
	                                                                                        /* Landscape */
	                                                                                        
	                                                                                        @media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
	                                                                                            .Partner_column {
	                                                                                                width: 100%;
	                                                                                                display: block;
	                                                                                            }
	                                                                                            #companyName {
	                                                                                                display: none;
	                                                                                            }
	                                                                                        }
	                                                                                        /* ----------- Galaxy S6 ----------- */
	                                                                                        /* Portrait and Landscape */
	                                                                                        
	                                                                                        @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
	                                                                                            .Partner_column {
	                                                                                                width: 100%;
	                                                                                                display: block;
	                                                                                            }
	                                                                                            #companyName {
	                                                                                                display: none;
	                                                                                            }
	                                                                                        }
	                                                                                        /* Portrait */
	                                                                                        
	                                                                                        @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait) {
	                                                                                            .Partner_column {
	                                                                                                width: 100%;
	                                                                                                display: block;
	                                                                                            }
	                                                                                            #companyName {
	                                                                                                display: none;
	                                                                                            }
	                                                                                        }
	                                                                                        /* Landscape */
	                                                                                        
	                                                                                        @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: landscape) {
	                                                                                            .Partner_column {
	                                                                                                width: 50%;
	                                                                                                display: block;
	                                                                                            }
	                                                                                        }
	                                                                                        /* On screens that are 992px wide or less, go from four columns to two columns */
	                                                                                        
	                                                                                        @media screen and (max-width: 992px) {
	                                                                                            #companyName {
	                                                                                                display: none;
	                                                                                            }
	                                                                                        }
	                                                                                        /* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
	                                                                                        
	                                                                                        @media screen and (max-width: 600px) {
	                                                                                            #companyName {
	                                                                                                display: none;
	                                                                                            }
	                                                                                        }
	                                                                                        /* media desing for feature  */
	                                                                                        
	                                                                                        .media.service-box {
	                                                                                            margin: 25px 0;
	                                                                                        }
	                                                                                        
	                                                                                        .media.service-box .pull-left {
	                                                                                            margin-right: 20px;
	                                                                                        }
	                                                                                        
	                                                                                        .media.service-box .pull-left>i {
	                                                                                            font-size: 24px;
	                                                                                            height: 64px;
	                                                                                            line-height: 64px;
	                                                                                            text-align: center;
	                                                                                            width: 64px;
	                                                                                            color: #72C05B;
	                                                                                            box-shadow: inset 0 0 0 1px #d7d7d7;
	                                                                                            -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
	                                                                                            transition: background-color 400ms, background-color 400ms;
	                                                                                            position: relative;
	                                                                                            display: block;
	                                                                                            line-height: 60px;
	                                                                                            font-size: 18px;
	                                                                                            transform: translateZ(0px);
	                                                                                        }
	                                                                                        
	                                                                                        .media-left,
	                                                                                        .media-right,
	                                                                                        .media-body {
	                                                                                            display: table-cell;
	                                                                                            vertical-align: top
	                                                                                        }
	                                                                                        
	                                                                                        .media-middle {
	                                                                                            vertical-align: middle
	                                                                                        }
	                                                                                        
	                                                                                        .media-bottom {
	                                                                                            vertical-align: bottom
	                                                                                        }
	                                                                                        
	                                                                                        .media-heading {
	                                                                                            margin-top: 0;
	                                                                                            margin-bottom: 5px
	                                                                                        }
	                                                                                        /********
  LAYOUT
*********/
	                                                                                        
	                                                                                        section {
	                                                                                            /* height: 60vh; */
	                                                                                            /* margin: 5vh; */
	                                                                                            /* border: solid 1px red; */
	                                                                                            /* padding: 3em; */
	                                                                                        }
	                                                                                        
	                                                                                        .clearwidth {
	                                                                                            width: auto;
	                                                                                            max-width: 1500px;
	                                                                                            margin: auto;
	                                                                                        }
	                                                                                        /********
  ALIGN
*********/
	                                                                                        
	                                                                                        .flex-row-3 {
	                                                                                            display: flex;
	                                                                                            flex-flow: row wrap;
	                                                                                            justify-content: space-evenly;
	                                                                                        }
	                                                                                        /********
  Q&A
*********/
	                                                                                        
	                                                                                        section.blue {
	                                                                                            background-color: #F7F9FB;
	                                                                                            /* background-image: url('../images/cloudBG2.gif');
	background-position: center;
	/* Center the image */
	                                                                                            /* background-repeat: no-repeat; */
	                                                                                            /* Do not repeat the image */
	                                                                                            /* background-size: cover; */
	                                                                                            /* Resize the background image to cover the entire container */
	                                                                                        }
	                                                                                        
	                                                                                        .innerpage_banner_solution {
	                                                                                            background-color: #f9f9f9;
	                                                                                            max-width: 98%;
	                                                                                            /* background-image: url(../images/cloudbg.png); */
	                                                                                            /* background-attachment: fixed; */
	                                                                                            background-size: cover;
	                                                                                        }
	                                                                                        
	                                                                                        div.qa {
	                                                                                            position: relative;
	                                                                                            width: 25%;
	                                                                                            min-width: 250px;
	                                                                                            height: auto;
	                                                                                            margin: 5em 1em 5em 1em;
	                                                                                            padding: 4em 1em 1em 1em;
	                                                                                            border-radius: 5px;
	                                                                                            background: white;
	                                                                                            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
	                                                                                        }
	                                                                                        
	                                                                                        .circle-icon {
	                                                                                            position: absolute;
	                                                                                            width: 80px;
	                                                                                            height: 80px;
	                                                                                            border-radius: 50%;
	                                                                                            left: 50%;
	                                                                                            top: -40px;
	                                                                                            margin-left: -40px;
	                                                                                            /* background: #F7F9FB; */
	                                                                                            /* box-shadow: 0px 2px 4px rgba(48,90,150, 0.3) */
	                                                                                            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	                                                                                            background: white;
	                                                                                            transition: 0.3s;
	                                                                                        }
	                                                                                        
	                                                                                        .circle-icon img {
	                                                                                            /* padding: 1em; */
	                                                                                            padding: 4px;
	                                                                                            /* height: 48px; */
	                                                                                            width: 100%;
	                                                                                        }
	                                                                                        
	                                                                                        .circle-icon div {
	                                                                                            padding: 1em;
	                                                                                            height: 48px;
	                                                                                            width: 48px;
	                                                                                        }
	                                                                                        
	                                                                                        h4 {
	                                                                                            font-size: 24;
	                                                                                            letter-spacing: -0.01em;
	                                                                                            line-height: 1.3;
	                                                                                            margin: 0;
	                                                                                            font-weight: 400;
	                                                                                            margin-bottom: 20px;
	                                                                                            font-family: sans-serif;
	                                                                                            text-align: left;
	                                                                                        }
	                                                                                        
	                                                                                        h4.q {
	                                                                                            font-weight: 400;
	                                                                                            /* color: #305A96; */
	                                                                                            color: rgba(0, 0, 0, 0.67);
	                                                                                            color: #305A96;
	                                                                                        }
	                                                                                        
	                                                                                        h4.q strong {
	                                                                                            font-weight: 700;
	                                                                                        }
	                                                                                        
	                                                                                        div.qa:hover>.circle-icon {
	                                                                                            transform: translateY(-2px);
	                                                                                            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	                                                                                            transition: 0.3s;
	                                                                                        }