@font-face {
    font-family: 'PlayfairDisplayBold';
    src: url('../fonts/PlayfairDisplayBold.eot');
    src: url('../fonts/PlayfairDisplayBold.eot') format('embedded-opentype'),
         url('../fonts/PlayfairDisplayBold.woff2') format('woff2'),
         url('../fonts/PlayfairDisplayBold.woff') format('woff'),
         url('../fonts/PlayfairDisplayBold.ttf') format('truetype'),
         url('../fonts/PlayfairDisplayBold.svg#PlayfairDisplayBold') format('svg');
}
@font-face {
    font-family: 'PlayfairDisplaySemiBold';
    src: url('../fonts/PlayfairDisplaySemiBold.eot');
    src: url('../fonts/PlayfairDisplaySemiBold.eot') format('embedded-opentype'),
         url('../fonts/PlayfairDisplaySemiBold.woff2') format('woff2'),
         url('../fonts/PlayfairDisplaySemiBold.woff') format('woff'),
         url('../fonts/PlayfairDisplaySemiBold.ttf') format('truetype'),
         url('../fonts/PlayfairDisplaySemiBold.svg#PlayfairDisplaySemiBold') format('svg');
}
@font-face {
    font-family: 'PoppinsBold';
    src: url('../fonts/PoppinsBold.eot');
    src: url('../fonts/PoppinsBold.eot') format('embedded-opentype'),
         url('../fonts/PoppinsBold.woff2') format('woff2'),
         url('../fonts/PoppinsBold.woff') format('woff'),
         url('../fonts/PoppinsBold.ttf') format('truetype'),
         url('../fonts/PoppinsBold.svg#PoppinsBold') format('svg');
}
@font-face {
    font-family: 'PoppinsExtraBold';
    src: url('../fonts/PoppinsExtraBold.eot');
    src: url('../fonts/PoppinsExtraBold.eot') format('embedded-opentype'),
         url('../fonts/PoppinsExtraBold.woff2') format('woff2'),
         url('../fonts/PoppinsExtraBold.woff') format('woff'),
         url('../fonts/PoppinsExtraBold.ttf') format('truetype'),
         url('../fonts/PoppinsExtraBold.svg#PoppinsExtraBold') format('svg');
}
@font-face {
    font-family: 'PoppinsMedium';
    src: url('../fonts/PoppinsMedium.eot');
    src: url('../fonts/PoppinsMedium.eot') format('embedded-opentype'),
         url('../fonts/PoppinsMedium.woff2') format('woff2'),
         url('../fonts/PoppinsMedium.woff') format('woff'),
         url('../fonts/PoppinsMedium.ttf') format('truetype'),
         url('../fonts/PoppinsMedium.svg#PoppinsMedium') format('svg');
}
@font-face {
    font-family: 'PoppinsRegular';
    src: url('../fonts/PoppinsRegular.eot');
    src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'),
         url('../fonts/PoppinsRegular.woff2') format('woff2'),
         url('../fonts/PoppinsRegular.woff') format('woff'),
         url('../fonts/PoppinsRegular.ttf') format('truetype'),
         url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}
