body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Outfit';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	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 Outfit Family */

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Regular.eot');
    src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Outfit-Regular.woff2') format('woff2'),
         url('../fonts/Outfit-Regular.woff') format('woff'),
         url('../fonts/Outfit-Regular.ttf') format('truetype'),
         url('../fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Medium.eot');
    src: url('../fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Outfit-Medium.woff2') format('woff2'),
         url('../fonts/Outfit-Medium.woff') format('woff'),
         url('../fonts/Outfit-Medium.ttf') format('truetype'),
         url('../fonts/Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-SemiBold.eot');
    src: url('../fonts/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
         url('../fonts/Outfit-SemiBold.woff') format('woff'),
         url('../fonts/Outfit-SemiBold.ttf') format('truetype'),
         url('../fonts/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Bold.eot');
    src: url('../fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Outfit-Bold.woff2') format('woff2'),
         url('../fonts/Outfit-Bold.woff') format('woff'),
         url('../fonts/Outfit-Bold.ttf') format('truetype'),
         url('../fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.header-sec{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
}
.header-top{
    background-color: #074772;
    padding: 7px 0;
    overflow: hidden;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    height: 45px;
}
.darkHeader {
    top: 0;
    z-index: 999;
    animation: smoothScroll 1s;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.darkHeader .header-top {
    height: 0;
    padding: 0;
}
.header-info, .header-social{
    display: inline-block;
    vertical-align: middle;
}
.header-info img{
    margin-right: 5px;
	animation: tilt-shaking .2s infinite;
}
@keyframes tilt-shaking {
  0% {
    transform:rotate(0deg);
  }
  25% {
    transform:rotate(7deg);
  }
  50% {
    transform:rotate(0 eg);
  }
  75% {
    transform:rotate(-7deg);
  }
  100% {
    transform:rotate(0deg);
  }
}
.header-info span{
    color: #fff;
    margin-right: 30px;
}
.header-info .header-clock{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    margin-right: 0;
}
.header-info a{
    display: inline-block;
    font-size: 16px;
    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-info a:hover{
    color: #eaa914;
}
.header-social{
    margin-left: 50px;
}
.header-social a{
    margin-right: 8px;
}
.header-social a img{
   -moz-transition: all 1s ease 0s;
   -webkit-transition: all 1s ease 0s;
   transition: all 1s ease 0s;
}
.header-social a img:hover{
   transform: rotateY(360deg);
}
.header-social a:last-child{
    margin-right: 0;
}
.header-bottom{
    background-color: #fff;
	position: relative;
}
.header-logo{
    display: inline-block;
    text-align: center;
    background-color: #fff;
    padding: 5px;
    margin-top: -45px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0
}
.darkHeader .header-logo{
    margin-top: 0;
}
.header-logo img {
    width: 130px;
    height: auto;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0
}
.darkHeader .header-logo img{
    width: 80px;
}
.header-menu ul {
    margin: 0;
    padding: 0;
}
.header-menu ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
	margin-right: 40px;
}
.header-menu ul li:nth-child(6){
    margin-right: 0;
}
.header-menu ul li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #313131;
    font-weight: 500;
    padding: 0;
    text-transform: uppercase;
    -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: #074a76;
}
.header-menu ul li a::before {
    width: 0;
    height: 2px;
    background: #eaa914;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translatex(-50%);
    content: "";
    transition: all 0.5s ease 0s;
}
.header-menu ul li a:hover::before {
    width: 100%;
} 
.header-menu ul .header-btn{
    margin-right: 0;
    margin-left: 40px;
}
.header-menu ul .header-btn a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #074a76;
    padding: 12px 40px;
    border-radius: 30px;
    background-color: #eaa914;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-menu ul .header-btn a::before{
    display: none;
}
.header-menu ul .header-btn a:hover {
    background-color: #074772;
    color: #fff;
}
.select-language{
	position: absolute;
	top: 35px;
	right: 0;
}
.banner-sec{
    position: relative;
    background: url("../images/banner-bg-img.jpg") no-repeat top right;
    background-size: cover;
    margin-top: 163px;
	overflow: hidden;
}
.banner-sec::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #094975f0;
}
.banner-wave-img{
	position: absolute;
    bottom: -2px;
    width: 100%;
    z-index: 1;
}
/* .banner-sec::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: url("../images/banner-wave-img.png") no-repeat bottom left;
    background-size: 100%;
    width: 100%;
    height: 120px;
    z-index: 1;
} */
.banner-sec .banner-left{
    padding-left: 15%;
	padding-top: 30px;
	padding-bottom: 70px;
    position: relative;
    z-index: 2;
}
.banner-sec .banner-right{
    position: relative;
    z-index: 1;
}
.banner-sec .banner-right img{
	width: 100%;
}
.banner-head{
    font-size: 45px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.1;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.banner-small-head{
    font-size: 26px;
    color: #edaa16;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.banner-txt{
    font-size: 17px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 25px;
}
.banner-btn a{
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #074a76;
    padding: 12px 50px;
    border-radius: 30px;
    background-color: #fff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.banner-btn a:last-child{
    margin-left: 6px;
	padding: 12px 30px;
    background-color: #eaa914;
}
.banner-btn a:hover{
    color: #fff;
    background-color: #0c0c0c;
}
.about-sec{
	position: relative;
    padding-top: 40px;
    padding-bottom: 80px;
/*  background: url("../images/about-logo-img.png") no-repeat bottom right;
    background-size: auto; */
}
.about-logo-img{
	position: absolute;
	bottom: 0;
	right: 0;
}
.about-left{
    position: relative;
}
.about-mission{
    background-color: #074a76;
    display: inline-block;
    text-align: center;
    padding: 15px;
    position: absolute;
    left: 0;
    bottom: 20px;
    border-radius: 3px;
}
.about-mission-head{
    font-size: 26px;
    color: #edab16;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.about-mission-txt{
    font-size: 17px;
    color: #ffffff;
    font-weight: normal;
}
.about-us{
    font-size: 24px;
    color: #074a76;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 15px;
	display: inline-block;
    padding: 6px 18px;
    border-radius: 3px;
    background-color: #eaa914;
}
.bounce2 {
    animation: bounce2 4s ease infinite;
}
    @keyframes bounce2 {
      0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
      40% {transform: translateY(-30px);}
      60% {transform: translateY(-15px);}
}
.about-head{
    font-size: 45px;
    color: #3d3d3d;
    font-weight: 500;
    line-height: 1.1;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.about-txt{
    font-size: 17px;
    color: #282828;
    font-weight: normal;
    margin-bottom: 40px;
}
.about-btn a{
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 12px 40px;
    border-radius: 30px;
    background-color: #094a76;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin-right: 10px;
}
.about-btn a:hover{
    background-color: #eaa914;
    color: #094a76; 
}
.services-sec{
	overflow: hidden;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../images/services-bg-img.jpg") no-repeat top center;
    background-size: cover;
	background-attachment: fixed;
}
.services-sec::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images/services-pattan-img.png") no-repeat top center;
    background-size: cover;
}
.services-sec::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #074772e6;
    mix-blend-mode: multiply;
}
.services-sec .container{
    position: relative;
    z-index: 1;
}
.our-services{
    text-align: center;
    font-size: 26px;
    color: #edab16;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 12px;
}
.our-services-head{
    text-align: center;
    font-size: 45px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.services-part{
    border-radius: 15px;
    padding: 10px 8px 20px;
    background: url("../images/services-effect-img.png") #ffffff no-repeat bottom center;
    background-size: auto;
    text-align: center;
}
.inner-srv-sec .services-part{
	box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
	min-height: 100%;
}
.services-part p{
	margin-bottom: 0;
}
.services-part img{
    border-radius: 15px;
}
.services-icon{
    display: inline-block;
    border-radius: 15px;
    background-color: #094a76;
    border: 6px solid #ffffff;
    margin-top: -30px;
    padding: 8px 10px;
}
.services-icon img{
    width: auto !important;
}
.services-title{
    font-size: 22px;
    color: #094a76;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    margin: 10px 0;
}
.services-txt{
    font-size: 16px;
    color: #434343;
    font-weight: normal;
    margin-bottom: 20px;
}
.services-btn a{
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #074a76;
    padding: 10px 40px;
    border-radius: 30px;
    background-color: #eaa914;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-btn a:hover {
    background-color: #074772;
    color: #fff;
}
.services-bottom-btn{
    text-align: center;
    margin-top: 40px;
}
.services-bottom-btn a{
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #074a76;
    padding: 12px 40px;
    border-radius: 30px;
    background-color: #fff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-bottom-btn a:hover{
    background-color: #eaa914;
    color: #074a76;
}
.owl-carousel .owl-nav button.owl-prev {
    width: 31px;
    height: 52px;
    background: url("../images/services-slide-img01.png") no-repeat center;
    position: absolute;
    top: 50%;
    left: -5%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
}
.owl-carousel .owl-nav button.owl-next {
    width: 31px;
    height: 52px;
    background: url("../images/services-slide-img02.png") no-repeat center;
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.provide-sec{
    padding-top: 60px;
    padding-bottom: 60px;
    overflow-x: hidden;
    background-color: #f2f6f8;
}
.provide-head{
    font-size: 45px;
    color: #074a76;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 40px;
}
.provide-part{
    text-align: center;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	padding: 20px 20px;
	border-radius: 20px;
	min-height: 100%;
}
.provide-icon{
    width: 138px;
    height: 138px;
    border-radius: 50%;
    background-color: #074a76;
    border: 3px solid #eaa914;
    line-height: 130px;
    text-align: center;
    margin: 0 auto;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.provide-part:hover .provide-icon{
    background-color: #0c0c0c;
}
.provide-icon img{
    width: auto !important;
    display: inline-block !important;
}
.provide-icon-title{
    font-size: 22px;
    color: #074a76;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    margin-top: 20px;
}
.provide-part:hover .provide-icon-title{
    color: #0c0c0c;
}
.owl-dots{
    text-align: center;
}
.owl-dots button.owl-dot{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 30px 5px 0;
    border: 1px solid #074a76;
}
.owl-dots button.owl-dot.active{
    background-color: #074a76;
}
.choose-sec{
    padding-top: 80px;
    padding-bottom: 80px;
	overflow: hidden;
}
.choose-us{
    font-size: 26px;
    color: #074a76;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.choose-head{
    font-size: 45px;
    color: #3d3d3d;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.choose-head strong{
    color: #074a76;
    font-weight: 500;
}
.choose-box{
    background-color: #d8eeff;
    min-height: 100%;
    padding: 10px;
    border-radius: 5px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.choose-box02{
    background-color: #fff1e5;
}
.choose-box:hover{
    background-color: #eaa914;
}
.choose-content{
    display: flex;
    align-items: center;
}
.choose-box img{
    margin-right: 8px;
}
.choose-title{
    font-size: 22px;
    color: #074a76;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
}
.choose-txt{
    margin-top: 10px;
    font-size: 16px;
    color: #212121;
    font-weight: normal;
}
.choose-right{
    position: relative;
}
.choose-right img{
	width: 100%;
    border-radius: 0 50px 0 50px;
}
.values-part{
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 50px 0 50px;
    background-color: #eaa914;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.values-part:hover{
    background-color: #074a76;
}
.values-part ul{
    margin: 12px 0;
    padding: 0;
}
.our-values-title{
    font-size: 24px;
    line-height: 1.2;
    color: #212121;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 2px solid #212121;
    padding: 15px 25px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.values-part:hover .our-values-title{
    color: #fff;
    border-color: #fff;
}
.values-part ul li{
    list-style: none;
    padding: 8px 25px;
    border-bottom: 1px solid #212121;
    font-size: 22px;
    color: #212121;
    font-weight: normal;
    line-height: 1.2;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.values-part ul li strong{
    vertical-align: middle;
}
.values-part ul li:last-child{
    border-bottom: none;
}
.values-part:hover ul li{
    color: #fff;
    border-color: #fff;
}
.disability-sec{
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../images/disability-bg-img.jpg") no-repeat top center;
    background-size: cover;
	background-attachment: fixed;
}
.disability-sec::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #074772;
    mix-blend-mode: multiply;
}
.disability-sec .container{
    position: relative;
    z-index: 1;
}
.disability-head{
    font-size: 40px;
    line-height: 1.2;
    color: #eaa914;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.disability-txt{
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 30px;
}
.disability-btn a{
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #074a76;
    padding: 10px 40px 10px 15px;
    border-radius: 30px;
    background-color: #fff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.disability-btn a img{
    margin-right: 10px;
	max-width: 20px;
}
.disability-btn a:last-child{
    background-color: #eaa914;
    padding: 13px 30px;
    margin-left: 10px;
}
.disability-btn a:hover{
    background-color: #d8eeff;
}
.strategic-sec{
    padding-top: 80px;
    padding-bottom: 80px;
}
.strategic-left{
    position: relative;
}
.strategic-left img{
    border-radius: 50%;
}
.strategic-content{
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffffbe;
    border-radius: 50%;
    text-align: center;
    padding-top: 4%;
}
.six-strategic{
    font-size: 50px;
    line-height: 1.1;
    color: #074a76;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.peacel-strategic{
    font-size: 28px;
    color: #074a76;
    font-weight: 500;
    line-height: 1.1;
    text-transform: capitalize;
}
.strategic-point{
    display: inline-block;
    background-color: #074a76;
    border-radius: 50%;
}
.strategic-right ul{
    margin: 0;
    padding: 0;
}
.strategic-right ul li{
    list-style: none;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d3d3d3;
}
.strategic-right ul li:first-child{
    padding-top: 0;
}
.strategic-right ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.strategic-point {
    display: inline-block;
    width: 62px;
	min-width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: #074a76;
    text-align: center;
    line-height: 62px;
    font-size: 35px;
    color: #eaa914;
    font-weight: 600;
/*  margin-right: 10px; */
}
.strategic-area{
    display: flex;
    align-items: center;
}
.strategic-list-head{
    font-size: 20px;
    color: #074a76;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    margin: 5px 0;
}
.strategic-list-txt{
    font-size: 16px;
    color: #292929;
    font-weight: normal;
}
.strategic-wrap{
	display: flex;
    align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #d8eeff;
	padding: 0 20px;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.strategic-part{
}
.strategic-content{
    background-color: #fff1e5;
    padding: 0 20px;
    position: absolute;
    top: 100%;
    left: 50%;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
	transform: translatex(-50%);
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
    transition: .6s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.strategic-wrap:hover .strategic-content {
    top: 0;
    height: 100%;
}

.testimonial-sec{
    background-color: #f2f6f8;
    padding-top: 60px;
    padding-bottom: 50px;
}
.testimonial-title {
    font-size: 26px;
    color: #074a76;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.testimonial-head{
    font-size: 43px;
    color: #3d3d3d;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.testimonial-txt{
    font-size: 17px;
    color: #333333;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
/*  width: 65%; */
}
.swiper-pagination-bullet{
	border: 1px solid #074a76 !important;
}
.sp-testimonial-free{
	border-radius: 14px !important;
	padding: 15px !important;
	margin: 10px !important;
    background: url("../images/quote-img.png") #ffffff no-repeat !important;
    background-size: 80px !important;
    background-position: bottom 20px right 30px !important;
	filter: drop-shadow(0px 6px 3px rgba(0,0,0,0.22)) !important;
}
.sp-testimonial-content p{
	font-size: 16px !important;
	color: #3a3a3a !important;
	font-weight: normal !important;
}
.sp-testimonial-client-name{
	font-size: 20px !important;
	color: #074a76 !important;
	font-weight: 600 !important;
	text-transform: capitalize !important;
}
footer{
    position: relative;
    padding-top: 150px;
    background-color: #dedede;
}
/* .page-id-9 footer::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: url("../images/footer-wave-img.png") no-repeat bottom left;
    background-size: 100%;
    width: 100%;
    height: 101px;
    z-index: 1;
} */
/* footer::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: url("../images/footer-wave-img2.png") no-repeat bottom left;
    background-size: 100%;
    width: 100%;
    height: 101px;
    z-index: 1;
} */
.footer-wave-img{
	position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
	mix-blend-mode: color-dodge;
}
.page-id-9 .footer-wave-img{
	position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
	mix-blend-mode: normal;
}
.footer-logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-txt{
    font-size: 16px;
    color: #4d4d4d;
    font-weight: normal;
    margin-top: 20px;
}
.footer-title{
    position: relative;
    font-size: 22px;
    color: #074a76;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 30px;
}
.footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #eaa914;
}
.footer-list ul{
    margin: 0;
    padding: 0;
}
.footer-list ul li {
    padding-bottom: 7px;
    list-style-type: none;
}
.footer-list ul li:last-child{
    padding-bottom: 0;
}
.footer-list ul li a {
    display: inline-block;
    font-size: 16px;
    color: #3d3d3d;
    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 ul li a:hover{
    color: #eaa914;
}
.footer-social{
    margin-top: 20px;
}
.footer-social a{
    margin-right: 5px;
}
.footer-social a img{
	-moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.footer-social a img:hover{
	transform: rotateY(360deg);
}
.swing {
	transform-origin: top center;
	animation: swing 2s ease infinite;
}
@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}
.footer-social a:last-child{
    margin-right: 0;
}
.footer-list-last img{
    margin-right: 5px;
	animation: tilt-shaking .2s infinite;
}
.footer-list-last ul li{
    padding-bottom: 15px;
}
.footer-list-last ul li a{
    text-transform: none;
}
.footer-copyright{
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 50px;
    padding: 14px 0;
    background-color: #084974;
    position: relative;
    z-index: 1;
}
.copyright{
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.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: #eaa914;
}
.terms-cond{
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}
#back2Top.show {
    opacity: 1;
    right: 15px;
}
#back2Top {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    line-height: 25px;
    z-index: 999;
    padding-top: 5px;
    cursor: pointer;
    position: fixed;
    bottom: 54px;
    right: -30px;
    color: #fff;
    background: #0399be;
    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, .blog_page_header {
    background: url("../images/banner-bg-img.jpg") no-repeat top center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 180px 0 !important;
    margin: 163px 0 50px !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #094975f0;
}
.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;
}
.breadcrumb-container {
    width: 100%;
    color: #eaa914;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #eaa914;
}
.contact_page_heading {
    color: #3d3d3d;
    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: #eaa914;
}
.contact_page_heading strong {
    color: #074a76;
}
.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: 8px;
}
.contact-text {
    color: #666;
    font-size: 16px;
}
.contact_page_info strong {
    color: #000 ;
    font-weight: 500;
    font-size: 18px;
}
.contact_page_info .support-available{
	color: #666;
	font-size: 17px;
}
.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: #eaa914;
}

.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 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: #eaa914 !important;
    color: #074a76 !important;
    padding: 14px 30px !important;
    font-weight: 500 !important;
	border-radius: 30px !important; 
    font-size: 18px !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-color: #074772 !important;
	color: #fff !important;
}
.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: #eaa914 !important;
}
.get-sec .frm_fld select {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
 /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 13px 10px;
    border-radius: 4px;
    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: bold;
}
.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: #3d3d3d;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
}
.ref_form_box_heading strong {
	color: #074a76;
	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: #eaa914 !important;
	color: #074a76 !important;
	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: #074772 !important;
	color: #fff !important;
}
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: #eaa914;
	border-color: #eaa914;
}
.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);
}
.post .entry-summary, .post .entry-content {
    color: #282828;
}
.more-link {
    background: #eaa914;
    display: block;
    color: #074a76 !important;
    text-transform: capitalize;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0 10px 18px;
    width: 200px;
    margin-top: 30px;
    border-radius: 50px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.more-link:hover {
    background: #074a76;
	color: #fff !important;
}
.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;
}
.inner_content {
    padding: 20px 0;
}
.inner_page_img img{
    width: 100%;
}
.inner_titl {
    color: #3d3d3d;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.inner_titl strong {
    color: #074a76;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #eaa914;
}
.inner_txt {
    color: #282828;
    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: #282828;
    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: #eaa914;
}
.core-img img{
    margin-bottom: 20px;
}
.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%; 
}
.review-content {
    padding: 40px 20px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    border-radius: 10px;
    min-height: 100%;
	background: url("../images/quote-img.png") #ffffff no-repeat !important;
    background-size: 80px !important;
    background-position: bottom 20px right 30px !important;
}
.review-content .review-txt{
    color: #151515;
    font-size: 16px;
    font-weight: normal;
}
.review-content img {
    margin-top: 20px;
}
.reviews-name {
    color: #074a76;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    position:relative;
}
.reviews-name::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    background: #eaa914;
    width: 32px;
    height: 2px;
}
#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{
    overflow: hidden;
    min-height: 100%;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    background: #eaa914;
    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: #000;
    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: #074a76;
    background: #eaa914;
    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: #171717;
	color: #fff;
}
.error_page {
    padding: 40px 0 80px;
}

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

