

/*==========Fonts CSS Start==========*/
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfonte0a5.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.3.0') format('embedded-opentype'), 
    url('../fonts/fontawesome-webfonte0a5.woff2?v=4.3.0') format('woff2'), 
    url('../fonts/fontawesome-webfonte0a5.woff?v=4.3.0') format('woff'), 
    url('../fonts/fontawesome-webfonte0a5.ttf?v=4.3.0') format('truetype'), 
    url('../fonts/fontawesome-webfonte0a5.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*==========Fonts CSS End==========*/

/*==========Common CSS Start==========*/
body{
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden !important;
    font-size: 15px;
    line-height: 24px;
    color: #051136;
}

/*==Scrollbar==*/

::-webkit-scrollbar {
    width: 5px;
}

::-moz-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #bfbfbf;
}

::-moz-scrollbar-track {
  background-color: #bfbfbf;
}

::-webkit-scrollbar-thumb {
    background: #5e8930;
}

::-moz-scrollbar-thumb {
  background: #5e8930;
}

::-webkit-scrollbar-thumb:hover {
    background: #051136;
}

::-moz-scrollbar-thumb:hover {
  background: #051136;
}

/*===Selection===*/
::selection {
    color: #ffffff;
    background-color: #5e8930;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

input,
input:focus,
input:hover,
button,
button:hover,
button:focus {
    outline: none;
}

section {
    overflow: hidden;
}

img {
    width: auto;
    max-width: 100%;
}

p {
    font-size: 15px;
    line-height: 24px;
    color: #777777;
    font-weight: normal;
    margin-bottom: 12px;
}

.h1-title{
    font-family: 'Rubik', sans-serif;
    font-size: 80px;
    color: #ffffff;
    font-weight: 800;
    line-height: 90px;
}

.h2-title {
    font-family: 'Rubik', sans-serif;
    font-size: 65px;
    color: #051136;
    line-height: 80px;
    font-weight: 800;
    padding-bottom: 25px;
    padding-top: 12px;
    text-transform: uppercase;
  }

.h3-title {
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
    color: #FFF;
    line-height: 35px;
    font-weight: 500;
}

.subtitle {
    display: flex;
    align-items: center;
}

.subtitle-line {
    background-color: #ffb300;
    width: 40px;
    height: 1px;
    margin-left: 10px;
}

.h2-subtitle {
    position: relative;
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
    color: #ffb300;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
}

.container{
/*    position: relative;*/
    z-index: 5;
}

.sec-btn {
font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff !important;
    height: 43px;
    background-color: #ffb300;
    display: inline-block;
    padding: 13px 17px;
    text-align: center;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    position: relative;
    z-index: 1;
    border: none !important;
}

.sec-btn:hover {
    box-shadow: 0px 10px 24px 0px rgb(5,13,54,0.2)
}

.sec-btn::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    background-color: #081c5c;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.sec-btn:hover::before {
    width: 100%;
    height: 100%;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.sec-link-btn {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #5e8930 !important;
    position: relative;
    display: inline-block;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.sec-link-btn::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #5e8930;
    left: 0;
    bottom: 0;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.sec-link-btn:hover.sec-link-btn::before {
    width: 100%;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before,
.slick-dots li button:hover:before, 
.slick-dots li button:focus:before {
    display: none;
}

.slick-dots {
    bottom: 0;
    font-size: 0;
    line-height: 1;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 6px;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    background: #e9e9e9;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.slick-dots li button:hover, 
.slick-dots li.slick-active button {
    background: #5e8930;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.form-box {
    display: block;
    position: relative;
    font-size: 0;
    line-height: 1;
    margin-bottom: 20px;
}

.form-input {
    width: 100%;
    height: 60px;
    border: solid 1px #777777;
    background: #ffffff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    color: #777777;
    outline: none;
    padding: 12px 30px;
    box-shadow: none;
}

.toggle-button {
    position: fixed;
    top: 5px;
    right: 30px;
    width: 60px;
    height: 60px;
    padding: 0 15px;
    background-color: #5e8930;
    text-align: center;
    border: none;
    outline: none;
    display: none;
    z-index: 110;
  }
  
  .toggle-button span {
    width: 30px;
    height: 3px;
    background: #ffffff;
    display: block;
    margin: 0 auto 6px auto;
    position: relative;
    top: 0;
    opacity: 1;
    float: left;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  }
  
  .toggle-button span:nth-child(2) {
    width: 25px;
  }
  
  .toggle-button span:last-child {
    margin-bottom: 0;
  }
  
  .toggle-menu .toggle-button {
    background-color: #5e8930;
  }
  
  .toggle-menu .toggle-button span {
    background-color: #051136;
  }
  
  .toggle-menu .toggle-button span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 9px;
  }
  
  .toggle-menu .toggle-button span:nth-child(2) {
    opacity: 0;
  }
  
  .toggle-menu .toggle-button span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -9px;
  }

.black-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000000;
    opacity: 0.5;
    z-index: 90;
    display: none;
}

.main-banner-in {
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
        padding-top: 427px;
    padding-bottom: 100px;
    margin-top: 99px;
}

/*.main-banner-in::after {
    content: "";
    position: absolute;
    background-color: rgb(5,13,54,0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}*/

/*.main-banner-in::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/banner-line.png);
    background-repeat: repeat-y;
    pointer-events: none;
    background-size: 100%;
    z-index: 3;
    -webkit-animation: 20s bgMove infinite linear;
    -moz-animation: 20s bgMove infinite linear;
    -o-animation: 20s bgMove infinite linear;
    -ms-animation: 20s bgMove infinite linear;
    animation: 20s bgMove infinite linear;
}*/

.banner-in-title {
    text-align: center;
}

.banner-in-bredcrum {
    display: flex;
    justify-content: center;
}

.banner-in-bredcrum ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #082d79;
    padding: 14px 24px;
    margin-top: 10px;
}

.banner-in-bredcrum ul li {
    margin-left: 10px;
}

.banner-in-bredcrum ul li:first-child {
    margin-left: 0;
}

.breadcrum-object {
    width: 6px;
    height: 6px;
    background-color: #ffffff;
}

.banner-in-bredcrum ul li a ,.banner-in-bredcrum ul li {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
}

.banner-in-aliment1 {
    width: 25%;
    position: absolute;
    left: -280px;
    top: 30%;
    z-index: 1;
    display:none;
}

.banner-in-aliment2 {
    width: 25%;
    position: absolute;
    right: -280px;
    top: 30%;
    z-index: 1;
    display:none;
}
/*==========Common CSS End==========*/


/*==========Loader CSS Start==========*/
.loader-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #051136;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.cs-loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  
  .cs-loader-inner {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 100%;
    padding: 0 100px;
    text-align: center;
  }

  .cs-loader-inner .shap {
      width: 15px;
      height: 15px;
      background-color: #5e8930;
      border-radius: 100%;
  }
  
  @keyframes lol {
    0% {
      opacity: 0;
      transform: translateX(-300px);
    }
    33% {
      opacity: 1;
      transform: translateX(0px);
    }
    66% {
      opacity: 1;
      transform: translateX(0px);
    }
    100% {
      opacity: 0;
      transform: translateX(300px);
    }
  }

  @-webkit-keyframes lol {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-300px);
    }
    33% {
      opacity: 1;
      -webkit-transform: translateX(0px);
    }
    66% {
      opacity: 1;
      -webkit-transform: translateX(0px);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(300px);
    }
  }
  
  .cs-loader-inner .shap-1 {
    opacity: 0;
    display: inline-block;
    -webkit-animation: lol 3s infinite ease-in-out;
    animation: lol 3s infinite ease-in-out;
  }
  
  .cs-loader-inner .shap-2 {
    opacity: 0;
    display: inline-block;
    -webkit-animation: lol 3s 100ms infinite ease-in-out;
    animation: lol 3s 100ms infinite ease-in-out;
  }
  
  .cs-loader-inner .shap-3 {
    opacity: 0;
    display: inline-block;
    -webkit-animation: lol 3s 200ms infinite ease-in-out;
    animation: lol 3s 200ms infinite ease-in-out;
  }
  
  .cs-loader-inner .shap-4 {
    opacity: 0;
    display: inline-block;
    -webkit-animation: lol 3s 300ms infinite ease-in-out;
    animation: lol 3s 300ms infinite ease-in-out;
  }
  
  .cs-loader-inner .shap-5 {
    opacity: 0;
    display: inline-block;
    -webkit-animation: lol 3s 400ms infinite ease-in-out;
    animation: lol 3s 400ms infinite ease-in-out;
  }
  
  .cs-loader-inner .shap-6 {
    opacity: 0;
    display: inline-block;
    -webkit-animation: lol 3s 500ms infinite ease-in-out;
    animation: lol 3s 500ms infinite ease-in-out;
  }
  
/*==========Loader CSS End==========*/
/*==========Header CSS Start==========*/
.site-header {
    position: sticky;
    position: absolute;
    width: 100%;
    z-index: 100;
/*    transition: 0.3s;*/
}

.header-top {
    width: 100%;
    height: 40px;
    background:#10377a;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.top-contact {
    display: flex;
    align-items: center;
    justify-content: left;
}

.top-call {
    display: flex;
    align-items: center;
}

.top-mail {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.top-call-icon {
    margin-right: 10px;
}

.top-mail-icon {
    margin-right: 10px;
}

.top-call-content p {
    margin-bottom: 0;
    color: #ffffff;
}

.top-mail-content p {
    margin-bottom: 0;
    color: #ffffff;
}

.Social-midea a {
    color: #fff;
    margin-left: 12px;
    transition: 0.3s;

}
.welcom-txt p {
    margin: 0px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}
.welcom-txt {
    display: flex;
    align-items: center !important;
}
.header-top .Social-midea {
    text-align: right;
}

.Social-midea a:hover {
    color: #5e8930;

}

.header-bottom {
    width: 100%;
    padding: 2px 10px;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    background-color:#ffffff;
/*    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.1);*/
}

.site-branding a {
    display: inline-block;
    position: relative;
}

.site-branding a img {
    width: 100%;
}

.header-menu{
    position: relative;
   
}
.main-navigation{
    display: inline-block;
}

/*.main-navigation ul {
    list-style: none;
    font-size: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 0;
}*/

.main-navigation ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.main-navigation ul li {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    margin-left: 4px;
    padding-left: 23px;
    position: relative;
}

.main-navigation ul li a {
    font-size: 15px;
    line-height: 24px;
    color: #051136;
    font-weight: 500;
    padding :0px !important;
    transition: 0.3s;
   font-family: 'Rubik', sans-serif;
   text-transform: uppercase;
 
}

.header-btn {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 30px;
    text-transform: uppercase;
}

.header-btn .sec-btn:hover.sec-btn::after {
    background-color: #5e8930;
}

.main-navigation ul li.sub-items:hover>a, .main-navigation ul li a:hover, .main-navigation ul li.active>a {
    color: #5e8930;
}

.main-navigation ul li.sub-items>a:before {
    content: "\f107";
    position: absolute;
    top: 10px;
    right: 0;
    transform: translate(0,-50%);
    font-family: 'FontAwesome';
    font-size: 16px;
    transition: 0.3s;
}

.site-header.sticky-header .main-navigation ul li a, .site-header.sticky-header .search-icon a, .site-header.sticky-header .main-navigation ul li.sub-items>a:before {
    color: #010f2e;
}

.main-navigation ul li.sub-items>a {
    padding-right: 15px;
    position: relative;
}

.main-navigation ul li.sub-items:hover>a:before, .main-navigation ul li a:hover:before {
    /* transform: none !important; */
    transition: 0.3s;
    transform: translate(0,-50%) rotate(-180deg);
}

.main-navigation ul li:first-child {
    margin-left: 0;
    padding: 0;
}

.main-navigation ul li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: -163px;
    width: 706px;
    height: auto;
    background: #ffffff;
    box-shadow: 1px 1px 60px rgba(0,0,0,0.1);
    display: none;
    transition: 0.3s;
    z-index: 150;
    padding: 12px 10px;
    margin-top: 12px;
}
  .sub-menu li a::before {
    content: "\f0da";
    position: absolute;
    left: 12px;
    font-family: 'FontAwesome';
    transform: none !important;
    top: 6px;
    font-size: 18px;
  }
  .sub-menu li a:hover::before {
    transform: none !important;
  }
.main-navigation ul li:hover ul.sub-menu {
    display: block;
    animation: swip_up 0.3s linear 1;
}

