/*
Theme Name: optus
*/

@font-face {
	font-family: Roboto;
	src: url(../optus/assets/roboto/Roboto-Regular.ttf);
	font-weight: 400
}

@font-face {
	font-family: Roboto;
	src: url(../optus/assets/roboto/Roboto-Medium.ttf);
	font-weight: 500
}

@font-face {
	font-family: Roboto;
	src: url(../optus/assets/roboto/Roboto-Bold.ttf);
	font-weight: 700
}

@font-face {
	font-family: Roboto;
	src: url(../optus/assets/roboto/Roboto-Italic.ttf);
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: Noto;
	src: url(../optus/assets/Noto/NotoSerif_Condensed-Regular.ttf);
	font-weight: 400;
	font-style: regular;
}
@font-face {
	font-family: poppins;
	src: url(../optus/assets/poppins/Poppins-Regular.ttf);
	font-weight: 400;
	font-style: regular;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	width: 300px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	color:#fff !important;
}
 #mega-menu-wrap-primary #mega-menu-primary>li#mega-menu-item-712 {
	  border-radius: 30px;
    background: #002147;
    padding: 0px 12px 0px 12px;
	
}
#mega-menu-wrap-primary #mega-menu-primary>li#mega-menu-item-713{
border-radius: 30px;
    background: #002147;
    padding: 0px 12px 0px 12px;
	margin-left: 5px;
	
}
.page-id-6.f-nav #mega-menu-wrap-primary #mega-menu-primary>li#mega-menu-item-712>a {
	color:#fff !important;
}
.page-id-6.f-nav #mega-menu-wrap-primary #mega-menu-primary>li#mega-menu-item-713>a {
	color:#fff !important;
}
.bypostauthor {}

@keyframes moveDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(80px); /* Adjust the value to control the distance */
  }
}

.sec-image{
	display: flex;
    justify-content: flex-end;
}

.service-detail-main:after{
	content:'';
	position:absolute;
	background:url(../optus/assets/img/bgg.png) no-repeat;
	width: 100%;
    height: 34%;
    top: 724px;
    animation: moveDown 2s infinite alternate;
    right: 29px;
	opacity: 0.2;
}
.new-imgs .letter{
   width: 130px;
    height: 134px;
    position: relative;
    left: 199px;
    border: none;
    animation: fa-spin 30s infinite linear;
    filter: invert(100%);
}
.new-imgs .inner-optus{
	width: 123px;
    height: 119px;
    position: absolute;
    left: 206px;
    border: none;
    top: 4px;
}
.new-imgs{
    position: absolute;
    top: 0px;
    right: 525px;
}

/* form start */
.cont-fo .col-lg-12 {
    padding-bottom: 17px;
}
.cont-fo input[type=text], .contact-page input[type=email] {
    width: 100%;
    background: none;
    border: 1px solid #0c99d6;
    height: 42px;
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #fff;
}
.wpcf7 input[type="email"]{
	width: 100%;
    background: none;
    border: 1px solid #0c99d6;
    height: 42px;
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #fff;
}
.wpcf7-textarea {
	    width: 100%;
    background: none;
    border: 1px solid #0c99d6;
    height: 126px;
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #fff;
	   
}
.recentblog button{
    display:none!important;
}
.cont-fo .wpcf7-submit {
    width: 35%;
    padding: 0;
    margin: 0px 0px 0px 0px;
    height: 45px;
    border-radius: 20px;
    background: #00d1fe;
    border: none;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    margin: auto;
    display: block;
}
.wpcf7-select {
    width: 100%;
    background: #fff !important;
    border: 1px solid #0c99d6;
    height: 42px;
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
}
/* form end */

/* header main start */
.styled-icons.icon-circled a:hover{
	    border: 1px solid #fa0300;
}
.styled-icons a i:hover {
    color:#fa0300;
}
.align-self-center{
	margin-left:100px;
}
.btn-sm{
	background: #fff!important;
    padding: 16px 30px 23px 30px !important;
    border-radius: unset!important;
	color:#010161;
}
#header .header-top {
    background-color: #002147;
}
header#header .header-top {
    color: #fff;
    padding: 0;
    font-size: 16px;
    line-height: 1.7;
	position: fixed;
    z-index: 1020;
    width: 100%;
}
header#header .header-top > .container > .row > div {
    max-width: 100%;
}
header#header .header-top .element:last-child {
    margin-right: 0;
    padding-right: 0;
}
header#header .header-top .element {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    padding-top: 10px;
    line-height: 1.8;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
/* @media (min-width: 992px)
header#header .header-top .contact-info li {
    margin-right: 25px;
} */
header#header .header-top .contact-info li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}
header#header .header-top .contact-info li .font-icon {
    margin-right: 5px;
}
/* @media (min-width: 992px)
header#header .header-top .contact-info li:not(:first-child):before {
    background: rgba(255, 255, 255, 0.7);
    content: "";
    position: absolute;
    top: 0;
    bottom: 1px;
    left: -16px;
    margin: auto;
    height: 15px;
    width: 1px;
} */
header#header .header-top > .container > .row > div {
    max-width: 100%;
}
header#header .header-top .styled-icons li {
    margin-bottom: 0;
}
.styled-icons li {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 0;
    padding-left: 0 !important;
}
header#header .header-top .element:last-child {
    margin-right: 0;
    padding-right: 0;
	margin-left: 51px;
	margin-left: 26px;
    font-size: 15px;
}
.styled-icons a {
   border: 2px solid transparent;
    color: #333;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 2;
    margin-right: 4px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 30px;
    transition: all 0.2s ease;
}
header#header .header-top .element:not(.styled-icons) a:not(.btn):not(.styled-icons-item):not(.wp-block-button__link):not(.wp-block-button__link):not(.dropdown-item) {
    color: #fff;
}

header#header .header-top .element a {
    font-weight: 500;
}
.icon-theme-colored1.icon-dark a {
   
    color: #fff;
}
.styled-icons.icon-circled a {
    border-radius: 50%;
	border: 1px solid #fff;
}
.styled-icons a i {
    height: 100%;
    line-height: 2;
    position: relative;
    top: 0;
    width: 100%;
}
.btn {
    border-radius: 5px;
    border-width: 0;
    letter-spacing: .05rem;
    padding: 1.2rem 2.5rem;
    overflow: hidden;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}
header#header .header-top .element .btn {
    vertical-align: middle;
    font-size: 16px;
	color:#010161;
}
header#header .header-top .element a {
    font-weight: 500;
}
.btn-theme-colored2:before {
    background: var(--theme-color3);
}
.btn-theme-colored1:before, .btn-theme-colored2:before, .btn-outline-theme-colored1:before, .btn-outline--theme-colored2:before, .woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):before {
    position: absolute;
    content: '';
    background: var(--theme-color3);
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all .5s ease;
}
.head-main .element .btn-sm :hover{
	background:#03cbfe;
}
/* header main end */

/* banner start */
.btn-apply{
    border: none;
    background: #23a7d9;
    border-radius: 3px;
    padding: 5px 15px 5px 15px;
    color: #fff;
	margin-right: 20px;
}
.btn-apply:hover{
	color:#000;
}


/* banner end */

/* welcome section start */
.wel:hover{
	background:#02ccf838;
}
.wel a:hover{
	text-decoration:none;
}

.headd{
color:#010161!important;
}
.wel img{
    margin-bottom: 34px;
    margin-top: 26px;
}
.opt-wel{
    margin-top: 232px;
	text-align:center;
	margin-bottom: 70px;
}
.wel{
    width: 375px;
    height: 210px;
    box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}
.opt-wel p{
	margin-bottom:50px;
}
.opt-wel{
	width: 100%;
	height: auto;
	background: url(../optus/assets/img/candidate.png);
	padding-top: 0px;
	background-size: cover;
	background-position: center;
	padding-top: 10px;
    padding-bottom: 10px;
}
/* welcome section end */

/* about section start */

.abt-icon i{
	color:#010161;
}
.abot-call{
	margin-left:180px;
	font-size:25px;
	color:#010161;
}
.tel-abt{
	color:#010161!important;
	font-size:20px;
}
.tel-abt:hover{
	text-decoration:none;
}
.abt-icon i{
	color:#010161
}
.about-wrapper{
	  
		padding-bottom:50px;
}

/* about section end */




/* service start */
.buttonn{
	margin-bottom:100px!important;
}
.text-center:hover{
	text-decoration:none;
}
.text-center{
	text-align:center;
	display:block;
}
.text-center font{
    background: #00d1fe;
    padding: 10px 15px 10px 15px;
    border-radius: 4px;
    color: #fff;
}
.text-center font:hover{
    background: #010161;
    color: #fff;
    text-decoration: none!important;
}
.page-heading{
	text-align:center;
}
.solutions-wrapper {
    margin-top: 100px;
     margin-bottom: 100px;
}

.solutions-wrapper .buttonn:hover {
    color: #1a6dd2;
}
.solutions-wrapper .solution-item:hover img {
    opacity: 0.3;
}
.solutions-wrapper .solution-item:hover {
    text-decoration: none;
    border-color: #1a6dd2;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(26 109 210 / 12%);
    -moz-box-shadow: 0px 0px 12px 0px rgb(209 33 46 / 12%);
    box-shadow: 0px 0px 12px 0px rgb(26 109 210 / 12%));
}

.solutions-wrapper .solution-item:hover i {
    top: 50%;
    opacity: 1;
}
.solutions-wrapper .solution-item:hover {
    text-decoration: none;
    border-color: #010161;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(26 109 210 / 12%);
    -moz-box-shadow: 0px 0px 12px 0px rgb(209 33 46 / 12%);
    box-shadow: 0px 0px 12px 0px rgb(26 109 210 / 12%));
}

.solutions-wrapper .solution-item {
    width: 100%;
    border: 1px solid #01016114;
    position: relative;
    display: block;
    text-align: center;
    padding: 40px 12px 0px 12px;
    transition-duration: 0.3s;
    min-height: 355px;
    border-radius: 10px;
	box-shadow: 3px 3px 2px 2px #010161;
	margin-bottom: 30px;
}
.page-id-6 .solutions-wrapper .solution-item span {
    background: #1a6dd2!important;
}
.solutions-wrapper .solution-item span {
    width: 125px;
    height: 125px;
    background-color: wheat;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -62px;
    margin-bottom: 20px;
	transition-duration: 0.3s;
}

.solutions-wrapper .solution-item i {
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -12px;
    margin-top: -12px;
    z-index: 990;
    color: #fff;
    font-size: 24px;
    transition-duration: 0.3s;
    opacity: 0;
}
.solutions-wrapper .solution-item span img {
    width: 125px;
    height: 125px;
    object-fit: cover;
	transition-duration: 0.3s;align-content
}

.solutions-wrapper .solution-item h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.solutions-wrapper .solution-item p {
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.solutions-wrapper p {
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
}
.solutions-wrapper .buttonn {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--GreyColor);
    position: absolute;
    left: 0px;
    bottom: -35px;
    text-decoration: none;
    transition-duration: 0.3s;
}

.service-img{
    height: 494px;
    width: 557px;
}
/* service ends */

/* why choose start */
.choose-img{
	padding-right:0px !important;
}
.choose-content{
	background-color:#ebebeb;
	padding-left:0px!important;
}
.choose-cont{
	margin-top: 118px;
    margin-left: 45px;
}
.inner-sec{
	padding:57px;
}
.first-sec{
	padding-right:0px!important;
}
.img-cont1{
	text-align:center;
}
.img-cont1 img{
	width:40%;
}
.fourth-sec{
	
}
.first-sec{
	border-right: 2px solid #002147;
    border-bottom: 2px solid #002147;
}
.second-sec{
	border-bottom: 2px solid #002147;
}
.third-sec{
border-right: 2px solid #002147;
}
.fourth-sec{
	padding-left:0px !important;
}
.img-cont4{
	text-align:center;
}
.img-cont4 img{
	width:40%;
	    margin-top: 20px;
}

.img-con2{
	text-align:center;
}
.img-con2 img{
	width:40%;
}
.img-cont3{
	text-align:center;
}
.img-cont3 img{
	width:40%;
	    margin-top: 20px;

}
.first-sec h5{
	margin-bottom:30px;
} 


.choose{
	margin-top:50px;
}
.choose-img img {
    width: 100%;
    object-fit: cover;
}
.pagee-heading {
	width: 100%;
	padding: 0;
	margin: 50px 0px 7px 0px;
	color: #010161;
	font-size: 44px;
	font-weight: 700;
}

.pagee-heading font {
	position: relative;
	z-index: 200;
}


/* why choose end */


/*start blog*/
  .innerpage-wrap {
    margin-top: 90px;
    margin-bottom: 90px;
}
.innerpage-wrap.recent-post-wrap .blog-item-con {
    margin-top: 15px;
    margin-bottom: 15px;
}
.recent-post-wrap .blog-item-con {
    width: 100%;
    float: left;
}
recent-post-wrap .blog-item-con span {
    width: 100%;
    height: 235px;
    background: var(--RedColor);
    float: left;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.recent-post-wrap .blog-item-con .linkitem {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 35%;
    margin-top: -25px;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 100;
    text-align: center;
    color: #fff;
    line-height: 48px;
    transition-duration: 0.3s;
    opacity: 0;
}
.recent-post-wrap .blog-item-con span img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    transition-duration: 0.3s;
    border-radius:10px;
}
.recent-post-wrap .blog-item-con h6 {
    padding: 0;
    margin: 18px 0px 0px 0px;
    text-decoration: none;
    color: #ca291f;
    width: 100%;
    line-height: 22px;
    float: left;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.recent-post-wrap .blog-item-con h6:hover{
    color:#000;
}
.blog-single-post .col-lg-7 {
    text-align: justify;
}
.blog-single-post .col-lg-7 span img {
    width: 100%;
    height: auto;
}
.blog-single-post .col-lg-5 h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-size: 24px;
    text-align: left;
}
.recent-post-wrap .blog-item-con:hover .linkitem {
    opacity: 1;
    top: 45%;
}
body{
	overflow-x: hidden;
}

}
@media (min-width: 992px){
.pl-lg-5, .px-lg-5 {
    padding-left: 3rem!important;
}
}

@media (min-width: 992px){
	.mt-lg-0, .my-lg-0 {
		margin-top: 0!important;
	}
	}
	.blog-enquiry-wrapper {
    width: 100%;
    padding: 100px 0px;
    margin: 0;
    background: #ffff;
    height: auto;
    margin-top: 0px;
    z-index: 100;
    position: relative;
		padding-bottom:50px;
}

.recentblog {
    width: 100%;
    padding: 0;
    margin: 0px 0px 25px 0px;
    color: #010161;
    font-size: 44px;
    font-weight: 700;
}
.recentblog font {
    position: relative;
    z-index: 200;
}

.blog-item {
    color: var(--TextColor);
    text-decoration: none;
}
.blog-item span {
    width: 100%;
    height: 275px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background: none;
    margin-bottom: 16px;
    display: block;
	background: #1a6dd2;
}
.blog-item span i {
    position: absolute;
    top: 40%;
    opacity: 0;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    font-size: 28px;
    z-index: 950;
    transition-duration: 0.3s;
    color: #fff;
}