@media only screen and (min-width : 300px) and (max-width : 1023px){
	.header-top, .header-menu, .about-logo-img{
		display: none;
	}
	.about-sec{
		background-image: none;
	}
	.header-logo{
		 margin-top: 0;
	}
	.header-logo img {
		width: 70px;
		height: auto;
	}
	.darkHeader .header-logo img {
		width: 70px;
		height: auto;
	}
	.banner-sec {
		margin-top: 92px;
	}
	.banner-head{
		font-size: 30px;
		margin-bottom: 15px;
	}
	.banner-small-head{
		font-size: 22px;
	    margin-bottom: 15px;
	}
	.banner-txt{
		font-size: 15px !important;
	    margin-bottom: 20px;
	}
	.banner-btn a, .about-btn a, .services-bottom-btn a{
		font-size: 15px;
	    padding: 12px 30px;
	}
	.services-btn a{
		font-size: 15px;
	    padding: 10px 30px;
	}
	.disability-btn a{
		font-size: 15px;
        padding: 10px 30px 10px 15px;
	}
	.about-head, .our-services-head, .provide-head, .choose-head, .disability-head, .testimonial-head{
		font-size: 26px;
	}
	.about-us, .our-services, .provide-icon-title, .choose-us, .testimonial-title,{
		font-size: 18px;
	}
	.about-sec, .services-sec, .provide-sec, .choose-sec, .disability-sec, .strategic-sec, .testimonial-sec{
		padding: 40px 0;
	}
	.testimonial-txt{
		width: 100%;
		margin-bottom: 20px;
	}
	.page .entry-header, .blog_page_header {
        padding: 100px 0 !important;
        margin: 92px 0 50px !important;
    }
	.select-language {
		position: absolute;
		top: 26px;
		right: 100px;
	}
}

