.header-wrapper .logo a img {
    max-width: 240px;
}

.header-fixed .header-wrapper .logo a img {
    max-width: 220px;
}

.banner-section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 300px;
    bottom: -5px;
    left: 0;
    background: url(../images/shape-img/06.png) no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 9;
    background-repeat: no-repeat;
}

/*.pageheader-section{
    background-image: url(../img/banner-bg.jpg);
}*/
.about-section .section-header h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.about-section .about-right .section-header p{
    margin-bottom: 15px;
}
.about-section .about-right p{
    text-align: justify;
}
.affliate-block {
    max-width: 60%;
    text-align: center;
    margin: 60px auto 0;
}
.affliate-block p {
    font-size: 18px;
    color: #000;
}
.affliate-cnt {
    display: inline-block;
}
.affliate-cnt p {
    /* width: 46%; */
    float: left;
    margin: 0 2%;
    font-size: 35px;
}
.affliate-cnt p span {
    display: inline-block;
    width: 100%;
    font-size: 51px;
    line-height: 64px;
    font-weight: 600;
    color: #2bbddd;
}
.affliate-cnt p {
    /* width: 46%; */
    float: left;
    margin: 0 2%;
    font-size: 20px;
    padding: 20px 0;
}

.why-choose-sec {
    padding: 20px 0 60px;
    background-image: url(../img/why.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.why-box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 0;
    border: 2px solid #b384ac;
    border-radius: 60px;
        overflow: hidden;
}

.why-box figure {
    margin: 0 20px 0 0;
    min-width: 60px;
    width: 60px;
    background-color: #b384ac;
    padding: 17px  10px;
}

.why-box p{
    font-size: 18px;
    margin: 0;
    padding: 10px 0;
}

.clients-section{
    background-image: url(../img/testie-bg.jpg);
}

.clients-section h2 {
    color: #fff;
}
.client-item .client-inner{
    background-color: rgba(255, 255, 255, 0.8);
}
.achievement-section .skill-thumb img {
    max-width: 84px;
    padding: 10px;
    /* background-color: #e0dcfe; */
    border-radius: 100%;
}

.newsletters-section {
    background-image: url(../img/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.footer-top {
    padding: 50px 0px;
}
.footer-content .title img {
    max-width: 240px;
    margin-bottom: 20px;
}

.footer-bottom{
    padding: 10px 0;
}

.footer-bottom p{
    margin: 0;
    font-size: 15px;
}

.newsletter-area h2 {
    font-size: 24px;
}

.header-top-area .left li i {
    color: #f16126;
}
.client-item .client-inner .client-thumb {
    display: none;
}

.our-address ul li {
    margin-bottom: 15px;
}

footer ul.office-address li{
    font-weight: 400;
}

/*--------- About Page ----------*/


.feature-section ul li {
    padding: 13px 0;
    list-style: none;
    display: flex;
}

.feature-section ul li i {
    color: #ffa108;
    font-size: 18px;
    margin: 5px 10px 0 0;
}

.feature-section figure{
    text-align: center;
}

.feature-section figure img {
    max-width: 80%;
    margin: 0 auto;
}
.value-sec h2, .value-sec h3{
    color: #fff;
}

.value-sec p {
    color: #ddd;
    line-height: 32px;
    font-size: 16px;
}
.value-sec {
    background-image: url(../img/value-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.value-box{
    text-align: right;    
    padding-right: 20px;
    position: relative;
}

.value-box:after {
    content: '';
    position: absolute;
    top: 0;
    right: -25px;
    height: 100%;
    width: 1px;
    background-color: #fff;
}

.who-box{
    padding-left: 50px;
}
.map-address-section h2 {
    font-size: 34px;
}

.contact-wrapper h3, .map-area h3{
    font-size: 24px;
    margin-bottom: 20px;
}


/* POPUP Styles */

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 800px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
    background-color: #f16126;
    padding: 0 15px;
    line-height: 45px;
    border-radius: 5px;
}

@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}
.pop-cnt ul li {
    font-weight: 400;
    margin-bottom: 10px;
}

.pop-cnt p {
    text-align: justify;
    margin-bottom: 20px;
}
.pop-cnt h2 {
    margin-bottom: 20px;
}
a.pop-btn:hover{
    cursor: pointer;
}

.custom-model-wrap::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.custom-model-wrap::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.custom-model-wrap::-webkit-scrollbar-thumb
{
	background-color: #f16126;
}

.pop-cnt p strong {
    color: #f16126;
}
.unique-pop h2 span {
    color: #7a0077;
    font-weight: 600;
}

.unique-pop h2 {
    font-size: 32px;
    font-weight: 400;
}

.message-sec .message-box .row{
    display: flex;
    align-items: center;
}
.message-sec .message-box:first-child{
    margin-bottom: 60px;
}
.message-sec .message-box:last-child .row {
    flex-direction: row-reverse;
}
.message-sec p{
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}
.message-sec h3 {
    font-size: 24px;
    font-weight: 500;
}

.message-box {
    padding: 20px 40px;
    background-color: #e5efff;
    border-radius: 10px;
}

.message-box figure{
    position: relative;
}

.message-box figure img {
    border-radius: 10px;
    width: 90%;
}

.message-box .msg-title {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 70%;
    text-align: center;
    background-color: #fff;
    padding: 5px 0;
    border-radius: 0 5px 5px 0;
}

.msg-title h4 {
    margin: 0;
    font-weight: 500;
    line-height: 27px;
    text-transform: uppercase;
}

.msg-title span {
    font-weight: 400;
    color: #f16126;
    line-height: 7px;
}

.category-item .category-inner .category-thumb img {
    max-width: 80px;
    background-color: #fff;
    padding: 10px;
}
.category-item a {
    color: #fff!important;
    font-size: 16px;
}
.category-item span {
    font-size: 20px;
}
.category-item a:hover {
    cursor: pointer;
}
.academic-sec .row.reverse{
    flex-direction: row-reverse;
}

footer.style-2 .footer-top .footer-item .footer-inner .footer-content .content ul li a {
    font-weight: 400;
}
.newsletter-form button.lab-btn, .newsletters-section .newsletter-area .news-mass {
    background-color: #fff;
}

.newsletter-form button.lab-btn span{
    color: #e9a63b;
}

.academic-sec {
    padding: -1px 0;
}

.academic-sec .academic-box {
    padding: 30px 0;
}

.academic-sec .academic-box:nth-child(even) {
    background-color: #ffe7dd;
}

.academic-box ul li i {
    color: #c117a5;
    margin: 5px 10px 0 0;
}

.academic-box ul {
    padding: 0;
}
.academic-box ul li {
    list-style: none;
    display: flex;
    margin-bottom: 10px;
}

/* Responsive */
@media (min-width: 320px) and (max-width: 760px) {
    .affliate-cnt p {
        width: 100%;
        padding: 10px 0;
    }
    
    .why-box p {
        font-size: 1rem;
        padding: 0;
    }
    .why-choose-sec {
        height: 181vh;
    }
}

.float {
    animation: float 2s ease-in-out infinite;
}

@keyframes float {
	0% {
		/* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
	50% {
		/* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); */
		transform: translatey(-20px);
	}
	100% {
		/* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
}


@media (max-width: 767px) {
    .achieve-part {
        margin-bottom: 40px;
    }
    .achieve-item {
        text-align: center;
        margin-top:1rem;
    }
    .achieve-inner {
        justify-content: center !important;
    }
    .about-section.style-3 .about-left .abs-thumb {
        display: block;
        bottom: -90px;
    }
    .about-right {
        margin-top: 40px;
    }
    .why-choose-sec {
        background-size: 440px;
        margin-bottom: 30px;
    }
    .padding-tb {
        padding: 10px 1px;
    }
}