.blog-item .date-div {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 900;
    background: rgb(26 109 210);
    border-radius: 5px;
    width: 70px;
    padding: 5px 0px 8px 0px;
}
.blog-item .date-div h2 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 700;
}
.blog-item .date-div h5 {
    color: #fff;
    padding: 0;
    margin: -3px 0px 0px 0px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
    text-align: center;
}
.blog-item span img {
    width: 100%;
    height: 275px;
    object-fit: cover;
    transition-duration: 0.3s;
}
.blog-item:hover img {
    opacity: 0.2;
}
.blog-item h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 24px;
    text-decoration: none !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	color: #010161;
}
.blog-item:hover {
    text-decoration: none !important;
}
.blog-item:hover span i {
    top: 50%;
    opacity: 1;
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}
.enquiry-form .col-lg-12 {
    position: relative;
    padding-bottom: 10px;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.enquiry-form input[type=text], .enquiry-form input[type=email] {
    width: 100%;
    background: none;
    border: 1px solid #cbcbcb;
    height: 42px;
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
}
.enquiry-form textarea {
    width: 100%;
    background: none;
    border: 1px solid #cbcbcb;
    height: 90px;
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
}
.enquiry-form .col-lg-12 {
    position: relative;
    padding-bottom: 10px;
}
.enquiry-form .wpcf7-submit {
    width: 100%;
    padding: 0;
    margin: -7px 0px 0px 0px;
    height: 42px;
    border-radius: 3px;
    background: linear-gradient(to right, rgb(1 8 102) 0%, rgb(0 203 252) 100%) !important;
    border: none;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}


.enquiry-form .wpcf7-submit:hover {
    background: linear-gradient(to right, rgb(0 205 254) , rgb(1 22 113) 60%) !important;
}
.enquiry-form .wpcf7-spinner {
    position: absolute;
    left: 0px;
    top: 6px;
    padding: 0;
    margin: 0;
    left: 50%;
    margin-left: -12px;
}

.wpcf7-response-output, .wpcf7-spinner {
    display: none;
    visibility: hidden;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    width: 100%;
    text-align: center;
    padding: 4px 0px;
    margin: 0;
    font-size: 13px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}
.wpcf7-response-output, .wpcf7-spinner {
    display: none;
    visibility: hidden;
}
.blog-enquiry-wrapper .col-lg-8{
	bottom:20px;
}
.blog-enquiry-wrapper .enquiry-form{
	bottom:20px;
} 

/*end blog*/

/* footer start */

.copy{
	text-align:center;
}
.foot img{
	margin-bottom:20px;
	
}
.map{
	line-height:0;
	height: 354px;
}
/* footer end */

/* about inner sec start */
.about2__item{
  align-items: center;
}
.pt-120 {
    padding-top: 120px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mr-10 {
    margin-right: 10px;
}
.about2-left__img2 {
    position: relative;
}
.about2-left__info {
    width: 230px;
    margin: auto;
    background: #ffffff;
    padding: 18px 15px;
    position: absolute;
    left: 0px;
    bottom: 15px;
    right: 0;
    margin: auto;
}
.mr-15 {
    margin-right: 15px;
}
.about2-left__info__right h4 {
    font-size: 18px;
    margin-bottom: -4px;
    line-height: 36px;
}
.about-area-2 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #6f6f6f;
    margin-bottom: 10px;
	text-align: justify;
}
.subtitle {
    font-size: 15px;
    color: #E48216;
    color: #6f6f6f;
    margin-bottom: 15px;
    font-weight: 500;
    display: block;
    
    
}
.about-span {
    margin-bottom: 33px;
}
.section-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 0px;
    font-weight: 700;
	color:#002147;
}
.about-span span {
    color: #03cdfe;
    font-weight: 700;
}

.mb-40 {
    margin-bottom: 40px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.about2__icon {
    margin-right: 20px;
}
.about2__icon i {
    font-size: 45px;
    color: #03cdfe;
}
.about-area-2 a, button, i {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}
.about-area-2 i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-fair-trade:before {
    content: "\f116";
}
.about2__content h4 {
    font-size: 18px;
    margin-bottom: 17px;
}

.about-area-2 h4 {
    font-family: "Roboto", sans-serif;
    color: #1A1C20;
    margin: 0px;
    font-style: normal;
    font-weight: 500;
    text-transform: normal;
    margin-bottom: 10px;
}
.about2__icon {
    margin-right: 20px;
}
.about-area-2 img {
    max-width: 100%;
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.about2-left{
	margin-top:47px;
}

/* mission vission start */
.vision{
	margin-top:50px;
}
.m-vcont{
    display: flex;
    align-items: center;
    text-align: justify;
    background: #0000000d;
    color: #000;
    height: 250px;
    border-radius: 10px;
}
.m-vcont1{
    display: flex;
    align-items: center;
    text-align: justify;
    background: #0000002e;
    color: #000;
    height: 250px;
    border-radius: 10px;
}

 .description-widget .desc-title {
    border-radius: 5px;
    padding: 38px 38px 42px 42px;
	display: flex;
    justify-content: center;
    background: #002147;
    color: #fff;
    height: 250px;
    border-radius: 10px;
    align-items: center;
}


.text-end {
    text-align: right!important;
}
.description-widget .desc-title h2 {
    font-size: 36px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #fff;
	text-align: center;
}
.description-widget .desc-text p {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: var(--p_color);
    line-height: 30px;
}
/* mission vission end */


/* inner about team section start */
  .team-block-one .inner-box:hover:before {
    height: 100%;
}
  .team-section {
    padding: 100px 0px 100px 0px;
   
}
.centred {
    text-align: center;
}
.team-section:before {
    position: absolute;
    content: '';
    background: var(--white-color);
    width: 100%;
    height: 240px;
    left: 0px;
    bottom: 0px;
}
.auto-container {
    position: static;
    max-width: 1450px;
    padding: 0px 15px;
    margin: 0 auto;
}
.sec-title {
    position: relative;
    display: block;
}

.centred {
    text-align: center;
}
.mb_50 {
    margin-bottom: 50px;
}
.sec-title .sub-title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #07407D;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.home_one .sec-title .sub-title:before {
    background: var(--secondary-color);
}

.sec-title.centred .sub-title:before {
    left: 50%;
    transform: translateX(-50%);
}
.sec-title .sub-title:before {
    position: absolute;
    content: '';
    background: #B4C4D9;
    width: 97px;
    height: 1px;
    left: 0px;
    bottom: 0px;
}
.team-section .sec-title .sub-title:after {
    background: #FAFAFA;
}

.home_one .sec-title .sub-title:after {
    color: var(--main-color);
}
.sec-title.centred .sub-title:after {
    left: 50%;
    transform: translateX(-50%);
}
.sec-title .sub-title:after {
    position: absolute;
    content: '\e90e';
    font-family: 'icomoon';
    font-size: 13px;
    background: var(--white-color);
    width: 33px;
    text-align: center;
    color: #B4C4D9;
    left: 32px;
    bottom: -13px;
}
.sec-title h2 {
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}
.team-block-one h3 {
    position: relative;
    font-family: var(--maven);
    font-weight: 400;
    color: var(--title-color);
    margin: 0px;
    transition: all 500ms ease;
}
.sec-title h2 {
    position: relative;
    font-weight: 700;
    color: #002147;
    margin: 0px;
    transition: all 500ms ease;
}
.team-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 14px 20px rgb(0 0 0 / 22%);
    border-radius: 165.5px;
    padding: 11px;
    z-index: 1;
}
.team-block-one .inner-box:before {
    position: absolute;
    content: '';
    background: #002147;
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
}
.team-block-one .inner-box .image-box {
    position: relative;
    display: block;
    border-radius: 154.5px;
    overflow: hidden;
	height: 300px;
}
figure {
    margin: 0px;
}
.team-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 154.5px;
    transition: all 500ms ease;
}

.image-box img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.team-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 41px 15px 54px 15px;
}
.team-block-one .inner-box .lower-content .share-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
}
.team-block-one .inner-box .lower-content .share-box .share-icon {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 66px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: var(--main-color);
    cursor: pointer;
    transition: all 500ms ease;
}
.team-block-one .inner-box .lower-content .share-box .social-links {
    position: absolute;
    left: 0px;
    bottom: 60px;
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: all 500ms ease;
}
.team-block-one .inner-box .lower-content .share-box .social-links:before {
    position: absolute;
    content: '';
    background: transparent;
    width: 100%;
    height: 10px;
    left: 0px;
    bottom: -10px;
}
.team-block-one .inner-box .lower-content .share-box .social-links li {
    position: relative;
    display: block;
    margin-bottom: 5px;
}
.team-block-one .inner-box .lower-content .share-box .social-links li a {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 68px;
    font-size: 24px;
    color: var(--main-color);
    background: var(--white-color);
    border-radius: 50%;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.team-block-one .inner-box .lower-content h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 3px;
}
.team-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: var(--main-color);
}
.team-block-one .inner-box .lower-content .designation {
    position: relative;
    display: block;
    transition: all 500ms ease;
}
.team-block-one .inner-box:hover .lower-content h3 a {
    color: #fff;
}
.team-block-one .inner-box:hover .lower-content .designation {
    color: #fff;
}
.team-block-one .inner-box .lower-content .share-box:hover .social-links {
    transform: scaleY(1);
    bottom: 70px;
}
.social-links i{
    color: #fff;
    font-size: 35px;
}
/* inner about team section end */
/* common section start */
.cta-area-2 {
  position: relative;
  height:224px;
}

.cta-area-2::after {
  content: '';
  background-image: url('../optus/assets/img/bg-sec.png');
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cta-content .theme-btn:hover{
	color:#000;
	text-decoration:none;
	background:#03cdfe;
}
.cta-area-2{
    background: #002147 ;
    padding-top: 80px;
    padding-bottom: 80px;
}
 .align-items-center {
    align-items: center!important;
}
.cta-content.text-black h2 {
    color: #fff;
}

.cta-content h2 {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
}
.cta-content.text-black p {
    color: #fff;
}

.cta-content p {
    color: #fff;
    font-size: 18px;
}
.cta-content .theme-btn {
    font-size: 20px;
    height: 66px;
    line-height: 66px;
    padding: 0 50px;
}
.theme-btn {
    display: inline-block;
    font-size: 18px;
    color: #000;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 0 35px;
    overflow: hidden;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
}
.theme-btn::before {
    background-color: #171d24;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: -1;
    height: 103%;
    width: 102%;
    border-radius: 4px;
    content: "";
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

/* common section end */





.abt-optus img{
	height: 64%;
    width: 98%;
    margin-top: 57px;
}
.projectFactsWrap .item{
	border-right: 1px solid #000;
	background-color: rgba(0, 0, 0, 0.5);
}
.projectFactsWrap .item:last-child {
    border-right: none;
}
.sectionClass {
    padding: 20px 0px 50px 0px;
    position: relative;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  @import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);
  body {
    font-family: Open Sans, "Helvetica Neue", "Helvetica", Helvetica, Arial,   sans-serif;
    font-size: 13px;
    color: #666;
    position: relative;
    -webkit-font-smoothing: antialiased;
    margin: 0;
  }
  
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-size: 13px;
    direction: ltr;
  }
  
  .sectionClass {
    padding: 20px 0px 50px 0px;
    position: relative;
    display: block;
	height: 246px;
  }
  
  .fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
    bottom: 19px;
  }
  
  
  .sectiontitle {
    background-position: center;
    margin: 100px 0 0px;
    text-align: center;
    min-height: 20px;
  }
  
  .sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  
  
  .headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101F2E;
  }
  
  
  .projectFactsWrap{
      display: flex;
    margin-top: 0px;
    flex-direction: row;
    flex-wrap: wrap;
  }
