* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
/* Loader */
.preloader{display:none;position:fixed;z-index:9999;top: 0;left: 0;width: 100%;height: 100%;}
@keyframes preloader {
   from {transform:rotate(0deg);}
   to {transform:rotate(360deg);}
}
@-webkit-keyframes preloader {
   from {-webkit-transform:rotate(0deg);}
   to {-webkit-transform:rotate(360deg);}
}
.container {
    width: 100%;
    margin: 0 auto
}

.page-width {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    position: relative
}
p {
    font-size: 14px;
    color: #6C6B6B;
    line-height: 20px
}

p .body-text {
    line-height: 26px;
    text-align: justify
}

hr {
    border: none;
}

.clear {
    clear: both
}

.right {
    float: right
}

.left {
    float: left
}

.hide {
    display: none
}

.bg-blue {
    background: #2f3192 !important
}

.text-light {
    color: #f8f9fa!important
}
.margin-right-small {
    margin-right: 10px
}

.padding-right-small {
    padding-right: 15px
}

.margin-left-small {
    margin-left: 10px
}

.discount {
    background: #2f3192;
    color: #f8f9fa;
    padding: 5px;
    margin-left: 1.5em;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
}

.no-margin {
    margin: 0
}

.no-padding {
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    /* margin-bottom: .5rem; */
    /* line-height: 28px; */
    margin: 0;
}

.no-padding {
    padding: 0 !important
}

.no-padding-top {
    padding-top: 0 !important
}

.no-margin-top {
    margin-top: 0 !important
}

a {
    color: #444;
    text-decoration: none;
    font-size: 13px
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.page-title {
    font-family: 'Abel', sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #d3d3d3
}
.item-count{width:20px;height:20px;top:5px;line-height: 20px;border-radius: 50%!important;position: absolute!important;font-size: 80%;
    font-weight: 400;color: #fff!important;}
.one-third {
    width: 33.33%
}

.one-fourth {
    width: 25%
}

.one-half {
    width: 50%
}

.col-30 {
    width: 40%
}

.col-60 {
    width: 60%
}

.col-70 {
    width: 60%
}

.one-whole {
    width: 100%
}

.shade {
    background: #fff
}

.shade-0 {
    background: #f5f5f5
}

.shade-1 {
    background: #fff !important
}

.shade-2 {
    background: #fff5ea !important
}

.shade-3 {
    background: #c7b79e !important
}

.shade-3 p {
    color: #333 !important
}

.border-sides {
    border-right: 1px solid #797979;
    border-left: 1px solid #797979
}

.seprator {
    color: #2f3192;
    text-shadow: 10px 0 #2f3192, -10px 0 #2f3192;
    text-align: center
}

.page-heading {
    border-left: 4px solid #2f3192;
    padding: 0px 15px;
    margin: 0 0 18px;
    font-size: 28px
}

ul {
    text-align: center
}

ul li {
    list-style: none;
    display: inline-block;
    padding: 0
}

ul li a {
    text-decoration: none;
    line-height: 20px;
    font-size: 14px;
    color: #6C6B6B
}

ul li a:active,
ul li a:hover {
    color: #2f3192;
	text-decoration: none;
}

ul li .first {
    border-left: none
}

.top_bar {
    position: relative;
    top: 0;
    z-index: 80;
    width: 100%;
    text-align: right;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s
}

.brand {
    padding: 15px 0 0;
    text-align: left;
    position: relative;
    z-index: 1;
	margin-left: 100px;	
}

.brand a {
    position: relative;
    z-index: 1
}

.brand img {
    width: 250px;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s
}

.down-app {
    width: 150px;
    position: absolute;
    right: 25px;
    top: 12px;
    cursor: pointer
}

.down-app img {
    width: 100%
}

.top-rip::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 25px;
    z-index: 2;
    top: 0;
    /*background-image: url("../imgs/rip.svg");*/
    background-position: center bottom;
    background-repeat: repeat-x
}

.top-rip-btm::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 25px;
    z-index: 2;
    bottom: 0;
    background-image: url("../imgs/rip.svg");
    background-position: center bottom;
    background-repeat: repeat-x;
    -webkit-transform: scaleX(-1);
    transform: scaleY(-1)
}

.div-search-input {
    max-width: 300px
}

.search-input {
    font-size: 14px;
    height: 30px;
    margin: 5px 0;
    border: 1px solid #aaa;
    color: #444;
    min-height: 30px;
    padding-left: 28px;
    background: #fff url(../imgs/search.jpg) no-repeat 6px
}

.search-button {
    vertical-align: middle;
    border: 0;
    padding: 10px 0;
    color: #999;
    margin: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-transform: lowercase;
    font-size: 85%;
    letter-spacing: .04em;
    background: url(../imgs/search-30.png) no-repeat;
    background-size: 20px;
    cursor: pointer
}

.navigation {
    text-align: center;
padding: 0;
vertical-align: top;
z-index: 99;
transition: all linear 0.2s;
text-align: right;
top: -18px;
position: relative;
}

.navigation ul {
    width: 100%;
    text-align: right;
	
}

.ctm {
	
	top: 0;
	margin-top: -70px;
	z-index: 100;
}

.navigation ul li {
    position: relative;
    display: inline-block
}