@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('../fonts/PoppinsSemiBold.eot');
    src: url('../fonts/PoppinsSemiBold.eot') format('embedded-opentype'),
         url('../fonts/PoppinsSemiBold.woff2') format('woff2'),
         url('../fonts/PoppinsSemiBold.woff') format('woff'),
         url('../fonts/PoppinsSemiBold.ttf') format('truetype'),
         url('../fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
}
@font-face {
    font-family: 'PlayfairDisplayBlack';
    src: url('../fonts/PlayfairDisplayBlack.eot');
    src: url('../fonts/PlayfairDisplayBlack.eot') format('embedded-opentype'),
         url('../fonts/PlayfairDisplayBlack.woff2') format('woff2'),
         url('../fonts/PlayfairDisplayBlack.woff') format('woff'),
         url('../fonts/PlayfairDisplayBlack.ttf') format('truetype'),
         url('../fonts/PlayfairDisplayBlack.svg#PlayfairDisplayBlack') format('svg');
}
*{padding: 0;margin: 0;}
body{padding: 0;margin: 0;font-family: 'PoppinsRegular';overflow-x: hidden;box-sizing: border-box;}
p{font-size: 16px;font-weight: 400;}
a{transition: 0.5s;text-decoration: none;}
ul, li{padding: 0;margin: 0;list-style-type: none;}
.card, .card-body, .card-footer, .card-image{box-shadow: none;padding: 0;border-radius: 0;background-color: transparent;border: none;}
.p-80{padding: 80px 0;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control {
    height: 60px;
    border-radius: 15px;
    border: 1px solid #f4f2f2;
    background-color: #f4f2f2;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #484848;
}
.form-control:focus{
    box-shadow: none;
    border-color: #f4f2f2;
    background-color: #f4f2f2;
}
.form-control::placeholder{
    font-size: 15px;
    font-weight: 400;
    color: #484848;  
}
textarea.form-control {
    resize: none;
    height: 140px;
    padding: 20px;
}
.btn {
    display: inline-block;
    position: relative;
    background-color: #a6a6a6 !important;
    color: #ffffff;
    border-radius: 0;
    border: none;
    padding: 15px;
    font-size: 17px;
    font-family: 'PoppinsBold';
    transition: 0.5s;
    text-transform: uppercase;
}
.btn span{
    position: relative;
    z-index: 1;
}
.btn:hover{
    color: #ffffff;
}
.btn::before, .btn::after{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 20.5px;
    height: 100%;
    background-color: #a6a6a6;
    transition: 0.5s;
}
.btn::before{left: -19.5px;clip-path: polygon(100% 0, 0% 100%, 100% 100%);}
.btn::after{right: -20px;clip-path: polygon(100% 0, 0 0, 0 100%);}
.btn2 {
    background-color: #182e58 !important;
    padding: 10px 25px;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/*-- header area start --*/
.header-top-area{background-color: #ffffff;}
.header-top-body-area{
    padding: 10px 0;
}
.header-contact ul{
    display: inline-flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-contact ul li {
    display: inline-flex;
    align-items: center;
    margin-right: 25px;
}
.header-contact ul li:last-child{
    margin-right: 0;
}
.header-contact ul li img {
    filter: brightness(0) saturate(100%) invert(21%) sepia(80%) saturate(1600%) hue-rotate(197deg) brightness(96%) contrast(82%);
    width: auto;
    height: 20px;
    object-fit: contain;
    margin-right: 8px;
}
.header-contact ul li a{
    color: #1d1d1d;
    font-size: 14px;
    line-height: normal;
}
.header-contact ul li a:hover{color: #21529d;}
.header-social-link ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-social-link ul li{
    display: inline-block;
    margin-right: 4px;
}
.header-social-link ul li:last-child{
    margin-right: 0;
}
.header-social-link ul li a{
    display: inline-block;
}
.header-social-link ul li img{
    filter: brightness(0) saturate(100%) invert(21%) sepia(80%) saturate(1600%) hue-rotate(197deg) brightness(96%) contrast(82%);
    width: auto;
    height: 20px;
    object-fit: contain;
}
.header-social-link ul li a:hover img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(10%) saturate(1531%) hue-rotate(275deg) brightness(102%) contrast(107%);
}
.header-body-area{background-color: #21529d;}
.logo{width: 100%;max-width: 105px;}
.logo img{width: 100%;height: auto;object-fit: cover;}
.menu{display: inline-block;margin-right: 100px !important;}
.menu ul{padding: 0;margin: 0;list-style: none;}
.menu ul li{display: inline-block;margin-right: 25px;}
.menu ul li:last-child{margin-right: 0;}
.menu ul li a{transition: 0.5s;color: #ffffff;font-size: 16px;text-transform: capitalize;}
.header-body-area .btn:hover{background-color: #ffffff !important;color: #a6a6a6;}
.header-body-area .btn:hover:before, .header-body-area .btn:hover:after{background-color: #ffffff;}
.header-area.fix .header-body-area {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.header-area.fix .logo {
    max-width: 95px;
}
.header-area.fix .menu ul li a {
    font-size: 15px;
}
/*-- header area stop --*/
/*-- banner area start --*/
.banner-area{
    height: 650px;
    overflow: hidden;
    display: flex;
    position: relative;
}
.banner-area img{
    width: 100%;
    object-fit: cover;
}
.banner-area .banner-content-area{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.banner-content-area .banner-content{
    width: 100%;
    max-width: 500px;
    position: relative;
}
.banner-content .tagline{
    position: relative;
    color: #21529d;
    font-size: 24px;
    font-family: 'PoppinsBold';
    margin: 0 0 5px;
    z-index: 1;
}
.banner-content .heading {
    color: #21529d;
    font-size: 46px;
    font-family: 'PlayfairDisplayBold';
    line-height: 50px;
    margin: 0 0 20px;
    position: relative;
    z-index: 1;
}
.banner-content .text{
    color: #101010;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 25px;
    position: relative;
    z-index: 1;
}
.banner-content .btn, .banner-content .btn::before, .banner-content .btn::after{
    background-color: #21529d !important;
}
.banner-content .btn{
    margin-left: 30px;
}
.banner-content .btn:hover, .banner-content .btn:hover::before, .banner-content .btn:hover::after{
    background-color: #000000 !important;
}
.banner-content-area .banner-content::before {
    content: '';
    position: absolute;
    top: -78px;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/logo-icon.png);
    min-height: 443px;
}
/*-- banner area stop --*/
/*-- webtext area start --*/
.webtext{
    margin-bottom: 50px;
}
.webtext .heading{
    color: #21529d;
    font-size: 36px;
    font-family: 'PlayfairDisplayBold';
    line-height: 46px;
}
.webtext .heading.small-heading {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
}
.webtext .text{
    color: #202020;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 12px;
}
/*-- webtext area stop --*/
/*-- whychoose area start --*/
.whychoose-area .webtext{
    width: 100%;
    max-width: 48%;
    margin: 0 auto 50px;
}
.whychoose-list {
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px;
}
.whychoose-list::before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    max-width: 17px;
    height: 17px;
    border-radius: 100%;
    background-color: #21529d;
}
.whychoose-list:last-child{
    margin-bottom: 0;
}
.whychoose-list .heading {
    color: #21529d;
    font-size: 17px;
    font-family: 'PoppinsBold';
    line-height: 27px;
    margin: 0 0 5px;
}
.whychoose-list .text{
    color: #393939;
    font-size: 14px;
    line-height: 24px;
}
.whychoose-list-box-area:nth-child(2){
    order: 3;
}
.whychoose-list-box-area:nth-child(2) .whychoose-list{
    text-align: right;
    padding-left: 0;
    padding-right: 25px;
}
.whychoose-list-box-area:nth-child(2) .whychoose-list::before{
    left: auto;
    right: 0;
}
.whychoose-imgbox {
    width: 100%;
    max-width: 350px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #21529d;
    padding: 60px;
    position: relative;
}
.whychoose-imgbox img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.whychoose-imgbox .icon {
    width: 100%;
    max-width: 55px;
    height: 55px;
    border-radius: 100%;
    background-color: #142e55;
    position: absolute;
    padding: 12px;
}
.whychoose-imgbox .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(236deg) brightness(105%) contrast(101%);
}
.whychoose-imgbox .icon::before {
    content: '';
    position: absolute;
    top: -7px;
    left: -7px;
    right: 0;
    width: 100%;
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/why-choose-icon-shape.png);
    margin: 0 auto;
}
.whychoose-imgbox .icon:nth-child(1){
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.whychoose-imgbox .icon:nth-child(2) {
    top: 42%;
    right: -25px;
}
.whychoose-imgbox .icon:nth-child(3){
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.whychoose-imgbox .icon:nth-child(4) {
    top: 42%;
    left: -25px;
}
.whychoose-area{
    position: relative;
    overflow: hidden;
}
.whychoose-area::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 247px;
    height: 114px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/shape1.png);
}
.whychoose-area::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 123px;
    height: 129px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/shape2.png);
}
@keyframes circle-rotate {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}

@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
  }
}
.whychoose-imgbox .icon-box-area {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/*-- whychoose area stop --*/
/*-- our service area start --*/
.service-area{
    background-image: url(../images/service-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.service-area::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    max-width: 70px;
    height: 150px;
    background-image: url(../images/shape8.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.service-area::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 123px;
    height: 129px;
    background-image: url(../images/shape9.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-area .webtext .heading{
    color: #ffffff;
}
.service-box{
    background-color: #ffffff;
    border-radius: 15px;
    border-bottom: 8px solid #215098;
    padding: 65px 20px;
    width: 100%;
    text-align: center;
    position: relative;
}
.service-box::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 347px;
    height: 307px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url(../images/service-box-shape.png);
}
.service-box .heading{
    color: #21529d;
    font-size: 18px;
    font-family: 'PlayfairDisplayBold';
    line-height: 28px;
    margin: 0 0 8px;
    position: relative;
    z-index: 1;
}
.service-box .text {
    color: #282828;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    z-index: 1;
    margin: 0 0 15px;
}
.service-box .icon {
    width: 100%;
    max-width: 75px;
    height: 75px;
    border-radius: 100%;
    background-color: #21529d;
    margin: 0 auto 30px;
    padding: 15px;
    position: relative;
    z-index: 1;
}
.service-box .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(77%) saturate(0%) hue-rotate(320deg) brightness(109%) contrast(101%);
    transition: 0.5s;
}
.service-box:hover .icon img{
    transform: rotateY(360deg);
}
.service-box .icon::before{
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: 0;
    margin: 0 auto;
    width: 100%;
    min-width: 96px;
    max-width: 96px;
    height: 96px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/service-icon-shape.png);
}
.service-box:hover .icon::before{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    animation: circle-rotate 10s linear infinite;
    -webkit-animation: circle-rotate 10s linear infinite;
}
.service-box .btn {
    padding: 10px;
    font-size: 15px;
    position: relative;
    z-index: 1;
    background-color: #21529d !important;
}
.service-box .btn::before, .service-box .btn::after{
    background-color: #21529d;
}
.service-box .btn:hover{
    background-color: #000000 !important;
}
.service-box .btn:hover::before, .service-box .btn:hover::after{
    background-color: #000000;
}
.service-area .sape {
    width: 100%;
    max-width: 265px;
    height: 95px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/shape10.png);
    position: absolute;
    bottom: -35px;
    left: 0;
}
/*-- our service area stop --*/
/*-- work area start --*/
.work-box .heading {
    color: #21529d;
    font-size: 18px;
    font-family: 'PlayfairDisplayBold';
    line-height: 28px;
    margin: 0 0 5px;
}
.work-box .text{
    color: #262626;
    font-size: 14px;
    line-height: 24px;
}
.work-box .icon {
    width: 100%;
    max-width: 75px;
    height: 75px;
    background-color: #21529d;
    border-radius: 100%;
    margin: 0 auto 25px;
    padding: 15px;
    position: relative;
}
.work-box .icon::before {
    content: '';
    position: absolute;
    width: 100%;
    min-width: 96px;
    max-width: 96px;
    height: 96px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/service-icon-shape.png);
    top: -10px;
    left: -10px;
}
.work-box:hover .icon::before{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    animation: circle-rotate 10s linear infinite;
    -webkit-animation: circle-rotate 10s linear infinite;
}
.work-box .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7428%) hue-rotate(332deg) brightness(106%) contrast(96%);
    transition: 0.5s;
}
.work-box:hover .icon img{
    transform: rotateY(360deg);
}
.work-box{
    position: relative;
}
.work-box .number {
    font-size: 55px;
    font-family: 'PlayfairDisplayBlack';
    color: #d3dceb;
    position: absolute;
    top: -25%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.work-liting-box:nth-of-type(2n){
    margin-top: 60px;
}
.work-area .webtext{
    margin-bottom: 60px;
}
.work-body-area{
    position: relative;
}
.work-body-area::before {
    content: '';
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 927px;
    height: 72px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/shape3.png);
    margin: 0 auto;
}
.work-area{
    position: relative;
}
.work-area::before, .work-area::after{
    content: '';
    position: absolute;
    width: 100%;
    max-width: 60px;
    height: 130px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.work-area::before{
    top: 0;
    left: 0;
    background-image: url(../images/shape4.png);
}
.work-area::after{
    bottom: 0;
    right: 0;
    background-image: url(../images/shape5.png);
}
/*-- work area stop --*/
/*-- meet area start --*/
.meet-area{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/meet-bg.jpg);
}
.meet-area .webtext .btn{
    background-color: #175099 !important;
    margin-top: 10px;
    margin-left: 25px;
}
.meet-area .webtext .btn::before, .meet-area .webtext .btn::after{
    background-color: #175099;
}
.meet-area .webtext .btn:hover{
    background-color: #ffffff !important;
    color: #000000;
}
.meet-area .webtext .btn:hover::before, .meet-area .webtext .btn:hover::after{
    background-color: #ffffff;
}
.meet-area .getintouch-form {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 38px;
}
.getintouch-form .heading{
    color: #21529d;
    font-size: 36px;
    font-family: 'PlayfairDisplayBold';
    line-height: 46px;
    margin-bottom: 20px;
}
.getintouch-form p{
    margin: 0;
}
.meet-img-box {
    height: 385px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px;
}
.meet-img-box:last-child{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.meet-img-box:last-child{
    margin-bottom: 0;
}
.meet-img-box img{
    width: 100%;
    object-fit: cover;
}
.meet-area .left-area{
    padding-right: 40px;
}
/*-- meet area stop --*/
/*-- review area start --*/
.review-img{
    width: 100%;
    max-width: 487px;
    margin: 0 auto;
}
.review-img img{
    width: 100%;
    object-fit: cover;
}
.review-area{
    position: relative;
    overflow: hidden;
}
.review-area::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 123px;
    height: 129px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/shape6.png);
}
.review-area::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 386px;
    height: 132px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/shape7.png);
}
.review-testimonial .sp-testimonial-free-section{
    margin: 0 !important;
}
.review-testimonial .sp-testimonial-item{
    padding: 15px;
}
.review-testimonial .sp-testimonial-free {
    box-shadow: 0 0 20px rgb(163 163 163 / 30%);
    padding: 35px;
    border-radius: 20px !important;
    position: relative;
}
.review-testimonial .sp-testimonial-free::before {
    content: '';
    position: absolute;
    top: 30px;
    right: 30px;
    width: 100%;
    max-width: 56px;
    height: 52px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/colone.png);
}
.review-testimonial .sp-testimonial-content p{
    font-size: 16px;
    color: #151515;
    line-height: 26px;
}
.review-testimonial .sp-testimonial-free .sp-testimonial-client-rating {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex !important;
    width: 100%;
    justify-content: center;
}
.review-testimonial .sp-testimonial-free .sp-testimonial-client-name{
    text-align: right;
}
.review-testimonial .sp-testimonial-free .sp-testimonial-client-testimonial {
    padding-top: 35px;
}
/*-- review area stop --*/
/*-- location area start --*/
.location-box {
    text-align: center;
    background-color: #ffffff;
    border: 3px solid #ffffff;
    box-shadow: 0 0 20px rgb(155 155 155 / 55%);
    border-radius: 15px;
    overflow: hidden;
    transition: 0.5s;
}
.location-box:hover{
    transform: translate(0, -10px);
}
.location-box .location-link{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #ffffff;
    background-color: #a6a6a6;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'PoppinsBold';
}
.location-box .location-link img{
    width: auto;
    height: 20px;
    object-fit: contain;
    margin-right: 6px;
    filter: brightness(0) saturate(100%) invert(96%) sepia(93%) saturate(0%) hue-rotate(251deg) brightness(108%) contrast(106%);
}
.location-box .location-link:hover{
    background-color: #000000;
}
.location-box .contain-box{
    padding: 30px 15px;
}
.location-box .contain-box .heading {
    color: #21529d;
    font-size: 18px;
    font-family: 'PlayfairDisplayBold';
    line-height: 28px;
    margin: 0 0 8px;
}
.location-box .contain-box .text{
    color: #2c2c2c;
    font-size: 14px;
    line-height: 24px;
}
.location-box .contain-box img{
    width: auto;
    height: 30px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(20%) sepia(67%) saturate(2281%) hue-rotate(203deg) brightness(93%) contrast(79%);
    margin: 0 0 10px;
}
.location-area {
    position: relative;
}
.location-area::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 51px;
    background-color: #21529d;
}
.location-area .row{
    position: relative;
    z-index: 1;
}
/*-- location area stop --*/
/*-- footer area start --*/
.footer-area{
    background-color: #21529d;
}
.footer-body-area{
    padding: 70px 0;
}
.footer-logo{
    width: 100%;
    max-width: 170px;
    margin-bottom: 30px;
}
.footer-logo img{
    width: 100%;
    object-fit: cover;
}
.footer-social ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-social ul li{
    display: inline-block;
    margin-right: 2px;
}
.footer-social ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 28px;
    height: 28px;
    background-color: #a6a6a6;
    border-radius: 100%;
    padding: 7px;
}
.footer-social ul li a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-social ul li a:hover{
    background-color: #ffffff;
}
.footer .heading {
    color: #f6f6f9;
    font-size: 20px;
    line-height: 30px;
    font-family: 'PoppinsBold';
    margin: 0 0 15px;
}
.footer ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer ul li {
    padding-left: 25px;
    position: relative;
    margin: 0 0 10px;
}
.footer ul li a{
    color: #ffffff;
    font-size: 16px;
    transition: 0.5s;
}
.footer ul li a:hover{
    color: #a6a6a6;
}
.footer ul li::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    max-width: 15px;
    height: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/link-arrow-right.png);
    filter: brightness(0) saturate(100%) invert(71%) sepia(5%) saturate(22%) hue-rotate(339deg) brightness(95%) contrast(85%);
}
.footer .footer-contact-media {
    margin-bottom: 12px;
}
.footer .footer-contact-media:last-child{
    margin-bottom: 0;
}
.footer .footer-contact-media .media-icon {
    width: 100%;
    max-width: 35px;
    height: 35px;
    border-radius: 100%;
    padding: 9px;
    background-color: #a6a6a6;
}
.footer .footer-contact-media .media-icon img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.footer .footer-contact-media .media-body{
    padding-left: 8px;
}
.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    transition: 0.5s;
}
.footer .footer-contact-media .media-body a:hover {
    color: #a6a6a6;
}
.copyright{
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #ffffff;
    font-size: 14px;
    color: #ffffff;
}
.copyright a{
    color: #ffffff;
}
.copyright a:hover{
    color: #a6a6a6;
}
/*-- footer area stop --*/
.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    padding: 0.2em;
    background: #a6a6a6;
    z-index: 1;
    width: 100%;
    max-width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.5s;
    padding: 12px;
	z-index: 991;
}
.back-to-top:hover{
    background-color: #000000;
}
.back-to-top img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.back-to-top:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(309deg) brightness(100%) contrast(104%);
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    /*background: url("../images/banner.jpg") #eee no-repeat center !important;*/
    background-size: cover !important;
    max-width: 100% !important;
    padding: 100px 0 !important;
    margin: 0 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.blog_page_header{
	background: url('https://jrtechnologiesweb.in/demo/r-core-services/wp-content/uploads/2025/06/inner-banner.jpg') no-repeat;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
	position: relative;
    font-size: 32px;
	font-weight: 600;
    text-transform: none;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #6cacff;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #6cacff;
}
.page {
	margin-top: 0 !important;
}
.form-group p{
    margin: 0;
}
.form-group input, .form-group select, .form-group textarea {
    height: 50px;
    width: 100%;
    border-radius: 10px;
    font-size: 14px;
    background-color: #e6e8e8;
    border-color: #e6e8e8;
    color: #000000;
}
.form-group textarea {
    height: 105px;
    resize: none;
    padding: 15px;
}
.error_container .btn::before, .error_container .btn::after{
    background-color: #182e58;
}
.error_container{
    text-align: center;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.error_container img{
    margin-bottom: 30px;
}
.thankyou_text{
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}
.inner-heading {
    color: #21529d;
    font-size: 32px;
    font-family: 'PlayfairDisplayBold';
    line-height: 42px;
    margin-bottom: 10px;
}
.inner-contact-box{}
.inner-contact-box .icon-box {
    width: 100%;
    max-width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #175099;
    margin-right: 10px;
    padding: 10px;
}
.inner-contact-box .icon-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(220deg) brightness(102%) contrast(101%);
}
.inner-contact-box .body-box, .inner-contact-box .body-box a{
    color: #000000;
    font-size: 15px;
    transition: 0.5s;
    text-decoration: none;
}
.inner-contact-box .body-box a:hover{
    color: #175099;
}
.inner-contact-box .body-box .box-heading {
    color: #175099;
    font-size: 18px;
    font-family: 'PoppinsSemiBold';
    line-height: 28px;
    margin: 0 0 5px;
}
.inner-contact-box .body-box p{
    margin: 0;
}
.inner-contact-box {
    margin-bottom: 22px;
}
.inner-contact-box:last-child {
    margin-bottom: 0;
}
.map-box {
    width: 100%;
    height: 400px;
    margin-top: 55px;
}
.map-box iframe{
    width: 100%;
    height: 100%;
}
.page-id-20 .hentry{
    margin-bottom: 0 !important;
}
.inner-content-area:nth-of-type(2n) {
    background-color: #e8f2ff;
}
.inner-content-area{
    padding: 60px 0;
}
.inner-content-area:first-child{
    padding-top: 0;
}
.inner-content-area:last-child{
    padding-bottom: 0;
}
.inner-heading.inner-small-heading {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px;
}
.inner-content-box {
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    margin: 0 0 15px;
}
.team-content {
  background: #fff;
  padding:30px 15px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.2);
	min-height: 600px;
}
.team-heading {
  color: #21529d;
  font-size: 32px;
  font-family: 'PlayfairDisplayBold';
  line-height: 42px;
  margin-bottom: 15px;
}
.team-sub-heading{
  display: block;
  font-size: 16px;
  color: #646363;
	font-family: 'PlayfairDisplayBold';
	margin-bottom: 15px;
}
.inner-content-area .btn{
    text-decoration: none;
    background-color: #175099 !important;
    font-size: 15px;
    padding: 12px;
}
.inner-content-area .btn::before, .inner-content-area .btn::after{
    background-color: #175099;
}
.inner-content-details {
    padding: 50px 0;
    background-color: #002452;
}
.inner-content-details .inner-heading, .inner-content-details .inner-content-box{
    color: #ffffff;
}
.inner-content-details .inner-heading{
    margin-bottom: 15px;
}
.hentry{
    margin-bottom: 0 !important;
}
.inner-heading span {
    display: block;
    font-size: 17px;
}
.inner-content-area .btn{
    margin-left: 20px;
}
.inner-review-box {
    text-align: center;
    padding: 30px;
    box-shadow: 0 0 20px rgb(163 163 163 / 30%);
    border-radius: 20px;
    position: relative;
}
.inner-review-box::before{
    content: '';
    position: absolute;
    top: 30px;
    right: 30px;
    width: 100%;
    max-width: 46px;
    height: 42px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/colone.png);
}
.inner-review-box .text {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 12px;
    color: #000000;
}
.inner-review-box .admin {
    color: #000000;
    text-align: right;
    font-weight: 600;
    font-size: 16px;
}
.inner-review-box .icon {
    width: 100%;
    max-width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    overflow: hidden;
    border-radius: 100%;
}
.inner-review-box .review-icon{
    margin: 0 0 15px;
}
.page-id-18 .hentry{
    margin-bottom: 48px !important;
}
.page-id-18 .service-box{
    background-color: #f5f5f5;
}
.page-id-106 .entry-content .btn::before, .page-id-106 .entry-content .btn::after{
    background-color: #182e58;
}
/* blog page css  */
.more-link {
	display: block;
	width: fit-content;
	background-color: #175099;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 12px 24px;
	text-transform: uppercase;
	vertical-align: bottom;
	margin-top:20px;
}
.more-link:hover{
	background: #000000 !important;
	color: #fff !important;
}
.post .entry-title{
	color: #21529d;
	font-size: 32px;
	font-family: 'PlayfairDisplayBold';
	line-height: 42px;
	margin-bottom: 10px;
}
.blog-details-container{
	display:flex;
	flex-wrap:wrap;
}
.inner-content-box ul{
	padding:0;
	margin:0;
	list-style:none;
}
.inner-content-box ul li {
    padding: 0;
    padding-left: 24px;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 8px;
    position: relative;
}
.btn-media {
    padding: 12px 18px;
    background-color: #a6a6a6;
    display: inline-flex;
    align-items: center;
	transition:0.5s;
	margin-right: 15px;
}
.btn-media:last-child{
	margin-right:0;
}
.btn-media:hover{
	background-color:#175099;
}
.btn-media .icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
}
.btn-media .icon-text {
    padding-left: 10px;
    color: #ffffff;
    font-size: 16px;
}
.btn-media .icon-text a{
	color:#ffffff;
}
.btn-media .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
	filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(250%) hue-rotate(138deg) brightness(118%) contrast(100%);
}
.inner-content-box ul li::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://jrtechnologiesweb.in/demo/r-core-services/wp-content/uploads/2025/07/checked.png);
}
.inner-content-details .inner-content-box{
	margin-bottom:25px;
}
.inner-content-box ul.list-2{
	display:flex;
}
.inner-content-box ul.list-2 li {
    margin-right: 12px;
    margin-bottom: 0;
}
.inner-content-box ul.list-2 li:last-child{
	margin-right:0;
}
.inner-content-area.whychoose-area .inner-heading {
    text-align: center;
    font-size: 30px;
    margin-bottom: 35px;
}
.inner-content-area.whychoose-area .inner-heading-small {
    margin-bottom: 15px;
    text-align: left;
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 12px;
}
.inner-content-area .box {
    width: 100%;
    background-color: #ffffff;
    padding: 35px;
    border-radius: 10px;
}
.inner-heading.inner-heading-small {
    font-size: 25px;
    line-height: 35px;
}
.page-id-58 .inner-content-area .box {
    background-color: #f3f3f3;
}
.mobile-contact-box{
	display:none;
	flex-wrap:wrap;
	position:fixed;
	width:100%;
	bottom:0;
	z-index:99;
}
.mobile-contact-box .btn-link {
	width: 100%;
	max-width: 50%;
	text-decoration: none;
	padding: 10px;
	font-size: 12px;
	background-color: #000f26;
	color: #ffffff;
	text-align: center;
}
.mobile-contact-box .btn-link:nth-child(2){
	background-color:#353535;
}
.mobile-contact-box .btn-phone {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 38px;
	height: 38px;
	border-radius: 100%;
	background-color: #ffffff;
	padding: 7px;
}
.mobile-contact-box .btn-phone img{
	width:100%;
	height:100%;
	object-fit:cover;
}
/*-- responsive css start --*/
@media only screen and (max-width : 320px) {
	.primary-navigation{
		display:none;
	}
	.header-top-area {
		display: none;
	}
	.logo, .header-area.fix .logo {
		max-width: 65px;
	}
	.header-right{
		display:none !important;
	}
	.header-body-area {
		padding: 10px 0;
	}
	.banner-area {
		height: 415px;
	}
	.banner-content .tagline {
		font-size: 16px;
		margin: 0;
	}
	.banner-content-area .banner-content {
		max-width: 100%;
	}
	.banner-content .heading {
		font-size: 30px;
		line-height: 38px;
		margin: 0 0 10px;
	}
	.banner-content .text {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 15px;
	}
	.btn {
		padding: 12px;
		font-size: 14px;
	}
	.btn::before, .btn::after {
		max-width: 18.5px;
	}
	.btn::before {
		left: -18.5px;
	}
	.btn::after {
		right: -18.5px;
	}
	.banner-content-area .banner-content::before {
		background-size: 100%;
	}
	.whychoose-area::before {
		max-width: 80px;
		height: 35px;
	}
	.p-80 {
		padding: 40px 0;
	}
	.whychoose-area .webtext {
		max-width: 100%;
		margin: 0 auto 25px;
	}
	.webtext .heading {
		font-size: 24px;
		line-height: 34px;
	}
	.whychoose-area .webtext {
		margin: 0 auto 15px;
	}
	.whychoose-list::before {
		top: 8px;
		max-width: 12px;
		height: 12px;
	}
	.whychoose-list {
		padding-left: 20px;
		margin-bottom: 15px;
	}
	.whychoose-list .heading {
		font-size: 16px;
		line-height: 26px;
		margin: 0 0 5px;
	}
	.whychoose-list-box-area:nth-child(2) .whychoose-list {
		padding-right: 20px;
	}
	.whychoose-area::after {
		max-width: 35px;
		height: 35px;
	}
	.whychoose-imgbox {
		max-width: 250px;
		height: 250px;
		margin: 15px auto;
	}
	.webtext {
		margin-bottom: 25px;
	}
	.service-box {
		padding: 40px 20px;
	}
	.service-box .icon {
		max-width: 65px;
		height: 65px;
		margin: 0 auto 25px;
		padding: 15px;
	}
	.service-box .icon::before {
		top: -9px;
		left: -9px;
		min-width: 85px;
		max-width: 85px;
		height: 85px;
	}
	.work-body-area::before{
		display:none;
	}
	.work-box .icon {
		max-width: 60px;
		height: 60px;
	}
	.work-box .icon::before {
		min-width: 80px;
		max-width: 80px;
		height: 80px;
		top: -9px;
		left: -9px;
	}
	.work-liting-box:nth-of-type(2n), .work-liting-box {
		margin-top: 35px;
	}
	.work-area .webtext {
		margin-bottom: 10px;
	}
	.meet-area .left-area {
		padding-right: 12px;
	}
	.webtext .heading.small-heading {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.webtext .text {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 10px;
	}
	.meet-area .getintouch-form {
		border-radius: 10px;
		padding: 24px;
		margin-bottom: 20px;
	}
	.getintouch-form .heading {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 12px;
	}
	.meet-img-box {
		height: auto;
		margin-bottom: 15px;
	}
	.review-area::before {
		max-width: 35px;
		height: 35px;
	}
	.review-area::after {
		max-width: 85px;
		height: 30px;
	}
	.review-area .webtext{
		margin: 0 0 15px;
	}
	.review-testimonial .sp-testimonial-free {
		padding: 18px;
		border-radius: 10px !important;
	}
	.sp-testimonial-free-section .sp-testimonial-client-image {
		margin: 0;
	}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		padding: 0 !important;
	}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		font-size: 14px !important;
		line-height: 24px !important;
	}
	.review-area .sp-testimonial-client-image{
		width:80px;
		height:80px;
		overflow:hidden;
		margin:0 auto !important;
	}
	.review-area .sp-testimonial-client-image img{
		width:100%;
		height:100%;
		object-fit:cover;
	}
	.review-testimonial .sp-testimonial-free .sp-testimonial-client-rating {
		top: 110px;
	}
	#sp-testimonial-free-wrapper-35 .sp-testimonial-free-section .sp-testimonial-client-rating i.fa {
		font-size: 15px !important;
	}
	.review-testimonial .sp-testimonial-free::before {
		max-width: 30px;
		height: 25px;
	}
	.review-img {
		max-width: 195px;
	}
	.location-box {
		margin-bottom: 15px;
	}
	.location-box .contain-box {
		padding: 20px 10px;
	}
	.location-box .contain-box .heading {
		margin: 0 0 5px;
	}
	.footer-body-area {
		padding: 20px 0 5px;
	}
	.footer-logo {
		max-width: 110px;
		margin-bottom: 20px;
	}
	.location-box .location-link {
		padding: 10px;
		font-size: 14px;
	}
	.form-group input, .form-group select, .form-group textarea {
		height: 45px;
		width: 100%;
		border-radius: 5px;
	}
	button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
		font-size: 14px !important;
		padding: 8px 16px !important;
	}
	.footer-social ul {
		margin: 0 0 12px;
	}
	.footer .heading {
		font-size: 18px;
		line-height: 28px;
		margin: 0 0 10px;
	}
	.footer ul li a {
		font-size: 14px;
	}
	.footer ul li::before {
		top: 7px;
		max-width: 12px;
		height: 12px;
	}
	.footer ul li {
		padding-left: 20px;
		margin:0 0 5px;
	}
	.footer {
		margin: 0 0 20px;
	}
	.copyright {
		padding: 10px 0 47px;
		font-size: 12px;
	}
	.footer .footer-contact-media .media-icon {
		max-width: 30px;
		height: 30px;
		padding: 8px;
	}
	.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a {
		font-size: 13px;
	}
	.back-to-top {
		max-width: 35px;
		height: 35px;
		padding: 10px;
		bottom: 50px;
	}
	.mobile-contact-box{
		display:flex;
	}
	.rmp-container .rmp-menu-title .rmp-menu-title-image {
		width: 60px !important;
		height: 60px !important;
	}
	.page .entry-header, .blog_page_header {
		padding: 30px 0 !important;
		margin: 0 0 20px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 24px;
		margin-bottom: 0;
	}
	.breadcrumb-container {
		font-size: 14px;
	}
	.content-img{
		margin-bottom:20px;
	}
	.inner-heading {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 5px;
	}
	.inner-heading.inner-small-heading {
		font-size: 22px;
		line-height: normal;
		margin-bottom: 8px;
	}
	.inner-content-box {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 10px;
	}
	.inner-content-area {
		padding: 20px 0;
	}
	.service-box {
		padding: 20px;
	}
	.service-box .btn {
		padding: 8px;
		font-size: 13px;
	}
	.inner-content-box p{
		margin:0;
	}
	.inner-heading.inner-heading-small {
		font-size: 22px;
		line-height: 32px;
	}
	.inner-content-box ul li {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 6px;
	}
	.inner-content-area.whychoose-area .inner-heading {
		font-size: 24px;
		margin-bottom: 0;
	}
	.inner-content-area .box {
		padding: 15px;
	}
	.inner-content-details .btn-box{
		display:block !important;
	}
	.btn-media {
		margin-right: 0;
		margin-bottom: 10px;
		width:100%;
	}
	.btn-media:last-child{
		margin-bottom:0;
	}
	.inner-content-details {
		padding: 30px 0;
	}
	.inner-content-box ul.list-2 {
		display: block;
	}
	.inner-contact-box {
		margin-bottom: 15px;
	}
	.inner-contact-box .icon-box {
		max-width: 42px;
		height: 42px;
		margin-right: 8px;
		padding: 8px;
	}
	.inner-contact-box .body-box .box-heading {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 2px;
	}
	.inner-contact-box .body-box, .inner-contact-box .body-box a {
		font-size: 13px;
	}
	.map-box {
		height: 250px;
		margin-top: 0;
	}
	.inner-review-box {
		padding: 15px;
		border-radius: 15px;
	}
	.inner-review-box .text {
		font-size: 14px;
		line-height: 22px;
	}
	.inner-review-box .icon {
		max-width: 70px;
		height: 70px;
		margin: 0 auto 10px;
	}
	.inner-review-box .review-icon {
		margin: 0 0 10px;
	}
	.inner-review-box .review-icon img{
		width:auto;
		height:15px;
		object-fit:contain;
	}
	.inner-review-box::before {
		max-width: 36px;
		height: 32px;
	}
}/*-- iphone 5 --*/

