@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&family=Montagu+Slab:opsz,wght@16..144,100;16..144,200;16..144,300;16..144,400;16..144,500;16..144,600;16..144,700&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
/*Main Css */

::selection {
    background: #4b7777;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #1f2937;
}


/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}


/* Accordion CSS */

.myaccordion li .faq-opt {
    display: none;
}

.myaccordion li.active .faq-opt {
    display: block;
}

.myaccordion li.active .faq-ang h4:before {
    content: "\f077";
}

body {
    font-family: 'DM Sans', sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-family: 'Montagu Slab', serif;
    font-weight: normal;
}

h1{
    font-size: 66px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}

h2{
    text-transform: capitalize;
    font-size: 50px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}

*:hover,
*:focus,
* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #ff5e14;
}

span {
    display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
    background: transparent;
    border: none;
    border-radius: 0px;
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    opacity: 1;
}

.pad-zero {
    padding: 0px;
}

.pad-l-zero {
    padding-left: 0px;
}

.pad-r-zero {
    padding-right: 0px;
}

.ovr-hiddn {
    overflow: hidden;
}

.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.overlay {
    display: none;
}

.overlay.active {
    display: block;
}

/* Custom Slick Css */

.slick-list {
    margin: 0 -15px;
}

.slick-slide {
    margin: 0 15px;
}

.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}

.slick-dots li {
    margin: 0 20px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}

.slick-dots li button {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    padding: 0px;
    background: #d6d6d6;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}

.slick-dots li.slick-active button {
    background: #f3c919;
    width: 11px;
    height: 11px;
}


/*header css*/

header {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    padding: 0;
}

.main-header {
    padding: 19px 0;
}

.logo {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
    color: #1f2937;
}

.logo:hover{
    color: #1f2937;
}

.logo img {
    display: block;
    width: 284px;
    height: 92px;
    object-fit: contain;
}


/* Hamburger Menu */

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 22;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #1f2937;
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.menu-Bar.open span {
    background: #fff;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}


/* Menu Css */

.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}

.menu li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 32px;
}

.menu li a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: normal;
    color: #1f2937;
    text-transform: capitalize;
}

.menu li:hover a,
.menu li.active a {
    color: #1f2937;
}

.menu li .line{
    position: relative;
}

.menu li .line:before {
    content: '';
    left: 0;
    right: 0;
    position: absolute;
    top: 18px;
    background-color: #1f2937;
    width: 0;
    transition: .6s ease;
    height: 1.5px;
    margin: auto;
}

.menu li .line:hover::before {
    width: 100%;
    content: '';
    position: absolute;
}


/* Menu Dropdown CSS */

.dropdown-nav {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.dropdown-nav:hover {
    overflow: visible;
}

ul.dropdown {
    position: absolute;
    width: 100%;
    left: -0px;
    margin: auto;
    background: #fff;
    padding: 20px;
    text-align: left;
    border-radius: 2px;
    box-shadow: 0 0 10px 3px #00000014;
    opacity: 0;
    animation: btotreverse 0.5s forwards;
}

ul.dropdown li {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

ul.dropdown li a {
    padding: 0;
    font-size: 14px;
    color: #000 !important;
    display: block;
    width: 100%;
    margin: 0px 0 15px;
    text-align: center;
    font-weight: 600;
    background: transparent !important;
}

ul.dropdown li.last a {
    margin-bottom: 0px;
}

ul.dropdown li a:hover {
    color: #000 !important;
}

.dropdown-nav:hover ul.dropdown {
    animation: btot 0.5s forwards;
    z-index: 9;
}


/* Dropdown CSS*/

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }
    100% {
        top: 115px;
        opacity: 0;
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }
    100% {
        top: 40px;
        opacity: 1;
    }
}


/* Main Banner CSS */
.fullpage-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background: #fff;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fullpage-loader .fullpage-loader__logo {
    position: relative;
}
.fullpage-loader .fullpage-loader__logo:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: shine 2.5s infinite cubic-bezier(0.42, 0, 0.58, 1);
            animation: shine 2.5s infinite cubic-bezier(0.42, 0, 0.58, 1);
    background: rgba(255, 255, 255, 0.8);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
}
  
@-webkit-keyframes shine {
    0% {
      transform: translateX(-100%) skew(-30deg);
    }
    100% {
      transform: translateX(200%) skew(-30deg);
    }
}
  
@keyframes shine {
    0% {
      transform: translateX(-100%) skew(-30deg);
    }
    100% {
      transform: translateX(200%) skew(-30deg);
    }
}
.fullpage-loader--invisible {
    opacity: 0;
}

.mainBanner {
    background-size: cover;
    background-position: center;
    height: 845px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}