.projectFactsWrap .fa-solid{
	margin-bottom:20px;
}
  
  #projectFacts .fullWidth{
    padding: 0;
  }
  
  .projectFactsWrap .item{
    width: 25%;
    height: 100%;
    padding: 50px 0px;
    text-align: center;
  }
  
  /* .projectFactsWrap .item:nth-child(1){
    background: rgb(16, 31, 46);
  }
  
  .projectFactsWrap .item:nth-child(2){
    background: rgb(18, 34, 51);
  }
  
  .projectFactsWrap .item:nth-child(3){
    background: rgb(21, 38, 56);
  }
  
  .projectFactsWrap .item:nth-child(4){
    background: rgb(23, 44, 66);
  } */
  
  .projectFactsWrap .item p.number{
    font-size: 40px;
    padding: 0;
    font-weight: bold;
  }
  
  .projectFactsWrap .item p{
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin: 0;
    padding: 10px;
    font-family: 'Open Sans';
  }
  
  
  .projectFactsWrap .item span{
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
  }
  
  
  .projectFactsWrap .item i{
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
  }
  
  
  .projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
    color: white;
  }
  
  .projectFactsWrap .item:hover span{
    background: white;
  }
  
  @media (max-width: 786px){
    .projectFactsWrap .item {
       flex: 0 0 50%;
    }
  }
  
  /* AUTHOR LINK */
  
  
  footer{
    z-index: 100;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  
  footer p {
  color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    opacity: 0;
    font-family: 'Open Sans';
    width: 100%;
      word-wrap: break-word;
    line-height: 25px;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    margin: 0;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  
  footer .authorWindow a{
    color: white;
    text-decoration: none;
  }
  
  footer p strong {
      color: rgba(255, 255, 255, 0.9);
  }
  
  .about-me-img {
    width: 120px;
    height: 120px;
    left: 10px;
    /* bottom: 30px; */
    position: relative;
    border-radius: 100px;
  }
  
  
  .about-me-img img {
  }
  
  
  .authorWindow{
    width: 600px;
    background: #75439a;
    padding: 22px 20px 22px 20px;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .authorWindowWrapper{
    display: none;
    left: 110px;
    top: 0;
    padding-left: 25px;
    position: absolute;
  }
  
  
  
  
  
  .trans{
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  @media screen and (max-width: 768px) {
      .authorWindow{
           width: 210px;
      }
  
      .authorWindowWrapper{
               bottom: -170px;
    margin-bottom: 20px;
      }
  
      footer p{
            font-size: 14px;
      }
  }
  

/* about inner countersec end  */


/* contact us start */
.cont-fo{
	margin-bottom:100px;
}

.add{
	margin-left:70px;
}

.cont-img img{
	border-radius:15px;
	width:100%;
	object-fit:cover;
}
/* contact us ends */

/* WordPress gallery */
.gallery-caption {}

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.sticky {}

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
font,
span,
p {
	font-family: poppins,Regular !important;
	--RedColor: #17a76b;
	--BlueColor: #0c498a;
	--TextColor: #6b6a6a;
	--LightBg: #f5f5f5;
}

body {
	background: #fff !important;
}

a {
	transition-duration: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin: 0px;
	color: #003884;
}

button {
	transition-duration: 0.3s;
}

.container {
	max-width: 1240px !important;
}

p {
	color:#2d2d2d;
	font-size: 16px;
	line-height: 28px;
}


::selection {
	background: #17a76b;
	color: #fff;
}

::-moz-selection {
	background: #17a76b;
	color: #fff;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	border-radius: 0px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: #010161;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #2199cf;
}


/* Slider */
.slick-slide {
	margin: 0px 0px;
}

.slick-slide img {
	width: 100%;
}



.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid #fff;
}

.slick-arrow.slick-hidden {
	display: none;
}


/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	/* -webkit-transform: translate(0, -50%); */
	-ms-transform: translate(0, -50%);
	/* transform: translate(0, -50%); */
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	/* line-height: 1; */
	/* opacity: .75; */
	color: white;
	/* -webkit-font-smoothing: antialiased; */
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '←';
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: '→';
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -15px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 5px !important;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	display: block;

	padding: 2px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 15px;
	height: 15px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/*----*/


.solutionscroll .slick-dots,
.testimonialsscroll .slick-dots,
.services-scroll .slick-dots {
	bottom: -30px !important;
}



.solutionscroll .slick-dots li button,
.testimonialsscroll .slick-dots li button,
.services-scroll .slick-dots li button {
	border: 2px solid #003884;
	list-style: none !important;
	z-index: 990;
	border-radius: 50%;
}

.solutionscroll li button:before,
.testimonialsscroll li button:before,
.services-scroll li button:before {
	display: none;
	visibility: hidden;
}


.solutionscroll .slick-dots li.slick-active button,
.testimonialsscroll .slick-dots li.slick-active button,
.services-scroll .slick-dots li.slick-active button {
	background: #003884;
}

.solutionscroll .slick-dots li button,
.testimonialsscroll .slick-dots li button,
.services-scroll .slick-dots li button {
	border: 2px solid #010161;
	list-style: none !important;
	z-index: 990;
	border-radius: 50%;
}

.solutionscroll .slick-dots li.slick-active button,
.testimonialsscroll .slick-dots li.slick-active button,
.services-scroll .slick-dots li.slick-active button {
	background: #010161;
}

.footerwrapper {
	width: 100%;
	height: auto;
	background: url(../optus/assets/img/footer-img.jpg) top no-repeat #040d25;
	padding-top: 0px;
	background-size: cover;
	background-position: center;
}

.footer-credit {
	width: 100%;
	padding: 0;
	margin: 0;
	background: rgb(0 33 71);
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 100px;
}

.footer-credit p {
	font-size: 15px;
	padding: 0;
	margin: 0;
}

.footerwrapper p i {
	margin-right: 8px;
}

.footer-credit p a {
	color: #fff;
	text-decoration: none;
}

.footer-credit p a:hover {
	color: #000;
}

.footer-credit .col-lg-6:last-child p {
	text-align: right;
}

.footerwrapper .col-lg-3 ul,
.footerwrapper .col-lg-6 ul {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
}

.footerwrapper .col-lg-3 ul li,
.footerwrapper .col-lg-6 ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: normal;
}

.footerwrapper .col-lg-6 ul li {
	width: 50%;
	display: inline-block;
	float: left;
}


.footerwrapper .col-lg-3 ul li a,
.footerwrapper .col-lg-6 ul li a {
	font-size: 15px;
	padding: 6px 0px;
	margin: 0;
	width: 100%;
	color: #010132cf;
	transition-duration: 0.3s;
	font-weight: 400;
	line-height: normal;
	display: block;
}

.footerwrapper .col-lg-3 ul li a:hover,
.footerwrapper .col-lg-6 ul li a:hover {
	color: #010161;
	text-decoration: none;
	opacity: 1;
}

.footerwrapper .col-lg-3 p {
	color: #010132cf;
	text-decoration: none;
	padding: 0;
	font-size: 15px;
	line-height: 24px;
}

.footerwrapper .col-lg-3 p:last-child {
	padding: 0;
	margin: 0;
}

.footerwrapper .col-lg-3 p a {
	color: #010132cf;
	text-decoration: none;
}

.footerwrapper h4 {
	width: 100%;
	padding: 0;
	margin: 0px 0px 20px 0px;
	color: #000;
	font-size: 22px;
	font-weight: 500;
}

.footer-topwrap {
	width: 100%;

	background: #17a76b;
	margin-bottom: 100px;
	position: relative;
	z-index: 990;
}

.footerwrapper .col-lg-12 .row {
	margin-left: 0px;
	margin-right: 0px;
}

.footerwrapper .col-lg-12 .row .col-lg-4 {
	padding: 0px 0px;
	text-align: center;
	border-right: 1px solid #5580ad;
	min-height: 95px;
}

.footerwrapper .col-lg-12 .row .col-lg-4:last-child {
	border-right: none;
}

.footer-top-item {
	width: 100%;
	text-align: center;
	display: block;
}

.footer-top-item span img {
	position: absolute;
	left: 0px;
	top: 0px;
}

.footer-top-item span {
	display: inline-block;
	padding: 0px;
	margin: 22px 0px 0px 0px;
	position: relative;
	text-align: left;
	padding-left: 70px;
}

.footer-top-item span h6 {
	padding: 0;
	margin: -5px 0px 0px 0px;
	text-align: left;
	font-size: 14px;
	color: #fff;
}

.footer-top-item span h2 {
	font-size: 34px;
	color: #fff;
	padding: 0;
	margin: 0;
	font-weight: 700;
}



.footerwrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	
}

#curve-styles {
	height: 84px;
	width: 4324px;
	position: absolute;
	z-index: 900;
	left: 50%;
	margin-left: -2162px;
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #17a76b;
}

.footerwrapper #curve-styles {
	top: 0px;
	fill: #fff;
}

.page-id-6 .footerwrapper #curve-styles {
	top: 0px;
	fill: var(--LightBg);
}

.blog-enquiry-wrapper {
	width: 100%;
	padding: 100px 0px;
	margin: 0;
	background: #f5f5f5;
	height: auto;
	margin-top: 0px;
	z-index: 100;
	position: relative;
}

.blog-enquiry-wrapper:before {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 40%;
	top: -65px;
	content: '';
	background: url(../talentohealthcare/assets/img/dotscon.svg) no-repeat;
	animation: dots-anim-two 4s infinite alternate;
	z-index: 920;
}

@keyframes dots-anim-two {
	0% {
		top: -65px;
		left: 40%;
	}



	50% {
		top: 40px;
		left: 40%;
	}




	100% {
		top: 40px;
		left: 45%;
	}
}

.blog-enquiry-wrapper .curve-styles-wrap #curve-styles {
	fill: var(--LightBg);
	transform: rotate(180deg);
}

.curve-styles-wrap {
	width: 100%;
	overflow: hidden;
	height: 84px;
	position: absolute;
	z-index: 900;
	top: -84px;

}

.page-heading {
	width: 100%;
	padding: 0;
	margin: 0px 0px 45px 0px;
	color: #010161;
	font-size: 44px;
	font-weight: 700;
}

.page-heading font {
	position: relative;
	z-index: 200;
}





.enquiry-form input[type=text],
.enquiry-form input[type=email] {
	width: 100%;
	background: none;
	border: 1px solid #cbcbcb;
	height: 42px;
	border-radius: 3px;
	outline: none;
	padding-left: 15px;
	font-size: 15px;
	transition-duration: 0.3s;
}

.enquiry-form textarea:focus,
.enquiry-form input:focus {
	border-color: #17a76b;
}

.enquiry-form textarea {
	width: 100%;
	background: none;
	border: 1px solid #cbcbcb;
	height: 90px;
	border-radius: 3px;
	outline: none;
	padding-left: 15px;
	font-size: 15px;
	transition-duration: 0.3s;
}

.enquiry-form .wpcf7-submit {
	width: 100%;
	padding: 0;
	margin: -7px 0px 0px 0px;
	height: 42px;
	border-radius: 3px;
	background: #17a76b;
	border: none;
	outline: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
}

.enquiry-form .col-lg-12 {
	position: relative;
	padding-bottom: 10px;
}

.wpcf7 form .wpcf7-response-output {
	width: 100%;
	text-align: center;
	padding: 4px 0px;
	margin: 0;
	font-size: 13px;
}

.enquiry-form .wpcf7-spinner {
	position: absolute;
	left: 0px;
	top: 6px;
	padding: 0;
	margin: 0;
	left: 50%;
	margin-left: -12px;
}

.wpcf7-not-valid-tip {
	font-size: 12px;
}

.blog-item {
	color: var(--TextColor);
	text-decoration: none;
}

.blog-item span {
	width: 100%;
	height: 275px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	background: none;
	margin-bottom: 16px;
	display: block;
	background: #01016157;
}

.blog-item span img {
	width: 100%;
	height: 275px;
	object-fit: cover;
	transition-duration: 0.3s;
}

.blog-item h6 {
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 24px;
	text-decoration: none !important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.blog-item .date-div {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 900;
	background: rgb(20 163 192 / 79%);
	border-radius: 5px;
	width: 70px;
	padding: 5px 0px 8px 0px;
}

.blog-item .date-div h5 {
	color: #fff;
	padding: 0;
	margin: -3px 0px 0px 0px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	width: 100%;
	text-align: center;
}

.blog-item .date-div h2 {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: 700;
}

.blog-item:hover {
	text-decoration: none !important;
}

.blog-item:hover img {
	opacity: 0.2;
}

.blog-item:hover h6 {
	text-decoration: none !important;
	color: #00d1fe;
}

.blog-item span i {
	position: absolute;
	top: 40%;
	opacity: 0;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	font-size: 28px;
	z-index: 950;
	transition-duration: 0.3s;
	color: #fff;
}

.blog-item:hover span i {
	top: 50%;
	opacity: 1;
}

.bannerslider-item .col-lg-7 .banner-imagecon {
	width: 100%;
	height: calc(100vh - 100px);
	object-fit: cover;
	overflow: hidden;
	clip-path: circle(59% at 60% 30%);
}

.bannerslider-item .col-lg-7 .banner-imagecon::before {
	width: 100%;
	height: 250px;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;

	background: rgba(0, 0, 0, 0.8);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.bannerslider-item .col-lg-7 .banner-imagecon img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.banner-slider-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner-slider-wrap .container-fluid {
	position: relative;
}

.banner-bg-style {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -5;
	height: calc(100vh - 100px);
}

.banner-slider-wrap .container-fluid,
.banner-slider-wrap .container-fluid .row .col-lg-5,
.banner-slider-wrap .container-fluid .row .col-lg-7 {
	padding-left: 0px;
	padding-right: 0px;
}

.banner-slider-wrap .container-fluid .row {
	margin-left: 0px;
	margin-right: 0px;
}

.header-wrapper {
	width: 100%;
	z-index: 1020;
	position: fixed;
	left: 0px;
	top: 83px;
}

.header-wrapper .col-lg-9 {
	padding-top: 22px;
	transition-duration: 0.3s;
}

.header-wrapper .col-lg-9 .mega-menu-link {
	font-weight: 500 !important;
}

@media screen and (min-width: 980px) {
	#mega-menu-item-35 .mega-menu-link {
		background: #17a76b !important;
		color: #fff !important;
	}

	.page-id-6.f-nav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		color: #312f2f;
	}
}

.header-logo img {
	width: 222px;
    height: 91px;
	object-fit: cover;
	transition-duration: 0.3s;
}

.header-wrapper {
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 15px;
	transition-duration: 0.3s;
	padding-bottom: 15px;
    background-color:#00000029;
}

.f-nav .header-wrapper {
	background: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	padding-top: 5px;
	padding-bottom: 5px;
}

.f-nav .header-wrapper .header-logo img {
	height: 70px;
	width: auto;
}

.f-nav .header-wrapper .col-lg-7 {
	padding-top: 15px;
}

.banner-caption {
	width: 100%;
	height: calc(100vh - 100px);
	display: table;
	padding-left: 90px;
}

.banner-caption span {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	padding-top: 40px;
}
.banner-item{
	top: -5px!important;
}

.banner-caption span h2 {
	width: 100%;
	
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-size: 44px;
	font-weight: 700;	
    border-radius: 10px;
	margin-bottom: 30px;
}

.banner-caption span p {
	
	color: #fff;
}

.banner-caption span h2 font {
	position: relative;
	z-index: 200;
	font-family: "Archivo", sans-serif !important;
}

.vis-mis{
    	margin-bottom: 100px;
}

.readmore-btn {
	font-size: 15px;
	color: #fff;
	border: 2px solid #17a76b;
	font-weight: 500;
	width: 125px;
	height: 34px;
	position: relative;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	transition-duration: 0.3s;
}

.readmore-btn:before {
	width: 135px;
	height: 34px;
	position: absolute;
	left: -7px;
	top: -2px;
	content: '';
	transition-duration: 0.3s;
}

.readmore-btn:after {
	width: 125px;
	height: 44px;
	position: absolute;
	left: -2px;
	top: -7px;
	content: '';
	transition-duration: 0.3s;
}
.banner-btn{
	background-color: #17a76b;
	border: 0px solid #17a76b;
	border-radius: 4px!important;
	line-height: 34px;
}
.readmore-btn:hover {
	background: #17a76b;
	color: #fff;
	text-decoration: none;
}

.readmore-btn:hover:before {
	width: 125px;
	left: -2px;
}

.readmore-btn:hover:after {
	height: 34px;
	top: -2px;
}

.banner-bottom-div {
	margin-top: 24px;
	position: relative;
}

.banner-bottom-div .mouse-icon {
	width: 19px;
	height: 25px;
	background: url(../talentohealthcare/assets/img/mouse-icon.jpg) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: -50px;
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
	z-index: 999;
	animation: mouse-animation 1.5s infinite alternate;
}

.banner-bottom-div .mouse-icon:hover {
	background: url(../talentohealthcare/assets/img/mouse-icon-red.jpg) no-repeat;
}

@keyframes mouse-animation {
	0% {
		top: -50px;
	}



	70% {
		top: -50px;
	}

	71% {
		top: -50px;
	}



	100% {
		top: -80px;
	}
}

.banner-bottom-div font {
	background: #fff;
}

.banner-bottom-div:after {
	width: 100%;
	height: 1px;
	content: '';
	position: absolute;
	left: 0px;
	bottom: 20px;
	background: #eeeeee;
	z-index: -1;
}

.banner-bottom-div .col-lg-8 font {
	float: right;
	padding-left: 45px;
}

.banner-bottom-div .col-lg-8 font h2 {
	width: 100%;
	text-align: right;
	padding: 0;
	margin: 0;
	font-size: 32px;
	font-weight: 700;
}

.banner-bottom-div .col-lg-8 font h2 a {
	color: #000;
	text-decoration: none;
}

.banner-bottom-div .col-lg-8 font h6 {
	width: 100%;
	text-align: right;
	padding: 0;
	margin: 0;
	font-size: 16px;
}

.banner-bottom-div .col-lg-8 font h6 a {
	color: #17a76b;
	text-decoration: none;
}


.banner-bottom-div .col-lg-4 h5 {
	padding: 0;
	margin: 25px 0px 0px 0px;
	color: var(--TextColor);
	font-size: 16px;
}

.banner-bottom-div .col-lg-4 h5 font {
	background: #fff;
	padding-right: 45px;
	position: relative;
	padding-left: 30px;
}

.banner-bottom-div .col-lg-4 h5 font i {
	color: #17a76b;
	position: absolute;
	left: 0px;
	top: 1px;
}

.partners-scroll img {
	width: auto !important;
	height: 40px;
	object-fit: cover;
}