.navigation ul li a {
    line-height: 30px;
    color: #343434;
    font-size: 16px;
    padding: 4px 16px;
    transition: all linear 0.2s
}

/* .navigation ul li a:before { */
    /* position: absolute; */
    /* top: 52%; */
    /* left: 50%; */
    /* color: transparent; */
    /* content: '-'; */
    /* text-shadow: 0 0 transparent; */
    /* font-size: 1.2em; */
    /* -webkit-transition: text-shadow 0.3s, color 0.3s; */
    /* -moz-transition: text-shadow 0.3s, color 0.3s; */
    /* transition: text-shadow 0.3s, color 0.3s; */
    /* -webkit-transform: translateX(-50%); */
    /* -moz-transform: translateX(-50%); */
    /* transform: translateX(-50%); */
    /* pointer-events: none */
/* } */

.navigation ul li a span {
    font-size: 14px
}

.navigation ul li a:active,
.navigation ul li a:hover {
    color: #00A5EA
}

.navigation ul li a:hover::before {
    color: #00A5EA;
    text-shadow: 10px 0 #2f3192, -10px 0 #2f3192
}

.navigation ul li ul.submenu {
    text-align: left;
    position: absolute;
    left: 0px;
    top: 30px;
    background: #fff;
    display: none;
    width: 220px;
    z-index: 99;
    padding: 20px 10px
}

.navigation ul li ul.submenu li {
    text-align: left;
    display: block
}

.navigation ul li ul.submenu li a {
    line-height: 30px;
    font-size: 14px;
    display: block;
    color: #000;
}

.navigation ul li ul.submenu li a:hover {
    background: #00A5EA;
	color: #fff !important;
}

.navigation ul li:hover>ul {
    display: block
}

.magic-line {
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 100px;
    height: 3px;
    background: #fff;
    background: #fff;
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg)
}

.navigation--fix {
    /*position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    background: #2f3192;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.2)*/
}

.navigation--fix ul li {
    padding: 5px 0
}

.navigation--fix ul li:hover {
    background: #333
}

.navigation--fix ul li a {
    font-size: 16px;
    color: #fff
}

.navigation--fix ul li a:hover {
    color: #fff
}

section {
    width: 100%;
    padding: 10px 0;
    position: relative
}

.mask {
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7)
}

.mask-img {
    position: absolute;
    left: 35px;
    top: 0;
    width: 150%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: skewX(-33deg);
    transform: skewX(-33deg)
}

.mask-img:after {
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
    position: absolute;
    top: 0;
    left: -180px;
    background: url("../imgs/random/70025611-sports.jpg") no-repeat;
    background-size: cover;
    background-position: top right;
    -webkit-transform: skewX(33deg);
    transform: skewX(33deg);
    opacity: 0.1
}

.complaint-model {
    display: none;
    max-width: 500px;
    height: 350px;    
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    top: 0;
    bottom: 0;
    border-bottom: 3px solid #2f3192
}
.complaint-model h3 {
    text-align: center;
    background: #2f3192;
    color: #fff;
    margin: 0;
    padding: 15px
}
.complaint-model .book-comp-close {
    position:relative;cursor:pointer;float:right;font-size:20px;
}
.complaint-model form {
    padding: 15px;
    text-align: center;
    background: #fff;
}
.complaint-model input {
    width: 75%;
    border: 2px solid #2e3192;
    padding: 10px;
    color: #666;
    font-size: 14px;
    margin-bottom: 10px
}

.complaint-model input:focus {
    border: 2px solid #000
}

.complaint-model .btn {
    background-color: #2e3192;
    color: #fff;
    max-width: 200px;
    display: block;
    margin: 12px auto
}

.complaint-model a {
    text-align: center;
    line-height: 90px
}

#intro {
    padding: 30px 0 10px
}

.section-header {
    width: 100%;
    margin: 60px auto 30px
}

.section-header .section-header-inner {
    position: relative;
    z-index: 2
}

.section-header h2 {
    margin: 0 auto;
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    color: #000
}

.section-footer {
    text-align: center
}

.entry-more {
    display: inline-block;
    background-color: #ffffff;
    padding: 0 100px
}

.entry-more .btn {
    border: 2px solid #363533;
    position: relative;
    z-index: 1;
    font-size: 16px;
    min-width: 115px;
    padding: 6px 30px;
    background-color: #363533;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none
}

.entry-more .btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0px;
    background-color: #e3010f;
    z-index: -1;
    width: 100%;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s
}

.entry-more .btn:hover:before {
    content: '';
    width: 85%;
    left: 8%;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg)
}

.btn {
    border-radius: 30px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    min-width: 115px;
    padding: 6px 30px;
    background-color: #2e3192;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    margin-bottom: 10px
}

.btn:hover {
    background-color: #2e3192;
    color: #fff
}

.btn.active {
    background-color: #2e3192;
    color: #fff
}

.btn-inverse {
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
    font-size: 16px;
    min-width: 115px;
    padding: 6px 30px;
    background-color: #fff;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer
}

.btn-inverse::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0px;
    background-color: #363533;
    z-index: -1;
    width: 100%;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s
}

.btn-inverse:hover:before {
    content: '';
    width: 85%;
    left: 8%;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    font-weight: 300
}