@keyframes swip_up {
    from {
        transform: translate(0, 20px);
        opacity: 0;
    }
    to {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.main-navigation ul li ul.sub-menu li {
    display: block;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
    padding-left: 0px !important;
    line-height: 34px !important;
    margin-right: 16px;
  }

.main-navigation ul li ul.sub-menu li:first-child {
   padding-left: 24px;
}

.main-navigation ul li ul.sub-menu li:last-child {
    border-bottom: none;
}

.main-navigation ul li ul.sub-menu li a {
    display: block;
    padding: 10px 7px;
}

.main-navigation ul li ul.sub-menu li a {
    display: block;
    color: #051136;
    padding: 5px 15px 5px 25px !important;
    transition: 0.3s;
    font-size: 14px !important;
  }

.main-navigation ul li ul.sub-menu li a:hover {
    color: #fff;
    transition: 0.3s;
    background: #051136;
}
.sticky-header .main-navigation ul li ul.sub-menu li a:hover ,.sticky-header .main-navigation ul li a:hover::before{
    color: #fff !important;
}
.main-navigation ul li.sub-items:hover>a, .main-navigation ul li a:hover, .main-navigation ul li.active>a {
    color: #5e8930;
}

.site-header.sticky-header .main-navigation ul li.sub-items:hover>a, .site-header.sticky-header .main-navigation ul li a:hover, .site-header.sticky-header .main-navigation ul li.active>a, .site-header.sticky-header .main-navigation ul li.sub-items:hover>a:before, .site-header.sticky-header .main-navigation ul li a:hover:before, .site-header.sticky-header .main-navigation ul li.active>a:before, .site-header.sticky-header .main-navigation ul li ul.sub-menu li a:hover {
    color: #ffb300
}
/*==Sticky Header Start==*/
.sticky-header .header-top {
    margin-top: -45px;
    transition: 0.3s;
}

.site-header.sticky-header {
    background-color: #ffffff;
    box-shadow: 6px 6px 60px 0px rgba(0,0,0,0.1);
    transition: 0.3s;
    position: sticky;
        top: 0;
    left: 0;
}

.sticky-header .header-bottom {
    background-color: transparent;
    box-shadow: none;
    padding: 10px 0px;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    transition: 0.3s;
}

@keyframes headerSlideDown {
    0% {
      margin-top: -150px;
    }
    100% {
      margin-top: 0;
    }
  }

.sticky-header .main-navigation ul li a {
    color: #051136;
    transition: 0.3s;
}

.site-branding a img.sticky-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
}

.site-header.sticky-header .site-branding a img.sticky-logo {
    opacity: 1;
    transition: 0.3s;
}
/*==Sticky Header End==*/
/*==========Header CSS End==========*/

/*==========Banner CSS Start==========*/
.main-banner {
    position: relative;
    background-color: #f7f7f7;
    margin-top: 104px
}

.banner-slider-img {
    height: 600px;
}
/*.main-banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/banner-line.png);
    background-repeat: repeat-y;
    pointer-events: none;
    background-size: 100%;
    z-index: 3;
    -webkit-animation: 20s bgMove infinite linear;
    -moz-animation: 20s bgMove infinite linear;
    -o-animation: 20s bgMove infinite linear;
    -ms-animation: 20s bgMove infinite linear;
    animation: 20s bgMove infinite linear;
}*/

@-webkit-keyframes bgMove {
    100% {
      background-position: 0px -3000px; }
    }
  @-moz-keyframes bgMove {
    100% {
      background-position: 0px -3000px; }
    }
  @-o-keyframes bgMove {
    100% {
      background-position: 0px -3000px; }
    }
  @-ms-keyframes bgMove {
    100% {
      background-position: 0px -3000px; }
    }
  @keyframes bgMove {
    100% {
      background-position: 0px -3000px; }
    }

.banner-content {

    padding-top: 270px;
    padding-bottom: 100px;

}

.banner-content .h1-title {
    margin-top: 20px;
}

.banner-content p {
    color: #bdc6e3;
    margin-top: 16px;
    font-size: 18px;
    line-height: 28px;
}

.banner-btn {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.sec-btn.btn-1:hover {
    color: #5e8930 !important;
}

.banner-btn .sec-btn.btn-1::before {
    background-color: #ffffff;
}

.sec-btn.btn-2 {
    color: #5e8930 !important;
    background-color: #ffffff;
    margin-left: 30px;
}

.sec-btn.btn-2:hover {
    color: #ffffff !important;
}

.banner-btn .sec-btn.btn-2::before {
    background-color: #5e8930;
}

.banner-slider-img {
    display: block;
/*    position: absolute;*/
/*    top: 0;
    right: 0;*/
    z-index: 2;
}

.banner-slider-bg-img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.mob-banner-slider {
    display: none;
}

.banner-aliment {
    position: absolute;
    left: -344px;
    top: 30%;
}

.main-banner .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.main-banner .slick-dots {
    bottom: 30px;
}

.banner-years {
    width: 180px;
    height: 180px;
    position: absolute;
    background-color: #ffffff;
    border-radius: 100%;
    border: 5px solid #5e8930;
    right: 60%;
    bottom: 70px;
    z-index: 5;
}

.banner-years {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-years-content {
    text-align: center;
}

.banner-years-content .h2-title {
    font-size: 50px;
    color: #5e8930;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 50px;
}

.banner-years-content p {
    font-family: 'Rubik', sans-serif;
    color: #051136;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0;
}
/*==========Banner CSS End==========*/

/*==========About Us CSS Start==========*/
.main-about-us {
    padding-top:50px;
    padding-bottom: 80px;
}

.about-img-1 {
    position: relative;
    display: inline-block;
}

.about-img-1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffb300;
    top: 50px;
    left: 50px;
    z-index: -1;
}

.about-img-2 {
    position: relative;
    z-index: -1;
    float: right;
    margin-top: -70px;
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.2);
    animation: movedelement2 5s linear infinite;
}

@keyframes movedelement2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
    }
    50% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
    }
    75% {
        -webkit-transform: translate(-10px, 5px);
        transform: translate(-10px, 5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.about-content {
    padding-left: 20px;
}

.about-signature-name {
    margin-bottom: 15px;
}

.about-signature-name span {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #051136;
    font-weight: 700;
}
/*==========About Us CSS End==========*/

/*==========Counter Us CSS Start==========*/
.main-counter {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
}
/* .main-counter.our-brands-out {
    background: #f7f7f7;
  } */
.main-counter .h2-title{
    color: #fff !important;
}
.main-counter::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(5,17,54,0.4);
    top: 0;
    left: 0;
}

.counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.footer-logo-content button {
    background: #68933A !important;
    border: none !important;
    padding: 7px 13px;
    border-radius: 5px;
    color: #fff !important;
  }
.counter-number {
    position: relative;
}

.counter-number::before {
    content: "";
    position: absolute;
    width: 65px;
    height: 65px;
    border: 5px solid #a17f30;
    opacity: 0.5;
    border-radius: 100%;
    top: -20px;
    left: -9px;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.counter-box:hover .counter-number::before {
    opacity: 1;
    top: -30px;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.counter-number .h2-title {
    color: #ffffff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 0;
}

.counter-content p {
    margin-bottom: 0;
    font-weight: 500;
    color: #ffffff;
    opacity: 0.9;
    margin-left: 10px;
    font-size: 16px;
  }
/*==========Counter Us CSS End==========*/

/*==========Services CSS Start==========*/
.main-service {
    padding-top: 50px;
    padding-bottom: 50px;
}

.service-title {
    text-align: center;
}

.service-title .subtitle {
    justify-content: center;
}

.service-box {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    padding: 17px 17px;
    margin-bottom: 30px;
/*    display: flex;
    align-items: flex-start;*/
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.1);
    border-radius: 10px;
}
.service-box p {
    margin: 0 0 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /*display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
  }

.service-box::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    border: solid 5px #5e8930;
    border-radius: 100%;
    top: -90px;
    right: -90px;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s; 
}

.service-box:hover.service-box::before {
    top: -20px;
    right: -20px;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s; 
}

.service-box:hover {
    background-color: #051136;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.2);
}

.service-icon {
    width: 75px;
    height: 75px;
    background-color: #ffb300;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 50px;
}

.service-icon img {
    transform: rotateY(0deg);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-box:hover .service-icon img {
    transform: rotateY(360deg);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

/*.service-box-content {
    width: calc(100% - 80px);
}*/

.service-box-content p {
    margin-bottom: 0;
}

.service-box:hover .service-box-content p {
    color: #bdc6e3;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

body .service-box .h3-title {
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    color: #051136 !important;
    color: #fff;
    font-size: 20px;
    font-weight: 600!important;
    text-overflow: ellipsis!important;
    white-space: nowrap;
    overflow: hidden;
    padding: 7px 0px;
}

.service-box:hover{
    color: #fff;
}

.service-box:hover .h3-title {
    color: #fff !important;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.service-box:hover ul li{
    color: #fff;
}

.service-view-btn {
    text-align: center;
}
/*==========Services CSS End==========*/

/*==========Portfolio CSS Start==========*/
.main-portfolio {
    padding-top: 30px;
    padding-bottom: 25px;
}

.portfolio-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 15px;
    border: 1px solid #5e8930;
    border-radius: 5px;
}

.portfolio-box a img {
    width: 100%;
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    height: 200px;
    object-fit: contain;
}
/* 
.portfolio-box:hover>img {
    transform: scale(1.05);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
} */

.portfolio-content {
    width: 100%;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    padding: 20px;
    z-index: 2;
}

.portfolio-content-box {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    padding: 25px 20px;
    text-align: left;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.portfolio-content-box::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    border: solid 5px #051136;
    border-radius: 100%;
    top: -90px;
    right: -90px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.portfolio-box:hover .portfolio-content-box::before {
    top: -30px;
    right: -30px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.portfolio-box:hover .portfolio-content-box {
    background-color: #ffb300;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.portfolio-content-box a span {
    color: #5e8930;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.portfolio-box:hover .portfolio-content-box a span {
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.portfolio-content-box .h3-title {
    margin-bottom: 0;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    color:#fff !important;
    text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
   
}

.portfolio-box:hover .portfolio-content-box .h3-title {
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.slick-arrow {
    width: 60px;
    height: 60px;
    background-color: rgb(255, 255, 255,0.10);
    position: absolute;
    top: -130px;
    left: 0;
    transform: translate(0, -50%);
    z-index: 10;
    transition: 0.3s;
    border: none;
}

.slick-arrow:hover {
    background-color: rgba(255, 255, 255);
    transition: 0.3s;
}

.slick-arrow i {
    font-size: 20px;
    color: #fff;
    transition: 0.3s;
    margin-top: 7px;
}

.slick-arrow:hover i {
    color: #131730;
}

.slick-arrow.next-arrow.color-arrow {
    left: auto;
    right: 16%;
    background-color: #ffb300;
    transition: all ease-in-out 0.3s;
}

.slick-arrow.next-arrow.color-arrow:hover {
    background-color: #5e8930;
    transition: all ease-in-out 0.3s;
}

.slick-arrow.prev-arrow.color-arrow {
    left: 76%;
    right: auto;
    background-color: #ffb300;
    transition: all ease-in-out 0.3s;
}

.slick-arrow.prev-arrow.color-arrow:hover {
    background-color: #5e8930;
    transition: all ease-in-out 0.3s;
}

.slick-arrow.prev-arrow.color-arrow i {
    font-size: 20px;
    color: #fff;
    transition: 0.3s;
    margin-top: 7px;
}

.slick-arrow.next-arrow.color-arrow i {
    font-size: 20px;
    color: #fff;
    transition: 0.3s;
    margin-top: 7px;
}
/*==========Portfolio CSS End==========*/

/*==========Get A Quote CSS Start==========*/
.main-get-quote {
    padding-top: 70px;
    padding-bottom: 80px;
}

.get-quote-form {
    background-color: #f7f6fb;
    padding: 50px;
}

.get-quote-form .form-box textarea {
    height: 150px;
}

.get-quote-form .sec-btn {
    border: none;
    width: 100%;
    margin-top: 10px;
}

.get-quote-content {
    padding-left: 20px;
}

.get-quote-points ul {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-decoration: none;
}

.get-quote-points ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.get-quote-points ul li:last-child {
    margin-bottom: 0;
}

.get-quote-points ul li i {
    color: #5e8930;
    font-size: 30px;
    line-height: 30px;
    margin-right: 10px;
}

.get-quote-points ul li p ,.get-quote-points ul li p a{
    color: #051136;
    font-weight: 500;
    margin-bottom: 0;
}
/*==========Get A Quote CSS End==========*/

/*==========How It Work CSS Start==========*/
.main-how-work {
    position: relative;
    background-color: #051136;
}

.how-work-content {
    padding-right: 50px;
    padding-top: 120px;
    padding-bottom: 70px;
}

.how-work-title .h2-title {
    color: #ffffff;
}

.how-work-step {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.how-work-icon {
    width: 80px;
    height: 80px;
    background-color: #5e8930;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.how-work-text {
    width: calc(100% - 80px);
}

.how-work-text .h3-title {
    color: #ffffff;
}

.how-work-text p {
    color: #bdc6e3;
    margin-bottom: 0;
}

.how-work-icon img {
    transform: rotateY(0deg);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.how-work-step:hover .how-work-icon img {
    transform: rotateY(360deg);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.how-work-step-box {
    position: relative;
}

.how-work-step-box::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 340px;
    border: dashed 1px #ffffff;
    opacity: 0.5;
    top: 10px;
    left: 34px;
    z-index: -1;
}

.how-work-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.how-work-img::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(90deg, rgba(5,17,54,1) 0%, rgba(5,17,54,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(5,17,54,1) 0%, rgba(5,17,54,0) 100%);
    background: linear-gradient(90deg, rgba(5,17,54,1) 0%, rgba(5,17,54,0) 100%);
}
/*==========How It Work CSS End==========*/

/*==========Team CSS Start==========*/
.main-team {
    padding-top: 70px;
    padding-bottom: 80px;
}

.team-title {
    text-align: center;
}

.team-title .subtitle {
    justify-content: center;
}

.team-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 7px 5px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.team-box>img {
    width: 100%;
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.team-box:hover>img {
    transform: scale(1.05);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.main-team .team-content-box {
    /* position: absolute; */
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 5px;
    display: inline-block;
}
.main-team .slick-slide{
    margin: 0px 10px;
    border: 1px solid #5e8930;
    border-radius: 5px;
}
.main-team .team-content {
    position: relative;
    background-color: #ffffff;
    padding: 10px 12px;
    overflow: hidden;
    text-align: center;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    background: #5e8930;
}

.team-box:hover .team-content {
    background-color: #5e8930;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.team-content .h3-title {
    margin-bottom: 0;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.team-box:hover .team-content .h3-title {
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.team-content span {
    color: #5e8930;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.team-box:hover .team-content span {
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.team-content::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    border: solid 5px #051136;
    border-radius: 100%;
    bottom: -90px;
    right: -90px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.team-box:hover .team-content::before {
    bottom: -40px;
    right: -40px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.main-team-social {
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #5e8930;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.main-team-social i {
    transform: rotateZ(0deg);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.team-box:hover .main-team-social i {
    transform: rotateZ(40deg);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;

}

.main-team-social:hover {
    color: #ffffff;
}

.main-team-social-fb {
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #5e8930;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    top: 20px;
    right: 20px;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    z-index: 1;
}

.main-team-social-fb:hover {
    color: #ffffff;
    background-color: #051136;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.team-box:hover .main-team-social-fb {
    opacity: 1;
    top: 65px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.main-team-social-insta {
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #5e8930;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    top: 20px;
    right: 20px;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    z-index: 1;
}

.main-team-social-insta:hover {
    color: #ffffff;
    background-color: #051136;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.team-box:hover .main-team-social-insta {
    opacity: 1;
    top: 110px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.main-team-social-twee {
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #5e8930;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    top: 20px;
    opacity: 0;
    right: 20px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    z-index: 1;
}

.main-team-social-twee:hover {
    color: #ffffff;
    background-color: #051136;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.team-box:hover .main-team-social-twee {
    opacity: 1;
    top: 155px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.main-team .slick-dots {
    bottom: -50px;
}
/*==========Team CSS End==========*/

/*==========Newsletter CSS Start==========*/
.main-newsletter {
    padding-top: 60px;
    padding-bottom: 60px;
}

.newsletter-bg {
    background-color: #5e8930;
    padding: 50px 60px;
    box-shadow: 0px 30px 60px 0px rgba(157, 131, 132, 0.3);
}

.newsletter-title .h2-title {
    color: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 45px;
    line-height: 60px;
}

.newsletter-form {
    position: relative;
    float: right;
}

.newsletter-form input {
    position: relative;
    font-family: 'Roboto', sans-serif;
    width: 510px;
    height: 55px;
    background: #ffffff;
    border: none;
    outline: none;
    padding: 10px 190px 10px 30px;
    font-size: 15px;
    color: #777777;
}

.newsletter-form .sec-btn {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-color: #051136;
}

.newsletter-form .sec-btn::before {
    background-color: #ffffff;
}

.newsletter-form .sec-btn:hover.sec-btn::before {
    width: 5px;
}
/*==========Newsletter CSS End==========*/

/*==========Testimonial CSS Start==========*/
.main-testimonial {
    background-color: #051136;
    padding-top: 70px;
    padding-bottom: 100px;
}

.testimonial-title {
    text-align: center;
}

.testimonial-title .subtitle {
    justify-content: center;
}

.testimonial-title .h2-title {
    color: #ffffff;
}

.testimonial-box {
    position: relative;
    background-color: #ffffff;
    padding-top: 75px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0 15px;
    z-index: -2;

}

.testimonial-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/testimonial-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.testimonial-client-img {
    position: absolute;
    margin-top: -120px;
    border: solid 5px #ffffff;
    box-shadow: 0px 30px 40px 0px rgb(0,0,0,0.2);
}

.testimonial-client-name {
    text-align: left;
}

.testimonial-client-name span {
    color: #5e8930;
}

.testimonial-content p {
    margin-bottom: 0;
    margin-top: 15px;
}

.testimonial-quote {
    position: absolute;
    top: 30px;
    right: 30px;
}

.main-testimonial .slick-dots {
    bottom: -50px;
}

.testimonial-slider .slick-list {
    padding-top: 47px;
}
/*==========Testimonial CSS End==========*/

/*==========Blog CSS Start==========*/
.main-blog {
    padding-top: 120px;
    padding-bottom: 120px;
}

.blog-title {
    text-align: center;
}

.blog-title .subtitle {
    justify-content: center;
}

.blog-box {
    background-color: #ffffff;
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-box:hover {
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.2);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-img {
    position: relative;
    overflow: hidden;
}

.blog-img>img {
    width: 100%;
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-box:hover> .blog-img img {
    transform: scale(1.05);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-main-user-box {
    display: flex;
    justify-content: center;
    margin-top: -24px;
    position: relative;
    z-index: 1;
}

.blog-user-box {
    background-color: #5e8930;
    box-shadow: 0px 10px 30px 0px rgb(244,34,35,0.3);
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.blog-date {
    display: flex;
    align-items: center;
}

.blog-date span {
    width: 6px;
    height: 6px;
    background-color: #ffffff;
}

.blog-date a {
    color: #ffffff;
    margin-left: 10px;
}

.blog-author {
    display: flex;
    align-items: center;
}

.blog-author span {
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    margin-left: 20px;
}

.blog-author a {
    color: #ffffff;
    margin-left: 10px;
}

.blog-content {
    padding: 30px;
    text-align: left;
}

.blog-content .h3-title {
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-box:hover .blog-content .h3-title {
    color: #5e8930;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
/*==========Blog CSS End==========*/

/*==========Footer CSS Start==========*/
.main-Footer {
    background-color: #051136;
    padding-top: 50px;
}

.footer-logo-content {
    text-align: left;
}

.footer-logo-content p {
    color: #bdc6e3;
    margin-top: 15px;
}

.footer-contact-box {
    margin-top: 20px;
}

.footer-call {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-call-icon i {
    width: 30px;
    height: 30px;
    background-color: #ffb300;
    color: #ffffff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }
.footer-call-content span {
    color: #bdc6e3;
    line-height: 24px;
}

.footer-mail {
    display: flex;
    align-items: center;
}

.footer-mail-icon i {
    width: 30px;
    height: 30px;
    background-color: #ffb300;
    color: #ffffff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }

.footer-mail-content span {
    color: #bdc6e3;
    line-height: 24px;
}

.footer-link {
    padding: 0 90px;
    padding-right: 0px;
}

.footer-link-title .h3-title {
    position: relative;
    color: #ffffff;
}

.footer-link-title .h3-title::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    background-color: #5e8930;
    bottom: 0;
    left: 0;
}

.footer-link ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-decoration: none;
    margin-top: 23px;
}

.footer-link ul li {
    margin-bottom: 10px;
}

.footer-link ul li:last-child {
    margin-bottom: 0;
}

.footer-link ul li a {
    color: #bdc6e3;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.footer-link ul li a:hover {
    margin-left: 10px;
    color: #5e8930;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.footer-service {
    padding: 0 60px;
}

.footer-service-title .h3-title {
    position: relative;
    color: #ffffff;
}

.footer-service-title .h3-title::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    background-color: #5e8930;
    bottom: 0;
    left: 0;
}

.footer-service ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-decoration: none;
    margin-top: 23px;
}

.footer-service ul li {
    margin-bottom: 10px;
}

.footer-service ul li:last-child {
    margin-bottom: 0;
}

.footer-service ul li a {
    color: #bdc6e3;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.footer-service ul li a:hover {
    margin-left: 10px;
    color: #5e8930;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.footer-work-hr-title .h3-title {
    position: relative;
    color: #ffffff;
}

.footer-work-hr-title .h3-title::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    background-color: #5e8930;
    bottom: 0;
    left: 0;
}

.footer-work-hr-content {
    margin-top: 23px;
}

.footer-work-hr-content span {
    color: #fff;
    line-height: 24px;
}

.social-media-footer {
    margin-top: 20px;
}
.footer-contact-box a{
    color:#fff !important;
}
.social-media-footer a {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.1);
    margin-left: 8px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    cursor: pointer;
}

.social-media-footer a:first-child {
    margin-left: 0 !important;
}

.social-media-footer a:hover {
    background-color: #5e8930;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.footer-copyright {
    background-color: #050e2b;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 40px;
}
/* 
.copyright-content {
    float: left;
} */

.copyright-content span {
    margin-bottom: 0;
    color: #ffffff;
}

.copyright-content span a {
    color: #ffb300;
    cursor: pointer;
}

.copyright-links ul {
    text-decoration: none;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    float: right;
}

.copyright-links ul li {
    margin-right: 30px;
}

.copyright-links ul li:last-child {
    margin-right: 0;
}

.copyright-links ul li a {
    position: relative;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    line-height: 15px;
    padding-left: 20px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.copyright-links ul li a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #5e8930;
    top: 4px;
    left: 0;
}

.copyright-links ul li a:hover {
   color: #5e8930;
   transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
/*==========Footer CSS End==========*/

/*==========About Us Page CSS Start==========*/
.main-partner-logo-in {
    background-color: #051136;
    padding-top: 120px;
    padding-bottom: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.partner-logo-box {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.partner-logo {
    width: 20%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    border-right: 1px solid rgb(225, 225, 225,0.2);
    border-bottom: 1px solid rgb(225, 225, 225,0.2);
}

.partner-logo img {
    opacity: .5;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.partner-logo img:hover {
    opacity: 1;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.border-rn {
    border-right: none;
}

.border-bn {
    border-bottom: none;
}

.main-video-in {
    margin-top: -230px;
}

.watch-video-box {
    width: 100%;
    height: 500px;
    position: relative;
    border: solid 15px #ffffff;
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.1);
}

.watch-video-img {
    justify-content: center;
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.watch-video-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(5, 17,54,0.4);
}

.video-play-icon {
    position: absolute;
    transform: translate(-50%,-50%);
    width: 100px;
    height: 100px;
    background-color: #5e8930;
    background-size: 200% 100%;
    background-position: left center;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #ffffff;
    padding-left: 5px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    z-index: 1;
}

.video-play-icon:hover {
    color: #051136;
    background-position: right center;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.video-play-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 50%;
    pointer-events: none;
    animation: waveBtn 2.5s infinite;
    z-index: -1;
}

@keyframes waveBtn {
    0% {
        box-shadow: 0 0 0 0 rgba(244,34,35,1)
    }
    50% {
        box-shadow: 0 0 0 40px transparent;
    }
    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}

.main-faq1-in {
    padding-top: 120px;
    padding-bottom: 120px;
}

.faq-content {
    padding-right: 30px;
}

.accordion-item.faq-bg {
    background-color:#ffffff;
    border: none;
    margin-bottom: 20px;
    border-radius: 0;
    border-radius: 8px;
}

.accordion-item.faq-bg:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
     border-bottom-left-radius: 0;
}

.accordion-button.faq-btn {
    min-height: 60px;
    display: flex;
    align-items: center;
    line-height: 28px;
    margin-bottom: 0;
    padding: 5px 90px 5px 30px;
    position: relative;
    background: #ffffff;
    border-radius: 0;
    color: #051136;
    cursor: pointer;
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.accordion-button.faq-btn:not(.collapsed) {
    color: #051136;
    background-color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.accordion-button {
    background-color: #ffffff;
}

.accordion-button:not(.collapsed) {
    box-shadow: 1px 1px 60px 0px rgba(0,0,0,0.1);
}

.accordion-button.faq-btn:focus {
    z-index: 0;
    border-color: #fff;
    outline: 0;
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.1);
}

.accordion-button.faq-btn:after {
    display: none;
}

.accordion-header.h3-title {
    padding-top: 0;
}

.accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title .icon {
    position: absolute;
    color: #fff;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: #5e8930;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title>span {
    position: relative;
    z-index: 1;
}

.accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title .accordion-button.faq-btn.collapsed .icon i {
    position: relative;
    color: #fff;
    transform: rotate(0deg);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    z-index: 1;
}

.accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title .icon i {
    position: relative;
    color: #fff;
    transform: rotate(-90deg);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    z-index: 1;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}

.accordion-collapse.collapse.show {
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.1);
    border-radius: 0;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.accordion-button:hover {
    z-index: 0;
}

.faq1-img-box {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
}

.faq1-img-box::before {
    content: "";
    position: absolute;
    width: 125px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #5e8930;
    z-index: -1;
}

.main-get-quote-in {
    padding-top: 120px;
    padding-bottom: 120px;
}
/*==========About Us Page CSS End==========*/

/*==========Services Page CSS Start==========*/
.main-service-in {
    padding-top: 150px;
    padding-bottom: 50px;
}

.main-skill-in {
    padding-top: 120px;
    padding-bottom: 120px;
}

.skill-img-box {
    position: relative;
    padding-right: 70px;
}

.skill-img2 {
    position: absolute;
    bottom: 60px;
    right: 0;
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.1);
    border: solid 10px #ffffff;
    animation: movedelement2 5s linear infinite;
}

.skill-content {
    padding-left: 20px;
}

.skill-bar-box {
    position: relative;
    margin-bottom: 40px;
}

.skill-bar-percent {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 25px;
    line-height: 20px;
    font-weight: 700;
    color: #051136;
    display: flex;
    align-items: center;
}

.skill-bar-percent .h3-title {
    margin-bottom: 0;
}

.skill-bar {
    width: 100%;
    height: 20px;
    position: relative;
}

.skill-bar:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 100%;
    height: 100%;
    background-color: #f7f6fb;
}

.skill-bar-inner {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 0;
    height: 100%;
    overflow: visible;
    box-shadow: 0px 10px 30px 0px rgb(244,34,35,0.3);
}

.skill-bar-inner:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 100%;
    height: 100%;
    background: #5e8930;
}

.no-mb {
    margin-bottom: 0;
}

.main-portfolio-in {
    padding-bottom: 60px;
}
/*==========Services Page CSS End==========*/

/*==========Service Detail Page CSS Start==========*/
.main-service-detail-in {
    padding-top: 120px;
    padding-bottom: 100px;
}

.service-list-sidebar-box ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-decoration: none;
}

.service-list-sidebar-box ul li {
    margin-bottom: 20px;
}

.service-list-sidebar-box ul li:last-child {
    margin-bottom: 0;
}

.service-list-sidebar-box ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 30px;
    background-color: #f7f6fb;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-list-sidebar-box ul li a:hover {
    background-color: #5e8930;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    box-shadow: 0px 30px 60px 0px rgb(244,34,35,0.3);
}

.service-list-sidebar-box .active a {
    background-color: #5e8930;
    box-shadow: 0px 30px 60px 0px rgb(244,34,35,0.3);
}

.service-list-sidebar-box .active a span {
    color: #ffffff;
}

.service-list-sidebar-box .active a i {
    color: #ffffff;
}

.service-list-sidebar-box ul li a span {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #051136;
}

.service-list-sidebar-box ul li a:hover span {
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-list-sidebar-box ul li a i {
    font-size: 25px;
    color: #5e8930;
    transform: rotateZ(-90deg);
}

.service-list-sidebar-box ul li a:hover i {
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-brochure-box {
    background-color: #5e8930;
    padding: 30px;
    margin-top: 50px;
}

.service-brochure-box .h3-title {
    color: #ffffff;
    position: relative;
}

.service-brochure-box .h3-title::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #051136;
    bottom: 0;
    left: 0;
}
.service-brochure-box p {
    color: #ffffff;
    margin-top: 24px;
    margin-bottom: 20px;
}

.service-brochure-box .sec-btn {
    width: 100%;
    background-color: #051136;
    text-align: center;
}

.service-brochure-box .sec-btn:hover {
    color: #051136 !important;
}

.service-brochure-box .sec-btn::before {
    background-color: #ffffff;
}

.service-brochure-box .sec-btn i {
    font-size: 20px;
    margin-right: 10px;
}

.service-detail-content {
    padding-left: 20px;
}

.service-detail-img1 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 35px;
}

.service-detail-img1>img {
    width: 100%;
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-detail-img1:hover>img {
    transform: scale(1.05);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-detail-content .h2-title {
    padding-top: 0;
    padding-bottom: 0;
}

.service-detail-img-box {
    display: flex;
    align-items: center;
    margin-top: 43px;
    margin-bottom: 43px;
}

.service-detail-img2 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 15px;
}

.service-detail-img2>img {
    width: 100%;
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-detail-img2:hover>img {
    transform: scale(1.05);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-detail-img3 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: 15px;
}

.service-detail-img3>img {
    width: 100%;
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-detail-img3:hover>img {
    transform: scale(1.05);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
/*==========Service Detail Page CSS End==========*/

/*==========Team Page CSS Start==========*/
.main-team-in {
    padding-top: 120px;
    padding-bottom: 30px;
}

.main-team-in .team-box {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}
/*==========Team Page CSS End==========*/

/*==========Team Detail CSS Start==========*/
.main-team-detail {
    padding-top: 120px;
    padding-bottom: 120px;
}

.team-detail-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-detail-img>img {
    width: 100%;
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.team-detail-img:hover>img {
    transform: scale(1.05);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.social-media-team-detail {
    margin-top: 40px;
    text-align: center;
}

.social-media-team-detail a {
    font-size: 20px;
    line-height: 24px;
    color: #5e8930;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: rgba(254,0,0,0.1);
    margin-left: 15px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    cursor: pointer;
}

.social-media-team-detail a:first-child {
    margin-left: 0;
}

.social-media-team-detail a:hover {
    color: #ffffff;
    background-color: #5e8930;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.team-detail-content {
    padding-left: 20px;
}

.team-detail-name .subtitle {
    display: block;
}

.team-detail-name .h2-title {
    padding-bottom: 0;
}

.team-experience-date {
    display: flex;
    align-items: center;
}

.team-experience a span {
    color: #051136;
    font-weight: 500;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.team-experience a span:hover {
    color: #5e8930;
}

.team-experience span {
    color: #777777;
    display: block;
}

.team-date {
    margin-left: 50px;
}

.team-date a span {
    color: #051136;
    font-weight: 500;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.team-date a span:hover {
    color: #5e8930;
}

.team-date span {
    display: block;
    color: #777777;
}

.team-detail-user-box {
    display: flex;
    align-items: center;
}

.team-service-support {
    margin-left: 50px;
}

.team-service-support a span {
    color: #051136;
    font-weight: 500;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.team-service-support a span:hover {
    color: #5e8930;
}

.team-service-support span {
    display: block;
    color: #777777;
}

.team-detail-line {
    width: 100%;
    height: 1px;
    background-color: #d7d7d7;
    margin-top: 30px;
    margin-bottom: 30px;
}

.team-detail-skill {
    margin-top: 35px;
}

.team-detail-skill .skill-bar-box .h3-title {
    font-size: 18px;
    line-height: 28px;
}

.team-detail-skill .skill-bar-percent {
    font-size: 18px;
    line-height: 28px;
}

.team-detail-skill .skill-bar {
    height: 10px;
}

.my-work-title {
    text-align: center;
}

.my-work-title .subtitle {
    justify-content: center;
}

.team-my-work-slider .portfolio-box {
    display: block;
}

.team-my-work-slider .slick-dots {
    bottom: -50px;
}

.main-my-work-in {
    padding-bottom: 170px;
}
/*==========Team Detail CSS End==========*/

/*==========Portfolio CSS Start==========*/
.main-portfolio-page-in {
    padding-top: 120px;
    padding-bottom: 90px;
}

.main-portfolio-page-in .portfolio-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    display: block;
}
/*==========Portfolio CSS End==========*/

/*==========Portfolio Detail CSS Start==========*/
.main-portfolio-detail-in {
    padding-top: 120px;
    padding-bottom: 100px;
}

.portfolio-detail-info-box {
    background-color: #f7f6fb;
    padding: 30px;
}

.portfolio-detail-info-box .h3-title {
    position: relative;
}

.portfolio-detail-info-box .h3-title::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #5e8930;
    bottom: 0;
    left: 0;
}

.portfolio-detail-info-box ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-decoration: none;
    margin-top: 25px;
}

.portfolio-detail-info-box ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.portfolio-detail-info-box ul li:last-child {
    margin-bottom: 0;
}

.portfolio-detail-info-box ul li span:first-child {
    color: #777777;
}

.portfolio-detail-info-box ul li span:last-child {
    color: #051136;
    margin-left: 5px;
    font-weight: 500;
}

.portfolio-detail-content {
    padding-left: 20px;
}

.portfolio-detail-img1 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 35px;
}

.portfolio-detail-img1>img {
    width: 100%;
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.portfolio-detail-img1:hover>img {
    transform: scale(1.05);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.portfolio-detail-content .h2-title {
    padding-top: 0;
    padding-bottom: 0;
}

.portfolio-detail-img-box {
    display: flex;
    align-items: center;
    margin: 43px 0;
}

.portfolio-detail-img2 {
    margin-right: 15px;
    position: relative;
    display: block;
    overflow: hidden;
}

.portfolio-detail-img2>img {
    width: 100%;
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.portfolio-detail-img2:hover>img {
    transform: scale(1.05);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.portfolio-detail-img3 {
    margin-left: 15px;
    position: relative;
    display: block;
    overflow: hidden;
}

.portfolio-detail-img3>img {
    width: 100%;
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.portfolio-detail-img3:hover>img {
    transform: scale(1.05);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.main-related-work-in {
    padding-bottom: 170px;
}
/*==========Portfolio Detail CSS End==========*/

/*==========FAQ Page CSS Start==========*/
.main-faq2-in {
    padding-bottom: 60px;
}

.faq2-img-box {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    position: relative;
}

.faq2-img-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 140px;
    background-color: #5e8930;
    bottom: 0;
    left: 0;
    z-index: -1;
}
/*==========FAQ Page CSS End==========*/

/*==========Pricing Page CSS Start==========*/
.main-pricing-in {
    padding-top: 120px;
    padding-bottom: 60px;
}

.pricing-box {
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.1);
    text-align: center;
    position: relative;
    display: block;
    justify-content: center;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.pricing-box:hover {
    background-color: #5e8930;
    box-shadow: 0px 30px 60px 0px rgb(244,34,35,0.3);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.pricing-title {
    position: absolute;
    top: 40px;
    left: 0;
    padding: 5px 20px;
    background-color: #5e8930;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.pricing-box:hover .pricing-title {
    color: #5e8930;
    background-color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.pricing-icon {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(244,34,35,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.pricing-box:hover .pricing-icon {
    background-color: rgb(225,225,225,0.2);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.pricing-box:hover .hover-no {
    display: none;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.pricing-box:hover .hover-yes {
    display: block;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.hover-no {
    display: block;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.hover-yes {
    display: none;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.pricing-price {
    margin-top: 24px;
}

.pricing-price .h3-title {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.pricing-price .h3-title span {
    font-size: 15px;
    line-height: 24px;
}

.pricing-box:hover .pricing-price .h3-title {
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.pricing-line {
    width: 100%;
    height: 1px;
    background-color: #d7d7d7;
    margin-top: 30px;
    margin-bottom: 30px;
}

.pricing-list ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-decoration: none;
    display: inline-block;
}

.pricing-list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    text-align: left;
}

.pricing-list ul li:last-child {
    margin-bottom: 0;
}

.pricing-list ul li i {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(244,34,35,0.1);
    color: #5e8930;
    font-size: 18px;
    margin-right: 10px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.pricing-box:hover .pricing-list ul li i {
    background-color: rgb(225,225,225,0.2);
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.pricing-list ul li span {
    color: #777777;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.pricing-box:hover .pricing-list ul li span {
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.pricing-box .sec-btn {
    margin-top: 30px;
}

.pricing-box:hover .sec-btn {
    box-shadow: 0px 10px 24px 0px rgb(5,13,54,0.2)
}

.pricing-box:hover .sec-btn::before {
    width: 100%;
}
/*==========Pricing Page CSS End==========*/

/*==========Blog Grid Page CSS Start==========*/
.main-blog-grid-in {
    padding-top: 120px;
    padding-bottom: 120px;
}

.main-blog-grid-in .blog-box {
    margin-bottom: 30px;
}

.blog-play-btn {
    transform: translate(50%);
    align-items: center;
    top: 50%;
    left: 50%;
    text-align: center;
    position: absolute;
}

.blog-play-icon {
    position: absolute;
    transform: translate(-50%,-50%);
    width: 100px;
    height: 100px;
    background-color: #5e8930;
    background-size: 200% 100%;
    background-position: left center;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #ffffff;
    padding-left: 5px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    z-index: 1;
}

.blog-play-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 50%;
    pointer-events: none;
    animation: waveBtn 2.5s infinite;
    z-index: -1;
}

.blog-play-icon:hover {
    color: #051136;
    background-position: right center;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-pagination {
    display: block;
    text-align: center;
    margin-top: 40px;
}

.pagination-arrow {
    color: #5e8930;
    font-size: 35px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.pagination-arrow:hover {
    color: #051136;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.blog-pagination ul li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background-color: #ebebeb;
    color: #777777;
    font-weight: 500;
    font-size: 18px;
    margin: 0 7px;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-pagination ul li.active, .blog-pagination ul li.active:hover {
    background: #5e8930;
    color: #ffffff;
    cursor: default;
}

.blog-pagination ul li:hover {
    background-color: #5e8930;
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
/*==========Blog Grid Page CSS End==========*/

/*==========Blog List Page CSS Start==========*/
.main-blog-list-in {
    padding-top: 120px;
    padding-bottom: 120px;
}

.blog-list-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-list-img>img {
    width: 100%;
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-list-box:hover> .blog-list-img img {
    transform: scale(1.05);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-list-content {
    margin-top: 30px;
}

.blog-list-user-box {
    display: flex;
    align-items: center;
}

.blog-list-user-box .blog-date a {
    color: #5e8930;
}

.blog-list-user-box .blog-date span {
    background-color: #5e8930;
}

.blog-list-user-box .blog-author a {
    color: #5e8930;
}

.blog-list-user-box .blog-author span {
    background-color: #5e8930;
}

.blog-list-box a .h3-title {
    margin-top: 5px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-list-box:hover a .h3-title {
    color: #5e8930;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-list-main-box {
    padding-right: 20px;
}

.blog-list-box {
    margin-bottom: 70px;
}

.blog-list-main-box .blog-pagination {
    margin-top: 0;
}

.blog-search-from input {
    width: 100%;
    height: 60px;
    border: none;
    outline: none;
    background: #ffffff;
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.1);
    color: #777777;
    font-size: 15px;
    padding: 10px 60px 10px 30px;
}

.blog-search-from .sec-btn {
    width: 60px;
    height: 60px;
    padding: 0;
    position: absolute;
    border: none;
    top: 0;
    right: 0;
}

.blog-search-from .sec-btn i {
    font-size: 20px;
}

.blog-category-box {
    background-color: #f7f6fb;
    padding: 30px;
}

.blog-category-box .h3-title {
    position: relative;
    text-transform: uppercase !important;
    color: #051136 !important;
}

.blog-category-box .h3-title::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #5e8930;
    bottom: 0;
    left: 0;
}

.blog-category-box ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-decoration: none;
    margin-top: 18px;
    display: inline-block;
    width: 100%;
  }
.blog-category-box ul li a {
    padding: 10px 20px;
    width: 100%;
    display: inline-block;
    position: relative;
    color : #000 !important   

}
.blog-category-box ul li .active-li{
    background: #051136;
    color: #fff !important;
}
.blog-category-box ul li .active-li span,.blog-category-box ul li .active-li i{
    color: #fff !important;
}
.blog-category-box ul li a:hover{
    background: #051136;
    color: #fff !important;
}
.blog-category-box ul li a:hover span,.blog-category-box ul li a:hover i{
    color: #fff !important;
}
.blog-category-box ul li {
    margin-bottom: 5px
}

.blog-category-box ul li:last-child {
    margin-bottom: 0;
}

.blog-category-box ul li a i {
    margin-right: 5px;
    font-size: 17px;
    color: #5e8930;
    position: absolute;
    top: 13px;
    left: 7px;

  }
  
  .blog-category-box ul .active {
    background: #ffb300;
    color: #fff !important;
}

.blog-category-box ul li a span {
    font-weight: 500;
    color: #000;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-category-box ul li a:hover span {
    color: #051136;
    /* margin-left: 5px; */
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-recent-post-box {
    background-color: #f7f6fb;
    padding: 30px;
    margin-top: 50px;
}

.blog-recent-post-box .h3-title {
    position: relative;
}

.blog-recent-post-box .h3-title::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #5e8930;
    bottom: 0;
    left: 0;
}

.blog-recent-post-box ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-decoration: none;
    margin-top: 30px;
}

.blog-recent-post-box ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.blog-recent-post-box ul li:last-child {
    margin-bottom: 0;
}

.recent-post-img {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 10px;
}

.recent-post-img>img {
    width: 100%;
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-recent-post-box ul li:hover> .recent-post-img img {
    transform: scale(1.05);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.recent-post-content {
    width: calc(100% - 100px);
}

.recent-post-content span {
    color: #5e8930;
}

.recent-post-content p {
    font-weight: 500;
    margin-bottom: 5px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-recent-post-box ul li:hover .recent-post-content p {
    color: #051136;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.tag-box {
    background-color: #f7f6fb;
    padding: 30px;
    margin-top: 50px;
}

.tag-box .h3-title {
    position: relative;
}

.tag-box .h3-title::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #5e8930;
    bottom: 0;
    left: 0;
}

.tag-list-box ul {
    padding-left: 0;
    margin-bottom: 0;
    text-decoration: none;
    list-style: none;
}

.tag-list-box ul li {
    display: inline-block;
}

.tag-list-box ul li a {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #777777;
    border: solid 1px #777777;
    padding: 10px 20px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    margin-bottom: 15px;
    margin-right: 10px;
}

.tag-list-box ul li a:hover {
    border: solid 1px #5e8930;
    background-color: #5e8930;
    color: #ffffff;
    box-shadow: 0 10px 30px 0 rgb(244,34,35,0.3);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.tag-list-box {
    margin-top: 30px;
}
/*==========Blog List Page CSS End==========*/

/*==========Blog Detail Page CSS Start==========*/
.main-blog-detail-in {
    padding-top: 50px;
    padding-bottom: 50px;
}

.blog-detail-content {
    padding-right: 20px;
}
.blog-detail-content ul{
    padding-left: 15px !important;
}
/* .blog-detail-img1 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 24px;
} */
.blog-detail-img1 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    margin-right: 0;
  }
.blog-detail-img1>img {
    width: 100%;
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    border-radius: 10px;
    height: 360px;
    object-fit: contain;
}

.blog-detail-img1:hover>img {
    transform: scale(1.05);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
        border-radius: 10px;
}

.blog-detail-content .h3-title.mt {
    margin-top: 5px;
    font-size: 20px;
  }

.blog-detail-text-box {
    background-color: #f7f6fb;
    padding: 30px;
    border-left: solid 4px #5e8930;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}

.blog-detail-text-box .h3-title {
    width: calc(100% - 160px);
}

.blog-detail-img2 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 43px;
    margin-top: 43px;
}

.blog-detail-img2>img {
    width: 100%;
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-detail-img2:hover>img {
    transform: scale(1.05);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-list-tag-box {
    display: flex;
    align-items: center;
}

.blog-list-tag-box p {
    margin-bottom: 0;
    color: #051136;
    font-weight: 500;
}

.blog-detail-ts-box {
    background-color: #f7f6fb;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 45px;
}

.blog-list-tag-box .tag-list-box {
    margin-top: 0;
    margin-left: 10px;
}

.blog-list-tag-box .tag-list-box ul li a {
    margin-bottom: 0;
}

.social-media-blog-detail a {
    font-size: 20px;
    color: #051136;
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
    transition: 0.3s;
    cursor: pointer;
}

.social-media-blog-detail a:first-child {
    margin-left: 0;
}

.social-media-blog-detail a:hover {
    color: #5e8930;
    transition: 0.3s;
}

.blog-detain-related-blog {
    margin-top: 120px;
}

.blog-detail-comment {
    margin-top: 120px;
}

.comment-box {
    display: flex;
     align-items: center;
}

.comment-client-img {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 20px;
}

.comment-client-img>img {
    width: 100%;
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.comment-box:hover> .comment-client-img img {
    transform: scale(1.05);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.comment-content {
    width: calc(100% - 150px);
}

.comment-name-reply {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.comment-name-reply .h3-title {
    margin-bottom: 0;
}

.reply-btn {
    background-color: #5e8930;
    padding: 5px 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.reply-btn:hover {
    color: #ffffff;
    background-color: #051136;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.comment-content p {
    margin-bottom: 0;
}

.comment-line {
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    margin-top: 40px;
    margin-bottom: 40px;
}

.blog-reply-form {
    margin-top: 80px;
}

.leave-reply-form textarea {
    height: 120px;
}

.leave-reply-form .sec-btn {
    margin-top: 10px;
    border: none;
}
/*==========Blog Detail Page CSS End==========*/

/*==========Contact Us Page CSS Start==========*/
.main-get-quote-in-page {
    padding-top: 120px;
    padding-bottom: 60px;
}

.main-contact-box-in {
    padding-top: 60px;
    padding-bottom: 120px;
}

.contact-box {
    width: 100%;
    height: 160px;
    background-color: #ffffff;
    padding: 30px;
    position: relative;
    box-shadow: 0 30px 60px 0 rgb(0,0,0,0.1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.contact-box::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    top: -80px;
    right: -80px;
    border-radius: 100%;
    border: solid 5px #5e8930;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.contact-box:hover.contact-box::before {
    top: -20px;
    right: -20px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.contact-box:hover {
    background-color: #051136;
    box-shadow: 0 30px 60px 0 rgb(0,0,0,0.2);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.contact-in-icon {
    width: 80px;
    height: 80px;
    background-color: #5e8930;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.contact-in-content {
    width: calc(100% - 80px);
}

.contact-in-content .h3-title {
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.contact-box:hover .contact-in-content .h3-title {
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.contact-in-content span {
    color: #777777;
    font-size: 18px;
    line-height: 28px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.contact-box:hover .contact-in-content span {
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.main-contact-map-in {
    width: 100%;
    height: 500px;
}

.main-contact-map-in iframe {
    width: 100%;
    height: 100%;
}
/*==========Contact Us Page CSS End==========*/

/*==========404 Error Page CSS Start==========*/
.main-error-in {
    padding-top: 120px;
    padding-bottom: 120px;
}

.error-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-content {
    text-align: center;
}

.error-content .h2-title {
    padding-bottom: 0;
    padding-top: 55px;
    margin-bottom: 0;
}
/*==========404 Error Page CSS End==========*/

/*==========Scroll To Top CSS Start==========*/
.scroll-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: #ffb300;
    font-size: 25px;
    color: #ffffff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    transition: 0.3s;
    overflow: hidden;
    z-index: 50;
    display: none;
}

.scroll-top:hover {
    box-shadow: 1px 1px 60px rgb(0 0 0 / 15%);
    color: #051136;
}

.scroll-top:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5e8930;
    transition: 0.3s;
    z-index: 0;
}

.scroll-top:hover:before {
    top: 0;
}

.scroll-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    line-height: 10px;
    z-index: 1;
}

.scroll-top:hover i {
    animation: swipe 0.6s linear infinite alternate;
}

@keyframes swipe {
    from {
        margin-top: -3px;
    }
    to {
        margin-top: 3px;
    }
}
/*==========Scroll To Top CSS End==========*/

/*==========Responsive CSS Start==========*/
@media screen and (min-width: 1500px) {
    .h2-title {
    
        font-size: 60px;
    }
}

@media screen and (max-width: 1710px) {

/*    .banner-slider-img {
        right: -136px;
    }*/

/*    .banner-slider-bg-img {
        right: -136px;
    }

    .banner-aliment {
        left: -414px;
    }*/
}

@media screen and (max-width: 1764px) {

    /* .portfolio-content {
        padding: 0px;
        margin-top: 0px;
    } */

}

@media screen and (max-width: 1664px) {



    .main-portfolio .slick-arrow.prev-arrow.color-arrow {
        left: 79%;
    }

    .main-portfolio .slick-arrow.next-arrow.color-arrow {
        right: 12%;
    }

    .main-portfolio-in .slick-arrow.prev-arrow.color-arrow {
        left: 79%;
    }

    .main-portfolio-in .slick-arrow.next-arrow.color-arrow {
        right: 12%;
    }

}

@media screen and (max-width: 1568px) {

/*    .banner-slider-img {
        right: -140px;
    }*/

    .banner-slider-bg-img {
        right: -140px;
    }

}

@media screen and (max-width: 1499px) {

    .banner-slider-img {
        right: -174px;
    }

    .banner-slider-bg-img {
        right: -174px;
    }

    .banner-aliment {
        left: -454px;
    }

}

@media screen and (max-width: 1399px) {

    .main-navigation ul li {
        margin-left: 0px;
    }

    .h1-title {
     font-size: 41px;
    line-height: 65px;
    font-weight: 500;
    }
    .banner-in-title .h1-title{
        font-size: 55px;
    }
    .h2-title {
        font-size: 48px;
    line-height: 58px;
    font-weight: 600;
      } 

    .h2-subtitle {
        font-size: 22px;
        line-height: 20px;
    }
    .main-team .h3-title {
  font-size: 18px;
  color: #FFF !important;
  min-height: ;

  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 24px !important;
  text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden
}
    .h3-title {
        font-size: 18px;
        color: #051136; 
        line-height: 28px;
    }

    .banner-slider-img {
        right: -245px;
    }

    .banner-slider-bg-img {
        right: -245px;
    }

    .banner-aliment {
        left: -422px;
    }

    .banner-content p {
        font-size: 16px;
        line-height: 26px;
    }
    .counter-number .h2-title {
        position: relative;
    }
    .counter-number .h2-title {
        font-size: 45px;
        line-height: 55px;
        padding-right: 32px;
    }

    .main-portfolio .slick-arrow.prev-arrow.color-arrow {
        left: 77%;
    }

    .newsletter-title .h2-title {
        font-size: 40px;
        line-height: 55px;
    }

    .footer-link {
        padding: 0px;
    }

    .footer-service {
        padding: 0 40px;
    }

    .main-portfolio-in .slick-arrow.prev-arrow.color-arrow {
        left: 77%;
    }

    .pricing-title {
        padding: 5px 15px;
    }

}

@media screen and (max-width: 1280px) {

    .banner-slider-img {
        right: -310px;
    }

    .banner-slider-bg-img {
        right: -310px;
    }

    .banner-in-aliment1 {
        left: -240px;
    }

    .banner-in-aliment2 {
        right: -200px;
    }

    .banner-aliment {
        left: -472px;
    }
    
}

@media screen and (max-width: 1199px) {

    .main-navigation ul li {
        padding-left: 4px;
    }

    .header-bottom {
        padding: 20px 5px;
    }

    .header-btn {
        margin-left: 18px;
    }

    .h1-title {
        font-size: 60px;
        line-height: 70px;
    }

    .h2-title {
        font-size: 50px;
        line-height: 65px;
    }

    .h3-title {
        font-size: 20px;
        line-height: 30px;
    }

    .banner-slider-img {
        right: -350px;
    }

    .banner-slider-bg-img {
        right: -350px;
    }

    .banner-years {
        right: 70%;
        bottom: 100px;
    }

    .about-img-1::before {
        top: 20px;
        left: 20px;
    }

    .main-portfolio .slick-arrow.prev-arrow.color-arrow {
        left: 76%;
    }

    .main-portfolio-in .slick-arrow.prev-arrow.color-arrow {
        left: 76%;
    }

    .newsletter-title .h2-title {
        font-size: 35px;
        line-height: 50px;
    }

    .newsletter-bg {
        padding: 30px 40px;
    }

    .main-newsletter {
        margin-bottom: -200px;
    }

    .main-testimonial {
        padding-top: 197px;
    }

    .footer-link {
        padding: 0 40px;
    }

    .footer-service {
        padding: 0;
    }

    .social-media-footer a {
        width: 26px;
        height: 28px;
        margin-left: 6px !important;
      }

    .accordion-button.faq-btn {
        line-height: 26px;
        font-size: 16px;
    }

    .faq1-img-box {
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 30px;
    }

    .banner-in-aliment1 {
        left: -210px;
    }

    .banner-in-aliment2 {
        right: -180px;
    }

    .skill-img2 {
        width: 50%;
    }

    .skill-bar-percent {
        font-size: 20px;
    }

    .team-date {
        margin-left: 20px;
    }

    .team-service-support {
        margin-left: 20px;
    }

    .faq2-img-box {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .pricing-box {
        padding: 30px;
    }

    .pricing-title {
        padding: 5px 10px;
    }

    .pricing-title span {
        font-size: 16px;
        top: 30px;
    }

    .blog-detail-text-box .h3-title {
        width: calc(100% - 100px);
    }

    .blog-list-tag-box .tag-list-box ul li a {
        margin-bottom: 15px;
    }

    .blog-detain-related-blog .blog-box {
        width: 370px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .blog-detail-comment {
        margin-top: 90px;
    }

}

@media screen and (max-width: 1099px) {

    .banner-slider-img {
        right: -410px;
    }

    .banner-slider-bg-img {
        right: -410px;
    }

    .main-portfolio .slick-arrow.prev-arrow.color-arrow {
        left: 75%;
    }

    .main-portfolio-in .slick-arrow.prev-arrow.color-arrow {
        left: 75%;
    }

}

@media screen and (max-width: 991px) {

    .site-header,
    .site-header.sticky-header {
        background: #ffffff;
        height: 0px;
        padding: 0;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
        position: sticky
    }
        .main-banner img{
            object-fit: cover;
    width: 100% !important;
    height: auto !important;
    }

    .header-bottom {
        background-color: transparent;
        box-shadow: none;
    }

    .site-branding a img {
        width: auto;
    }

    .sticky-header .header-bottom {
        padding: 23px 0px;
        animation: none;
        transition: 0.3s;
    }

    
    .toggle-button {
        display: block;
    }

    .site-branding {
/*        position: fixed;*/
        top: 0;
        left: 30px;
        width: 200px;
        height: 70px;
        display: flex;
        align-items: center;
        z-index: 99 !important;
    }
    
    .fixwhcall {
    position: fixed;
    bottom: 0;
    display: flex !important;
    width: 100%;
    z-index: 9999;
}

    .btn-mob-whtsapp {
    background-color: #40c351;
    padding: 10px 0px;
    text-align: center;
    width: 50%;
    display: block;
    color: #fff;
}

.btn-mob-call {
    background-color: #041e5b;
    padding: 10px 0px;
    text-align: center;
    width: 50%;
    display: block;
    color: #fff;
}
    
    p {
        
        text-align: justify
    }
    .header-bottom {
/*    position: absolute;*/
    width: 100%;
    padding: 2px 10px;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    background-color: #ffffff;
    /* box-shadow: 0px 30px 60px 0px rgb(0 0 0 / 10%); */
    top: -81px;
    height: 80px;
}

    .site-branding a {
        width: 90%;
    }

    .main-navigation ul {
        position: fixed;
        top: 0;
        right: -400px;
        width: 320px;
        height: 100vh;
        max-height: 100vh;
        overflow: auto;
        background: #051136;
        text-align: center;
        padding: 100px 0 30px;
        box-shadow: -30px 0 30px rgba(0,0,0,0.1);
        transition: 0.5s;
        opacity: 0;
        z-index: 100;
    }

    .main-navigation.toggle-menu ul {
        right: 0;
        opacity: 1;
        z-index: 100;
    }

    .main-navigation>ul::-webkit-scrollbar-thumb {
        width: 0;
        background: transparent;
    }

    .main-navigation>ul::-webkit-scrollbar {
        width: 0;
    }

    .main-navigation>ul::-webkit-scrollbar-track {
        width: 0;
        background: transparent;
    }

    .main-navigation ul li {
        display: block;
        margin: -50px 0 10px 0;
        padding: 10px 40px 20px 40px;
        opacity: 0;
        transition: 0.5s;
    }

    .main-navigation ul li:first-child {
        padding: 10px 40px 20px 40px;
    }

    .main-navigation.toggle-menu ul li {
        text-align: left;
        border-bottom: solid 1px rgb(225, 225, 225,0.2);
        margin-top: 0;   
        opacity: 1;
        transition: 0.5s;
        transition-delay: 0.4s;
    }

    .main-navigation ul li:last-child {
        border-bottom: none;
    }

    .main-navigation ul li:last-child a {
        display: inline-block;
        margin: 0 auto;
    }

    .site-header.sticky-header .main-navigation ul li a, .site-header.sticky-header .search-icon a, .site-header.sticky-header .main-navigation ul li.sub-items>a:before {
        color: #ffffff;
    }
    .main-navigation ul li a {
        font-size: 18px;
        line-height: 28px;
        color: #ffffff;
    }

    .main-navigation ul li.sub-items>a:before {
        color: #ffffff;   
    }

    .main-navigation ul li.sub-items.active>a:before {
        color: #5e8930;   
    }

    .main-navigation ul li ul.sub-menu,
    .main-navigation ul li:hover ul.sub-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        display: block;
        animation: none;
        padding: 0;
        margin-top: 10px;
        transition: 0s;
        display: none;
    }

    .main-navigation ul li ul.sub-menu li {
        text-align: left;
        border: none;
        padding: 0 16px;
        margin-bottom: 0px;
        line-height: 28px !important;
    }

    .main-navigation ul li ul.sub-menu li:first-child {
        padding-left: 16px;
    }

    .main-navigation ul li ul.sub-menu li:last-child {
        margin-bottom: 0;
    }

    .main-navigation ul li ul.sub-menu li a {
        color: #ffffff;
        padding: 0;
        font-size: 15px;
        line-height: 24px;
    }

    .main-navigation ul li.sub-items:hover>a:before, 
    .main-navigation ul li a:hover:before {
        transform: translate(0,-50%) rotate(0deg);
        color: #b68c5a;
    }

    .main-navigation ul li.sub-items.active-sub-menu>a:before {
        transform: translate(0,-50%) rotate(-180deg);
        color: #b68c5a;
    }

    .header-top {
        display: none;
    }
    
    .Social-midea {
        display: none;
    }

    .header-contact {
        display: none;
    }

    .header-btn {
        display: none;
    }

    .toggle-button {
        display: block;
    }

    .h2-title {
        font-size: 45px;
        line-height: 60px;
    }

    .banner-slider-img {
        display: block;
    }

    .banner-slider-bg-img {
        display: none;
    }

    .mob-banner-slider {
        display: block;
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
    }

    .mob-banner-slider img {
        max-width: unset;
        height: 100vh;
    }

    .main-banner {
        width: 100%;
        height: 100vh;
    }

   

    .main-banner .slick-slider {
        height: 100vh;
    }

    .main-banner .slick-list {
        height: 100vh;
    }

    .banner-content {
        padding-top: 300px;
    }

    .main-about-us {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .about-content {
        padding-left: 0;
        margin-top: 50px;
    }

    .counter-box {
        margin-bottom: 50px;
    }

    .main-counter {
        padding-bottom: 50px;
    }

    .main-service {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .portfolio-title {
        text-align: center;
    }

    .portfolio-title .subtitle {
        justify-content: center;
    }

    .portfolio-main-box .slick-dots {
        bottom: -50px;
    }

    .main-portfolio {
        padding-bottom: 130px;
    }

    .main-portfolio-in {
        padding-bottom: 70px;
    }

    .get-quote-content {
        padding-left: 0;
        padding-top: 50px;
    }

    .main-get-quote {
        padding-bottom: 80px;
    }

    .how-work-img {
        position: relative;
        width: 100%;
        height: 600px;
    }

    .how-work-img::before {
        width: 100%;
        height: 200px;
        background: -moz-linear-gradient(180deg, rgba(5,17,54,1) 0%, rgba(5,17,54,0) 100%);
        background: -webkit-linear-gradient(180deg, rgba(5,17,54,1) 0%, rgba(5,17,54,0) 100%);
        background: linear-gradient(180deg, rgba(5,17,54,1) 0%, rgba(5,17,54,0) 100%);
    }

    .how-work-content {
        padding-right: 0;
        padding-top: 80px;
        padding-bottom: 30px;
    }

    .main-team {
        padding-top: 80px;
        padding-bottom: 70px;
    }

    .newsletter-form input {
        width: 100%;
    }

    .newsletter-form {
        float: none;
    }

    .newsletter-title {
        text-align: center;
        margin-bottom: 30px;
    }

    .main-testimonial {
        padding-top: 177px;
        padding-bottom: 130px;
    }

    .main-newsletter {
        margin-bottom: -221px;
    }

    .main-blog {
        padding-top: 76px;
        padding-bottom: 130px;
    }

    .blog-box {
        margin: 0 15px;
    }

    .blog-slider .slick-list {
        overflow: visible;
    }
    
    
    .blog-slider .slick-slide{
        opacity: 0;
        pointer-events: none;
        transition: 0.3s;
    }
    
    .blog-slider .slick-slide.slick-active {
        opacity: 1;
        pointer-events: unset;
        transition: all ease-in-out 0.3s;
    }

    .main-blog .slick-dots {
        bottom: -50px;
    }

    .main-Footer {
        padding-top: 80px;
    }

    .footer-copyright {
        margin-top: 80px;
    }

    .footer-link {
        padding: 0;
        margin-bottom: 30px;
    }

    .footer-logo-content {
        margin-bottom: 38px;
    }

    .copyright-content {
        float: none;
        text-align: center;
    }

    .copyright-links ul {
        justify-content: center;
        float: none;
        margin-top: 15px;
    }

    .banner-in-aliment1 {
        left: -160px;
    }

    .banner-in-aliment2 {
        right: -110px;
    }

    .partner-logo {
        width: 50%;
    }

    .mob-border-rn-no {
        border-right: none;
    }

    .mob-border-rn-yes {
        border-right: solid 1px rgb(225, 225, 225,0.2);
    }

    .mob-border-bn-yes {
        border-bottom: solid 1px rgb(225, 225, 225,0.2);
    }

    .main-partner-logo-in {
        padding-top: 80px;
        padding-bottom: 310px;
    }

    .main-faq1-in {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .faq-content {
        padding-right: 0;
    }

    .main-get-quote-in {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .main-service-in {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .main-skill-in {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .skill-content {
        padding-left: 0;
        margin-top: 50px;
    }
    
    .skill-img2 {
        width: auto;
    }

    .main-service-detail-in {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .service-detail-content {
        padding-left: 0;
        margin-top: 80px;
    }

    .main-team-in {
        padding-top: 80px;
        padding-bottom: 0;
    }

    .main-newsletter.mob-newsletter-pb {
        padding-top: 50px;
    }

    .main-team-detail {
        padding-top: 80px;
        padding-bottom: 77px;
    }

    .main-my-work-in {
        padding-bottom: 130px;
    }

    .team-detail-content {
        padding-left: 0;
        margin-top: 80px;
    }

    .team-date {
        margin-left: 50px;
    }

    .team-service-support {
        margin-left: 50px;
    }

    .main-portfolio-page-in {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .main-portfolio-detail-in {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .main-related-work-in {
        padding-bottom: 130px;
    }

    .portfolio-detail-content {
        padding-left: 0;
        margin-top: 80px;
    }

    .faq1-img-box {
        margin-top: 50px;
    }

    .faq2-img-box {
        margin-bottom: 50px;
    }

    .main-faq2-in {
        padding-bottom: 30px;
    }

    .main-pricing-in {
        padding-top: 80px;
        padding-bottom: 0;
    }

    .pricing-box {
        width: 370px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .main-blog-grid-in .blog-box {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .main-blog-grid-in {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .blog-pagination {
        margin-top: 20px;
    }

    .main-blog-list-in {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .blog-list-main-box {
        padding-right: 0;
        margin-bottom: 80px;
    }

    .blog-detail-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .main-blog-detail-in {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .blog-detain-related-blog {
        margin-top: 80px;
    }

    .blog-detail-comment {
        margin-top: 50px;
    }

    .blog-reply-form {
        margin-top: 40px;
    }

    .blog-list-tag-box .tag-list-box ul li a {
        margin-bottom: 0;
    }

    .main-get-quote-in-page {
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .main-contact-box-in {
        padding-bottom: 50px;
    }

    .contact-box {
        margin-bottom: 30px;
    }

    .main-error-in {
        padding-top: 80px;
        padding-bottom: 80px;
    }

}

@media screen and (max-width: 767px) {

    .h2-title {
        font-size: 40px;
        line-height: 55px;
    }

    .blog-box {
        width: 370px;
        margin-left: auto;
        margin-right: auto;
    }

    .banner-in-aliment1 {
        top: 40%;
        left: -140px;
    }

    .banner-in-aliment2 {
        top: 40%;
        right: -95px;
    }

    .main-banner-in {
        padding-top: 210px;
        padding-bottom: 130px;
    }

    .watch-video-box {
        height: 450px;
    }

    .video-play-icon {
        width: 80px;
        height: 80px;
    }

    .team-date {
        margin-left: 20px;
    }

    .team-service-support {
        margin-left: 20px;
    }

    .main-blog-grid-in .blog-box {
        width: 370px;
        margin-left: auto;
        margin-right: auto;
    }

    .blog-list-tag-box .tag-list-box ul li a {
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 663px) {

    .banner-aliment {
        left: auto;
        right: -400px;
    }

    .banner-in-aliment1 {
        top: 40%;
        width: 30%;
        left: -100px;
    }

    .banner-in-aliment2 {
        top: 40%;
        width: 30%;
        right: -110px;
    }

}

@media screen and (max-width: 575px) {

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .h1-title {
        font-size: 55px;
        line-height: 65px;
    }

    .h2-title {
        font-size: 35px;
        line-height: 50px;
    }

    .banner-aliment {
        display: none;
    }

    .get-quote-form {
        padding: 20px;
      }

    .newsletter-form {
        text-align: center;
    }

    .newsletter-form .sec-btn {
        position: relative;
        margin-top: 20px;
    }

    .main-newsletter {
        margin-bottom: -300px;
    }

    .newsletter-form input {
        padding: 10px 10px 10px 30px;

    }

    .main-testimonial {
        padding-top: 257px;
    }

    .footer-service {
        margin-bottom: 38px;
    }

    .team-box {
        width: 370px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .portfolio-box {
        width: 370px;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block;
    }

    .banner-in-aliment1 {
        display: none;
    }

    .banner-in-aliment2 {
        display: none;
    }

    .skill-img2 {
        width: 40%;
    }

    .team-detail-user-box {
        display: block;
    }

    .team-date {
        margin-left: 50px;
    }

    .team-service-support {
        margin-left: 0;
        margin-top: 25px;
    }

    .main-blog-grid-in .blog-box {
        width: 100%;
    }

}

@media screen and (max-width: 475px) {

    .banner-btn {
        display: block;
    }

    .sec-btn.btn-2 {
        color: #5e8930 !important;
        background-color: #ffffff;
        margin-left: 0;
        margin-top: 30px;
        display: table;
    }

    .banner-content {
        padding-top: 230px;
    }

    .about-img-1::before {
        top: 10px;
        left: 10px;
    }

    .skill-img-box {
        padding-right: 50px;
    }

    .service-detail-img-box {
        display: block;
    }

    .service-detail-img3 {
        margin-left: 0;
        margin-top: 15px;
    }

    .service-detail-img2 {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .portfolio-detail-img-box {
        display: block;
    }

    .portfolio-detail-img3 {
        margin-left: 0;
        margin-top: 30px;
    }

    .portfolio-detail-img2 {
        margin-right: 0;
    }

    .pricing-box {
        width: auto;
        padding: 20px;
    }

    .blog-play-icon {
        width: 80px;
        height: 80px;
    }

    .blog-detail-text-box {
        display: block;
        position: relative;
        z-index: -2;
        padding: 20px;
    }

    .blog-detail-text-box img {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: -1;
        opacity: 0.2;
    }

    .blog-detail-text-box .h3-title {
        width: calc(100%);
    }

    .blog-detail-ts-box {
        display: block;
    }

    .social-media-blog-detail {
        margin-top: 15px;
    }

    .comment-box {
        display: block;
    }

    .comment-client-img {
        margin-right: 0;
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
    }

    .comment-content {
        width: calc(100%);
    }
    .main-banner img{
            object-fit: cover;
    width: 100% !important;
    height: auto !important;
    }
    .add-new-img{
        display:none;
    }

}

@media screen and (max-width: 420px) {

    .h1-title {
        font-size: 50px;
        line-height: 60px;
    }

    .h2-subtitle {
        font-size: 18px;
        line-height: 18px;
    }

    .h2-title {
        font-size: 30px;
        line-height: 45px;
    }

    .banner-content p {
        font-size: 15px;
        line-height: 24px;
    }

    .about-img-2 {
        width: 70%;
    }

    .portfolio-box {
        width: auto;
    }

    .how-work-step-box::before {
        top: 30px;
    }

    .team-box {
        width: auto;
    }

    .blog-box {
        width: auto;
    }

    .newsletter-title .h2-title {
        font-size: 30px;
        line-height: 45px;
    }

    .service-box {
        display: block;
    }

    .service-box-content {
        width: 100%;
    }
    .service-icon {
        margin-bottom: 15px;
      }
      .service-icon {
        width: 60px;
        height: 60px;
      }
    .banner-in-bredcrum ul {
        padding: 8px 24px;
    }
    .service-box {
        padding: 20px !important;
    }
    .add-new-img {
    display: none;
}

.header-bottom {
    
}
    .skill-img2 {
        width: 40%;
        border: solid 5px #ffffff;
    }

    .service-list-sidebar-box ul li a span {
        font-size: 16px;
    }

}

@media screen and (max-width: 395px) {

    .service-brochure-box .sec-btn {
        padding: 18px;
        line-height: 24px;
    }

}

@media screen and (max-width: 387px) {

    .h1-title {
        font-size: 40px;
        line-height: 50px;
    }

    .sec-btn {
        line-height: 35px;
        padding: 13px 30px;
    }

    .how-work-step-box::before {
        height: 370px;
    }

    .get-quote-form {
        padding: 20px;
    }

    .newsletter-bg {
        padding: 30px 20px;
    }

    .blog-author span {
        margin-left: 10px;
    }

}

@media screen and (max-width: 375px) {

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .blog-pagination ul li {
        margin: 0 4px;
    }

    .pagination-arrow {
        margin: 0 8px;
    }

}

@media screen and (max-width: 344px) {

    .h1-title {
        font-size: 35px;
        line-height: 45px;
    }

    .h2-subtitle {
        font-size: 16px;
        line-height: 16px;
    }

    .newsletter-title .h2-title {
        font-size: 25px;
        line-height: 40px;
    }

    .how-work-step-box::before {
        top: 45px;
        height: 463px;
    }

    .copyright-links ul li {
        margin-right: 9px;
    }

}
/*==========Responsive CSS End==========*/




.site-branding a img {
    width: 100%;
  }
  .team-box img {
    padding: 12px 6px 2px;
    height: 200px;
    object-fit: cover;
  }
  .team-box:hover > img{
    transform: none !important;
  }
  
  .main-portfolio .slick-arrow.prev-arrow.color-arrow {
    right: 17%;
    top: -30%;
    left: auto !important;
  }
 .main-portfolio .slick-arrow.next-arrow.color-arrow{
    right:10%;
    top: -30%;
  }
  .slick-arrow.prev-arrow.color-arrow {
    left: -4%;
    top: 50%;
  }
  .slick-arrow.next-arrow.color-arrow{
    right: -4%;
    top: 50%;
  }
  .slick-arrow{
    width: 40px;
    height: 40px;
    border-radius: 1px;
  }
  .about-content h2,.team-title h2{
    position: relative;
  }
  /* .about-content h2::before {
    content: "";
    width: 75px;
    height: 3px;
    background: #051136;
    position: absolute;
    bottom: 22px;
  }

.team-title h2::before {
    content: "";
    width: 75px;
    height: 3px;
    background: #051136;
    position: absolute;
    bottom: 23px;
    left: 0;
    right: 0;
    margin: auto;
} */
.circle_out{
    width: 130px;
    position: absolute;
    left: 121px;
}
.about-title img {
    position: absolute;
    width: 145px;
    right: 140px;
    top: -89px;
}

.main-counter .slick-slide {
    text-align: center;
    border: none !important;
    display: flex;
    justify-content: center;
    padding: 0px 10px;
}
.main-counter .slick-slide img{
    width: 240px;
    height: 120px;
    background-color: #fff;
    object-fit: contain;
    padding: 12px;
    border-radius: 10px !important;

}







  


    .main-counter .team-title h2::before {
  content: "";
  width: 75px;
  background: #FFF  !important;}


  .btn-cls {
    color: #081c5c !important;
    margin-top: 8px;
    display: block;
  }
  .btn-cls i {
    font-size: 20px;
    font-weight: 500 !important;
    position: relative;
    top: 2.8px;
    right: -3px;
  }
  .service-box:hover .btn-cls {
    color: #fff !important;
  }
  .counter-number h2{
    position: relative;
  }
  .counter-number h2::after {
    content: "+";
    position: absolute;
    right: 0px;
  }
  .our-brands-out.main-counter .h2-title{
    color:#051136 !important;
    padding-top: 0px !important;

  }
  .our-brands-out.main-counter::before {
    display: none !important;
  }
  .our-brands-out.main-counter .slick-slide img{
    border:1px solid #051136 !important;
  }

  .counter-number .h2-title {
    font-size: 45px;
    line-height: 55px;
    padding-right: 32px !important;
}
.portfolio-content-box {
    padding: 5px 15px;
    background: #081c5c;
    padding: 10px 12px;
    color: #fff;
}
.portfolio-content {
    padding: 0px;
    margin-top: 0px;
}
.sub-menu li a {
    text-transform: capitalize !important;
    position: relative;
  }
  .sub-menu li {
    float: left !important;
    width: 47%;
  }
  .client-logo {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 15px 30px;
  }
  .ow-client-logo {
    background-color: #fff;
    display: table;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 15px 0px;
  }
  .clients-01 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #d7d7d7 !important;
  }
  #counter .col-lg-4:last-child .counter-box {
    margin-bottom: 0px !important;
  }
/* @media only screen and (max-width: 991px){
    body{
    display: none;
    }
    html:before{
    content: "This Website View Currently Available on Desktops only";
    padding:20%;
    text-align: center;
    font-size: 30px;
    display: block;
    }
    } */
    @media only screen and (max-width: 1200px){
        .get-quote-points ul li i {
            color: #5e8930;
            font-size: 22px;
        }
    }
   
 @media only screen and (max-width: 1200px){
    .sec-btn {
        font-size: 14px;
        line-height: 24px;
        height: 45px;
        padding: 12px 16px !important;
    }
      .main-navigation ul li a {
        font-size: 12px;
      }
      .main-navigation ul li {
        padding-left: 24px !important;
      }
      .main-navigation ul li.sub-items > a::before {
      
        top: 7px !important;
      }
} 

@media only screen and (max-width: 991px){
.main-navigation ul li {
    padding: 0px 40px 10px 40px !important;
}
.main-banner-in {
    padding-top: 150px !important;
    padding-bottom: 80px !important;
  }
  .h1-title {
    font-size: 50px !important;
  }
  .banner-in-bredcrum ul {
    padding: 8px 15px !important;
  }
  .banner-in-bredcrum ul li a, .banner-in-bredcrum ul li {
    font-size: 14px !important;
  }
  .banner-content {
    padding-top: 170px !important;  
  }

.main-about-us {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
  }
  .main-portfolio {
    padding-bottom: 100px !important; 
  }
  .main-get-quote {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .main-testimonial {
    padding-top: 50px !important;
    padding-bottom: 100px;
  }
  .main-counter,.main-Footer{
    padding-top: 50px !important;
  }
  .main-service{
    padding-top: 50px !important;
    padding-bottom: 30px !important;
  }
  .footer-copyright {
    margin-top: 50px;
  }
  .h1-title {
    font-size: 45px !important;
  }
  .main-banner .slick-list {
    height: 200px !important;

}

.sticky-header .header-bottom {
    background-color: white;
    box-shadow: none;
    padding: 8px 0px !important;
  
}
.banner-slider-img {
    height: 200px;
}

.main-banner {
    margin-top: 80px
}
.main-banner {
    height: auto !important;
}
.main-banner .slick-slider {
    height: auto !important;
}
.active-sub-menu .sub-menu{
    display: block !important;
} 
.main-navigation .sub-menu li {
    float: none !important;
    width: 100% !important;
    padding: 0px !important;
      padding-left: 0px;
  }
  .main-navigation ul li ul.sub-menu li a {
    padding: 5px 5px !important;
      padding-left: 5px;
    line-height: 22px;
    padding-left: 30px !important;
    position: relative;
    font-weight: 500 !important;
  }
  .main-navigation ul li ul.sub-menu li a::before {
    content: "\f0da" !important;
    position: absolute!important;
    left: 16px!important;
    font-family: 'FontAwesome';
    transform: none !important;
    top: 6px;
  }
.main-navigation ul li ul.sub-menu {
    height: 160px !important;
  }
  /* .main-navigation ul li ul.sub-menu li a::before{
    display: none !important;
  } */
  .main-navigation ul li a{
    padding-bottom: 0px !important;
  }
  .main-navigation ul li.sub-items > a::before {
    top: 7px;
  }
  body .main-navigation ul li.sub-items.ser-list ul.sub-menu {
    left: 0px !important;
    width: 100% !important;
  }
  .main-navigation ul li {
    padding: 0px 20px 10px 30px !important;
  }
}
@media only screen and (max-width: 767px){
    .blog-detail-img1 > img {
        height: auto;
      }
      .main-blog-detail-in {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
      }
      .h1-title {
        font-size: 38px !important;
        line-height: 45px;
      }
      .main-banner-in {
        padding-top: 120px !important;
        padding-bottom: 60px !important;
      }
      .ftlast-blo{
        margin-top: 30px !important;
      }
}
@media only screen and (max-width: 640px){
    .main-about-us {
        padding-top: 40px !important;
        padding-bottom: 20px !important;
      }
      .main-portfolio {
        padding-bottom: 80px !important; 
      }
      .main-get-quote {
        padding-bottom: 40px;
        padding-top: 40px;
      }
      .main-testimonial {
        padding-top: 40px !important;
        padding-bottom: 90px;
      }
      .main-counter,.main-Footer{
        padding-top: 40px !important;
      }
      .main-service{
        padding-top: 40px !important;
        padding-bottom: 30px !important;
      }
      .footer-copyright {
        margin-top: 40px;
      }
      .slick-arrow.prev-arrow.color-arrow {
        left: -6% !important;
      }
      .slick-arrow.next-arrow.color-arrow {
        right: -6% !important;
      }
      .banner-content {
        padding-top: 130px !important;
      }
      .counter-number .h2-title {
        font-size: 40px;
        line-height: 50px;
    }
    .counter-number h2::after {
        font-size: 30px;
      }
      .footer-logo-content img {
        width: 250px;
    }
    /* #mySidenav-social{
        display: none !important;
    } */
    .sidenav-social a i {
        
        width: 30px!important;
        height: 32px!important;
        line-height: 32px!important;
        margin-bottom: 6px;
        font-size: 15px;
        padding-right: 0px !important;
      }
      .scroll-top {
        width: 40px !important;
        height: 40px !important;
        font-size: 20px !important;
        bottom : 105px !important
    }
    .book_online_test {
        padding: 10px 15px !important;
        width: 200px !important;
        top: 375px !important;
    }
}

    @media only screen and (max-width: 575px){
        .slick-arrow.prev-arrow.color-arrow {
            left: 22px !important;
          }
          .slick-arrow.next-arrow.color-arrow {
            right: 22px !important;
          }
          .about-content h2, .team-title h2{
            padding-bottom: 0px !important;
          }

    }

    @media only screen and (max-width: 480px){
    .h1-title {
        font-size: 35px !important;
      }
      .slick-arrow.prev-arrow.color-arrow {
        left: 10px !important;
      }
      .slick-arrow.prev-arrow.color-arrow {
        right: 10px !important;
      }
      .main-banner-in {
        padding-top: 110px !important;
        padding-bottom: 50px !important;
      }
      .counter-box {
        padding-left: 63px !important;
      }
        .counter-box {
            justify-content: left;
      }
    }

    @media only screen and (max-width: 420px){
    
     
          .slick-arrow.next-arrow.color-arrow {
            right: 10px !important;
          }

        }
    
    .categorie_list {
        padding-top: 20px;
    }

    .blog-category-box{
        margin-bottom: 30px;
    }

    .blog-category-box form{
        margin-top: 30px;
    }
    .blog-category-box form .form-input {
        height: 48px;
        padding: 12px 18px;
      }
      .blog-category-box form textarea{
        height: 80px !important;
      }

      .blog-detail-content ul li {
        line-height: 25px;
        padding-bottom: 6px;
      }

      .categorie_list {
        padding-top: 20px;
        border-top: 1px solid #ddd;
      }

      .active-li span,      .active-li i {
        color: #051136 !important;
      }

      
      .row.ser-01 .col-md-6 h3 {
        font-size: 23px !important;
      }
      .row.ser-01 .col-md-6 p {
        font-size: 16px !important;
        line-height: 28px;
      }
      .row.ser-01 {
        align-items: center;
      }

    .sidenav-social {
        position: fixed;
        top: 210px;
        z-index: 999;
        display: none;
        right: 0px;
    }
    .sidenav-social a:hover {
        width: 160px;
        left: 0px;
      }
      /* .sidenav-social a {
        position: absolute;
        right: -133px;
        transition: 0.3s;
        padding: 14px;
        text-decoration: none;
        font-size: 15px;
        width: 170px;
        color: white;
        border-radius: 0 50px 50px 0;
        text-align: right;
      } */
      .sidenav-social a i {
        background: #000;
        width: 37px;
        height: 37px;
        text-align: center;
        line-height: 37px;
        margin-bottom: 8px;
        font-size: 17px;
        color: #fff !important;
        border-radius: 8px 0px 0px 8px !important;
        padding-right: 2px;
      }
      .sidenav-social a .fa-facebook-f{
        background: #4267B2 !important;
      }
      .sidenav-social a .fa-twitter{
        background: #1D9BF0;
      }
      .sidenav-social a .fa-instagram{
        background: #E1306C;
      }
      .sidenav-social a .fa-linkedin{
        background: #1D9BF0;
      }
      .sidenav-social a .fa-envelope{
        background: #FF0000;
      }   
      .sidenav-social a .fa-phone{
        background: #1D9BF0;
      }
      .sidenav-social a .fa-whatsapp{
        background: #25D366;
      }
      .Social-midea a:hover{
        color: #fff;
      }
      

      .main-navigation ul li ul.sub-menu li:nth-child(11) {
        border-bottom: 0;
      }
      #get-a-quote {
        padding-bottom: 12px;
      }
      .blog-category-box.scrol-rel-box ul {
        height: 185px;
        overflow: scroll;
        padding-bottom: 50px;
      }
      .main-blog-detail-in .row .col-lg-5 {
        padding-right: 20px;
      }
      .single-product-slide .slick-arrow.next-arrow.color-arrow i {
		font-size: 20px;
		color: #fff !important;
		transition: 0.3s;
		margin-top: 7px;
		z-index: 999999999999999;
		position: absolute;
		left: -30px;
		bottom: 0px !important;
		background: #010f2e;
		padding: 10px;
	  }
      .single-product-slide .slick-arrow.prev-arrow.color-arrow i {
		font-size: 20px;
		color: #fff !important;
		transition: 0.3s;
		margin-top: 7px;
		z-index: 999999999999999;
		position: absolute;
		right: -30px;
		bottom: 0px !important;
		background: #010f2e;
		padding: 10px;
	  }

      .main-navigation ul li.sub-items.ser-list ul.sub-menu {
        left: -50px !important;
        width: 275px !important;
      }
      .main-navigation ul li.sub-items.ser-list ul.sub-menu li{
        width: 100% !important;
      }

/* body .sub-items.ser-list .sub-menu li a::before{
    display: none !important;
} */
body .sub-items.ser-list .sub-menu li a i{
    font-size: 20px !important;
    position: absolute;
    left: 0px;
    display: none !important;
}
/* body .sub-items.ser-list .sub-menu li a{
    padding-left: 30px !important;
}   
body .sub-items.ser-list .sub-menu li:nth-child(1) a i {
    font-size: 17px !important;
    top: 8px;
    left: 8px;
  }
  body .sub-items.ser-list .sub-menu li:nth-child(2) a i {
    font-size: 18px !important;
    top: 9px;
    left: 7px;
  }
  body .sub-items.ser-list .sub-menu li:nth-child(3) a i {
    font-size: 14px !important;
    left: 9px;
    top: 11px;
  }
  body .sub-items.ser-list .sub-menu li:nth-child(4) a i {
    font-size: 16px !important;
    left: 8px;
    top: 9px;
  } */

  .service-icon img {
    width: 52px;
    height: 46px;
  }


  .book_online_test {
    position: fixed;padding: 18px 22px; z-index: 9999; left: -250px; width: 250px; top: 400px; display: none;
    background: #fff !important;
    border-radius: 3px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.07);
  }
  
  .book_online_test .close_btn {
    position: absolute;
    right: 25px;
    top: 10px;
    color: red;
  }
  
  /* .book_online_test_btn {
    position: fixed;
    z-index: 999;
    bottom: 0px;
    right: 15px;
  } */
  /* .book_online_test_btn a{  
    display: block;
    background-color:#edd925;
    padding: 10px 25px;
    color: #000;
    border-radius: 10px 10px 0px 0px;
    padding-left: 43px;
    font-weight: 600;
    text-transform: uppercase;
    } */
    /* .book_online_test_btn a i{  
      font-size: 23px;
      position: absolute;
      left: 10px;
    }
  
    .book_online_test_btn a:hover{ 
      background-color: #144783;
      color: #fff;
    }
      .book_online_test_btn a:hover i{ 
        color: #fff;
      } */


      .promo-box h4 {
        font-size: 18px;
      }
      .promo-box h4 a{
        color: #5e8930 !important;
        position: relative;
      }
      .promo-box p {
        margin-bottom: 0;
        font-size: 16px;
        margin-bottom: 5px;
        color: #051136;
      }


      .book_online_test::before {
        content: "\ec8a";
        font-family: IcoFont !important;
        position: absolute;
        right: 27px;
        bottom: 9px;
        font-size: 81px;
        line-height: 1;
        color: rgba(40,59,106,.05);
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
        z-index: 0;
      }


.blog-detail-content h3.h3-title{
            color: #051136 !important;
      }

      .certificate-out img{
        border-radius: 10px 10px;
        box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
      }

      .certificate-out.pt-50 {
        padding: 50px 0;
    }
    .top-mail-icon img {
    width: 15px;
}
    

.top-call-icon img {
    width: 15px;
}


.site-header.sticky-header img {
    width: 150px;
}
.sticky-header .add-new-img {
    width: 83px !important;
}

.service-box p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}


.desktop-menu ul li a {
    color: #000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500
}

.desktop-menu ul .active{
    
    
    color: blue

}

.desktop-menu ul .active a {
    color: #10377a;
}

.footer-work-hr-content span i {
    width: 30px;
    height: 30px;
    background-color: #ffb300;
    color: #ffffff;
    font-size: 16px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    padding : 6px 8px
}

.jss1919 {
    top: 0;
    right: 0;
    width: 55%;
    height: 720px;
    position: absolute;
}


.jss1921 {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(30deg, #673AB7 50%, #00BCD4 140%);
}

.jss1925 {
    top: 40px;
    left: -1px;
    width: 102%;
    height: 100%;
    position: absolute;
    transform: none;
    background: url(data:image/png;base64,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) no-repeat 0 0;
    background-size: 100% 720px;
}


.jss1926 {
    top: 10px;
    left: -20px;
    width: 100%;
    height: 100%;
    opacity: 0.56;
    position: absolute;
    transform: none;
    background: url(/_next/static/images/deco-line-light-8757570….png) no-repeat 0 0;
    background-size: 100% 700px;
}



.toggle-menu {
    float: right;
    position: relative;
    top: -100px;
    right: -12px;
}

.sidenav ul {
    
    padding-left: 0px
}

.sidenav ul li  {
    
    list-style: none;
    border-bottom: 1px solid #3a3a3a
}
.sidenav ul li a {
    padding-left: 20px !important;
}

ul.broucher-lsit {
    
    padding-left :0px
}

ul.broucher-lsit li a {
    color: #11387f;
    font-size: 18px;
    font-weight: 500;
}

ul.broucher-lsit li {
    list-style: none;
}

table {

  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.prodcut-part-data a {
    color : #000
}
.products_section img{
    height:192px;
    
}
.products_section a{
    color:#000;
}