* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%
}

body {
    font-size: 14px;
    color: #666;
    line-height: 1.7em;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Rubik', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #3d61cb
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.2em;
    font-family: 'Rubik', sans-serif;
}

textarea {
    overflow: hidden
}

button {
    outline: none !important;
    cursor: pointer
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto
}
.clients-carousel .owl-dots {
    text-align: center;
    margin: 10px 0;
}
.clients-carousel .owl-dots .owl-dot.active {
    background: #818181;
}
.clients-carousel .owl-dots .owl-dot {
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: #D6D6D6;
    margin: 0 3px;
    display: inline-block;
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 99
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-family: 'Rubik', sans-serif;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    font-family: 'Rubik', sans-serif;
}

.centered {
    text-align: center !important
}

.btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #2D2D2D;
    padding: 14px 35px;
    background: none;
    font-weight: 400;
    border: 1px solid #A3A3A3
}

.btn-style-one:hover {
    background: #FF5E14;
    color: #FFF;
    border: 1px solid #FF5E14
}

.btn-style-two {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 14px 35px;
    background: transparent;
    font-weight: 400;
    border: 1px solid #fff
}

.btn-style-two:hover {
    background: #fff;
    color: #222;
    border: 1px solid #fff
}

.list-style-one {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.list-style-one li {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    padding-left: 20px
}

.list-style-one li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    font-family: "Fontawesome";
    content: "\f14a"
}

.list-style-two {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.list-style-two li {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    color: #777;
    font-weight: 400;
    padding-left: 20px
}

.list-style-two li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 25px;
    color: #ff679a;
    font-weight: 400;
    font-family: "Fontawesome";
    content: "\f138"
}

.theme_color {
    color: #3d61cb
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/spinner.jpg)
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #DA251C;
    display: none;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.scroll-to-top:hover {
    background: #173978;
}

.main-header {
    position: relative;
    z-index: 999;
    width: 100%;
}

.header-menu,
.sticky-header .auto-container {
    display: table;
    width: 100%;
    height: 59px;
}

.sticky-header .auto-container {
    padding: 10px 15px;
    height: auto;
}

.main-header .header-upper {
    position: relative;
    z-index: 5;
    background: #fff;
    padding: 10px 0px;
}

.main-header .header-upper .logo-outer,
.sticky-header .logo {
    position: relative;
    float: none;
    z-index: 25;
    display: table-cell;
    vertical-align: middle;
}

.main-header .logo {
    position: relative;
    padding: 0px 0px;
}

.main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%
}

.main-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%
}