.btn-inverse-fd {
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
    font-size: 16px;
    min-width: 115px;
    padding: 6px 30px;
    background-color: #fff;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-weight: 300;
    cursor: pointer
}

.btn-inverse-fd::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0px;
    background-color: #e3010f;
    z-index: -1;
    width: 100%;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s
}

.btn-inverse-fd:hover:before {
    content: '';
    width: 85%;
    left: 8%;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg)
}

.intro-media,
.intro-body {
    padding: 30px
}

.intro-body {
    border: 2px dashed #e8e8e8
}

.intro-media {
    padding: 0px 30px 0 0
}

.intro-media div {
    width: 100%;
    height: 432px;
    position: relative;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2)
}

.intro-body p {
    text-align: justify
}

#portfolio {
    margin: 1rem 0
}

.tile {
    margin-bottom: 1em;
    max-width: 260px;
    padding: 0px 0 20px;
    margin: 0 15px 30px;
    border: 1px solid #cecece;
    display: inline-block;
    border-radius: 6px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    -webkit-box-shadow: 0 0px 25px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0px 25px 1px rgba(0, 0, 0, 0.08)
}

.tile .product-title {
    text-align: center;
    padding: 10px
}

.tile .product-title a {
    font-size: 15px;
    color: #2e3192
}

.tile .product-price {
    text-align: center
}

.tile .product-price .price_sale .money {
    color: #f00;
    font-weight: 500;
    font-size: 18px
}

.tile .product-price .price_compare .money {
    color: #666
}

.tile img {
    max-width: 100%;
    width: 100%;
    padding: 20px;
    border-radius: 6px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease
}

.tile img:hover {
    transform: scale(1.1)
}

.scale-anm {
    transform: scale(1)
}

.feature-layout {
    background-color: #f5f5f5
}

.icon-item {
    padding-bottom: 10px
}

.icon-item-group {
    width: calc(100% - 70px);
    padding-right: 30px
}

.icon-item-img {
    width: 70px;
    height: 70px;
    border: 2px solid #858585;
    border-radius: 100%;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.icon-item-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 70px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.icon-right .icon-item-group {
    padding-right: 0;
    padding-left: 30px
}

.icon-item-group h3 {
    color: #000;
    margin: 0
}

.icon-item-group p {
    margin-top: 3px
}

.icon-left {
    text-align: right
}

.feature-banner img {
    width: 100%
}

.boxbanner .grid-box {
    padding: 45px 30px;
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 265px;
    margin: 0 12px 60px;
    min-height: 310px;
    vertical-align: top
}

.boxbanner .grid-box .item-group {
    background: rgba(255, 255, 255, 0.7);
    padding: 0;
    position: absolute;
    bottom: -65px;
    width: 100%;
    left: 0
}

.boxbanner .grid-box .item-group p {
    font-size: 16px;
    color: #fff;
    margin-top: 0;
    line-height: 23px;
    background: #2f3192;
    padding: 4px 0
}

.boxbanner .grid-box .item-group h5 {
    margin-bottom: 8px;
    display: none
}

.boxbanner .grid-box .item-group a {
    border: 2px solid #000;
    color: #000;
    background-color: transparent;
    border-radius: 13px;
    font-size: 10px;
    padding: 4px 20px;
    text-transform: uppercase;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    display: none
}

.boxbanner .grid-box .item-group a:hover {
    background-color: #000;
    color: #fff
}

.boxbanner .grid-box h2 {
    color: #fff;
    font-family: 'Merienda', sans-serif;
    font-weight: 500;
    padding-top: 60px
}

.boxbanner .grid-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2)
}

.boxbanner .grid-box:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%
}

.boxbanner .grid-box:hover a {
    display: inline-block
}

.boxbanner .grid-header {
    pointer-events: none
}

.boxbanner .grid-header:after {
    content: none
}

.flex {
    display: flex;
    overflow: hidden
}

.flex-item {
    flex: auto
}

.entry-thumbnail,
.entry-data {
    vertical-align: top
}

.entry-data {
    padding: 0 25px
}

.entry-data h3 {
    text-transform: uppercase;
    margin: 0;
    font-size: 37px;
    color: #fff
}

.entry-data h3 span {
    color: #fff
}

.entry-data p {
    color: #fff
}

.section-header span,
h2 span {
    color: #2e3192
}

.testimonials-box_inner {
    background-color: #fff;
    margin: 0 20px;
    padding: 80px 40px;
    border-radius: 100%;
    min-height: 360px
}

.testimonials-box_inner h3,
.testimonials-box_inner p {
    text-align: center
}

.testimonials-box_inner span {
    position: absolute;
    font-size: 36px;
    top: 60px;
    left: 10px;
    color: rgba(47, 49, 146, 0.92)
}

.flow-icons {
    text-align: center;
    padding-top: 35px
}

.flow-icons span {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
    background: rgba(78, 86, 245, 0.2);
    border-radius: 50%;
    position: relative;
    -webkit-box-shadow: inset 0 0 4px 4px rgba(78, 86, 245, 0.15);
    box-shadow: inset 0 0 4px 4px rgba(78, 86, 245, 0.15)
}

.flow-icons span img {
    width: 70px;
    padding-top: 32px
}

