 .btn-link {
     position: relative;
 }

 .btn-link img {
     position: absolute;
     right: -20px;
     top: 2px;
     transition: 0.3s all ease-in-out;
 }
 
 .primary-box .btn-link img {
   top:0;
 }
 
 
  .primary-box .btn-link:hover img{
    top:0;
    right:-22px;
  }
 
 .areas-box-listing .btn-link img {
    top:0;
  }
  
  .post-content .btn-link.no-anim img{
    top:0;
  }
  
  .post-content .btn-link.no-anim:hover img{
    top:0;
    right:-22px;
  }

 .btn-link:hover img {
     right: -25px;
     top: -3px;
 }
 
 .office-cont-wrap .btn-link img{
   top:0;
 }
  
  .office-cont-wrap .btn-link:hover img{
    top:-3px;
  }

 .site-header .is-btn.in-mob {
     display: none;
 }

 /* team list */
 section.legal-team {
     padding: 50px 0;
     background-color: rgba(238, 246, 252, 1);
 }

 section.legal-team .intro {
     text-align: center;
     margin: auto;
     max-width: 810px;
     margin-bottom: 33px;
 }

 section.legal-team .intro p {}

 .team-list {
     margin: auto;
     max-width: 963px;
 }

 .team-list .team-block {
     background-color: #FFF;
     border-radius: 4px;
     box-shadow: 0px 4px 18.1px 0px rgba(0, 0, 0, 0.05);
     margin-bottom: 30px;
 }

 .team-list .team-block .team-block-inn {}

 .team-list .team-block .team-block-inn .d-flex {
     display: flex;
     flex-wrap: wrap;
     margin: auto;
     max-width: 886px;
     padding: 20px 40px;
     align-items: center;
 }

 .team-list .team-block .team-block-inn .d-flex .profile-img {
     width: 193px;
 }

 .team-list .team-block .team-block-inn .d-flex .profile-img .img {
     width: 193px;
     height: 193px;
     border-radius: 50%;
     background-color: #e7e7e7;
 }

 .team-list .team-block .team-block-inn .d-flex .text-part {
     width: calc(100% - 193px);
     padding-left: 44px;
     display: flex;
     flex-wrap: wrap;
     align-items: center;

 }

 .team-list .team-block .team-block-inn .d-flex .text-part .info-part {
     width: 59%;
     position: relative;
 }

 .team-list .team-block .team-block-inn .d-flex .text-part .info-part h4 {
     font-family: "DM Serif Text", serif;
     color: rgba(0, 28, 113, 1);
     font-size: 26px;
     margin-bottom: 15px;
     letter-spacing: 0.01em;
 }
.team-list .team-block .team-block-inn .d-flex .text-part .info-part h4 a{
    color: rgba(0, 28, 113, 1);
}
 .team-list .team-block .team-block-inn .d-flex .text-part .info-part span.sub-title {
     display: block;
     font-size: 15px;
     font-weight: 600;
     letter-spacing: 4.5px;
     color: rgba(102, 103, 102, 1);
     text-transform: uppercase;
 }
.team-list .team-block .team-block-inn .d-flex .text-part .info-part a.btn img{top:0}
 .team-list .team-block .team-block-inn .d-flex .text-part .info-part a.btn {
     margin-top: 44px;
     /*font-size: 15px;
     letter-spacing: 0.24em;*/
 }
.team-list .team-block .team-block-inn .d-flex .text-part .info-part a.btn:hover img {
    top: -3px;
}

 section.legal-team .intro h2 {
     margin-bottom: 25px;
 }

 .team-list .team-block .team-block-inn .d-flex .text-part .btn-part {
     padding-left: 63px;
 }

 .team-list .team-block .team-block-inn .d-flex .text-part .btn-part a {
     background: rgba(59, 169, 248, 1);
     border-radius: 4px;
     padding: 6px 10px;
     width: 121px;
     display: inline-block;
     font-size: 12px;
     color: #FFF;
     letter-spacing: 0.25em;
     text-transform: uppercase;
 }

 .team-list .team-block .team-block-inn .d-flex .text-part .btn-part ul {
     margin: 20px 0 0 0;
     padding: 0;
     list-style: none;
 }

 .team-list .team-block .team-block-inn .d-flex .text-part .btn-part ul li {
     margin: 14px 0;
 }

 .team-list .team-block .team-block-inn .d-flex .text-part .btn-part ul li a {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: center;
 }

 .team-list .team-block .team-block-inn .d-flex .text-part .btn-part ul li a span {
     /*width: 35px;*/
     text-align: center;
     height: 12px;
     margin-right:8px;
 }