.main-header .header-upper .upper-right,
.sticky-header .upper-right {
    position: relative;
    float: none;
    padding: 0;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

.main-header .header-lower {
    position: relative;
    background-color: #3d61cb
}

.main-header .nav-outer {
    position: relative
}

.main-header .header-lower .outer-box {
    position: relative;
    float: right;
    padding: 24px 0
}

.social-icon-one {
    position: relative
}

.social-icon-one li {
    position: relative;
    display: inline-block;
    margin: 0px
}

.social-icon-one li a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.social-icon-one li a:hover {
    color: #ff679a
}

.btn.focus,
.btn:focus {
    box-shadow: none
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #fff;
    z-index: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.sticky-header .logo img {
    padding: 3px 0px;
    width: 150px;
}

.main-header .sticky-header .main-menu .navigation {
    position: relative;
    padding: 3px 0px;
}

.fixed-header .sticky-header {
    z-index: 99999;
    opacity: 1;
    visibility: visible;
}

.main-header .sticky-header .main-menu .navigation>li {
    padding: 6px 8px;
}

.main-header .sticky-header .main-menu .navigation>li.enquiry {
    padding: 6px 15px;
}

.main-header .sticky-header .main-menu .navigation>li>a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.main-header .sticky-header .main-menu .navigation>li:hover>a,
.main-header .sticky-header .main-menu .navigation>li.current>a,
.main-header .sticky-header .main-menu .navigation>li.current-menu-item>a {}

.sticky-header .main-menu .navigation>li.dropdown>a:after {}

.main-slider {
    position: relative;
    z-index: 10
}

.main-slider .tp-caption {
    z-index: 5
}

.main-slider h2 {
    font-size: 40px !important;
    line-height: 46px !important;
    color: #fff;
    font-weight: 600 !important;
    font-family: "Rubik", sans-serif !important;
    letter-spacing: 0px;
    text-shadow: 0px 0px 10px #000;
    text-transform: uppercase
}

.slide-title span {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    display: block;
    font-weight: 400;
    text-transform: none
}

.main-slider .text {
    position: relative;
    text-align: right;
}

.main-slider .text li {
    font-size: 20px !important;
    line-height: 28px !important;
    color: #fff;
    font-weight: 100 !important;
    letter-spacing: 0px !important;
    text-shadow: 0px 0px 22px rgba(31, 54, 83, 0.55);
    padding: 0 0 0px 0px !important;
    margin-right: 23px;
}

.main-slider .text li img {
    margin: 0 10px 0 0px !important;
}

.main-slider .theme-btn {
    display: inline-block;
    margin: 0 !important;
    z-index: 99 !important;
    border-radius: 5px;
    border: 0 !important;
    background: #A9CF46 !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    font-weight: 400;
    padding: 12px 30px !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    line-height: 26px !important;
}

.main-slider .theme-btn:hover,
.main-slider .theme-btn:focus {
    background: #ec3237 !important;
    color: #FFF;
}

.sec-title h2 {
    display: block;
    font-size: 30px;
    line-height: 120%;
    color: #383838;
    font-weight: 700;
    padding-bottom: 15px
}

.sec-title h2 span {
    font-weight: 800;
    color: #333
}

.text p {
    position: relative;
}

.tp-bullets {
    left: 55% !important;
    transform: matrix(0, 1, 1, 0, -64, -75) !important;
}

.tp-bullet {
    width: 14px;
    height: 14px;
    position: absolute;
    background: #fff;
    border-radius: 100%;
    cursor: pointer
}

.tp-bullet.selected,
.tp-bullet:hover {
    background: #CD2128;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

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

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

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

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

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

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

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

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

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

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

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.slotholder {
    transform: translate3d(0px, 0px, 0px) !important
}

.navbar-header {
    display: none;
}

.header-left {
    padding: 5px 0;
    float: left
}

.header-right {
    float: right;
}

.header-left ul,
.header-right ul {
    display: inline-block
}

.header-left li {
    padding: 0px;
    display: inline-block;
    position: relative;
    line-height: 25px;
    font-size: 13px;
    color: #FFFFFF;
}

.header-left li a {
    color: #fff;
    font-size: 14px
}

.header-left li a:hover {
    color: #a9cf46
}

.sociallinks {
    float: right;
    padding: 20px 0px
}

.sociallinks a {
    margin: 0px 1px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    padding: 0px;
    font-size: 12px;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    color: #fff;
    display: inline-block
}

.about {
    position: relative;
    padding: 50px 0px 30px;
    background: url(../images/about-bg.jpg) no-repeat left top #FFF;
}

h2 {
    display: block;
    font-size: 32px;
    line-height: 40px;
    color: #000;
    font-weight: 400;
    margin: 0px;
    padding: 0;
}

.section-title p {
    padding: 0;
    line-height: 29px;
    font-size: 22px;
    color: #757575;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}

p {
    position: relative;
    font-size: 18px;
    line-height: 160%;
    color: #2C2C2C;
    font-weight: 400;
    padding: 0px 0px 25px;
    margin: 0;
}

.text p {
    padding: 0px 0px 32px;
}

.text p img {
    padding-left: 250px;
}

.more {
    text-align: center;
    margin: 0px
}

.more a {
    font-size: 18px;
    color: #FFFFFF;
    padding: 12px 29px;
    text-decoration: none;
    font-weight: 400;
    border: 0px solid #A9CF46;
    border-radius: 6px;
    line-height: 20px;
    background: rgb(33, 56, 113);
    background: -moz-linear-gradient(top, rgba(33, 56, 113, 1) 0%, rgba(12, 17, 46, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(33, 56, 113, 1) 0%, rgba(12, 17, 46, 1) 100%);
    background: linear-gradient(to bottom, rgba(33, 56, 113, 1) 0%, rgba(12, 17, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#213871', endColorstr='#0c112e', GradientType=0);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.more a:hover,
.more a:focus {
    background: #F26524;
    color: #fff;
    border: 0;
}

footer h2 {
    font-size: 24px;
    color: #FFF;
    font-weight: 400;
    padding: 0px 0px 24px;
    line-height: 29px
}

.scroll-to-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #f26524;
    display: none;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.scroll-to-top:hover {
    background-color: #223870;
    color: #fff
}

.main-footer {
    position: relative;
}

.main-footer .footer-column {
    position: relative
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 0px
}

.main-footer .info-widget {
    margin-bottom: 60px;
}

.main-footer .links-widget .list {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.main-footer .links-widget .list li {
    position: relative;
    margin: 0;
    float: left;
}

.main-footer .links-widget .list li a {
    position: relative;
    font-size: 14px;
    color: #000000;
    line-height: 21px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    padding: 0 35px 0 0;
}

.main-footer .links-widget .list li a:hover {
    color: #ff000c
}

.main-footer .footer-bottom {
    position: relative;
}

.main-footer .footer-bottom .copyright {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    line-height: 25px;
    font-weight: 400;
}

.main-footer .footer-bottom .copyright a {
    color: #FFF
}

.main-footer .footer-bottom .copyright a:hover,
.main-footer .footer-bottom .copyright a:focus,
.list-style-one li a:hover,
.list-style-one li a:focus {
    color: #f26524
}

.list-style-one {
    position: relative;
    margin-bottom: 26px
}

.list-style-one li {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    padding-left: 40px;
    margin-bottom: 18px;
    line-height: 150%
}

.list-style-one li:first-child .icon {
    top: 3px
}

.list-style-one li .icon {
    position: absolute;
    left: 0px;
    top: 2px;
    color: #848484;
    font-size: 22px;
    font-weight: 400;
    line-height: 1em
}

.main-footer .list-style-one li:before {
    display: none;
}

.list-style-one li a {
    color: #FFFFFF;
}

.tp-dottedoverlay {
    content: "";
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1
}

.section-title.text-left {
    background: url(../images/split.png) no-repeat bottom left;
}

.products {
    background: #F0F7DF;
    padding: 50px 0 42px;
    position: relative;
}

.products .item {
    border: 1px solid #A9CF46;
    text-align: center;
    background: #FFF;
}

.products .item img {
    padding: 10px 15px 35px 15px;
}

.products .item h4 {
    color: #000000;
    font-size: 15px;
    border-top: 1px solid #D7EAAA;
    padding: 18px 15px 15px 15px;
    line-height: 140%;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.products .item h4 a {
    color: #000000;
    display: block;
}

.products .item:hover h4 {
    background: #A9CF46;
}

.products .owl-nav {
    position: relative;
    top: auto;
    right: auto;
    bottom: 0px;
    margin: 40px 0 0 0;
    text-align: center;
    display: block
}

.products .owl-nav [class*=owl-],
.products .owl-nav .disabled {
    color: #7A7A7A;
    font-size: 14px;
    padding: 0;
    height: 35px;
    width: 35px;
    border: 1px solid #000000;
    line-height: 32px;
    text-align: center;
    margin: 0 5px;
    display: inline-block;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    border-radius: 20px;
    background-color: #FFF;
    border-radius: 0;
}

.products .owl-nav [class*=owl-]:hover,
.products .owl-nav [class*=owl-]:focus {
    background-color: #A9CF46;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.quality {
    background: url(../images/quality-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 50px 0 55px 0;
}

.quality h2,
.quality p {
    color: #FFF;
}

.clients {
    background: #FFF;
    padding: 65px 0 80px;
}

.clients .section-title {
    background: url(../images/title-bg.png) no-repeat bottom center;
    margin-bottom: 50px;
}

.clients .section-title h2 {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 8px;
}

.clients .auto-container {
    max-width: 970px;
}

.query {
    background: #4E9B47;
    padding: 40px 0;
}

.query h2 {
    color: #FFF;
    font-size: 36px;
    line-height: 46px;
}

.query .section-title {
    background: none;
    margin-bottom: 14px;
}

.query .more a {
    color: #000000;
    background: #FFF;
    border: 2px solid #FFF;
    font-size: 16px;
    padding: 10px 50px;
}

.main-footer .list-style-one li {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #575746;
    padding: 0px;
    margin-bottom: 18px;
    line-height: 150%;
}

.main-footer .list-style-one {
    margin-bottom: 85px;
    padding-right: 70px;
}

.query .more a:hover,
.query .more a:focus {
    background: #ec3237;
    color: #fff;
    border-color: #ec3237;
}

.features {
    background: url(../images/key-features-bg.jpg) no-repeat center top;
    background-size: cover;
    border-bottom: 1px solid #F2F6FC;
    padding: 60px 0 50px 0;
}

.features h2 {
    color: #213871;
}

.features .text p {
    color: #353535;
    font-weight: 500;
    padding-bottom: 40px;
}

.features ul {
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.features li {
    float: left;
    padding: 0 0px 0px 27px;
    background: url(../images/list.png) no-repeat left top;
    margin: 0;
    width: 25%;
    text-align: left;
    font-size: 15px;
    color: #213871;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: 'Rubik', sans-serif;
}

.features .more {
    background: #213871;
    padding: 14px 0;
}

.features .more p {
    font-size: 18px;
    color: #FFF;
    line-height: 20px;
    padding: 11px 80px;
    float: left;
    font-weight: 400;
}

.features .more a {
    float: left;
    font-size: 18px;
    color: #FFFFFF;
    padding: 12px 29px;
    text-decoration: none;
    font-weight: 400;
    border-radius: 6px;
    line-height: 20px;
    background: #F9861E;
    background: -moz-linear-gradient(top, #F9861E 0%, #F6A039 100%);
    background: -webkit-linear-gradient(top, #F9861E 0%, #F6A039 100%);
    background: linear-gradient(to bottom, #F9861E 0%, #F6A039 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9861E', endColorstr='#F6A039', GradientType=0);
}

.features .more a:hover,
.features .more a:focus {
    background: #f26524;
}

.benefits {
    background: #FFF;
    padding: 20px 0 0 0;
    position: relative;
}

.benefits .col-sm-6:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background: #F6A039;
    left: 24px;
    top: 0
}

.benefits .col-sm-6:after {
    background: url(../images/list2.jpg) no-repeat left top;
    content: '';
    position: absolute;
    width: 48px;
    height: 72px;
    top: 0;
    left: 0;
}

.benefits h2 {
    color: #0E356A;
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    padding: 10px 0 34px 50px;
}

.benefits ul {
    padding-bottom: 25px;
    padding-left: 50px;
}

.benefits li {
    padding-bottom: 25px;
    font-size: 16px;
    color: #2C2C2C;
    line-height: 20px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

.testimonials {
    background: url(../images/testimonials-bg.jpg) no-repeat center top;
    background-size: cover;
    position: re;
    padding: 40px 0 50px;
}

.testimonials h2 {
    color: #FFF;
    font-weight: 400;
}

.testimonials p {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 150%;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.65);
    padding-bottom: 20px;
    padding: 0 20% 20px;
}

.testimonials .author {
    background: rgba(255, 255, 255, 0.7);
    display: inline-block;
    padding: 15px 30px;
}

.testimonials .author h3 {
    float: left;
    color: #314578;
    line-height: 40px;
    font-size: 20px;
    padding: 0 10px 0 0;
    border: 0;
    border-right: 1px solid #FFF;
    margin: 0;
    font-weight: 500;
}

.testimonials .author h5 {
    float: left;
    color: #4E4E4E;
    line-height: 150%;
    font-size: 14px;
    padding: 0 0 0 15px;
    text-align: left;
    font-weight: 500;
}

.fact-counter {
    text-align: center;
    padding: 50px 0;
}

.count-box {
    font-size: 50px;
    color: #314578;
    line-height: 61px;
    padding: 0 0 10px 0;
    font-weight: 500;
}

.counter-title {
    font-size: 20px;
    color: #FD7331;
    line-height: 27px;
}

.social-icon-one {
    text-align: center;
}

.main-footer {
    float: none;
    padding: 50px 0px;
    background: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position: center
}

.main-footer .social-icon-one a {
    line-height: 25px;
    width: 25px;
    height: 25px;
    font-size: 15px;
    color: #fff;
    margin: 0 5px 0 0;
}

.main-footer .facebook:hover {
    background: #3B5998;
    border-color: #3B5998;
}

.main-footer .youtube:hover {
    background: #F61C0D;
    border-color: #F61C0D;
}

.main-footer .twitter:hover {
    background: #00ACEE;
    border-color: #00ACEE;
}

.main-footer .google:hover {
    background: #D44132;
    border-color: #D44132;
}

.main-footer .facebook,
.main-footer .youtube,
.main-footer .twitter,
.main-footer .google {
    background: #696969;
}

.main-footer .facebook:hover,
.main-footer .youtube:hover,
.main-footer .twitter:hover,
.main-footer .google:hover {
    color: #fff;
}

.upper-right ul {
    float: none;
    padding: 0px 0;
}

.upper-right li {
    float: none;
    font-size: 13px;
    color: #262D3E;
    line-height: 20px;
    padding: 0px 4px;
    display: inline-block;
}

.top-mail a {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    text-decoration: underline;
    padding-right: 10px;
    font-weight: 400
}

.upper-right li i {
    color: #fff;
}

.upper-right li a:hover,
.upper-right li a:focus {
    color: #F26524;
}

.contact {
    width: 360px;
    height: auto;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    position: absolute;
    right: 45px;
    top: 10px;
    z-index: 99;
    text-align: center;
    background: #0e285d;
    
}

.contact h3 {
    color: #FFF;
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 10px;
    text-align: left;
    font-weight: 400
}

.contact h3 span {
    font-size: 16px;
    line-height: 20px;
    display: block;
    color: #fff;
    font-weight: 400
}

.frmcontrols {
    border: 0;
    border-radius: 5px;
    font-size: 13px;
    color: #A4A4A4;
    margin-bottom: 10px;
    width: 100%;
    line-height: 16px;
    padding: 14px 15px 14px 40px;
    background-position: 17px 10px;
    background-repeat: no-repeat;
    background-color: #FFF;
    font-family: "Rubkik", sans-serif
}

.user {
    background-image: url(../images/icon-user.jpg);
}

.designation {
    background-image: url(../images/icon-designation.jpg);
}

.mail {
    background-image: url(../images/icon-mail.jpg);
}

.phone {
    background-image: url(../images/icon-phone.jpg);
}

.company , .city{
    background-image: url(../images/icon-company.jpg);
}

.message {
    background-image: url(../images/icon-message.jpg);
}

.captcha {
    border: 0;
    border-radius: 5px;
    font-size: 13px;
    color: #A4A4A4;
    margin-bottom: 10px;
    width: 100%;
    line-height: 20px;
    padding: 12px 15px 12px 20px;
    background-position: 17px 13px;
    background-repeat: no-repeat;
    background-color: #FFF;
}

.button {
    background: #F18A36;
    border-radius: 5px;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    width: 100%;
    padding: 10px 30px;
    margin: 0px 0 10px;
    transition: .5s;
}

.button:hover,
.button:focus {
    background: #179adc;
    color: #FFFFFF;
}

.contact p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 140%;
    padding: 0;
}

.contact .captcha p {
    font-size: 13px;
    color: #A4A4A4;
    line-height: 140%;
    padding: 0;
    float: left;
    line-height: 22px;
}

.contact .captcha #num1,
.contact .captcha #num2 {
    font-size: 16px;
    color: #213870;
    line-height: 140%;
    padding: 0;
    float: left;
    width: 30px;
    font-weight: 500;
}

.contact .captcha #captcha {
    float: left;
    width: 50px;
    border: 1px solid #bababa;
    padding: 0 5px;
}

a.sm-icons {
    width: 31px;
    height: 31px;
    line-height: 31px;
    display: block;
    text-align: center;
    padding: 0px !important;
    border-radius: 100%;
    transition: .5s
}

.fb-bg {
    background-color: #3B5998
}

.li-bg {
    background-color: #007AB9
}

.t-bg {
    background-color: #00ACEE
}

.yt-bg {
    background-color: #C12025
}

.slide-contact li {
    display: inline-block;
    margin-top: 10px
}

.slide-contact li a {
    color: #fff;
    letter-spacing: 1px;
    transition: .5s
}

.slide-contact li:hover a {
    color: #56c6d1
}

.slide-contact {
    margin-top: 45px
}

.form-bottom-link {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    width: 100%;
    display: block;
    color: #fff;
    font-family: "Rubik", sans-serif;
    transition: .5s
}

textarea#message-contact {
    margin-bottom: 3px
}

.form-bottom-link:hover {
    color: #F26524
}

.benefits-sec {
    padding: 80px 0px 90px;
    background-image: url(../images/benefits-bg.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    text-align: center
}

.benefits-sec ul {
    position: relative;
    width: 100%;
    height: 440px
}

.benefits-sec ul {
    position: relative;
    width: 480px;
    height: 543px;
    background-image: url(../images/benefit-img.png);
    background-size: contain;
    margin: 0px auto;
    background-repeat: no-repeat;
    background-position: center
}

.d-none {
    display: none
}

.main-footer select {
    background: transparent;
    color: #fff
}

.sm-section-title {
    font-size: 28px;
    line-height: 42px;
    color: #fff;
    font-weight: 600
}

.desc {
    font-size: 18px;
    line-height: 31px;
    color: #fff;
    padding-bottom: 19px
}

.white {
    color: #fff
}

.blk {
    color: #000;
	text-align:justify !important;
}
.abt-sec{
	text-align:center;
}
.first-div {
    width: 79%;
    display: inline-block;
    vertical-align: middle
}

.secd-div {
    width: 20%;
    display: inline-block;
    vertical-align: middle
}

.theme-btn {
    background: #fff;
    border-radius: 100px;
    font-size: 16px;
    line-height: 19px;
    padding: 13px 30px;
    color: #000;
    border: 1px solid #f26524;
    font-weight: 600;
    transition: .5s;
    font-family: 'Poppins', sans-serif
}

.theme-btn:hover {
    background: #f26524;
    color: #fff
}

.abt-intro-sec {
    padding: 0px 0px 50px;
    background: url(../images/intro-bg.jpg);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.md-section-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
    color: #0C3F83;
    font-weight: 600
}

.large-desc {
    font-size: 20px;
    line-height: 30px;
    color: #545454
}

.abt-intro-sec ul li {
    font-size: 24px;
    line-height: 60px;
    font-weight: 700;
    color: black;
    width: 49%;
    display: inline-block
}

.abt-intro-sec ul li span {
    color: #F26524
}

.abt-intro-sec .col-md-8 {
    padding-left: 50px
}

.abt-intro-sec ul {
    margin-bottom: 30px
}

.section-title {
    font-size: 30px;
    position: relative;
    padding: 0;
    margin-bottom: 0px;
    text-align: center;
    padding-bottom: 30px;
    font-weight: 500;
    color: #114f83;
}

.ts {
    text-shadow: 0px 4px 7px #000
}

.benefits-sec ul li {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #000;
    position: absolute
}

.tr-icon {
    background: #CC8033
}

a.sm-icons:hover {
    background: #f26524
}

.quote {
    opacity: .5;
    position: absolute;
    top: -40px
}

.slocation option {
    background: #3e55a4
}

.footer-social li {
    display: inline-block
}

.footer-social li a {
    color: #fff
}

.dinline img,
.dinline ul {
    display: inline-block;
    vertical-align: middle
}

.dinline img {
    margin-right: 40px
}

.dinline {
    margin-bottom: 32px
}

.slocation {
    margin-left: 10px
}

.box li p {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    padding-bottom: 0px;
    font-weight: 100
}

.box li p a {
    color: #fff;
    transition: .5s
}

.box li {
    width: 47%;
    display: inline-block;
    vertical-align: top
}

.links li {
    padding-bottom: 15px
}

.links li a {
    position: relative;
    font-size: 14px;
    line-height: 17px;
    padding-left: 32px;
    color: #fff;
    transition: .5s
}

.links li a:before {
    content: "\f178";
    font-size: 16px;
    line-height: 22px;
    font-family: "FontAwesome";
    position: absolute;
    left: 0px;
    color: #F26524;
    transition: .5s
}

.links li a:hover,
.box li p a:hover {
    color: #F26524
}

.links li a:hover:before {
    left: 5px
}

.box li:first-child {
    border-right: 1px solid #fff;
    padding-left: 0px;
    margin-right: 25px
}

.footer-bottom p {
    color: #AAAAAA;
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 0px
}

.footer-bottom p a {
    color: #AAAAAA;
    transition: .5s
}

.footer-bottom .row {
    background: #1D488B;
    padding: 15px 0px;
    width: auto;
    right: 0px;
    position: relative;
    bottom: -30px
}

.footer-bottom p a:hover {
    color: #F26524
}

.mb-view {
    display: none
}

.metis.tparrows {}

.clients-carousel img {
    max-width: 275px;
    margin: 0px auto
}

.clients-sec {
    background: #fff;
    padding: 27px 0px
}

.sub-header {
    height: 250px;
    display: block;
    position: relative;
    width: 100%
}

.sub-header:before {
    position: absolute;
    content: "";
    background: rgba(49, 66, 120, 0.8);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%
}

.thanks-bg {
    background: url(../images/thanks-slide.jpg);
    background-size: cover;
    background-position: center
}

.sub-header h2 {
    padding: 100px 0px;
    text-align: center;
    color: #fff
}

.solutions-box {
    width: 100%;
    min-height: 275px;
    max-width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    margin: 0px auto;
    margin-bottom: 30px;
}

.sol-title {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    transition: .5s;
    opacity: 1;
    visibility: visible
}

.sol-title span {
    background: rgba(0, 0, 0, 0.7);
    padding: 10px
}

.sol-details {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: .5s;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(24, 74, 147, .9)
}

.sol-details a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 10px;
    text-align: center
}

.sol-details a h2 {
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    display: inline-block
}

.sol-details a h2:before {
    background: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    display: block;
    content: "";
    left: 0px
}

.sol-details a p {
    font-size: 14px;
    line-height: 22px;
    color: #fff
}

.solutions-box:hover .sol-details {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.solutions-box:hover .sol-title {
    opacity: 0;
    visibility: hidden;
    transform: scale(0)
}

.custom-owl-nav button {
    display: none
}

.custom-owl-nav {
    margin-top: 120px;
    text-align: right
}

.owl-prev,
.owl-next {
    display: inline-block;
    cursor: pointer;
    max-width: 45px
}

.sub {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 19px;
    color: #184A92;
    font-weight: 500
}

.mt-2 {
    margin-top: 20px
}

.solution-sec {
    padding: 30px 0px 0px;
    position: relative;
    background: rgba(229, 241, 251, 1);
    background: -moz-linear-gradient(top, rgba(229, 241, 251, 1) 0%, rgba(229, 241, 251, 1) 60%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(229, 241, 251, 1)), color-stop(60%, rgba(229, 241, 251, 1)), color-stop(60%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(229, 241, 251, 1) 0%, rgba(229, 241, 251, 1) 60%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(229, 241, 251, 1) 0%, rgba(229, 241, 251, 1) 60%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(229, 241, 251, 1) 0%, rgba(229, 241, 251, 1) 60%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(229, 241, 251, 1) 0%, rgba(229, 241, 251, 1) 60%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5f1fb', endColorstr='#ffffff', GradientType=0);
}

.solution-carousel {
    padding-top: 20px
}

.solution-sec:before {
    content: "";
    position: absolute;
    top: -95px;
    left: 60px;
    width: 486px;
    height: 447px;
    background: url(../images/arrow.png)
}

.benefits-sec ul li {
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    text-align: center;
}
.wpos1 {
    left: -65%;
    top: 26%;
}

.wpos2 {
    bottom: 17%;
    left: -63%;
}

.wpos3 {
    right: -46%;
    top: -4%;
}

.wpos4 {
    right: -76%;
    top: 24%;
}
.wpos5 {
    bottom: 16%;
    right: -59%;
}
.wpos6 {
    bottom: -4%;
    right: -40%;
}

.benefits-sec h2 {
    padding-bottom: 30px;
    margin-bottom: 0px;
    text-shadow: 0px 0px 10px #000
}

.footer-txt {
    font-size: 20px;
    line-height: 24px;
    text-transform: unset
}

.m-view-title {
    display: none
}

.quick-container {
    padding: 0;
    margin: 0;
    position: fixed;
    right: -128px;
    top: 40%;
    width: 159px;
    z-index: 999999
}

.quick li {
    list-style-type: none;
    background-color: #409d05;
    color: #fff;
    height: 35px;
    padding: 0;
    margin: 0 0 1px 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer
}

.quick li a {
    display: inline !important
}

.quick li img {
    float: left;
    margin: 6px 4px;
    margin-right: 6px;
    padding: 4px;
    width: 23px;
}

.quick li p {
    padding-top: 5px;
    margin: 0;
    text-align: left;
    line-height: 15px;
    font-size: 11px;
    color: #fff !important;
}

.quick li:hover {
    margin-left: -140px
}

.upper-right li.top-phone img {
    float: left;
    padding: 0 4px 0 5px
}

.upper-right li.top-phone a {
    color: #305886;
    font-weight: 500
}

.upper-right li.top-phone a:hover,
.upper-right li.top-phone a:focus {
    color: #ff8706
}

.counter-sec {
    background-color: #184a93;
    background-image: url(../images/counter-bg.jpg);
    padding: 73px 0 14px;
    background-size: cover;
    background-position: center bottom;
    min-height: 485px;
    position: relative
}

.counter-column {
    position: absolute;
    text-align: center
}

.custom-pos .one {
    left: 210px;
    bottom: 135px
}

.counter-title {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px
}

.count-outer.count-box {
    font-size: 34px;
    line-height: 41px;
    color: #fff
}

.custom-pos .two {
    left: 365px;
    top: 100px
}

.custom-pos .three {
    left: 570px;
    top: 85px
}

.custom-pos .four {
    right: 350px;
    top: 140px
}

.custom-pos .five {
    right: 240px;
    top: 240px
}

.pos-ab {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0
}

.white {
    color: #fff
}

.mw-desc {
    max-width: 900px;
    margin: 0 auto;
    text-align: center
}

.clients-carousel {
    margin-bottom: 50px;
}

.total-testimonial-box {
    text-align: center;
}

.cf-box .name {
    font-size: 24px;
    line-height: 36px;
    color: #139fdc;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 10px
}


.cus-partner {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.cus-partner h1 {
   
    Font-size: 30px;
    position: relative;
    padding: 0;
    margin-bottom: 0px;
    text-align: center;
    
    font-weight: 500;
    color: #114f83;
}

.white_bg {
    background: #d66d2f;
    min-height: 150px;
    padding: 20px 20px;
    margin-bottom: 30px;
    border-radius: 15px;
    margin-top: 25px;
    height: 230px;
}

.cus-benfit .white_bg1 {
    background: #d66d2f;
    min-height: 150px;
    padding: 20px 20px;
    margin-bottom: 30px;
    border-radius: 15px;
    margin-top: 25px;
    height: 230px;
}

.cus-benfit .white_bg2 {
    background: #145184;
    min-height: 150px;
    padding: 20px 20px;
    margin-bottom: 30px;
    border-radius: 15px;
    margin-top: 25px;
    height: 230px;
}

.white_bg p,
.white_bg1 p,
.white_bg2 p {
    color: #fff !important;
    font-size: 16px !important;
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}

.services-box {
    background: #fff;
    max-width: 270px;
    height: 330px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.services-box a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.services-box img {
    width: auto !important;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
    transition: .5s;
    position: relative;
    z-index: 9;
}

.service-title {
    font-size: 18px;
    line-height: 27px;
    background: #009ee2;
    margin-bottom: 0;
    color: #fff;
    padding: 30px 15px;
    height: 130px;
    position: absolute;
    width: 100%;
    bottom: 0;
    transition: .5s;
}

.services-box:hover .service-title {
    height: 100%;
    padding-top: 30px;
}

.services-box:hover img {
    filter: invert(100%) sepia(100%) saturate(26%) hue-rotate(304deg) brightness(107%) contrast(109%);
    padding-top: 120px;
}

.cus-overall h1 {
   font-size: 30px;
    font-weight: 500;
    color: #114f83;
    padding: 30px 0 10px 0px;
    text-align: center;
}

.clients-sec h1 {
    font-size: 30px;
    font-weight: 500;
    color: #114f83;
    padding: 0px 0 50px 0px;
    text-align: center;
}

.cus-overall {
    padding-bottom: 15px;
}

.Overall-sec {
    margin-top: 30px;
    margin-bottom: 30px;
}
.service-second-sec{
    text-align: center;
}

.service-second-sec p {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
   
    padding-top: 25px;
    text-align: center;

}

.white_bg h4,
.white_bg1 h4,
.white_bg2 h4{
font-size: 18px;
color: #fff;
padding-top: 25px;
font-weight: 500;

}


.section-sub-title {
    font-size: 18px;
    position: relative;
    padding: 0;
    margin-bottom: 0px;
    text-align: center;
    padding-bottom: 0px;
    font-weight: 500;
    color: #f26524;
}
/*********************/
.sectionsss {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    background-color: #fff;
}
.about_boxes {
    border: 1px dotted #e7e7e7;
    padding: 20px 30px;
    border-bottom: 3px solid #f26524;
    margin-top: 16px;
}
.about_boxes .about_icon i {
    font-size: 42px;
    height: 60px;
    border-radius: 5px;
    width: 60px;
    line-height: 60px;
    display: inline-block;
    color: #1ecb67;
    background-color: rgb(20 81 132);
}
.about_boxes .about_btn a {
    font-size: 20px;
    color: #000 !important;
}
.about_content {
margin-top: 1.5rem!important;
}

.text-muted {
    color: #777 !important;
	margin-top: 1rem!important;
}
.about_icon img{
	width:28% !important;
}
.font-weight-bold {
    font-size: 20px;
    position: relative;
    padding: 0;
    margin-bottom: 0px;
    text-align: center;
    padding-bottom: 0;
    font-weight: 500;
    color: #114f83;
}
.text-custom{
	Font-size: 30px !important;
    position: relative !important;
    padding: 0 !important;
    margin-bottom: 0px !important;
    text-align: center !important;
    font-weight: 500 !important;
    color: #114f83  !important;
}
.testimonial-carousel .owl-dots {
    text-align: center;
    margin: 10px 0;
}
.testimonial-carousel .owl-dots .owl-dot.active {
    background: #818181;
}
.testimonial-carousel .owl-dots .owl-dot {
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: #D6D6D6;
    margin: 0 3px;
    display: inline-block;
}
.position {
    padding: 0 0 5px 0 !important;
    color: #f26524;
}