@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&family=Roboto+Slab&display=swap');

body {
    position: relative;
    font-family: poppins, sans-serif;
    font-size: 14px;
    color: #232323;
    padding: 0;
    overflow-x: hidden;
    margin: 0;
    letter-spacing: .014em
}

* {
    margin: 0;
    padding: 0;
    border: 0
}

p {
    font-size: 15px;
    color: #616161;
    margin-bottom: 25px;
    font-family: poppins, sans-serif;
    line-height: 26px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111;
    padding: 0;
    font-family: poppins, sans-serif
}

a {
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-family: poppins, sans-serif
}

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

.theme-btn.style-one {
    background: #ffcf41;
    margin-top: 15px
}

.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    font-family: poppins, sans-serif;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding: 17px 41.5px;
    border-radius: 4px;
    z-index: 1;
    transition: all 500ms ease
}

.theme-btn:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    bottom: 110%;
    left: 50%;
    background: #010100;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1
}

.theme-btn:hover:before {
    bottom: -40%
}

.theme-btn.style-one:hover {
    color: #fff
}

.alc {
    align-self: center
}

.df {
    display: flex
}

.h-whatsapp {
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgb(0 0 0/14%);
    -webkit-box-shadow: 0 6px 8px 2px rgb(0 0 0/14%);
    -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    position: fixed;
    bottom: 30px;
    left: 30px;
    padding: 13px;
    z-index: 99
}

.h-whatsapp img {
    max-width: 100%;
    cursor: pointer;
}

.header {
    width: 100%;
    /* background: #ffcf41; */
    background: #FFC000;
    position: sticky;
    z-index: 9999999;
    top: 0
}

.logo {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.logo img {
    width: auto;
    height: 120px;
    /* padding: 5px 0px; */
}

.logo-bg {
    padding-top: 7px;
    padding-bottom: 7px;
    /* background: #0a2e4b */
    background: #000;
}

.header:before {
    /* background: #0a2e4b none repeat scroll 0 0; */
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 30.3%;
    top: 0
}

.navbar-brand {
    display: none
}

.navbar-default {
    background: 0 0
}

.navbar-collapse {
    padding: 0
}

.navbar-default .navbar-nav>li>a {
    color: #0a2e4b
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #0a2e4b
}

.navbar {
    float: right;
    padding: 0;
    margin-bottom: 0 !important;
    border: none !important;
    min-height: auto
}

.navbar-nav>li {
    font-size: 17px;
    font-weight: 500;
    margin: 0
}

.navbar-nav>li:before {
    /* position: absolute; */
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    background: #0a2e4b;
    width: 3px;
    height: 3px;
    border-radius: 50px;
    margin: auto
}

.navbar-nav>li:last-child:before {
    display: none
}

.navbar-nav>li>a {
    color: #1f406d
}

.nav>li>a {
    margin: 0 45px !important;
    -webkit-transform: perspective(1px)translateZ(0);
    line-height: 28px;
    transform: perspective(1px)translateZ(0);
    position: relative;
    text-transform: uppercase;
    padding: 0 !important
}

.navbar-default .navbar-nav>li:first-child a {
    margin-left: 0 !important
}

.navbar-default .navbar-nav>li:last-child a {
    margin-right: 0 !important
}

.nav>li:hover>a {
    color: #0a2e4b
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: 0 0 !important
}

.nav li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0%;
    width: 0;
    height: 2px;
    background-color: #0a2e4b;
    transition: all .3s ease-in-out;
    right: 0
}

.nav>li>a:hover:after {
    width: 100%;
    right: auto
}

.navbar-toggle .icon-bar {
    background: #fff
}

.navbar-brand {
    display: none
}

.navbar-collapse {
    padding: 0
}

.navbar-default .navbar-nav>li:first-child a {
    margin-left: 0
}

.navbar-default .navbar-nav>li:last-child a {
    margin-right: 0
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #000
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #ef3034
}

.dropdown-menu {
    border-top: 3px solid #0a2e4b;
    border-radius: 5px;
    padding: 0
}

.dropdown-menu>li {
    border-bottom: 1px solid #ddd;
    font-size: 13px
}

.dropdown-menu>li:last-child {
    border-bottom: none
}

.dropdown-menu>li>a {
    padding: 7px 15px;
    font-weight: 500;
    text-transform: uppercase
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff !important;
    background-color: #0a2e4b
}