.partners-scroll {
	margin-top: 80px;
}

.partners-scroll div {
	padding-left: 25px;
	padding-right: 25px;
}

.services-wrap {
	width: 100%;
	background: var(--LightBg);
	position: relative;
	margin-top: 200px;
}

.services-wrap .container {
	position: relative;
}

.services-wrap .container:after {
	width: 183px;
	height: 183px;
	background: url(../talentohealthcare/assets/img/circle-animation.png) no-repeat;
	position: absolute;
	top: -150px;
	right: -45px;
	z-index: 900;
	content: '';
	animation: infinite halfcircle-animation 8s;
}

@keyframes halfcircle-animation {
	0% {
		transform: rotate(0);
	}



	50% {
		transform: rotate(180deg);
	}



	100% {
		transform: rotate(0);
	}
}

.service-item {
	position: relative;
	z-index: 100;
	text-decoration: none !important;
}

.service-item p {
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.service-item h4 {
	width: 100%;
	padding: 0;
	margin: 16px 0px 16px 0px;
	font-size: 20px;
	display: block;
	transition-duration: 0.3s;
}

.service-item span {
	width: 90px;
	height: 90px;
	border: 2px solid #003884;
	display: inline-block;
	border-radius: 50%;
	border-bottom-left-radius: 0px;
}

.service-item span img {
	width: 86px;
	height: 86px;
	object-fit: contain;
}

.service-item:hover h4 {
	color: #17a76b;
}

.services-wrap .row {
	margin-left: -30px;
	margin-right: -30px;
}

.services-wrap .col-lg-4 {
	padding-left: 30px;
	padding-right: 30px;
}

.services-wrap .curve-top .st0,
.services-wrap .curve-bottom .st0 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: var(--LightBg);
}

.services-wrap .curve-top {
	height: 163px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: -150px;
	z-index: -1;
}

.services-wrap .curve-top svg,
.services-wrap .curve-bottom svg {
	height: 163px;
	width: 4326px;
	position: relative;
	left: 50%;
	margin-left: -2163px;
}


.services-wrap .curve-bottom {
	height: 163px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: -150px;
	transform: rotate(180deg);
	z-index: -1;
}



.about-wrapper .container {
	position: relative;
}



@keyframes aboutdotanim {
	0% {
		top: -50px;
	}



	50% {
		top: 100px;
	}



	100% {
		top: -50px;
	}
}

.about-wrapper p {
	text-align: justify;
}
.about-wrapper{
	background-color:#f9f9f9;
	    padding-top: 50px;
}
.about-wrapper .readmore-btn {
	margin-top: 25px;
	margin-left:0px!important;
	margin-bottom: 41px;
}

.about-wrapper .about-image {
	width: 103%;
	height: 603px;
	border-radius: 5px;
	display: block;
	margin-top: 0px;
	overflow: hidden;
}
.abouttalento {
	margin-top: 50px;
}
.about-wrapper .about-image img {
	width: 100%;
	height: 633px;
	object-fit: cover;
}

.about-wrapper .col-lg-6:first-child {
	padding-right: 50px;
	position: relative;
}


@-webkit-keyframes puls {
	to {
		box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);
	}
}

@-moz-keyframes puls {
	to {
		box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);
	}
}

@-ms-keyframes puls {
	to {
		box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);
	}
}

@keyframes puls {
	to {
		box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);
	}
}

.callback-companyprofile {
	margin-top: 120px;
}

.callback-companyprofile .callback-item {
	width: 100%;
	height: 120px;
	background: #003884;
	position: relative;
	padding: 0px 40px 0px 120px;
}

.callback-companyprofile .callback-item:before {
	width: 60px;
	height: 60px;
	content: '';
	position: absolute;
	left: 40px;
	top: 30px;
	background: #000;
}

.callback-companyprofile .col-lg-6:first-child .callback-item:before {
	background: url(../talentohealthcare/assets/img/callback.png) no-repeat;
}

.callback-companyprofile .col-lg-6:first-child .callback-item a {
	color: #17a76b;
}

.callback-companyprofile .col-lg-6:last-child .callback-item:before {
	background: url(../talentohealthcare/assets/img/company-profile.png) no-repeat;
}

.callback-companyprofile .col-lg-6:last-child .callback-item a {
	color: #003884;
}

.callback-companyprofile .col-lg-6:first-child .callback-item {
	background: #17a76b;
}

.callback-companyprofile .callback-item .col-lg-4 a {
	width: 100%;
	padding: 0;
	margin: 42px 0px 0px 0px;
	height: 38px;
	background: #fff;
	border-radius: 20px;
	border: none;
	outline: none;
	font-size: 15px;
	font-weight: 500;
	display: block;
	text-align: center;
	line-height: 38px;
}

.callback-companyprofile .callback-item .col-lg-4 a:hover {
	-webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.3);


}

.callback-companyprofile .callback-item h2 {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 28px;
	color: #fff;
	font-weight: 700;
}

.callback-companyprofile .callback-item h5 {
	width: 100%;
	padding: 0;
	margin: 30px 0px 0px 0px;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	opacity: 0.8;
}
/* .solutions-wrapper p{
	text-align: center;
	padding-left: 100px;
	padding-right: 100px;
}
.solutions-wrapper {
	margin-top: 90px;
	padding-top: 30px;
	width: 100%;
	overflow: hidden;
}

.solutions-wrapper h1 {
	text-align: center;
}

.solutions-wrapper .solution-item {
	text-decoration: none !important;
}

.solutions-wrapper .solution-item span {
	width: 100%;
	height: 220px;
	border-radius: 10px;
	overflow: hidden;
	display: block;
	position: relative;
	background: #003884;
}

.solutions-wrapper .solution-item span img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	transition-duration: 0.3s;
}

.solutions-wrapper .solution-item p {
	padding: 0;
	margin: 0;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.solutions-wrapper .solution-item h4 {
	width: 100%;
	padding: 0;
	margin: 20px 0px 10px 0px;
	font-size: 22px;
    text-align: center;
	font-weight: 400;
	transition-duration: 0.3s;
	background-color: #17a76bdb;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.solutions-wrapper .solution-item h4:hover {
background-color: #24247b;
}
.solutions-wrapper .solution-item:hover h4 {
	color: #fff;
}

.solutions-wrapper .solution-item:hover img {
	opacity: 0.3;
}

.solutions-wrapper .solution-item i {
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -12px;
	margin-top: -12px;
	z-index: 990;
	color: #fff;
	font-size: 24px;
	transition-duration: 0.3s;
	opacity: 0;
}

.solutions-wrapper .solution-item:hover i {
	top: 50%;
	opacity: 1;
}
 */
.testimonials-wrap {
	margin-top: 120px;
	margin-bottom: 160px;
}

.testimonials-wrap .container {
	position: relative;
}

.testimonials-wrap .container:before {
	width: 183px;
	height: 183px;
	background: url(../talentohealthcare/assets/img/circle-animation.png) no-repeat;
	position: absolute;
	top: 0px;
	left: -75px;
	z-index: 900;
	content: '';
	animation: infinite halfcircle-animation 8s;
	z-index: -2;
}

.testimonials-wrap .page-heading {
	text-align: center;
}

.testimonial-item {
	width: 100%;
	background: var(--LightBg);
	border-radius: 10px;
	padding: 30px;
	display: block;
	position: relative;
	margin-top: 50px;
}

.testimonial-item:after {
	width: 52px;
	height: 42px;
	background: url(../talentohealthcare/assets/img/testimonials-btm.jpg) no-repeat;
	position: absolute;
	left: 20px;
	bottom: -42px;
	content: '';
}

.testimonial-item p {
	text-align: center;
	font-style: italic;
	display: block;
	padding: 0;
	margin: 0;
}

.testimonial-item span {
	width: 100px;
	height: 100px;
	background: url(../talentohealthcare/assets/img/testimonial-pic.png) no-repeat #003884;
	display: block;
	left: 50%;
	margin-left: -50px;
	border-radius: 50%;
	margin-top: -75px;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.testimonial-item span img {
	width: 100%;
	height: 100px;
	object-fit: cover;
}

.testimonial-item h6 {
	width: 100%;
	padding: 0px 0px 0px 85px;
	margin: 0;
	position: absolute;
	bottom: -36px;
	left: 0px;
}

.testimonials-wrap .row {
	margin-left: -30px;
	margin-right: -30px;
}

.testimonials-wrap .row .col-lg-6 {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
}



.reputation-wrapper {
	width: 100%;
	position: relative;
	background: var(--LightBg);
	margin-top: 120px;
}

.reputation-wrapper .col-lg-5 {
	position: relative;
}

.reputation-wrapper .col-lg-5 .col-lg-5 img {
	width: 352px;
	height: 540px;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 920;
}

.reputation-wrapper .col-lg-5 {
	min-height: 540px;
	margin-top: 45px;
}

.reputation-wrapper .col-lg-7 {
	min-height: 540px;
	display: table;
}

.reputation-wrapper .col-lg-7 .spancenter-align {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.reputation-wrapper .col-lg-7 span h3 {
	font-size: 38px;
	color: #003884;
	font-weight: 700;
	padding: 0;
	margin: 0;
	width: 100%;
}

.reputation-wrapper .col-lg-7 span p {
	width: 100%;
	text-align: left;
	padding: 0px;
	margin: 25px 0px 45px 0px;
}

.reputation-wrapper #curve-styles {
	fill: #fff;
}

.reputation-wrapper .top-curve {
	height: 84px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 5;
}

.reputation-item {
	width: 100%;
	padding: 0;
	margin: 15px 0px;
	height: 100px;
	background: #0000003d;
	border-radius: 3px;
	display: table;
	padding-left: 105px;
	float: left;
	position: relative;
	z-index: 940;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
     border-radius: 10px;


}

.reputation-item img {
	position: absolute;
	left: 20px;
	top: 18px;
}

.reputation-item h6 {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	line-height: 24px;
	color: #fff;
}

.reputarion-right-items {
	padding-top: 120px;
}

.socialmedia-sticky {
	position: absolute !important;
	top: 47%;
	-webkit-transform: translate(-50%) rotate(-90deg);
	-ms-transform: translate(-50%) rotate(-90deg);
	transform: translate(-50%) rotate(-90deg);
	left: 30px;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	font-weight: 600;
	z-index: 999;
	color: #4b4949;
	letter-spacing: 2px;
}

.socialmedia-sticky a {
	font-weight: normal !important;
	padding: 0px 4px;
	color: #4b4949;
}

.socialmedia-sticky a:hover {
	color: #17a76b;
}

.banner-slider-wrap .banner-circle-anim {
	position: absolute;
	width: 90px;
	height: 90px;
	position: absolute;
	left: 36%;
	top: 15vh;
	z-index: -3;
	opacity: 0.12;
}



@keyframes banner-circle-one {
	0% {
		width: 20px;
		height: 20px;
	}



	50% {
		width: 80px;
		height: 80px;
	}



	100% {
		width: 20px;
		height: 20px;
	}
}

@keyframes banner-circle-two {
	0% {
		width: 80px;
		height: 80px;
	}



	50% {
		width: 20px;
		height: 20px;
	}



	100% {
		width: 80px;
		height: 80px;
	}
}




@keyframes halfcircle-animation {
	0% {
		transform: rotate(0);
	}



	50% {
		transform: rotate(180deg);
	}



	100% {
		transform: rotate(0);
	}
}

.page-id-6 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
	color: #fff;
}



.page-id-6.f-nav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
	color: #010161;
}
.f-nav .mega-menu-link{
	color:#010161 !important;
}

.f-nav #mega-menu-item-712 .mega-menu-link{ 
	color:#fff !important;
}

.f-nav #mega-menu-item-713 .mega-menu-link{
	color:#fff !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-713 > a.mega-menu-link:hover {
	color:#01cdfd !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-712 > a.mega-menu-link:hover {
	color:#01cdfd !important;
}
.partners-wrap-scroll {
	width: 100%;
	overflow: hidden !important;

	display: block
}

.callback-companyprofile {
	width: 100%;
	overflow: hidden;
}

.header-top .col-lg-10, .header-top .col-lg-2{
    margin-top: 0rem !important;
}

.innerpage-header {
    width: 100%;
    background: #040d25;
    height: 260px;
    margin-top: 45px;
    position: relative;
}

/* .innerpage-header:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	height: 100%;
	width: 100%;
	background: rgba(9, 74, 138, 1);
	background: -moz-linear-gradient(left, rgba(9, 74, 138, 1) 0%, rgba(246, 43, 43, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9, 74, 138, 1)), color-stop(100%, rgba(246, 43, 43, 1)));
	background: -webkit-linear-gradient(left, rgba(9, 74, 138, 1) 0%, rgba(246, 43, 43, 1) 100%);
	background: -o-linear-gradient(left, rgba(9, 74, 138, 1) 0%, rgba(246, 43, 43, 1) 100%);
	background: -ms-linear-gradient(left, rgba(9, 74, 138, 1) 0%, rgba(246, 43, 43, 1) 100%);
	background: linear-gradient(to right, rgba(9, 74, 138, 1) 0%, rgba(246, 43, 43, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#094a8a', endColorstr='#f62b2b', GradientType=1);
	opacity: 0.3;
} */

.innerpage-header .container {
	position: relative;
}


.innerpage-header h2 {
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 0;
	margin: 0px 0px 6px 0px;
	font-weight: 500;
	font-size: 21px;
}

.innerpage-header h2 font {
	position: relative;
}

.innerpage-header h2 font:before {
	width: 50px;
	height: 50px;
	border: 5px solid #17a76b;
	border-radius: 50%;
	position: absolute;
	left: 20%;
	top: -20px;
	z-index: -2;
	content: '';
	animation: square-to-circle 2s infinite alternate;
	opacity: 0.3;
}

.innerpage-header h6 {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	opacity: 0.8;
}

.innerpage-header h6 span a,
.innerpage-header h6 span span {
	padding-left: 8px;
	padding-right: 8px;
}

.innerpage-header h6 a {
	color: #fff;
	text-decoration: none;
}

.innerpage-header h6 a:hover {
	color: #17a76b;
}

.innerpage-header .pageheading-middle {
	width: 100%;
	z-index: 999;
	position: absolute;
	left: 0px;
	top: 15px;
	display: table;
	height: 300px;

}