@media only screen and (min-width : 321px) and (max-width : 480px) {
.primary-navigation{
		display:none;
	}
	.header-top-area {
		display: none;
	}
	.logo, .header-area.fix .logo {
		max-width: 65px;
	}
	.header-right{
		display:none !important;
	}
	.header-body-area {
		padding: 10px 0;
	}
	.banner-area {
		height: 415px;
	}
	.banner-content .tagline {
		font-size: 16px;
		margin: 0;
	}
	.banner-content-area .banner-content {
		max-width: 100%;
	}
	.banner-content .heading {
		font-size: 30px;
		line-height: 38px;
		margin: 0 0 10px;
	}
	.banner-content .text {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 15px;
	}
	.btn {
		padding: 12px;
		font-size: 14px;
	}
	.btn::before, .btn::after {
		max-width: 18.5px;
	}
	.btn::before {
		left: -18.5px;
	}
	.btn::after {
		right: -18.5px;
	}
	.banner-content-area .banner-content::before {
		background-size: 100%;
	}
	.whychoose-area::before {
		max-width: 80px;
		height: 35px;
	}
	.p-80 {
		padding: 40px 0;
	}
	.whychoose-area .webtext {
		max-width: 100%;
		margin: 0 auto 25px;
	}
	.webtext .heading {
		font-size: 24px;
		line-height: 34px;
	}
	.whychoose-area .webtext {
		margin: 0 auto 15px;
	}
	.whychoose-list::before {
		top: 8px;
		max-width: 12px;
		height: 12px;
	}
	.whychoose-list {
		padding-left: 20px;
		margin-bottom: 15px;
	}
	.whychoose-list .heading {
		font-size: 16px;
		line-height: 26px;
		margin: 0 0 5px;
	}
	.whychoose-list-box-area:nth-child(2) .whychoose-list {
		padding-right: 20px;
	}
	.whychoose-area::after {
		max-width: 35px;
		height: 35px;
	}
	.whychoose-imgbox {
		max-width: 250px;
		height: 250px;
		margin: 15px auto;
	}
	.webtext {
		margin-bottom: 25px;
	}
	.service-box {
		padding: 40px 20px;
	}
	.service-box .icon {
		max-width: 65px;
		height: 65px;
		margin: 0 auto 25px;
		padding: 15px;
	}
	.service-box .icon::before {
		top: -9px;
		left: -9px;
		min-width: 85px;
		max-width: 85px;
		height: 85px;
	}
	.work-body-area::before{
		display:none;
	}
	.work-box .icon {
		max-width: 60px;
		height: 60px;
	}
	.work-box .icon::before {
		min-width: 80px;
		max-width: 80px;
		height: 80px;
		top: -9px;
		left: -9px;
	}
	.work-liting-box:nth-of-type(2n), .work-liting-box {
		margin-top: 35px;
	}
	.work-area .webtext {
		margin-bottom: 10px;
	}
	.meet-area .left-area {
		padding-right: 12px;
	}
	.webtext .heading.small-heading {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.webtext .text {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 10px;
	}
	.meet-area .getintouch-form {
		border-radius: 10px;
		padding: 24px;
		margin-bottom: 20px;
	}
	.getintouch-form .heading {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 12px;
	}
	.meet-img-box {
		height: auto;
		margin-bottom: 15px;
	}
	.review-area::before {
		max-width: 35px;
		height: 35px;
	}
	.review-area::after {
		max-width: 85px;
		height: 30px;
	}
	.review-area .webtext{
		margin: 0 0 15px;
	}
	.review-testimonial .sp-testimonial-free {
		padding: 18px;
		border-radius: 10px !important;
	}
	.sp-testimonial-free-section .sp-testimonial-client-image {
		margin: 0;
	}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		padding: 0 !important;
	}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		font-size: 14px !important;
		line-height: 24px !important;
	}
	.review-area .sp-testimonial-client-image{
		width:80px;
		height:80px;
		overflow:hidden;
		margin:0 auto !important;
	}
	.review-area .sp-testimonial-client-image img{
		width:100%;
		height:100%;
		object-fit:cover;
	}
	.review-testimonial .sp-testimonial-free .sp-testimonial-client-rating {
		top: 110px;
	}
	#sp-testimonial-free-wrapper-35 .sp-testimonial-free-section .sp-testimonial-client-rating i.fa {
		font-size: 15px !important;
	}
	.review-testimonial .sp-testimonial-free::before {
		max-width: 30px;
		height: 25px;
	}
	.review-img {
		max-width: 195px;
	}
	.location-box {
		margin-bottom: 15px;
	}
	.location-box .contain-box {
		padding: 20px 10px;
	}
	.location-box .contain-box .heading {
		margin: 0 0 5px;
	}
	.footer-body-area {
		padding: 20px 0 5px;
	}
	.footer-logo {
		max-width: 110px;
		margin-bottom: 20px;
	}
	.location-box .location-link {
		padding: 10px;
		font-size: 14px;
	}
	.form-group input, .form-group select, .form-group textarea {
		height: 45px;
		width: 100%;
		border-radius: 5px;
	}
	button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
		font-size: 14px !important;
		padding: 8px 16px !important;
	}
	.footer-social ul {
		margin: 0 0 12px;
	}
	.footer .heading {
		font-size: 18px;
		line-height: 28px;
		margin: 0 0 10px;
	}
	.footer ul li a {
		font-size: 14px;
	}
	.footer ul li::before {
		top: 7px;
		max-width: 12px;
		height: 12px;
	}
	.footer ul li {
		padding-left: 20px;
		margin:0 0 5px;
	}
	.footer {
		margin: 0 0 20px;
	}
	.copyright {
		padding: 10px 0 47px;
		font-size: 12px;
	}
	.footer .footer-contact-media .media-icon {
		max-width: 30px;
		height: 30px;
		padding: 8px;
	}
	.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a {
		font-size: 13px;
	}
	.back-to-top {
		max-width: 35px;
		height: 35px;
		padding: 10px;
		bottom: 50px;
	}
	.mobile-contact-box{
		display:flex;
	}
	.rmp-container .rmp-menu-title .rmp-menu-title-image {
		width: 60px !important;
		height: 60px !important;
	}
	.page .entry-header, .blog_page_header {
		padding: 30px 0 !important;
		margin: 0 0 20px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 24px;
		margin-bottom: 0;
	}
	.breadcrumb-container {
		font-size: 14px;
	}
	.content-img{
		margin-bottom:20px;
	}
	.inner-heading {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 12px;
	}
	.inner-heading.inner-small-heading {
		font-size: 22px;
		line-height: normal;
		margin-bottom: 8px;
	}
	.inner-content-box {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 10px;
	}
	.inner-content-area {
		padding: 20px 0;
	}
	.service-box {
		padding: 20px;
	}
	.service-box .btn {
		padding: 8px;
		font-size: 13px;
	}
	.inner-content-box p{
		margin:0;
	}
	.inner-heading.inner-heading-small {
		font-size: 22px;
		line-height: 32px;
	}
	.inner-content-box ul li {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 6px;
	}
	.inner-content-area.whychoose-area .inner-heading {
		font-size: 24px;
		margin-bottom: 0;
	}
	.inner-content-area .box {
		padding: 15px;
	}
	.inner-content-details .btn-box{
		display:block !important;
	}
	.btn-media {
		margin-right: 0;
		margin-bottom: 10px;
		width:100%;
	}
	.btn-media:last-child{
		margin-bottom:0;
	}
	.inner-content-details {
		padding: 30px 0;
	}
	.inner-content-box ul.list-2 {
		display: block;
	}
	.inner-contact-box {
		margin-bottom: 15px;
	}
	.inner-contact-box .icon-box {
		max-width: 42px;
		height: 42px;
		margin-right: 8px;
		padding: 8px;
	}
	.inner-contact-box .body-box .box-heading {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 2px;
	}
	.inner-contact-box .body-box, .inner-contact-box .body-box a {
		font-size: 13px;
	}
	.map-box {
		height: 250px;
		margin-top: 0;
	}
	.form-group textarea{
		height:100px;
	}
	.inner-review-box {
		padding: 15px;
		border-radius: 15px;
	}
	.inner-review-box .text {
		font-size: 14px;
		line-height: 22px;
	}
	.inner-review-box .icon {
		max-width: 70px;
		height: 70px;
		margin: 0 auto 10px;
	}
	.inner-review-box .review-icon {
		margin: 0 0 10px;
	}
	.inner-review-box .review-icon img{
		width:auto;
		height:15px;
		object-fit:contain;
	}
	.inner-review-box::before {
		max-width: 36px;
		height: 32px;
	}
}/*-- iphone 4 --*/

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
.primary-navigation{
		display:none;
	}
	.header-top-area {
		display: none;
	}
	.logo, .header-area.fix .logo {
		max-width: 65px;
	}
	.header-right{
		display:none !important;
	}
	.header-body-area {
		padding: 10px 0;
	}
	.banner-area {
		height: 415px;
	}
	.banner-content .tagline {
		font-size: 16px;
		margin: 0;
	}
	.banner-content-area .banner-content {
		max-width: 100%;
	}
	.banner-content .heading {
		font-size: 30px;
		line-height: 38px;
		margin: 0 0 10px;
	}
	.banner-content .text {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 15px;
	}
	.btn {
		padding: 12px;
		font-size: 14px;
	}
	.btn::before, .btn::after {
		max-width: 18.5px;
	}
	.btn::before {
		left: -18.5px;
	}
	.btn::after {
		right: -18.5px;
	}
	.banner-content-area .banner-content::before {
		background-size: 100%;
	}
	.whychoose-area::before {
		max-width: 80px;
		height: 35px;
	}
	.p-80 {
		padding: 40px 0;
	}
	.whychoose-area .webtext {
		max-width: 100%;
		margin: 0 auto 25px;
	}
	.webtext .heading {
		font-size: 24px;
		line-height: 34px;
	}
	.whychoose-area .webtext {
		margin: 0 auto 15px;
	}
	.whychoose-list::before {
		top: 8px;
		max-width: 12px;
		height: 12px;
	}
	.whychoose-list {
		padding-left: 20px;
		margin-bottom: 15px;
	}
	.whychoose-list .heading {
		font-size: 16px;
		line-height: 26px;
		margin: 0 0 5px;
	}
	.whychoose-list-box-area:nth-child(2) .whychoose-list {
		padding-right: 20px;
	}
	.whychoose-area::after {
		max-width: 35px;
		height: 35px;
	}
	.whychoose-imgbox {
		max-width: 250px;
		height: 250px;
		margin: 15px auto;
	}
	.webtext {
		margin-bottom: 25px;
	}
	.service-box {
		padding: 40px 20px;
	}
	.service-box .icon {
		max-width: 65px;
		height: 65px;
		margin: 0 auto 25px;
		padding: 15px;
	}
	.service-box .icon::before {
		top: -9px;
		left: -9px;
		min-width: 85px;
		max-width: 85px;
		height: 85px;
	}
	.work-body-area::before{
		display:none;
	}
	.work-box .icon {
		max-width: 60px;
		height: 60px;
	}
	.work-box .icon::before {
		min-width: 80px;
		max-width: 80px;
		height: 80px;
		top: -9px;
		left: -9px;
	}
	.work-liting-box:nth-of-type(2n), .work-liting-box {
		margin-top: 35px;
	}
	.work-area .webtext {
		margin-bottom: 10px;
	}
	.meet-area .left-area {
		padding-right: 12px;
	}
	.webtext .heading.small-heading {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.webtext .text {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 10px;
	}
	.meet-area .getintouch-form {
		border-radius: 10px;
		padding: 24px;
		margin-bottom: 20px;
	}
	.getintouch-form .heading {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 12px;
	}
	.meet-img-box {
		height: auto;
		margin-bottom: 15px;
	}
	.review-area::before {
		max-width: 35px;
		height: 35px;
	}
	.review-area::after {
		max-width: 85px;
		height: 30px;
	}
	.review-area .webtext{
		margin: 0 0 15px;
	}
	.review-testimonial .sp-testimonial-free {
		padding: 18px;
		border-radius: 10px !important;
	}
	.sp-testimonial-free-section .sp-testimonial-client-image {
		margin: 0;
	}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		padding: 0 !important;
	}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		font-size: 14px !important;
		line-height: 24px !important;
	}
	.review-area .sp-testimonial-client-image{
		width:80px;
		height:80px;
		overflow:hidden;
		margin:0 auto !important;
	}
	.review-area .sp-testimonial-client-image img{
		width:100%;
		height:100%;
		object-fit:cover;
	}
	.review-testimonial .sp-testimonial-free .sp-testimonial-client-rating {
		top: 110px;
	}
	#sp-testimonial-free-wrapper-35 .sp-testimonial-free-section .sp-testimonial-client-rating i.fa {
		font-size: 15px !important;
	}
	.review-testimonial .sp-testimonial-free::before {
		max-width: 30px;
		height: 25px;
	}
	.review-img {
		max-width: 195px;
	}
	.location-box {
		margin-bottom: 15px;
	}
	.location-box .contain-box {
		padding: 20px 10px;
	}
	.location-box .contain-box .heading {
		margin: 0 0 5px;
	}
	.footer-body-area {
		padding: 20px 0 5px;
	}
	.footer-logo {
		max-width: 110px;
		margin-bottom: 20px;
	}
	.location-box .location-link {
		padding: 10px;
		font-size: 14px;
	}
	.form-group input, .form-group select, .form-group textarea {
		height: 45px;
		width: 100%;
		border-radius: 5px;
	}
	button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
		font-size: 14px !important;
		padding: 8px 16px !important;
	}
	.footer-social ul {
		margin: 0 0 12px;
	}
	.footer .heading {
		font-size: 18px;
		line-height: 28px;
		margin: 0 0 10px;
	}
	.footer ul li a {
		font-size: 14px;
	}
	.footer ul li::before {
		top: 7px;
		max-width: 12px;
		height: 12px;
	}
	.footer ul li {
		padding-left: 20px;
		margin:0 0 5px;
	}
	.footer {
		margin: 0 0 20px;
	}
	.copyright {
		padding: 10px 0 47px;
		font-size: 12px;
	}
	.footer .footer-contact-media .media-icon {
		max-width: 30px;
		height: 30px;
		padding: 8px;
	}
	.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a {
		font-size: 13px;
	}
	.back-to-top {
		max-width: 35px;
		height: 35px;
		padding: 10px;
		bottom: 50px;
	}
	.mobile-contact-box{
		display:flex;
	}
	.rmp-container .rmp-menu-title .rmp-menu-title-image {
		width: 60px !important;
		height: 60px !important;
	}
}/*-- iphone 6, 7, 8 --*/

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) {
.primary-navigation{
		display:none;
	}
	.header-top-area {
		display: none;
	}
	.logo, .header-area.fix .logo {
		max-width: 65px;
	}
	.header-right{
		display:none !important;
	}
	.header-body-area {
		padding: 10px 0;
	}
	.banner-area {
		height: 415px;
	}
	.banner-content .tagline {
		font-size: 16px;
		margin: 0;
	}
	.banner-content-area .banner-content {
		max-width: 100%;
	}
	.banner-content .heading {
		font-size: 30px;
		line-height: 38px;
		margin: 0 0 10px;
	}
	.banner-content .text {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 15px;
	}
	.btn {
		padding: 12px;
		font-size: 14px;
	}
	.btn::before, .btn::after {
		max-width: 18.5px;
	}
	.btn::before {
		left: -18.5px;
	}
	.btn::after {
		right: -18.5px;
	}
	.banner-content-area .banner-content::before {
		background-size: 100%;
	}
	.whychoose-area::before {
		max-width: 80px;
		height: 35px;
	}
	.p-80 {
		padding: 40px 0;
	}
	.whychoose-area .webtext {
		max-width: 100%;
		margin: 0 auto 25px;
	}
	.webtext .heading {
		font-size: 24px;
		line-height: 34px;
	}
	.whychoose-area .webtext {
		margin: 0 auto 15px;
	}
	.whychoose-list::before {
		top: 8px;
		max-width: 12px;
		height: 12px;
	}
	.whychoose-list {
		padding-left: 20px;
		margin-bottom: 15px;
	}
	.whychoose-list .heading {
		font-size: 16px;
		line-height: 26px;
		margin: 0 0 5px;
	}
	.whychoose-list-box-area:nth-child(2) .whychoose-list {
		padding-right: 20px;
	}
	.whychoose-area::after {
		max-width: 35px;
		height: 35px;
	}
	.whychoose-imgbox {
		max-width: 250px;
		height: 250px;
		margin: 15px auto;
	}
	.webtext {
		margin-bottom: 25px;
	}
	.service-box {
		padding: 40px 20px;
	}
	.service-box .icon {
		max-width: 65px;
		height: 65px;
		margin: 0 auto 25px;
		padding: 15px;
	}
	.service-box .icon::before {
		top: -9px;
		left: -9px;
		min-width: 85px;
		max-width: 85px;
		height: 85px;
	}
	.work-body-area::before{
		display:none;
	}
	.work-box .icon {
		max-width: 60px;
		height: 60px;
	}
	.work-box .icon::before {
		min-width: 80px;
		max-width: 80px;
		height: 80px;
		top: -9px;
		left: -9px;
	}
	.work-liting-box:nth-of-type(2n), .work-liting-box {
		margin-top: 35px;
	}
	.work-area .webtext {
		margin-bottom: 10px;
	}
	.meet-area .left-area {
		padding-right: 12px;
	}
	.webtext .heading.small-heading {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.webtext .text {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 10px;
	}
	.meet-area .getintouch-form {
		border-radius: 10px;
		padding: 24px;
		margin-bottom: 20px;
	}
	.getintouch-form .heading {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 12px;
	}
	.meet-img-box {
		height: auto;
		margin-bottom: 15px;
	}
	.review-area::before {
		max-width: 35px;
		height: 35px;
	}
	.review-area::after {
		max-width: 85px;
		height: 30px;
	}
	.review-area .webtext{
		margin: 0 0 15px;
	}
	.review-testimonial .sp-testimonial-free {
		padding: 18px;
		border-radius: 10px !important;
	}
	.sp-testimonial-free-section .sp-testimonial-client-image {
		margin: 0;
	}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		padding: 0 !important;
	}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		font-size: 14px !important;
		line-height: 24px !important;
	}
	.review-area .sp-testimonial-client-image{
		width:80px;
		height:80px;
		overflow:hidden;
		margin:0 auto !important;
	}
	.review-area .sp-testimonial-client-image img{
		width:100%;
		height:100%;
		object-fit:cover;
	}
	.review-testimonial .sp-testimonial-free .sp-testimonial-client-rating {
		top: 110px;
	}
	#sp-testimonial-free-wrapper-35 .sp-testimonial-free-section .sp-testimonial-client-rating i.fa {
		font-size: 15px !important;
	}
	.review-testimonial .sp-testimonial-free::before {
		max-width: 30px;
		height: 25px;
	}
	.review-img {
		max-width: 195px;
	}
	.location-box {
		margin-bottom: 15px;
	}
	.location-box .contain-box {
		padding: 20px 10px;
	}
	.location-box .contain-box .heading {
		margin: 0 0 5px;
	}
	.footer-body-area {
		padding: 20px 0 5px;
	}
	.footer-logo {
		max-width: 110px;
		margin-bottom: 20px;
	}
	.location-box .location-link {
		padding: 10px;
		font-size: 14px;
	}
	.form-group input, .form-group select, .form-group textarea {
		height: 45px;
		width: 100%;
		border-radius: 5px;
	}
	button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
		font-size: 14px !important;
		padding: 8px 16px !important;
	}
	.footer-social ul {
		margin: 0 0 12px;
	}
	.footer .heading {
		font-size: 18px;
		line-height: 28px;
		margin: 0 0 10px;
	}
	.footer ul li a {
		font-size: 14px;
	}
	.footer ul li::before {
		top: 7px;
		max-width: 12px;
		height: 12px;
	}
	.footer ul li {
		padding-left: 20px;
		margin:0 0 5px;
	}
	.footer {
		margin: 0 0 20px;
	}
	.copyright {
		padding: 10px 0 47px;
		font-size: 12px;
	}
	.footer .footer-contact-media .media-icon {
		max-width: 30px;
		height: 30px;
		padding: 8px;
	}
	.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a {
		font-size: 13px;
	}
	.back-to-top {
		max-width: 35px;
		height: 35px;
		padding: 10px;
		bottom: 50px;
	}
	.mobile-contact-box{
		display:flex;
	}
	.rmp-container .rmp-menu-title .rmp-menu-title-image {
		width: 60px !important;
		height: 60px !important;
	}
}/*-- iphone 6, 7, 8 plus --*/