.navbar-default .navbar-nav>li>a span {
    font-size: 12px
}

.header-top {
    padding: 10px 0;
    width: 100%
}

.header-top ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.header-top ul li {
    float: left;
    margin-right: 25px
}

.header-top ul li a {
    color: #000;
    position: relative
}

.stay {
    float: right
}

.header-top ul.stay li {
    margin: 0
}

.header-top ul.stay li a {
    margin-left: 15px
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    z-index: 1111;
    bottom: 27px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    height: 45px;
    border: none;
    text-indent: 100%;
    background: url(../images/top-up.png)0 0 no-repeat
}

#toTopHover {
    width: 44px;
    height: 50px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0)
}

.nivo-controlNav {
    bottom: 10px;
    right: 0;
    display: block;
    left: 0;
    margin: 0 auto;
    text-align: center;
    width: 72px
}

.nivo-controlNav a.active {
    height: 7px;
    background-color: #ffcf41;
    width: 7px;
    margin: 0 3px
}

.nivo-controlNav a {
    background-color: #0a2e4b;
    height: 7px;
    width: 7px;
    margin: 0 3px
}

.marvellous {
    padding: 50px 0
}

.marvellous h5 {
    font-size: 16px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: #bfbfbf;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.marvellous h5:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: url(../images/line.png)0 0 no-repeat;
    width: 106px;
    height: 3px
}

.marvellous h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0a2e4b;
    line-height: 38px
}

.marvellous span {
    color: #0a2e4b
}

.marvellous p {
    margin-bottom: 0
}

.mt-30 {
    margin-top: 30px
}

.marvellous h4 {
    margin: 25px 0 20px;
    line-height: 1;
    color: #213146;
    font-weight: 500;
    font-size: 20px
}

.why-choose-range {
    margin-top: 15px
}

.products {
    padding: 50px 0;
    background: url(../images/product-bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.products h2 {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 10px
}

.products p,
.products h1 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px
}

.products .img-responsive {
    width: 100%;
    position: relative
}

.products h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-top: 15px
}

.products h3 a {
    color: #fff
}

.products figure {
    margin-bottom: 30px
}

.portfolio {
    padding: 50px 0
}

.portfolio h2 {
    font-size: 24px;
    color: #0a2e4b;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px
}

.portfolio ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.portfolio ul li {
    font-size: 15px;
    color: #616161;
    margin-bottom: 13px;
    padding-left: 20px;
    position: relative
}

.portfolio ul li:after {
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    width: 11px;
    height: 11px;
    background: #ffcf41
}

.countersd {
    background: #0d2e4c;
    padding: 50px 0
}

.half-right {
    padding: 20px 10px;
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    border: 1px solid #fff
}

.numscroller {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px
}

.numscroller-info-top {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 5px
}

.countersd sup {
    font-size: 20px;
    color: #fff;
    top: -28px;
    left: 5px
}

.clients {
    padding: 50px 0
}

.clients h2 {
    font-size: 24px;
    padding-bottom: 20px;
    color: #0a2e4b;
    text-transform: uppercase;
    font-weight: 600
}

.clients .owl-theme .owl-nav {
    top: 35%
}

.clients .owl-carousel .owl-nav.disabled {
    display: block
}

.clients .owl-prev span,
.clients .owl-next span {
    color: #0a2e4b;
    font-size: 40px;
    line-height: 1
}

.clients .owl-prev {
    margin-left: 0 !important
}

.clients .owl-next {
    margin-right: 0 !important
}

.cv {
    background: url(../images/cv-bg.jpg)0 0 no-repeat;
    z-index: 1;
    position: relative;
    padding: 100px;
    background-size: cover;
    background-attachment: fixed
}

.cv:after {
    z-index: -1;
    background: #0008;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.interested {
    overflow: hidden
}

.interested h2 {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px
}

.download h2,
.cv h2 {
    font-size: 34px !important;
    line-height: 44px !important
}

.interested p {
    color: #fff;
    font-style: italic
}

.call {
    background: #61aff9;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 14px;
    border: 2px solid transparent;
    display: inline-block;
    margin-top: 10px
}

.call:hover {
    background: 0 0;
    color: #fff;
    border: 2px solid #fff
}