.innerpage-header .pageheading-middle div {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.innerpage-header img {
    height: 308px;
	width: 100%;
	object-fit: cover;
	
}


.innerpage-content-wrap {
	margin-top: 100px;
	margin-bottom: 100px;
}



.contact-page input[type=text],
.contact-page input[type=email] {
	width: 100%;
	background: none;
	border: 1px solid #ffffff;
	height: 42px;
	border-radius: 3px;
	outline: none;
	padding-left: 15px;
	font-size: 15px;
	transition-duration: 0.3s;
	background-color: #fff;
}

.contact-page textarea:focus,
.contact-page input:focus {
	border-color: #fff;
}

.contact-page textarea {
	width: 100%;
	background: none;
	border: 1px solid #ffffff;
	height: 90px;
	border-radius: 3px;
	outline: none;
	padding-left: 15px;
	font-size: 15px;
	transition-duration: 0.3s;
	background-color: #fff;
}

.contact-page .wpcf7-submit {
	width: 35%;
    padding: 0;
    margin: -7px 0px 0px 0px;
    height: 42px;
    border-radius: 3px;
    background: #00d1fe;
    border: none;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    margin-left: 141px;
}

.contact-page .col-lg-6,
.contact-page .col-lg-12 {
	padding-bottom: 17px;
}

.contact-page .wpcf7-spinner {
	position: absolute;
	left: 0px;
	top: 6px;
	padding: 0;
	margin: 0;
	left: 50%;
	margin-left: -12px;
}

.contact-page h3 {
	width: 100%;
	padding: 0;
	margin: 0px 0px 20px 0px;
	font-size: 26px;
}
.contact-messg h3{
	font-size:45px;
}
.google-maps {
	position: relative;
	padding-bottom: 400px;
	height: 0;
	overflow: hidden;
	
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.contact-page .contact-item {
	width: 100%;
	position: relative;
	padding-left: 90px;
	margin-bottom: 20px;
}

.contact-page .contact-item:last-child {
	margin-bottom: 0px;
}

.contact-page .contact-item font {
	position: absolute;
	left: 0px;
	top: 0px;
}

.contact-page .contact-item h6 {
	width: 100%;
	padding: 0;
	margin: 0px 0px 5px 0px;
	font-size: 16px;
	color: #010161;
}

.contact-page .contact-item p {
	padding: 0;
	margin: 0;
	line-height: 24px;
}

.contact-page .contact-item a {
	color: var(--TextColor);
	text-decoration: none;
}

.contact-page .contact-item font {
	width: 65px;
    height: 65px;
    color: #ffffff;
    position: absolute;
    left: 0px;
    top: 2px;
    border-radius: 3px;
    background:#00d1fe;
    text-align: center;
    font-size: 20px;
    line-height: 65px;
}

.page-container {
	width: 100%;
	overflow-x: hidden;
}

.post-single .col-lg-4 .post-image {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 45px;
}

.post-single .col-lg-4 .post-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.post-single .col-lg-4 h4 {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 22px;
	color: #17a76b;
}

.post-single .col-lg-4 ul {
	width: 100%;
	padding: 0;
	margin: 0;
	   background-color: #17a76b26;
    border-radius: 10px;
    margin: 10px 0px;
    padding:10px;
}


 

.post-single .col-lg-4 ul li {
	list-style: none;
	padding: 0;
	margin: 15px 0px 0px 0px;
}

.post-single .col-lg-4 ul li a {
	color: var(--TextColor);
	padding: 0;
	margin: 0;
}

.post-single .col-lg-4 ul li a:hover {
	text-decoration: none;
	color: #003884;
}

.post-single .col-lg-8 {
	text-align: justify;
}

.blog-date-style {
	width: 100%;
	padding: 5px 10px;
	margin: 0px 0px 20px 0px;
	font-size: 13px;
	color: #003884;
	background: rgb(12 73 138 / 6%);
    border-radius: 3px;
    width: 90px;
}



.blog-heading-style {
	padding: 0;
	margin: 0px 0px 15px 0px;
	font-size: 20px;
}

.blog-page .blog-item {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	display: inline-block;
}

.carousel-item {
	background: rgba(255, 255, 255, 1);
	position: relative;
}

.solution-page .solution-item {
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 20px 0px;

}

.solution-page .solution-item span {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	display: inline-block;
	position: relative;
	background: #003884;
}

.solution-page .solution-item span img {
	width: 100%;
	height: 220px;
	transition-duration: 0.3s;
	object-fit: cover;
}

.solution-page .solution-item i {
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -12px;
	margin-top: -12px;
	z-index: 990;
	color: #fff;
	font-size: 24px;
	transition-duration: 0.3s;
	opacity: 0;
}

.solution-page .solution-item:hover i {
	top: 50%;
	opacity: 1;
}

.solution-page .solution-item:hover img {
	opacity: 0.3;
}

.solution-page .solution-item h4 {
    font-size: 17px;
    padding: 0;
    margin: 5px 0px 0px 0px;
    text-decoration: none;
    line-height: normal;
    text-align: center;
    color: #010056;
    text-transform: uppercase;
    font-weight: 600;
}

.solution-page .solution-item:hover h4 {
	color: #010161;
}

.solution-page .solution-item:hover {
	text-decoration: none;
}

.testimonials-page .testimonial-item {
	margin-bottom: 25px;
}

.testimonials-page .testimonial-item h6 {
	position: relative;
	bottom: 0px;
	padding: 0;
	margin: 15px 0px 0px 0px;
	text-align: center;
}

.testimonials-page .testimonial-item:after {
	display: none;
	visibility: hidden;
}

.ourteam-item {
	width: 100%;
	height: 280px;
	background: #fff;
	display: inline-block;
	position: relative;
	border-radius: 10px;

	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	transition-duration: 0.3s;
	cursor: pointer;
	margin-top: 15px;

}

.ourteam-item:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
}

.ourteam-item span {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	border-top-right-radius: 0px;
	transition-duration: 0.3s;
}

.ourteam-item span img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	transition-duration: 0.3s;
}

.ourteam-item .team-content {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 10px;
	padding: 12px 0px;
	background: rgba(255, 255, 255, 0.8);
}

.ourteam-item .team-content h6 {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: var(--TextColor);
	font-weight: normal;
}

.ourteam-item .team-content h5 {
	width: 100%;
	padding: 0;
	margin: 0px 0px 6px 0px;
	font-size: 18px;
	color: #003884;
	font-weight: 500;
}

.ourteam-item font {
	width: 35px;
	height: 35px;
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	left: 20px;
	top: 20px;
	line-height: 35px;
	color: #17a76b;
	border-radius: 50%;
	text-align: center;
	-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	box-shadow: 0 0 0 0 rgba(248, 40, 40, 0.5);
	z-index: 900;

}

.ourteam-item:hover span,
.ourteam-item:hover span img {
	width: 100%;
	height: 280px;
	border-radius: 0px;
}


@-webkit-keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(102, 189, 81, 0);
	}
}

@-moz-keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(102, 189, 81, 0);
	}
}

@-ms-keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(102, 189, 81, 0);
	}
}

@keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(102, 189, 81, 0);
	}
}

.page-id-101 .innerpage-content-wrap h4 {
	margin-bottom: 25px;
}

.directors-message {
	width: 100%;
	padding: 0;
	margin: 160px 0px 0px 0px;
	text-align: center;
	background: var(--LightBg);
	position: relative;
}

.directors-message h3 {
	width: 100%;
	padding: 0;
	margin: 0px 0px 25px 0px;
	color: #003884;
	font-size: 44px;
	font-weight: 700;
}

.directors-message h6 {
	width: 100%;
	padding: 0;
	margin: 20px 0px 0px 0px;
	color: #003884;
	font-size: 16px;
	font-weight: 500;
}

.directors-message p {
	padding: 0;
	margin: 0;
	font-style: italic;
}

.directors-message span {
	width: 140px;
	height: 140px;
	display: inline-block;
	padding: 0;
	margin: 0px 0px 10px 0px;
	border-radius: 50%;
	overflow: hidden;
}

.directors-message span img {
	width: 140px;
	height: 140px;
	object-fit: cover;
}

.directors-message .st0 {
	fill: var(--LightBg);
}

.directors-message .curve-top {
	height: 120px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: -105px;
	left: 0px;
	z-index: -1;
}

.directors-message .curve-top svg,
.directors-message .curve-bottom svg {
	height: 120px;
	width: 4326px;
	position: relative;
	left: 50%;
	margin-left: -2163px;
}


.directors-message .curve-bottom {
	height: 120px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: -105px;
	transform: rotate(180deg);
	z-index: -1;
}

.overview-wrapper {
	margin-top: 100px;
	text-align: justify;
	margin-bottom: 50px;
}

.overview-wrapper .col-lg-7 h4 {
	font-size: 22px;
	padding: 0;
	text-align: left;
	margin: 0px 0px 30px 0px;
	line-height: 32px;
}

.overview-wrapper .col-lg-5 span {
	width: 100%;
	height: 360px;
	display: inline-block;
	border-radius: 10px;
	margin-top: 8px;
	position: relative;
	overflow: hidden;
}

.overview-wrapper .col-lg-5 span img {
	width: 100%;
	height: 360px;
	object-fit: cover;
}

.strategic-approach-wrap {
	margin-top: 160px;
	margin-bottom: 100px;
	text-align: justify;
}

.strategic-approach-wrap .col-lg-5 span {
	width: 100%;
	height: 360px;
	display: inline-block;
	border-radius: 10px;
	margin-top: 8px;
	overflow: hidden;
	position: relative;
}

.strategic-approach-wrap .col-lg-5 span img {
	width: 100%;
	height: 360px;
	object-fit: cover;
}

.strategic-approach-wrap .col-lg-7 {
	height: 360px;
	display: table;
}

.strategic-approach-wrap .col-lg-7 div {
	display: table-cell;
	vertical-align: middle;
}

.strategic-approach-wrap .col-lg-7 h3 {
	width: 100%;
	padding: 0;
	margin: 0px 0px 25px 0px;
	color: #003884;
	font-size: 44px;
	font-weight: 700;
	text-align: left;
}

.whatsapp-iconbtn {
	width: 50px;
	height: 50px;
	background: #17a76b;
	color: #fff !important;
	position: fixed;
	right: 20px;
	bottom: 80px;
	z-index: 1050;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	-webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	box-shadow: 0 0 0 0 rgba(103, 184, 81, 0.5);
}



@-webkit-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-moz-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-ms-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}




@media screen and (max-width: 1024px) {
	.services-wrap .container:after {
		right: 0px;
	}

	.testimonials-wrap,
	.about-wrapper {
		width: 100%;
		overflow: hidden !important;
	}

	.services-wrap .row {
		margin-left: auto;
		margin-right: auto;
	}

	.socialmedia-sticky {
		display: none;
		visibility: hidden;
	}

	.header-wrapper {
		padding-left: 0px;
		padding-right: 0px;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		padding-left: 12px;
		padding-right: 12px;
	}


	.banner-caption {
		padding-left: 25px;
	}

	.services-wrap .col-lg-4 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.bannerslider-item .col-lg-7 .banner-imagecon {
		clip-path: circle(59% at 64% 30%);
	}

	.overview-wrapper .col-lg-5 span,
	.overview-wrapper .col-lg-5 span img,
	.strategic-approach-wrap .col-lg-5 span,
	.strategic-approach-wrap .col-lg-5 span img {
		height: auto;
	}

	.overview-wrapper .col-lg-5 span {
		margin-bottom: 45px;
	}

	.strategic-approach-wrap .col-lg-7 {
		height: auto;
		margin-bottom: 30px;
	}

	.strategic-approach-wrap .col-lg-7 h3 {
		text-align: center;
	}

}

@media screen and (max-width: 980px) {
	.banner-caption {
		min-height: 450px;
		height: auto;
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
	}

	.bannerslider-item .col-lg-7 .banner-imagecon {
		clip-path: none;
	}

	.banner-bottom-div .mouse-icon,
	.bannerslider-item .col-lg-7 .banner-imagecon::before,
	.reputation-wrapper .col-lg-5 .col-lg-5 {
		display: none;
		visibility: hidden;
	}

	.bannerslider-item .col-lg-7 .banner-imagecon {
		height: 450px;
	}

	.about-wrapper .col-lg-6:first-child {
		padding-right: 15px;
	}

	.about-wrapper .about-image,
	.about-wrapper .about-image img {
		height: auto;
	}

	.about-wrapper .col-lg-6:first-child:after {
		top: auto;
		bottom: -90px;
		right: 50%;
		margin-right: -90px;
	}

	.page-heading {
		width: 100%;
		text-align: left !important;
	}

	.about-wrapper .page-heading {
		margin-top: 145px;
	}

	.about-wrapper {
		padding-bottom: 5px;
	}

	.callback-companyprofile .callback-item h2 {
		font-size: 26px;
	}

	.reputation-wrapper .col-lg-7,
	.reputation-wrapper .col-lg-5 {
		min-height: auto;
	}

	.reputation-wrapper .col-lg-7 .spancenter-align {
		text-align: center;
	}

	.reputation-wrapper .col-lg-7 span p {
		text-align: center;
	}

	.reputation-item {
		margin: 4px 0px;
	}

	.reputarion-right-items {
		padding-top: 75px;
	}

	.reputation-wrapper {
		padding-bottom: 105px;
	}

	.reputation-wrapper .col-lg-5 {
		margin-top: 95px;
	}

	.callback-companyprofile {
		margin-top: 80px;
	}

	.secure-identity .col-lg-6:first-child span {
		text-align: center;
	}

	.secure-identity {
		padding-top: 60px;
	}

	.enquiry-form {
		margin-top: 75px;
	}

	.footer-top-item span {
		padding-left: 90px;
	}

	.footer-top-item span img {
		left: 25px;
	}

	.footer-credit p {
		text-align: center !important;
		padding: 0;
		margin: 0;
	}

	.footerwrapper .col-lg-3 ul li {
		width: 50%;
		display: inline-block;
		float: left;
	}

	.callback-companyprofile .callback-item {
		height: auto;
	}

	.callback-companyprofile .callback-item .col-lg-4 a {
		width: auto;
		margin-top: 15px;
		margin-bottom: 30px;
		display: inline-block;
		padding-left: 30px;
		padding-right: 30px;
	}

	.contact-page .col-lg-5 {
		margin-bottom: 65px;
	}
}