.team-list .team-block .team-block-inn .d-flex .text-part .btn-part ul li a span img {
    max-width: 12px;
    max-height: 12px;
}
 .team-list .team-block .team-block-inn .d-flex .text-part .info-part:after {
     content: '';
     position: absolute;
     width: 1px;
     height: calc(100% - 9px);
     right: 0;
     background: rgba(128, 141, 184, 1);
     top: 7px;
 }

 .team-list .team-block .team-block-inn .d-flex .text-part .btn-part a:hover {
     background-color: #001c71;
 }
 
 .email{
     height:12px;
 }

 /* team list End*/


 /* Home Center Text */
 section.home-center-content {
     padding: 80px 0 0px 0;
     background: rgba(238, 246, 252, 1);
 }

 section.home-center-content .intro {
     max-width: 1040px;
     margin: auto;
     padding: 43px 0 165px 0;
     border: 4px solid rgba(223, 236, 247, 1);
     border-right: 0;
     position: relative;
     border-bottom: 0;
         position: relative;
 }

 section.home-center-content .intro .inner-part {
     text-align: center;
     margin: auto;
     max-width: 796px;
     padding: 0 20px;
         position: relative;
         z-index: 1;
 }
section.home-center-content .intro .inner-part h2 {
    line-height: 1.35;
    letter-spacing: 0.01em;
        margin-bottom: 19px;
}
section.home-center-content .intro .inner-part p {
    line-height: 1.9;
}
section.home-center-content .intro figure.bottom_image {
    position: absolute;
    right: -200px;
    bottom: 28px;
        z-index: 0;
}
 section.home-center-content .intro:after {
     content: '';
     position: absolute;
     width: 4px;
     height: 82px;
     background-color: rgba(223, 236, 247, 1);
     right: 0;
     top: 0;
 }
section.home-center-content + section.image-white-box {
    padding-top: 0;
}

section.home-center-content + section.image-white-box .white-box-content.content-top {
}
 

section.home-center-content + section.image-white-box .image-white-box-wrap {
    align-items: flex-start;
}

 /* Home Center Text End */

/* history_slider_block */
section.history_slider_block {
    background-color: #eef6fc;
    padding: 90px 0 50px;
}

section.history_slider_block .d-flex {
    max-width: 1205px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
 
    align-items: flex-start;
}

section.history_slider_block .d-flex .left-content-part {
    width: 70%;
    background-color: #FFF;
    padding:60px 50px 0px 50px;
    border-radius: 4px;
}
section.history_slider_block .d-flex .left-content-part .inn{
    padding-right: 100px;
    position: relative;
    
}
section.history_slider_block .d-flex .left-content-part .inn h2 {
    margin-left: 35px;
        margin-bottom: 46px;

}
section.history_slider_block .right-img-part {width: 30%;margin-top: 72px;}

section.history_slider_block .d-flex .right-img-part {
}

section.history_slider_block .d-flex .right-img-part figure {
    width: calc((100% + 90px ) + ((100vw - 1205px)/2));
    margin-left: -90px;
}

.history_slider {}

.history_slider .history_slider-block {}

.history_slider .history_slider-block .history_slider-block-inn {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
        padding-bottom: 56px !important;
}

.history_slider .history_slider-block .history_slider-block-inn span.year {
    display: block;
    background: rgba(238, 246, 252, 1);
    border: 4px solid rgba(223, 236, 247, 0.9686);
    font-size: 24px;
    font-weight: 700;
    color: rgba(0, 28, 113, 1);
    padding: 9px 20px;
    width: 130px;
    text-align: center;
    border-radius: 50px;
}

.history_slider .history_slider-block .text {
    width: calc(100% - 130px);
    padding-left: 48px;
    padding-top: 19px;
}
.history_slider .history_slider-block .text p {
    letter-spacing: 0.03em;
        line-height: 1.85;
}
section.history_slider_block .d-flex .left-content-part .arows {
    display: flex;
    height: 90px;
    background: rgba(238, 246, 252, 1);
    border: 4px solid rgba(223, 236, 247, 0.9686);
    border-radius: 30px;
    width: 55px;
    flex-direction: column;
    position: absolute;
    right: 10px;
    bottom: -40px;
        z-index: 9;
}

section.history_slider_block .d-flex .left-content-part .arows span.slick-arrow {position: relative;font-size: 0;width: 25px;height: 15px;display: block;transform: rotate(90deg);margin: 16px 0px 0px 11px;}