@media only screen and (min-width : 481px) and (max-width : 767px) {
.primary-navigation{
		display:none;
	}
	.header-top-area {
		display: none;
	}
	.logo, .header-area.fix .logo {
		max-width: 65px;
	}
	.header-right{
		display:none !important;
	}
	.header-body-area {
		padding: 10px 0;
	}
	.banner-area {
		height: 415px;
	}
	.banner-content .tagline {
		font-size: 16px;
		margin: 0;
	}
	.banner-content-area .banner-content {
		max-width: 100%;
	}
	.banner-content .heading {
		font-size: 30px;
		line-height: 38px;
		margin: 0 0 10px;
	}
	.banner-content .text {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 15px;
	}
	.btn {
		padding: 12px;
		font-size: 14px;
	}
	.btn::before, .btn::after {
		max-width: 18.5px;
	}
	.btn::before {
		left: -18.5px;
	}
	.btn::after {
		right: -18.5px;
	}
	.banner-content-area .banner-content::before {
		background-size: 100%;
	}
	.whychoose-area::before {
		max-width: 80px;
		height: 35px;
	}
	.p-80 {
		padding: 40px 0;
	}
	.whychoose-area .webtext {
		max-width: 100%;
		margin: 0 auto 25px;
	}
	.webtext .heading {
		font-size: 24px;
		line-height: 34px;
	}
	.whychoose-area .webtext {
		margin: 0 auto 15px;
	}
	.whychoose-list::before {
		top: 8px;
		max-width: 12px;
		height: 12px;
	}
	.whychoose-list {
		padding-left: 20px;
		margin-bottom: 15px;
	}
	.whychoose-list .heading {
		font-size: 16px;
		line-height: 26px;
		margin: 0 0 5px;
	}
	.whychoose-list-box-area:nth-child(2) .whychoose-list {
		padding-right: 20px;
	}
	.whychoose-area::after {
		max-width: 35px;
		height: 35px;
	}
	.whychoose-imgbox {
		max-width: 250px;
		height: 250px;
		margin: 15px auto;
	}
	.webtext {
		margin-bottom: 25px;
	}
	.service-box {
		padding: 40px 20px;
	}
	.service-box .icon {
		max-width: 65px;
		height: 65px;
		margin: 0 auto 25px;
		padding: 15px;
	}
	.service-box .icon::before {
		top: -9px;
		left: -9px;
		min-width: 85px;
		max-width: 85px;
		height: 85px;
	}
	.work-body-area::before{
		display:none;
	}
	.work-box .icon {
		max-width: 60px;
		height: 60px;
	}
	.work-box .icon::before {
		min-width: 80px;
		max-width: 80px;
		height: 80px;
		top: -9px;
		left: -9px;
	}
	.work-liting-box:nth-of-type(2n), .work-liting-box {
		margin-top: 35px;
	}
	.work-area .webtext {
		margin-bottom: 10px;
	}
	.meet-area .left-area {
		padding-right: 12px;
	}
	.webtext .heading.small-heading {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.webtext .text {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 10px;
	}
	.meet-area .getintouch-form {
		border-radius: 10px;
		padding: 24px;
		margin-bottom: 20px;
	}
	.getintouch-form .heading {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 12px;
	}
	.meet-img-box {
		height: auto;
		margin-bottom: 15px;
	}
	.review-area::before {
		max-width: 35px;
		height: 35px;
	}
	.review-area::after {
		max-width: 85px;
		height: 30px;
	}
	.review-area .webtext{
		margin: 0 0 15px;
	}
	.review-testimonial .sp-testimonial-free {
		padding: 18px;
		border-radius: 10px !important;
	}
	.sp-testimonial-free-section .sp-testimonial-client-image {
		margin: 0;
	}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		padding: 0 !important;
	}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		font-size: 14px !important;
		line-height: 24px !important;
	}
	.review-area .sp-testimonial-client-image{
		width:80px;
		height:80px;
		overflow:hidden;
		margin:0 auto !important;
	}
	.review-area .sp-testimonial-client-image img{
		width:100%;
		height:100%;
		object-fit:cover;
	}
	.review-testimonial .sp-testimonial-free .sp-testimonial-client-rating {
		top: 110px;
	}
	#sp-testimonial-free-wrapper-35 .sp-testimonial-free-section .sp-testimonial-client-rating i.fa {
		font-size: 15px !important;
	}
	.review-testimonial .sp-testimonial-free::before {
		max-width: 30px;
		height: 25px;
	}
	.review-img {
		max-width: 195px;
	}
	.location-box {
		margin-bottom: 15px;
	}
	.location-box .contain-box {
		padding: 20px 10px;
	}
	.location-box .contain-box .heading {
		margin: 0 0 5px;
	}
	.footer-body-area {
		padding: 20px 0 5px;
	}
	.footer-logo {
		max-width: 110px;
		margin-bottom: 20px;
	}
	.location-box .location-link {
		padding: 10px;
		font-size: 14px;
	}
	.form-group input, .form-group select, .form-group textarea {
		height: 45px;
		width: 100%;
		border-radius: 5px;
	}
	button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
		font-size: 14px !important;
		padding: 8px 16px !important;
	}
	.footer-social ul {
		margin: 0 0 12px;
	}
	.footer .heading {
		font-size: 18px;
		line-height: 28px;
		margin: 0 0 10px;
	}
	.footer ul li a {
		font-size: 14px;
	}
	.footer ul li::before {
		top: 7px;
		max-width: 12px;
		height: 12px;
	}
	.footer ul li {
		padding-left: 20px;
		margin:0 0 5px;
	}
	.footer {
		margin: 0 0 20px;
	}
	.copyright {
		padding: 10px 0 47px;
		font-size: 12px;
	}
	.footer .footer-contact-media .media-icon {
		max-width: 30px;
		height: 30px;
		padding: 8px;
	}
	.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a {
		font-size: 13px;
	}
	.back-to-top {
		max-width: 35px;
		height: 35px;
		padding: 10px;
		bottom: 50px;
	}
	.mobile-contact-box{
		display:flex;
	}
	.rmp-container .rmp-menu-title .rmp-menu-title-image {
		width: 60px !important;
		height: 60px !important;
	}
	.page .entry-header, .blog_page_header {
		padding: 55px 0 !important;
		margin: 0 0 20px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.breadcrumb-container {
		font-size: 14px;
	}
	.content-img{
		margin-bottom:20px;
	}
	.inner-heading {
		font-size: 28px;
		line-height: 38px;
	}
	.inner-heading.inner-small-heading {
		font-size: 24px;
		line-height: normal;
		margin-bottom: 12px;
	}
	.inner-content-box {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 10px;
	}
	.inner-content-area {
		padding: 30px 0;
	}
	.inner-content-details .btn-box{
		display:block !important;
	}
	.inner-content-details .btn-box .btn-media{
		width:100%;
		margin-right:0;
		margin-bottom:5px;
	}
	.inner-content-details .btn-box .btn-media:last-child{
		margin-bottom:0;
	}
	.inner-content-area.whychoose-area .inner-heading {
		font-size: 25px;
		margin-bottom: 0;
	}
	.inner-content-box p{
		margin:0;
	}
	.inner-content-area .box {
		padding: 15px;
	}
}