@media screen and (max-width: 740px) {}

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

	.partners-wrap-scroll,
	.banner-bottom-div:after,
	.about-wrapper .container::before,
	.footerwrapper .col-lg-6.mt-md-5 {
		display: none;
		visibility: hidden;
	}

	.banner-caption span h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.banner-caption span p {
		margin-bottom: 30px;
	}

	.banner-bottom-div .col-lg-8 font h2 {
		width: 100%;
		text-align: center;
	}

	.banner-bottom-div .col-lg-8 font {
		padding: 0px;
		width: 100%;
	}

	.banner-bottom-div .col-lg-8 font h6 {
		text-align: center;
		margin: 10px 0px 0px 0px;
	}

	.banner-bottom-div .col-lg-4 h5 {
		text-align: center;
		padding: 0;
		margin: 0;
	}

	.banner-bottom-div .col-lg-4 h5 font {
		padding-right: 0px;
	}

	.services-wrap .curve-top,
	.services-wrap .curve-top svg,
	.services-wrap .curve-bottom,
	.services-wrap .curve-bottom svg {
		height: 50px;
	}

	.services-wrap .curve-top {
		top: -50px;
	}

	.services-wrap .curve-bottom {
		bottom: -50px;
	}

	.services-wrap .container:after {
		right: -80px;
	}

	.services-wrap {
		margin-top: 80px;
	}

	.services-wrap {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.about-wrapper {
		margin-top: 90px;
	}

	.about-wrapper .readmore-btn {
		left: 50%;
		margin-left: -67px;
	}

	.callback-companyprofile .callback-item {
		padding-left: 100px;
		padding-right: 0px;
	}

	.callback-companyprofile .callback-item:before {
		left: 20px;
	}

	.solutions-wrapper {
		margin-top: 0px;
		padding-top: 75px;
	}

	.reputation-wrapper {
		margin-top: 65px;
	}

	.reputation-wrapper .col-lg-5 {
		margin-top: 75px;
	}

	.reputation-wrapper:before,
	.blog-enquiry-wrapper:before {
		z-index: 0;
	}

	.reputation-wrapper {
		padding-bottom: 70px;
	}

	.secure-identity .col-lg-6:first-child span h3 {
		font-size: 28px;
	}

	.secure-identity .secure-image,
	.secure-identity .secure-image img {
		height: auto;
	}

	.secure-identity .secure-image {
		margin-top: 45px;
	}

	.secure-identity {
		padding-bottom: 80px;
	}

	.testimonials-wrap {
		margin-top: 0px;
		padding-top: 60px;
		margin-bottom: 80px;
	}

	.blog-enquiry-wrapper {
		padding: 60px 0px;
	}

	.blog-enquiry-wrapper .col-lg-6 {
		margin-bottom: 45px;
	}

	.enquiry-form {
		margin-top: 20px;
	}

	.footer-top-item span {
		width: 100%;
		text-align: left;
	}

	.footerwrapper .col-lg-12 .row .col-lg-4 {
		border-right: none;
		border-bottom: 1px solid #5580ad;
	}

	.footerwrapper .col-lg-12 .row .col-lg-4:last-child {
		border-bottom: none;
	}

	.footer-topwrap {
		margin-bottom: 50px;
	}

	.footerwrapper .col-lg-3 {
		margin-top: 25px;
	}

	.footer-credit {
		margin-top: 60px;
	}

	.banner-slider-wrap .banner-circle-anim {
		left: auto;
		right: 0px;
	}

	.banner-slider-wrap .carousel-item::before {
		bottom: auto;
		top: 400px;
	}

	.contact-page h3 {
		font-size: 22px;
	}

	.innerpage-content-wrap {
		margin-top: 100px;
		margin-bottom: 60px;
	}

	.innerpage-header h2 {
		font-size: 36px;
	}


	.innerpage-header,
	.innerpage-header img,
	.innerpage-header .pageheading-middle {
		height: 200px;
	}

	.overview-wrapper {
		margin-top: 60px;
	}

	.directors-message h3,
	.strategic-approach-wrap .col-lg-7 h3 {
		font-size: 32px;
	}

	.directors-message,
	.strategic-approach-wrap {
		margin-top: 90px;
	}

	.directors-message .curve-top {
		height: 60px;
		top: -60px;
	}

	.directors-message .curve-top svg,
	.directors-message .curve-bottom svg {
		height: 60px;
	}

	.directors-message .curve-bottom {
		height: 60px;
		bottom: -60px;
	}


}

/* custom */
.home-banner-wrap img {
    width: 100%;
    height: 104vh;
    object-fit: cover;
}
.banner-item.banner-imagecon {
	height:105vh
}
.home-banner-wrap .banner-caption .col-lg-5 span {
    display: table-cell;
    vertical-align: middle;
}
.home-banner-wrap {
    width: 100%;
    height: 98vh;
    position: relative;
}
.home-banner-wrap .banner-caption {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-left: 35px;
    display:none!important;
}
.home-banner-wrap .banner-caption .col-lg-6 {
    height: 94vh;
    display: table;
}
.banner-bottom{
	margin-top: 10vh;
}
.banner-bottom p{
	text-align:center;
}
.banner-bottom h6{
	color:#ffffff!important;
}
.col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.hospital{
	background-color: #17a76a;
}
.care-home{
	background-color: #2c2d80;
}
.health-studies{
	background-color: #e5b60a;
	;
}
.health-placements{
	background-color: #66469c;
	
}
.prof-reg{
    background-color: #66459c;
}
.style-phone{
    margin-bottom: 40px!important;
}
.col-2dot4, .col-sm-2dot4, .col-md-2dot4, .col-lg-2dot4, .col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.banner-bottom a {
    width: 100%;
    min-height: 190px;
    border-radius: 10px;
    border: 1px solid #00378400;
    display: block;
    text-decoration: none!important;
    margin-top: 20px;
    padding: 0 20px;
    transition-duration: .3s;
    position: relative;
    pointer-events: none;

}
.banner-bottom a span {
    width: 100%;
    height: 70px;
    display: block;
    text-align: center;
    margin: 30px 0 18px 0;
}
.banner-bottom a span img {
    height: 70px;
    object-fit: cover;
}
.banner-bottom a h6 {
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 12px;
    color: var(--BlackColor);
    font-weight: 500;
    text-decoration: none!important;
}
.aboutus-btn {
    color: #ffffff;
    border: 2px solid #00d1fe;
    background-color: #00d1fe;
    border-radius: 4px;
}
.aboutus-btn:hover {
    color: #ffffff;
    border: 2px solid #010161;
    background-color: #010161;
}
.banner-btn:hover{
	background-color: #2c2c80;
}
.banner-bottom-align .col-xl-2dot4 a:hover {
    border-color: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 24%);
}
.swing {
	animation: zoom-in-zoom-out 3s ease-out infinite;
  }
  
  @keyframes zoom-in-zoom-out {
	0% {
	  transform: scale(1, 1);
	}
	50% {
	  transform: scale(1.03, 1.03);
	}
	100% {
	  transform: scale(1, 1);
	}
  }

/* whychoose us  */

.whychoose-bg {
    background-color: #4bb3aee8!important;
}
.whychoose-features-inner-one .custom-container {
    padding: 80px 7%;
}
.whychoose-features-inner-one .img a {
    font-family: 'Nunito Sans', sans-serif;
    background-color: #fff;
    color: #acb647;
    border-radius: 5px;
    padding: 7px 25px;
    margin-top: 15px;
    display: block;
    width: fit-content;
    cursor: pointer;
    border: none;
    margin: 30px auto;
    font-size: 18px;
}
.whychoose-features-inner-one .content .icon {
    padding: 10px;
	border-radius: 10px;
    border: 1px solid #ffcb08;
    margin: 4px;
}

.whychoose-features-inner-one .content .icon img {
    width: 100%;
    height: auto;
}
.m-auto {
    margin: auto!important;
}
.whychoose-features-inner-one{
	
	margin-top: 100px;
}