.download {
    background: url(../images/cv-bg-2.jpg)0 0 no-repeat;
    z-index: 1;
    position: relative;
    padding: 100px;
    background-size: cover;
    background-attachment: fixed
}

.download:after {
    z-index: -1;
    background: #61aff9d9;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.download .call {
    background: 0 0;
    color: #fff;
    border: 2px solid #fff
}

.download .call:hover {
    background: #ffcf41;
    border: 2px solid #ffcf41
}

.interested .p-0 {
    padding: 0
}

.tb-c {
    vertical-align: top;
    overflow: hidden
}

.tb-t {
    display: flex
}

.footer-bootom {
    background: #000;
    padding: 10px 0
}

.footer-bootom p {
    color: #fff;
    margin-bottom: 0
}

.footer-bootom a {
    color: #fff
}

.socials {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    float: right
}

.socials li {
    margin-right: 10px;
    float: left;
    text-align: center;
    background: #FFC000;
    display: flex;
    border-radius: 2px;
}

.socials li:last-child {
    margin-right: 0
}

.socials li a {
    color: #000;
    font-size: 14px;
    align-self: center;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px
}

.socials li a i {
    font-size: 16px;
    line-height: 1;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.socials li a:hover {
    background: #fff;
    color: #0d2e4c
}

.socials li a:hover i {
    color: #0d2e4c
}

.footer-bootom img {
    width: auto;
     height:120px;
}

.banner {
    background-image: url(../images/banner/contact-us.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    padding: 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 400px;
    margin-bottom: 0
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.overlay {
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, .5) inset !important
}

ul.list-inline {
    display: block;
    margin-left: 0
}

.breadcrumb-menu {
    margin-bottom: 20px
}

ul.list-inline li {
    display: inline-block
}

.breadcrumb-menu li {
    color: #fff;
    padding-right: 20px;
    padding-left: 14px;
    position: relative;
    font-weight: 500;
    text-transform: uppercase
}

.breadcrumb-menu li a {
    text-decoration: none;
    color: #fff
}

.breadcrumb-menu li a:hover {
    color: #ffcf41
}

.breadcrumb-menu li:after {
    background: #fff;
    content: "";
    bottom: 0;
    margin: auto;
    height: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px
}

.breadcrumb-menu li:last-child:after {
    background: 0 0
}

.breadcrumb-menu li:first-child {
    padding-left: 0
}

.breadcrumb-menu li:last-child {
    color: #ffcf41;
    padding-right: 0
}

.page_head h1 {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
    position: relative
}

.contact-us {
    padding: 50px 0
}

.contact-us h5 {
    color: #616161;
    margin-bottom: 7px
}

.contact-us h2 {
    color: #0a2e4b;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px
}

.contact-us input[type=text] {
    width: 100%;
    padding: 0 12px;
    border: 1px solid #f4f4f4;
    height: 55px;
    color: #666;
    border-radius: 0;
    outline: none;
    background: #ededed;
    margin-bottom: 15px
}
.contact-us input[type=number] {
    width: 100%;
    padding: 0 12px;
    border: 1px solid #f4f4f4;
    height: 55px;
    color: #666;
    border-radius: 0;
    outline: none;
    background: #ededed;
    margin-bottom: 15px
}

.contact-us input[type=email] {
    width: 100%;
    padding: 0 12px;
    border: 1px solid #f4f4f4;
    height: 55px;
    color: #666;
    border-radius: 0;
    outline: none;
    background: #ededed;
    margin-bottom: 15px
}

.contact-us textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #f4f4f4;
    color: #666;
    border-radius: 0;
    outline: none;
    background: #ededed;
    margin-bottom: 15px;
    resize: none
}

.no-padding {
    padding-left: 0;
    padding-right: 0
}

.contact-info {
    border: 1px solid #e8e8e8;
    padding: 35px;
    box-shadow: 0 0 35px -5px rgb(0 0 0/10%);
    position: relative
}

.contact-info:before {
    content: "";
    display: block;
    background-color: #ffcf41;
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%
}

.contact-info h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0a2e4b
}

.contact-info ul {
    list-style-type: none;
    margin: 10px 0 0;
    padding: 0;
    display: inline-block;
    width: 100%
}

.contact-info ul li {
    display: flex;
    padding: 25px 0;
    border-bottom: 1px solid #e8e8e8
}

