html {
  scroll-behavior: smooth;
}
body, html{ 
    font-family: Nunito,sans-serif;
    font-size: 16px;
    font-weight: 400;
}
a:hover {
    text-decoration: none;
}
a{ text-decoration: none;}
 
 :root{  --color:#139cec; --darkcolor:#5a5b5f; }
 h1,h2,h3,h4{ font-family:'Poppins'; }
.blank_header{ height:76.48px; width:100%; }
.logo a {
    color: #ffffff;
    font-size: 35px;
    font-weight: 500;
    text-shadow: 0px 2px 2px #000;
}
header {
    padding:0px 0px;
    position:fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color:#fff;
    z-index: 100;
        box-shadow: 1px -1px 3px #000;
} 
.main-header {
     
}
.main-header nav > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: flex-end;
}

.main-header nav ul li {
    position:relative;
    margin: 0px 10px;
    padding:20px 0px;
}
.main-header nav ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    transition: all .3s ease 0s;
    color: var(--color);
    text-transform: capitalize;
}
.main-header nav ul li:hover ul.dropdown-menu {
    display: block;
}
.main-header ul.dropdown-menu {
    border-radius: 0px;
    border-bottom: solid 3px var(--color);
    padding: 0px;
    width:250px;
    top:96%;
}

.main-header ul.dropdown-menu li a {
    font-size:15px;
    text-transform: capitalize;
    border-bottom: dotted 1px #ccc;
    padding:0px 18px;
}

.main-header ul.dropdown-menu li {
    margin: 0px;
    padding: 0px;
}
.main-header nav ul li a:hover, .main-header nav ul li.active a {
    color:var(--darkcolor);
}
a.btn-nav-line {
    border: 1px solid var(--color);
    border-radius: 100px;
    height: 36px;
    line-height: 33px;
    text-align: center;
    transition: all .3s ease 0s;
    width: 140px;
}
a.btn-nav-line:hover {
    background-color: var(--color);
    color: #fff !important;
}
.main-header nav ul li:last-child a {  padding-right:0px; }
.main-header nav ul li:last-child {  margin-right:0px; }
.hero-banner img {
    width: 100%;
} 
.hero-banner {
    position: relative;
}

.hero-banner .hero-logo {
    width: 270px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top:40%;
    z-index:10;
}

.hero-banner .hero-logo img {
    width: 100%;
}