.whychoose-features-inner-one {
	background: url(../talentohealthcare/assets/img/whychooseus.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.whychoose-features-inner-one .page-heading {
    margin: 0px 0px 10px 0px;
}
.whychoose-features-inner-one p {
   color: #000;
}
.whychoose-features-inner-one .content .ft-content h6 {
	color: #2c2c80;
    font-size: 23px;
    font-weight: 500;
	margin-bottom: 0px!important;
}
.whychoose-features-inner-one .content{
    padding: 15px;
    border-radius: 10px;
	margin: 5px;
}

.whychoose-features-inner-one .img img {
    height: 587px;
    object-fit: cover;
    animation: zoom-in-zoom-out 5.5s ease infinite;
}








.send-message-wrapper {
    position: relative;
    padding: 80px 0px;
    background-color: #fafafa;
    background-position: center;
    background-size: cover;
}
.send-message-wrapper h3 {
    margin: 0px 0px 30px 0px;
    width: 100%;
    font-size: 48px;
    line-height: 52px;
    text-align: left;
    color: #2d2c80;
    font-weight: 600;
    font-family: Roboto, sans-serif !important;
}
.send-message-wrapper .google-maps-wrap {
    width: 45%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}
.send-message-wrapper .col-lg-6 .col-lg-6 {
    padding-bottom: 15px;
}
.send-message-wrapper .col-lg-6 .col-lg-6 input {
    width: 100%;
    height: 45px;
    background: #e2d9e93b;
    border-radius: 4px;
    outline: none;
    border: none;
    padding-left: 15px;
}
.send-message-wrapper .col-lg-6 .col-lg-12 textarea {
    width: 100%;
    height: 100px;
    background: #e2d9e93b;
    border-radius: 4px;
    outline: none;
    border: none;
    padding-left: 15px;
}
.send-message-wrapper .col-lg-6 .col-lg-4 .subbtn {
    width: 100%;
    height: 45px;
    background: #17a76b;
    color: #fff;
    border-radius: 4px;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
}
.footer-credit p,
.footer-credit a{
    color: #fff;
}
.mt-md-5.addr-foot{
	margin-top: 0rem!important;
}
/* social media */

.Social-media{
  display: flex;
 
}
.Social-media a{
  display: flex;
  background: #ffffff0d;
  height: 35px;
  width: 35px;
  margin: 0 5px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid rgb(160 153 153);
  transition: transform 0.5s
}
.Social-media a i{
  font-size: 50px
  color: #777;
  transition: transform 0.5s;
}
.Social-media a:hover{
  border: 1px solid rgb(1 1 97);
  transform: translateY(2px);
}
.Social-media a:hover i{
  transform: scale(0.90);
}
.Social-media a:hover .fa-facebook{
  color: #fa0101;
}
.Social-media a:hover .fa-linkedin{
	color: #fa0101;
}
.Social-media a:hover .fa-whatsapp{
	color: #fa0101;
}
.Social-media a:hover .fa-instagram{
	color: #fa0101!important;
}
.Social-media a:hover .fa-youtube{
	color: #fa0101;
}
.Social-media{
	display: flex;
}

/* about us page  */
.wp-block-separator {
    border-bottom: 1px solid #17a76b;
}
.fa-clock-o-alt:before {
    content: "\f017";
}
.contactmap{
	padding-left: 0px!important;
	padding-right: 0px!important;
}
.contact-form-pge{
	  padding: 15px 40px 0px 40px !important;
    border-radius: 10px;
    background: #fbfbfb;
    box-shadow: 0px 0px 3px 0px #0000001a;
}
.about-talento .pr-lg-5 img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-talento .wp-block-heading{
	text-align: left;
}
.contact-form-pge h3{
	color: #000;
}
.about-page-middle .col-lg-5 img {
    width: 100%;
    height: 430px;
    object-fit: cover;
	border-radius: 10px;
}
.about-page-middle {
    width: 100%;
    background: var(--GreyColor);
    margin-top: 10px;
    padding: 70px 0px;
}
.about-page-middle .col-lg-7 {
    display: table;
}
.about-page-middle .col-lg-7 span {
    display: table-cell;
    vertical-align: middle;
}
.about-page-middle .col-lg-7 h4 {
    padding: 0;
    margin: 10px 0px 10px 0px;
    font-size: 42px;
    font-weight: 700;
    text-align: left;
	color:#010161;
}
.about-page-middle .col-lg-7 p {
    padding: 0;
    margin: 0;
    text-align: justify;
}
.about-btm-bar {
   width: 65%;
    min-height: 71px;
    background: linear-gradient(90deg, rgba(77,162,109,1) 2%, rgb(77 162 112 / 37%) 34%, rgb(255,255,255) 91%);
    min-height: 100px;
	
}
.about-btm-bar .row {
    margin-left: 0px;
    margin-right: 0px;
}
.about-btm-bar .row .col-lg-3:nth-child(1) {
    padding-left: 115px;
}
.about-btm-bar .row .col-lg-3:first-child {
    border-left: 1px solid #cbcbcb;
}
.about-btm-bar .row .col-lg-3 {
    padding-left: 0px;
    padding-right: 0px;
    border-right: 1px solid #cbcbcb;
    min-height: 100px;
    position: relative;
}
.about-btm-bar .row .col-lg-3:nth-child(1) img {
    left: 55px;
}
.about-btm-bar .row .col-lg-3 img {
    position: absolute;
    left: 0px;
    top: 28px;
}
.about-btm-bar .row .col-lg-3 h2 {
    text-transform: uppercase;
    padding: 0;
    margin: 24px 0px 0px 0px;
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
}
.about-btm-bar .row .col-lg-3 h6 {
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}
.about-btm-bar .row .col-lg-3:nth-child(2) {
    padding-left: 125px;
}
.about-btm-bar .row .col-lg-3:nth-child(2) img {
    left: 65px;
}
.about-btm-bar .row .col-lg-3:nth-child(3) {
    padding-left: 94px;
}
.about-btm-bar .row .col-lg-3:nth-child(3) img {
    left: 30px;
}

.about-btm-bar .row .col-lg-3:nth-child(4) {
    padding-left: 115px;
}
.about-btm-bar .row .col-lg-3:nth-child(4) img {
    left: 55px;
}
.about-wrapper h1{
    margin: 0px 0px 15px 0px;
	text-align: justify;
}



/* careers */

.innerpage-wrap {
    margin-top: 90px;
    margin-bottom: 90px;
}
.career-list-wrap .card-career {
    margin-bottom: 25px;
}
.card-career {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.career-list-wrap .btn-link.collapsed {
    
    color: #fff;
}
.career-list-wrap .btn-link {
    width: 100%;
    padding: 10px 20px;
    margin: 0;
    text-align: left;
    outline: none !important;
    box-shadow: none !important;
	background: linear-gradient(90deg, rgb(23 167 107 / 87%) 0%, rgb(0 56 132 / 87%) 100%)!important;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    transition-duration: 0.3s;
    text-decoration: none !important;
    position: relative;
}

.career-list-wrap .btn-link font {
    background: var(--OrangeColor);
    color: #fff;
    font-size: 12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 20px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.career-list {
    width: 100%;
    
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.career-list h3 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    color:#2c2c80;
}
.career-list h6 {
    width: 100%;
    padding: 0;
    margin: 6px 0px 0px 0px;
    color: var(--TextColor);
    font-weight: normal;
    font-size: 15px;
}

.card-career .btn-link:hover {
    color: #ffffff;
	background: linear-gradient(90deg, rgb(23 167 107) 0%, rgb(0 56 132 / 94%) 100%)!important;
}
.career-image {
    width: 100%;
    height: auto;
    position: sticky;
    top: 30%;
    float: left;
}
.career-image img {
    width: 100%;
    height: auto;
	border-radius: 10px;
}

.whychoose-features-inner-one h1 span{
    font-family:lora!important;
   
}
.career-list a {
    display: inline-block;
    background: #17a76b;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    padding: 10px 20px;
    border-radius: 3px;
    margin: 18px 0px 0px 0px;
}
.career-list a:hover {
    background:#2b2b80;
    color: #fff;
    text-decoration:none;
}

.career-note h3{
    font-size: 20px;
    text-align: left;
}
.career-note a{
  color:red;
}
.career-note a:hover{
  text-decoration:none;
}



/* Team */

.adminlist{
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #efefef33;
}
.adminlist h4 {
    font-weight: 800;
    padding: 0px 0px 30px;
    font-size: 40px;
    text-align: center;
}

.adminlist .custom-container {
    padding: 50px 7%;
}
.adminlist .leader-box {
    margin-bottom: 25px;
    min-height: 340px;
}
.adminlist .leader-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.adminlist .leader-box .content {
    padding: 20px;
	background-color: #00000008;
    border-radius: 10px;
}
.adminlist .leader-box .content:hover {
    background-color: #0000001f;
}
.adminlist .leader-box .content h6 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 3px;
	text-align: center;
}
.adminlist .leader-box .content p {
    font-weight: 300;
    margin-bottom: 0px;
	text-align: center;
}
.adminlist a:hover {
  text-decoration: none;
}
.admin-detail .admin-img {
    background-color: #17a76b;;
    padding: 25px;
    margin-bottom: 20px;
	border-radius:10px;
}
.leaders-detail-main .profile-img-box img {
    width: 200px;
    height: 200px;
    border-radius: 225px;
    display: block;
    margin: -130px auto 30px;
    object-fit: cover;
}
.admin-detail .custom-container {
    padding: 160px 7% 70px;
}
.admin-detail .profile-img-box h4 {
    font-family: 'Nunito Sans', sans-serif;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.admin-detail .profile-img-box h6 {
    text-align: center;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}
.admin-detail .profile-content p {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
}
.adminlist .row{
	justify-content: center;
}


.page-id-6 .solutions-wrapper .solution-item span {
    background: #01016157!important;
}

/* service-inner */
.service-detail-main .custom-container {
    padding: 100px 7% 70px;
}
.service-img img{
	width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #01cdfd;
    padding: 3px;
	object-fit:cover;
}
.service-content p{
	text-align: justify;
}
.contact-messg p,
.contact-messg h3
{
   text-align: center;
   padding-left: 100px;
   padding-right: 100px;

}
.contact-messg{
	margin-bottom: 30px;
} 
/* why choose us */
.whychoose-page{
    position: relative;
    background-color: #edf2f5;
}

.whychoose-page .custom-container {
    padding: 70px 7%;
}
.m-auto {
    margin: auto!important;
}
.whychoose-page h1{
	color: #003884;
    font-size: 40px;
}
.whychoose-page h3{
	font-size: 20px;
	line-height: 1.5;
	color: #49b889;
}
.whychoose-caption p{
	text-align: justify;
}
.inner-banner-provider .head a {
    color: #fff;
    border-radius: 5px;
    padding: 7px 25px;
    margin-top: 15px;
    display: block;
    width: fit-content;
    cursor: pointer;
	background-color: #17a76b;
}
.inner-banner-provider .head a:hover {
    text-decoration: none;
	background-color: #003885;
}
.whychoose-caption li {
    font-weight: 400;
    color: #000;
    line-height: 30px;
    font-size: 17px;
}
.whychoose-page img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 25px;
    padding: 5px;
    border: 1px solid #ffcb08;

}
 
/* point why choose */
.why-choose-cards-main .custom-container {
    padding: 80px 7%;
}
.why-choose-cards-main .card-box {
    -webkit-box-shadow: 0px 0px 17px -1px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0px 0px 17px -1px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 17px -1px rgb(0 0 0 / 11%);
    border-radius: 15px;
    padding: 30px;
    min-height: 500px;
    height: 97%;
}

.why-choose-cards-main  .card-style{
	background: linear-gradient(90deg, rgb(23 167 107 / 11%) 0%, rgb(0 56 132 / 33%) 100%)!important;
}

.why-choose-cards-main .card-box img {
    height: 175px;
    object-fit: contain;
    margin-bottom: 30px;
}
.why-choose-cards-main .card-box h4 {
    font-size: 23px;
    text-align: center;
}
.why-choose-cards-main .card-box h4 {
    font-weight: bold;
    font-size: 24px;
    color: #003884;
    margin-bottom: 10px;
}
.why-choose-cards-main .card-box p {
   text-align: justify;
   color:#000;
}
.why-mb{
margin-bottom: 30px;
}
/* enroll */

.enroll-today h1{
	text-align: center;
	margin-top: 40px;
}
.enroll-today p{
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}
.enroll-form-pge {
    padding: 40px 40px 40px 40px!important;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.enrollpage img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.enrollpage{
    margin-top: 40px;
}
.contact-page input[type=date]{
	width: 100%;
    background: none;
    border: 1px solid #cbcbcb;
    height: 42px;
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
}
.wpcf7-select{
	width: 100%;
    background: none;
    border: 1px solid #0c99d6;
    height: 42px;
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
}
.certification{
    width: 100%;
    text-align: center;
    font-size: 32px;
    padding: 0;
    margin: 0px 0px 35px 0px;
    line-height: normal;
    font-weight: 500;
	text-align: center;
}

.ourclients-wrap span {
    width: 100%;
    float: left;
    height: 170px;
    border: 1px solid #bac8d0;
    border-radius: 5px;
    overflow: hidden;
}
.ourclients-wrap span img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.ourclients-wrap {
    margin-top: 90px;
    margin-bottom: 100px;
}
.footer-topsection {
    width: 100%;
    background: linear-gradient(90deg, rgba(77,162,109,1) 2%, rgba(77,162,112,0.6979166666666667) 43%, rgba(50,40,125,0.8155637254901961) 91%);
    min-height: 120px;
}
.footer-topsection .footertop-txt {
    width: 100%;
    position: relative;
    padding-left: 0;
}
.footer-topsection h4 {
    padding: 0;
    margin: 31px 0 0 0;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
}
.footer-topsection h6 {
    padding: 0;
    margin: 4px 0 0 0;
    float: left;
    color: #fff;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
}
.footer-topsection .download-brochure.bookdemo {
    right: 180px;
}
.footer-topsection .download-brochure {
    height: 42px;
	background: #ffffff4d;
    color: #ffffff;
    font-weight: 500;
    border-radius: 4px;
    line-height: 42px;
    padding: 0 15px;
    position: absolute;
    top: 39px;
    right: 0;
    text-decoration: none;
}
.footer-topsection .download-brochure:hover {
background-color: #17a76b96;
}
.footer-topsection ul {
    padding: 0;
    margin: 39px 0 0 0;
    width: 100%;
    text-align: right;
}
.footer-topsection ul li {
    list-style: none;
    display: inline-block;
}
.footer-topsection ul li a {
    width: 42px;
    height: 42px;
    background-color: #ffffff75;
    border-radius: 4px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 0 3px;
    line-height: 42px;
}
.footer-topsection ul li a:hover{
	background-color: #17a76b96;
}
.why-choose-cards-main .card-box img {
  width:350px;
}
.submit-btn{
    margin-top:30px;
}
.send-message-wrapper .wpcf7-submit {
    width: 100%;
    padding: 0;
    margin: -7px 0px 0px 0px;
    height: 42px;
    border-radius: 3px;
    background: #17a76b;
    border: none;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}








@media only screen and (max-width:1100px){
	.vision-mission-wrap .col-lg-6 {
		padding-bottom: 20px;
	}
	
}

@media only screen and (min-width:768px) and (max-width:999px){
	.col-md-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
		border: 1px solid #fff;
		border-radius: 5px;
	}
	.adminlist .row {
		justify-content: unset;
		width: 115vh;
	}
	.adminlist h4 {
		text-align: left;
	}
	.footerwrapper .col-lg-3{
		padding-bottom: 20px;
	}
	.whychoose-page .custom-container {
		padding: 30px 7% 30px;
	}
	
}

@media only screen and (max-width:767px){
    .optus-branches{
        justify-content: center;
        padding-bottom: 50px;
    }
    .service-img img {
    height: auto;
}
    header#header .header-top .element:last-child {
    text-align: center;
}
.header-top {
    height: 75px;
}
	.ourclients-wrap span img {
		height: 160px;
	}
	.col-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.banner-bottom-align .col-xl-2dot4 {
		padding-left: 5px;
		padding-right: 5px;
	}
	.banner-bottom-align .row {
		margin-left: -6px;
		margin-right: -6px;
	}
	.solutions-wrapper p {
		padding-left: 0px; 
		 padding-right: 0px;
	}
	.wor-pre {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
		border: 1px solid #01cdfc;
		border-radius: 5px;
	}
	.service-content{
		padding-top: 20px;
	}
	.whychoose-page .custom-container {
		padding: 30px 0% 30px;
	}
	.contact-page .col-lg-5 {
		margin-bottom: 0px; 
	}
	
}

@media only screen and (min-width:1100px) {
	.home-banner-wrap .banner-caption .col-lg-6 {
		padding-left: 75px;
	}
}

@media screen and (max-width: 480px){
.send-message-wrapper {
    padding-top: 60px;
}
}
@media screen and (max-width: 480px){
.send-message-wrapper {
    margin-top: 60px;
}
}
@media screen and (max-width: 980px){
.send-message-wrapper {
    padding-bottom: 0px;
}
}
@media screen and (max-width: 980px){
.send-message-wrapper .google-maps-wrap {
    position: relative;
    width: 100%;
    height: 400px;
   margin-top: 45px;
}

}

@media (min-width: 992px){
.pl-lg-5, .px-lg-5 {
    padding-left: 3rem!important;
}
.about-wrapper .readmore-btn {
    margin-left: 80px;
}
.about-wrapper .lisc{
    padding-right:30px;
    border-right: 1px solid #17a76b;
}
}

@media (min-width: 992px){
.pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem!important;
}
}

@media only screen and (min-width:768px) and (max-width:1050px){

.about-wrapper .page-heading {
    margin-top: 0px;
}
.about-wrapper .lisc {
    padding-right: 30px;
    border-right: 1px solid #17a76b;
}
.about-wrapper .readmore-btn {
    margin-left: 80px;
}
.service-wrapper h1{
    text-align: center !important;
}
.whychoose-features-inner-one .col-md-2{
    padding-left:0px;
    padding-right:0px;
}
.whychoose-features-inner-one .img img {
    height: 350px;
}
.footer-topsection h6 {
    margin: 4px 0 30px 0;
}
.google-maps-wrap iframe{
    width:850px;
}
 .slick-track {
    top: 100px;
}
.home-banner-wrap img {
    height: 56vh;
}
.banner-caption span h2 {
    font-size: 30px!important;
}
.home-banner-wrap .banner-caption .col-lg-6 {
    height: 40vh;
}
.home-banner-wrap {
    height: 60vh;
}
.whychoose-page h1 {
    margin-top: 25px;
}
.why-choose-cards-main .why-mb {
    flex: 0 0 50%;
    max-width: 50%;
}
.why-choose-cards-main .card-box img {
    width:250px;
}
.page-id-6 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: #ffffff;
}
}


@media only screen and (max-width:767px){
    .innerpage-header h2 {
    font-size: 14px;
    padding-left:30px;
    padding-right:30px;
}
    .slick-track {
    top: 100px;
}
.home-banner-wrap img {
    height: 50vh;
}
.banner-caption span h2 {
    font-size: 20px!important;
}
.home-banner-wrap .banner-caption .col-lg-6 {
    height: 40vh;
}
.about-wrapper {
    margin-top: 0px;
}
.about-wrapper .page-heading {
    margin-top: 0px;
}
.abouttalento {
    margin-top: 0px;
}
.lisc{
    width:100%;
}
.about-wrapper .readmore-btn {
    left: 0%; 
    margin-left: 0px; 
}
.solutions-wrapper h1 {
    text-align: center!important;
    margin-bottom: 80px!important;
}
.servicescroll{
    margin-top:-50px;
}
.whychoose-features-inner-one h1{
    font-size:35px;
}
.solutions-wrapper .solution-item h4 {
    margin: 23px 0px 105px 0px;
}
.whychoose-features-inner-one .content .ft-content h6 {
    font-size: 17px;
}
.whychoose-features-inner-one .col-md-2{
    padding-left:0px;
    padding-right:0px;
}
.whychoose-features-inner-one .img img {
    height: 330px;
    width: 100%;
}
.footer-topsection ul {
    margin: 20px 0 30px 0px;
    text-align: left;
}
.footerwrapper h4 {
    margin: 20px 0px 20px 0px;
}
.page-id-6 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: #ffffff;
}
.about-btm-bar {
    width: 84%;
    min-height: 71px;
}
.about-page-middle {
    padding: 40px 0px;
}
.whychoose-page h1 {
    font-size: 30px;
    margin-top: 25px;
}

.why-choose-cards-main .card-box img {
    width:250px;
}
.career-note h3 {
    font-size: 12px;
}
.contact-messg p, .contact-messg h3 {
    padding-left: 0px;
    padding-right: 0px;
}
.contact-form-pge{
    margin-top:80px;
}
}
@media only screen and (max-width:382px){
	

	.header-wrapper{
		top:101px;
		padding-top:0px;
		padding-bottom:0px;
	}
		header#header .header-top .element {
	    margin-left:46px;	
	}
	header#header .header-top .element:last-child{
		margin-bottom:10px;
	}
	.btn-sm{
		padding: 5px 25px 5px 25px !important;
	}
	.banner-caption span p {
    margin-bottom: 15px;
}
	.banner-caption span h2{
		    margin-bottom: 8px;
	}
	 .contact-address {
		display:none!important;
	}
	.header-social{
		display:none;
	}

}
@media only screen and (min-width:382px) and (max-width:431px){
	 .contact-address {
		display:none!important;
	}
	.header-social{
		display:none;
	}
	.btn-sm{
		padding: 15px 30px 15px 30px !important;
	}
 .home-banner-wrap {
   
    height: 44vh !important;
	}
	.header-logo img {
		width: 100px;
        height: 54px;
	}

	.header-wrapper{
		padding-top:0px;
		top:100px;
		padding-bottom:0px;
	}
	header#header .header-top .element {
	    margin-left:46px;	
	}
	header#header .header-top .element:last-child{
		margin-bottom:10px;
	}
}

@media only screen and (min-width:431px) and (max-width:500px){

	.contact-address{
		display:none !important;
	}
	.header-social{
		display:none;
	}
	.banner-item {
		bottom: 27px;
		top:unset!important;
	}
	.header-top {
    height: 73px !important;
}
.header-wrapper {
    top: 69px;
}
	
	.home-banner-wrap {
    height: 37vh !important;
}
	.header-logo img {
		width: 100px;
        height: 54px;
	}
/* 	.header-wrapper{
		top: 164px;
		padding-top:10px;
		padding-bottom:10px;
	} */
   
}

@media only screen and (min-width:300px) and (max-width:500px){
	
	.tel-abt {
		    font-size: 16px;
	}
	.abot-call {
		font-size: 15px;
	}
	.description-widget .desc-title {
		height:120px;
	}
	.desc-text p{
		font-size:16px;
	}
/* 	.new-imgs .letter {
    width: 126px;
    height: 130px;
    position: relative;
    left: 323px;
    border: none;
    animation: fa-spin 30s infinite linear;
}
	.new-imgs .inner-optus {
    width: 123px;
    height: 109px;
    position: absolute;
    left: 326px;
    border: none;
    top: 9px;
} */
	.m-vcont1{
     margin-left: 15px;
    margin-right: 15px;
}
	.sec-image {
    position: relative;
    height: 320px; /* Set a fixed height for the container */
}

.new-imgs {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.new-imgs img {
    position: absolute !important;
    top: 5%!important;
    left: 6%!important;
    
}

	.home-banner-wrap img {
    object-fit:cover;
    height: 28vh;
}
	

	.abt-optus img {
        height: 100%;
		width: 100%;
	}
	.common-btn{
		bottom: 78px;
	}
	.common-cont{
		bottom: 64px;
	}
	.m-vcont{
	height: 500px;
    margin-bottom: 10px;
		margin-top: 10px;
		margin-left:15px;
		margin-right:15px;
	}
	.m-vcont1{
		margin-top:10px;
	}
		.align-self-center{
	margin-left:0px;
}
	.innerpage-header{
		height:118px;
/* 		margin-top: 219px; */
	}
	
	.fullWidth {
    bottom: 90px;
	}
	.f-nav .mega-menu-link {
    color: #ffffff !important;
}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
		
	background: #01cdfd;	
	}

	
	 .f-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
		background-color:#000;
	}
	 .f-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner:before {
		background-color:#000;
	}
	 .f-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner:after {
		background-color:#000;
	}
	