.contact-info ul li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.contact-info ul li span {
    float: left;
    font-size: 40px;
    margin-right: 20px;
    color: #0a2e4b
}

.contact-info ul li .contact-os {
    width: 100%;
    float: left
}

.contact-info ul li .contact-os h3 {
    margin-bottom: 10px;
    font-size: 20px
}

.contact-info ul li .contact-os p {
    margin-bottom: 0
}

.contact-info ul li .contact-os p a {
    color: #616161
}

.solutions.overlay {
    box-shadow: none !important
}

.solutions {
    min-height: 300px
}

.solutions h1 {
    color: #0a2e4b;
    margin-bottom: 5px
}

.solutions p {
    font-size: 17px;
    font-weight: 500;
    color: #565656
}

.solutionss.products {
    padding-bottom: 30px
}

.solutionss.products {
    background: 0 0
}

.solutionss.products h3 {
    color: #0a2e4b
}

.solutionss.products h3 a {
    color: #0a2e4b
}

.solutionss.products a img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 100%;
}

.solutionss.products a:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.ols {
    overflow: hidden
}

.solutionss.products a .ols {
    height: 170px;
}

.vbox-inline {
    width: 60%;
    height: auto;
    border-radius: 10px
}

.solutionss-popup {
    padding: 30px 20px;
    text-align: left;
    position: relative
}

.solutionss-popup h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #0a2e4b
}

.solutionss-popup p {
    margin-bottom: 10px
}

.solutionss-popup p strong {
    color: #0a2e4b
}

.solutionss-popup ul {
    list-style-type: none;
    margin: 0
}

.solutionss-popup ul li {
    color: #616161;
    font-size: 15px;
    position: relative;
    margin-top: 12px;
    padding-left: 15px
}

.solutionss-popup ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    color: #616161;
    top: 0;
    left: 0
}

.solutionss-popup .vbox-close {
    position: absolute;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    top: 10px;
    right: 10px
}

/*============================== About Us Page ====================================*/
.overview img {
    margin: 0 auto;
}

.overview h2 {
    font-size: 30px;
    margin-bottom: 18px;
}

.overview p strong {
    color: #0a2e4b;
}

.our-clients {
    padding: 50px 0;
    display: inline-block;
    width: 100%;
    background: #f2f2f2;
}

.our-clients h2 {
    padding-bottom: 20px;
    font-size: 30px;
    color: #0a2e4b;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
}

.our-clients h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    content: "";
    width: 176px;
    height: 2px;
    background: url(../images/line.png)0 0 no-repeat;
}


.clients-list {
    overflow: hidden;
    width: 100%;
    background: #fff;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.clients-list ul {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.clients-col-3 li {
    margin-left: 0px !important;
    margin-bottom: 0px;
}

.clients-list li {
    float: left;
    width: 25%;
    padding: 20px;
    position: relative;
    height: 200px;
}

.clients-border li:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.clients-border li:before,
.clients-border li:after {
    content: '';
    position: absolute;
}

.clients-list li img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.clients-border li:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.clients-list li h4 {
    text-align: center;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

.pr-br {
    border-right: 1px solid rgba(0, 0, 0, .1);
    right: 0
}

.partners,
.clientsdd {
    background: #fff
}

.products .owl-theme .owl-nav {
    top: 40%;
    z-index: -1
}

.products .owl-theme .owl-nav .owl-prev {
    margin-left: -50px !important
}

.products .owl-theme .owl-nav .owl-prev span,
.products .owl-theme .owl-nav .owl-next span {
    color: #0a2e4b;
    font-size: 40px;
    line-height: 1
}

.products .owl-theme .owl-nav .owl-prev,
.products .owl-theme .owl-nav .owl-next {
    width: 40px;
    background: #fff;
    padding: 0 10px
}

.products .owl-theme .owl-nav .owl-next {
    margin-right: -49px !important
}

.products .owl-3 {
    display: none
}

.products .owl-carousel .owl-item img {
    margin: 0 auto;
    height: 215px;
    object-fit: cover;
}

.slides-des {
    display: block
}

.slides-mob {
    display: none
}

.nivo-caption {
    padding: 0;
    z-index: 11;
    background-color: transparent
}

.table-cell {
    position: absolute;
    bottom: 8%;
    margin: 0 auto;
    left: 9.3%
}

.table-cell a.theme-btn.style-one {
    padding: 15px;
    background: #ffcf41
}

.table-cell a.theme-btn.style-one:hover,
.table-cell a.theme-btn.style-one:focus {
    color: #fff
}

.hero-slide-content {
    width: 100%
}

.hero-slide-content h4 {
    font-size: 40px;
    color: #fff;
    padding-bottom: 10px
}

.hero-slide-content .button-group {
    float: none
}

.hero-slide-content h2 {
    text-align: center;
    font-size: 60px
}

.hero-slide-content h2 span {
    color: #cf0012
}

.safe {
    background: #f2f2f2
}

.clients.shycocan h2,
.clients.specifications h2 {
    margin-bottom: 30px
}

.shycocan table:not(.variations),
.specifications table:not(.variations) {
    border: 1px solid #eee;
    margin: 0 0 15px;
    text-align: left;
    width: 100%
}

.shycocan table,
.specifications table {
    border-collapse: collapse;
    border-spacing: 0
}

.shycocan tr td,
.specifications tr td {
    border-top: 1px solid #eee;
    padding: 6px 24px
}

.specifications table {
    width: 75% !important
}

.h-expertise {
    padding: 60px 0
}

.h-wordpress {
    background: #ffcf41;
    padding: 45px 45px 55px;
    margin-top: 70px;
    margin-right: -65px;
    z-index: 1
}

.h-wordpress h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 32px
}