.hero_slider .hero_caption {
    width: 50%;
    position: absolute;
    left: 8%;
    right: 0px;
    top: 18%;
    z-index: 100;
}
.hero_slider .hero_caption h2{color:#fff;text-align: left;font-size: 50px; margin-bottom: 5px;}
.hero_slider .hero_caption p{color:#fff;text-align: left;font-size:22px;}
 
section.sec{
    padding:80px 0px;
    position:relative;
}
section.about-sec{
    
}
.about-txt-area .about-logo {
   
}
.about-txt-area {
    margin-right: 0px;
    margin-top: 12px;
    position: relative;
    margin-bottom: 0px;
}
.about-sec .m-title h2 {
    margin-bottom: 15px;
}
.about-sec .m-title p {
    font-size: 20px;
    line-height: 28px;
}
.about-txt-area p {
    color: #000;
    font-size: 20px;
    line-height: 24px;
}
.about-txt-area p span {
    color: #e02f70;
}
.about-img-area {
    padding-left: 40px;
    position: relative;
    margin-top: 30px;
}

.about-img-area img {
    width: 100%;
    object-fit: cover;
    transition:all ease-in-out 0.5s;
    cursor:pointer;
    position:relative;
}
.about-img-area img:hover{ transform:scale(1.1); z-index:100; }
.about-img-area .ab-img-2 {
    position: absolute;
    top: 160px;
    right: 0px;
    z-index: 20;
    width: 290px;
    height:300px;
    overflow:hidden;
}

.about-img-area .ab-img-1 {
    position: relative;
    z-index: 10;
    left: -10px;
    width: 380px;
    height: 380px;
     overflow:hidden;
}

.about-img-area .ab-img-2 img {
   
}

section.full-sec {
    background-repeat: no-repeat;
    background-size:cover;
    
}
section.full-sec:after {
    content: '';
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.5;
}
section.full-sec .full-box-txt {
    padding: 38px 30px;
    text-align: center;
    border-radius: 4px;
    width: 100%;
    position: relative;
    background-color: #fff;
    z-index:10;
}
section.full-sec .full-box-txt .full-sec-botm {
    margin-top: 35px;
}
section.full-sec .full-box-txt .logo-sec {
    position: absolute;
    left: 0px;
    right: 0px;
    top: -190px;
    margin: auto;
    text-align: center;
}

section.full-sec .full-box-txt p {
    font-size: 14px;
    color: #4a4a4a;
 
    line-height: 26px;
    font-weight: 500;
}

section.full-sec .full-box-txt .logo-sec img {
    width: 200px;
}
section.full-sec .lemon_butter_block {
    text-align: right;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.menu-img-box {
    position: relative;
    margin-bottom: 50px;
}

.menu-img-box figure img {
    width: 100%;
}
section.full-sec .full-box-txt .full-sec-botm p{ color:#E8C21D; }

section.menu-sec {
    padding-top: 160px;
}
.menu-box-txt p {
    line-height: 24px;
    font-size: 20px;
    color: #5B6266;
 
}

.menu-box-txt .h-title {
    margin-bottom: 45px;
}

.menu-box-txt .h-title h2 {
    letter-spacing: 8.2px;
    font-size: 20px;
    color: #25292D;
 
     font-weight: 600;
}

 
.menu-box-txt .button-block {
    margin-top: 70px;
}

.menu-box-txt .button-block a {
    width: 190px;
    background-color: #E02F70;
    height: 44px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 20px;
    justify-content: center;
    border-radius: 25px;
}
.menu-img-box .menu-txt-block {
    text-align: center;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    padding: 20px;
}
.menu-img-box .menu-txt-block h3 {
    font-size: 27px;
 
    color: #fff;
    margin-bottom: 20px;
}

.menu-img-box .menu-txt-block p {
    color: #fff;
    font-size: 18px;
    line-height: 21px;
}

.menu-img-box .menu-txt-block a {
    margin-top: 30px;
    border: solid 2px #fff;
    display: inline-flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    background: #25292D 0% 0% no-repeat padding-box;
    opacity: 0.66;
}
section#menu-items {
    padding-top: 0px;
}
.menu-box-items .h-title h2{  color:#E02F70; }
.menu-block-desc {}

.menu-block-desc .menu-block-desc-txt {
    display: flex;
    margin-bottom: 30px;
}

.menu-block-desc .menu-block-desc-txt .mbd-block {
    width: 60%;
}

.menu-block-desc .menu-block-desc-txt .itmp-block {
    width: 40%;
    text-align: right;
}

.menu-block-desc .menu-block-desc-txt .mbd-block h3 {
    font-size: 20px;
    color: #E02F70;
 
    font-weight: 500;
}

.menu-block-desc .menu-block-desc-txt .mbd-block p {
    font-size: 15px;
    color: #5B6266;
 
    line-height: 18px;
}

.menu-block-desc .menu-block-desc-txt .itmp-block p {
    font-size: 20px;
    color: #E02F70;
 
    font-weight: 500;
}
.menu-block-desc .menu-block-desc-txt .itmp-block .items-n-price span {
    color: #5B6266;
    font-size: 10px;
}
.menu-block-desc .menu-block-desc-txt .itmp-block .items-n-price span.txt1 {
    margin-right: 55px;
}
.menu-block-desc {
    height: 600px;
    overflow-x: hidden;
    overflow-y:scroll;
    padding-right: 15px;
}
.menus-name-block{
    height:900px;
}
/* width */
.menu-block-desc::-webkit-scrollbar {
  width:4px;
}

/* Track */
.menu-block-desc::-webkit-scrollbar-track {
  background: #C9C9C9;
  border-radius:40px; 
}
 
/* Handle */
.menu-block-desc::-webkit-scrollbar-thumb {
  background: #E02F70; 
  border-radius:40px;
  width:6px;
}

/* Handle on hover */
.menu-block-desc::-webkit-scrollbar-thumb:hover {
  background: #E02F70; 
}

header.fixed_header {
    /*background-color: #f1f1f1;
    padding-bottom: 10px;
    position: fixed;
    top: 0px;*/
}

header.fixed_header .top-header {
    padding: 10px 0px;
    border-bottom: solid 1px rgb(201 201 201 / 43%);
}

header.fixed_header .top-header .main-header {
}
section.insta-sec {
    padding-top: 0px;
    padding-bottom: 0px;
}

section.insta-sec .sec_ul {
    display: flex;
    flex-wrap: wrap;
}

section.insta-sec .sec_ul .img_imsta_block {
    width: 20%;
}

section.insta-sec .sec_ul .img_imsta_block img {
    width: 100%;
}


section.logos-sec {}

section.logos-sec ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.logos-sec ul li img {
    width: 100%;
}
.menu-items-sec .menus-items-container {
    display: none;
}
.menu-items-sec .menus-items-container:first-child{
    display: block;
}

footer {
    background-color:#d4e3eb;
    padding-top: 30px;
    padding-bottom: 30px;
}
 
  .affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
  }

  .affix + section.sec {
    padding-top:400px;
  }
 .mob_menu {
    width: 40px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    z-index:50;
    display:none;
    right: 16px;
    top: 8px;
}
.mob_menu i.fa {
    color:var(--color);
    font-size: 35px;
    font-weight: 100;
}
.mob_menu i.close_icon {
    font-style: normal;
    font-size: 49px;
    top: -22px;
    position: absolute;
    left: 9px;
    color: var(--color);
    cursor: pointer;
    display:none;
    font-family: 'FontAwesome';
}
.about-img-area-mob{ display:none; }
.owl-logos-mob{ display:none; }
.sec-mob-menu{ display:none; }

.owl-ab-img .item{
 
}

/* to remove slide effect  css */
 .animated  {
      -webkit-animation-duration : 0 ms  !important;
      animation-duration : 0 ms  !important;
      -webkit-animation-fill-mode : both  !important;
      animation-fill-mode : both  !important;
    }  
    .fadeOut  {
      -webkit-animation-name : fadeOut  ;
      animation-name : fadeOut  ;
    }  
    @-webkit-keyframes  fadeOut  {
      0% {
        opacity : 0   ;
      }  
      100% {
        opacity : 0   ;
      }  
    }
    @keyframes  fadeOut  {
      0% {
        opacity : 0   ;
      }  
      100% {
        opacity : 0   ;
      }  
    }
.logo img {
    height: 45px;
    position: relative;
    top: 6px;
}
.hero-banner .hero_slider .item:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(127deg,#384dff,#24cdff 91%);
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.85;
    z-index: 10;
}
.main-header nav ul li.cart {
    position: relative;
    top: -3px;
}
header .menu_bars {
    background-color: #000;
    width: 155px;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 90px;
    display: flex;
    align-items: center;
    padding: 0px 30px;
}
header .menu_bars i.fa-bars {
    color: #fff;
    font-size: 25px;
    cursor:pointer;
}
header#main_header nav {
    margin-right: 0px;
    margin-top:0px;
}
.about-logo{ text-align:center; }
.m-title{ text-align:center;      margin-bottom: 35px; }
.m-title h2 {
    margin-bottom: 15px;
    color: var(--darkcolor);
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1.75px;
    line-height: 42px;
    position: relative;
    text-transform: uppercase;
}
.m-title h3{   font-size:42px; color:#a7a6a6; }
.about-txt-area p {
    font-size: 15px;
    text-align: left;
    line-height: 32px;
 
}
.about-sec .m-title {
    text-align: left;
}
section.full-sec .full-box-txt h3 {
    font-size: 30px;
    color:#4746bb;
 
    margin-bottom: 20px;
}
section.full-sec .full-box-txt span {
    color: #101010;
    display: block;
 
    font-weight: 500;
}
section.full-sec .full-box-txt .full-sec-botm a {
    
}
section.sec-2.full-sec {
    padding: 44px 0px;
}

.owl-shop-slider{
    margin-top:40px;
}
.menu-img-box .menu-txt-block p {
    font-size: 14px;
    color: #000;
 
}
.inside-menu-items .menu-img-box figure {
    margin-bottom: 0px;
    overflow: hidden;
}
section.sec-shop:after {
    width:150px;
    content: '';
    background-color:#e0eff7;
    left: 0px;
    top: 0px;
    height: 100%;
    z-index: 20;
    position: absolute;
}
section.sec-shop:before {
    width: 150px;
    content: '';
    background-color:#e0eff7;
    right: 0px;
    bottom:80px;
    height: 55px;
    z-index: 20;
    position: absolute;
}
.owl-shop-slider .owl-shop {
    z-index: 30;
}

 
section.subscribe_sec:after{
 content:'';
 width:100%;
 height:100%;
 position:absolute;
 top:0px;
 left:0px;
 opacity:0.5;
}
section.subscribe_sec .m-title {
    position: relative;
    z-index: 10;
}

section.subscribe_sec .contact_form {
    z-index: 10;
    position: relative;
}

.m-title p {
    color: #17a2b8;
    font-size: 22px;
 
    line-height: 35px;
}
.search_area .search_area_inner .txt p {
    color: #000;
    font-size: 16px;
}

.events_bg{
    background-color:#526573;
    position:relative;
    display:flex;
    flex-wrap:wrap;
    margin-bottom: 30px;
}
.events_bg .events_txt{
   width:40%;
   position: relative;
   padding: 20px;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: space-between;
}
.events_bg .events_img{
    width:60%;
    overflow:hidden;
}
.events_bg .events_img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    transition: all ease-in-out 0.5s;
    cursor: pointer;
}
.events_bg .events_img img:hover{ transform:scale(1.1); }
.events_bg .events_txt span {
    background-color:#17a2b8;
    display: block;
    width: 70px;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.events_bg .events_txt p {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.events_bg .events_txt a {
    font-size: 12px;
    color: #fff;
}
.footer-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.footer-block h3 {
    color:#00dcff;
    font-size: 30px;
    margin-bottom: 25px;
}
.footer-block p {
    color: #fff;
    font-size: 14px;
    display: flex;
}
.footer-block p i.fa {
    color: #17a2b8;
    margin-right: 10px;
    margin-top: 3px;
    font-size: 20px;
}
.footer-block p a {
    color: #e0dada;
    margin-right: 20px;
}

.footer-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.footer-block a {
    display: block;
    color: #e0dada;
    font-size: 15px;
    margin-bottom: 8px;
}

.footer-block h4 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.footer-logo .socil {
    margin-top: 30px;
}

.footer-logo .socil a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    background-color: #fe4a1a;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    margin-right: 12px;
}
.footer-logo ._link {
    margin-top: 30px;
}

.footer-logo ._link a {
    color: #fff;
    font-size: 14px;
    margin-right: 15px;
}

.footer-bottom p {
    text-align: center;
}

.footer-bottom p a {
    color: #fff;
    font-size: 13px;
}
footer .footer-bottom {
    margin-top: 70px;
}
.full-box-txt {}

.full-box-txt .full-sec-botm {
    display: flex;
    justify-content: center;
    align-items: center;
}

.full-box-txt .full-sec-botm img {
    height: 50px;
}

.full-box-txt .full-sec-botm a.yelp img {
    height: 30px;
}

.full-box-txt .full-sec-botm  a.casaoc img {
    height: 40px;
}

.full-box-txt .full-sec-botm a.olive img {
    height: 22px;
}

.full-box-txt .full-sec-botm a {
    display: block;
    margin: 0px 6px;
}

 
.footer-block {
    text-align: left;
}
section.testim-sec {
     
}
section.testim-sec .inside-testim {
    background-color: #fff;
    padding: 23px 25px;
    height: 250px;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
   /* border-radius: 20px;*/
    border: solid 1px #139cec1f;
}
section.testim-sec .inside-testim ._txt{
    
}
section.testim-sec .inside-testim p {
    font-size: 15px;
    line-height: 22px;
}

section.testim-sec .inside-testim span {
    font-size: 12px;
    font-weight: 500;
    width:100%;
}

section.testim-sec .inside-testim i.fa {
    color: #ccc;
    font-size: 24px;
    position: absolute;
}

section.testim-sec .inside-testim i.fa-quote-left {
    top: 15px;
}

section.testim-sec .inside-testim i.fa-quote-right {
    bottom: 30px;
    right: 25px;
}
.owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 38%;
    position: absolute;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    background-color: transparent !important;
    color: #17a2b8 !important;
    font-size: 20px !important;
    position:relative;
}
.owl-nav .owl-prev{ left:-50px; }
.owl-nav .owl-next{ right:-50px; }
.menu-img-box figure img {
    height: 250px;
    object-fit: cover;
    transition: all ease-in-out 0.5s;
    cursor:pointer;
}
.menu-img-box figure img:hover{ transform:scale(1.2); }
section.testim-sec:after {    
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
section.testim-sec .m-title {
    position: relative;
    z-index: 10;
}

.hero-banner .owl-dots {
    position: absolute;
    right: 10%;
    top: 45%;
    display: flex;
    flex-direction: column;
}

.hero-banner .owl-dots .owl-dot.active span {
    background-color: #17a2b8;
}

.theme-btn-outline{
    border: 1px solid var(--color);
    border-radius: 100px;
    color:var(--color);
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 700;
    height: 45px;
    letter-spacing: .81px;
    line-height: 45px;
    text-align: center;
    transition: all .3s ease 0s;
    width: 225px;
}

.theme-btn-outline:hover{ background-color:var(--color); color:#fff;  }

.theme-btn {
    background-image: linear-gradient(127deg,#384dff,#24cdff 91%);
    border-radius: 100px;
    color:#fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 700;
    height: 45px;
    letter-spacing: .81px;
    line-height: 45px;
    text-align: center;
    transition: all .3s ease 0s;
    width: 225px;
}
.theme-btn:hover{ background-image: linear-gradient(127deg,#24cdff,#384dff 91%); color:#fff;  }
.btn-white-line {
    background: none;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 700;
    height: 45px;
    letter-spacing: .81px;
    line-height: 45px;
    text-align: center;
    transition: all .3s ease 0s;
    width: 225px;
}
.btn-white-line:hover{ background-color:#fff; color:var(--color);  }
.btn-primary-line {
    background: none;
    border: 1px solid var(--color);
    border-radius: 100px;
    color:var(--color);
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 700;
    height: 45px;
    letter-spacing: .81px;
    line-height: 45px;
    text-align: center;
    transition: all .3s ease 0s;
    width: 225px;
}
.btn-primary-line:hover{ background-color:var(--color); color:#fff;   }

.home-services-item {
    background-image: linear-gradient(127deg,#fff,#fff 91%);
    border-radius: 40px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
    color:var(--color);
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .88px;
    line-height: 26px;
    margin-top: 30px;
    padding: 30px;
    position: relative;
}
.home-services-item .services-title {
    color:var(--darkcolor);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .7px;
    line-height: 26px;
    margin-bottom: 23px!important;
    position: relative;
    transition: all .3s ease 0s;
    z-index: 2;
}
.home-services-item:before {
    background: red;
    background-image: linear-gradient(127deg,#384dff,#24cdff 91%);
    border-radius: 40px;
    border-bottom-right-radius: 4px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease 0s;
    width: 100%;
    z-index: 1;
}
.home-services-item.active:before, .home-services-item:hover:before {
    opacity: 1;
}
.home-services-item.active img, .home-services-item:hover img {
    z-index: 1;
    position: relative;
}
.home-services-item i, .home-services-item img {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(127deg,#384dff,#24cdff 91%);
    font-size: 26px;
    margin-bottom: 23px;
    position: relative;
    transition: all .3s ease 0s;
    z-index: 2;
}
.home-services-item.active, .home-services-item:hover {
    color: #f7f8ff;
}
 
.home-services-item.active .services-title, .home-services-item:hover .services-title {
    color: #fff;
}
.home-services-item p {
    margin-bottom: 0!important;
    position: relative;
    transition: all .3s ease 0s;
    z-index: 2;
}
.section.services-section {
    margin-top: -200px;
    position: relative;
    z-index: 10;
}
.pbottom-70 {
    padding-bottom: 70px!important;
}
.mtop-70 {
    margin-top: 70px!important;
}
.align-self-bottom {
    align-self: flex-end!important;
}

/*====================Footer==================*/
footer h5 {
    color: var(--darkcolor);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .69px;
    line-height: 30px;
    margin-bottom: 30px!important;
}
li, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .footer-nav li a {
    display: block;
    overflow: hidden;
}
footer .footer-nav li a i {
    color: #3b566e;
    float: left;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin-right: 12px;
}
footer .footer-nav li a span {
    color: #6f8ba4;
    float: left;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    transition: all .3s ease 0s;
}
 
.social a {
    background-color: var(--color);
    color: #fff;
    width:25px;
    font-size:12px;
    height:25px;
    display: inline-flex;
    /*border-radius: 100px;*/
    align-items: center;
    justify-content: center;
}

.social a:hover{  background-color:#0c77b5; }

/*===================Counter=====================*/
.parallax {
    min-height: 280px;
    position: relative;
}
.parallax .parallax-content .count-item {
    height: 280px;
    overflow: hidden;
    position: relative;
    z-index:3;
}
.parallax .parallax-content .count-item:after {
    bottom: 0;
}
.parallax:before {    
    background-image: linear-gradient(127deg,#384dff,#24cdff 91%);
    background-image: linear-gradient(127deg,#384cffb9,#24ccffa9 91%),url(../images/bg2.png);
    content: "";
    height: 100%;
    opacity: .78;
    position: absolute;
    width: 100%;
    background-size:contain;
    background-repeat:no-repeat;
    background-position: right;
    z-index: 2;
}
.parallax .parallax-content .count-item strong {
    color: #fff;
    display: block;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 1.72px;
    margin-bottom: 10px;
    margin-top: 70px;
    text-align: center;
    transition: all .3s ease 0s;
}
.parallax .parallax-content .count-item span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .86px;
    text-align: center;
    line-height:1.2;
}
.pre-line-text {
    white-space: pre-line;
}
.parallax .parallax-content .count-item:after, .parallax .parallax-content .count-item:before {
    background: #fff;
    content: "";
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
}
.parallax .parallax-content .count-item:before {
    top: 0;
}
.bg_shape {
    background: #f4f8fb url(../images/bg-top.svg) top no-repeat;
    background-size: contain;
}

/*==========blog================*/
.blog_box{  position:relative; z-index:10; }
.blog_box figure{ border-radius:10px; position:relative; overflow:hidden; }
.blog_box figure img{ transition:0.5s; width:100%; height:200px; object-fit:cover; border-radius:10px;  }
.blog_box figure:hover img{ transform:scale(1.2);  }
.blog_box figure:hover:after { opacity:0.6;  }
.blog_box figure:after {
    cursor: pointer;
    opacity: 0;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background-color: var(--color);
    border-radius: 10px;
    transition: opacity .35s linear;
}
.blog_box .fancy-date {
    background-color: #fff;
    position: absolute;
    right: 0px;
    top: 10px;
    right: 10px;
    z-index: 30;
    border-radius: 4px;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    min-height: 80px;
    min-width: 42px;
    padding: 2px 0;
    align-items: center;
    display: flex;
}

.blog_box .fancy-date span{
   margin-bottom: 2px;
    display: block;
    padding: 1px;
    text-align: center;
    font: 700 12px/22px Arial;
    color: #222;
    position: relative;
}
.blog_box .fancy-date span:after {
    content: '';
    background-color: #0066cc;
    height: 2px;
    position: absolute;
    width: 14px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}
.blog_box .fancy-date span.entry-date {
    font: 700 22px/28px Arial;
    margin-bottom: 3px;
    padding: 2px;
}
.blog_box .fancy-date span.entry-year:after{ display:none; }
.blog_box .blog_txt {
    padding: 0px 5px;
}

.blog_box .blog_txt h3 {
    font-size: 18px;
}

.blog_box .blog_txt .auther {
    color: #139cec;
    margin-bottom: 4px;
    font-size: 13px;
}
.blog_box a.theme-btn-outline {
    height: 40px;
    padding: 13px 0px;
    line-height: 1.2;
}

.contact_form {
    width: 100%;
    background-color: #fff;
    padding: 50px 30px;
    border-radius: 0px;
    flex-wrap: wrap;
    border-radius:25px;
    display: flex;
    justify-content: space-between;
}

.contact_form .form_lbl {
    margin-bottom: 20px;
    width: 100%;
}

.contact_form .form_lbl input, .contact_form .form_lbl textarea, .contact_form .form_lbl select{
    width: 100%;
    padding: 6px 20px;
    background-color: transparent;
    border: solid 1px var(--color);
    border-radius: 25px;
}

.contact_form .form_lbl:nth-child(1), .contact_form .form_lbl:nth-child(2) {
    width: 48%;
}

 
.contact_form .form_lbl .btn_search_groups button {
    border: 0px;
}

.contact_form .form_lbl .btn_search_groups button {
    border: 0px;
}
 
.contact_form .btn_search_groups button {
    border: 0px;
    text-transform: uppercase;
}
.contact_form .btn_search_groups {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.blog_box .blog_txt p {
    font-size: 15px;
}
.sec_blog a.theme-btn {
    position: relative;
    top: -60px;
}
.color{ color:var(--color);  }


.overlay_box {
    display: flex;
    max-width: 1140px;
    flex-wrap: wrap;
    position: absolute;
    z-index: 15;
    top: 12%;
    left: 0px;
    right: 0px;
    margin: auto;
}

.overlay_box .contact_form {
    width: 40%;
    padding:0;
    margin: 0px;
    background-color:transparent;
    display:block;
}
.overlay_box .contact_form img {
    width: auto;
    max-width: 100%;
}
.overlay_box .hero_caption {
    padding-right: 60px;
    width: 60%;
    position:relative;
    top:-4%;
    left:0px;
}

.overlay_box .contact_form .form_lbl {
    width: 100%;
}

.overlay_box .contact_form h3 {
    margin-bottom: 20px;
    font-size: 20px;
}

.overlay_box .contact_form .form_lbl input:focus, .overlay_box .contact_form .form_lbl textarea:focus{
  outline:none;
}
.overlay_box .contact_form button.theme-btn {
    width: 100%;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: var(--color);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: var(--darkcolor);
}
#return-to-top:hover i {
    color: #fff;
    top: 2px;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 17px;
    top: 10px;
    font-size: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*========inner===========*/
.bread-crumb-cover{
    min-height: 270px;
    position: relative;
    background-image: url(../images/header_bg.jpg);
    background-position: 50%;
    background-size: cover;
}
.bread-crumb-cover:after {
    background-image: linear-gradient(127deg,#384dff,#24cdff 91%);
    bottom: 0;
    content:'';
    height: 100%;
    left: 0;
    opacity: .85;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.bread-crumb-cover .page-top h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 1.4px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
}
.bread-crumb-cover .page-top .breadcrumb li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.bread-crumb-cover .page-top .breadcrumb li:after {
    color: #fff;
    content: ">";
    margin-left: 10px;
}
.bread-crumb-cover .page-top .breadcrumb li a.active {
    font-weight: bolder;
}
.bread-crumb-cover  .page-top .breadcrumb {
    background: none;
    border-radius: 0;
    display:flex;
    justify-content:center;
    float: none;
    margin-bottom: 0;
    margin-top: 8px;
    padding: 0;
    text-align: center;
}
.bread-crumb-cover  .page-top {
    top: 40%;
    position: absolute;
    width: 100%;
    z-index: 3;
}
.bread-crumb-cover .page-top .breadcrumb li {
    margin-right: 10px;
}
.bread-crumb-cover .page-top .breadcrumb li:last-child:after { display:none; }

.sec_contact .contact_form h3 {
    margin-bottom: 25px;
    width:100%;
}
.sec_contact .contact_form .form_lbl:nth-child(3), .career_form .form_lbl:nth-child(4), .career_form .form_lbl:nth-child(5){
    width: 48%;
}
/*==================about_us====================*/
.agn-about-us {
    position: relative;
    padding: 100px 0 0;
}

.agn-about-us .shape-one {
    position: absolute;
    left: 52%;
    top: 2%;
    animation: animationFramesOne 35s alternate infinite linear;
}

.agn-about-us .shape-two {
    position: absolute;
    right: 0;
    top: -15%;
}

.agn-about-us .shape-three {
    position: absolute;
    left: 0;
    top: 20%;
    z-index: -1;
}

.agn-about-us .shape-four {
    position: absolute;
    left: 50%;
    bottom: -16%;
    animation: animationFramesTwo 25s alternate infinite linear;
}

/*.agn-about-us .theme-title-one {
    padding-bottom: 35px;
}*/

.agn-about-us .img-box {
    position: relative;
    padding-left: 85px;
}

.agn-about-us .img-box .main-img {
    border-radius: 5px;
}

.agn-about-us .img-box:before {
    content: '';
    width: 188px;
    height: 196px;
    background: #75e3fd;
    border-radius: 5px;
    position: absolute;
    top: -100px;
    left: 0;
    z-index: -1;
}

.agn-about-us .text-wrapper .quote {
    font-size: 20px;
    line-height: 34px;
    color: #233D63;
    padding: 45px 0 35px;
}

.agn-about-us .text-wrapper .author {
    position: relative;
    padding-left: 35px;
    margin-bottom: 35px;
    font-size: 16px;
    color: #808C9F;
}

.agn-about-us .text-wrapper .author .name {
    font-size: 20px;
    color: #233D63;
}

.agn-about-us .text-wrapper .author:before {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 14px;
    background: #233D63;
}

.agn-about-us .learn-more {
    font-size: 20px;
    width: 230px;
    line-height: 70px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.agn-about-us:before {
    content: url(../images/2.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.sline {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 25px;
    padding: 15px 20px;
    border-radius: 0 3px 3px 0;
    border-left: 4px solid var(--color);
        font-family: 'Poppins';
}
.agn-about-us .m-title { text-align:left;  }
.agn-about-us .m-title h2.sline {
    font-weight: 500;
}
.agn-about-us .m-title .upper-title {
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 15px;
    color: var(--color);
    font-weight: 600;
}
.agn-about-us .text-wrapper {
    margin-left: 40px;
}
.our_team {
    background: url(../images/replay-bg.png) left bottom no-repeat #fefefe;
    padding: 50px 0;
    border-top: solid 2px #0096ca;
    border-bottom: solid 2px #0096ca;
}
ul.team_lists {
    display: flex;
    flex-wrap: wrap;
}

ul.team_lists li {
    width:25%;
    margin-bottom:20px;
}

ul.team_lists li .team_box {
    box-shadow: 0 0 12px #505050;
    padding: 15px;
    background-color: #fff;
    margin: 10px;
    /*border-radius: 10px;*/
    height:100%;
}

/*ul.team_lists li:nth-child(1) .team_box, ul.team_lists li:nth-child(4) .team_box{
    background-color: #fbf2e4;
}
ul.team_lists li:nth-child(2) .team_box, ul.team_lists li:nth-child(5) .team_box{
    background-color: #eee7e7;
}
ul.team_lists li:nth-child(3) .team_box, ul.team_lists li:nth-child(6) .team_box {
    background-color:rgba(129, 215, 66, 0.05);
}*/

ul.team_lists li .team_box figure {
    text-align: center;
}

ul.team_lists li .team_box figure img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: auto;
    border-radius: 100px;
    background-color: #e2eff7;
    padding: 5px;
}

ul.team_lists li .team_box h3 {
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    color: var(--color);
}

ul.team_lists li .team_box p {
    margin-bottom: 0px;
    text-align: center;
    color: var(--darkcolor);
    font-size: 15px;
}
/*================tech_icons=============*/
.hero_slider .item .overlay_box {
    height: 100%;
    align-items: center;
    top:0px;
}
ul.tech_lists {
    display: flex;
    flex-wrap: wrap;
}

ul.tech_lists li {
    width:23%;
    margin:1%;
}

ul.tech_lists li .tech_icon {
    background-color: rgb(255 255 255 / 58%);
    text-align: center;
    height: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*border-radius: 6px;*/
    box-shadow: 1px 1px 10px 0px #00000059;
    cursor:pointer;
}

ul.tech_lists li .tech_icon p {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
}

ul.tech_lists li .tech_icon img {
    width: 48px;
    max-width: initial !important;
    transition:0.5s;
}

ul.tech_lists li .tech_icon img:hover {
    transform: scale(1.1);
    filter: grayscale(1);
}


.sec_services ul.all-service {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sec_services ul.all-service li {
    margin: 0px 12px;
}

.sec_services ul.all-service li a {
    color: var(--darkcolor);
    transition:ease-in-out 0.5s all;
    position:relative;
}
.sec_services ul.all-service li a:hover{
    color: var(--color);
}

.sec_services ul.all-service li a i.fa {
    color: var(--color);
}
.m-title h2:after {
    content: '';
    background-color: var(--color);
    height: 4px;
    width: 100px;
    position: absolute;
    bottom: -5px;
    left: 0px;
    border-radius: 4px;
    right: 0px;
    margin: auto;
}

.agn-about-us .m-title h2:after { display:none; }

section.sec_blog {
    position: relative;
   /* background-image: -moz-linear-gradient(90deg, rgb(54 75 156 / 8%), rgb(48 103 220 / 32%));
    background-image: -webkit-linear-gradient(90deg, rgb(54 75 156 / 8%), rgb(48 103 220 / 32%));
    background-image: -ms-linear-gradient(90deg, rgb(54 75 156 / 8%), rgb(48 103 220 / 32%));*/
}
section.sec_blog:after {
    background: url(../images/world-shape.png) no-repeat center center;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index:-1;
}
.our-services {
    background: #fff;
    padding: 110px 0;
    background-image: url(../images/services-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
}
.service-block-2 {
    height:330px;
}
.service-block {
    text-align:left;
    background: #fff;
    color: #444;
    position: relative;
    margin-bottom: 30px;
   font-family:poppins;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    overflow: hidden;
    padding: 30px;
    position: relative;
}
.service-title {
    margin-top: 25px;
    margin-bottom: 10px;
    color:var(--color);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.service-block:hover p.service-title {
    color: var(--darkcolor);
}
/*===========animation=================*/
.bg_gradient {
    background: -moz-linear-gradient(left, #673AB7 0%, #2196F3 100%);
    background: -webkit-linear-gradient(left, #673AB7 0%,#2196F3 100%);
    background: linear-gradient(to right, #673AB7 0%,#2196F3 100%);
    -webkit-box-shadow: 0 10px 15px 0px rgb(56 0 189 / 20%);
    box-shadow: 0 10px 15px 0px rgb(56 0 189 / 20%);
}
.sr_box_start {
     padding: 30px 25px;
     /*border-radius: 6px;*/
     color:#fff;
     height: 240px;
}
.sr_box .sr_txt p {
    font-weight: 500;
    line-height: 1.4;
    font-size:15px;
}
.sr_box{
    font-family: poppins;
    border: solid 1px #8ccdf3;
    background: #fff;
    overflow: hidden;
    /*border-radius: 6px;*/
    padding: 30px 25px;
    height: 240px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    cursor:pointer;
}
.sr_box .icon img {
    width: 50px;
    -moz-transition: width 0.5s, height 0.5s;
    -webkit-transition: width 0.5s, height 0.5s;
    transition: width 0.5s, height 0.5s;
}

.sr_box h3 {
    font-weight: 600;
    color: var(--color);
    font-size: 20px;
    margin-top: 30px;
   -moz-transition: margin 0.8s;
    -webkit-transition:margin 0.8s;
    transition: margin margin 0.8s;
}

.sr_box .sr_txt {
    display: none;
}

.sr_box .tech_name {
    font-size: 13px;
    color: var(--darkcolor);
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 5px;
    display: inline-block;
    font-weight: 700;
}
.sr_box .tech_name span:last-child{ border-right:0px;  }
.sr_box .tech_name span {
    border-right: solid 2px #aeafb36e;
    margin-right: 5px;
    padding-right: 5px;
}

.sr_box .icon {
    margin-top: 15px;
    -moz-transition: margin 0.9s;
    -webkit-transition:margin 0.9s;
    transition: margin margin 0.9s;
}
.sr_box_start h3 {
    font-size: 20px;
    font-weight: 600;
}

.sr_box:hover .icon img{
    width:0px;
}

.sr_box:hover .sr_txt {
    display: block;
}
.sr_box:hover .icon {
    margin-top: 0px;
    height: 0px;
}

.sr_box:hover h3 {
    margin-top: 0px;
}
/*.srv_row .col-sm-4:nth-child(2) .sr_box{ background-color:#d4e2ed; border-bottom:var(--color) 2px solid;  }
.srv_row .col-sm-4:nth-child(3) .sr_box{ background-color:#e5eef5; border-bottom:#666ddd 2px solid;  }
.srv_row .col-sm-4:nth-child(4) .sr_box{ background-color:#dbdaf7; border-bottom:var(--color) 2px solid;  }
.srv_row .col-sm-4:nth-child(5) .sr_box{ background-color:#e5eef5; border-bottom:#666ddd 2px solid;  }
.srv_row .col-sm-4:nth-child(6) .sr_box{ background-color:#dff1ff; border-bottom:var(--color) 2px solid;  }
*/
section.int_service {
    background-image: url(../images/lins-overlay-bg-blue.png);
    background-size: cover;
    background-color: #f2f7fb;
}
.service-block{  cursor:pointer; }
.service-block:after {
    background-color:var(--color);
    width:0px;
    height:100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    content: '';
    -moz-transition: width 0.9s;
    -webkit-transition:width 0.9s;
    transition:width 0.9s;
}

.service-block .service-icon {
    z-index: 5;
    position: relative;
    width:40px;
}

.service-block .service-details {
    position: relative;
    z-index: 5;
}
.service-block .service-details p{ font-size:14px;     text-align: justify; }
.service-block:hover:after {
    width: 100%;
}
.service-block:hover p, .service-block:hover p.service-title {
    color: #fff;
}
.service-block:hover .service-icon img{ filter:grayscale(1);  }
.home-services-item .icons img {
    width: 35px;
}
 
.gallery_box .gallery_box_item {
    margin-bottom: 20px;
    padding: 0px;
    box-shadow: none !important;
}
.gallery_box {
    background-color: #fff;
    padding: 25px;
    border-radius: 25px;
    padding-bottom: 10px;
}
.gallery_box .gallery_box_item{  border-radius:8px; }
.gallery_box .gallery_box_item img{  }
.gallery_box_item {
    background-color: #fff;
    padding: 8px;
    box-shadow: 0px 0px 11px rgb(0 0 0 / 32%);
    text-align: center;
    margin-bottom:18px;
    -webkit-transition:all .3s linear;
    transition:all .3s linear;
    
}
.gallery_box_item:hover i.fa {
    margin-left: 20px;
    -webkit-transition:all .3s linear;
    transition:all .3s linear;
}
.gallery_box_item:hover{ background-color:#fbfbfb;  }
.gallery_box_item figure {  background-color:#ccc; overflow:hidden; }
.gallery_box_item figure img{   
    object-position: top; 
    width:100%; height:250px; object-fit:cover; 
    -webkit-transition:all 2s linear;
    transition:all 2s linear; 
}
.gallery_box_item:hover img {
    filter: opacity(0.9);
    object-position: bottom;
}

.gallery_box_item:hover p a {
    color: var(--darkcolor);
}

.gallery_box_item p {
    padding-top: 16px;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0px;
    padding-left: 25px;
    padding-bottom: 8px;
    padding-right: 25px;
    line-height: 1.2;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
}

.gallery_box_item figure {
    margin-bottom: 0px;
}

.gallery_box_item p i.fa {
    font-size: 15px;
    margin-left: 5px;
    position: relative;
    top: 1px;
}
.gallery_box .gallery_box_item {
    margin-bottom: 20px;
}
ul.tabs_lists {
    border-bottom: 0px;
    justify-content: center;
}

ul.tabs_lists li a.active {
    border: 0px;
}

ul.tabs_lists li a:hover {
    border: 0px;
}

ul.tabs_lists li a {
    border: dashed 1px var(--darkcolor) !important;
    border-radius: 100px !important;
    padding: 5px 25px;
    color: var(--darkcolor);
    font-weight: 600;
}

ul.tabs_lists li.nav-item {
    margin: 0px 4px;
}

ul.tabs_lists li.nav-item a.active, ul.tabs_lists li.nav-item a:hover {
    background-color: var(--color);
    color: #fff;
    border: solid 2px #198acd !important;
}
.input-outer {
    position: relative;
}
.input-outer label {
    text-transform: none;
    letter-spacing: normal;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    position: relative;
    padding: 30px 20px !important;
    border:1px dashed var(--color);
    border-radius: 20px;
    display: block;
    cursor: pointer;
    width: 100% !important;
    margin-bottom: 15px !important;
}
.upload_file_box input[type="file"] {
    position: absolute;
    opacity: 0;
}
label.upload_file_box img {
    width: 38px;
}
label.upload_file_box span.theme_btn {
    background-color:var(--color);
    padding: 6px 24px;
    display: block;
    margin-top: 8px !important;
    border-radius: 100px;
    color: #fff;
    width: 200px;
    margin: auto;
    font-size: 15px;
}
.career_form .btn_search_groups {
    justify-content: left;
    text-align:left;
}

.contact_box {
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    padding-top:45px;
}

.contact_box h4 {
    margin-bottom: 20px;
}

.contact_box .lbl_box {
    display: flex;
    margin-bottom: 15px;
}

.contact_box .lbl_box i.fa {
    font-size: 20px;
    margin-right: 10px;
    margin-top: 1px;
    color: var(--color);
}

.contact_box .lbl_box i.fa-map-marker {
    font-size: 28px;
}

.contact_box .lbl_box p, .contact_box .lbl_box p a {
    line-height: 1.4;
    color: var(--darkcolor);
    font-size: 18px;
}
 .contact_box .lbl_box p a:hover{  color: var(--color); }
 .main-header nav ul li a i.fa {
    font-size: 20px;
    position: relative;
    top: 1px;
}

.trng_box {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 3px 3px 14px rgb(0 0 0 / 12%);
    margin-bottom:30px;
}
.main-color-text {
    color:var(--color);
}
.trng_box .trng_box_txt {
    padding: 20px 25px;
}
.trng_box .img_box img {
    height: 250px;
    width:100%;
    object-fit: cover;
}

.trng_box .trng_box_txt h3 {
    font-size:25px;
    margin-bottom: 12px;
}

.trng_box .trng_box_txt ul {
    margin-top: 15px;
}
.trng_box .trng_box_txt ul li {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
}
.trng_box .trng_box_txt ul li b {  margin-right:10px; }
.section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.services_section .frame-box+.frame-box {
    margin-top: 50px;
} 
.light-bg {
    background-color:#ecf8ff;
}
.sticky img {
    width: 100%;
}
.about-content .heading {
    padding-left: 30px;
}
.white-box.image-box {
    display: flex;
    align-items: center;
}
.white-box.image-box {
    padding: 0;
}
.white-box.image-box .image-col {
    width: 100%;
}
.white-box.image-box .frame-box-text {
    padding: 48px 40px;
}
.white-box.image-box .frame-box-text h3 {
    font-size: 26px;
}
.frame-box-text p {
    font-size: 17px;
}
.expertise-section .content-section .frame-box .image-col img {
    height: 350px;
    object-fit: cover;
}
.white-box.image-box .image-col img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.white-box {
    padding: 40px 30px 30px;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid rgb(232, 232, 232);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expertise-section .frame-box + .frame-box, .detail-block .frame-box + .frame-box {
    margin-top: 100px;
}
.white-box.image-box:nth-child(even) .image-col {
    order: 2;
}
.frame-box-text {
    float: left;
    width: 100%;
    clear: both;
}
.white-box.image-box .frame-box-text h3 {
    font-size: 26px;
    color:var(--color);
}

.main-color{ background-color:var(--color) !important;  }

.prc_columns {
  float: left;
  width: 33.3%;
  padding: 8px;
}

.prc_columns .price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
    background-color: #fff;
}

.prc_columns .price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.prc_columns .price .header {
  background-color:#717276;
  color: white;
  font-size: 25px;
}
.prc_columns .price .grey i {
    font-size: 30px;
    color: #717276;
    position: relative;
    bottom: 2px;
}
.prc_columns .price li {
  border-bottom: 1px solid #eee;
  padding:10px 20px;
  text-align: center;
}

.prc_columns .price .grey {
    background-color: #eee;
    font-size: 50px;
    color: var(--color);
}

 .prc_columns .button {
  background-color:var(--color);
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
.prc_columns {
    width: 100%;
  }
}


.sec_destop {
    display: flex;
    flex-wrap: wrap;
}

.sec_destop .desk_img {
    width: 30%;
    position: relative;
}

/*.sec_destop .txt_container {
    width: 70%;
    padding: 10% 18%;
    padding-right: 9%;
}*/

.sec_destop .txt_container {
    width: 70%;
    padding: 5% 18%;
    padding-right: 3%;
}
.sec_destop .desk_img img {
    position: absolute;
    right: -37%;
    top:18%;
    max-width: 450px;
}

.col_txt h3 {
    color:var(--color);
    font-family: 'Poppins';
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px;
}
.sec_destop .txt_container .col_txt h3 .main-color-text {
    color: #000000;
}
.sec_destop .txt_container .col_txt p {
    color: #000;
}
.about-content .heading h2 {
    font-family: 'Poppins';
    font-size: 36px;
}