.left-content-part .arows .pre:after {
    background-size: 11px;
}

section.history_slider_block .d-flex .left-content-part .arows span.slick-arrow.slick-disabled {
    opacity: 0.3;
}

.history_slider:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    background: #dfedf7;
    left: 67px;
    top: 1px;
}





/* history_slider_block End */
@media (min-width: 1025px) {
body.transparent .header-main:not(.fixed) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: calc(100% - 35px );
    background: #eef6fc;
    z-index: -999999;
    pointer-events: none;
}
body.transparent .header-main:not(.fixed) .header-wrap .logo {
 
    position: relative;
    z-index: 9999;
}
body.transparent .header-main:not(.fixed) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    position: relative;
    z-index: 99;
}

body.transparent .header-main:not(.fixed) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 9;
}

.header-wrap .right-part .is-btn {
    position: relative;
    z-index: 9;
}

body.transparent .header-main:not(.fixed) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item.mega-toggle-on a:after {
    opacity: 1;
}
 

body.transparent .header-main:not(.fixed) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding-top: 85px;
    top: 100%;
}
}

@media (min-width: 1025px) {
    
body.transparent.header-white .header-main:not(.fixed){
    
}

.header-main.fixed .header-wrap .logo img.white_slogo {
    display: none;
}

body.transparent.header-white .header-main:not(.fixed) .logo img.white_slogo {
    /* display: none !important; */
    opacity: 0 !important;!i;!;
}

body.transparent.header-white .header-main:not(.fixed) .logo img.main_logo {
    display: inline-block !important;
    opacity: 1 !important;!i;!;
}

body.transparent.header-white .header-main:not(.fixed) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #222;
}