/*-- iPad Mini --*/
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.primary-navigation{
		display:none;
	}
	.header-top-area {
		display: none;
	}
	.logo, .header-area.fix .logo {
		max-width: 65px;
	}
	.header-right{
		display:none !important;
	}
	.header-body-area {
		padding: 10px 0;
	}
	.banner-area {
		height: 415px;
	}
	.banner-content .tagline {
		font-size: 16px;
		margin: 0;
	}
	.banner-content-area .banner-content {
		max-width: 100%;
	}
	.banner-content .heading {
		font-size: 30px;
		line-height: 38px;
		margin: 0 0 10px;
	}
	.banner-content .text {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 15px;
	}
	.btn {
		padding: 12px;
		font-size: 14px;
	}
	.btn::before, .btn::after {
		max-width: 18.5px;
	}
	.btn::before {
		left: -18.5px;
	}
	.btn::after {
		right: -18.5px;
	}
	.banner-content-area .banner-content::before {
		background-size: 100%;
	}
	.whychoose-area::before {
		max-width: 80px;
		height: 35px;
	}
	.p-80 {
		padding: 40px 0;
	}
	.whychoose-area .webtext {
		max-width: 100%;
		margin: 0 auto 25px;
	}
	.webtext .heading {
		font-size: 24px;
		line-height: 34px;
	}
	.whychoose-area .webtext {
		margin: 0 auto 15px;
	}
	.whychoose-list::before {
		top: 8px;
		max-width: 12px;
		height: 12px;
	}
	.whychoose-list {
		padding-left: 20px;
		margin-bottom: 15px;
	}
	.whychoose-list .heading {
		font-size: 16px;
		line-height: 26px;
		margin: 0 0 5px;
	}
	.whychoose-list-box-area:nth-child(2) .whychoose-list {
		padding-right: 20px;
	}
	.whychoose-area::after {
		max-width: 35px;
		height: 35px;
	}
	.whychoose-imgbox {
		max-width: 250px;
		height: 250px;
		margin: 15px auto;
	}
	.webtext {
		margin-bottom: 25px;
	}
	.service-box {
		padding: 40px 20px;
	}
	.service-box .icon {
		max-width: 65px;
		height: 65px;
		margin: 0 auto 25px;
		padding: 15px;
	}
	.service-box .icon::before {
		top: -9px;
		left: -9px;
		min-width: 85px;
		max-width: 85px;
		height: 85px;
	}
	.work-body-area::before{
		display:none;
	}
	.work-box .icon {
		max-width: 60px;
		height: 60px;
	}
	.work-box .icon::before {
		min-width: 80px;
		max-width: 80px;
		height: 80px;
		top: -9px;
		left: -9px;
	}
	.work-liting-box:nth-of-type(2n), .work-liting-box {
		margin-top: 35px;
	}
	.work-area .webtext {
		margin-bottom: 10px;
	}
	.meet-area .left-area {
		padding-right: 12px;
	}
	.webtext .heading.small-heading {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.webtext .text {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 10px;
	}
	.meet-area .getintouch-form {
		border-radius: 10px;
		padding: 24px;
		margin-bottom: 20px;
	}
	.getintouch-form .heading {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 12px;
	}
	.meet-img-box {
		height: auto;
		margin-bottom: 15px;
	}
	.review-area::before {
		max-width: 35px;
		height: 35px;
	}
	.review-area::after {
		max-width: 85px;
		height: 30px;
	}
	.review-area .webtext{
		margin: 0 0 15px;
	}
	.review-testimonial .sp-testimonial-free {
		padding: 18px;
		border-radius: 10px !important;
	}
	.sp-testimonial-free-section .sp-testimonial-client-image {
		margin: 0;
	}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		padding: 0 !important;
	}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		font-size: 14px !important;
		line-height: 24px !important;
	}
	.review-area .sp-testimonial-client-image{
		width:80px;
		height:80px;
		overflow:hidden;
		margin:0 auto !important;
	}
	.review-area .sp-testimonial-client-image img{
		width:100%;
		height:100%;
		object-fit:cover;
	}
	.review-testimonial .sp-testimonial-free .sp-testimonial-client-rating {
		top: 110px;
	}
	#sp-testimonial-free-wrapper-35 .sp-testimonial-free-section .sp-testimonial-client-rating i.fa {
		font-size: 15px !important;
	}
	.review-testimonial .sp-testimonial-free::before {
		max-width: 30px;
		height: 25px;
	}
	.review-img {
		max-width: 195px;
	}
	.location-box {
		margin-bottom: 15px;
	}
	.location-box .contain-box {
		padding: 20px 10px;
	}
	.location-box .contain-box .heading {
		margin: 0 0 5px;
	}
	.footer-body-area {
		padding: 20px 0 5px;
	}
	.footer-logo {
		max-width: 110px;
		margin-bottom: 20px;
	}
	.location-box .location-link {
		padding: 10px;
		font-size: 14px;
	}
	.form-group input, .form-group select, .form-group textarea {
		height: 45px;
		width: 100%;
		border-radius: 5px;
	}
	button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
		font-size: 14px !important;
		padding: 8px 16px !important;
	}
	.footer-social ul {
		margin: 0 0 12px;
	}
	.footer .heading {
		font-size: 18px;
		line-height: 28px;
		margin: 0 0 10px;
	}
	.footer ul li a {
		font-size: 14px;
	}
	.footer ul li::before {
		top: 7px;
		max-width: 12px;
		height: 12px;
	}
	.footer ul li {
		padding-left: 20px;
		margin:0 0 5px;
	}
	.footer {
		margin: 0 0 20px;
	}
	.copyright {
		padding: 10px 0 47px;
		font-size: 12px;
	}
	.footer .footer-contact-media .media-icon {
		max-width: 30px;
		height: 30px;
		padding: 8px;
	}
	.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a {
		font-size: 13px;
	}
	.back-to-top {
		max-width: 35px;
		height: 35px;
		padding: 10px;
		bottom: 50px;
	}
	.mobile-contact-box{
		display:flex;
	}
	.rmp-container .rmp-menu-title .rmp-menu-title-image {
		width: 60px !important;
		height: 60px !important;
	}
	.page .entry-header, .blog_page_header {
		padding: 75px 0 !important;
		margin: 0 0 40px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 28px;
		margin-bottom: 0;
	}
	.breadcrumb-container {
		font-size: 14px;
	}
	.content-img{
		margin-bottom:20px;
	}
	.inner-heading {
		font-size: 28px;
		line-height: 38px;
	}
	.inner-heading.inner-small-heading {
		font-size: 24px;
		line-height: normal;
		margin-bottom: 10px;
	}
	.inner-content-area {
		padding: 25px 0;
	}
	.hentry {
		margin-bottom: 48px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.primary-navigation{
		display:none;
	}
	.header-top-area {
		display: block;
	}
	.logo, .header-area.fix .logo {
		max-width: 65px;
	}
	.header-right {
		display: inline-flex !important;
	}
	.header-body-area {
		padding: 10px 0;
	}
	.banner-area {
		height: 415px;
	}
	.banner-content .tagline {
		font-size: 16px;
		margin: 0;
	}
	.banner-content-area .banner-content {
		max-width: 100%;
	}
	.banner-content .heading {
		font-size: 30px;
		line-height: 38px;
		margin: 0 0 10px;
	}
	.banner-content .text {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 15px;
	}
	.btn {
		padding: 12px;
		font-size: 14px;
	}
	.btn::before, .btn::after {
		max-width: 18.5px;
	}
	.btn::before {
		left: -18.5px;
	}
	.btn::after {
		right: -18.5px;
	}
	.banner-content-area .banner-content::before {
		background-size: 100%;
	}
	.whychoose-area::before {
		max-width: 80px;
		height: 35px;
	}
	.p-80 {
		padding: 40px 0;
	}
	.whychoose-area .webtext {
		max-width: 100%;
		margin: 0 auto 25px;
	}
	.webtext .heading {
		font-size: 24px;
		line-height: 34px;
	}
	.whychoose-area .webtext {
		margin: 0 auto 15px;
	}
	.whychoose-list::before {
		top: 8px;
		max-width: 12px;
		height: 12px;
	}
	.whychoose-list {
		padding-left: 20px;
		margin-bottom: 15px;
	}
	.whychoose-list .heading {
		font-size: 16px;
		line-height: 26px;
		margin: 0 0 5px;
	}
	.whychoose-list-box-area:nth-child(2) .whychoose-list {
		padding-right: 20px;
	}
	.whychoose-area::after {
		max-width: 35px;
		height: 35px;
	}
	.whychoose-imgbox {
		max-width: 250px;
		height: 250px;
		margin: 15px auto;
	}
	.webtext {
		margin-bottom: 25px;
	}
	.service-box {
		padding: 40px 20px;
	}
	.service-box .icon {
		max-width: 65px;
		height: 65px;
		margin: 0 auto 25px;
		padding: 15px;
	}
	.service-box .icon::before {
		top: -9px;
		left: -9px;
		min-width: 85px;
		max-width: 85px;
		height: 85px;
	}
	.work-body-area::before{
		display:none;
	}
	.work-box .icon {
		max-width: 60px;
		height: 60px;
	}
	.work-box .icon::before {
		min-width: 80px;
		max-width: 80px;
		height: 80px;
		top: -9px;
		left: -9px;
	}
	.work-liting-box:nth-of-type(2n), .work-liting-box {
		margin-top: 35px;
	}
	.work-area .webtext {
		margin-bottom: 10px;
	}
	.meet-area .left-area {
		padding-right: 12px;
	}
	.webtext .heading.small-heading {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.webtext .text {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 10px;
	}
	.meet-area .getintouch-form {
		border-radius: 10px;
		padding: 24px;
		margin-bottom: 20px;
	}
	.getintouch-form .heading {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 12px;
	}
	.meet-img-box {
		height: auto;
		margin-bottom: 15px;
	}
	.review-area::before {
		max-width: 35px;
		height: 35px;
	}
	.review-area::after {
		max-width: 85px;
		height: 30px;
	}
	.review-area .webtext{
		margin: 0 0 15px;
	}
	.review-testimonial .sp-testimonial-free {
		padding: 18px;
		border-radius: 10px !important;
	}
	.sp-testimonial-free-section .sp-testimonial-client-image {
		margin: 0;
	}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		padding: 0 !important;
	}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		font-size: 14px !important;
		line-height: 24px !important;
	}
	.review-area .sp-testimonial-client-image{
		width:80px;
		height:80px;
		overflow:hidden;
		margin:0 auto !important;
	}
	.review-area .sp-testimonial-client-image img{
		width:100%;
		height:100%;
		object-fit:cover;
	}
	.review-testimonial .sp-testimonial-free .sp-testimonial-client-rating {
		top: 110px;
	}
	#sp-testimonial-free-wrapper-35 .sp-testimonial-free-section .sp-testimonial-client-rating i.fa {
		font-size: 15px !important;
	}
	.review-testimonial .sp-testimonial-free::before {
		max-width: 30px;
		height: 25px;
	}
	.review-img {
		max-width: 195px;
	}
	.location-box {
		margin-bottom: 15px;
	}
	.location-box .contain-box {
		padding: 20px 10px;
	}
	.location-box .contain-box .heading {
		margin: 0 0 5px;
	}
	.footer-body-area {
		padding: 20px 0 5px;
	}
	.footer-logo {
		max-width: 110px;
		margin-bottom: 20px;
	}
	.location-box .location-link {
		padding: 10px;
		font-size: 14px;
	}
	.form-group input, .form-group select, .form-group textarea {
		height: 45px;
		width: 100%;
		border-radius: 5px;
	}
	button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
		font-size: 14px !important;
		padding: 8px 16px !important;
	}
	.footer-social ul {
		margin: 0 0 12px;
	}
	.footer .heading {
		font-size: 18px;
		line-height: 28px;
		margin: 0 0 10px;
	}
	.footer ul li a {
		font-size: 14px;
	}
	.footer ul li::before {
		top: 7px;
		max-width: 12px;
		height: 12px;
	}
	.footer ul li {
		padding-left: 20px;
		margin:0 0 5px;
	}
	.footer {
		margin: 0 0 20px;
	}
	.copyright {
		padding: 10px 0 47px;
		font-size: 12px;
	}
	.footer .footer-contact-media .media-icon {
		max-width: 30px;
		height: 30px;
		padding: 8px;
	}
	.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a {
		font-size: 13px;
	}
	.back-to-top {
		max-width: 35px;
		height: 35px;
		padding: 10px;
		bottom: 50px;
	}
	.mobile-contact-box{
		display:flex;
	}
	.rmp-container .rmp-menu-title .rmp-menu-title-image {
		width: 60px !important;
		height: 60px !important;
	}
	.primary-navigation a {
		padding: 42px 5px;
	}
	.menu ul li {
		margin-right: 8px;
	}
	.menu ul li a {
		font-size: 15px;
		padding:30px 12px;
	}
	.menu {
		margin-right: 50px !important;
	}
	.header-body-area {
		padding: 0;
	}
	.primary-navigation a {
		padding: 30px 12px;
	}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
