body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none !important;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}

/* Fonts Poppins Family */

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Regular.woff2') format('woff2'),
         url('../fonts/Poppins-Regular.woff') format('woff'),
         url('../fonts/Poppins-Regular.ttf') format('truetype'),
         url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Medium.woff2') format('woff2'),
         url('../fonts/Poppins-Medium.woff') format('woff'),
         url('../fonts/Poppins-Medium.ttf') format('truetype'),
         url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
         url('../fonts/Poppins-SemiBold.woff') format('woff'),
         url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
         url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Bold.woff2') format('woff2'),
         url('../fonts/Poppins-Bold.woff') format('woff'),
         url('../fonts/Poppins-Bold.ttf') format('truetype'),
         url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Fonts CCJScottCampbellLowerW00 Family */

@font-face {
    font-family: 'CCJScottCampbellLowerW00-It';
    src: url('../fonts/CCJScottCampbellLowerW00-It.eot');
    src: url('../fonts/CCJScottCampbellLowerW00-It.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CCJScottCampbellLowerW00-It.woff2') format('woff2'),
         url('../fonts/CCJScottCampbellLowerW00-It.woff') format('woff'),
         url('../fonts/CCJScottCampbellLowerW00-It.ttf') format('truetype'),
         url('../fonts/CCJScottCampbellLowerW00-It.svg#CCJScottCampbellLowerW00-It') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.header-sec{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.header-top{
    background-color: #004aad;
    padding: 10px 0;
    overflow: hidden;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    height: 48.5px;
}
.darkHeader {
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.darkHeader .header-top {
    height: 0;
    padding: 0;
}
.header-top-left span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #0cc0df;
    margin-right: 5px;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.header-top-left span:hover{
    transform: rotateY(360deg);
}
.header-top-left a{
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-top-left a:hover{
    color: #0cc0df;
}
.header-top-left strong{
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
}
.header-top-left strong:nth-child(2){
    margin: 0 30px;
}
.header-rfl-btn {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    background-color: #0cc0df;
    padding: 10px 30px;
    border-radius: 30px;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.header-rfl-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f3858;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.header-rfl-btn:hover, .header-rfl-btn:focus, .header-rfl-btn:active {
    color: #fff;
}
.header-rfl-btn:hover:before, .header-rfl-btn:focus:before, .header-rfl-btn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.header-social{
    display: inline-block;
    vertical-align: middle;
}
.header-social{
    margin-left: 15px;
}
.header-social a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #0cc0df;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.header-social a:first-child{
    margin-right: 5px;
}
.header-social a:hover{
    transform: rotateY(360deg);
}
.header-bottom{
    padding: 5px 0;
    background-color: #fff;
}
.header-logo img {
    width: 97px;
    height: auto;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}
.header-menu ul {
    margin: 0;
    padding: 0;
}
.header-menu ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
	margin-right: 20px;
}
.header-menu ul li:last-child{
	margin-right: 0;
}
.header-menu ul li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #313131;
    font-weight: 500;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-menu ul li a:hover {
    color: #034faf;
}
.header-btn1{
	margin-right: 15px !important;
}
.header-btn1 a{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    -moz-background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    -webkit-background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    padding: 12px 30px !important;
    border-radius: 30px;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.header-btn1 a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f3858;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.header-btn1 a:hover, .header-btn1 a:focus, .header-btn1 a:active {
    color: #fff;
}
.header-btn1 a:hover:before, .header-btn1 a:focus:before, .header-btn1 a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.header-btn2 a{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    -moz-background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    -webkit-background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    padding: 12px 30px !important;
    border-radius: 30px;
    margin-right: 0 !important;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.header-btn2 a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f3858;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.header-btn2 a:hover, .header-btn2 a:focus, .header-btn2 a:active {
    color: #fff;
}
.header-btn2 a:hover:before, .header-btn2 a:focus:before, .header-btn2 a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.header-menu ul .header-btn1 a, .header-menu ul .header-btn2 a{
    color: #ffffff;
}
.header-menu ul .header-btn1 a:hover, .header-menu ul .header-btn2 a:hover{
    color: #ffffff;
}
.banner-sec {
    position: relative;
    background: url("../images/banner-img.jpg") no-repeat top center;
    background-size: cover;
    padding: 146px 0;
    margin-top: 156px;
}
.banner-sec::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 70%;
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.9) 20%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.9) 20%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0.9) 20%, rgba(0, 0, 0, 0) 100%);
}
.banner-sec .container{
    position: relative;
    z-index: 1;
}
.banner-head{
    font-size: 47px;
    line-height: 1.2;
    color: #004aad;
    font-weight: normal;
     font-family: 'CCJScottCampbellLowerW00-It';
    text-transform: uppercase;
    margin-bottom: 18px;
}
.banner-txt{
    font-size: 16px;
    color: #141414;
    font-weight: normal;
    margin-bottom: 30px;
}
.banner-btn a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    -moz-background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    -webkit-background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    padding: 12px 30px;
    border-radius: 30px;
    margin-right: 0 !important;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.banner-btn a{
    color: #ffffff !important;
}
.banner-btn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f3858;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.banner-btn a:hover, .banner-btn a:focus, .banner-btn a:active {
    color: #fff;
}
.banner-btn a:hover:before, .banner-btn a:focus:before, .banner-btn a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.about-sec{
    padding-top: 80px;
    padding-bottom: 80px;
}
.about-icon-part{
    border-radius: 10px;
    border: 1px solid #58dce4;
    padding: 30px 10px;
    text-align: center;
}
.about-img img{
	width: 100%;
}
.about-icon{
    margin-bottom: 30px;
}
.about-icon:last-child{
    margin-bottom: 0;
}
.about-icon-title{
    font-size: 25px;
    font-weight: bold;
    line-height: 1.1;
    color: #1f3858;
    margin: 20px 0 10px;
}
.about-icon-txt{
    font-size: 15px;
    font-weight: normal;
    color: #1f3858;
}
.about-right-head{
    font-size: 30px;
    line-height: 1.2;
    color: #004aad;
    font-weight: normal;
    font-family: 'CCJScottCampbellLowerW00-It';
    text-transform: uppercase;
    margin-bottom: 20px;
}
.about-right-txt{
    font-size: 16px;
    color: #272727;
    font-weight: normal;
    margin-bottom: 30px;
}
.about-right-btn a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    -moz-background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    -webkit-background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    padding: 12px 30px;
    border-radius: 30px;
    margin-right: 0 !important;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.about-right-btn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f3858;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.about-right-btn a:hover, .about-right-btn a:focus, .about-right-btn a:active {
    color: #fff;
}
.about-right-btn a:hover:before, .about-right-btn a:focus:before, .about-right-btn a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.services-sec{
    background-color: #e4fdff;
    padding-top: 80px;
    padding-bottom: 80px;
}
.services-top-head{
    font-size: 30px;
    line-height: 1.2;
    color: #004aad;
    font-weight: normal;
    font-family: 'CCJScottCampbellLowerW00-It';
    text-transform: uppercase;
    margin-bottom: 10px;
}
.services-top-txt{
    font-size: 16px;
    color: #151515;
    font-weight: normal;
    margin-bottom: 30px;
}
.services-part{
    overflow: hidden;
    min-height: 100%;
}
#service_slide .owl-stage {
     display: flex;
     padding-bottom: 0;
}
#service_slide .owl-item {
     min-height: 100%;
     display: flex;
     flex-wrap: wrap;
     margin-bottom: 30px !important;
}
#service_slide .item {
    flex: 0 0 auto;
    max-width: 100%;
}