body.transparent.header-white .header-main:not(.fixed) .header-wrap .right-part .is-btn a.tel-btn {
    color: rgba(0, 28, 113, 1);
}
body.transparent .header-main:not(.fixed) {
 
    transition: 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
}
}
    @media (max-width: 1250px) {
    section.history_slider_block .d-flex .right-img-part figure {
    width: calc(100% + 100px);
}
}
 @media (max-width: 1199px) {
     body.transparent .header-main:not(.fixed) {

         padding-top: 0px;
     }

     body.transparent .header-main:not(.fixed) .header-wrap .logo {
         width: 265px;
     }

     body.transparent .header-main:not(.fixed) .header-wrap .right-part {
         width: calc(100% - 265px);
     }

     .wrapper {
         padding-top: 85px;
     }
     section.home-center-content .intro{
             padding: 43px 0 130px 0;
     }
     section.home-center-content .intro figure.bottom_image {
    max-width: 270px;
    right: -150px;
    bottom: 68px;
    }
    .team-list .team-block .team-block-inn .d-flex .text-part .info-part span.sub-title{font-size: 15px}
    .team-list .team-block .team-block-inn .d-flex .text-part .info-part a.btn{font-size: 13px}
section.history_slider_block .d-flex .right-img-part figure {
    width: calc(100% + 100px);
            margin-left: -75px;
}

section.history_slider_block .d-flex .left-content-part {
    padding: 40px 25px 0px 30px;
}

section.history_slider_block .d-flex .left-content-part .inn h2 {
    margin-left: 15px;
    margin-bottom: 35px;
}

.history_slider .history_slider-block .text {
    padding-left: 30px;
}
     section.history_slider_block .d-flex .left-content-part .arows{
             right: 30px;
     }
 }
 
 .areas-block .primary-box-link{
      position: absolute;
      top:0;
      right:0;
      left:0;
      bottom:0;
      z-index: 2;
  }

 @media (min-width: 1024px) {
    
     
     .primary-slider-block .arrows .prev-button:before,
     .primary-slider-block .arrows .next-button:before{
         padding:25px;
     }
     
     body.transparent .header-main:not(.fixed) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
         color: #FFF;
     }

     body.transparent .wrapper {
         padding-top: 0;
     }

     body.transparent .header-main:not(.fixed) .header-wrap .right-part .is-btn a.tel-btn:before {
         background-image: url(../images/call-icon-blue.svg);
     }

     body.transparent .header-main:not(.fixed) .header-wrap .right-part .is-btn a.tel-btn {
         color: #FFF;
     }

     body.transparent .header-main:not(.fixed) .header-wrap .logo img.white_slogo {
         display: inline-block;
         opacity: 1 !important;!i;!;
     }

     body.transparent .header-main:not(.fixed) .header-wrap .logo img.main_logo {
         display: inline;
         position: absolute;
         left: 0;
         top: 0;
         opacity: 0;!i;!;
         transition: all 0.25s ease-in-out !important;
     }

     body.transparent .header-main:not(.fixed) {
         background: none;
     }

     body.transparent .wrapper {
         padding-top: 0 !important;
     }
     .image-white-box-wrap .white-box-content .white-content-inside .btn-wrap {
    margin-top: 18px;
}
 }

 @media (max-width: 1023px) {
     #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
                 box-shadow: 0px -4px 4px rgb(0 0 0 / 3%);
     }
     .container {
         padding: 0 25px;
     }
     section.history_slider_block .d-flex .left-content-part .inn {
 
        padding-bottom: 40px;
        
    }
    
   /* .items .primary-box-link{
        display: none;
    }*/
     
     
     #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.menu-list-style.w50 ul.mega-sub-menu > li:nth-child(2) {
 
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.menu-list-style.w50 ul.mega-sub-menu > li:nth-child(3) {
 order: 5;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.menu-list-style.w50 ul.mega-sub-menu > li:nth-child(4) {
 order: 2;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.menu-list-style.w50 ul.mega-sub-menu > li:nth-child(5) {
 order: 6;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.menu-list-style.w50 ul.mega-sub-menu > li:nth-child(6) {
 order: 3;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.menu-list-style.w50 ul.mega-sub-menu > li:nth-child(7) {
 order: 7;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.menu-list-style.w50 ul.mega-sub-menu > li:last-child {
  order: 4;
}
     #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.menu-list-style > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    position: relative;
    padding-right: 40px;
}
 }

 @media (max-width: 991px) {
     .team-list .team-block .team-block-inn .d-flex .text-part {
         padding-left: 30px;
     }

     .team-list .team-block .team-block-inn .d-flex .profile-img .img {
         width: 171px;
         height: 171px;
     }

     .team-list .team-block .team-block-inn .d-flex .profile-img {
         width: 171px;
     }

     .team-list .team-block .team-block-inn .d-flex .text-part {
         width: calc(100% - 171px);
     }

     .team-list .team-block .team-block-inn .d-flex .text-part .info-part a.btn {
         margin-top: 25px;
     }

     .team-list .team-block .team-block-inn .d-flex .text-part .info-part h4 {
         margin-bottom: 10px;
     }

     .team-list .team-block .team-block-inn .d-flex .text-part .btn-part {
         padding-left: 35px;
         width: 156px;
     }

     .team-list .team-block .team-block-inn .d-flex .text-part .info-part {
         width: calc(100% - 156px);
     }
     .history_slider .history_slider-block .history_slider-block-inn span.year{
             width: 110px;
                 padding: 10px 15px;
             font-size: 20px;
     }
     .history_slider:before{
             left: 53px;
     }
     .history_slider .history_slider-block .text{
         width: calc(100% - 110px);
             padding-left: 20px;
    padding-top: 10px;
     }
     
 }

 @media (max-width: 767px) {
   .container{
     padding-left:35px;
     padding-right:35px;
   }
     footer .container{
         padding: 0 18px;
     }
     .wrapper {
         padding-top: 85px;
     }

     .header-wrap .right-part .is-btn {

         margin-right: 10px;
     }

     .team-list .team-block .team-block-inn .d-flex {
         padding: 20px 20px;
     }

     .team-list .team-block .team-block-inn .d-flex .text-part {
         padding-left: 25px;
     }

     .team-list .team-block .team-block-inn .d-flex .text-part .btn-part {
         padding-left: 25px;
         width: 150px;
     }

     section.legal-team {
         padding: 50px 0;
     }

     section.legal-team .intro,
     section.legal-team .intro h2 {
         margin-bottom: 10px;
     }
    section.home-center-content .intro {
        padding: 43px 0 20px 0;
    }
     
    section.history_slider_block .d-flex .right-img-part {
    order: 1;
    width: 100%;
                position: relative;
        z-index: 1;
}

section.history_slider_block .d-flex .left-content-part {
            order: 2;
        width: calc(100% + 75px);
        margin: -80px 0px 0px -45px;
        z-index: 0;
        padding-top: 100px;
}
     .history_slider .history_slider-block .history_slider-block-inn span.year{
                 position: relative;
        left: 15px;
     }
section.history_slider_block .d-flex .right-img-part figure {
        width: calc(100% + 30px);
        margin: auto;
        margin-right: -30px;
}

section.history_slider_block .d-flex .left-content-part .inn {
    padding: 0;
}
.left-content-part .arows .pre:after {
    background-size: 10px;
}
.history_slider .history_slider-block .text {
    width: 100%;
    padding: 30px 15px 0px;
}

.history_slider:before {
    width: calc(100% + 26px);
    height: 4px;
    top: 24px;
    left: 15px;
}

section.history_slider_block .d-flex .left-content-part .arows {
    bottom: auto;
    top: 84px;
    width: 75px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    right: 0;
}

section.history_slider_block .d-flex .left-content-part .arows span.slick-arrow {
    transform: rotate(0deg);
    margin: 0;
}

.history_slider .history_slider-block .history_slider-block-inn {
    padding-bottom: 30px !important;
            height: auto !important;
} 
     
    section.home-center-content .intro .inner-part{text-align: left;padding-bottom: 30px;padding-left: 35px}
    section.home-center-content + section.image-white-box{padding-bottom: 0}
    section.home-center-content .intro figure.bottom_image{display: none}
    .team-list .team-block .team-block-inn .d-flex .text-part .info-part span.sub-title{font-size: 15px }
    .team-list .team-block .team-block-inn .d-flex .text-part .info-part a.btn{        
      font-size: 13px;
        position: relative;
        left: -8px;
        letter-spacing: 0.12em;
}
     .team-list .team-block .team-block-inn .d-flex .text-part .info-part a.btn img {
    top: 1px;
    width: 10px;
    right: -17px;
}
     .team-list .team-block .team-block-inn .d-flex .text-part .info-part a.btn:hover img {
    right: -20px;
    top: -3px;
}
      section.history_slider_block .right-img-part {margin-top: 0}
      section.history_slider_block{padding: 90px 0 25px}
 }

 @media (max-width: 640px) {
     .team-list .team-block .team-block-inn .d-flex .profile-img {
         width: 100%;
         display: flex;
         justify-content: center;
         margin-bottom: 20px;
     }

     .team-list .team-block .team-block-inn .d-flex .text-part {
         width: 100%;
         padding: 0;
     }

     .team-list .team-block .team-block-inn .d-flex .text-part .info-part {
         width: 100%;
         display: block;
         text-align: center;
     }

     .team-list .team-block .team-block-inn .d-flex .text-part .btn-part {
         padding: 0;
         width: 100%;
         display: block;
     }

     .team-list .team-block .team-block-inn .d-flex .text-part .btn-part ul {
         display: flex;
         align-items: center;
         justify-content: center;
     }

     .team-list .team-block .team-block-inn .d-flex .text-part .btn-part ul li {
         margin: 0 6px;
     }

     .team-list .team-block .team-block-inn .d-flex .text-part .btn-part ul li a {
         height: 30px;
     }

     .team-list .team-block .team-block-inn .d-flex {
         padding: 30px 20px;
     }

     .team-list .team-block .team-block-inn .d-flex .text-part .info-part:after {
         display: none;
     }

     .team-list .team-block {
         margin-bottom: 20px;
     }
      section.history_slider_block{padding: 90px 0 10px}
     #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
                 font-size: 16px;
     }
     #mega-menu-wrap-primary #mega-menu-primary{
                 padding: 30px 0px 0 0px !important;
     }
 }

 @media (max-width: 580px) {
     .header-wrap .logo {
         width: 252px;
     }

     .header-wrap .right-part {
         width: calc(100% - 252px);
     }

     .site-header .is-btn.in-mob {
         display: block;
         text-align: center;
         background: rgba(0, 28, 113, 1);
         padding: 11px 0;
         margin-bottom: 17px;
     }

     .site-header .is-btn.in-mob a {
         font-size: 20px;
         color: #FFF;
          font-weight: 600; 
     }

     .header-wrap .right-part .is-btn a.tel-btn {
         display: none;
     }

     .header-main.fixed .is-btn.in-mob {
         display: none;
     }

     .header-main {
              padding: 0px 0 17px 0;
        height: 135px;
     }

     .header-main.fixed {
          padding: 17px 0 17px 0;
        height: 88px;
     }

     .site-header .is-btn.in-mob a img {
         margin: 0 5px 0 0px;
         position: relative;
         top: 2px;
     }

     .header-main:not(.fixed) #mega-menu-wrap-primary #mega-menu-primary {
         top: 135px;
         height: calc(100vh - 135px);
     }
     #mega-menu-wrap-primary #mega-menu-primary{
                 top: 88px;
        height: calc(100vh - 88px);
     }
section.home-center-content .intro {
    padding: 30px 0 0px 0;
}
 }