/* .mainBanner:before{
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    right: 706px;
    background-color: rgb(184 190 210 / 50%);
    width: 30px;
    height: 100%;
} */
.mainBanner li p{
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
      line-height: 1.5;
      text-align: left;
      color: #454656;
}
.mainBanner ul{
    padding: 20px 0px;
}
.mainBanner li{
    padding-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.mainBanner li::before{
    content: '\f00c';
    font-family: "Font Awesome 5 pro";
    display: inline-block;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 1px solid #454656;
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #454656;
}
.mainBanner .img1{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.mainBanner .para{
    font-size: 20px;
    margin: 20px 56px 52px 0;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #454656;
}

.mainBanner .plybtn{
    display: inline-block;
    margin-left: 30px;
}

.mainBanner .plybtn .theme-btn{
    background-color: #4b7777;
}

.mainBanner .plybtn .theme-btn:hover{
    background-color: #1f2937;
    color: white;
}

.mainBanner .plybtn .theme-btn i{
    margin-right: 10px;
}

.theme-btn{
    padding: 20px 39.8px 20px 40px;
    border-radius: 5px;
    background-color: #1f2937;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.theme-btn:hover{
    background-color: #4b7777;
    color: white;
}

.notice {
    background-color: #1f2937;
    padding: 6px 0;
}

.notice span{
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: normal;
    color: #dee3e8;
}

.notice span i{
    margin: 0 7.6px 0 0;
    font-size: 16px;
    line-height: 1;
    color: #99a5db;
}

.notice .text-e{
    text-align: end;
}

.notice a i{
    font-size: 18px;
    line-height: normal;
    color: #fff;
}

.notice a {
    margin-left: 10px;
    vertical-align: middle;
}

.menu .bt{
    padding-left: 43px;
}

.menu li .theme-btn{
    padding: 15px 38.7px 16px 38px;
    border-radius: 5px;
    text-transform: capitalize;
    background-color: #1f2937;
    font-size: 16.9px;
    font-weight: bold;
    line-height: 1.01;
    letter-spacing: normal;
    text-align: center;
    color: #dee3e8;
}

.menu li .theme-btn:hover{
    background-color: #4b7777;
    color: white;
}

.sec2 {
    padding: 56px 0 53px 0;
    background-color: #1f2937;
    position: relative;
    overflow: hidden;
}

.sec2 h4{
    font-size: 24px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
    line-height: 1.25;
    letter-spacing: normal;
    margin-bottom: 11px;
    color: #fff;
}

.mainBanner .form{
    display: flex;
}

.mainBanner .form input[type="text"]::placeholder{
    color: #000;
}

.mainBanner .form input[type="text"]{
    padding: 20px 26px;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    line-height: 0.79;
    letter-spacing: normal;
    color: #000;
    border-radius: 5px;
    margin-right: 10px;
    background-color: #ccc;
    /* background-image: linear-gradient(to right, #fff 61%, rgba(153, 165, 219, 0.3) 61%); */
    border-radius: 50px;
    max-width: 50%;


}
 .mainBanner ::placeholder{
    color: #000;
    font-weight: bold !important;
    font-family: 'DM Sans', sans-serif;
}

.mainBanner .form .theme-btn{
    padding: 20px 25px 20px 20px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: #4b7777;
    border-radius: 50px;
}

.sec2 h3{
    font-size: 24px;
    font-weight: normal;
    font-family: 'DM Sans', sans-serif;
    line-height: normal;
    margin: 0 26px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.sec2 h2{
    font-size: 30px;
    font-weight: bold;
    margin-top: 23px;
    line-height: normal;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.sec3 {
    padding: 128px 0 120px;
}

.sec3 .img-wrap{
    padding-right: 125px;
}

.sec3 .img-wrap img {
    width: 100%;
    height: 100%;
}

.sec3 .para{
    margin: 13px 0 24px;   
    font-size: 18px;
    font-weight: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #454656;
}  

.sec3 span{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: normal;
    color: #1f2937;
}

.sec4 {
    padding: 0 0 146px;
    position: relative;
}

.sec4 .img{
    position: absolute;
    top: 0;
    right: 0;
    height: 600px;
    width: 785px;
}

.sec4 .sma, .sec5 .sma, .sec6 .sma, .sec7 .sma{
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: normal;
    color: #1f2937;
}

.sec4 .para{
    font-size: 15px;
    font-weight: normal;
    line-height: 1.7;
    letter-spacing: normal;
    color: #454656;
    margin: 18px 112px 53px 0;
}

.sec4 .col-md-3 .boxed {
    border-right: solid 1px #ebeef3;
    height: 100%;
}

.sec4 .col-md-3:last-child .boxed{
    border-right:  none;
}

.sec4 .col-md-3 .boxed h3{
    font-size: 56px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: -3.4px;
    color: #000;
    margin-bottom: 8.6px;
}

.sec4 .col-md-3 .boxed span{
    font-size: 13px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #454656;
}

.sec4 .col-md-4 .boxed {
    padding: 27px 15px 21px 14px;
    text-align: center;
    border-radius: 10px;
    background-color: #4b7777;
    height: 100%;
}

.sec4 .col-md-4 .boxed img{
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.sec4 .col-md-4 .boxed h5{
    margin: 29px 0 0;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;  
}

.sec4 .mar-t{
    margin-top: 44px;
}

.sec4 .padd-t{
    padding-top: 95px;
}

.sec4 .boxed-text{
    padding: 62px 56px;
    border-radius: 5px;
    background-color: #1f2937;
    text-align: center;
    position: absolute;
    width: 272px;
    height: 313px;
    top: 101px;
    right: 650px;
}

.sec4 .boxed-text h5{
    font-size: 18px;
    font-weight: normal;
    line-height: 2.1;
    letter-spacing: normal;
    color: #fff;
}

.sec5 {
    padding: 0 0 128px;
}

.sec5 h2{
    margin-top: 4.5px;
}

.sec5 .mar-t{
    margin-top: 26px;
}

.sec5 .col-md-6 .para{
    font-size: 15px;
    font-weight: normal;
    margin-left: 10px;
    line-height: 1.7;
    letter-spacing: normal;
    color: #454656;
}

.sec5 .boxed{
    position: relative;
}

.sec5 .boxed .img1{
    width: 356.6px;
    height: 238.1px;
    object-fit: contain;
    border-radius: 5px;
}

.sec5 .boxed .title {
    padding: 28px 8px 35.6px 31px;
    position: relative;
    margin-top: -46px;
    border: solid 1px #eaebef;
    border-right: none;
    width: 311.6px;
    border-top: none;
    background-color: #fff;
}

.sec5 .boxed .title h4 a{
    font-size: 28px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: normal;
    margin-bottom: 24px;
    color: #000;
}

.sec5 .boxed .title span{
    font-size: 10px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px;
    color: #57565e;
}

.sec5 .boxed .title span i{
    font-size: 15px;
    color: black;
}

.sec5 .boxed .title .para{
    font-size: 17px;
    font-weight: normal;
    margin: 26px 20px 10px 0;
    line-height: 1.8;
    letter-spacing: normal;
    color: #454656;
}

.sec5 .boxed .title .theme-btn {
    padding: 8px 14.7px 9px 15px;
    border-radius: 5px;
    background-color: #1f2937;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    margin: 14px -40px 0px;
    float: right;
    line-height: 2;
    letter-spacing: 1px;
    color: #fff;
}

.sec5 .boxed .title .theme-btn:hover{
    background-color: #4b7777;
    color: white;
}

.sec5 .boxed .title .theme-btn i{
    font-size: 10px;
    margin-left: 6px;
    color: #fff;
}

.sec5 .boxed .img2{
    width: 356.6px;
    height: 407.7px;
    object-fit: contain;
    border-radius: 5px;
}

.sec5 .marg-t{
    margin-top: 62px;
}

.sec6 {
    padding: 54px 0 56px;
    background-color: #4b7777;
    position: relative;
    overflow: hidden;
}

.sec6 .sma{
    color: white;
}

.sec6 h2{
    color: #fff;
    margin: 4.5px 0 78px;
}

.sec6 .boxed{
    transition: .5s ease;
    transform: translateY(0);
}

.sec6 .boxed:hover{
    transform: translateY(-40px);
}

.sec6 .boxed .boxed-warp{
    position: relative;
    overflow: hidden;
    font-size: 0;
}

.sec6 .boxed:hover .boxed-warp .title{
    transform: translateY(0);
}

.sec6 .boxed:hover .boxed-warp{
    box-shadow: 0 3.6px 75.3px 0 rgba(0, 0, 0, 0.1);
}

.sec6 .boxed .boxed-warp .title{
    position: absolute;
    z-index: 0;
    transform: translateY(100%);
    transition: .6s ease;
    top: 0;
    width: 100%;
    left: 0;
    padding: 0 13px 27px 24px;
    height: 100%;
    font-size: 0;
    display: flex;
    align-items: end;
}

.sec6 .boxed .boxed-warp .title:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.sec6 .boxed .boxed-warp .title .para{
    font-size: 16.3px;
    font-weight: normal;
    line-height: 1.84;
    letter-spacing: normal;
    color: #fff;
}

.sec6 .boxed h4{
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    margin-top: 22px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.sec6 .theme-btn{
    margin-top: 26px;
    padding: 20px 72.4px 20px 70px;
}

.sec6 .theme-btn:hover{
    background-color: white;
    color:#1f2937;
}

.sec7 {
    padding: 99px 0 100px;
}

.sec7 h2{
    margin-top: 4.5px;
}

.sec7 .para{
    font-size: 15px;
    font-weight: normal;
    line-height: 1.7;
    letter-spacing: normal;
    margin: 0 0 20px 0;
    color: #454656;
}

.sec7 .val{
    font-size: 14px;
    font-weight: normal;
    padding: 1.42px 7.7px 1.42px 8px;
    background-color: #4b7777;
    margin-right: 10px;
    line-height: 1.8;
    letter-spacing: normal;
    color: #fff;
}

.sec7 .mar-t{
    margin-top: 37px;
    gap: 51px 0;
}

.sec7 .time{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: normal;
    color: #454656;
}

.sec7 img{
    height: 100%;
}

.sec7 .mar-t .para{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.63;
    letter-spacing: normal;
    margin: 0 18px 0 0;
    color: #454656;
}

.sec7 .mar-t h5{
    margin: 6px 0 0;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}

.sec7 .theme-btn{
    padding: 20px 72.4px 20px 70px;
}

.sec8 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 109px 0 135px 294px;
    margin-top: 170px;
}

.sec8 span{
    color: white;
}

.sec8 h1{
    margin: 14px 0 0;
    font-size: 45px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.sec8 .boxed{
    padding: 39px 41px 42px 40px;
    border-radius: 5px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.sec8 .boxed .para{
    margin: 0 0 34px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #333;
}

.sec8 .boxed .client-wrap {
    display: flex;
    align-items: center;
}

.sec8 .boxed .client-wrap img{
    width: 60px;
    height: 60px;
    margin: 0 10px 0 0;
    object-fit: contain;
}

.sec8 .boxed .client-wrap span{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #7a7a7a;
}

.sec8 .boxed .client-wrap h5{
    font-size: 17px;
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: normal;
    margin-bottom: 6px;
    color: #333;
    font-family: 'DM Sans', sans-serif;
}

.sec8 .slick-slide.slick-current.slick-active .boxed{
    opacity: 1;
}

.sec8 .slick-slide .boxed{
    opacity: 0.3;
}

.sec8 .slick-list.draggable{
    padding-right: 38%;
}

.sec8 .slick-dots {
    padding: 12px 0 0;
}

.sec8 .slick-dots li{
    margin: 0 10px 0 0;
}

.sec8 .slick-dots li button {
    width: 11px;
    height: 9px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.sec8 .slick-dots li.slick-active button{
    width: 15px;
    height: 9px;
    background-color: #fff;
}

.sec9{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 71px 0 95px;
}

.sec9 .boxed{
    padding: 38px 45px 63px 50px;
    border-radius: 5px;
    box-shadow: 0 10px 40px 0 rgba(41, 41, 41, 0.1);
    background-color: #fff;
}

.sec9 .boxed h2{
    text-align: center;
    margin-bottom: 39px;
}

.sec9 .boxed .val{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #4b7777;
}

.sec9 .boxed .val span{
    color: #292929;
}

.sec9 .boxed .text-e{
    text-align: end;
}

.sec9 .boxed .progress{
    height: 8px;
}

.sec9 .boxed .in-prog{
    position: relative;
}

.sec9 .boxed .in-prog .pro{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    position: absolute;
    top: -25px;
    letter-spacing: normal;
    left: 200px;
    color: #292929;
}

.sec9 .boxed .progress .progress-bar{
    background-color: #1f2937;
    height: 8px;
}

.sec9 .boxed .mar-t{
    margin-top: 36px;
}

.sec9 .boxed .sel{
    display: flex;
    justify-content: space-between;
}

.sec9 .boxed .sel .boxe label{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;  
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: normal;
    color: #292929;
    position: relative;
    border: solid 1px #ddd;
    z-index: 0;
}

.sec9 .boxed .mar-t .col-md-5 input[type="text"]{
    padding: 18px 20px;
    width: 100%;
    border-radius: 20px;
    border: solid 1px #ddd;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #555;
}

.sec9 .boxed .sel .boxe input[type="checkbox"] {
    display: none;
}

.sec9 .boxed .sel .boxe input:checked + label{
    color: white;
}

.sec9 .boxed .sel .boxe input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 20px;
    z-index: -1;
    height: 100%;
    background-color: #1f2937;
}

.sec9 .boxed .col-md-12 h5{
    margin: 39px 0 20px;
    font-size: 30px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
    line-height: 1.23;
    letter-spacing: normal;
    color: #292929;
}

.sec9 .boxed .form label{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: normal;
    color: #292929;
    margin-bottom: 10px;
}

.sec9 .boxed .form input{
    padding: 18px 20px;
    margin-bottom: 20px;
    border-radius: 100px;
    border: solid 1px #ddd;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: normal;
    color: #555;
    width: 100%;
}

.sec9 .boxed .form .theme-btn{
    margin-top: 20px;
}

.sec9 .boxed .form .donat{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: normal;
    margin-left: 30px;
    color: #292929;
}

.sec9 .boxed .form span{
    color: #4b7777;
}

.sec10{
    padding: 73px 0 58px;
}

.sec10 h1{
    margin-bottom: 3px;
}

.sec10 .para{
    font-size: 20px;
    /* font-weight: normal; */
    font-weight: 600;
    font-style: italic;
    line-height: 1.5;
    letter-spacing: normal;
    color: #454656;
}

.sec10 .para span{
    font-weight: bold;
}

.sec10 ul li .bg-color{
    padding: 6px 20px 12px 20px;
    transition: .6s ease;
    position: relative;
    margin-bottom: 20px;
    /* background-image: linear-gradient(to right, #07a7a782 0%, rgba(75, 119, 119, 0) 100%); */
    background-image: linear-gradient(to right, #07a7a72b 0%, rgba(75, 119, 119, 0) 100%);
}

.sec10 ul li .bg-color:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #4b7777;
}
/* 
.sec10 ul li .bg-color:hover{
    background-image: linear-gradient(to right, #07a7a782 0%, rgba(75, 119, 119, 0) 100%);
} */
.sec4 ul li{
    padding-right: 20%;
    padding-bottom: 10px;
}
.sec4 ul li p{
    line-height: 1.5;
    position: relative;
    padding-left: 20px;
}
.sec4 ul li:first-child p{
    padding-left: 0px;
    display: none;
}
.sec4 ul li:first-child p::before{
    display: none;
}
.sec4 ul li p::before
{
    content: '\f00c';
  font-family: "Font Awesome 5 pro";
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 1px solid #454656;
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #454656;
}

.sec10 .list{
    padding: 50px 0 0;
}

.sec10 ul li .padd-b{
    margin-bottom: 16px;
}

.sec10 ul li .padd-b.padd-r {
    padding-right: 66px;
}
.iframsec iframe{
    border-radius: 50px;
}

.sec10 ul li .padd{
    padding: 0 65px 0 0;
}

.sec10 .list .list-wrap.last{
    margin-bottom: 40px;
}

.sec10 .list .list-wrap{
    margin-bottom: 60px;
}

.sec10 .theme-btn{
    font-size: 18px;
    font-weight: bold;
    line-height: 0.61;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.sec11{
    padding:  0 0 100px;
}

.sec11 .video-box {
    position: relative;
}

.sec11 .video-box img {
    width: 100%;
}

.sec11 .video-box .play-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.sec12{
    padding: 80px 0 84px;
}

.sec12 h2{
    margin: 0px 0 17px;
}

.sec12 .form label{
    margin: 0 0 4px 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #333;
}

.sec12 .form input{
    margin: 4px 27px 30px 0;
    padding: 18px 10px;
    width: 100%;
    border: solid 1px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #222;
}

.sec12 .form textarea{
    margin: 4px 27px 37px 0;
    padding: 18px 10px;
    width: 100%;
    border: solid 1px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #222;
}

.sec12 .form .theme-btn{
    font-size: 16px;
    font-weight: bold;
    line-height: 0.69;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
}

.sec12 ul li h5{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-family: 'Roboto Slab', serif;
    line-height: 1.2;
    letter-spacing: normal;
    color: #202529;
}

.sec12 ul li{
    margin: 0 0 40px;
}

.sec12 ul li a, .sec12 ul li span{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #333;
}

.sec12 .socail a {
    width: 40px;
    text-align: center;
    padding: 11px 0;
    background-color: #4b7777;
    height: 40px;
    border-radius: 50%;
    margin: 0 10px 0 0;
    object-fit: contain;
    vertical-align: middle;
}

.sec12 .socail a img{
    filter: brightness(0) invert(1);
}

.sec12 .socail a i{
    color: white;
    font-size: 18px;
}

.sec12 .col-md-5 {
    margin-top: 40px;
}

.sec13{
    font-size: 0;
}

.sec13 img{
    height: 500px;
    width: 100%;
}

.sec14{
    padding: 80px 0 50px;
}

.sec14 h1{
    margin-bottom: 50px;
}

.sec14 ul li h5{
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}

.sec14 ul li{
    padding: 0 0 50px;
}

.sec14 ul li .para{
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #454656;
}

.sec15{
    padding: 80px 0 100px;
}

.sec15 .para, .sec15 .para a{
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #454656;
}

.sec15 .para strong{
    font-weight: bold;
}

.sec15 h1{
    margin-bottom: 10px;
}

.sec15 ul {
    margin: 20px 0;
}

.sec15 ul li i{
    color: #1f2937;
    font-size: 10px;
    margin-right: 12px;
}

.sec15 ul li{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #454656;
}

.sec15 .form{
    margin-top: 38px;
}

.sec15 .form .boxed{
    padding: 25px 35px 40px;
    border: solid 1px #666;
}

.sec15 .form h5{
    margin: 0 834px 14px 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}

.sec15 .form .boxed label{
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    line-height: 1.88;
    letter-spacing: normal;
    color: #454656;
}

.sec15 .form .boxed label span{
    font-weight: 500;
    color: #f82525;
}

.sec15 .form .boxed input, .sec15 .form .boxed select{
    border: solid 1px #666;
    width: 100%;
    padding: 15px;
}

footer {
    padding: 54px 0 78px;
    background-color: #1f2937;
}

footer .col-md-7 .para{
    margin: 15px 110px 45px 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #fff;
}
footer .col-md-7 .para a{
    color: #4b7777;
}
footer .col-md-4 .para a:hover{
    color: #fff;
}


footer .socail a{
    width: 40px;
    text-align: center;
    padding: 10px 0;
    background-color: white;
    height: 40px;
    border-radius: 50%;
    margin: 0 10px 0 0;
    object-fit: contain;
    vertical-align: middle;
}

footer .socail a:hover{
   background-color: #4b7777;
}

footer .socail a:hover img {
    filter: brightness(10);
}

footer .socail a:hover i{
    color: white;
}

footer .logo{
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
}

footer .socail a i{
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4b7777;
}

footer .widget{
    display: flex;
}

footer .widget i {
    font-size: 45px;
    color: #4b7777;
    margin-right: 7px;
}

footer .widget h5{
    font-size: 16px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
    line-height: 1;
    letter-spacing: normal;
    color: #4b7777;
}

footer .widget span, footer .widget a{
    margin: 2px 0 0;
    font-size: 16px;
    font-weight: normal;
    word-break: break-word;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
}

footer .bor-line{
    border-bottom: 1px solid rgb(255, 255, 255, 0.5);
    padding-bottom: 27px;
    margin-bottom: 40px;
}

footer ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }

footer ul li a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    transition: .7s ease;
    line-height: 2.5;
    letter-spacing: normal;
    color: #fff;
}

footer ul li a:before {
    content: '';
    position: absolute;
    bottom: 6px;
    width: 0;
    transition: 1s all;
    height: 2px;
    transform: translateX(-10px);
}

footer ul li a:hover {
    color: #4b7777;
}

footer ul li a:hover:before {
    transform: translateX(0);
    width: 100%;
    background-color: #4b7777;
}

footer .col-md-7 h4{
    font-size: 24px;
    font-weight: 500;
    line-height: 0.67;
    margin-bottom: 20px;
    letter-spacing: normal;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
}

footer .col-md-5 h4{
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 0.67;
    letter-spacing: normal;
    font-family: 'DM Sans', sans-serif;
    color: #4b7777;
}

footer .form{
    display: flex;
    background-color: white;
    border-radius: 5px;
}

footer .col-md-5 .para{
    margin: 20px 0;
    opacity: 0.7;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #fff;
}

footer .form input[type="text"]{
    padding: 22px 29px 22px 12px;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #000;
}

footer .form a{
    padding: 15px 35px 15px 35px;
    border-radius: 0 5px 5px 0;
    font-size: 14px;
    background-color: #4b7777;
}
footer .form a img{
    width: 35px;
}

.innerpage{
    height: 400px;
}

.sec9 .theme-btn{
    font-size: 18px;
    font-weight: bold;
    line-height: 0.61;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
    color: #fff;
}
.sec9 .theme-btn:hover{
    background-color: #4b7777;
    color: #fff;
}
.videoadd {
    height: 600px;
    margin: auto;
    width: 80%;
  }
  .videoadd video {
    height: 100%;
    margin: auto;
    border-radius: 50px;
    
  }
  .churchbox
  {
    background-color: #1f2937;
    padding: 20px;
  }
  .churchsection{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px ;
  }
  .churchbox h6{
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 10px;
}
.churchbox a{
    color: #4b7777;
    /* padding: 10px 0px; */
    font-size: 16px;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid transparent;
    position: relative;
    
  }
  .churchbox a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    color:   #4b7777;
    background-color:  #4b7777;
    width: 100%;
    height: 1px;
  }
  .churchbox p{
    color: #fff;
    font-size: 16px;
line-height: 1.3;

  }
  .churchbox .churchcontent{
    padding: 10px 0px;

  }
  .churchbox a:hover{
    color: #fff;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
  }
  .churches h1{
    padding-bottom: 30px;
  }



  /*popup*/
.popup{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
    height: 500px;
    z-index: 1;
  }
  .pop-inner{
    background-color: #333333;
    width: 100%;
    height: 550px;
    padding: 35px;
    border-radius: 10px;
  }
  .closePop{
    position: absolute;
    top: -12px;
    right: 0;
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .pop-inner h4{
    font-size: 15px;
    font-weight: 500;
    font-weight: normal;
    color: #fff;
    text-align: center;
    padding: 20px 0 10px;
    text-transform: uppercase;
  }
  .pop-inner p{
    font-size: 15px;
    font-weight: 500;
    font-weight: normal;
    color: #fff;
    text-align: center;
    padding:  0 0 60px;
    text-transform: capitalize;
  }
  .pop-inner input,.pop-inner textarea{
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px;
    font-family: 'Nunito Sans';
    resize: unset;
  }
  .pop-inner .sbt{
    text-align: center;
  }
  .pop-inner button{
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background-color: #fff;
    font-family: 'Nunito Sans';
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    letter-spacing: normal;
    color: #26211a;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    /* box-shadow: 2px 12px 12px -3px rgb(239,182,169,0.7); */
    cursor: pointer;
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
  }
  .pop-inner button:hover{
    border: 1px solid #fff;
      background: none;
      color: #fff;
  }
  .pop-overlay{
      display: none;
  }
  .pop-overlay:after {
      content: "";
      position: fixed;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.8);
      z-index: 1;
  }
  .sorry-pop{
    cursor: pointer;
    color: var(--body-color);
  }
  


  table tr td{
    padding: 15px 20px;
    vertical-align: middle;
  }

table tr td:first-child{
    color: #4b7777;
    font-weight: 500;
    font-size: 22px;
    border: 1px solid #000;
}
table tr td:nth-last-child(1){
    font-size: 16px;
    font-weight: 500;

}
table tr td:nth-last-child(1) a{
    color: #4b7777;
    text-decoration: underline;
}
table tr:first-child td:nth-last-child(1){
    color: #4b7777;
    border-bottom: 1px solid #4b7777 ;
}
table tr td:nth-last-child(1) a:hover{
    color:#333333;
}
table .form-check-input[type="checkbox"] {
    border: 1px solid #000;
}
table
{
    border: 1px solid #000;
  margin: auto;
  margin-bottom: 50px;

}
table tr{
    border: 1px solid #000;
    vertical-align: baseline;
}
table .form-check-input{
    margin-top: 0px !important;
}
.lastc
{
    color: #4b7777;
  font-weight: 500 !important;
  font-size: 22px !important;
}

@media (max-width: 1440px) {
    .mainBanner:before {
        right: 460px;
    }
    .sec4 .img {
        width: 600px;
    }
    .sec4 .boxed-text {
        right: 450px;
    }
    .mainBanner {
        height: 650px;
    }
    .sec13 img {
        height: 400px;
    }
    .sec8 {
        padding: 109px 0 135px 70px;
    }
    .notice span {
        font-size: 10px;
    }
    h2 
    {
        font-size: 45px;
    }
    h1 {
        font-size: 50px;

    }
    .sec15 .form h5 {
        margin: 0 500px 14px 0;
    }
    .sec3 {
    padding: 50px 0 50px !important;
}
}

@media (max-width: 1200px) {
    img {
        max-width: 100%;
        height: auto;
    }
    .menu-Bar {
        display: block;
        top: 0px;
    }
    .menuWrap.open {
        display: flex;
        left: 0px;
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #4b7777;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 100vw;
    }
    ul.menu li {
        display: block;
    }
    ul.menu li a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 25px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 24px;
        text-transform: capitalize;
    }
    .logo img {
        max-width: 80%;
    }
    .container {
        position: relative;
    }
    header .main-header ul.menu>li {
        display: block;
        margin: 0px;
        padding: 0;
    }
    header .main-header ul.menu>li a {
        color: #fff;
    }
    header .main-header ul.menu>li a:before {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px){
    .main-header {
    padding: 10px 0 19px 0;
    }
    .sec3 .img-wrap {
    padding-right: 00px !important;
    }
    .sec3 .para {
    font-size: 17px;
    }
    .sec4 .img {
    width: 430px;
    position: absolute;
    height: 460px;
    right: 0;
    }
    .sec4 .padd-t {
    padding-top: 20px;
    }
    .sec4 ul li {
    padding-right: 40px;
    padding-bottom: 10px;
    }
    .sec4 h2{
    margin-bottom: 25px;
    }
    .sec4 .boxed-text {
    right: 230px;
    padding: 30px;
    width: 267px;
    height: 210px;
    top: 200px;
    }
    .sec8 {
    padding: 90px 0 100px 0;
    margin-top: 60px;
    }
    .sec8 h1 {
    font-size: 40px;
    }
    .logo img {
    max-width: 100%;
    }
    footer .col-md-7 .para {
    margin: 15px 0 45px 0;
    font-size: 16px;
    }
    footer .bor-line .widget{
    margin-top: 25px;
    }
    .videoadd {
    height: 422px;
    }
    .innerpage {
    height: 400px;
    }
    .sec10 .para {
    font-size: 17px;
    }
    form .es-form-field-container .gjs-cell input {
    width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .main-header {
    padding: 10px 0 19px 0;
    }
    h1 {
    font-size: 35px !important;
    }
    .mainBanner {
    height: 400px;
    }
    .sec3 .img-wrap {
    padding-right: 0px !important;
    }
    .sec3 .para {
    font-size: 17px;
    }
    .sec4 .img {
    width: 330px;
    position: absolute;
    height: 410px;
    right: 0;
    }
    .sec4 .padd-t {
    padding-top: 20px;
    }
    .sec4 ul li {
    padding-right: 40px;
    padding-bottom: 10px;
    }
    .sec4 h2{
    margin-bottom: 25px;
    }
    .sec4 .col-md-3 .boxed {
    border-right: none;
    margin-bottom: 25px;
    }
    .sec4 .col-md-3 .boxed h3 {
    font-size: 46px;
    }
    .sec4 .boxed-text {
    right: 112px;
    padding: 30px;
    width: 267px;
    height: 210px;
    top: 230px;
    }
    .sec8 {
    padding: 90px 0 100px 0;
    margin-top: 60px;
    }
    .logo img {
    max-width: 100%;
    }
    footer .col-md-7 .para {
    margin: 15px 0 45px 0;
    font-size: 16px;
    }
    footer .bor-line .widget{
    margin-top: 25px;
    }
    .videoadd {
    height: 313px;
    }
    .innerpage {
    height: 300px;
    }
    .sec10 .para {
    font-size: 17px;
    }
    form .es-form-field-container .gjs-cell input {
    width: 100%;
    }
    h2 {
    font-size: 30px !important;
    }
    footer {
    padding: 30px 0 30px !important;

}
footer .widget i {
    font-size: 40px !important;
}
.sec15 {
    padding: 50px 0 50px !important;
}
.sec15 .form h5 {
    margin: 0 0px 14px 0 !important;
}
.sec11 {
    padding: 0 0 50px !important;
}
.sec10 {
    padding: 50px 0 50px !important;
}
.sec12 {
    padding: 50px 0 50px !important;
}



}

@media (max-width: 767px) {
    .sec15 {
    padding: 30px 0 30px !important;
}
    .notice .text-e {
    text-align: center !important;
}
.notice span
{
      text-align: center !important;
      padding-bottom: 5px !important;
      line-height:1.2 !important;
}
    .mainBanner
    {
            background-position: left !important;
    }
    .mainBanner .img1
    {
        display:none !important;
    }
    .page-template-Home .mainBanner li
    
    .notice .text-e {
    display: none;
    }
    .main-header {
    padding: 10px 0 10px 0;
    }
    h1 {
    font-size: 25px !important;
    text-align: left !important;
    }
    .mainBanner {
    height: 350px;
    }
    .mainBanner ul li {
    font-size: 16px;
    }
    .sec3 {
    padding: 30px 0;
    }
    .sec3 .img-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    }
    h2 {
    font-size: 20px;
    }
    .sec3 .para {
    font-size: 16px;
    text-align:left !important;
    }
    .sec3 .col-md-6, .sec4 .col-md-6{
    text-align: center;
    }
    .theme-btn {
    padding: 20px 29.8px 20px 30px;
    }
    .sec4 .img {
    width: 100%;
    position: relative;
    height: 100%;
    }
    .sec4 .padd-t {
    padding-top: 20px;
    }
    .sec4 ul li {
    padding-right: 0;
    padding-bottom: 10px;
        text-align: left !important;
    }
    .sec4 h2{
    margin-bottom: 25px;
    }
    .sec4 .col-md-3 .boxed {
    border-right: none;
    margin-bottom: 25px;
    }
    .sec4 .col-md-3 .boxed h3 {
    font-size: 40px;
    }
    .sec4 {
    padding: 0 0 0px !important;
    }
    .sec4 .boxed-text {
    right: 20px;
    padding: 30px;
    width: 267px;
    height: 170px;
    top: 400px;
    }
    .sec4 .boxed-text h5 {
    font-size: 16px;
    }
    .sec8 {
    padding: 30px 0 30px 0;
    margin-top: 30px;
    }
    .sec8 h1 {
    margin: 14px 0;
    font-size: 25px;
    }
    .sec8 .col-md-5{
    text-align: center;
    }
    .sec8 .boxed {
    padding: 30px;
    }
    .sec8 .slick-list.draggable {
    padding-right: 20%;
    }
    .sec9 {
    padding: 30px 0;
    }
    footer .logo img {
    max-width: 100%;
    }
    footer .col-md-7 .para {
    margin: 15px 30px 45px 0;
    font-size: 16px;
    }
    footer .widget i {
    font-size: 25px;
    }
    footer .bor-line .widget{
    margin-top: 25px;
    }
    form[data-form-id="1"] .es-form-field-container {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    }
    footer .col-md-5 h4 {
    margin: 20px 0;
    }
    .innerpage {
    height: 250px !important;
    }
    .sec10 h1 {
    font-size: 32px;
    margin:0 0 20px 0;
    text-align: left;
    }
    .sec10 .para {
    font-size: 16px;
    }
    .sec10 .list .list-wrap {
    margin-bottom: 50px;
    }
    .sec10 ul li .padd-b.padd-r {
    padding-right: 0;
    }
    .sec10 ul li .padd {
    padding: 0;
    }
    .videoadd {
    height: 180px !important;
    margin: 0;
 margin:auto !important;
 width:100%;
    }
      .videoadd video {
              width: 100% !important;
              border-radius: 30px !important;
      }
    .sec14 ul li .para {
    font-size: 16px;
    }
    .sec12 .form input {
    margin: 4px 27px 20px 0;
    padding: 15px 10px;
    width: 100%;
    }
    .sec12 ul li {
    margin: 0 0 30px;
    }
    .sec12 ul li h5 {
    margin: 0 0 15px 0;
    }
    .sec15 .para, .sec15 .para a {
    font-size: 15px;
    }
    .sec15 ul li {
    font-size: 15px;
    }
    form .es-form-field-container .gjs-cell input {
    width: 100%;
    }    
    footer {
    padding: 30px 0 30px !important;
    }
    
    .sec15 .form h5
    {
            margin: 0 0px 14px 0 !important;
            font-size: 20px !important;
    }
    .sec15 .form .boxed {
    padding: 25px 15px 25px !important;
    }
    .sec14 {
    padding: 30px 0 30px !important;
}
.sec14 ul li {
    padding: 0 0 20px !important;
}
.sec14 h1 {
    margin-bottom: 20px !important;
}
.sec10 {
    padding: 30px 0 30px !important;
}
.sec10 .list {
    padding: 30px 0 0 !important;
}
.sec11 {
    padding: 0 0 30px !important;
}
.sec12 {
    padding: 30px 0 30px !important;
}
.sec15 .form .boxed input, .sec15 .form .boxed select
{
    padding:10px !important;
}
.mainBanner .form input[type="text"]
{
    padding:20px 10px !important;
        font-size: 13px !important;

}
}