.services-part img{
    border-radius: 15px;
}
.services-layout{
    position: relative;
    display: flex;
    justify-content: center;
}
.services-layout::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    background-image: -moz-linear-gradient(90deg, rgb(0 51 134) 0%, rgba(0, 0, 0, 0) 50%);
    background-image: -webkit-linear-gradient(90deg, rgb(0 51 134) 0%, rgba(0, 0, 0, 0) 50%);
    background-image: -ms-linear-gradient(90deg, rgb(0 51 134) 0%, rgba(0, 0, 0, 0) 50%);
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-title{
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    padding: 0 5px 0 5px;
}
.services-title {
    text-align: center;
    position: absolute;
    bottom: 30px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    filter: drop-shadow(0.656px 0.755px 1.5px rgba(0, 0, 0, 0.705));
    z-index: 1;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    background: url("../images/srv-arrow-img.png") #1f3858 no-repeat center;
    position: absolute;
    top: -70px;
    right: 60px;
    transition: all 0.5s ease 0s;
    filter: drop-shadow(0px 6px 3px rgba(0,0,0,0.28));
    border-radius: 30px;
}
.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    background: url("../images/srv-arrow-img.png") #1f3858 no-repeat center;
    position: absolute;
    top: -70px;
    right: 10px;
    transition: all 0.5s ease 0s;
    filter: drop-shadow(0px 6px 3px rgba(0,0,0,0.28));
    transform: scaleX(-1);
    border-radius: 30px;
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.choose-sec{
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../images/choose-round-img01.png"), url("../images/choose-round-img02.png");
    background-size: auto, auto;
    background-position: bottom 40px left 400px, bottom 40px right;
    background-repeat: no-repeat;
}
.choose-head{
    font-size: 30px;
    line-height: 1.2;
    color: #004aad;
    font-weight: normal;
    font-family: 'CCJScottCampbellLowerW00-It';
    text-transform: uppercase;
    margin-bottom: 20px;
}
.choose-txt{
    font-size: 16px;
    color: #272727;
    font-weight: normal;
    margin-bottom: 30px;
}
.choose-btn a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    -moz-background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    -webkit-background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    padding: 12px 30px;
    border-radius: 30px;
    margin-right: 0 !important;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.choose-btn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f3858;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.choose-btn a:hover, .choose-btn a:focus, .choose-btn a:active {
    color: #fff;
}
.choose-btn a:hover:before, .choose-btn a:focus:before, .choose-btn a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.choose-right{
    background: url("../images/choose-line-img.png") no-repeat center;
    background-size: auto;
}
.choose-wrap{
    display: flex;
}
.choose-part{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    border-radius: 15px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 20px 20px;
}
.choose-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #1f3858;
}
.choose-icon-txt{
    font-size: 16px;
    color: #1f3858;
    font-weight: normal;
    margin: 0 30px 0 15px;
}
.choose-icon-no{
    font-size: 30px;
    color: #adafc7;
    font-weight: bold;
    line-height: 1.2;
}
.testimonial-sec{
    padding-top: 80px;
    padding-bottom: 100px;
    background: #FFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(169, 197, 233, 1) 100%);
}
.testi-head{
    font-size: 30px;
    line-height: 1.2;
    color: #004aad;
    font-weight: normal;
    font-family: 'CCJScottCampbellLowerW00-It';
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}
.sp-testimonial-free{
	border-radius: 14px !important;
	padding: 25px 15px !important;
	margin: 10px !important;
    background: url("../images/quote-img.png") #ffffff no-repeat !important;
    background-size: auto !important;
    background-position: bottom 30px right 30px !important;
	min-height: 312px !important;
}
.sp-testimonial-content p{
	font-size: 1 5px !important;
	color: #022b3d !important;
	font-weight: normal !important;
	font-style: italic !important;
	text-align: left !important;
	padding: 0 !important;
}
.sp-testimonial-client-name{
	font-size: 18px !important;
	color: #022b3d !important;
	font-weight: 600 !important;
	text-transform: capitalize !important;
	text-align: left !important;
}
.sp-testimonial-free-section .sp-testimonial-client-designation{
	text-align: left !important;
}
.sp-testimonial-free-section .sp-testimonial-client-rating{
	display: flex !important;
}
.sp-testimonial-free-section .sp-testimonial-client-image {
    text-align: left !important;
}
.empowering-wrap{
    border-radius: 30px;
    padding: 0 30px;
    background: url("../images/empowering-bg-img.png") #4fd6e3 no-repeat right bottom;
    background-size: auto;
    margin-bottom: -80px;
    position: relative;
}
.empowering-head{
    font-size: 30px;
    line-height: 1.2;
    color: #004aad;
    font-weight: normal;
    font-family: 'CCJScottCampbellLowerW00-It';
    text-transform: uppercase;
    margin-bottom: 20px;
}
.empowering-btn a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    background-color: #004aad;
    padding: 12px 30px;
    border-radius: 30px;
    margin-right: 20px;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.empowering-btn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f3858;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.empowering-btn a:hover, .empowering-btn a:focus, .empowering-btn a:active {
    color: #fff;
}
.empowering-btn a:hover:before, .empowering-btn a:focus:before, .empowering-btn a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.empowering-btn, .empowering-call-wrap{
    display: inline-block;
    vertical-align: middle;
}
.empowering-call{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.empowering-call-now{
    font-size: 16px;
    color: #002d6a;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
	text-align: left;
}
.empowering-link a{
    display: inline-block;
    font-size: 20px;
    color: #002d6a;
    font-weight: 600;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.empowering-link a:hover{
    color: #000;
}
.empowering-img img{
    margin-top: -60px;
}
.page-id-6 footer{
	padding-top: 150px;
}
footer{
    padding-top: 60px;
    background-color: #002d6a;
}
.footer-social{
    margin: 30px 0 0 10px;
}
.footer-social a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #4fd6e3;
    margin-right: 5px;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    vertical-align: middle;
}
.footer-social a:hover{
    transform: rotateY(360deg);
}
.footer-title{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    font-family: 'CCJScottCampbellLowerW00-It';
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 20px;
}
.footer-list ul{
    margin: 0;
    padding: 0;
}
.footer-list ul li{
    list-style: none;
    padding-bottom: 10px;
}
.footer-list-last ul li{
    padding-bottom: 15px;
}
.footer-list ul li:last-child{
    padding-bottom: 0;
}
.footer-list ul li a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-list-last ul li a{
    text-transform: none;
}
.footer-list ul li strong{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}
.footer-list ul li a:hover{
    color: #4fd6e3;
    padding-left: 3px;
}
.footer-list ul li span {
    background-color: #4fd6e3;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.footer-copyright{
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 50px;
    border-top: 1px solid #ffffff28;
    padding: 15px 0;
    position: relative;
    z-index: 1;
}
.footer-copyright a{
    color: #fff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-copyright a:hover{
    color: #4fd6e3;
}
#back2Top.show {
    opacity: 1;
    right: 15px;
}
#back2Top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 25px;
    z-index: 999;
    padding-top: 5px;
    cursor: pointer;
    position: fixed;
    bottom: 54px;
    right: -30px;
    color: #fff;
    -webkit-background-image: linear-gradient(119deg, #4babdb 0%, #395f91 100%);
    -moz-background-image: linear-gradient(119deg, #4babdb 0%, #395f91 100%);
    background-image: linear-gradient(119deg, #4babdb 0%, #395f91 100%);
    text-align: center;
    opacity: 0;
    transition: ease 0.2s all 0s;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.page .entry-header:before, .blog_page_header:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 70%;
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.9) 20%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.9) 20%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0.9) 20%, rgba(0, 0, 0, 0) 100%);
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner-img.jpg") no-repeat top center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 271px 0 !important;
    margin: 156px 0 50px !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.page .entry-title, .blog_page_title {
    text-align: center !important;
    color: #fff !important;
    width: 100% !important;
    font-size: 26px !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    position: relative !important;
    z-index: 99 !important;
    margin-bottom: 5px !important;
	text-shadow: 1px 1px 1px #000000 !important;
}
.breadcrumb-container {
    width: 100%;
    color: #2dc9f9;
    position: relative;
    font-size: 15px;
	text-shadow: 1px 1px 1px #000000 !important;
}
.breadcrumb-container a {
    color: #2dc9f9;
	text-shadow: 1px 1px 1px #000000 !important;
}
.inner-btn {
    margin-top: 20px;
}
.inner-btn a{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
    background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    -moz-background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    -webkit-background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.inner_center_titl:after {
    left: 50%;
    transform: translatex(-50%);
}

.contact_page_heading {
    color: #004aad;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
}
.contact_page_heading:before {
    position: absolute;
    content: "";
    bottom: 7px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #1f3858;
}
.contact_page_heading strong {
    color: #5bdde5;
}
.contact_page_info {
    position: relative;
    color: #000;
    margin-top: 25px;
    padding-left: 60px;
}
.contact-img {
    position: absolute;
    top: 3px;
    left: 0;
    background: #ffffff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
}
.contact-text {
    color: #666;
    font-size: 16px;
}
.contact_page_info strong {
    color: #000 ;
    font-weight: 500;
    font-size: 18px;
}
.contact_page_info a {
    color: #666;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: normal;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.contact_page_info a:hover{
    color: #034faf;
}

.contact_right {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 25px 20px;
    border-radius: 5px;
}
.get-sec .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
}
.get-sec .frm_fld input::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
}
.get-sec .frm_fld select {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
    appearance: none;
    background: url("../images/dropdown.png") #fff no-repeat center right 10px;
    background-size: auto;
}
.get-sec .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
    height: 120px;
}
.get-sec .frm_fld textarea::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
}
.get-sec .send_btn input {
    margin-top: 30px !important;
    text-transform: capitalize !important;
    background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    -moz-background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    -webkit-background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    color: #fff !important;
    padding: 12px 30px !important;
    font-weight: 600 !important;
	border-radius: 30px !important;
    font-size: 17px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.get-sec .send_btn input:hover {
    background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #5bdde5 100%);
    -moz-background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #5bdde5 100%);
    -webkit-background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #5bdde5 100%);
}
.get-sec .contact-deatails .frm_fld p, .get-sec .contact-deatails .send_btn p{
    margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #2dc9f9 !important;
}
.get-sec .frm_fld select {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
 /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
    border-radius: 6px;
    appearance: none;
    background: url("../images/dropdown.png") no-repeat center right 10px;
    font-size: 16px;
    font-weight: normal;
    color: #666;
}
.get-sec .frm_fld .cv-title{
    font-size: 18px;
    font-weight: 600;
}
.ref_form_box {
	padding: 35px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.ref_form_box p {
	margin-bottom: 0 !important;
}
.ref_form_box_heading {
	color: #004aad;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
}
.ref_form_box_heading strong {
	color: #5bdde5;
	font-weight: bold;
}
.ref_form_box_label {
	color: #666;
	margin-top: 15px;
    margin-bottom: 5px;
}
.ref_form_box_input input {
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box_input select {
	background: url("../images/dropdown.png") #fff no-repeat center right 10px;
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	border-radius: 2px;
	color: #555;
	padding: 10px 30px 10px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
        outline: 0;
}
.ref_form_box_input textarea {
	resize: none;
	height: 144px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box .contact_btn input {
	font-weight: 600;
	background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    -moz-background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    -webkit-background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
	font-size: 16px;
	margin-top: 20px;
	border-radius: 30px;
	padding: 13px 40px 12px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.ref_form_box .contact_btn input:hover{
	background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #5bdde5 100%);
    -moz-background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #5bdde5 100%);
    -webkit-background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #5bdde5 100%);
}
span.wpcf7-list-item {
	margin: 0 !important;
	display: block;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 8px;
	color: #555;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.half_check .wpcf7-list-item {
	width: 45%;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 22px;
}
.wpcf7-list-item-label::before {
	position: absolute;
	top: 1px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #ccc;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
/* 	background-color: #036638;
	border-color: #036638; */
	background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    -moz-background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    -webkit-background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
}
.wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display: none;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
	display: block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.inner_content {
    padding: 20px 0;
}
.inner_page_img img{
    width: 100%;
}
.inner_titl {
    color: #004aad;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.inner_titl strong {
    color: #5bdde5;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #1f3858;
}
.inner_center_titl:after {
    left: 50%;
    transform: translatex(-50%);
}
.inner_txt {
    color: #272727;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
}
.inner_list_txt{
    margin-top: 20px;
}
.inner_list_txt ul {
   padding: 0;
   margin: 0
}
.inner_list_txt ul li {
    background: url("../images/list-img.png");
    background-position: top 4px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 18px;
    color: #272727;
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    padding-bottom: 6px;
}
.inner_bottm_sec {
    background: #f1f1f1;
    padding: 30px 20px;
    text-align: center;
}
.inner_bottm_sec .inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #1f3858;
}
.core-img img{
    margin-bottom: 20px;
	width: 64px;
	min-height: 64px;
	object-fit: none;
}
.core-box {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    min-height: 100%; 
}
.core-box .inner_titl{
	font-size: 22px;
}
.post .entry-summary, .post .entry-content {
    color: #666;
}
.more-link {
	margin-top: 30px;
	width: 235px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    -moz-background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    -webkit-background-image: linear-gradient(87deg, #fbf5ed 0%, #5bdde5 0%, #034faf 100%);
    padding: 12px 30px;
    border-radius: 30px;
    margin-right: 0 !important;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.more-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f3858;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.more-link:hover, .more-link:focus, .more-link:active {
    color: #fff;
}
.more-link:hover:before, .more-link:focus:before, .more-link:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.post .entry-summary .meta-nav{
    margin-left: 5px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    padding: 8px 0 9px;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    background: #4fd6e3;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    padding-top: 9px;
}
.footer_btn3 {
    background: #4babdb;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.thankyou-btn a {
    text-decoration: none !important;
    color: #fff;
    background: #1f3858;
    text-align: center;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: ease 0.5s all 0s;
}
.thankyou-btn a:hover{
    background-color: #034faf;
}
.error_page {
    padding: 40px 0 80px;
}


/*================Responsive==============*/

@media only screen and (min-width : 300px) and (max-width : 1023px){
	.header-top, .header-menu{
		display: none;
	}
	.header-logo img {
        width: 70px;
		height: auto;
	}
	.banner-sec{
		margin-top: 80px;
		padding: 76px 0;
	}
	.banner-head{
		font-size: 32px;
	}
	.rmp-menu-title-image {
        width: 50%;
        height: 100%;
    }
	.rmp-submenu .rmp-menu-item-link {
		height: auto !important;
		line-height: 1.2 !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.header-btn1 a, .header-btn2 a{
		background-image: none;
		text-transform: none;
		transform: none;
		padding: 0 5% !important;
        padding-right: 50px !important;
		color: #313131;
		border-radius: 0;
		box-shadow: none;
		vertical-align: unset;
	}
	#rmp-menu-wrap-193 .rmp-menu-current-item .rmp-menu-item-link{
		color: #fff !important;
	}
	.banner-btn a, .about-right-btn a, .choose-btn a{
		font-size: 15px;
	}
	.about-sec, .services-sec, .choose-sec{
		padding: 40px 0;
	}
	.testimonial-sec{
		padding: 40px 0 100px;
	}
	.about-right-head, .services-top-head, .choose-head, .testi-head, .empowering-head{
		font-size: 28px;
	}
	.owl-nav{
		text-align: center;
	}
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
		 position: static;
		margin: 0 5px;
	}
	.page .entry-header, .blog_page_header {
        padding: 198px 0 !important;
        margin: 80px 0 50px !important;
    }
}

@media only screen and (min-width : 300px) and (max-width : 991px){
	.banner-sec::after{
		width: 100%;
	}
	.choose-part{
		width: 100%;
	}
	.empowering-btn{
		display: block;
	}
	.empowering-btn a{
		font-size: 15px;
		padding: 12px 25px;
		margin-right: 0;
        margin-bottom: 20px;
	}
	.footer-copyright{
		padding-bottom: 60px;
	}
}

@media only screen and (max-width : 320px) {
	.empowering-wrap{
		padding: 0 30px 30px;
	}
	.empowering-part{
		text-align: center;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.empowering-wrap{
		padding: 0 30px 30px;
	}
	.empowering-part{
		text-align: center;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.empowering-wrap{
		padding: 0 30px 30px;
	}
	.empowering-part{
		text-align: center;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.header-menu ul li{
		margin-right: 0;
	}
	.header-btn1 {
		margin-right: 5px !important;
	}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* 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) {

}

/* 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) {

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
	.header-menu ul li{
		margin-right: 0;
	}
	.header-btn1 {
		margin-right: 5px !important;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.header-menu ul li{
		margin-right: 0;
	}
	.header-btn1 {
		margin-right: 5px !important;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.header-menu ul li{
		margin-right: 0;
	}
	.header-btn1 {
		margin-right: 5px !important;
	}
}

@media screen and (min-width: 1424px) {
	.banner-sec{
	    padding: 174px 0;
	}
	.page .entry-header, .blog_page_header{
		padding: 287px 0 !important;
	}
}

@media screen and (min-width: 1624px) {
	.banner-sec{
	    padding: 218px 0;
	}
	.page .entry-header, .blog_page_header{
		padding: 331px 0 !important;
	}
}

@media screen and (min-width: 1920px) {
	.banner-sec{
	    padding: 284px 0;
	}
	.page .entry-header, .blog_page_header{
		padding: 396px 0 !important;
	}
}

@media screen and (min-width: 2048px) {
	.banner-sec{
	    padding: 312px 0;
	}
	.page .entry-header, .blog_page_header{
		padding: 425px 0 !important;
	}
}

@media screen and (min-width: 2550px) {
	.banner-sec{
	    padding: 423px 0;
	}
	.page .entry-header, .blog_page_header{
		padding: 536px 0 !important;
	}
}








