
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 26px;
    color: #005F73;
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
}


/* comman */

html {
    scroll-behavior: smooth;
    margin: 0!important;
    font-size: 62.5%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/*Comman Css Start*/

ol,
ul {
    margin: 0;
    padding: 0;
}


/* List UL */
ul{
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
ul li{
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 10px 0;
}
ul li:last-child{
    margin-bottom: 0;
}
ul li::before{
    content: "";
    width: 13px;
    height: 13px;
    background-color: #F47D20;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 6px;
}


/* List OL */
ol{
    list-style: none;
    counter-reset: item;
    margin-bottom: 30px;
}
ol li{
    position: relative;
    counter-increment: item;
    padding: 0 0 0 33px;
    margin-bottom: 10px;
}
ol li::before {
  content: counter(item)"";
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  width: 21px;
  height: 21px;
  border-radius: 3px;
  background-color: #F47D20;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


img {
    display: block;
}

a {
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
    letter-spacing: 0.5px;
}
h1,
h2,
h3,
h4{
    font-family: "Montserrat", sans-serif;
}
h1{
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #005F73;
}
h2{
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #005F73;
    text-transform: uppercase;
}
h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #F47D20;
}
h4{
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
h5{
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
h6{
    font-size: 13px;
    line-height: 32px;
    color: #E5E5E5;
    letter-spacing: 1px;
}
p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

figure {
    margin: 0!important;
}

img {
    max-width: 100%;
    height: auto;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.container,
.container-fluid {
    padding: 0 15px;
}
.offcanvas {
    z-index: 1111;
    overflow-y: visaible;
}
.offcanvas::-webkit-scrollbar {
    display: none;
}
.offcanvas {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


/* Comman Css End*/



/* Navigation */
.top-closebar,
.last-menu-button{
    display: none;
}



.header {
    z-index: 1111;
    position: relative;
    top: 0;
    width: 100%;
    background-color: #fff;
    transition: all 0.5s ease;
}

.home .header{
    background: none;
    position: absolute;
    top: 0;
    width: 100%;
}
.home .header .navbar{
    background: none;
}

.header.fixed{
  position: sticky!important;
  top: 0;
  left: 0;
  z-index: 11111!important;
  animation: slideDown 0.5s ease-out;
}
.header.fixed .navbar{ 
    background: linear-gradient(90deg,rgba(0, 95, 115, 1) 0%, rgba(111, 151, 161, 1) 15%, rgba(1, 96, 115, 1) 100%);
    min-height: 80px;
}
.header.fixed .navbar-brand img {
    width: 100%;
    max-width: 70px;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.navbar-toggler {
    padding: 0;
    z-index: 1;
    position: relative;
    border: none;
    margin: 0 ;
}
.navbar-toggler-icon {
    width: auto;
    height: auto;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler .toggler-icon {
    position: relative;
}
.toggler-icon .hamburger {
}
.toggler-icon.active .hamburger {
    opacity: 0;
}
.toggler-icon .close {
    position: absolute;
    top: 0;
    opacity: 0;
}
.toggler-icon.active .close {
    opacity: 1;
}
.navbar .modal-backdrop.show {
    opacity: 0;
}
.navbar .offcanvas {
    background: none;
    border: none;
    padding-right: 0;
}

.navbar .offcanvas .menu-close {
    padding: 0;
    border: none;
    background: none;
    margin-top: 3px;
    margin-right: 25px;
    opacity: 0;
}
.navbar .offcanvas .top-closebar .navbar-brand {
    opacity: 0;
}


.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 2px;
    margin: 5px 0;
    border-radius: 100px;
    transition: 0.4s;
    background-color: #fff;
    display: none;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 6px);
  transform: rotate(-45deg) translate(-4px, 6px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -6px);
  transform: rotate(45deg) translate(-4px, -6px);
}

.navbar {
    min-height: 130px;
    padding: 0px 0;
    width: 100%;
    margin: 0;
    transition: all 0.5s ease;
    position: relative;
    background: linear-gradient(90deg,rgba(0, 95, 115, 1) 0%, rgba(111, 151, 161, 1) 15%, rgba(1, 96, 115, 1) 100%);
}

.navbar-brand {
    margin: 0 0 0 0;
    padding: 0 0px 0 0;
}
.navbar-brand img{
    width: 100%;
    max-width: 112px;
}
.navbar-expand-lg .navbar-nav {
    margin: 0 0 0 auto;
    padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0 31px 0 0;
    padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-item::before{
    display: none;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    font-family: "Montserrat", sans-serif;
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link::before{
    content: "";
    width: 2px;
    height: 15px;
    background-color: #7FAEB8;
    position: absolute;
    top: 3px;
    right: -14px;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link::before{
    display: none;
}
.navbar-expand-lg .navbar-nav li.active .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #F47D20;
}


.navbar ul.dropdown-menu {
    list-style: none;
    margin: 10px 0 0 -13px;
    padding: 21px 0px 25px 18px;
    border: none;
    border-radius: 5px;
    background-color: #005F73;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.navbar ul.dropdown-menu::before{
    content: "";
    background-image: url('../images/menu-top-arrow.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 27px;
    height: 13px;
    position: absolute;
    top: -10px;
    left: 9px;
}
ul.dropdown-menu li {
    padding: 0;
    margin: 0 0 9px 0;
    padding-right: 18px;
}
ul.dropdown-menu li:last-child{
    margin-bottom: 0;
}
ul.dropdown-menu li a{
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;   
    padding: 0 0 0 0;
    color: #fff;
    letter-spacing: 0.25px;
    background-color: transparent!important;
}
ul.dropdown-menu li a:hover{
    color: #B2CFD5;
}
ul.dropdown-menu li::before{
    display: none;
}
.dropdown-toggle::after {
    display: none;
}

.dropdown-submenu {
  position: relative;
}
.navbar ul.dropdown-menu .dropdown-submenu .dropdown-menu {
    top: 0;
    left: calc(100% - 18px);
    margin: -14px 0 0 15px;
    display: none;
    background-color: #4C8F9D;
    border-radius: 5px;
}
.navbar ul.dropdown-menu .dropdown-submenu .dropdown-menu::before{
    background-image: url('../images/menu-sub-arrow.png');
    background-position: left;
    width: 13px;
    height: 27px;
    position: absolute;
    top: 10px;
    left: -10px;
}
.navbar ul.dropdown-menu .dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.navbar ul.dropdown-menu .dropdown-submenu .dropdown-menu li a:hover{
    color: #014655;
}

/* Common submenu base */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
}

/* First-level dropdown visible */
.nav-item.dropdown.show > .dropdown-menu,
.dropdown-submenu.show > .dropdown-menu {
  display: block;
}

/* Second-level submenu */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
}

/* Apply to all menu links */
.navbar-nav .nav-link,
.navbar-nav .dropdown-item,
.navbar-nav .dropdown-toggle {
  display: block;
  width: 100%;
  text-decoration: none;
}


/*Common Part*/
body .btn.btn-primary{
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 11px 20px;
    border: none;
    border: 1px solid #F47D20;
    background-color: #F47D20;
    border-radius: 3px;
    transition: all 0.5s ease;
    font-family: "Montserrat", sans-serif;
    box-shadow: 10px 10px 20px rgba(1, 51, 62, 0.3);
    min-width: 110px;
}
body .btn.btn-primary:hover,
body .btn.btn-primary:focus{
    background-color: #005F73;
    color: #FFFFFF;
    border: 1px solid #005F73;
}
body .btn.btn-white{
    border: 1px solid #fff;
    background-color: #fff;
    color: #005F73;
}
body .btn.btn-primary.btn-white:hover,
body .btn.btn-primary.btn-white:focus{
    border: 1px solid #F47D20;
    background-color: #F47D20;
    color: #FFFFFF;
}

body .btn.btn-primary.btn-secondary{
    border: 1px solid #005F73;
    background-color: #005F73;
    color: #FFFFFF;
}
body .btn.btn-primary.btn-secondary:hover,
body .btn.btn-primary.btn-secondary:focus{
    border: 1px solid #F47D20;
    background-color: #F47D20;
    color: #FFFFFF;
}


.header-button .btn-white{
    margin-right: 15px;
}
.header-button .btn.btn-primary:hover{
    border: 1px solid #fff;
    background-color: #fff;
    color: #005F73;
}

.header-button .btn.btn-white:hover{
    border: 1px solid #F47D20;
    background-color: #F47D20;
    color: #FFFFFF;
}







/* SPace Classes */
.padding-top-0{
    padding-top: 0;
}
.padding-bottom-0{
    padding-bottom: 0;
}

.padding-top-30{
    padding-top: 30px;
}
.padding-bottom-30{
    padding-bottom: 30px;
}

.padding-top-60{
    padding-top: 60px;
}
.padding-bottom-60{
    padding-bottom: 60px;
}

.padding-top-120{
    padding-top: 120px;
}
.padding-bottom-120{
    padding-bottom: 120px;
}


.gx-30 {
    --bs-gutter-x: 30px;
}
.gx-56{
    --bs-gutter-x: 56px;
}
.gy-30{
    --bs-gutter-y: 30px;
}




/*============ Home ============ */


/* Hero Banner */
.hero-banner{
    /* background-image: url('../images/hero-banner.jpg'); */
    background-image: var(--desktop-bg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-banner-parent{
    min-height: 670px;
    display: flex;
    align-items: center;
    padding: 70px 0 50px 0;
}
.hero-banner-text{
    max-width: 580px;
    width: 100%;
}
.hero-banner-text ul{
    margin-bottom: 0;
}
.hero-banner-text ul li{
    color: #fff;
}
.hero-banner-text img{
    margin-bottom: 16px;
}
.hero-banner-text p{
    color: #FFFFFF;
    font-size: 18px;
    line-height: 34px;
    margin: 0 0 22px 0;
}
.hero-banner-text h3{
    color: #F47D20;
    margin: 0 0 12px 0;
}







/* How Smart Works Section */
/* .how-smart-works-text{
    max-width: 510px;
    width: 100%;
} */
.how-smart-works-text h1{
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 6px 0;
}
.how-smart-works-text h3{
    margin: 0 0 19px 0;
}
.how-smart-works-video iframe{
    width: 100%;
    display: table;
    margin: 0 0 0 auto;
    height: 323px;
    border-radius: 10px;
    box-shadow: -10px 10px 20px rgba(1, 51, 62, 0.2);
}




/* Application Section */

.application-title{
    text-align: center;
    margin: 0 0 28px 0;
}
.application-title h2{
    margin: 0 0 6px 0;
}
.application-block{
    padding: 40px 33px 30px 55px;
    background-color: #005F73;
    min-height: 344px;
    border-radius: 30px;
    max-width: 912px;
    width: 100%;
    margin: 0 auto;
    box-shadow: -10px 10px 20px rgba(1, 51, 62, 0.2);
}
.application-block h3{
    color: #fff;
    margin-bottom: 23px;
}
.application-block ul li{
    color: #fff;
    font-weight: 600;
}



/* Image Block Section */

.image-block-parent{
    max-width: 1156px;
    width: 100%;
    margin: 0 auto;
}
.image-block img{
    width: 100%;
    border-radius: 20px;
    height: 363px;
    object-fit: cover;
    box-shadow: -10px 10px 20px rgba(1, 51, 62, 0.2);
}
.image-block-wrap{
    padding: 0 5px 0 10px;
}
.image-block-text h2{
    margin: 0 0 11px 0;
}
.image-block-text h3{
    margin: 0 0 19px 0;
}
.image-block-text p{
    margin: 0 0 20px 0;
}
.image-block-text p:last-child{
    margin-bottom: 26px;
}
.image-block-text .btn-primary{
    margin: 0 0 0 auto;
    display: table;
}



/* Newsletter Section */
.newsletter-wrap{
    padding: 0 14px 0 0;
}
.newsletter-text h2{
    margin-bottom: 6px;
}
.newsletter-text h3{
    margin-bottom: 20px;
}
.newsletter-text p{
    margin-bottom: 36px;
}
.newsletter-form{
    border-radius: 20px;
    box-shadow: -10px 10px 20px rgba(1, 51, 62, 0.2);
    background-color: #F47D20;
    padding: 39px 30px;
    position: relative;
}
.newsletter-form p{
    display: flex;
    align-items: flex-start;
    margin: 0!important;
}
.newsletter-form .wpcf7-spinner{
    position: absolute;
    bottom: 0;
}
.newsletter-form .wpcf7-not-valid-tip{
    color: #fff;
    font-size: 15px;
    text-align: left;
    margin-top:4px;
}
.newsletter-form .wpcf7-response-output{
    margin: 15px 0 0 0!important;
    color: #fff;
    font-size: 14px;
    line-height: normal!important;
}
.form-control{
    width: 100%;
    height: 48px;
    background-color: #fff;
    padding-left: 21px;
    
    letter-spacing: 0.5px;
    border: none;
    color: #999999;
    font-size: 16px;
    border-radius: 10px;
    opacity: 1;
}
.form-control::placeholder{
    color: #999999;
    opacity: 1;
    text-transform: uppercase;
}

.newsletter-form .btn.submit-btn{
    min-width: 84px;
    height: 48px;
    margin: 0 0 0 11px;
    border-radius: 10px;
    background-color: #005F73;
    border-color: #005F73;
}
.newsletter-form .btn.submit-btn:hover{
    border-color: #fff;
    background-color: #fff;
    color: #005F73;
}

.newsletter-image img{
    border-radius: 20px;
    box-shadow: -10px 10px 20px rgba(1, 51, 62, 0.2);
    width: 100%;
}




/* Case Studies Section */
.case-studies-section{
    background-color: #005F73;
}
.case-studies-parent h2{
    margin: 0 0 20px 0;
    text-align: center;
    color: #fff;
}
.case-studies-wrapper{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.case-studies-slider {
    overflow-y: visible;
}
.case-studies-arrow{
    background-color: #E5E5E5;
    border-radius: 0 30px 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 26px;
    width: 106px;
    height: 390px;
    box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.3);
}
.case-studies-button-prev,
.case-studies-button-next{
    cursor: pointer;
}
.case-studies-button-prev img,
.case-studies-button-next img{
    width: 22px;
}

.case-studies-slider-wrap{
    width: calc(100% - 106px);
    padding: 0 0 0 32px;
}
.case-studies-block{
    background-color: #fff;
    padding: 55px 15px 30px 15px;
    border-radius: 10px;
    min-height: 348px;
    text-align: center;
    transition: all 0.5s ease;
    margin: 21px 0;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.3);
}
.case-studies-block:hover{
    background-color: #E5E5E5;
}
.case-studies-block h5{
    margin: 0 0 32px 0;
    text-transform: uppercase;
    color: #005F73;
}
.case-studies-block img{
    width: 120px;
    margin: 0 auto;
}



.footer{
    background-color: #005F73;
    padding: 75px 0 34px 0;
}
.foot-links-block{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 52px;
}
.foot-logo{
    width: auto;
}
.foot-logo img{
    width: 90px;
}
.foot-links{
    width: 127px;
}
.foot-links ul{
    margin: 0;
}
.foot-links ul li{
    margin: 0 0 10px 0;
    padding: 0;
}
.foot-links ul li a{
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.5px;
}
.foot-links ul li::before{
    display: none;
}

.foot-social-button{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 20px;
    margin: 0 0 25px 0;
}
.foot-social-button .btn.btn-primary:hover{
    border: 1px solid #fff;
    background-color: #fff;
    color: #005F73;
}

.foot-social-button .btn.btn-white:hover{
    border: 1px solid #F47D20;
    background-color: #F47D20;
    color: #FFFFFF;
}

.foot-social-block ul{
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 49px;
}
.foot-social-block ul li{
    margin: 0 0 0 0;
    padding: 0;
}
.foot-social-block ul li::before{
    display: none;
}
.foot-social-block ul li a{
    display: block;
    padding: 0;
}
.foot-social-block ul li a img{
    height: 26px;
    object-fit: contain;
}

.copyright-text{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin: 40px 0 0 0;
}
.copyright-text p{
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.7);
}
.copyright-text p a{
    color: rgba(255, 255, 255, 0.7);
}
.copyright-text p span{
    margin: 0 10px;
}

.foot-parent{
    position: relative;
}
.back-to-top{
    position: absolute;
    bottom: -33px;
    right: 0;
    background: transparent;
    border: none;
}




/*===================== About Us Page =====================*/

/* About Us Section */

.title{
    margin: 0 0 73px 0;
}
.title h1{
    margin: 0 0 27px 0;
}
.title p{
    font-size: 18px;
    line-height: 34px;
    margin: 0 000;
    color: #005F73;
}

.aboutus-text h2{
    margin: 0 0 6px 0;
}
.aboutus-text h4{
    margin: 0 0 20px 0;
    color: #F47D20;
}
.aboutus-text h3{
    margin: 0 0 20px 0;
}
.aboutus-text p{
    margin: 0 0 20px 0;
}
.aboutus-image img{
    width: 100%;
    /* max-width: 364px; */
    border-radius: 30px;
    margin: 0 0 0 auto;
    box-shadow: -10px 10px 20px rgba(1, 51, 62, 0.2);
}



/* Our Mission Section */
.our-mission-section{
    background-color: #FDE6D4;   
}
.our-mission-block{
    max-width: 886px;
    width: 100%;
    margin: 0 auto;
    padding: 44px 67px 49px 54px;
    background-color: #005F73;
    border-radius: 30px;
    box-shadow: -10px 10px 20px rgba(1, 51, 62, 0.2);
    position: relative;
}
.mission-icon{
    position: absolute;
    top: -11px;
    right: -28px;
    pointer-events: none;
}
.our-mission-block h2{
    color: #fff;
    margin: 0 0 7px 0;
}
.our-mission-block h3{
    margin: 0 0 24px 0;
}
.our-mission-block p{
    color: #fff;
    margin: 0 0 24px 0;
}
.our-mission-block p:last-child{
    margin: 0 0;
}

.our-mission-text p{
    font-size: 20px;
    line-height: 30px;
    color: #005F73;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    max-width: 766px;
    width: 100%;
    margin: 0 auto;
    margin-top: 67px;
}





/*===================== Contact Us Page =====================*/

/* Contact Us Section */
.contact-section .title{
    margin-bottom: 70px;
}
.contact-form-block h2{
    margin: 0 0 21px 0;
}
.form-group{
    margin: 0 0 20px 0;
}
.form-group .form-control{
    padding-left: 17px;
    border-radius: 10px;
    box-shadow: -10px 10px 20px rgba(1, 51, 62, 0.2);
}
.form-group .textarea{
    padding-top: 15px;
    height: 231px;
}
.btn-send{
    margin-top: 21px;
}
.contact-links-block{
    padding: 66px 30px 50px 56px;
    border-radius: 30px;
    background-color: #E5E5E5;
    min-height: 418px;
    box-shadow: -10px 10px 20px rgba(1, 51, 62, 0.2);
}
.contact-links-block h6{
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    color: #005F73;
    letter-spacing: 0.5px;
}
.contact-links-block ul{
    margin: 0;
}
.contact-links-block ul li{
    margin: 0 0 20px 0;
    padding: 0;
}
.contact-links-block ul li::before{
    display: none;
}
.contact-links-block ul li a{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #005F73;
}




/* Case Studies Page Section */

.casestudies-text h2{
    margin: 0 0 6px 0;
}
.casestudies-text h3{
    margin: 0 0 20px 0;
}
.casestudies-text p{
    margin: 0 0 33px 0;
}
.casestudies-image-wrap{
    padding: 0 0 0 7px;
}
.casestudies-image{
    width: 100%;
    min-height: 315px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #005F73;
    border-radius: 20px;
    box-shadow: -10px 10px 20px rgba(1, 51, 62, 0.2);
}
.casestudies-image img{
    width: 192px;
    border-radius: 10px;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.3);
}
.pagination-block{
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 43px 0;
}
.pagination-block ul{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.pagination-block ul li{
    padding: 0;
    margin: 0 18px;
}
.pagination-block ul li::before{
    display: none;
}
.pagination-block ul li img{
    width: 20px;
}
.pagination-block ul li a,.pagination-block .page-numbers,.pagination-block span{
    font-size: 22px;
    line-height: 25px;
    color: #005F73;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
.pagination-block ul li.active a,
.pagination-block ul li.active .page-numbers,
.pagination-block ul li.active span{
    color: #F47D20;
}




/*===================== BLog Page =====================*/
.form-row{
    display: flex;
    flex-wrap: wrap;
}
.form-row .form-group{
    margin: 0;
    width: calc(100% - 84px);
    padding: 0 11px 0 0;
}
.form-row .form-group .form-control{
    width: 100%;
    border-radius: 10px;
    background-color: #005F73!important;
    color: #B2CFD5;
    margin: 0 0 15px 0;
}
.form-row .form-group .form-control::placeholder{
    color: #B2CFD5;
}
body .form-row .go-btn{
    min-width: 84px;
    height: 48px;
    background-color: #005F73;
    color: #fff;
    border-radius: 10px;
    border-color: #005F73;
}
body .form-row .go-btn:hover,
body .form-row .go-btn:focus{
    background-color: #F47D20;
    border-color: #F47D20;
}
.search-form,.select-form{
    background-image: url('../images/magnifying-glass.svg');
    background-position: calc(100% - 14px) center;
    background-repeat: no-repeat;
    background-size: 24px;
}
.select-form{
    background-image: url('../images/arrow-down-left.svg');
    background-size: 15px;
    text-transform: uppercase;
}


.blog-image img{
    border-radius: 20px;
    box-shadow: -10px 10px 20px rgba(1, 51, 62, 0.2);
    width: 100%;
   
}

.blog-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 100%;
    padding: 0 0 20px 0;
}
.blog-text h2{
    margin: 0 0 6px 0;
}
.blog-text h3{
    margin: 0 0 20px 0;
}
.blog-text p{
    margin: 0 0 20px 0;
}





/*===================== Blog Detail Page =====================*/

/* Blog Detail Section */
.blog-detail-section .title{
    margin-bottom: 100px;
}
.blog-detail-image img{
    border-radius: 20px;
    width: 100%;
    box-shadow: -10px 10px 20px rgba(1, 51, 62, 0.2);
    /* width: 100%;
    max-width: 566px; */
}
.blog-detail-text h2{
    margin: 0 0 13px 0;
}
.blog-detail-text h3{
    margin: 0 0 25px 0;
}
.text-block{
    padding: 0 0 20px 0;
}
.text-block p{
    margin: 0 0 40px 0;
}
.text-block h6{
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0;
    color: #005F73;
    font-weight: 600;
}

.blog-meta{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 62px 0 22px 0;
}
.blog-meta h6,.blog-meta h4{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #4C8F9D;
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
}
.blog-meta h4{
    color: #B2CFD5;
}
.blog-meta a:hover {
    color: rgba(0, 95, 115, 0.6);
    font-weight: bold;
}
.single-post .title-section h3, .single-case_study .title-section h3 {
    margin: 0 0 27px 0;
}
.button-block{
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 43px 0;
}
.button-block .row{
    align-items: center;
}
.prev-btn ,
.next-btn ,
.home-btn{
    font-size: 22px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #005F73;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: center;
}
.prev-btn:hover,
.next-btn:hover ,
.home-btn:hover{
    color: #005F73;
    opacity: 0.7;
}
.prev-btn img,
.next-btn img{
    width: 20px;
    margin: 0 32px 0 0;
}
.next-btn img{
    margin: 0 0 0 32px;
}
.home-btn{
    color: #F47D20;
    margin: 0 auto;
    text-align: center;
    display: table;
}
.next-btn{
    margin: 0 0 0 auto;
    display: flex;
    justify-content: flex-end;
}


/*===================== Case Studies Detail Page =====================*/

/* Case Studies Detail Section */
.case-studies-detail-content{
    padding: 0 7px 0 0;
}
.case-studies-detail-text h2{
    margin: 0 0 13px 0;
}
.case-studies-detail-text h3{
    margin: 0 0 7px 0;
}
.case-studies-detail-text p{
    margin: 0 0 28px 0;
}
.case-studies-detail-text p strong{
    font-weight: 600;
}

.single-case_study .aboutus-text h6{
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0;
    color: #005F73;
}
.case-studies-detail-text h4,
.single-case_study .aboutus-text h4{
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0;
    color: #005F73;
    margin: 0;
    font-family: "Open Sans", sans-serif;
}
/* .case-studies-detail-text img{
    border-radius: 20px;
    box-shadow: -10px 10px 20px rgba(1, 51, 62, 0.2);
    margin-bottom: 84px;
} */
.case-studies-detail-img-1,
.case-studies-detail-img-2{
    margin: 0 0 0 auto;
    border-radius: 20px;
    box-shadow: -10px 10px 20px rgba(1, 51, 62, 0.2);
}
.case-studies-detail-img-1{
    margin-bottom: 360px;
}
.case-studies-detail-img-2{
    margin-bottom: 27px;
}

.button-left{
    margin: 0!important;
}

body .aboutus-text .case-studies-detail-icon{
    box-shadow: none;
    width: auto;
    max-width: inherit;
    margin: 0!important;
    border-radius: 0;
}
.single-case_study .aboutus-text h2{
    margin-bottom: 13px;
}
.aboutus-text ul,
.aboutus-text ol{
    margin-bottom: 30px;
}
.single-case_study .aboutus-text ul,.single-case_study .aboutus-text ol{
    margin-bottom: 51px;
}
.aboutus-wrap .aboutus-image img{
    max-width: 100%;
}
.single-case_study .aboutus-wrap .aboutus-image img{
    margin-bottom: 84px;
}


body iframe{
    width: 100%;
    border-radius: 20px;
    box-shadow: -10px 10px 20px rgba(1, 51, 62, 0.2);
}
body .wp-video,body video{
    width: 100%!important;
    height: auto;
    border-radius: 20px;
    box-shadow: -10px 10px 20px rgba(1, 51, 62, 0.2);
}
.mejs-container.mejs-video{
    background-color: transparent;
}
.mejs-controls{
    border-radius: 0 0 20px 20px;
}


.error-content{
    text-align: center;
}
.error-content img{
    width: 80%;
    margin: 0 auto;
    max-width: 500px;
}
.error-content h1{
    margin: 20px 0;
}