.flow-icons span:after {
    content: '';
    width: 140px;
    height: 140px;
    position: absolute;
    top: -12px;
    left: -12px;
    border: 2px solid rgba(78, 86, 245, 0.2);
    border-radius: 50%
}

.flow-icons h3 {
    text-transform: uppercase;
    letter-spacing: 0;
    color: #2f3192
}

#image-grid ul {
    text-align: center
}

#image-grid ul li {
    list-style: none;
    display: inline-block;
    width: 24.7%;
    overflow: hidden
}

#image-grid ul li a {
    width: 100%;
    height: 190px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer
}

#image-grid ul li a:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

#gmap {
    padding: 0;
    background: url("../imgs/soccer-light.svg") no-repeat;
    background-size: 600px;
    background-position: bottom right
}

#gmap .col-skew-left,
#gmap .col-skew-right {
    padding: 0
}

#gmap .col-skew-left::before,
#gmap .col-skew-right::before {
    content: none
}

#gmap .col-skew-left::after {
    left: auto;
    width: 200px;
    background-color: #fff;
    z-index: 1;
    right: -160px;
    width: 320px
}

#gmap .col-skew-right::after {
    background-color: #fff
}

.get-in-touch {
    position: relative;
    z-index: 9;
    max-width: 450px;
    margin: 80px 0 0
}

.get-in-touch span {
    position: relative;
    display: block;
    margin-bottom: 20px;
    border-right: 1px solid #ddd;
    overflow: hidden
}

.get-in-touch span input {
    width: 100%;
    height: 37px;
    background-color: transparent;
    border: none;
    border-right: none;
    line-height: 37px;
    padding: 6px 12px 6px 40px;
    color: #343434
}

.get-in-touch span::after {
    width: 100%;
    position: absolute;
    content: '';
    left: auto;
    right: -15px;
    top: 0;
    bottom: 0;
    border: 1px solid #ddd;
    border-right: none;
    background-color: rgba(242, 242, 242, 0.05);
    -webkit-transform: skewX(-30deg);
    -khtml-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    pointer-events: none
}

.get-in-touch span textarea {
    padding: 6px 12px 6px 75px;
    border: none;
    width: 100%;
    height: 150px
}

.get-in-touch h3 {
    text-align: right;
    font-size: 34px;
    margin: 12px 0;
    text-transform: uppercase
}

.footer {
    background: #fff;
    padding: 50px 0 3px
}

.footer div.column {
    padding: 0 20px;
    vertical-align: top
}

.footer div.column h4 {
    color: #2f3192;
    font-size: 22px;
    margin: 15px 0
}

ul.social-icons {
    text-align: left
}

ul.social-icons li {
    color: #fff;
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    width: 2.2em;
    height: 2.2em;
    text-align: right;
    border-radius: 40px;
    background: #797979
}

ul.social-icons li.item--facebook:hover {
    background-color: #3b5998;
    border-color: #3b5998
}

ul.social-icons li.item--twitter:hover {
    background-color: #00aced;
    border-color: #00aced
}

ul.social-icons li.item--instagram:hover {
    background-color: #517fa4;
    border-color: #517fa4
}

ul.social-icons li.item--linkedin:hover {
    background-color: #007bb6;
    border-color: #007bb6
}

ul.social-icons a {
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    font-weight: 300;
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1)
}

ul.social-icons a:hover {
    color: #fff
}

ul.quick-contact li {
    margin-bottom: 15px;
    display: block;
    text-align: left
}

ul.quick-contact li a span {
    padding-right: 8px
}

ul.quick-contact li a:hover {
    color: #fff
}

ul.quick-links {
    text-align: left
}

ul.quick-links li {
    padding: 3px 10px;
    text-transform: uppercase;
    display: block
}

.copyright {
    /* border-top: 1px solid #2f3192; */
    margin-top: 15px
}

.copyright p {
    font-size: 14px;
    text-align: center
}

.contact-info h3 {
    color: #2f3192;
    margin: 0
}

.contact-info p {
    margin: 0 0 15px;
    font-size: 18px
}

.add-box {
    padding: 10px 20px;
    border: 1px solid #2f3192;
    margin: 10px
}

.add-box h3 {
    color: #2f3192;
    margin: 0 0 5px
}

.add-box h4 {
    margin: 0;
    padding-left: 10px
}

.add-box p {
    margin: 0 0 15px;
    font-size: 16px;
    padding-left: 14px
}

.add-box i {
    text-indent: -14px;
    color: #2f3192
}

.toggle-menu {
    padding-top: 65px;
    display: none;
    width: 100%;
    max-width: 300px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 999
}

.toggle-menu a.toggle-menu-close {
    display: block;
    width: 100%;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    font-size: 22px;
    font-weight: 600
}

.toggle-menu ul li {
    width: 100%;
    display: block;
    text-align: left
}

.toggle-menu ul li a {
    width: 100%;
    display: block;
    padding: 10px 20px;
    position: relative
}

.toggle-menu ul li a:hover {
    background: #f8f8f8;
    color: #2f3192
}

.toggle-menu ul li a span {
    position: absolute;
    right: 20px;
    color: #b7b7b7
}

.toggle-menu ul li a.active {
    background: #f8f8f8;
    color: #2f3192
}

.toggle-menu ul li a.active span {
    color: #2f3192
}