.h-wordpress p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 16px
}

.h-shopify {
    background: #0a2e4b;
    padding: 45px 45px 45px 100px;
    width: 55%
}

.h-shopify h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 32px
}

.h-shopify p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 16px
}

.theme-btn.style-one.brochure {
    background: #ffcf41
}

.theme-btn.style-one.brochure:before {
    background: #fff
}

.theme-btn.style-one.brochure:hover {
    color: #000
}

.shycocan-form {
    background: #f2f2f2
}

.shycocan-form .form {
    width: 100%;
    float: left;
    margin: 0;
    padding: 40px 60px
}

.shycocan-form .form h2 {
    font-size: 24px;
    color: #0a2e4b;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600
}

.shycocan-form .form input[type=text],
.shycocan-form .form input[type=email] {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
    vertical-align: top;
    padding: 0 12px;
    border: 1px solid #a8a8a8;
    height: 48px;
    color: #666;
    border-radius: 50px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    background: 0 0
}

.shycocan-form .form textarea {
    width: 100%;
    color: #666;
    padding: 12px;
    border: 1px solid #a8a8a8;
    border-radius: 15px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    background: 0 0
}

.know_more_btn {
    background-image: linear-gradient(to right, #0a2e4b 0%, #21649a 51%, #0a2e4b 100%);
    border-radius: 50px;
    background-size: 200% auto;
    border-style: none;
    color: #fff;
    font-weight: 500;
    padding: 14px 22px;
    transition: .5s;
    text-transform: uppercase;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    margin-top: 20px;
    width: 50%;
    letter-spacing: 1px
}

.know_more_btn:hover,
.know_more_btn:focus {
    color: #fff;
    background-position: right center
}

.shycocan .nivo-controlNav {
    display: none
}

.shycocan .nivo-directionNav {
    display: none
}

.h-faq {
    padding: 10px 0 50px
}

.h-faq h2 {
    font-size: 24px;
    padding-bottom: 30px;
    color: #0a2e4b;
    text-transform: uppercase;
    font-weight: 600
}

.h-faq.objectives .ui-accordion .ui-accordion-header {
    background: #f3f3f3;
    border: none;
    padding: 25px 30px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    outline: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    color: #222;
    transition: all .5s ease-in-out
}

.h-faq.objectives .ui-accordion .ui-accordion-header.ui-accordion-header-active,
.h-faq.objectives .ui-accordion .ui-accordion-header:hover {
    background-color: #fff !important;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .12);
    color: #df0e11
}

.h-faq.objectives .ui-accordion .ui-accordion-header.ui-accordion-header-active {
    color: #ffcf41
}

.h-faq.objectives .ui-accordion .ui-accordion-content {
    padding: 25px 30px;
    border: none
}

.h-faq.objectives .ui-icon {
    height: 19px
}

.h-faq.objectives .ui-icon-triangle-1-s {
    background-position: 5px 0
}

.h-faq.objectives .ui-icon,
.h-faq.objectives .ui-widget-content .ui-icon {
    background-image: url(../images/plus.png);
    margin-top: 0
}

.h-faq.objectives .ui-state-active .ui-icon,
.h-faq.objectives .ui-button:active .ui-icon {
    background-image: url(../images/minus-icon.png)
}

.objectives .ui-accordion .ui-accordion-header {
    padding: 15px;
    font-size: 16px;
    border-radius: inherit;
    margin: 10px 0 0
}

.objectives .ui-icon-triangle-1-e {
    background-position: 5px;
    float: right
}

.objectives .ui-icon-triangle-1-s {
    background-position: 5px 8px;
    float: right
}

.h-faq p strong {
    color: #0a2e4b;
    font-weight: 600
}

.h-faq ul {
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0
}

.h-faq ul li {
    font-size: 15px;
    color: #616161;
    margin-bottom: 13px;
    padding-left: 20px;
    position: relative
}

.h-faq ul li:after {
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    width: 11px;
    height: 11px;
    background: #ffcf41
}

.row.newadd-class {
    display: -webkit-box
}

.contact-info.con-new {
    padding: 15px;
    height: 100%
}

.contact-info.con-new .contact-info h3 {
    margin-bottom: 0
}

.contact-info.con-new ul li span {
    font-size: 20px
}

.contact-info.con-new ul li .contact-os h3 {
    font-size: 16px
}

.reg h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 50px 0;
    color: #0a2e4b;
    text-align: center;
}

