@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');



html, body {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    color:#000000;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/*---- Comman stylesheet ----*/
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ul, li, p {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
button,input,a,textarea,select{
    outline: 0 !important;
}
.section-padding{
    padding: 60px 0;
}
.title-anim {
    opacity: 0;
}
.title-anim span.word {
    display: block;
    overflow: hidden;
    margin-bottom: -.2em;
    padding-bottom: .2em;
}
.title-anim .word-inside {
    display: inline-block;
    white-space: pre;
}
.title-anim .word-inside {
    -webkit-transition: -webkit-transform .7s;
    transition: -webkit-transform .7s;
    transition: transform .7s;
    transition: transform .7s, -webkit-transform .7s;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    opacity: 0;
    white-space: pre;
}
.title-anim.aos-animate {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.aos-animate.title-anim .word-inside {
    -webkit-transition: -webkit-transform .7s;
    transition: -webkit-transform .7s;
    transition: transform .7s;
    transition: transform .7s, -webkit-transform .7s;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/*---- Comman stylesheet ----*/



/*---- Start Header stylesheet ----*/
header.header .top-header {
    background: #f58635;
    position: relative;
    padding: 15px 0;
    overflow: hidden;
}
header.header .top-header:after {
    content: '';
    position: absolute;
    right: -104px;
    top: 0;
    width: 32%;
    background: #2e2953;
    height: 100%;
    z-index: 1;
    border-left: 5px solid #ffffff;
    transform: skewX(-35deg);
}
header.header .top-header .top-header-inner .top-header-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}
header.header .top-header .top-header-inner .top-header-row .top-header-left-col {
    width: 60%;
    padding: 0 15px;
}
header.header .top-header .top-header-inner .top-header-row .top-header-right-col {
    width: 40%;
    padding: 0 15px;
}
header.header .top-header .top-header-inner .top-header-row .top-header-left-col ul {
    display: flex;
}
header.header .top-header .top-header-inner .top-header-row .top-header-left-col ul li {
    margin-right: 25px;
}
header.header .top-header .top-header-inner .top-header-row .top-header-left-col ul li a {
    color: #ffffff;
    font-size: 18px;
    transition: all 500ms ease-in-out;
    font-weight: 500;
}
header.header .top-header .top-header-inner .top-header-row .top-header-left-col ul li a:hover{
    color: #2e2953;
}
header.header .top-header .top-header-inner .top-header-row .top-header-left-col ul li a i {
    color: #2e2953;
    margin-right: 10px;
}
header.header .top-header .top-header-inner .top-header-row .top-header-right-col .top-header-right-inner ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 9;
}
header.header .top-header .top-header-inner .top-header-row .top-header-right-col .top-header-right-inner ul li {
    margin-left: 25px;
}
header.header .top-header .top-header-inner .top-header-row .top-header-right-col .top-header-right-inner ul li a {
    font-size: 18px;
    color: #ffffff;
}
header.header .top-header .top-header-inner .top-header-row .top-header-right-col .top-header-right-inner ul li a i {
    transition: all 500ms ease-in-out;
}
header.header .top-header .top-header-inner .top-header-row .top-header-right-col .top-header-right-inner ul li a:hover i {
    transform: rotate(360deg);
}
header.header .bottom-header nav.navbar {
    padding: 0;
}
header.header .bottom-header {
    padding: 20px 0;
}
header.header .bottom-header nav.navbar .nav-item a {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    margin: 0px 15px;
    position: relative;
    transition: all 500ms ease-in-out;
}
header.header .bottom-header nav.navbar .nav-item {
    margin: 0 50px;
}
header.header .bottom-header nav.navbar .buy-coupan-link {
    padding: 12px 21px;
    background: #2e2953;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: all 500ms ease-in-out;
    border: 2px solid #2e2953;
}
header.header .bottom-header nav.navbar .buy-coupan-link:hover,
header.header .bottom-header nav.navbar .buy-coupan-link:focus {
    background: #ffffff;
    color: #2e2953;
}
header.header .bottom-header nav.navbar .nav-item a:after {
    bottom: 1px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    position: absolute;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #2e2953;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, width 0.1s, left 0.1s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, width 0.1s, left 0.1s;
    position: absolute;
}
header.header .bottom-header nav.navbar .nav-item a:before {
    top: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    position: absolute;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #2e2953;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, width 0.1s, left 0.1s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, width 0.1s, left 0.1s;
}
header.header .bottom-header nav.navbar .nav-item a:hover::before,
header.header .bottom-header nav.navbar .nav-item a:focus::before,
header.header .bottom-header nav.navbar .nav-item a:hover::after,
header.header .bottom-header nav.navbar .nav-item a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
header.header .bottom-header .navbar-brand img {
    width: 75px;
}
header.header .mobilemenu {
    display: none;
}
/*---- End Header stylesheet ----*/



/*---- Start Main stylesheet ----*/
.site-basic-content-main-wrap .site-basic-content-inner {
    text-align: center;
}
.site-basic-content-main-wrap .site-basic-content-inner p:not(:last-child) {
    margin-bottom: 15px;
}
.site-basic-content-main-wrap .site-basic-content-inner p {
    font-size: 18px;
}
.site-b2b-pan-card-main-wrap {
    background: url(../images/portal-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.site-b2b-pan-card-main-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 29%;
    height: calc(100% + 45px);
    background: #f58635;
    clip-path: polygon(0 0, 100% 0%, 55% 100%, 0% 100%);
}
.site-b2b-pan-card-main-wrap .site-b2b-pan-card-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.site-b2b-pan-card-main-wrap .site-b2b-pan-card-row .site-b2b-pan-card-image-col {
    width: 30%;
    padding: 0 15px;
}
.site-b2b-pan-card-main-wrap .site-b2b-pan-card-row .site-b2b-pan-card-text-col {
    width: 70%;
    padding: 0 15px;
}
.site-b2b-pan-card-main-wrap .site-b2b-pan-card-row .site-b2b-pan-card-image-col .site-b2b-pan-card-img {
    height: 100%;
}
.site-b2b-pan-card-main-wrap .site-b2b-pan-card-row .site-b2b-pan-card-image-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.site-b2b-pan-card-main-wrap .site-b2b-pan-card-row .site-b2b-pan-card-text-col .site-b2b-pan-card-text {
    padding-left: 50px;
}
.site-comman-title-wrap h2 {
    color: #f58635;
    font-size: 45px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.site-comman-title-wrap p {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}
.site-b2b-pan-card-text-col .site-b2b-pan-card-text .site-b2b-pan-card-details {
    margin-top: 30px;
}
.site-b2b-pan-card-text-col .site-b2b-pan-card-text .site-b2b-pan-card-details .site-b2b-pan-card-details-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.site-b2b-pan-card-text-col .site-b2b-pan-card-text .site-b2b-pan-card-details .site-b2b-pan-card-details-row img.left-img {
    width: 46px;
    height: auto;
}
.site-b2b-pan-card-text-col .site-b2b-pan-card-text .site-b2b-pan-card-details .site-b2b-pan-card-details-row .site-b2b-pan-card-details-text {
    padding-left: 35px;
    padding-top: 10px;
    width: 100%;
}
.site-b2b-pan-card-text-col .site-b2b-pan-card-text .site-b2b-pan-card-details .site-b2b-pan-card-details-row .site-b2b-pan-card-details-text h4 {
    font-size: 24px;
    color: #f58635;
    margin-bottom: 30px;
}
.site-b2b-pan-card-text-col .site-b2b-pan-card-text .site-b2b-pan-card-details .site-b2b-pan-card-details-row .site-b2b-pan-card-details-text ul li {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
    padding: 0 15px;
    width: 50%;
}
.site-b2b-pan-card-text-col .site-b2b-pan-card-text .site-b2b-pan-card-details .site-b2b-pan-card-details-row .site-b2b-pan-card-details-text ul li img {
    width: 20px;
    margin-right: 22px;
}
.site-b2b-pan-card-text-col .site-b2b-pan-card-text .site-b2b-pan-card-details .site-b2b-pan-card-details-row .site-b2b-pan-card-details-text ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.site-b2b-pan-card-text-col .site-b2b-pan-card-text .site-b2b-pan-card-details:last-child .site-b2b-pan-card-details-text {
    width: 50%;
}
.site-b2b-pan-card-text-col .site-b2b-pan-card-text .site-b2b-pan-card-details:last-child .site-b2b-pan-card-details-row .site-b2b-pan-card-details-text ul li {
    padding-bottom: 15px;
}
.site-comman-title-wrap.text-black h2 {
    color: #000000;
}
.site-our-products-main-wrap .site-comman-title-wrap p {
    font-size: 22px;
    font-weight: 500;
    color: #2e2953;
}
.site-our-products-main-wrap .site-our-products-slider-main-wrap {
    margin-top: 50px;
}
.site-our-products-main-wrap .site-our-products-slider-main-wrap .site-our-products-slider-item {
    padding: 30px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 11%);
    margin: 15px;
}
.site-our-products-main-wrap .site-our-products-slider-main-wrap .site-our-products-slider-item h4 {
    font-size: 30px;
    font-weight: 600;
    color: #f38535;
    margin-bottom: 40px;
    min-height: 72px;
}
.site-our-products-main-wrap .site-our-products-slider-main-wrap .site-our-products-slider-item ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #000000;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 31px;
}
.site-our-products-main-wrap .site-our-products-slider-main-wrap .site-our-products-slider-item ul li img {
    width: 16px;
    margin-right: 15px;
}
.site-our-products-main-wrap .site-our-products-slider-main-wrap .site-our-products-slider-item .site-our-products-slider-bottom {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.site-our-products-main-wrap .site-our-products-slider-main-wrap .site-our-products-slider-item .site-our-products-slider-bottom p {
    color: #000000;
    font-size: 29px;
    font-weight: 600;
}
.site-our-products-main-wrap .site-our-products-slider-main-wrap .site-our-products-slider-item .site-our-products-slider-bottom a {
    display: inline-block;
    padding: 12px 21px;
    background: #2e2953;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: all 500ms ease-in-out;
    border: 2px solid #2e2953;
}
.site-our-products-main-wrap .site-our-products-slider-main-wrap .site-our-products-slider .center .site-our-products-slider-item h4{
    color: #2e2953;
}
.site-our-products-main-wrap .site-our-products-slider-main-wrap .site-our-products-slider .center .site-our-products-slider-bottom {
    display: flex;
}
.site-our-products-main-wrap .site-our-products-slider-main-wrap .site-our-products-slider .center .site-our-products-slider-item {
    border-bottom: 3px solid #2e2953;
}
.site-our-products-main-wrap .site-our-products-slider-main-wrap .owl-nav {
    position: absolute;
    left: 0;
    top: -61px;
    width: 100%;
    margin-top: 0;
}
.site-our-products-main-wrap .site-our-products-slider-main-wrap .owl-nav button {
    margin: 0;
    position: absolute;
    width: 50px;
    height: 50px;
}
.site-our-products-main-wrap .site-our-products-slider-main-wrap .owl-nav button span {
    font-size: 0;
}
.site-our-products-main-wrap .site-our-products-slider-main-wrap .owl-nav button.owl-prev {
    left: 15px;
    background: url(../images/right-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}
.site-our-products-main-wrap .site-our-products-slider-main-wrap .owl-nav button.owl-next {
    right: 15px;
    background: url(../images/right-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.site-valuable-products-main-wrap {
    background: #2e2953;
    position: relative;
}
.site-valuable-products-main-wrap .site-valuable-products-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col {
    width: 33.33%;
    padding: 0 15px 30px;
}
.site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col .site-valuable-products-col-inner {
    position: relative;
    overflow: hidden;
}
.site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col .site-valuable-products-col-inner img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.site-valuable-products-main-wrap .site-valuable-products-inner {
    margin-top: 60px;
}
.site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col .site-valuable-products-col-inner .site-valuable-product-title {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
}
.site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col .site-valuable-products-col-inner .site-valuable-products-col-overlay {
    position: absolute;
    left: -100%;
    top: 0;
    background: rgb(255,255,255,0.7);
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
    transition: all 500ms ease-in-out;
}
.site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col .site-valuable-products-col-inner .site-valuable-products-col-overlay h4 {
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
}
.site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col .site-valuable-products-col-inner .site-valuable-products-col-overlay p {
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 20px;
}
.site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col .site-valuable-products-col-inner .site-valuable-products-col-overlay a {
    color: #000000;
    text-decoration: underline;
    font-size: 25px;
    font-weight: 600;
    display: inline-block;
}
.site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col .site-valuable-products-col-inner:hover .site-valuable-products-col-overlay {
    left: 0;
}
.site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col .site-valuable-products-col-inner:hover .site-valuable-product-title {
    opacity: 0;
}
.site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col .site-valuable-products-col-inner .site-valuable-products-col-overlay a:hover {
    text-decoration: none;
}
.site-eager-to-serve-main-wrap .site-eager-to-serve-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.site-eager-to-serve-main-wrap .site-eager-to-serve-row .site-eager-to-serve-col {
    width: 50%;
    padding: 0 15px;
}
.site-eager-to-serve-main-wrap .site-eager-to-serve-row .site-eager-to-serve-col .site-eager-to-serve-col-inner h4 {
    text-align: center;
    color: #000000;
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.site-eager-to-serve-row .site-eager-to-serve-review {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: #2e2953;
}
.site-eager-to-serve-main-wrap .site-eager-to-serve-row .site-eager-to-serve-col:last-child .site-eager-to-serve-review{
    background: #f58635;
}
.site-eager-to-serve-row .site-eager-to-serve-review .site-eager-to-serve-review-img {
    width: 45%;
    padding-left: 15px;
}
.site-eager-to-serve-row .site-eager-to-serve-review .site-eager-to-serve-review-img img {
    width: 100%;
    height: 402px;
    object-fit: cover;
}
.site-eager-to-serve-row .site-eager-to-serve-review .site-eager-to-serve-review-text {
    width: 55%;
    padding: 85px 30px 30px;
    position: relative;
}
.site-eager-to-serve-row .site-eager-to-serve-review .site-eager-to-serve-review-text p {
    font-size: 16px;
    color: #ffffff;
    line-height: 45px;
    font-weight: 400;
}
.site-eager-to-serve-row .site-eager-to-serve-review .site-eager-to-serve-review-text h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 15px;
}
.site-eager-to-serve-row .site-eager-to-serve-review .site-eager-to-serve-review-text:after {
    content: '';
    position: absolute;
    right: 30px;
    top: 30px;
    width: 50px;
    height: 50px;
    background: url(../images/quote.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.site-eager-to-serve-main-wrap .site-eager-to-serve-row .site-eager-to-serve-col .site-eager-to-serve-col-inner .site-eager-to-serve-review-main-text {
    padding: 30px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.11);
}
.site-eager-to-serve-main-wrap .site-eager-to-serve-row .site-eager-to-serve-col .site-eager-to-serve-col-inner .site-eager-to-serve-review-main-text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    color: #000000;
    min-height: 245px;
}
.site-contact-us-main-wrap {
    background: #2e2953;
    padding: 60px 0;
}
.site-contact-us-main-wrap .tel-contact-number {
    color: #ffffff;
    text-decoration: underline;
    font-size: 25px;
    font-weight: 600;
    display: inline-block;
    margin-top: 30px;
}
.site-contact-us-main-wrap .tel-contact-number:hover {
    text-decoration: none;
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col .counter {
    line-height: 1;
    position: relative;
    display: inline-flex;
    overflow: hidden;
    align-items: center;
    height: 42px;
    font-size: 45px;
    margin: 0;
    font-weight: 600;
    color: #000000;
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col .counter>span {
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 2s ease;
    transform: translateY(0);
    line-height: 1;
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col .counter>span span {
    flex: 0 0 100%;
    height: 100%;
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col .counter:nth-child(1)>span {
    transition-delay: 0s;
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col .counter:nth-child(2)>span {
    transition-delay: 0.375s;
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col .counter:nth-child(3)>span {
    transition-delay: 0.75s;
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col .counter:nth-child(4)>span {
    transition-delay: 1.125s;
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col .counter:nth-child(5)>span {
    transition-delay: 1.5s;
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col .counter:nth-child(6)>span {
    transition-delay: 1.875s;
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col .counter:nth-child(7)>span {
    transition-delay: 2.25s;
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col .counter:nth-child(8)>span {
    transition-delay: 2.625s;
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col .counter:nth-child(9)>span {
    transition-delay: 3s;
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col .counter:nth-child(10)>span {
    transition-delay: 3.375s;
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col .counter:nth-child(11)>span {
    transition-delay: 3.75s;
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col .counter:nth-child(12)>span {
    transition-delay: 4.125s;
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col .counter:nth-child(13)>span {
    transition-delay: 4.5s;
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col .counter:nth-child(14)>span {
    transition-delay: 4.875s;
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col .counter:nth-child(15)>span {
    transition-delay: 5.25s;
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col .counter:nth-child(16)>span {
    transition-delay: 5.625s;
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col counter:nth-child(17)>span {
    transition-delay: 6s;
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col .counter:nth-child(18)>span {
    transition-delay: 6.375s;
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col .counter:nth-child(19)>span {
    transition-delay: 6.75s;
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col .counter:nth-child(20)>span {
    transition-delay: 7.125s;
}
.site-contact-us-main-wrap.site-contact-us-counter-main-wrap{
    background: url(../images/footer-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    align-items: center;
    background: #ffffff;
    padding: 40px 0;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 11%);
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col {
    width: 33%;
    margin-top: 10px;
    padding: 0 15px;
    text-align: center;
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col h4 {
    font-size: 25px;
    font-weight: 500;
    margin-top: 15px;
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col a {
    background: #f58635;
    border: 2px solid #f58635;
    font-size: 30px;
    width: 77%;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    padding: 9px 0;
    transition: all 500ms ease-in-out;
    margin-top: 15px;
}
.site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col a:hover{
    background: #ffffff;
    color: #f58635;
}
.site-our-best-team-main-wrap .site-our-best-team-row {
    display: flex;
    flex-wrap: wrap;
    margin: 50px -15px 0;
}
.site-our-best-team-main-wrap .site-our-best-team-row .site-our-best-team-col {
    width: 50%;
    padding: 0 15px;
}
.site-our-best-team-main-wrap .site-our-best-team-row .site-our-best-team-col .site-our-best-team-col-inner {
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.site-our-best-team-main-wrap .site-our-best-team-row .site-our-best-team-col .site-our-best-team-col-inner img {
    width: 350px;
    height: 350px;
    object-fit: cover;
    object-position: top;
    border: 10px solid #b6b4c3;
    border-radius: 50%;
}
.site-our-best-team-main-wrap .site-our-best-team-row .site-our-best-team-col .site-our-best-team-col-inner h4 {
    display: inline-block;
    padding: 15px 45px;
    background: #2e2953;
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    margin-top: -30px;
    margin-bottom: 25px;
}
.site-our-best-team-main-wrap .site-our-best-team-row .site-our-best-team-col .site-our-best-team-col-inner .post {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.site-our-best-team-main-wrap .site-our-best-team-row .site-our-best-team-col .site-our-best-team-col-inner .desscription {
    font-size: 22px;
    line-height: 35px;
}
.site-our-best-team-main-wrap .site-our-best-team-row .site-our-best-team-col .site-our-best-team-col-inner ul {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.site-our-best-team-main-wrap .site-our-best-team-row .site-our-best-team-col .site-our-best-team-col-inner ul li {
    margin: 0 25px;
}
.site-our-best-team-main-wrap .site-our-best-team-row .site-our-best-team-col .site-our-best-team-col-inner ul li a {
    font-size: 35px;
    color: #000000;
}
.site-our-best-team-main-wrap .site-our-best-team-row .site-our-best-team-col .site-our-best-team-col-inner ul li:nth-child(2) a {
    color: #50abf1;
}
.site-main-banner-slider-main-wrap {
    position: relative;
}
.site-main-banner-slider-main-wrap .site-main-banner-slider-content-main-wrap {
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
}
.site-main-banner-slider-main-wrap .site-main-banner-slider-content-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left {
    width: 70%;
    padding: 0 15px;
}
.site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-right {
    width: 30%;
    padding: 0 15px;
}
.site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left .site-main-banner-slider-content-inner h2 {
    font-size: 65px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 15px;
}
.site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left .site-main-banner-slider-content-inner h3 {
    font-size: 45px;
    color: #f58635;
    font-weight: bold;
    margin-bottom: 35px;
    padding-bottom: 35px;
    position: relative;
}
.site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left .site-main-banner-slider-content-inner h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #f58635;
}
.site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left .site-main-banner-slider-content-inner h5 {
    font-size: 35px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}
.site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left .site-main-banner-slider-content-inner p {
    font-size: 26px;
    line-height: 50px;
    color: #ffffff;
}
.site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-right form {
    background: #ffffff;
    padding: 30px;
}
.site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-right form .custom-form-group input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #9fa1a1;
    padding: 16px 15px 16px 40px;
    color: #000000;
    font-size: 18px;
}
.site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-right form .custom-form-group input[type="email"] {
    background: url(../images/mail.png) #ffffff;
    background-position: 0px 50%;
    background-repeat: no-repeat;
    background-size: 20px;
}
.site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-right form .custom-form-group input[type="password"] {
    background: url(../images/padlock.png) #ffffff;
    background-position: 3px 48%;
    background-repeat: no-repeat;
    background-size: 15px;
}
.site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-right form .custom-form-group input::placeholder {
    color: #000000;
}
.site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-right form .custom-form-group {
    margin-bottom: 30px;
}
.site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-right form .custom-form-button {
    display: flex;
}
.site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-right form .custom-form-button a {
    padding: 7px 34px;
    background: #2e2953;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    transition: all 500ms ease-in-out;
    border: 2px solid #2e2953;
    margin-right: 15px;
}
.site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-right form .custom-form-button a:last-child {
    background: #f58635;
    border-color: #f58635;
}
.site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-right form .custom-form-button a:hover {
    background: #ffffff;
    color: #2e2953;
}
.site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-right form .custom-form-button a:last-child:hover {
    color: #f58635;
}
.site-main-banner-slider-main-wrap ol.carousel-indicators {
    bottom: -50px;
    display: flex;
    align-items: center;
}
.site-main-banner-slider-main-wrap ol.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    border: 2px solid #2e2953;
    margin: 0 12px;
}
.site-main-banner-slider-main-wrap ol.carousel-indicators li.active {
    background: #2e2953;
    width: 10px;
    height: 10px;
}
.site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item {
    padding: 60px 30px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 11%);
    margin: 30px;
    position: relative;
}
.site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item:after {
    width: 100%;
    height: 100%;
    background: #f58635;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 0% 91%, 25% 0);
}
.site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item:before {
    width: 100%;
    height: 100%;
    background: #f58635;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    clip-path: polygon(96% 100%, 100% 100%, 100% 84%);
}
.site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row {
    display: flex;
    flex-wrap: wrap;
}
.site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-img {
    width: 150px;
    position: relative;
    z-index: 1;
}
.site-what-client-say-main-wrap {
    background: #ebf1f5;
}
.site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-img:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 58px;
    background: url(../images/quote-grey.png);
    background-position: 90% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-img img {
    width: 100%;
}
.site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-text {
    width: calc(100% - 150px);
    padding-left: 80px;
}
.site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-text .client-name {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
}
.site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-text  .post {
    color: #f58635;
    position: absolute;
    font-size: 25px;
}
.site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-text .desscription {
    font-size: 18px;
    line-height: 35px;
    margin-top: 30px;
    display: -webkit-box;
    /*-webkit-line-clamp: 3;*/
    -webkit-box-orient: vertical;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.site-what-client-say-main-wrap .site-what-client-slider .owl-nav {
    position: absolute;
    left: 0;
    top: -72px;
    width: 100%;
    margin-top: 0;
    display: block;
}
.site-what-client-say-main-wrap .site-what-client-slider .owl-nav button {
    margin: 0;
    position: absolute;
    width: 50px;
    height: 50px;
}
.site-what-client-say-main-wrap .site-what-client-slider .owl-nav button span {
    font-size: 0;
}
.site-what-client-say-main-wrap .site-what-client-slider .owl-nav button.owl-prev {
    left: 30px;
    background: url(../images/right-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}
.site-what-client-say-main-wrap .site-what-client-slider .owl-nav button.owl-next {
    right: 30px;
    background: url(../images/right-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.site-our-head-office-main-wrap {
    background: #f58635;
}
.site-our-head-office-main-wrap .site-our-head-office-slider-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #ffffff;
}
.site-our-head-office-main-wrap .site-our-head-office-slider-row .site-our-head-office-img {
    width: 30%;
}
.site-our-head-office-main-wrap .site-our-head-office-slider-row .site-our-head-office-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.site-our-head-office-main-wrap .site-our-head-office-slider-row .site-our-head-office-text {
    width: 70%;
    padding: 50px;
}
.site-our-head-office-main-wrap .site-our-head-office-slider-row .site-our-head-office-text p {
    font-size: 22px;
    line-height: 45px;
}
.site-our-head-office-main-wrap .site-our-head-office-slider {
    margin-top: 50px;
}
.site-our-head-office-main-wrap .site-our-head-office-slider .owl-nav {
    position: absolute;
    left: 0;
    top: -103px;
    width: 100%;
    margin-top: 0;
    display: block;
}
.site-our-head-office-main-wrap .site-our-head-office-slider .owl-nav button {
    margin: 0;
    position: absolute;
    width: 50px;
    height: 50px;
}
.site-our-head-office-main-wrap .site-our-head-office-slider .owl-nav button span {
    font-size: 0;
}
.site-our-head-office-main-wrap .site-our-head-office-slider .owl-nav button.owl-prev {
    left: 0;
    background: url(../images/right-arrow-white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}
.site-our-head-office-main-wrap .site-our-head-office-slider .owl-nav button.owl-next {
    right: 0;
    background: url(../images/right-arrow-white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.site-bottom-slider .owl-item>.item {
    cursor: pointer;
    margin: 6% 8%;
    transition: margin 0.4s ease;
}
.site-bottom-slider .owl-item.center>.item {
    cursor: auto;
    margin: 0;
}
.site-bottom-slider-main-wrap {}

.site-bottom-slider-main-wrap .bottom-slider-main-wrap {
    margin-top: 50px;
}
.site-bottom-slider-main-wrap .bottom-slider-main-wrap .owl-item.center .item {
    position: relative;
}
.site-bottom-slider-main-wrap .bottom-slider-main-wrap .owl-item.center .item:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -9px;
    width: 90%;
    background: #f58635;
    height: 9px;
    transform: translateX(-50%);
}
.site-bottom-slider .owl-stage-outer {
    padding: 15px 0;
}
.site-bottom-slider-main-wrap .bottom-slider-main-wrap .owl-item.center .item:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -9px;
    width: 90%;
    background: #f58635;
    height: 9px;
    transform: translateX(-50%);
}
.site-rankers-list-main-wrap .site-rankers-list-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.site-rankers-list-main-wrap .site-rankers-list-row .site-rankers-list-col {
    width: 25%;
    padding: 0 15px;
}
.site-rankers-list-main-wrap .site-rankers-list-row .site-rankers-list-col .site-rankers-list-col-inner {
    padding: 30px;
    height: 100%;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 11%);
    text-align: center;
    max-height: 477px;
}
.site-rankers-list-main-wrap .site-rankers-list-row .site-rankers-list-col .site-rankers-list-col-inner img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: top;
    border: 10px solid #b6b4c3;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
}
.site-rankers-list-main-wrap .site-rankers-list-row .site-rankers-list-col .site-rankers-list-col-inner .title {
    /*font-size: 30px;*/
    font-weight: bold;
    margin: 26px 0 0;
}
.site-rankers-list-main-wrap .site-rankers-list-row .site-rankers-list-col .site-rankers-list-col-inner .rank {
    /*font-size: 25px;*/
    font-weight: bold;
    color: #f58635;
}


/*---- End Main stylesheet ----*/


/*---- Start Footer stylesheet ----*/
footer.footer {
    background: url(../images/footer-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 135px;
}
footer.footer .footer-top-row {
    padding: 50px;
    background: #f58635;
    margin-bottom: 50px;
    margin-top: -120px;
}
footer.footer .footer-top-row .footer-top-row-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer.footer .footer-top-row .footer-top-row-col h3 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 45px;
    font-weight: 600;
    line-height: 60px;
}
footer.footer .footer-top-row .footer-top-row-col a {
    display: inline-block;
    width: 215px;
    background: #ffffff;
    text-align: center;
    font-size: 30px;
    color: #2e2953;
    padding: 13px 0;
    font-weight: 600;
}
footer.footer .footer-top-row .footer-top-row-col a:hover{
    background: #2e2953;
    color: #ffffff;
}
footer.footer .footer-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
footer.footer .footer-row .footer-col {
    width: 33.33%;
    padding: 0 15px;
}
footer.footer .footer-row .footer-col .footer-col-title {
    font-size: 35px;
    color: #ffffff;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 25px;
}
footer.footer .footer-row .footer-col p {
    font-size: 20px;
    color: #ffffff;
    line-height: 45px;
}
footer.footer .footer-row .footer-col .footer-col-inner ul li {
    margin-bottom: 22px;
}
footer.footer .footer-row .footer-col .footer-col-inner ul li a {
    font-size: 22px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
footer.footer .footer-row .footer-col .footer-col-inner ul li a i {
    width: 49px;
}
footer.footer .footer-bottom-row {
    margin-top: 50px;
    background: #1a1732;
    padding: 20px 0;
}
footer.footer .footer-bottom-row .footer-bottom-innner-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 -15px;
}
footer.footer .footer-bottom-row .footer-bottom-innner-row .footer-bottom-left-col {
    width: 60%;
    padding: 0 15px;
}
footer.footer .footer-bottom-row .footer-bottom-innner-row .footer-bottom-right-col {
    width: 40%;
    padding: 0 15px;
}
footer.footer .footer-bottom-row .footer-bottom-innner-row .footer-bottom-left-col .footer-bottom-left-inner-col {
    text-align: center;
}
footer.footer .footer-bottom-row .footer-bottom-innner-row .footer-bottom-left-col .footer-bottom-left-inner-col p,
footer.footer .footer-bottom-row .footer-bottom-innner-row .footer-bottom-left-col .footer-bottom-left-inner-col p a {
    color: #ffffff;
    font-size: 20px;
}
footer.footer .footer-bottom-row .footer-bottom-innner-row .footer-bottom-right-col ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 9;
}
footer.footer .footer-bottom-row .footer-bottom-innner-row .footer-bottom-right-col ul li {
    margin-left: 35px;
}
footer.footer .footer-bottom-row .footer-bottom-innner-row .footer-bottom-right-col ul li a {
    font-size: 25px;
    color: #5d54a1;
}
footer.footer .footer-bottom-row .footer-bottom-innner-row .footer-bottom-right-col ul li a i {
    transition: all 500ms ease-in-out;
}
footer.footer .footer-bottom-row .footer-bottom-innner-row .footer-bottom-right-col ul li a:hover i {
    transform: rotate(360deg);
    color: #ffffff;
}
/*---- Start Footer stylesheet ----*/



/*---- Start Media Query ----*/

@media screen and (min-width:1600px){
    .container {
        max-width: 1500px;
    }

    .btn-live-date {
        display: none !important;
    }
}

@media screen and (max-width:1500px) and (min-width:1280px){
    .btn-live-date {
        display: none !important;
    }

    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left .site-main-banner-slider-content-inner h2 {
        font-size: 40px;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left .site-main-banner-slider-content-inner h3 {
        font-size: 30px;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left .site-main-banner-slider-content-inner p {
        font-size: 22px;
        line-height: 40px;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-main-wrap {
        top: 56px;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left {
        width: 65%;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-right {
        width: 35%;
    }
    .site-comman-title-wrap h2 {
        font-size: 40px;
    }
    .site-eager-to-serve-main-wrap .site-eager-to-serve-row .site-eager-to-serve-col .site-eager-to-serve-col-inner h4 {
        font-size: 40px;
    }
    .site-eager-to-serve-row .site-eager-to-serve-review .site-eager-to-serve-review-text p {
        font-size: 16px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-text .client-name {
        font-size: 30px;
        margin-left: 50px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-text .post {
        font-size: 20px;
        margin-left: 50px;
    }
    .site-our-best-team-main-wrap .site-our-best-team-row .site-our-best-team-col .site-our-best-team-col-inner h4 {
        font-size: 25px;
    }
    .site-our-head-office-main-wrap .site-our-head-office-slider-row .site-our-head-office-text p {
        font-size: 18px;
    }
    .site-our-head-office-main-wrap .site-our-head-office-slider-row .site-our-head-office-img {
        width: 35%;
    }
    .site-our-head-office-main-wrap .site-our-head-office-slider-row .site-our-head-office-text {
        width: 65%;
        padding: 40px;
    }
    footer.footer .footer-top-row .footer-top-row-col h3 {
        font-size: 36px;
        line-height: 45px;
    }
    footer.footer .footer-top-row .footer-top-row-col a {
        font-size: 25px;
    }
    footer.footer .footer-row .footer-col .footer-col-title {
        font-size: 25px;
        line-height: 40px;
    }
    footer.footer .footer-row .footer-col .footer-col-inner ul li a {
        font-size: 18px;
    }
    footer.footer .footer-row .footer-col p {
        font-size: 16px;
    }
    footer.footer .footer-bottom-row .footer-bottom-innner-row .footer-bottom-left-col .footer-bottom-left-inner-col p,
    footer.footer .footer-bottom-row .footer-bottom-innner-row .footer-bottom-left-col .footer-bottom-left-inner-col p a {
        font-size: 18px;
    }
}

@media screen and (max-width:1279px) and (min-width:1024px){
    .btn-live-date {
        display: none !important;
    }
    header.header .top-header:after {
        width: 40%;
    }
    header.header .bottom-header nav.navbar .nav-item {
        margin: 0 25px;
    }
    .site-b2b-pan-card-main-wrap .site-b2b-pan-card-row .site-b2b-pan-card-image-col {
        width: 40%;
    }
    .site-b2b-pan-card-main-wrap .site-b2b-pan-card-row .site-b2b-pan-card-text-col {
        width: 60%;
    }
    .site-b2b-pan-card-main-wrap .site-b2b-pan-card-row .site-b2b-pan-card-image-col img {
        height: auto;
    }
    .site-b2b-pan-card-text-col .site-b2b-pan-card-text .site-b2b-pan-card-details:last-child .site-b2b-pan-card-details-text {
        width: 90%;
    }
    .site-our-best-team-main-wrap .site-our-best-team-row .site-our-best-team-col .site-our-best-team-col-inner .desscription {
        font-size: 20px;
    }
    .site-our-best-team-main-wrap .site-our-best-team-row .site-our-best-team-col .site-our-best-team-col-inner h4 {
        font-size: 25px;
    }
    .site-main-banner-slider-main-wrap {
        background: url(../images/portal-bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 60px 0;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left {
        width: 100%;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-right {
        width: 100%;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left .site-main-banner-slider-content-inner h2 {
        font-size: 40px;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left .site-main-banner-slider-content-inner h3 {
        font-size: 30px;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left .site-main-banner-slider-content-inner h5 {
        font-size: 25px;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left .site-main-banner-slider-content-inner p {
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 50px;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-right form .custom-form-button a {
        font-size: 13px;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-right form {
        width: 50%;
    }
    .site-main-banner-slider-main-wrap .carousel {
        display: none;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-main-wrap {
        position: relative;
        top: 0;
    }
    .site-our-products-main-wrap .site-our-products-slider-main-wrap .site-our-products-slider-item h4 {
        font-size: 25px;
    }
    .site-our-products-main-wrap .site-our-products-slider-main-wrap .site-our-products-slider-item .site-our-products-slider-bottom p {
        font-size: 25px;
    }
    .site-our-products-main-wrap .site-our-products-slider-main-wrap .site-our-products-slider-item .site-our-products-slider-bottom a {
        padding: 12px 12px;
        font-size: 16px;
    }
    .site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col {
            width: 50%;
    }
    .site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col .site-valuable-products-col-inner .site-valuable-product-title {
        font-size: 25px;
    }
    .site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col .site-valuable-products-col-inner .site-valuable-products-col-overlay h4 {
        font-size: 25px;
        margin-bottom: 0;
    }
    .site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col .site-valuable-products-col-inner .site-valuable-products-col-overlay p {
        font-size: 16px;
    }
    .site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col .site-valuable-products-col-inner .site-valuable-products-col-overlay a {
        font-size: 20px;
    }
    .site-eager-to-serve-main-wrap .site-eager-to-serve-row .site-eager-to-serve-col {
        width: 50%;
    }
    .site-eager-to-serve-main-wrap .site-eager-to-serve-row .site-eager-to-serve-col .site-eager-to-serve-col-inner h4 {
        font-size: 25px;
    }
    .site-eager-to-serve-row .site-eager-to-serve-review .site-eager-to-serve-review-img {
        width: 100%;
        padding: 15px;
    }
    .site-eager-to-serve-row .site-eager-to-serve-review {
        flex-wrap: wrap;
    }
    .site-eager-to-serve-row .site-eager-to-serve-review .site-eager-to-serve-review-text {
        width: 100%;
    }
    .site-eager-to-serve-row .site-eager-to-serve-review .site-eager-to-serve-review-text p {
        font-size: 16px;
        line-height: 34px;
        min-height: 170px;
    }
    .site-our-best-team-main-wrap .site-our-best-team-row .site-our-best-team-col .site-our-best-team-col-inner h4 {
        font-size: 20px;
    }
    .site-our-best-team-main-wrap .site-our-best-team-row .site-our-best-team-col .site-our-best-team-col-inner .post {
        font-size: 20px;
    }
    .site-our-best-team-main-wrap .site-our-best-team-row .site-our-best-team-col .site-our-best-team-col-inner .desscription {
        font-size: 16px;
        line-height: 26px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .owl-nav {
        top: -63px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-img {
        width: 100%;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-text {
        width: 100%;
        padding-left: 0;
        padding-top: 50px;
        position: relative;
        z-index: 1;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-text .client-name {
        font-size: 25px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-text .post {
        font-size: 18px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-text .desscription {
        font-size: 16px;
        line-height: 26px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item:before {
        clip-path: polygon(86% 100%, 100% 100%, 109% 84%);
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item:after {
        clip-path: polygon(0 0, 0% 67%, 60% 0);
    }
    .site-what-client-say-slider-wrap {
        margin-top: 89px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .owl-nav button.owl-next {
        right: 15px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .owl-nav button.owl-prev {
        left: 15px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item {
        margin: 15px;
    }
    .site-comman-title-wrap h2 {
        font-size: 40px;
    }
    .site-our-head-office-main-wrap .site-our-head-office-slider-row .site-our-head-office-text p {
        font-size: 18px;
    }
    .site-our-head-office-main-wrap .site-our-head-office-slider-row .site-our-head-office-img {
        width: 35%;
    }
    .site-our-head-office-main-wrap .site-our-head-office-slider-row .site-our-head-office-text {
        width: 65%;
        padding: 40px;
    }
    footer.footer .footer-top-row .footer-top-row-col h3 {
        font-size: 36px;
        line-height: 45px;
    }
    footer.footer .footer-top-row .footer-top-row-col a {
        font-size: 25px;
    }
    footer.footer .footer-row .footer-col .footer-col-title {
        font-size: 25px;
        line-height: 40px;
    }
    footer.footer .footer-row .footer-col .footer-col-inner ul li a {
        font-size: 18px;
    }
    footer.footer .footer-row .footer-col p {
        font-size: 18px;
    }
    footer.footer .footer-bottom-row .footer-bottom-innner-row .footer-bottom-left-col .footer-bottom-left-inner-col p,
    footer.footer .footer-bottom-row .footer-bottom-innner-row .footer-bottom-left-col .footer-bottom-left-inner-col p a {
        font-size: 18px;
    }
    .site-rankers-list-main-wrap .site-rankers-list-row .site-rankers-list-col .site-rankers-list-col-inner img {
        height: 230px;
        width: 230px;
    }
    .site-rankers-list-main-wrap .site-rankers-list-row .site-rankers-list-col .site-rankers-list-col-inner .title {
        font-size: 20px;
        margin-bottom: 0;
    }

}
@media screen and (max-width:991px){
    .btn-live-date {
        display: block !important;
    }
    header.header .top-header .top-header-inner .top-header-row .top-header-right-col {
        width: 100%;
    }
    header.header .top-header .top-header-inner .top-header-row .top-header-left-col ul li {
        display: none;
    }
    header.header .top-header .top-header-inner .top-header-row .top-header-right-col .top-header-right-inner ul {
        justify-content: center;
    }
    header.header .top-header:after {
        display: none;
    }
    header.header .top-header .top-header-inner .top-header-row .top-header-right-col .top-header-right-inner ul li {
        margin-left: 15px;
        margin-right: 15px;
    }
    header.header .bottom-header button.navbar-toggler {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        outline: 0;
        border: 0;
        height: 30px;
        margin: 0;
        color: transparent;
        padding: 0;
    }
    header.header .bottom-header button.navbar-toggler span:before, header.header .bottom-header button.navbar-toggler span:after,header.header .bottom-header button.navbar-toggler span {
        width: 100%;
        height: 4px;
        background-color: #f7931e;
        transition: all 0.3s;
        backface-visibility: hidden;
        border-radius: 2px;
    }
    header.header .bottom-header button.navbar-toggler span {
        width: 28px;
        position: relative;
        display: block;
    }
    header.header .bottom-header button.navbar-toggler span:before, header.header .bottom-header button.navbar-toggler span:after {
        content: "";
        position: absolute;
        left: 0;
        top: -9px;
    }
    header.header .bottom-header button.navbar-toggler span:after {
        top: 9px;
    }
    header.header .bottom-header nav.navbar .navbar-collapse {
        display: none;
    }
    header.header .mobilemenu {
        display: block !important;
        position: fixed;
        inset: 0% auto auto 0%;
        width: 200%;
        height: 100vh;
        left: 0;
        top: 0;
        z-index: 99;
        transform: translate(-100%, 0px);
    }
    header.header .menu-open.mobilemenu {
        animation: 1.1s cubic-bezier(1, 0, 0, 1) 0s 1 normal none running jyqIKd;
        transform: translateX(0px);
    }
    header.header .mobilemenu .mobile-menu-background {
        position: fixed;
        inset: 0% auto auto 0%;
        z-index: 100;
        width: 50%;
        height: 100vh;
        background-color: #2e2953;
        transform: translate(100%, 0px);
    }
    header.header .mobilemenu .mobile-menu-content {
        position: fixed;
        inset: 0% auto auto 0%;
        z-index: 1;
        width: 50%;
        height: 100vh;
        background: linear-gradient(to top, rgb(255, 255, 255), #fffcf8);
    }
    header.header .mobilemenu .mobile-menu-content .menu-head {
        padding: 20px 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    header.header .mobilemenu .mobile-menu-content .menu-head .menu-head-logo img {
        width: 70px;
    }
    header.header .mobilemenu .mobile-menu-content .menu-head .close-btn {
        display: inline-block;
        margin-left: 9px;
        color: #0a4495;
        font-size: 18px;
        line-height: 18px;
        font-weight: 500;
        letter-spacing: 0.21px;
    }
    header.header .mobilemenu .mobile-menu-content ul {
        padding: 30px 30px 0;
    }
    header.header .mobilemenu .mobile-menu-content ul li a {
        font-size: 25px;
        font-weight: bold;
        color: #404040;
    }
    header.header .mobilemenu .mobile-menu-content ul li.active a{
        color: #f7931e;
    }
    header.header .mobilemenu .mobile-menu-content ul li {
        margin-bottom: 15px;
    }
    header.header .bottom-header nav.navbar .buy-coupan-link {
        margin-top: 15px;
    }
    header.header .menu-close.mobilemenu {
        animation: 1.1s cubic-bezier(1, 0, 0, 1) 0s 1 normal none running dhIbjn;
        transform: translateX(-100%);
    }
    @-webkit-keyframes jyqIKd {
        0% {
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
        }
        50% {
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }
        100% {
            -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
            transform: translateX(0%);
            opacity: 1;
        }
    }
    @keyframes jyqIKd {
        0% {
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
        }
        50% {
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }
        100% {
            -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
            transform: translateX(0%);
            opacity: 1;
        }
    }
    @-webkit-keyframes dhIbjn {
        0% {
            -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
            transform: translateX(0%);
        }
        50% {
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }
        100% {
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            opacity: 1;
        }
    }

    @keyframes dhIbjn {
        0% {
            -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
            transform: translateX(0%);
        }
        50% {
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }
        100% {
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            opacity: 1;
        }
    }
}
@media screen and (max-width:1023px) and (min-width:992px){
    .btn-live-date {
        display: block !important;
    }
    .site-b2b-pan-card-main-wrap .site-b2b-pan-card-row .site-b2b-pan-card-image-col {
        width: 100%;
        padding-bottom: 30px;
    }
    .site-b2b-pan-card-main-wrap .site-b2b-pan-card-row .site-b2b-pan-card-text-col {
        width: 100%;
    }
    .site-b2b-pan-card-main-wrap .site-b2b-pan-card-row .site-b2b-pan-card-text-col .site-b2b-pan-card-text {
        padding-left: 0;
    }
    .site-comman-title-wrap h2 {
        font-size: 30px;
    }
    .site-comman-title-wrap p {
        font-size: 16px;
        line-height: 25px;
    }
    .site-b2b-pan-card-text-col .site-b2b-pan-card-text .site-b2b-pan-card-details .site-b2b-pan-card-details-row .site-b2b-pan-card-details-text {
        padding-left: 20px;
        padding-top: 7px;
        width: 100%;
    }
    .site-b2b-pan-card-text-col .site-b2b-pan-card-text .site-b2b-pan-card-details .site-b2b-pan-card-details-row .site-b2b-pan-card-details-text ul li {
        font-size: 16px;
        width: 50%;
    }
    .site-b2b-pan-card-text-col .site-b2b-pan-card-text .site-b2b-pan-card-details .site-b2b-pan-card-details-row .site-b2b-pan-card-details-text ul {
        display: inline-flex;
        width: 100%;
    }
    .site-b2b-pan-card-text-col .site-b2b-pan-card-text .site-b2b-pan-card-details .site-b2b-pan-card-details-row .site-b2b-pan-card-details-text h4 {
        font-size: 20px;
    }
    .site-main-banner-slider-main-wrap .carousel {
        display: none;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-main-wrap {
        position: relative;
        top: 0;
    }
    .site-main-banner-slider-main-wrap {
        background: url(../images/portal-bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 60px 0;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left {
        width: 100%;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-right {
        width: 100%;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left .site-main-banner-slider-content-inner h2 {
        font-size: 40px;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left .site-main-banner-slider-content-inner h3 {
        font-size: 30px;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left .site-main-banner-slider-content-inner h5 {
        font-size: 25px;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left .site-main-banner-slider-content-inner p {
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 50px;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-right form .custom-form-button a {
        font-size: 13px;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-right form {
        width: 50%;
    }
    .site-b2b-pan-card-main-wrap:after {
        display: none;
    }
    .site-our-products-main-wrap .site-our-products-slider-main-wrap .site-our-products-slider-item h4 {
        font-size: 18px;
    }
    .site-our-products-main-wrap .site-our-products-slider-main-wrap .site-our-products-slider-item {
        padding: 25px;
        margin: 7.5px;
    }
    .site-our-products-main-wrap .site-our-products-slider-main-wrap .site-our-products-slider-item ul li {
        font-size: 13px;
    }
    .site-our-products-main-wrap .site-our-products-slider-main-wrap .site-our-products-slider-item .site-our-products-slider-bottom p {
        font-size: 20px;
    }
    .site-our-products-main-wrap .site-our-products-slider-main-wrap .site-our-products-slider-item .site-our-products-slider-bottom a {
        font-size: 14px;
        text-align: center;
        padding: 12px 9px;
    }
    .site-our-products-main-wrap .site-our-products-slider-main-wrap .owl-nav button {
        width: 40px;
        height: 40px;
    }
    .site-our-products-main-wrap .site-our-products-slider-main-wrap .owl-nav {
        top: -45px;
    }
    .site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col {
        width: 50%;
    }
    .site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col .site-valuable-products-col-inner .site-valuable-product-title {
        font-size: 25px;
    }
    .site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col .site-valuable-products-col-inner .site-valuable-products-col-overlay h4 {
        font-size: 25px;
        margin-bottom: 0;
    }
    .site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col .site-valuable-products-col-inner .site-valuable-products-col-overlay p {
        font-size: 16px;
    }
    .site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col .site-valuable-products-col-inner .site-valuable-products-col-overlay a {
        font-size: 20px;
    }
    .site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col h4 {
        font-size: 15px;
    }
    .site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col .counter {
        font-size: 35px;
        height: 35px;
    }
    .site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col a {
        width: 100%;
        font-size: 17px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .owl-nav {
        top: -63px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-img {
        width: 100%;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-text {
        width: 100%;
        padding-left: 0;
        padding-top: 50px;
        position: relative;
        z-index: 1;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-text .client-name {
        font-size: 25px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-text .post {
        font-size: 18px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-text .desscription {
        font-size: 16px;
        line-height: 26px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item:before {
        clip-path: polygon(86% 100%, 100% 100%, 109% 84%);
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item:after {
        clip-path: polygon(0 0, 0% 67%, 60% 0);
    }
    .site-what-client-say-slider-wrap {
        margin-top: 89px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .owl-nav button.owl-next {
        right: 15px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .owl-nav button.owl-prev {
        left: 15px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item {
        margin: 15px;
    }
    .site-eager-to-serve-main-wrap .site-eager-to-serve-row .site-eager-to-serve-col {
        width: 50%;
    }
    .site-eager-to-serve-main-wrap .site-eager-to-serve-row .site-eager-to-serve-col .site-eager-to-serve-col-inner h4 {
        font-size: 25px;
    }
    .site-eager-to-serve-row .site-eager-to-serve-review .site-eager-to-serve-review-img {
        width: 100%;
        padding: 15px;
    }
    .site-eager-to-serve-row .site-eager-to-serve-review {
        flex-wrap: wrap;
    }
    .site-eager-to-serve-row .site-eager-to-serve-review .site-eager-to-serve-review-text {
        width: 100%;
    }
    .site-eager-to-serve-row .site-eager-to-serve-review .site-eager-to-serve-review-text p {
        font-size: 16px;
        line-height: 34px;
        min-height: 170px;
    }
    .site-our-best-team-main-wrap .site-our-best-team-row .site-our-best-team-col .site-our-best-team-col-inner h4 {
        font-size: 20px;
    }
    .site-our-best-team-main-wrap .site-our-best-team-row .site-our-best-team-col .site-our-best-team-col-inner .post {
        font-size: 20px;
    }
    .site-our-best-team-main-wrap .site-our-best-team-row .site-our-best-team-col .site-our-best-team-col-inner .desscription {
        font-size: 16px;
        line-height: 26px;
    }
}
@media screen and (max-width:991px) and (min-width:768px){
    .btn-live-date {
        display: block !important;
    }
    .site-b2b-pan-card-main-wrap .site-b2b-pan-card-row .site-b2b-pan-card-image-col {
        width: 100%;
        padding-bottom: 30px;
    }
    .site-b2b-pan-card-main-wrap .site-b2b-pan-card-row .site-b2b-pan-card-text-col {
        width: 100%;
    }
    .site-b2b-pan-card-main-wrap .site-b2b-pan-card-row .site-b2b-pan-card-text-col .site-b2b-pan-card-text {
        padding-left: 0;
    }
    .site-comman-title-wrap h2 {
        font-size: 30px;
    }
    .site-comman-title-wrap p {
        font-size: 16px;
        line-height: 25px;
    }
    .site-b2b-pan-card-text-col .site-b2b-pan-card-text .site-b2b-pan-card-details .site-b2b-pan-card-details-row .site-b2b-pan-card-details-text {
        padding-left: 20px;
        padding-top: 7px;
        width: 100%;
    }
    .site-b2b-pan-card-text-col .site-b2b-pan-card-text .site-b2b-pan-card-details .site-b2b-pan-card-details-row .site-b2b-pan-card-details-text ul li {
        font-size: 16px;
        width: 50%;
    }
    .site-b2b-pan-card-text-col .site-b2b-pan-card-text .site-b2b-pan-card-details .site-b2b-pan-card-details-row .site-b2b-pan-card-details-text ul {
        display: inline-flex;
        width: 100%;
    }
    .site-b2b-pan-card-text-col .site-b2b-pan-card-text .site-b2b-pan-card-details .site-b2b-pan-card-details-row .site-b2b-pan-card-details-text h4 {
        font-size: 20px;
    }
    .site-main-banner-slider-main-wrap .carousel {
        display: none;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-main-wrap {
        position: relative;
        top: 0;
    }
    .site-main-banner-slider-main-wrap {
        background: url(../images/portal-bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 60px 0;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left {
        width: 100%;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-right {
        width: 100%;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left .site-main-banner-slider-content-inner h2 {
        font-size: 40px;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left .site-main-banner-slider-content-inner h3 {
        font-size: 30px;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left .site-main-banner-slider-content-inner h5 {
        font-size: 25px;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left .site-main-banner-slider-content-inner p {
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 50px;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-right form .custom-form-button a {
        font-size: 13px;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-right form {
        width: 50%;
    }
    .site-b2b-pan-card-main-wrap:after {
        display: none;
    }
    .site-our-products-main-wrap .site-our-products-slider-main-wrap .site-our-products-slider-item h4 {
        font-size: 18px;
    }
    .site-our-products-main-wrap .site-our-products-slider-main-wrap .site-our-products-slider-item {
        padding: 25px;
        margin: 7.5px;
    }
    .site-our-products-main-wrap .site-our-products-slider-main-wrap .site-our-products-slider-item ul li {
        font-size: 13px;
    }
    .site-our-products-main-wrap .site-our-products-slider-main-wrap .site-our-products-slider-item .site-our-products-slider-bottom p {
        font-size: 20px;
    }
    .site-our-products-main-wrap .site-our-products-slider-main-wrap .site-our-products-slider-item .site-our-products-slider-bottom a {
        font-size: 14px;
        text-align: center;
        padding: 12px 9px;
    }
    .site-our-products-main-wrap .site-our-products-slider-main-wrap .owl-nav button {
        width: 40px;
        height: 40px;
    }
    .site-our-products-main-wrap .site-our-products-slider-main-wrap .owl-nav {
        top: -45px;
    }
    .site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col {
        width: 50%;
    }
    .site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col .site-valuable-products-col-inner .site-valuable-product-title {
        font-size: 25px;
    }
    .site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col .site-valuable-products-col-inner .site-valuable-products-col-overlay h4 {
        font-size: 25px;
        margin-bottom: 0;
    }
    .site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col .site-valuable-products-col-inner .site-valuable-products-col-overlay p {
        font-size: 16px;
    }
    .site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col .site-valuable-products-col-inner .site-valuable-products-col-overlay a {
        font-size: 20px;
    }
    .site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col h4 {
        font-size: 15px;
    }
    .site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col .counter {
        font-size: 35px;
        height: 35px;
    }
    .site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col a {
        width: 100%;
        font-size: 17px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .owl-nav {
        top: -63px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-img {
        width: 100%;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-text {
        width: 100%;
        padding-left: 0;
        padding-top: 50px;
        position: relative;
        z-index: 1;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-text .client-name {
        font-size: 25px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-text .post {
        font-size: 18px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-text .desscription {
        font-size: 16px;
        line-height: 26px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item:before {
        clip-path: polygon(86% 100%, 100% 100%, 109% 84%);
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item:after {
        clip-path: polygon(0 0, 0% 67%, 60% 0);
    }
    .site-what-client-say-slider-wrap {
        margin-top: 89px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .owl-nav button.owl-next {
        right: 15px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .owl-nav button.owl-prev {
        left: 15px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item {
        margin: 15px;
    }
    .site-eager-to-serve-main-wrap .site-eager-to-serve-row .site-eager-to-serve-col {
        width: 50%;
    }
    .site-eager-to-serve-main-wrap .site-eager-to-serve-row .site-eager-to-serve-col .site-eager-to-serve-col-inner h4 {
        font-size: 25px;
    }
    .site-eager-to-serve-row .site-eager-to-serve-review .site-eager-to-serve-review-img {
        width: 100%;
        padding: 15px;
    }
    .site-eager-to-serve-row .site-eager-to-serve-review {
        flex-wrap: wrap;
    }
    .site-eager-to-serve-row .site-eager-to-serve-review .site-eager-to-serve-review-text {
        width: 100%;
    }
    .site-eager-to-serve-row .site-eager-to-serve-review .site-eager-to-serve-review-text p {
        font-size: 16px;
        line-height: 34px;
        min-height: 170px;
    }
    .site-our-best-team-main-wrap .site-our-best-team-row .site-our-best-team-col .site-our-best-team-col-inner h4 {
        font-size: 20px;
    }
    .site-our-best-team-main-wrap .site-our-best-team-row .site-our-best-team-col .site-our-best-team-col-inner .post {
        font-size: 20px;
    }
    .site-our-best-team-main-wrap .site-our-best-team-row .site-our-best-team-col .site-our-best-team-col-inner .desscription {
        font-size: 16px;
        line-height: 26px;
    }
    .site-our-head-office-main-wrap .site-our-head-office-slider-row {
        flex-wrap: wrap;
    }
    .site-our-head-office-main-wrap .site-our-head-office-slider-row .site-our-head-office-img {
        width: 100%;
    }
    .site-our-head-office-main-wrap .site-our-head-office-slider-row .site-our-head-office-text {
        width: 100%;
        padding: 30px;
    }
    .site-our-head-office-main-wrap .site-our-head-office-slider-row .site-our-head-office-text p {
        font-size: 18px;
        line-height: 35px;
    }
    .site-our-head-office-main-wrap .site-our-head-office-slider .owl-nav {
        top: -51px;
    }
    footer.footer .footer-top-row {
        padding: 30px;
    }
    footer.footer .footer-top-row .footer-top-row-col {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    footer.footer .footer-top-row .footer-top-row-col h3 {
        font-size: 29px;
        margin-bottom: 25px;
        line-height: 40px;
    }
    footer.footer .footer-top-row .footer-top-row-col a {
        font-size: 21px;
    }
    footer.footer .footer-row .footer-col {
        width: 100%;
        padding-bottom: 30px;
    }
    footer.footer .footer-row .footer-col .footer-col-title {
        font-size: 25px;
        line-height: normal;
    }
    footer.footer .footer-bottom-row .footer-bottom-innner-row {
        flex-wrap: wrap;
    }
    footer.footer .footer-bottom-row .footer-bottom-innner-row .footer-bottom-left-col {
        width: 100%;
        padding-bottom: 30px;
    }
    footer.footer .footer-bottom-row .footer-bottom-innner-row .footer-bottom-right-col {
        width: 100%;
    }
    footer.footer .footer-bottom-row .footer-bottom-innner-row .footer-bottom-right-col ul {
        align-items: center;
        justify-content: center;
    }
    footer.footer .footer-bottom-row .footer-bottom-innner-row .footer-bottom-right-col ul li {
        margin: 0 15px;
    }
    footer.footer .footer-bottom-row .footer-bottom-innner-row .footer-bottom-left-col .footer-bottom-left-inner-col p,
    footer.footer .footer-bottom-row .footer-bottom-innner-row .footer-bottom-left-col .footer-bottom-left-inner-col p a {
        font-size: 18px;
    }
    footer.footer .footer-row .footer-col p {
        font-size: 18px;
        line-height: 35px;
    }
    footer.footer .footer-row .footer-col .footer-col-inner ul li a {
        font-size: 18px;
    }
    .site-rankers-list-main-wrap .site-rankers-list-row .site-rankers-list-col {
        width: 100%;
        padding-bottom: 30px;
    }
    .site-rankers-list-main-wrap .site-rankers-list-row .site-rankers-list-col .site-rankers-list-col-inner img {
        width: 250px;
        height: 250px;
    }
    .site-rankers-list-main-wrap .site-rankers-list-row .site-rankers-list-col .site-rankers-list-col-inner .title {
        font-size: 20px;
        margin-bottom: 0;
    }
}

@media screen and (max-width:767px){
    .btn-live-date {
        display: block !important;
    }
    .site-b2b-pan-card-main-wrap .site-b2b-pan-card-row .site-b2b-pan-card-image-col {
        width: 100%;
        padding-bottom: 30px;
    }
    .site-b2b-pan-card-main-wrap .site-b2b-pan-card-row .site-b2b-pan-card-text-col {
        width: 100%;
    }
    .site-b2b-pan-card-main-wrap .site-b2b-pan-card-row .site-b2b-pan-card-text-col .site-b2b-pan-card-text {
        padding-left: 0;
    }
    .site-comman-title-wrap h2 {
        font-size: 25px;
    }
    .site-comman-title-wrap p,
    .site-our-products-main-wrap .site-comman-title-wrap p {
        font-size: 16px;
        line-height: 25px;
    }
    .site-b2b-pan-card-text-col .site-b2b-pan-card-text .site-b2b-pan-card-details .site-b2b-pan-card-details-row .site-b2b-pan-card-details-text {
        padding-left: 20px;
        padding-top: 7px;
        width: 100%;
    }
    .site-b2b-pan-card-text-col .site-b2b-pan-card-text .site-b2b-pan-card-details .site-b2b-pan-card-details-row .site-b2b-pan-card-details-text ul li {
        font-size: 16px;
        width: 100%;
    }
    .site-b2b-pan-card-text-col .site-b2b-pan-card-text .site-b2b-pan-card-details .site-b2b-pan-card-details-row .site-b2b-pan-card-details-text ul {
        display: inline-flex;
        width: 100%;
    }
    .site-b2b-pan-card-text-col .site-b2b-pan-card-text .site-b2b-pan-card-details .site-b2b-pan-card-details-row .site-b2b-pan-card-details-text h4 {
        font-size: 20px;
    }
    .site-b2b-pan-card-main-wrap:after {
        display: none;
    }
    .site-our-products-main-wrap .site-our-products-slider-main-wrap .site-our-products-slider-item h4 {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .site-our-products-main-wrap .site-our-products-slider-main-wrap .site-our-products-slider-item {
        padding: 20px;
    }
    .site-our-products-main-wrap .site-our-products-slider-main-wrap .site-our-products-slider-item .site-our-products-slider-bottom p {
        font-size: 25px;
    }
    .site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col {
        width: 100%;
    }
    .site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col .site-valuable-products-col-inner .site-valuable-products-col-overlay h4 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col .site-valuable-products-col-inner .site-valuable-products-col-overlay p {
        font-size: 16px;
    }
    .site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col .site-valuable-products-col-inner .site-valuable-products-col-overlay a {
        font-size: 20px;
    }
    .site-valuable-products-main-wrap .site-valuable-products-row .site-valuable-products-col .site-valuable-products-col-inner .site-valuable-product-title {
        font-size: 25px;
    }
    .site-eager-to-serve-main-wrap .site-eager-to-serve-row .site-eager-to-serve-col {
        width: 100%;
        padding-bottom: 30px;
    }
    .site-eager-to-serve-main-wrap .site-eager-to-serve-row .site-eager-to-serve-col .site-eager-to-serve-col-inner h4 {
        font-size: 25px;
    }
    .site-eager-to-serve-row .site-eager-to-serve-review .site-eager-to-serve-review-img {
        width: 100%;
        padding: 15px;
    }
    .site-eager-to-serve-row .site-eager-to-serve-review {
        flex-wrap: wrap;
    }
    .site-eager-to-serve-row .site-eager-to-serve-review .site-eager-to-serve-review-text {
        width: 100%;
    }
    .site-eager-to-serve-row .site-eager-to-serve-review .site-eager-to-serve-review-text p {
        font-size: 16px;
        line-height: 34px;
    }
    .site-contact-us-main-wrap .site-contact-us-counter-wrap .site-contact-counter-row .site-contact-counter-col {
        width: 100%;
        padding-bottom: 30px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-img {
        width: 100%;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-text {
        width: 100%;
        padding-left: 0;
        padding-top: 50px;
        position: relative;
        z-index: 1;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-text .client-name {
        font-size: 25px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-text .post {
        font-size: 18px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-text .desscription {
        font-size: 16px;
        line-height: 26px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item:before {
        clip-path: polygon(86% 100%, 100% 100%, 109% 84%);
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item:after {
        clip-path: polygon(0 0, 0% 67%, 60% 0);
    }
    .site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item {
        margin: 0;
        height: 610px;
    }
    .site-what-client-say-slider-wrap {
        margin-top: 89px;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .owl-nav button.owl-next {
        right: 0;
    }
    .site-what-client-say-main-wrap .site-what-client-slider .owl-nav button.owl-prev {
        left: 0;
    }
    .site-our-best-team-main-wrap .site-our-best-team-row .site-our-best-team-col {
        width: 100%;
        padding-bottom: 30px;
    }
    .site-our-best-team-main-wrap .site-our-best-team-row .site-our-best-team-col .site-our-best-team-col-inner h4 {
        font-size: 20px;
    }
    .site-our-best-team-main-wrap .site-our-best-team-row .site-our-best-team-col .site-our-best-team-col-inner .post {
        font-size: 18px;
    }
    .site-our-best-team-main-wrap .site-our-best-team-row .site-our-best-team-col .site-our-best-team-col-inner .desscription {
        font-size: 16px;
        line-height: 27px;
    }
    .site-main-banner-slider-main-wrap .carousel {
        display: none;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-main-wrap {
        position: relative;
        top: 0;
    }
    .site-main-banner-slider-main-wrap {
        background: url(../images/portal-bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 60px 0;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left {
        width: 100%;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-right {
        width: 100%;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left .site-main-banner-slider-content-inner h2 {
        font-size: 40px;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left .site-main-banner-slider-content-inner h3 {
        font-size: 30px;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left .site-main-banner-slider-content-inner h5 {
        font-size: 25px;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-left .site-main-banner-slider-content-inner p {
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 50px;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-slider-content-row .site-main-banner-slider-content-right form .custom-form-button a {
        font-size: 13px;
    }
    .site-our-head-office-main-wrap .site-our-head-office-slider-row {
        flex-wrap: wrap;
    }
    .site-our-head-office-main-wrap .site-our-head-office-slider-row .site-our-head-office-img {
        width: 100%;
    }
    .site-our-head-office-main-wrap .site-our-head-office-slider-row .site-our-head-office-text {
        width: 100%;
        padding: 30px;
    }
    .site-our-head-office-main-wrap .site-our-head-office-slider-row .site-our-head-office-text p {
        font-size: 18px;
        line-height: 35px;
    }
    .site-our-head-office-main-wrap .site-our-head-office-slider .owl-nav {
        top: -51px;
    }
    footer.footer .footer-top-row {
        padding: 30px;
    }
    footer.footer .footer-top-row .footer-top-row-col {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    footer.footer .footer-top-row .footer-top-row-col h3 {
        font-size: 29px;
        margin-bottom: 25px;
        line-height: 40px;
    }
    footer.footer .footer-top-row .footer-top-row-col a {
        font-size: 21px;
    }
    footer.footer .footer-row .footer-col {
        width: 100%;
        padding-bottom: 30px;
    }
    footer.footer .footer-row .footer-col .footer-col-title {
        font-size: 25px;
        line-height: normal;
    }
    footer.footer .footer-bottom-row .footer-bottom-innner-row {
        flex-wrap: wrap;
    }
    footer.footer .footer-bottom-row .footer-bottom-innner-row .footer-bottom-left-col {
        width: 100%;
        padding-bottom: 30px;
    }
    footer.footer .footer-bottom-row .footer-bottom-innner-row .footer-bottom-right-col {
        width: 100%;
    }
    footer.footer .footer-bottom-row .footer-bottom-innner-row .footer-bottom-right-col ul {
        align-items: center;
        justify-content: center;
    }
    footer.footer .footer-bottom-row .footer-bottom-innner-row .footer-bottom-right-col ul li {
        margin: 0 15px;
    }
    footer.footer .footer-bottom-row .footer-bottom-innner-row .footer-bottom-left-col .footer-bottom-left-inner-col p,
    footer.footer .footer-bottom-row .footer-bottom-innner-row .footer-bottom-left-col .footer-bottom-left-inner-col p a {
        font-size: 18px;
    }
    footer.footer .footer-row .footer-col p {
        font-size: 18px;
        line-height: 35px;
    }
    footer.footer .footer-row .footer-col .footer-col-inner ul li a {
        font-size: 18px;
    }
    .site-bottom-slider .owl-item.center>.item {
         margin: 6% 8%;
    }
    .site-rankers-list-main-wrap .site-rankers-list-row .site-rankers-list-col {
        width: 100%;
        padding-bottom: 30px;
    }
    .site-rankers-list-main-wrap .site-rankers-list-row .site-rankers-list-col .site-rankers-list-col-inner img {
        width: 250px;
        height: 250px;
    }
    .site-rankers-list-main-wrap .site-rankers-list-row .site-rankers-list-col .site-rankers-list-col-inner .title {
        font-size: 20px;
        margin-bottom: 0;
    }
}

.site-our-products-main-wrap .site-our-products-slider-main-wrap .site-our-products-slider .site-our-products-slider-item ul {
    min-height: 565px;
}

.btn-orange{
    background: #f58635;
    border: 2px solid #f58635;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    padding: 7px 40px;
    transition: all 500ms ease-in-out;
    margin-right: 15px;
}

.btn-orange:hover{
    background: #ffffff;
    border: 2px solid #f58635;
    color: #f58635;
}

.btn-orange-captcha{
    background: #f58635;
    border: 2px solid #f58635;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    transition: all 500ms ease-in-out;
}

.btn-orange-captcha:hover{
    background: #ffffff;
    border: 2px solid #f58635;
    color: #f58635;
}


.btn-blue{
    background: #2e2953 !important;
    border: 2px solid #2e2953 !important;
    display: inline-block !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    padding: 7px 40px !important;
    transition: all 500ms ease-in-out !important;
    margin-right: 15px !important;
}

.btn-blue:hover{
    background: #ffffff !important;
    border: 2px solid #2e2953 !important;
    color: #2e2953 !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 65px;
    height: 80px;
}

.carousel-control-prev-icon{
    margin-right: 130px;
}

.carousel-control-next-icon{
    margin-left: 130px;
}


.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:90px;
    right:10px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
    margin-top:16px;
}

.site-what-client-slider-text .desscription p{
    margin-left: 50px;
    margin-top: 24px;
}

.site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-img img {
    width: 100%;
    height: 100%;
    max-height: 206px;
    max-width: 150px;
}
.site-what-client-say-main-wrap .site-what-client-slider .site-what-client-slider-item .site-what-client-slider-item-row .site-what-client-slider-img {
    width: 150px;
    position: relative;
    z-index: 1;
    height: 100%;
}
