@font-face {
    font-family: 'Montserrat-Light';
    src: url('./fonts/Montserrat-Light.ttf');
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('./fonts/Montserrat-Regular.ttf');
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('./fonts/Montserrat-Medium.ttf');
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('./fonts/Montserrat-Bold.ttf');
}

@font-face {
    font-family: 'RedHatDisplay-Bold';
    src: url('./fonts/RedHatDisplay-Bold.ttf');
}

@font-face {
    font-family: 'RedHatDisplay-Medium';
    src: url('./fonts/RedHatDisplay-Medium.ttf');
}

@font-face {
    font-family: 'RedHatDisplay-Regular';
    src: url('./fonts/RedHatDisplay-Regular.ttf');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('./fonts/Poppins-Bold.ttf');
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('./fonts/Poppins-Light.ttf');
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('./fonts/Poppins-Medium.ttf');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('./fonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('./fonts/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: 'Helvetica-Neue';
    src: url('./fonts/Helvetica-Neue.ttf');
}

@font-face {
    font-family: 'Helvetica-Neue-Medium';
    src: url('./fonts/Helvetica-Neue-Medium.ttf');
}

@font-face {
    font-family: 'GT-Bold-Regular';
    src: url('./fonts/GT-Bold-Regular.ttf');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('./fonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'PlayfairDisplay-Regular';
    src: url('./fonts/PlayfairDisplay-Regular.ttf');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('./fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'OpenSans-Medium';
    src: url('./fonts/OpenSans-Medium.ttf');
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('./fonts/OpenSans-SemiBold.ttf');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('./fonts/OpenSans-Bold.ttf');
}


/* -- FOnt Familly [start] -- */

.fnt-poppins-semi-bold {
    font-family: 'Poppins-SemiBold';
}

.fnt-poppins-light {
    font-family: 'Montserrat-Light';
}


/* common-section */

.container {
    max-width: 1170px !important;
    padding: 0px !important;
}

.common-sec {
    padding: 75px 0px;
}

.common-sec-t {
    padding-top: 75px;
}

.common-sec-b {
    padding-bottom: 75px;
}

.common-sec-50p {
    padding: 50px 0px;
}

.common-sec-35p {
    padding: 35px 0px;
}

.px-58p {
    padding: 41px 0px;
}

.pb-35p {
    padding-bottom: 30px;
}

.pl-30p {
    padding-left: 30px;
}

.pl-80p {
    padding-left: 50px;
}

.pr-80p {
    padding-right: 80px;
}

.mt-30p {
    margin-top: 30px;
}

body {
    margin: 0;
    font-family: 'Montserrat-Light' !important;
    font-size: 15px!important;
    font-weight: 400;
    line-height: 26px!important;
    color: #101010 !important;
    text-align: left;
    background-color: #fff;
}

/* header section */

.header-sec {
    box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 15%);
    position: relative;
    z-index: 10
}

.top-header {
    padding: 2.5px 1.5rem;
    background-color: #eceef1;
}

.ml-t-h {
    padding-right: 50px;
    color: #0d3b66;
}

.ml-t-h img {
    padding-bottom: 2px;
    padding-right: 5px;
}

.top-header a,
.top-add {
    font-size: 13px;
    color: #2b2b2b !important;
}

.top-add:hover {
    text-decoration: none !important;
}

.top-header a:hover {
    color: #2b2b2b !important;
}

.navbar {
    padding: 0px !important;
}

.logo-img {
height: 70px;
padding-top: 5px;
padding-bottom: 10px;
}`

.nav-item .nav-link {
    font-size: 14px;
    font-weight: 400;
    color: #000 !important;
    padding: 30px 0px 30px 13px !important;
}

.navbar-nav {
    width: 100%;
    justify-content: flex-end;
}

.navbar .nav-item {
    margin-left: 10px;
	margin-top: 2px;
	text-transform: capitalize;
}

.nav-item a {
  color: #252525 !important;
  font-family: 'Montserrat-Medium' !important;
}
.dropdown-item:hover {
  color: #fff !important;
}


.nav-item-bdr {
    display: flex;
    align-items: center;
    /*border-left: 1px solid #e9eaec;
    border-right: 1px solid #e9eaec;*/
	/*padding-right:8px;*/
}

.nav-item-bdr>.nav-link {
    padding: 8px 40px 12px 0px!important;
    color: #38665b !important;
}

.dropdown-toggle::after {
    content: "";
    display: inline-block !important;
    vertical-align: 0.255em;
    width: 0.5rem !important;
    height: 0.5rem !important;
    border: 1.5px solid !important;
    border-top: none !important;
    border-right: none !important;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    margin-left: 0.35em !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu a {
    color: #000 !important;
    font-size: 14px;
}

.dropdown-menu {
    margin: 0px !important;
    border-radius: 0px !important;
    padding: 0px !important;
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.15));
    border: 0px !important;
    left: -9px !important;
}

.dropdown-item {
    padding: 13px 40px 13px 20px !important;
    transition-duration: 0.3s;
}

.nav-item>.nav-link:hover,
.nav-item.active>a {
    color: #349e8b !important;
}


/*.menu li:hover a, .menu li.active a{color: #fa4b16;}*/

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #38665b !important;
    transition-duration: 0.3s;
}

.navbar-toggler img {
    width: 30px;
}

.carousel-caption {
    text-align: left !important;
    right: auto !important;
    left: auto !important;
    bottom: 125px !important;
    z-index: 0!important;
	padding-bottom: 60px !important;
   
}
 /*kiran*/



.carousel-indicators li {
    width: 15px !important;
    height: 15px !important;
    border-radius: 25px !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    background-color: #fff !important;
}

.ba-btn {
    background: #fff !important;
    color: #000 !important;
    padding: 16px 32px !important;
    line-height: 1 !important;
    text-transform: capitalize;
    font-family: 'Poppins-Regular';
}

/*.carousel-caption h1 {
    font-size: 48px;
    font-family: 'Poppins-Medium';
    margin-bottom: 20px;
}
*/
.video-caption p {
    font-size: 20px;
    margin-bottom: 30px;
}

.carousel-item img {
    height: 581px;
    object-position: bottom;
    object-fit: cover;
    z-index: -1 !important;
}

a {
    color: #38665b !important;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
  color: #0d3b66 !important;
  text-decoration:none !important;
}
.card {
    border-radius: 0px !important;
    border: 1px solid #d5dae1 !important;
}

.card-text {
    font-size: 15px;
    margin-bottom: 0px !important;
    padding-bottom: 15px;
	color:#000;
}
.what-text:hover h4{color:#2b685d;}

/*.card-content {
    padding-bottom: 40px;
}*/

.card-body {
    position: relative;
}

.btn-flex {
    display: flex;
    margin-top: 15px;
}

.btn-flex .card {
    transition-duration: .3s;
    overflow: hidden;
}

.btn-flex .card:hover {
    filter: drop-shadow(0px 12px 12px rgba(0, 0, 0, 0.15));
    transition-duration: .3s;
}

.btn-flex .card img {
    transition-duration: 1s;
    overflow: hidden;
}

.btn-flex .card:hover img {
    transform: scale(1.05);
    transition-duration: 1s;
}

.card-body a {
    position: absolute;
    bottom: 0;
    padding-bottom: 24px !important;
}

.card-title {
    color: #000;
    font-size: 22px;
    margin-bottom: 5px !important;
    font-family: 'Montserrat-Bold';
}
.card-title2 {
    color: #000;
    font-size: 16px;
    margin-bottom: 5px !important;
    font-family: 'Montserrat-Bold';
}

 .service-list li{
  background:url(images/li-img.png) no-repeat left 4px; margin-bottom:1.5%;
  line-height:21px;
  padding-left:2px;
  vertical-align:middle;
  margin-left:0px
   }
 /* service section */

.ser-bg {
    background-color: #eceef1;
}

.service-flex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}

.ser-a a span {
    font-size: 1rem;
    line-height: 1.4;
    display: inline-block;
}

.ser-a a {
    font-size: 1rem;
    text-align: right;
    position: relative;
    text-transform: uppercase;
    transition: all .3s;
    padding-left: 48px;
    display: inline-block;
    font-weight: 400;
    font-family: 'Poppins-light';
    letter-spacing: 1px;
}

.ser-a a::before {
    content: "";
    margin-right: 2rem;
    position: absolute;
    left: 0;
    top: 11px;
    background-color: #0d3b66;
    width: 1.75rem;
    height: 1px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.ser-a a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #0d3b66;
    border-right: 1px solid #0d3b66;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 1.3125rem;
    top: 4px;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}

.ser-a a:hover::before {
    width: 2.25rem;
    color: #0d3b66 !important;
}

.ser-a a:hover::after {
    opacity: 1;
    left: 1.8125rem;
}

.ser-a a:hover span {
    text-decoration: underline !important;
}

.service-flex h2 {
    color: #090b19;
    font-size: 44px;
    line-height: 1.1;
    font-family: 'Montserrat-Light';
}

.ser-img-btm {
    padding-bottom: 24px;
}

.ser-bg img {
    margin-bottom: 40px;
}

.ser-img-btm h2 {
    margin-bottom: 20px;
    font-family: 'Montserrat-Light';
    color: #090b19;
    font-size: 44px;
    line-height: 1.1;
}

.ser-p {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
    font-family: 'Montserrat-Light';
}

.ser-img-btm .ser-a a span {
    transition: all .3s;
}

.ser-img-btm .ser-a a:hover span {
    padding-left: 5px !important;
    transition: all .3s;
}

.side-by-side {
    float: none;
    width: 100%;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.bg-clr {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.bg-wraper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.bg-container {
    background-color: #eceef1;
    width: 50%;
    height: 100%;
}

.h-btn {
    margin-top: 40px;
}

.h-btn>button,
.h-btn>button::after {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-top-right-radius: 20px;
}

.h-btn>button {
    background: none;
    line-height: 1 !important;
    border-radius: 0;
    border: 1px solid transparent;
    border-color: #1d2833;
    border-top-right-radius: 1.5625rem;
    color: #1d2833;
    display: block;
    font-size: 1.6em;
    padding: 14px 35px;
    position: relative;
    text-transform: uppercase;
    font-size: 1rem !important;
    font-family: 'Montserrat-Light';
}

.h-btn>button::before,
.h-btn>button::after {
    background: #38665b;
    content: '';
    position: absolute;
    z-index: -1;
    border-color: #38665b;
}

.h-btn>button:hover {
    color: #fff;
    border-color: #38665b;
}


/* BUTTON 2 */

.btn-2::after {
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
}

.btn-2:hover:after {
    width: 100%;
}

.line {
    padding-left: 120px;
    padding-top: 33px;
}

.line:before {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 150px;
    top: 50px;
    left: -2.4375rem;
    background-color: #0d3b66;
    z-index: -1;
}

.line h2 {
    margin-bottom: 18px;
    font-family: 'Montserrat-Light';
    color: #090b19;
    font-size: 44px;
    line-height: 1.1;
}

.line p {
    font-size: 22px;
    line-height: 28px;
}


/* client section */

.client-sec h2 {
    color: #090b19;
    font-size: 44px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 60px;
    font-family: 'Montserrat-Light';
}

.client-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 10px;
}

.client-grid img {
    width: 100%;
    padding: 0px 25px 0px 25px;
    transition-duration: 1s;
}

.client-grid img:hover {
    transform: scale(1.07)
}


/* footer section */

.footer-padding {
    padding: 30px 0px;
}

.social-top-b a img {
    padding-left: 10px;
}

.social-icon-sec-b {
    margin-top: 0px !important;
    padding-top: 5px;
}

.f-p-l {
    padding-left: 50px;
}

.ftr-head {
    color: #38665b;
    font-size: 18px;
    font-family: 'Montserrat-Bold';
    margin-bottom: 15px;
}
.address-t a:hover{color:#fff !important;}

.footer-nav {
    list-style-type: none;
    padding: 0px !important;
}

.footer-sec .ser-a a {
    color: #1d2833 !important;
    margin-bottom: 20px;
}

.footer-sec .ser-a a:hover,
.footer-sec .ser-a a:hover span {
    color: #0d3b66 !important;
    text-decoration: none !important;
}

.footer-nav li {
    padding: 4px 0px;
	color:#fff;
}

.footer-nav li a {
    color: #282828  !important;
    font-size: 15px;
	font-family: 'Montserrat-Regular' !important;

}

.footer-nav li a:hover {
    color: #38665b !important;
    text-decoration: none !important;
}

.footer-p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}

.footer-sec {
   /* background-color: #183154;*/
   /* background: url(images/footer.jpg) no-repeat 100%/cover;*/
}

.social-icon-sec {
    margin-top: 40px;
    margin-bottom: 30px;
}

.copyright-sec {
    border-top: 1px solid #e7e7e7;
    padding-top: 18px;
    padding-bottom: 18px;
	color:#fff !important;
}
.copyright-sec p{
	color:#282828  !important;
	margin:0px;
	 font-family: 'Montserrat-Regular';
}

.c-r-p {
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
}

.linkid-text{
}
.linkid-text a{
font-size: 16px;
color: #0d3b66 !important;
border: 1px solid;
padding: 5px 9.2px;
border-radius: 60px;
}
.align-start{align-items: start !important;}
.linkid-text a:hover{color:#05a6f0 !important;}
.foot-d-flex {
    display: flex;
    justify-content: space-between;
	align-items: center;
}

/* about section */

.about-sec {
    float: none;
    width: 100%;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	 background-color: #eceef1;
}

.about-side-by-side-fluid {
   position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
     padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    width: 100%;
	height:354px;
}
.about-side-by-side-fluid2 {
   position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
     padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    width: 100%;
 }

.about-row {
    background-color: #eceef1;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.about-inner .content-body {
    width: 85%;
}

.about-inner h2 {
    color: #090b19;
    font-size: 44px;
    line-height: 1.1;
    font-family: 'Montserrat-Light';
}

.about-title {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
    color: #0d3b66;
    font-family: 'Montserrat-Regular';
}
.pra-b-pad{
    margin-bottom: 20px;
	}
h2 {
    font-family: 'Montserrat-Light';
    color: #090b19;
    font-size: 44px !important;
    line-height: 1.1 !important;
}

table {
    width: 100%;
    margin-top: 30px;
}

.about-table {
    display: flex;
    justify-content: space-between;
}

.about-table td::before {
    content: "";
    width: 1px;
    height: 1.5rem;
    background-color: #0d3b66;
    position: absolute;
    top: 0.4375rem;
    left: -0.8125rem;
}

.about-table td {
    position: relative;
    margin-left: 15px;
}

.about-table td p:first-child {
    font-size: 1.75rem;
    font-family: 'OpenSans-SemiBold';
    margin: 0;
    line-height: 1.5;
}

.about-table td p:last-child {
    font-size: 1.125rem;
    line-height: 1.3;
}

.about-end-img {
    float: none;
    width: 50%;
	height:100%;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 40%;
    display: flex;
	z-index: 3 !important;
}
 .p-rel {
    position: relative;
    z-index: 1;
}


.about-end-img img {
    width: 100%;
}


/* js css */

.d-none {
    display: none;
}

.extraclass {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    transition-duration: .5s;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}


/* carrers section */

.carrers-sec h2 {
    font-family: 'Montserrat-Light';
    text-align: center;
    color: #090b19;
    font-size: 44px;
    line-height: 1.1;
}

.carrers-p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: center;
}

.carrers-bg {
    background-image: url(../content/images/careers-img.png);
    background-position: center center;
    background-size: cover;
    min-height: 450px;
    transition-duration: 1s;
}

.carrers-says-sec {
    background-color: #f3f3f3;
    bottom: -70px;
    color: #000;
    max-width: 480px;
    padding: 35px;
    position: absolute;
    right: 60px;
    text-align: left;
    z-index: 100;
}

.carrers-row {
    align-items: center;
}

.carrers-bg:hover {
    transform: scale(1.05);
    transition-duration: 1s;
}

.carrers-says-sec h5 {
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'OpenSans-Bold';
}

.carrers-says-sec p {
    font-size: 14px;
    font-style: italic;
}

.res-p-l {
    padding-left: 0px !important
}

.carrers-img {
    overflow: hidden;
}

.help-sec .h-btn {
    margin-top: 0px;
}

.help-sec h2 {
    font-family: 'Montserrat-Light';
    font-size: 36px !important;
    line-height: 73px;
    color: #090b19
}
.Apply-head{
    font-family: 'Montserrat-Bold';
    font-size: 26px !important;
     color: #38665b;
	 padding-bottom:3px;
}
.apply-pad{
padding:60px;
}
.apply-border{
    border: 1px solid #84c9b9;
}
.mob-app-pad{padding-top:30px;}

.h-d-flex {
    display: flex;
    justify-content: center;
}

.bdr-top {
    border-top: 1px solid #eceef1;
}


/* service section */

.service-item {
    border: 1px solid #8fd1fb;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 100px;
    /* width: 90%; */
    /* text-align: center; */
    padding: 20.5px;
    position: relative;
}

.service-item img {
    margin-right: 20px;
}

.service-inner-bg {
    background-image: url(../content/images/services-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ser-row-revs img {
    margin-left: 20px;
    margin-right: 0px;
}

.service-item-sec-1 .service-item::after {
    content: '';
    width: 20px;
    height: 20px !important;
    border-radius: 20px !important;
    border: 1px solid transparent;
    background: #0d3b66;
    position: absolute;
    right: -10px;
    top: 45px;
}

.ser-row-revs .service-item::after {
    content: '';
    width: 20px;
    height: 20px !important;
    border-radius: 20px !important;
    border: 1px solid transparent;
    background: #0d3b66;
    position: absolute;
    left: -10px;
    top: 45px;
}

.ser-row-revs .service-item {
    text-align: right;
}

.s-flex img {
    width: 75px;
}

.s-flex div {
    font-size: 18px;
    line-height: 24px;
}

.ser-row-revs .s-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.service-item-sec-1 .s-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.service-row {
    display: flex;
    justify-content: space-between;
}

.service-item {
    width: 305px;
}

.service-item a {
    color: #242424 !important;
    font-family: 'Poppins-Regular';
    transition-duration: 0.2s;
}

.service-item a:hover {
    color: #0d3b66 !important;
    text-decoration: none !important;
    transition-duration: 0.2s;
}

.service-sc {
    border: 1px solid #eceef1;
}

.service-sc .about-title {
    margin-bottom: 10px;
}

.service-sc h2 {
    text-transform: capitalize;
}

.nav-item-bdr a span {
    font-size: 1.125rem;
    line-height: 1.4;
    display: inline-block;
}

.nav-item-bdr a {
    text-align: right;
    position: relative;
    transition: all .3s;
    padding-left: 48px;
    display: inline-block;
    font-weight: 400;
}

.nav-item-bdr a::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 22px;
    background-color: #0d3b66;
    width: 1rem;
    height: 1px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.nav-item-bdr a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #0d3b66;
    border-right: 1px solid #0d3b66;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 1.3125rem;
    top: 14.5px;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}

.nav-item-bdr a:hover::before {
    right: 10px;
    width: 1.25rem;
    color: #0d3b66 !important;
}

.nav-item-bdr a:hover::after {
    opacity: 1;
    left: 6.3rem;
}

.nav-item-bdr a:hover span {
    text-decoration: underline !important;
}

.c-btn>button,
.c-btn>button::after {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-top-right-radius: 20px;
}

.c-btn>button {
    background: none;
    font-weight: 400;
    font-size: 1rem !important;
    border-radius: 0;
    border: 1px solid #fff !important;
    border-color: #1d2833;
    border-top-right-radius: 1.5625rem;
    color: #fff;
    display: block;
    padding: 14px 32px !important;
    line-height: 1 !important;
    position: relative;
    text-transform: uppercase;
    font-family: 'Montserrat-Light' !important;
    letter-spacing: 1px !important;
}

.c-btn>button::before,
.c-btn>button::after {
    background: #38665b;
    content: '';
    position: absolute;
    z-index: -1;
    border-color: #38665b !important;
}

.c-btn>button:hover {
    color: #fff;
    border-color: #38665b !important;
}


/* social-icons */

.social-top a {
    text-decoration: none !important;
}

.n-m {
    margin-bottom: 40px;
}


/* ham */

.navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

.navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}

.navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #0d3b66;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #0d3b66;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}

.footer-nav {
    margin-bottom: 0px !important;
}

.footer-nav .ml-t-h .img2 {
    padding-bottom: 4px;
}


/* homepage end */


/* about page starts here */

.about-hero img {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-hero h1 {}

.about-s-h {
    font-size: 1.75rem;
    font-family: 'OpenSans-SemiBold';
    margin: 0;
    line-height: 1.5;
}

.about-c {
    background: #0d3b66;
    color: #fff;
}

.about-p-row {
    display: flex;
    justify-content: space-between;
}

.abt-f-i {
    padding: 0px 85px;
    text-align: center;
}

.abt-f-i:not(:first-child) {
    border-left: 1px solid #fff;
}

.bg-color-abt {
    background: #eceef1;
}


.com-head {
    color: #38665b;
    font-size: 24px;
   font-family: 'Montserrat-Bold';
    line-height:26px;
	margin-bottom:5px;
}
.com-head1 {
    color: #0061f9;
    font-size: 26px;
   font-family: 'Poppins-Regular';
    line-height:26px;
	margin-bottom:5px;
}
.com-head2 {
    color: #000;
    font-size: 16px;
   font-family: 'Poppins-Medium';
    line-height:26px;
	margin-bottom:5px;
}

.inner-content-pad{padding-top:25px;}

.itconsulting-li {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap:10px;
}
.ittrining-li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
 column-gap: 30px;
}

.career-li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap:5px;
}

 .what-text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow : hidden;
    max-width: 100%;
	padding-bottom:0px !important;
 } 
.card-min-height .card-content{
min-height: 265px;
}
.homepage-what-we-do a {
  display: block;
  background-color: #3c7b6cd6;
  border-radius: 100px;
  font-size: 13px;
  color: #fff !important;
  line-height: 1em;
  height: 100%;
  padding: 14px;
  background-size: 112px 112px;
  background-position: -40px 0;
  background-repeat: no-repeat;
  box-shadow: 2px 3px 4px -2px rgba(0,0,0,0.3);
  border: 1px solid #259f81;
}
.homepage-what-we-do a:hover {
   border:1px solid #fff;
       }
.homepage-what-we-do h5{
font-size:18px;
 padding-left:15px;
font-family: 'Montserrat-Medium';
margin-bottom:0px;
}
 .service-sc h2 {
 padding-bottom: 25px
}

.img-flex img {
    width: 100px;
	background-color:#fff;
	border-radius: 60px;
	padding:8px;
}
.img-flex{
display:flex;
align-items:center;
}
.ser-t-b-pad2{padding-bottom:120px; padding-top:110px;}

.ser-t-b-pad2 h2{
  font-size: 42px;
  font-family: 'Montserrat-Bold';
  color: #38665b;
}
/*.ser-h-b-pad{padding-bottom:50px;}*/

.map-l-pad{padding-left:120px;}

.foot-logo-img {
height: 49px;
 }
 
.foot-logo-t-p{
    padding-top: 13px;
}
.foot-t-b-pad{
padding-top:50px;
padding-bottom:30px;
}

.foot-row {
   /* background-color: #eceef1;*/
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
   justify-content: flex-end;
 }
.foot-sec {
    float: none;
    width: 100%;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	 background-color: #eceef1;
	 z-index: 3 !important;
 }


.map-height{ height:100%;}

.about-r-pad{padding-right:15px;}


.advisory ul {
    padding-left: 0px;
    padding-right: 10px;
    list-style-type: none;
}

.advisory li {
    position: relative;
}

.advisory li::before {
    /* Unicode for a bullet */
    /* Styles for Indentation*/
    background-image: linear-gradient(to right, #0d3b66, #266fb2);
    /* background-color: #fba927; */
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 9px;
    left: -18px;
}

.advisory ul{
 margin-left:20px;
}

.advisory h3 {padding-bottom:5px;}


.opport-box{
padding:26px;
background-color:#f1faf8;
text-align:center;
height:100%;
border:1px solid #f1faf8;
}
.opport-box:hover{
border:1px solid #70afa1;
filter: drop-shadow(0px 12px 12px rgba(0, 0, 0, 0.15));
transition-duration: .3s;
}
.opport-box i{
font-size:40px;
color:#38665b;
padding-bottom:10px;
}
.opport-box p{
margin-bottom:0px;
}
.opport-box h3{
font-size:22px;
color: #38665b;
font-family: 'Montserrat-Bold';
}
.opport-box .foot-but-idth{
justify-content: center;
display: flex;
}

.opport-box .h-btn > button{
border-radius:0px;
}

.opport-box .h-btn > button:hover{
border-radius:0px 20px 0px 0px;
}
.opport-box .h-btn {
  margin-top: 22px;
}
/* contact-us page starts here */

.cnt-bdr-li-bt {
    list-style-type: none;
    padding: 0px;
    font-family: 'Montserrat-Regular' !important;
}

.cnt-bdr-li-bt li {
    padding: 14px 0px;
}

.cnt-bdr-li-bt li a {
    color: #1d2833 !important;
}

.cnt-bdr-li-bt li:not(:last-child) {
    border-bottom: 1px solid #c8e9e2;
    width: 80%;
}

.cnt-bdr-li-bt li a {
    display: flex;
    align-items: center;
}

.cnt-bdr-li-bt li a img {
    padding-right: 8px;
}

.cnt-heading {
    margin-bottom: 40px;
    text-align: center;
}

.frm-p {
    padding: 10px 18px !important;
    border-radius: 25px !important;
    border-color: #eceef1 !important;
    background-color: #cccccc61 !important;
}

.form-control:focus {
    color: #495057 !important;
    outline: none !important;
    box-shadow: none !important;
}

.form-control {
    height: auto !important;
}

.cnt-btn button {
    display: initial;
    text-align: center;
    border-color: #ced4da;
    padding: 14px 80px
}


/* .cnt-form-sec {
    padding-top: 30px;
} */

.cnt-form-sec h2 {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.bdr-frm {
    border-right: 1px solid #eceef1;
    /* box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%); */
}

.bdr-frm1 {
    border: 1px solid #84c9b9;
    /* box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%); */
}

.bdr {
    border: 1px solid #eceef1;
    display: flex;
    height: 100%;
    padding: 20px;
}

.cn-p1 {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
}

.text-a {
    border-radius: 3px !important;
}

.contact-p {
    padding: 0px 30px;
}

.cnt-btn .cmn-btn {
    padding: 13px 38px;
    border-radius: 25px;
}

.dis-grid-adv {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px
}

.carre-p {
    padding: 20px 5px;
}

.pl-20p {
    padding-left: 20px;
}


/*---------------skkkkkkkk-------------------*/
.text-white{color:#fff !important;}

.service-box .cmn-btn2{
    position: absolute;
    bottom: 30px;
    display: inline-block;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    color: #3a8bcf;
    font-weight: 500;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.service-box .cmn-btn2 span{
    color: transparent !important;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
}
.service-box .cmn-btn2::after{
    content: "";
    background: url(images/readmore-arrow.svg) no-repeat;
	 /*   background: url(images/learn-more2.png) no-repeat;*/
transform: rotate(180deg) translateY(8px) !important;
    width: 16px;
    height: 17px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    margin-top: 0.0625rem;
}
.service-box:hover .cmn-btn2::after{
    left: 100%;
}
.service-box:hover .cmn-btn2 span{
    color: #0d3b66 !important;
	padding-right:10px;
}
.service-box .cmn-btn2
{
    background-color: transparent !important;
    padding: 0px !important;
    line-height: 20px !important;
}
.service-box .cmn-btn2{bottom: 20px!important; }
 .learn-pad{ padding-bottom:54px !important;}

<!---------------------------------------------------------------------------->
.posation-r{position:relative;}

.homepage-what-we-do .read-more-ico span{
padding:6px;
border:1px solid #143d36 !important;
border-radius: 50px;
color:#000;
/*background:url(images/learn-more2.png) no-repeat 7px 7.5px;*/
display: flex;
align-items: center;
justify-content: center;
height: 35px;
width: 35px;
background-color:#143d36 !important;
 background: url(images/readmore-arrow.svg) no-repeat 8px 7.5px;
 filter: brightness(270%);
transform: rotate(180deg) translateY(3px) !important;
}

 

 .homepage-what-we-do:hover .read-more-ico span{
background-color:#fff !important;
 background: url(images/readmore-arrow.svg) no-repeat  7px 7.5px;
 filter: brightness(100%);
border:1px solid #fff !important;
 } 


.read-more-ico {
    position: absolute;
    top: 40%;
    right: 0px;
	
 }
.row-gap1{gap:30px;}

.innee-con-head-posation {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
}

.section_title2 {
    padding-top: 74px;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-family: 'poppins-light';
    z-index: 30;
}

.text-shadow{filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.7));}
.text-shadow2{filter: drop-shadow(0px 2px 1px rgba(255, 255, 255, 0.7));}
.about-t-pad {
    padding-top: 72px;
}

.w-100 {
    width: 100%;
}

.service-banner .about-hero {
    background-image: url(../content/images/service-banner.jpg);
}

.what-we-banner .about-hero {
    background-image: url(../content/images/what-we-banner.jpg);
}
.construction-banner .about-hero {
    background-image: url(../content/images/construction-banner.jpg);
}
.professional-banner .about-hero {
    background-image: url(../content/images/professional-banner.jpg);
}
.engering-banner .about-hero {
    background-image: url(../content/images/engering-banner.jpg);
}
.engering-banner .about-hero {
    background-image: url(../content/images/engering-banner.jpg);
}
.opportunities-banner .about-hero {
    background-image: url(../content/images/opportunities-banner.jpg);
}
.apply-banner .about-hero {
    background-image: url(../content/images/apply-banner.jpg);
}

.cereer-banner .about-hero {
    background-image: url(../content/images/career-banner.jpg);
}

.support-banner .about-hero {
    background-image: url(../content/images/support-banner.jpg);
}

.contact-banner .about-hero {
    background-image: url(../content/images/contact-banner.jpg);
}

.careerform-shadow {
    filter: drop-shadow(0px 6px 7.5px rgba(0, 60, 95, 0.12));
}

.innerformtop-bg {
    background-color: #1c9fea;
}

.forwhite-t {
    color: #fffefe;
}

.form-control.careerform {
    background-color: transparent !important;
    border: 1px solid transparent;
    border-bottom: 2px solid #e9ebf3 !important;
    line-height: 10px;
    color: #202020;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    padding: 40px 0px 12px 0px!important;
    min-height: 0;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.form-control.careerform:focus {
    background-color: transparent !important;
    border: 1px solid transparent;
    /*border-bottom: 2px solid #ff9d18 !important;*/
    line-height: 10px;
    color: #202020;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    padding: 40px 0 12px 0!important;
    min-height: 0;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.form-control.careerform::-moz-placeholder {
    color: #202020;
    font-size: 14px;
    line-height: 10px;
}

.form-control.careerform::-ms-input-placeholder {
    color: #202020;
    font-size: 14px;
    line-height: 10px;
}

.form-control.careerform::-webkit-input-placeholder {
    color: #202020;
    font-size: 14px;
    line-height: 10px;
}

.resume-up {
    background: url(images/uploadresu-ico.png) no-repeat left top;
    display: inline-block;
    height: 38px;
    width: 39px;
    vertical-align: middle;
}

.career-submit-bg {
    background-image: linear-gradient(90deg, #ff5a00 0%, #ffb61b 100%);
}

.t-b-p18 {
    padding-top: 18px;
    padding-bottom: 18px;
}


/*.border-radius10 { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}*/

.t-radius10 {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.career-gredent-border {
    /*max-width: 250px;*/
    padding: 5px;
    position: relative;
    /* background: linear-gradient(to right, red, purple);*/
    background: linear-gradient( #0f9ff9, #6cac98, #fec001);
    padding: 3px;
    border-radius: 10px 10px 10px 10px;
}

.gre-border {
    background: #fff;
    padding: 0px 35px 35px 35px;
}

.border-radius10 {
    border-radius: 0px 0px 10px 10px;
}

.OpenSans-Medium {
    font-family: 'OpenSans-Medium';
}

.OpenSans-Bold {
    font-family: 'OpenSans-Bold';
}

.inner-head-font-size {
    font-size: 40px!important;
    font-family: 'Montserrat-Bold';
    color: #FFFFFF;
   
  }
  
.inner-head-font-size-stroke {
   color: #38665b;}  
  

.inner-head-pad2 {
    padding: 100px 0px 75px 0px;
}

.about-hero {
    background-image: url(../content/images/hero-about-us.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    align-items: center;
    height: 250px;
}
.about-us-banner {
    background-image: url(../content/images/about-us-banner.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    align-items: center;
    height: 250px;
}
.it-banner {
    background-image: url(../content/images/it-banner.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    align-items: center;
    height: 250px;
}
.professional-banner {
    background-image: url(../content/images/professional-banner-img.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    align-items: center;
    height: 250px;
}
.engering-banner {
    background-image: url(../content/images/engering-banner.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    align-items: center;
    height: 250px;
}
.practice-banner {
    background-image: url(../content/images/practice-banner.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    align-items: center;
    height: 250px;
}



.inner-head-pad {
    padding: 105px 0px 0px 0px;
}

.inner-head-pad2 {
    padding: 75px 0px 75px 0px;
}

.menu li:hover a,
.menu li.active a {
    color: #fa4b16;
}

.btn-2.btn-h:hover a {
    color: #fff!important;
    text-decoration: none;
}

 .chooseoff-con-bg {
  background-image: linear-gradient(90deg, #38665b 0%, #5ca997 100%);
  font-size: 16px;
  line-height: 14px;
  color: #ffffff !important;
   border-radius: 50px;
  padding: 17px 35px 17px 35px ;
   border:0px;
}
 label {
   margin-bottom: 10px;
  color: red;
}
 
 
  
 .practice-pad2 {
    padding: 10px !important;
  }
.practice-pad2 p{
min-height: 130px;
}  
.wbnc-logo-width{width:180px;}  
  .wbnc-content {
  font-size: 18px;
  font-family: 'Montserrat-Bold';
  color:#be843a !important;
  padding: 20px;
  text-align: center;
  margin: 15px 0px;
}

.wbnc-content a:hover{color: #dfa355 !important;}
  
   .justify-center{
justify-content: center;
}
 
 .text-bg span{background-color:#f35325; padding:2px 10px; color:#fff; font-size:15px;}
 
 .model-t-pad{padding-top:20px;}
 .model-t-pad a{cursor:pointer;}
  .model-button {
  background: none ;
  border:1px solid #38665b;
  font-size: 14px;
  line-height: 14px;
  color: #38665b !important;
   border-radius: 50px;
 padding: 10px 20px 10px 20px;
 }
  .model-button:hover {
  background:#38665b;
  color: #fff !important;
}
.eng-li li{
margin-bottom:8px!important;
margin-left:25px!important;
font-size:15px !important;
}

 .img-property{
 height: 650px; 
 object-fit: cover; 
 object-position: 50% 50%;
 }
.sec-t-pad{padding-top:50px;} 

.sec-content{
    padding:50px;
}
.sec-content h3{
    color: #38665b;
    font-size: 32px;
   font-family: 'Montserrat-Bold';
    line-height:36px;
	margin-bottom:15px;
}
.sec-content p{
     font-size: 15px;
  }
  
  <!--kiran new-->








 /*         skkkkkkkkkk           */

@media only screen and (max-width:1024px) {
    .inner-head-pad {
        padding: 85px 0px 75px 0px;
    }
	.img-flex img {
    width: 60px;
	background-color:#fff;
	border-radius: 60px;
	padding:6px;
}
.homepage-what-we-do h5{
font-size:16px;
 padding-left:10px;
 }
.homepage-what-we-do a {
  padding: 15px;
  }
 .about-end-img {
  float: none;
  width: 100%;
}

@media only screen and (max-width:980px) {
.sec-content{
    padding:20px;
}
.sec-t-pad {
  padding-top: 0px;
}
 .model-t-pad{padding-top:20px;}
.eng-li li{margin-bottom:2px!important;
font-size:15px !important;
}

.logo-img {
height: 50px;
padding-top: 5px;
padding-bottom: 5px;
}`

.itconsulting-li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:5px;
}



    .innee-con-head-posation {
        position: absolute;
        top: 120px;
        left: 0;
        width: 100%;
    }
    .section_title2 {
        padding-top: 60px;
        font-size: 32px !important;
        line-height: 40px;
        color: #fff;
        font-family: 'poppins-light';
        z-index: 30;
    }
    .about-t-pad {
        padding-top: 44px;
    }
    .resp-img-height img {
        height: 220px;
    }
    .inner-head-font-size {
        font-size: 30px!important;
    }
    .about-hero {
        height: 200px;
    }
	
	
	 .common-sec {
 padding: 35px 0px;
}
.mb-t-m20 {
  margin-top: 0px;
}	
.about-title {
    margin-bottom: 10px;
    font-size: 16px;
}

.about-inner h2 {
    font-size: 29px!important;
    line-height: 1.1;
}
.h-btn {
  margin-top: 15px;
}
.px-58p {
    padding: 11px 0px;
}
/*aaaaaaaa*/

}