.primary-navigation{
		display:none;
	}
	.header-top-area {
		display: block;
	}
	.logo, .header-area.fix .logo {
		max-width: 80px;
	}
	.header-right {
		display: inline-flex !important;
	}
	.header-body-area {
		padding: 10px 0;
	}
	.banner-area {
		height: 415px;
	}
	.banner-content .tagline {
		font-size: 16px;
		margin: 0;
	}
	.banner-content-area .banner-content {
		max-width: 100%;
	}
	.banner-content .heading {
		font-size: 30px;
		line-height: 38px;
		margin: 0 0 10px;
	}
	.banner-content .text {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 15px;
	}
	.btn {
		padding: 12px;
		font-size: 14px;
	}
	.btn::before, .btn::after {
		max-width: 18.5px;
	}
	.btn::before {
		left: -18.5px;
	}
	.btn::after {
		right: -18.5px;
	}
	.banner-content-area .banner-content::before {
		background-size: 100%;
	}
	.whychoose-area::before {
		max-width: 80px;
		height: 35px;
	}
	.p-80 {
		padding: 40px 0;
	}
	.whychoose-area .webtext {
		max-width: 100%;
		margin: 0 auto 25px;
	}
	.webtext .heading {
		font-size: 24px;
		line-height: 34px;
	}
	.whychoose-area .webtext {
		margin: 0 auto 15px;
	}
	.whychoose-list::before {
		top: 8px;
		max-width: 12px;
		height: 12px;
	}
	.whychoose-list {
		padding-left: 20px;
		margin-bottom: 15px;
	}
	.whychoose-list .heading {
		font-size: 16px;
		line-height: 26px;
		margin: 0 0 5px;
	}
	.whychoose-list-box-area:nth-child(2) .whychoose-list {
		padding-right: 20px;
	}
	.whychoose-area::after {
		max-width: 35px;
		height: 35px;
	}
	.whychoose-imgbox {
		max-width: 250px;
		height: 250px;
		margin: 15px auto;
	}
	.webtext {
		margin-bottom: 25px;
	}
	.service-box {
		padding: 40px 20px;
	}
	.service-box .icon {
		max-width: 65px;
		height: 65px;
		margin: 0 auto 25px;
		padding: 15px;
	}
	.service-box .icon::before {
		top: -9px;
		left: -9px;
		min-width: 85px;
		max-width: 85px;
		height: 85px;
	}
	.work-body-area::before{
		display:none;
	}
	.work-box .icon {
		max-width: 60px;
		height: 60px;
	}
	.work-box .icon::before {
		min-width: 80px;
		max-width: 80px;
		height: 80px;
		top: -9px;
		left: -9px;
	}
	.work-liting-box:nth-of-type(2n), .work-liting-box {
		margin-top: 35px;
	}
	.work-area .webtext {
		margin-bottom: 10px;
	}
	.meet-area .left-area {
		padding-right: 12px;
	}
	.webtext .heading.small-heading {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.webtext .text {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 10px;
	}
	.meet-area .getintouch-form {
		border-radius: 10px;
		padding: 24px;
		margin-bottom: 20px;
	}
	.getintouch-form .heading {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 12px;
	}
	.meet-img-box {
		height: auto;
		margin-bottom: 15px;
	}
	.review-area::before {
		max-width: 35px;
		height: 35px;
	}
	.review-area::after {
		max-width: 85px;
		height: 30px;
	}
	.review-area .webtext{
		margin: 0 0 15px;
	}
	.review-testimonial .sp-testimonial-free {
		padding: 18px;
		border-radius: 10px !important;
	}
	.sp-testimonial-free-section .sp-testimonial-client-image {
		margin: 0;
	}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		padding: 0 !important;
	}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		font-size: 14px !important;
		line-height: 24px !important;
	}
	.review-area .sp-testimonial-client-image{
		width:80px;
		height:80px;
		overflow:hidden;
		margin:0 auto !important;
	}
	.review-area .sp-testimonial-client-image img{
		width:100%;
		height:100%;
		object-fit:cover;
	}
	.review-testimonial .sp-testimonial-free .sp-testimonial-client-rating {
		top: 110px;
	}
	#sp-testimonial-free-wrapper-35 .sp-testimonial-free-section .sp-testimonial-client-rating i.fa {
		font-size: 15px !important;
	}
	.review-testimonial .sp-testimonial-free::before {
		max-width: 30px;
		height: 25px;
	}
	.review-img {
		max-width: 195px;
	}
	.location-box {
		margin-bottom: 15px;
	}
	.location-box .contain-box {
		padding: 20px 10px;
	}
	.location-box .contain-box .heading {
		margin: 0 0 5px;
	}
	.footer-body-area {
		padding: 20px 0 5px;
	}
	.footer-logo {
		max-width: 110px;
		margin-bottom: 20px;
	}
	.location-box .location-link {
		padding: 10px;
		font-size: 14px;
	}
	.form-group input, .form-group select, .form-group textarea {
		height: 45px;
		width: 100%;
		border-radius: 5px;
	}
	button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
		font-size: 14px !important;
		padding: 8px 16px !important;
	}
	.footer-social ul {
		margin: 0 0 12px;
	}
	.footer .heading {
		font-size: 18px;
		line-height: 28px;
		margin: 0 0 10px;
	}
	.footer ul li a {
		font-size: 14px;
	}
	.footer ul li::before {
		top: 7px;
		max-width: 12px;
		height: 12px;
	}
	.footer ul li {
		padding-left: 20px;
		margin:0 0 5px;
	}
	.footer {
		margin: 0 0 20px;
	}
	.copyright {
		padding: 10px 0 47px;
		font-size: 12px;
	}
	.footer .footer-contact-media .media-icon {
		max-width: 30px;
		height: 30px;
		padding: 8px;
	}
	.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a {
		font-size: 13px;
	}
	.back-to-top {
		max-width: 35px;
		height: 35px;
		padding: 10px;
		bottom: 50px;
	}
	.mobile-contact-box{
		display:flex;
	}
	.rmp-container .rmp-menu-title .rmp-menu-title-image {
		width: 60px !important;
		height: 60px !important;
	}
	.primary-navigation a {
		padding: 42px 5px;
	}
	.menu ul li {
		margin-right: 8px;
	}
	.menu ul li a {
		font-size: 15px;
		padding:30px 12px;
	}
	.menu {
		margin-right: 50px !important;
	}
	.header-body-area {
		padding: 10px 0;
	}
	.primary-navigation a {
		padding: 30px 12px;
	}
	.header-top-area {
		display: none !important;
	}
	.primary-navigation{
		display:none !important;
	}
	.header-right {
		padding-right: 55px;
	}
	#rmp_menu_trigger-221 {
		top: 15px !important;
	}
	.page .entry-header, .blog_page_header {
		padding: 55px 0 !important;
		margin: 0 0 40px !important;
	}
	.header-right {
		padding-right: 45px;
	}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