.home-banner-wrap .banner-caption .col-lg-6{
	    height: 11vh;

}
.banner-caption span{
	font-size:10px;
}
.banner-caption span h2 {
	font-size: 18px!important;
	}
.banner-caption span p{
	font-size: 13px;
	line-height:15px;
}
	.banner-caption span{
		padding-top:0px;
	}
	.home-banner-wrap {
   
    height: 63vh;
	}
	.welcome{
		margin-bottom:10px;
	}
	.wel{
		width:100%;
	}
	.aboutus-btn{
		margin-right:15px;
	}
	.abot-call{
		margin-left:0px;
	}
	.solutions-wrapper .solution-item h4 {
    margin: 23px 0px 21px 0px;
}

	.solutions-wrapper{
		padding-top: 40px;
	}
	
	.img-cont1 {
    border-right: none;
    border-bottom: none;
}
	.img-cont4 {
    border-top: none;
    border-left: none;
}
	.choose-cont {
		margin-top: 47px;
	}
	.blog-enquiry-wrapper{
		padding:50px 0px 0px 0px;
	}
	.blogs{
		bottom:89px;
	}
	.blog-enquiry-wrapper .enquiry-form {
    bottom: 71px;
}
	.blogs{
		height:435px;
		
	}
}
@media only screen and (min-width:500px) and (max-width:767px){
	.header-social{
		display:none;
	}
	.description-widget .desc-title {
		    height: 173px;
	}
	.mission{
		margin-top:10px;
	}
	.m-vcont{
		margin-left: 15px;
        margin-right: 15px;
		height: 285px;
		margin-top:10px;
	}
	.m-vcont1{
		margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
	}
		.sec-image {
    position: relative;
    height: 500px; /* Set a fixed height for the container */
}

.new-imgs {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.new-imgs img {
    position: absolute !important;
    top: 5%!important;
    left: 6%!important;
    
}
		.align-self-center{
	        margin-left:0px;
}
	.f-nav .mega-menu-link {
    color: #ffffff !important;
}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
		
	background: #01cdfd;	
	}
	.header-wrapper {
		top:96px;
		padding-bottom:5px;
		padding-top:5px;
	}
	.header-logo img {
    width: 174px;
    height: 69px;
	}
	.home-banner-wrap .banner-caption .col-lg-6 {
    height: 14vh;
}
	.banner-caption span h2 {
    padding-bottom: 20px;
}
	.home-banner-wrap {
    height: 50vh;
 
}
	
.home-banner-wrap img {
    height: 46vh;
    object-fit: cover;
}
	.wel {
    width: 100%;
    height: 232px;
    margin-bottom: 10px;
}
		 .f-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
		background-color:#000;
	}
	 .f-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner:before {
		background-color:#000;
	}
	 .f-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner:after {
		background-color:#000;
	}
	.serv{
	  height: 505px;
		
	}
	.solutions-wrapper .solution-item h4 {
    margin: 23px 0px 23px 0px;
}
	.blogs{
		height:432px;
		bottom:50px;
	}
	.blog-enquiry-wrapper .enquiry-form {
    bottom: 101px;
}
	.blog-enquiry-wrapper{
		padding:100px 0px 0px 0px;
	}
}

@media only screen and (min-width:767px) and (max-width:853px){
    .abt-optus img {
    height: auto;
    width: 100%;
     padding-bottom: 30px;
}
.single-our_services .sec-image {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;
}
	.banner-caption span {
		    padding-top: 99px;
	}
		.sec-image {
    position: relative;
    height: 500px; /* Set a fixed height for the container */
}

.new-imgs {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.new-imgs img {
    position: absolute !important;
    top: 5%!important;
    left: 6%!important;
    
}
	    .about-wrapper {
    padding-top:100px;
}
	.about-wrapper .about-image img {
		height: 686px;
	}
	.header-top{
		height: 100px;
	}
	
	#mega-menu-wrap-primary .mega-menu-toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    	right: -300px;
    }
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
		position: fixed;
		display: block;
		width: 300px;
		max-width: 90%;
		height: 100vh;
		max-height: 100vh;
		top: 0;
		box-sizing: border-box;
		transition: left 400ms ease-in-out, right 400ms ease-in-out;
		overflow: auto;
		z-index: 9999999999;
		overscroll-behavior: contain;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
		line-height:40px;
	}
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
		right: 0;
	}
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
		display: block;
	}
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
		background: #2d3554;
		padding: 0px 0px 0px 0px;
		display: none;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		display: list-item;
		margin: 0;
		clear: both;
		border: 0;
	}
	.page-id-6 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		color: #ffffff;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
		background: #01cdfd;
	}
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after {
		position: fixed;
		width: 100%;
		height: 99999px;
		content: "";
		top: 0;
		left: 0;
		opacity: 0.5;
		background: black;
		cursor: pointer;
		z-index: 9999999998;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
		border: 1px solid #01cdfe;
		border-radius: 5px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        background:  #9fc4f9;
   } 
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
       margin-right: 0px;
   }

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
		color:#fff;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
	border-radius: 0;
    border: 0;
    margin: 0;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    background: transparent;
    text-align: left;
    color: #fff;
    font-size: 14px;
	
	}
		.align-self-center{
	margin-left:0px;
}
	.home-banner-wrap {
    height: 60vh;
}
	.header-wrapper{
		top:100px;
		padding-bottom:5px;
		padding-top:5px;
	} 
	.header-logo img {
    width: 136px;
    height: 61px;
	object-fit: unset;
	}
	.wel {
    width: 100%;
    height: 240px;
    margin-bottom: 10px;
}
	 .f-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
		background-color:#000;
	}
	 .f-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner:before {
		background-color:#000;
	}
	 .f-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner:after {
		background-color:#000;
	}

	.page-heading{
		margin:0;
	}
	.blog-enquiry-wrapper{
		padding:50px 0px 0px 0px;
	}
	.blogs{
	bottom: 96px;
    height: 440px;
	}
	.blog-enquiry-wrapper .enquiry-form {
    bottom: 73px;
}
		.enquiry-form {
		margin-top: 0px;
	}
	.f-nav .mega-menu-link {
    color: #ffffff !important;
}
}

@media only screen and (min-width:854px) and (max-width:1002px){
	
		.sec-image {
    position: relative;
    height: 500px; /* Set a fixed height for the container */
}

.new-imgs {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.new-imgs img {
    position: absolute !important;
    top: 5%!important;
    left: 6%!important;
    
}
	.home-banner-wrap img {
    height: 59vh;
}
	.header-top{
		height:100px;
	}
	.banner-item.banner-imagecon {
    
    bottom: 20px;
	}
	.choose-img img {
		height: 100%;
	}
	.pr-lg-5, .px-lg-5 {
    padding-right: 0rem!important;
}
	.about-talento .pr-lg-5 img {
    object-fit: contain;
	}
	 .f-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
		background-color:#000;
	}
	 .f-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner:before {
		background-color:#000;
	}
	 .f-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner:after {
		background-color:#000;
	}
	.header-logo img{
    width: 154px;
    height: 66px;
    object-fit: unset;
}
	.header-wrapper{
	    top: 100px;
		padding-bottom:5px;
		padding-top:5px;
	}
	.home-banner-wrap {
    height: 63vh;
}
	.wel {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
}
	.serv{
	height: 500px;
	}
		.f-nav .mega-menu-link {
    color: #ffffff !important;
}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
		
	background: #01cdfd;	
	}
	.abot-call {
    margin-left: 112px;
	}
   
	.blogs{
	  height: 417px;
      bottom: 45px;
	}
	
#mega-menu-wrap-primary .mega-menu-toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    	right: -300px;
    }
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
		position: fixed;
		display: block;
		width: 300px;
		max-width: 90%;
		height: 100vh;
		max-height: 100vh;
		top: 0;
		box-sizing: border-box;
		transition: left 400ms ease-in-out, right 400ms ease-in-out;
		overflow: auto;
		z-index: 9999999999;
		overscroll-behavior: contain;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
		line-height:40px;
	}
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
		right: 0;
	}
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
		display: block;
	}
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
		background: #2d3554;
		padding: 0px 0px 0px 0px;
		display: none;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		display: list-item;
		margin: 0;
		clear: both;
		border: 0;
	}
	.page-id-6 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		color: #ffffff;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
		background: #01cdfd;
	}
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after {
		position: fixed;
		width: 100%;
		height: 99999px;
		content: "";
		top: 0;
		left: 0;
		opacity: 0.5;
		background: black;
		cursor: pointer;
		z-index: 9999999998;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
		border: 1px solid #01cdfe;
		border-radius: 5px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        background:  #9fc4f9;
   } 
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
       margin-right: 0px;
   }

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
		color:#fff;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
	border-radius: 0;
    border: 0;
    margin: 0;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    background: transparent;
    text-align: left;
    color: #fff;
    font-size: 14px;
	
	}
}




@media only screen and (min-width:1003px) and (max-width:1350px){
	
		.sec-image {
    position: relative;
    height: 500px; /* Set a fixed height for the container */
}

.new-imgs {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.new-imgs img {
    position: absolute !important;
    top: 5%!important;
    left: 6%!important;
    
}
	header#header .header-top .element:last-child {    
	margin-left: 14px;
}
	.header-top{
		    height: 100px;
	}
	.home-banner-wrap {
    height: 90vh;
}
	.home-banner-wrap img {
    height: 90vh;
}
		.header-logo img{
    width: 154px;
    height: 66px;
    object-fit: unset;
}
	.header-wrapper{
    top: 100px;
		padding-bottom:5px;
		padding-top:5px;
	}

	 .f-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
		background-color:#000;
	}
	 .f-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner:before {
		background-color:#000;
	}
	 .f-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner:after {
		background-color:#000;
	}
	.f-nav .mega-menu-link {
    color: #ffffff !important;
}
#mega-menu-wrap-primary .mega-menu-toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    	right: -300px;
    }
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
		position: fixed;
		display: block;
		width: 300px;
		max-width: 90%;
		height: 100vh;
		max-height: 100vh;
		top: 0;
		box-sizing: border-box;
		transition: left 400ms ease-in-out, right 400ms ease-in-out;
		overflow: auto;
		z-index: 9999999999;
		overscroll-behavior: contain;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
		line-height:40px;
	}
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
		right: 0;
	}
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
		display: block;
	}
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
		background: #2d3554;
		padding: 0px 0px 0px 0px;
		display: none;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		display: list-item;
		margin: 0;
		clear: both;
		border: 0;
	}
	.page-id-6 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		color: #ffffff;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
		background: #01cdfd;
	}
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after {
		position: fixed;
		width: 100%;
		height: 99999px;
		content: "";
		top: 0;
		left: 0;
		opacity: 0.5;
		background: black;
		cursor: pointer;
		z-index: 9999999998;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
		border: 1px solid #01cdfe;
		border-radius: 5px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        background:  #9fc4f9;
   } 
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
       margin-right: 0px;
   }

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
		color:#fff;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
	border-radius: 0;
    border: 0;
    margin: 0;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    background: transparent;
    text-align: left;
    color: #fff;
    font-size: 14px;
	
	}
		.align-self-center {
    margin-left: 0px;
}
	.text-center {
    text-align: center!important;
    width: 100% !important;
}

}

@media only screen and (min-width:1351px) and (max-width:1700px){
	
		.sec-image {
    position: relative;
    height: 500px; /* Set a fixed height for the container */
}

.new-imgs {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.new-imgs img {
    position: absolute !important;
    top: 5%!important;
    left: 6%!important;
    
}
.team-block h3{
    pointer-events:none;
}
.header-top{
    height:45px;
}

	.header-wrapper {
	padding-bottom: 7px;
		padding-top:7px;
		top: 45px;
	}
	
	.header-logo img {
    width: 198px;
    height: 81px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		    padding: 0px 15px 0px 15px;
	}
	.align-self-center {
    margin-left: 0px;
}
	.text-center {
    text-align: center!important;
    width: 100% !important;
}
	header#header .header-top {
		padding-bottom:10px;
}

}

@media only screen and (min-width:1700px){
	.sec-image {
    position: relative;
    height: 500px;
}

.new-imgs {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.new-imgs img {
    position: absolute !important;
    top: 5%!important;
    left: 6%!important;
    
}
.home-banner-wrap {	
	    height: 103vh;
	}
	header#header .header-top .element:last-child {
    margin-left: 31px;
}
}

@media only screen and (max-width:767.5px){
   .header-wrapper {
    top: 73px;
    background-color: #0000;
    padding-top: 7px;
}
.home-banner-wrap {
    height: 37vh !important;
    margin-top: 60px;
}
.header-logo img {
    width: 65%;
    height: 70px;
}
.header-top ul{
    display: grid!important;
}
#mega-menu-wrap-primary #mega-menu-primary>li#mega-menu-item-712 {
    border-radius: 0px;
    background: #ffffff;
}
#mega-menu-wrap-primary #mega-menu-primary>li#mega-menu-item-713 {
    border-radius: 0px;
    background: #fff;
    padding: 0px 12px 0px 12px;
    margin-left: 0px;
    margin-top: 6px;
}
.mega-menu-item-712 .mega-menu-link{
    color:#000!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.mega-menu-item-713 .mega-menu-link{
    color:#000!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.innerpage-header {
    margin-top: 160px;
}
.add {
    margin-left: 0px;
    margin-top:80px;
}
.cont-img{
      margin-top:50px;
}
.page-id-6.f-nav #mega-menu-wrap-primary #mega-menu-primary>li#mega-menu-item-712>a {
    color: #000 !important;
}
.page-id-6.f-nav #mega-menu-wrap-primary #mega-menu-primary>li#mega-menu-item-713>a {
    color: #000 !important;
}
.f-nav #mega-menu-item-712 .mega-menu-link {
    color: #000 !important;
}
.f-nav #mega-menu-item-713 .mega-menu-link {
    color: #000 !important;
}
.cta-area-2 {
    padding-top: 80px;
    padding-bottom: 0px;
    text-align: center;
}
.cta-content .theme-btn {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    padding: 0px 30px;
}
.about-optus{
     margin-top: 80px;
}
.contact-page h3 {
    margin: 20px 0px 20px 0px;
}
}

.optus-branches img{
    padding:10px;
    border-radius:18px;
}
.contact-item .fa-phone:before {
    color: #00000091;
}
.contact-item .fa-whatsapp:before {
  color: #00000091;
}
.optus-branches a {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #000055;
    font-size: 14px;
    line-height: 21px;
}
.optus-branches a:hover {
    color: #ca180f;
    text-decoration:none;
}
.optus-group h1{
    width: 100%;
    padding: 0;
    color: #010161;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}
.service-detail-main li{
    color: #2d2d2d;
    font-size: 16px;
    line-height: 28px;
}

