@media only screen and (min-width : 300px) and (max-width : 991px){
	.banner-sec .banner-right{
		min-height: 100%;
	}
	.banner-sec .banner-right img{
		min-height: 400px;
		object-fit: cover;
		object-position: left;
	}
	.about-mission{
		position: static;
		width: 100%;
		margin-top: 20px;
	}
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
		position: static;
		margin: 0 20px;
	}
    .owl-nav{
		text-align: center;
		margin-top: 20px;
	}
	.our-values-title{
		font-size: 22px;
	}
	.values-part ul li{
		font-size: 18px;
	}
	.footer-copyright{
		padding-bottom: 60px;
	}
	.strategic-wrap{
	   width: 250px !important;
       height: 250px !important;
	}
}

@media only screen and (max-width : 320px) {
	.banner-sec .banner-right img{
		display: none;
	}
	.banner-sec{
		background-position: center;;
	}
	.banner-sec .banner-left{
		padding: 70px 0 100px;
	}
	.banner-sec::before{
		background: #094975bf;
	}
	.banner-btn a {
        padding: 12px 40px;
    }
    .disability-btn a:last-child{
		margin-left: 1px;
		padding: 13px 20px;
	}
	footer{
		padding-top: 50px;
	}
	.copyright{
		display: block;
	}
	.terms-cond{
		margin-bottom: 15px;
		display: block;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.banner-sec .banner-right img{
		display: none;
	}
	.banner-sec{
		background-position: center;
	}
	.banner-sec .banner-left{
		padding: 70px 0 100px;
	}
	.banner-sec::before{
		background: #094975bf;
	}
	.banner-btn a {
        padding: 12px 40px;
    }
	.disability-btn a:last-child{
		margin-left: 1px;
	    padding: 13px 20px;
	}
	footer{
		padding-top: 60px;
	}
	.copyright{
		display: block;
	}
	.terms-cond{
		margin-bottom: 15px;
		display: block;
	}
   .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) {
	.banner-sec .banner-right img{
		display: none;
	}
	.banner-sec{
		background-position: center;;
	}
	.banner-sec .banner-left{
		padding: 70px 0 100px;
	}
	.banner-sec::before{
		background: #094975bf;
	}
	.banner-btn a {
        padding: 12px 40px;
    }
	footer{
		padding-top: 100px;
	}
	.copyright{
		display: block;
	}
	.terms-cond{
		margin-bottom: 15px;
		display: block;
	}
	.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) {
    .banner-sec .banner-left {
        padding-left: 5%;
    }
	.banner-small-head {
        font-size: 19px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
    .header-social {
		margin-left: 40px;
	}
	.header-menu ul li{
		margin-right: 30px;
	}
	.header-menu ul .header-btn {
		margin-left: 20px;
		margin-right: 0;
	}
	.banner-sec .banner-left {
		padding-left: 5%;
	}
	.banner-head{
		font-size: 30px;
	}
	.banner-small-head {
		font-size: 22px;
	}
	.banner-txt{
		font-size: 16px;
	}
	.testimonial-txt{
		width: 100%;
		margin-bottom: 20px;
	}
	.strategic-wrap{
	   width: 230px;
       height: 230px;
	}
}

/* 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-social {
		margin-left: 40px;
	}
	.header-menu ul li{
		margin-right: 30px;
	}
	.header-menu ul .header-btn {
		margin-left: 40px;
		margin-right: 0;
	}
	.banner-sec .banner-left {
		padding-left: 5%;
	}
	.banner-head{
		font-size: 30px;
	}
	.banner-small-head {
		font-size: 22px;
	}
	.banner-txt{
		font-size: 16px;
	}
	.testimonial-txt{
		width: 100%;
		margin-bottom: 20px;
	}
	.strategic-wrap{
	   width: 230px;
       height: 230px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.header-social {
		margin-left: 40px;
	}
	.header-menu ul li{
		margin-right: 30px;
	}
	.header-menu ul .header-btn {
		margin-left: 20px;
		margin-right: 0;
	}
	.banner-sec .banner-left {
		padding-left: 5%;
	}
	.banner-head{
		font-size: 30px;
	}
	.banner-small-head {
		font-size: 22px;
	}
	.banner-txt{
		font-size: 16px;
	}
	.testimonial-txt{
		width: 100%;
		margin-bottom: 20px;
	}
	.strategic-wrap{
	   width: 215px;
       height: 215px;
	}
}

/* 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-social {
		margin-left: 40px;
	}
	.header-menu ul li{
		margin-right: 30px;
	}
	.header-menu ul .header-btn {
		margin-left: 20px;
		margin-right: 0;
	}
	.banner-sec .banner-left {
		padding-left: 5%;
	}
	.banner-head{
		font-size: 30px;
	}
	.banner-small-head {
		font-size: 22px;
	}
	.banner-txt{
		font-size: 16px;
	}
	.testimonial-txt{
		width: 100%;
		margin-bottom: 20px;
	}
	.strategic-wrap{
	   width: 230px;
       height: 230px;
	}
}

@media screen and (min-width: 1424px) {
    .banner-sec .banner-left{
		padding-left: 8%;
	}
	.provide-sec .container-fluid, .strategic-sec .container-fluid{
		padding: 0 4%;
	}
}

@media screen and (min-width: 1624px) {
   .banner-sec .banner-left{
		padding-left: 20%;
	}
	.provide-sec .container-fluid, .strategic-sec .container-fluid{
		padding: 0 10%;
	}
}

@media screen and (min-width: 1920px) {
    .banner-sec .banner-left{
		padding-left: 32%;
	}
	.provide-sec .container-fluid, .strategic-sec .container-fluid{
		padding: 0 16%;
	}
} 

@media screen and (min-width: 2048px) {
   .banner-sec .banner-left{
		padding-left: 37%;
	}
	.provide-sec .container-fluid, .strategic-sec .container-fluid{
		padding: 0 18%;
	}
}

@media screen and (min-width: 2550px) {
	.banner-sec .banner-left{
		padding-left: 49%;
	}
	.provide-sec .container-fluid, .strategic-sec .container-fluid{
		padding: 0 24%;
	}
}