.dropdown-toggle .fa-angle-down:before {
    font-size: 20px;
}

.ourClient .b-brands__item {
    max-width: 178px;
    width: 100%;
    height: 100px;
}

.ourClient .b-brands__item img {
    width: 100% ! important;
    height: 100%;
    object-fit: contain;
}


.headerdropdown .dropdown-menu {
    min-width: 180px;
}

.headerdropdown .dropdown-menu li a {
    font-size: 16px;
    padding: 10px 18px;
}

#validation,.validation {
    font-size: 14px;
    color: #ff0000;
    margin-bottom: 0px;
}

.hero-slide-content .headerslider p {
    color: #000000b0;
    padding: 5px 0;
    max-width: 400px;
    font-size: 14px;
    line-height: 18px;
}

.headerslider {
    max-width: 400px;
    width: 100%;
}

.hero-slide-content .headerslider h2 {
    font-size: 30px;
    text-align: left;
    margin-bottom: 4px;
    padding-bottom: 0;
    color: #ec582a;
    font-weight: 700;
}

.headerslider1 .table-cell {
    bottom: 20%;
}

.headerslider2 .table-cell {
    bottom: 30%;
}

.hero-slide-content .headerslider h2.blue {
    color: #141479 !important;
    text-transform: uppercase;
}

@media(min-width:1200px) and (max-width:1999px) {

    .table-cell {
        left: 11.3%;
    }
}

@media(min-width:2000px) {

    .table-cell {
        left: 14.3%;
    }
}

@media (max-width:768px) {
    .logo {
        display: block;
        max-width: 100px;
        width: 100%;
        text-align: center;
    }

    .logo-content {

        font-size: 8px !important;
        margin-top: -4px;

    }

    .footerImg img {
        padding: 5px 0px;
    }

    .headerdropdown .dropdown-menu li a {
        font-size: 13px;
    }

    .table-cell {
        left: 6%;
    }

    .hero-slide-content .headerslider h2 {
        font-size: 20px;
    }

    .hero-slide-content .headerslider p {
        font-size: 12px;
        line-height: 13px;
    }

    .nivo-directionNav {
        display: none;
    }

    .footerImg {
        max-width: 200px;
        width: 100%;
        margin: 10px auto;
    }
}

@media (max-width:576px) {
    .ourClient .b-brands__item {
        margin: 0 auto;
    }
}

.logo-content {
    font-size: 12px;
    color: #eee !important;
    margin-bottom: 0;
    line-height: 12px;
    /* max-width: 190px; */
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
}
#success {
    display: none;
}

#success {
    font-size: 22px;
    padding-top: 15px;
    color: green;
    margin-bottom: 0px;
    -webkit-animation: cssAnimation 5s forwards;
    animation: cssAnimation 5s forwards;
    overflow: hidden;
    position: relative;
    text-transform: capitalize;
}

@keyframes cssAnimation {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes cssAnimation {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}