.toggle-menu ul li ul.submenu {
    display: none;
    padding: 0 10px
}

.toggle-menu ul li ul.submenu li a:before {
    content: '- '
}

.toggle-menu ul.social-icons {
    text-align: center;
    position: absolute;
    bottom: 0;
    margin: 20px 0;
    width: 100%
}

.toggle-menu ul.social-icons li {
    display: inline-block;
    width: 2.2em
}

.toggle-menu ul.social-icons li a {
    padding: 0
}

.toggle-menu ul.social-icons li a:hover {
    background: initial;
    color: #fff
}

.page-header {
    position: relative;
    width: 100%;
    /*background: url(../imgs/carrysoft_aboutus.jpg) no-repeat;
    background-size: 100%;
    /*background-position: top center;*/
	padding: 10px 20px;
	border-top: 1px solid #e3e3e3;
	background-color: #f3f3f3;
	padding: 30px 0;
	margin-top: 20px;
}


.page-header h1{
	text-align: center;
	color: #31349b;
}

.breadcrumb {
    width: 100%;
    color: #fff;
    padding: 5px 0;
    background: #363533;
    font-size: 12px
}

.breadcrumb span {
    font-size: 16px;
    padding: 0 15px;
    text-transform: uppercase
}

.breadcrumb a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase
}
.breadcrumb a:hover{color:#ffc107;text-decoration:none;}
.image-pane {
    width: 40%
}

.image-pane-inner {
    min-height: 250px;
    background: #ccc;
    position: relative
}

.text-pane {
    width: 60%;
    min-height: 250px;
    padding-right: 20px
}

.winnings {
    padding: 30px 20px
}

.winnings .winnings-inner {
    background: rgba(255, 255, 255, 0.9);
    padding: 25px;
    -webkit-box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.1);
    border-radius: 2px
}

.winnings .icon-img {
    font-size: 50px;
    color: #2f3192
}

.winnings h2 {
    color: #2f3192;
    line-height: 32px;
    margin: 15px 0 0
}

.our-team-inner {
    min-height: 260px;
    margin: 15px 15px
}

.our-team-text {
    margin: 0px 35px
}

.our-team-text h3 {
    margin: 0
}

.contact-details {
    width: calc(37% - 66px);
    background: #f2f2f2;
    margin: 0 22px 22px 0;
    padding: 20px 30px
}

.contact-details h3 {
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: normal
}

.contact-details p span {
    color: #f95c5c;
    padding-right: 10px
}

.text-pane p,
.parah p {
    padding: 20px;
    margin: 0;
    text-align: justify;
    color: #666;
    line-height: 22px
}

.text-pane ul {
    padding: 0 20px 20px;
    margin: 0;
    text-align: left
}

.text-pane ul li {
    list-style: circle;
    display: block;
    font-size: 14px;
    color: #666;
    text-align: left;
    line-height: 22px
}

.mission {
    margin: 0 20px;
    background: #2f3192;
    min-height: 225px;
    padding: 20px
}

.mission p {
    color: #fff;
    text-align: justify
}

.mission h2 {
    margin: 0;
    color: #fff
}

.free-demo-btn {
    width: 40px;
    height: 180px;
    background: #ccc;
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: -2px 0px 15px 1px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 0px 15px 1px rgba(0, 0, 0, 0.2);
    background: #2f3192;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}

.free-demo-btn a {
    -webkit-transform-origin: -16px 188%;
    -moz-transform-origin: -16px 188%;
    -webkit-transform: rotate(90deg) translate(-50%, 50%);
    -moz-transform: rotate(90deg) translate(-50%, 50%);
    display: block;
    position: fixed;
    width: 180px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 16px
}

.promise-box {
    border: 1px solid #666;
    padding: 20px 190px 20px 20px;
    min-height: 210px
}

.promise-box h2 {
    margin: 0;
    color: #2e3192;
    line-height: 30px
}

.image-demo-left,
.image-demo-right {
    margin: 0 10px 20px;
    box-shadow: inset 0 0 81px 150px rgba(0, 0, 0, 0.4)
}

.image-demo-left {
    min-height: 350px
}

.image-demo-right {
    min-height: 720px
}

.content-on-img {
    padding: 30px
}

.content-on-img h2 {
    margin: 0;
    color: #fff;
    letter-spacing: 0
}

.content-on-img p {
    color: #fff
}

.content-on-img a {
    color: #fff;
    margin-top: 190px;
    display: block;
    text-transform: uppercase;
    transition: all linear 0.2s
}

.content-on-img a:hover {
    padding-left: 5px
}

.accordion-container {
    margin-top: 30px
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    background-color: #f8f8f8
}

.set a {
    display: block;
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.set .content {
    background-color: #fff;
    border-bottom: 1px solid #2f3192;
    display: none
}

.set>a i {
    float: right;
    margin-top: 2px
}

.set>a.active {
    background-color: #2f3192;
    color: #fff
}

.img-model {
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.66);
    position: fixed;
    top: 0;
    left: 0
}

.img-model .img-show {
    max-width: 800px;
    width: 100%;
    height: auto;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    padding: 5px 5px 0
}

.img-model .img-show img {
    width: 100%
}

.img-show span {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 99;
    cursor: pointer;
    background: #2f3192;
    border-radius: 63px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #fff
}

.img-show span:hover {
    color: #2f3192;
    background: #fff
}

.form-contact {
    padding: 24px
}

.form-contact input,
.form-contact textarea,
.form-contact select {
    /*width: 100%;*/
    border: 1px solid #d2d2d2;
    padding: 10px;
    color: #666;
    font-size: 14px;
    margin-bottom: 10px
}

.form-contact input:focus,
.form-contact textarea:focus,
.form-contact select:focus {
    border: 1px solid #7B7B7B
}

.form-contact textarea {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    min-height: 158px
}

.form-contact button {
    background-color: #2e3192;
    color: #fff
}

[type="date"] {
    background: #fff url(../imgs/calendar_2.png) 94% 50% no-repeat;
    cursor: pointer
}

[type="date"]::-webkit-inner-spin-button {
    display: none
}

[type="date"]::-moz-inner-spin-button {
    display: none
}

[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0
}

[type="date"]::-moz-calendar-picker-indicator {
    opacity: 0
}

.product_price {
    color: #db4a4a;
    font-size: 30px;
    font-weight: 600
}

.product-description {
    font-size: 14px
}

.product-description .product-box_footer {
    text-align: left
}

.products-grid {
    margin-right: -20px
}

.products-grid li {
    width: 270px;
    margin: 0 20px 20px 0
}

.products-grid .entry-thumbnail {
    border: 1px solid #eeeeee;
    padding: 20px;
    position: relative
}

.products-grid .entry-thumbnail .entry-hov {
    display: none;
    padding-top: 30%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s
}

.products-grid .entry-thumbnail:hover>.entry-hov {
    display: block
}

.entry-hov h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 20px
}