@media only screen and (max-width:800px) {
    .inner-head-font-size {
        font-size: 28px!important;
    }
	
	
	
}

@media only screen and (max-width:767px) {




.sec-content{
    padding:0px;
}
.sec-content h3{
  font-size:24px;
    line-height:27px;
}

.eng-li li{
 margin-left:12px!important;
 }

.img-b-pad2 {padding-bottom:15px;}
 .model-t-pad{padding-top:10px;padding-bottom:30px;}

.com-head {
    font-size: 18px;
    line-height:26px;
}
.com-head1 {
    font-size: 23px;
    line-height:26px;
}

.Apply-head{
    font-size: 24px !important;
}
.apply-pad{
padding:0px;
}
.apply-border{
    border:none;
}
.mob-app-pad{padding-top:20px;}
.ittrining-li {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
 column-gap: 30px;
}

.foot-t-b-pad {
  padding-top: 35px;
  padding-bottom: 15px;
}
.mob-t-p10{padding-top:20px;}
.c-btn > button {
  background: none;
  font-weight: 400;
  font-size: 14px !important;
  border-radius: 0;
    border-top-right-radius: 0px;
  border: 1px solid #fff !important;
  border-color: #1d2833;
  border-top-right-radius: 1.5625rem;
  color: #fff;
  display: block;
  padding: 8px 18px !important;
  margin-bottom:30px;
  }
 .service-sc h2 {
 padding-bottom: 5px
}

.row-gap1{row-gap:10px;}
.row-gap2{row-gap:20px;}
.foot-row {
   /* background-color: #eceef1;*/
    height: 100%;
    display: block;
    width:130%;
	max-width:100%;
}
.map-height{ height:100%;}

	.img-flex img {
    width: 50px;
	background-color:#fff;
	border-radius: 60px;
	padding:3px;
}
.homepage-what-we-do h5{
font-size:14px;
 padding-left:10px;
 }
.homepage-what-we-do a {
  padding: 12px;
  }
     .rsp-md-flex-dir {
        flex-direction: column-reverse;
    }
    .inner-head-pad {
        padding: 75px 0px 0px 0px;
    }
    .inner-head-pad2 {
        padding: 70px 0px 75px 0px;
    }
    .about-hero {
        height: 175px;
    }
    .tab-top-pad {
        padding-top: 0px!important;
    }
	
.mb-t-m20{margin-top:20px;}	
	
.common-sec-35p {
    padding: 27px 0px;
}
.tb-t-p15 {
  padding-top: 17px;
}	
.tb-t-p25 {
  padding-top: 25px;
}	
.home-learn-but-w{max-width:270px; margin-left:auto; margin-right:auto;}

.carrers-says-sec {
    max-width: 100%!important;
    padding: 35px;
}

}
@media only screen and (max-width:568px) {
.img-t-b-pad {padding-top:15px; padding-bottom:15px;}
.mobb-t-p0{padding-top:0px;}
.inner-content-pad {
  padding-top:5px;
}
}
@media only screen and (max-width:480px) {
.sec-content h3{
  font-size:20px;
  line-height:26px;
}

.itconsulting-li {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
 }
.ittrining-li {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.career-li {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap:5px;
}

    .inner-head-pad {
        padding: 57px 0px 0px 0px;
    }
    .inner-head-pad2 {
        padding: 50px 0px 75px 0px;
    }
    .about-hero {
        height: 140px;
    }
.foot-but-idth{width:50%;}
.opport-box .foot-but-idth{width:100%;}
.mob2-t-c{text-align:center;}
.mb-t-m20 {
  margin-top: 10px;
}	

}

@media only screen and (max-width:380px) {
    .inner-head-pad {
        padding: 55px 0px 0px 0px;
    }
    .inner-head-pad2 {
        padding: 43px 0px 75px 0px;
    }
}


/*         kkk css end            */



/* =============================================
 raju 
============================================= */

.last-ser-item {
    padding: 41px 0px;
}

.last-ser-item .s-flex {
    justify-content: center;
}

.service-inner-img {
    width: 570px;
    height: 300px;
    object-fit: cover;
}

.mt-5p {
    margin-top: 5px;
}

.ptb-15p {
    padding-top: 15px;
    padding-bottom: 15px;
}

.cmn-btn {
    padding: 10px 25px;
    background-color: #0d3b66;
    color: #fff !important;
}

.cmn-btn:hover {
    text-decoration: none;
}

#contact select {
    position: relative;
}

#contact .multi::after {
    display: inline-block !important;
    vertical-align: 0.255em;
    width: 0.5rem !important;
    height: 0.5rem !important;
    border: 1.5px solid !important;
    border-top: none !important;
    border-right: none !important;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    margin-left: 0.35em !important;
    content: '';
    top: 16px;
    right: 35px;
    position: absolute;
    color: #959595;
}

/* form loading */

button:focus, button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.loading__anim {
    right: 0px;
    top: 0px;
    margin: 0 auto;
    position: relative;
    width: 30px;
    height: 30px;
    border: 5px solid rgba(189, 189, 189, 0.25);
    border-left-color: #e79aff;
    border-top-color: #e79aff;
    border-radius: 50%;
    display: inline-block;
    animation: rotate 600ms infinite linear;
}

@keyframes rotate {
    to {
        transform: rotate(1turn);
    }
}