.primary-navigation{
		display:none;
	}
	.header-top-area {
		display: block;
	}
	.logo, .header-area.fix .logo {
		max-width: 80px;
	}
	.header-right {
		display: inline-flex !important;
	}
	.header-body-area {
		padding: 10px 0;
	}
	.banner-area {
		height: 500px;
	}
	.banner-content .tagline {
		font-size: 16px;
		margin: 0;
	}
	.banner-content-area .banner-content {
		max-width: 100%;
	}
	.banner-content .heading {
		font-size: 30px;
		line-height: 38px;
		margin: 0 0 10px;
	}
	.banner-content .text {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 15px;
	}
	.btn {
		padding: 12px;
		font-size: 14px;
	}
	.btn::before, .btn::after {
		max-width: 18.5px;
	}
	.btn::before {
		left: -18.5px;
	}
	.btn::after {
		right: -18.5px;
	}
	.banner-content-area .banner-content::before {
		background-size: 100%;
	}
	.whychoose-area::before {
		max-width: 80px;
		height: 35px;
	}
	.p-80 {
		padding: 40px 0;
	}
	.whychoose-area .webtext {
		max-width: 100%;
		margin: 0 auto 25px;
	}
	.webtext .heading {
		font-size: 24px;
		line-height: 34px;
	}
	.whychoose-area .webtext {
		margin: 0 auto 15px;
	}
	.whychoose-list::before {
		top: 8px;
		max-width: 12px;
		height: 12px;
	}
	.whychoose-list {
		padding-left: 20px;
		margin-bottom: 15px;
	}
	.whychoose-list .heading {
		font-size: 16px;
		line-height: 26px;
		margin: 0 0 5px;
	}
	.whychoose-list-box-area:nth-child(2) .whychoose-list {
		padding-right: 20px;
	}
	.whychoose-area::after {
		max-width: 35px;
		height: 35px;
	}
	.whychoose-imgbox {
		max-width: 250px;
		height: 250px;
		margin: 15px auto;
	}
	.webtext {
		margin-bottom: 25px;
	}
	.service-box {
		padding: 40px 20px;
	}
	.service-box .icon {
		max-width: 65px;
		height: 65px;
		margin: 0 auto 25px;
		padding: 15px;
	}
	.service-box .icon::before {
		top: -9px;
		left: -9px;
		min-width: 85px;
		max-width: 85px;
		height: 85px;
	}
	.work-body-area::before{
		display:none;
	}
	.work-box .icon {
		max-width: 60px;
		height: 60px;
	}
	.work-box .icon::before {
		min-width: 80px;
		max-width: 80px;
		height: 80px;
		top: -9px;
		left: -9px;
	}
	.work-liting-box:nth-of-type(2n), .work-liting-box {
		margin-top: 35px;
	}
	.work-area .webtext {
		margin-bottom: 10px;
	}
	.meet-area .left-area {
		padding-right: 12px;
	}
	.webtext .heading.small-heading {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.webtext .text {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 10px;
	}
	.meet-area .getintouch-form {
		border-radius: 10px;
		padding: 24px;
		margin-bottom: 20px;
	}
	.getintouch-form .heading {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 12px;
	}
	.meet-img-box {
		height: auto;
		margin-bottom: 15px;
	}
	.review-area::before {
		max-width: 35px;
		height: 35px;
	}
	.review-area::after {
		max-width: 85px;
		height: 30px;
	}
	.review-area .webtext{
		margin: 0 0 15px;
	}
	.review-testimonial .sp-testimonial-free {
		padding: 18px;
		border-radius: 10px !important;
	}
	.sp-testimonial-free-section .sp-testimonial-client-image {
		margin: 0;
	}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		padding: 0 !important;
	}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		font-size: 14px !important;
		line-height: 24px !important;
	}
	.review-area .sp-testimonial-client-image{
		width:80px;
		height:80px;
		overflow:hidden;
		margin:0 auto !important;
	}
	.review-area .sp-testimonial-client-image img{
		width:100%;
		height:100%;
		object-fit:cover;
	}
	.review-testimonial .sp-testimonial-free .sp-testimonial-client-rating {
		top: 110px;
	}
	#sp-testimonial-free-wrapper-35 .sp-testimonial-free-section .sp-testimonial-client-rating i.fa {
		font-size: 15px !important;
	}
	.review-testimonial .sp-testimonial-free::before {
		max-width: 30px;
		height: 25px;
	}
	.review-img {
		max-width: 195px;
	}
	.location-box {
		margin-bottom: 15px;
	}
	.location-box .contain-box {
		padding: 20px 10px;
	}
	.location-box .contain-box .heading {
		margin: 0 0 5px;
	}
	.footer-body-area {
		padding: 20px 0 5px;
	}
	.footer-logo {
		max-width: 110px;
		margin-bottom: 20px;
	}
	.location-box .location-link {
		padding: 10px;
		font-size: 14px;
	}
	.form-group input, .form-group select, .form-group textarea {
		height: 45px;
		width: 100%;
		border-radius: 5px;
	}
	button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
		font-size: 14px !important;
		padding: 8px 16px !important;
	}
	.footer-social ul {
		margin: 0 0 12px;
	}
	.footer .heading {
		font-size: 18px;
		line-height: 28px;
		margin: 0 0 10px;
	}
	.footer ul li a {
		font-size: 14px;
	}
	.footer ul li::before {
		top: 7px;
		max-width: 12px;
		height: 12px;
	}
	.footer ul li {
		padding-left: 20px;
		margin:0 0 5px;
	}
	.footer {
		margin: 0 0 20px;
	}
	.copyright {
		padding: 10px 0 47px;
		font-size: 12px;
	}
	.footer .footer-contact-media .media-icon {
		max-width: 30px;
		height: 30px;
		padding: 8px;
	}
	.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a {
		font-size: 13px;
	}
	.back-to-top {
		max-width: 35px;
		height: 35px;
		padding: 10px;
		bottom: 50px;
	}
	.mobile-contact-box{
		display:flex;
	}
	.rmp-container .rmp-menu-title .rmp-menu-title-image {
		width: 60px !important;
		height: 60px !important;
	}
	.primary-navigation a {
		padding: 42px 5px;
	}
	.menu ul li {
		margin-right: 8px;
	}
	.menu ul li a {
		font-size: 15px;
		padding:30px 12px;
	}
	.menu {
		margin-right: 50px !important;
	}
	.header-body-area {
		padding: 10px 0;
	}
	.primary-navigation a {
		padding: 30px 12px;
	}
	.header-top-area {
		display: none !important;
	}
	.primary-navigation{
		display:none !important;
	}
	.header-right {
		padding-right: 30px;
	}
	#rmp_menu_trigger-221 {
		top: 15px !important;
	}
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.primary-navigation{
		display:none;
	}
	.header-top-area {
		display: block;
	}
	.logo, .header-area.fix .logo {
		max-width: 80px;
	}
	.header-right {
		display: inline-flex !important;
	}
	.header-body-area {
		padding: 10px 0;
	}
	.banner-area {
		height: 500px;
	}
	.banner-content .tagline {
		font-size: 16px;
		margin: 0;
	}
	.banner-content-area .banner-content {
		max-width: 100%;
	}
	.banner-content .heading {
		font-size: 30px;
		line-height: 38px;
		margin: 0 0 10px;
	}
	.banner-content .text {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 15px;
	}
	.btn {
		padding: 12px;
		font-size: 14px;
	}
	.btn::before, .btn::after {
		max-width: 18.5px;
	}
	.btn::before {
		left: -18.5px;
	}
	.btn::after {
		right: -18.5px;
	}
	.banner-content-area .banner-content::before {
		background-size: 100%;
	}
	.whychoose-area::before {
		max-width: 80px;
		height: 35px;
	}
	.p-80 {
		padding: 40px 0;
	}
	.whychoose-area .webtext {
		max-width: 100%;
		margin: 0 auto 25px;
	}
	.webtext .heading {
		font-size: 24px;
		line-height: 34px;
	}
	.whychoose-area .webtext {
		margin: 0 auto 15px;
	}
	.whychoose-list::before {
		top: 8px;
		max-width: 12px;
		height: 12px;
	}
	.whychoose-list {
		padding-left: 20px;
		margin-bottom: 15px;
	}
	.whychoose-list .heading {
		font-size: 16px;
		line-height: 26px;
		margin: 0 0 5px;
	}
	.whychoose-list-box-area:nth-child(2) .whychoose-list {
		padding-right: 20px;
	}
	.whychoose-area::after {
		max-width: 35px;
		height: 35px;
	}
	.whychoose-imgbox {
		max-width: 250px;
		height: 250px;
		margin: 15px auto;
	}
	.webtext {
		margin-bottom: 25px;
	}
	.service-box {
		padding: 40px 20px;
	}
	.service-box .icon {
		max-width: 65px;
		height: 65px;
		margin: 0 auto 25px;
		padding: 15px;
	}
	.service-box .icon::before {
		top: -9px;
		left: -9px;
		min-width: 85px;
		max-width: 85px;
		height: 85px;
	}
	.work-body-area::before{
		display:none;
	}
	.work-box .icon {
		max-width: 60px;
		height: 60px;
	}
	.work-box .icon::before {
		min-width: 80px;
		max-width: 80px;
		height: 80px;
		top: -9px;
		left: -9px;
	}
	.work-liting-box:nth-of-type(2n), .work-liting-box {
		margin-top: 35px;
	}
	.work-area .webtext {
		margin-bottom: 10px;
	}
	.meet-area .left-area {
		padding-right: 12px;
	}
	.webtext .heading.small-heading {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.webtext .text {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 10px;
	}
	.meet-area .getintouch-form {
		border-radius: 10px;
		padding: 24px;
		margin-bottom: 20px;
	}
	.getintouch-form .heading {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 12px;
	}
	.meet-img-box {
		height: auto;
		margin-bottom: 15px;
	}
	.review-area::before {
		max-width: 35px;
		height: 35px;
	}
	.review-area::after {
		max-width: 85px;
		height: 30px;
	}
	.review-area .webtext{
		margin: 0 0 15px;
	}
	.review-testimonial .sp-testimonial-free {
		padding: 18px;
		border-radius: 10px !important;
	}
	.sp-testimonial-free-section .sp-testimonial-client-image {
		margin: 0;
	}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		padding: 0 !important;
	}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		font-size: 14px !important;
		line-height: 24px !important;
	}
	.review-area .sp-testimonial-client-image{
		width:80px;
		height:80px;
		overflow:hidden;
		margin:0 auto !important;
	}
	.review-area .sp-testimonial-client-image img{
		width:100%;
		height:100%;
		object-fit:cover;
	}
	.review-testimonial .sp-testimonial-free .sp-testimonial-client-rating {
		top: 110px;
	}
	#sp-testimonial-free-wrapper-35 .sp-testimonial-free-section .sp-testimonial-client-rating i.fa {
		font-size: 15px !important;
	}
	.review-testimonial .sp-testimonial-free::before {
		max-width: 30px;
		height: 25px;
	}
	.review-img {
		max-width: 195px;
	}
	.location-box {
		margin-bottom: 15px;
	}
	.location-box .contain-box {
		padding: 20px 10px;
	}
	.location-box .contain-box .heading {
		margin: 0 0 5px;
	}
	.footer-body-area {
		padding: 20px 0 5px;
	}
	.footer-logo {
		max-width: 110px;
		margin-bottom: 20px;
	}
	.location-box .location-link {
		padding: 10px;
		font-size: 14px;
	}
	.form-group input, .form-group select, .form-group textarea {
		height: 45px;
		width: 100%;
		border-radius: 5px;
	}
	button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
		font-size: 14px !important;
		padding: 8px 16px !important;
	}
	.footer-social ul {
		margin: 0 0 12px;
	}
	.footer .heading {
		font-size: 18px;
		line-height: 28px;
		margin: 0 0 10px;
	}
	.footer ul li a {
		font-size: 14px;
	}
	.footer ul li::before {
		top: 7px;
		max-width: 12px;
		height: 12px;
	}
	.footer ul li {
		padding-left: 20px;
		margin:0 0 5px;
	}
	.footer {
		margin: 0 0 20px;
	}
	.copyright {
		padding: 10px 0 47px;
		font-size: 12px;
	}
	.footer .footer-contact-media .media-icon {
		max-width: 30px;
		height: 30px;
		padding: 8px;
	}
	.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a {
		font-size: 13px;
	}
	.back-to-top {
		max-width: 35px;
		height: 35px;
		padding: 10px;
		bottom: 50px;
	}
	.mobile-contact-box{
		display:flex;
	}
	.rmp-container .rmp-menu-title .rmp-menu-title-image {
		width: 60px !important;
		height: 60px !important;
	}
	.primary-navigation a {
		padding: 42px 5px;
	}
	.menu ul li {
		margin-right: 8px;
	}
	.menu ul li a {
		font-size: 15px;
		padding:30px 12px;
	}
	.menu {
		margin-right: 50px !important;
	}
	.header-body-area {
		padding: 10px 0;
	}
	.primary-navigation a {
		padding: 30px 12px;
	}
	.header-top-area {
		display: none !important;
	}
	.primary-navigation{
		display:none !important;
	}
	.header-right {
		padding-right: 30px;
	}
	#rmp_menu_trigger-221 {
		top: 15px !important;
	}
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.primary-navigation a {
	padding: 42px 8px;
}
	.menu {
		margin-right: 30px !important;
	}
	.menu ul li {
		margin-right: 5px;
	}
	.whychoose-imgbox {
		min-width: 300px;
		max-width: 300px;
		height: 300px;
	}
	.menu ul li a {
		padding: 45px 12px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.primary-navigation a {
	padding: 42px 8px;
}
	.menu {
		margin-right: 30px !important;
	}
	.menu ul li {
		margin-right: 5px;
	}
	.whychoose-imgbox {
		min-width: 300px;
		max-width: 300px;
		height: 300px;
	}
	.header-right {
		display: inline-flex !important;
	}
	.header-body-area {
		padding: 0;
	}
	.menu ul li a {
		font-size: 15px;
		padding: 30px 12px;
	}
	.header-top-area {
		display: block;
	}
	.banner-area {
		height: 570px;
	}
	.mobile-contact-box {
		display: none;
	}
	.copyright {
		padding: 15px 0;
		font-size: 14px;
	}
}

@media screen and (min-width: 1424px) {
.btn::after {
    right: -19px;
}
.location-area::after {
    bottom: -2px;
}
}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {
.btn::before {
    left: -18.5px;
}
}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {
.banner-area {
    height: 1420px;
}
}