.entry-hov a {
    max-width: 150px;
    margin: 0 auto
}

.entry-hov a:hover {
    color: #fff
}

.products-grid .entry-footer {
    height: 45px;
    background-color: #363533;
    position: relative;
    overflow: hidden
}

.products-grid .entry-footer::after {
    position: absolute;
    content: '';
    left: 50%;
    right: -45px;
    top: 0;
    bottom: 0;
    background-color: #e3010f;
    z-index: 0;
    -webkit-transform: skewX(-30deg);
    -khtml-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg)
}

.products-grid .entry-data {
    padding: 0
}

.products-grid .entry-footer .price {
    float: left;
    margin-left: 15px;
    font-size: 18px;
    color: #fff;
    line-height: 45px
}

.products-grid .entry-footer .add-cart-btn {
    position: relative;
    z-index: 1;
    float: right;
    margin-right: 15px;
    line-height: 45px;
    height: 45px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px
}

.newsletter {
    text-align: center;
    margin: 40px 0 25px;
    padding: 130px 10px
}

.newsletter h2 {
    color: #fff
}

.newsletter .newsletter-form {
    width: 540px;
    max-width: 90%;
    margin: 0 auto
}

.newsletter form {
    position: relative;
    border: 2px dashed #242424;
    height: 50px;
    background-color: #fff;
    padding-right: 140px;
    border-radius: 25px
}

.newsletter .join-input {
    width: 100%;
    border: none;
    padding: 15px;
    color: #343434;
    font-size: 14px;
    border-radius: 25px
}

.newsletter .join-input:focus {
    border: none
}

.newsletter .join-btn {
    background: #000;
    color: #fff;
    border: none;
    font-size: 14px;
    height: 42px;
    line-height: 38px;
    width: 130px;
    border-radius: 21px;
    position: absolute;
    top: 2px;
    right: 2px;
    text-transform: uppercase;
    cursor: pointer
}

.newsletter .join-btn:hover {
    background: #2f3192
}

.scroll_top {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 7;
    right: 60px;
    bottom: 20px;
    background: #f2f2f2;
    cursor: pointer;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    display: none;
    text-align: center;
    line-height: 40px
}

.scroll_top:hover {
    background: #2f3192;
    color: #fff
}

.overlay {
    display: none;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}

.preloader {
    position: fixed;
    width: 35px;
    height: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 35%;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 2px solid;
    border-top-color: rgba(0, 0, 0, 0.65);
    border-bottom-color: rgba(0, 0, 0, 0.15);
    border-left-color: rgba(0, 0, 0, 0.65);
    border-right-color: rgba(0, 0, 0, 0.15);
    -webkit-animation: preloader 0.9s linear infinite;
    animation: preloader 0.9s linear infinite
}

@keyframes preloader {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes preloader {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@media screen and (max-width: 800px) {
    .navigation {
        display: none
    }
    .margin-bottom-small {
        margin-bottom: 10px
    }
    .image-pane {
        width: 100%
    }
    .text-pane {
        width: 100%
    }
    .margin-right-small {
        margin-right: 0px
    }
    .margin-left-small {
        margin-left: 0px
    }
    .image-three-column {
        width: 100%
    }
    .one-third {
        width: 100%
    }
    .brand {
        padding: 0
    }
    .brand img {
        width: 160px
    }
    .top-links .text-left {
        text-align: right;
        position: relative;
        padding-left: 25px
    }
    .top-links .text-left li.toggle-menu-button {
        position: absolute;
        left: 0;
        top: 0
    }
    section {
        padding: 20px 0
    }
    .newsletter {
        padding: 60px 10px
    }
    .section-header h2 {
        font-size: 22px
    }
    .page-width {
        padding: 0 30px
    }
    .section-header {
        margin: 20px auto
    }
    .intro-media,
    .intro-body {
        width: 100%
    }
    .intro-media {
        display: none;
        padding: 0
    }
    .intro-media div {
        height: 350px
    }
    .intro-body {
        margin-top: 0px;
        padding: 10px
    }
    #portfolio {
        text-align: center
    }
    .product-loop ul li {
        width: 40%
    }
    .form-contact input,
    .form-contact textarea {
        min-width: 100%
    }
    .index-slideshow {
        min-height: 645px;
        position: relative
    }
    #featured-products h2 {
        margin: 0 12px 50px
    }
    #featured-products h2 a {
        top: 106px
    }
}

@media screen and (max-width: 500px) {
    .one-half {
        width: 100%
    }
    .hide-sm {
        display: none
    }
    #image-grid ul li {
        width: 100%
    }
    .img-model .img-show {
        max-width: 80%
    }
}



.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
        border-bottom-color: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-body {
    padding: 15px;
}


.wizard-content p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 26px;
    color: #4c4c4c;
	text-align: left;
}


a:link {
	text-decoration: none !important;
}
a:visited {
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
	
}
a:active {
	text-decoration: none !important;
}



.solutions {
	padding: 45px 0;
}

.solutions h1{
	text-align: center;
	font-size: 2.5rem;
	padding-bottom: 45px;
}




.solutions h2{
	text-align: center;
	font-size: 20px;
	padding: 10px 0 10px 0;
}


.s-box {
	border: 1px solid #DEDDDD;
	text-align: center;
	margin-bottom: 20px;
	padding: 30px;
	height: 150px;
}


.price-table{ background: #F3F3F3 ; padding: 45px 0; }

.price-table h1{
	text-align: center;
	font-size: 2.5rem;
}

.price-table p{
	text-align: center;
	font-size: 20px;
	padding-bottom: 25px;
	color: #fff !important;
}

.pricingTable{
    padding: 35px 0 10px 0;
    background: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
	width: 85%;
}
.pricingTable:before{
    content: "";
    border-top: 99px solid transparent;
    border-right: 120px solid #ebebeb;
    position: absolute;
    top: 0;
    right: 0;
}
.pricingTable .pricingTable-header{
    padding: 50px 7px 30px;
    z-index: 10;
    position: relative;
}
.pricingTable .pricingTable-header:before{
    content: "";
    width: 101%;
    height: 100%;
    background: #fb354a;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: skewY(15deg);
}
.pricingTable .title{
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
/*.pricingTable .title:before{
    content: "";
    display: block;
    width: 70%;
    height: 2px;
    background: #fff;
    margin: 0 auto 7px;
}*/
.pricingTable .price-value{
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 47px 0;
    border: 7px solid #fff;
    font-size: 36px;
    color: #fff;
}

.pricingTable .price-value .fa, .fas {
	
	font-size: 30px;
	font-weight: normal;
}

.pricingTable .price-value:after{
    content: "";
    border-bottom: 99px solid transparent;
    border-left: 120px solid #ebebeb;
    position: absolute;
    bottom: -35px;
    left: 0;
    z-index: -2;
}
.pricingTable .month{
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}
.pricingTable .pricing-content{
    padding: 0 10px;
    margin: 30px 0 10px 0;
    list-style: none;
    position: relative;
    z-index: 1;
}

@media (max-width:768px){
	
	.pricingTable .pricing-content {
    padding: 0 10px;
    margin: 50px 0 10px 0;
    list-style: none;
    position: relative;
    z-index: 1;
}
}

.pricingTable .pricing-content li{
    padding: 15px 0;
    font-size: 18px;
    color: #505050;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.pricingTable .pricing-content li:last-child{ border-bottom: none; }
.pricingTable .pricingTable-signup{
    display: inline-block;
    padding: 5px 28px;
    border: 2px solid #fff;
    border-radius: 0 0 15px 15px;
    background: linear-gradient(to bottom,#fb354a,#e0041a);
    font-size: 16px;
    color: #fff;
    transform: rotateX(-90deg);
    transform-origin: top center;
    transition: all 0.5s ease 0s;
}
.pricingTable .pricingTable-signup:hover{
    border: 2px dashed #e0041a;
    color: #e0041a;
    background: #fff;
}
.pricingTable:hover .pricingTable-signup{ transform: rotateX(0); }
.pricingTable.green .pricingTable-header:before{ background: #05b76a; }
.pricingTable.green .pricingTable-signup{ background: linear-gradient(to bottom,#05B76A,#069657); }
.pricingTable.green .pricingTable-signup:hover{
    border: 2px dashed #069657;
    color: #069657;
    background: #fff;
}
.pricingTable.blue .pricingTable-header:before{ background: #3f51b5; }
.pricingTable.blue .pricingTable-signup{ background: linear-gradient(to bottom,#3f51b5,#1d2d7c); }
.pricingTable.blue .pricingTable-signup:hover{
    border: 2px dashed #3f51b5;
    color: #3f51b5;
    background: #fff;
}
.pricingTable.skyblue .pricingTable-header:before{ background: #00bfff; }
.pricingTable.skyblue .pricingTable-signup{ background: linear-gradient(to bottom,#00bfff,#0193c4); }
.pricingTable.skyblue .pricingTable-signup:hover{
    border: 2px dashed #00bfff;
    color: #00bfff;
    background: #fff;
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .pricingTable:before{ border-top: 130px solid transparent; }
    .pricingTable .price-value:after{ border-bottom: 130px solid transparent; }
    .pricingTable .title:before{ width: 50%; }
}

.price-table-2 p{
	font-size: 20px !important;
	color: #6C6B6B !important;
}

.sec-3 {
	padding: 45px 0;
}

.sec-3 h1{
	text-align: center !important;
	font-size: 2.5rem !important;
}

.sec-3 p{
	text-align: center;
	font-size: 20px;
	padding-bottom: 45px;
}



.sec-33 {
	padding: 45px 0;
}

.sec-33 h1{
	text-align: left !important;
	font-size: 24px !important;
}

.sec-33 p{
	text-align: justify;
	font-size: 16px;
	padding-bottom: 45px;
}


.highlight{
	padding: 20px;
	background-color: #00A5EA;
}

.highlight h1{
	color: #fff !important;
	font-size: 26px !important;
}

.hul ul{
	margin: 0 !important;
	padding: 0 !important;
	list-style: outside;
    line-height: 28px;
	text-align: left !important;
	margin-left: 30px !important;
	margin-top: 30px !important;
}

.hul li{
	
	color: #fff !important;
	text-align: left !important;
	list-style-type: disc !important;
	display: list-item;
}

.n-box h2{
	text-align: center;
	font-size: 20px;
	padding: 10px 0 10px 0;
}



.n-box {
	border: 1px solid #DEDDDD;
	text-align: center;
	margin-bottom: 20px;
	padding: 30px;
}

.n-box img{
	height: 70px;
	width: auto;
	margin-bottom: 20px;
}

.n-box:last-child{
	margin-bottom: 0px;
}


.aboutus {
    padding-top: 45px;
    padding-bottom: 45px;
}

.benifits h1 {
    font-size: 24px;
}


.top-links ul{
	margin: 0 !important;
}


/* whatsapp */

.float{
	position:fixed;
	
	bottom:140px;
	left:25px;
	
    z-index:9999;
	width: 70px;
    height: 70px;
	
}


@media(max-width:767px){
	
	.float{
	
	width: 55px;
    height: 55px;
	
}

.wbtn a img {
    width: 55px !important;
    height: 55px !important;}

}



.float-2 {
    position: fixed;
    bottom: 100px;
    right: 25px;
    z-index: 9999;
    width: 120px;
    height: 120px;
}

.my-float{
	margin-top:14px;
}

.my-float{
	position:fixed;
	
	bottom:40px;
	left:25px;
	
    z-index:9999;

}

.wbtn{
  text-align: center;

  
}
.wbtn a img {
    position: relative;
    width: 70px;
    height: 70px;
    border: none;
    box-shadow: 0 0 0 0 rgba(0, 201, 255, 0.5);
    border-radius: 50%;
      background-color: transparent;
	  
	  background-size: 145px auto;
	  background-position: center center;
	  background-repeat: no-repeat;

    cursor: pointer;
    -webkit-animation: rippleOne 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: rippleOne 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: rippleOne 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: rippleOne 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    text-indent: 1000%;
    overflow: hidden;
    white-space: nowrap;
	
}
.wbtn a img:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
  
}

@-webkit-keyframes rippleOne{70%{box-shadow:0 0 0 70px rgba(244,68,56,0)}100%{box-shadow:0 0 0 0 rgba(244,68,56,0)}}@keyframes rippleOne{70%{box-shadow:0 0 0 70px rgba(244,68,56,0)}100%{box-shadow:0 0 0 0 rgba(244,68,56,0)}}
@-webkit-keyframes rippleOne{70%{box-shadow:0 0 0 70px rgba(244,68,56,0)}100%{box-shadow:0 0 0 0 rgba(244,68,56,0)}}@keyframes rippleOne{70%{box-shadow:0 0 0 70px rgba(244,68,56,0)}100%{box-shadow:0 0 0 0 rgba(244,68,56,0)}}
 
   
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}


[tooltip]:before {

  font-weight: 500;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #585858;
  color: #fff;
  content: attr(tooltip);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  margin-left: 10px;
  position: absolute;
  left: 100%;
  bottom: 5%;
  white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}



.p-scroll{
	overflow: scroll;
	height: 400px;
	overflow-x: hidden;
}


				.search-box-inner {
    position: absolute;
margin-top: -117px;
float: right;
right: 210px;
top: 195px;
width: 51%;
z-index: 100;
}

.search-box-inner .search-field {
    width: 100%;
    height: 48px;
    border: none;
    background-color: #fff;
    border-radius: 50px;
    padding: 0 55px 0 20px;
}

.search-box-inner .search-btn {
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    color: #00A5EA;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	border: 0;
	cursor: pointer;
}


@media(max-width:767px){
	
.search-box-inner{
	
	position: relative;
	top: -11px;
	width: 90%;
	z-index: 100;
	margin: 0 auto;
	float: none;
	right: 0;
}

.float-right {
    float: none !important;
}

}