/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts -
--------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900&display=swap');

/*****---------------------------------------- 1) 
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- 
import Files 
---------------------------------------------------------------------*/

@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
}

.container {
    max-width: 1170px;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0;
    font-weight: normal;
    line-height: normal;
    color: #000000;
    margin: 0
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 0px;
    font-weight: normal;
    font-size: 17px;
    line-height: 28px;
    color: #2d2d2d;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;

}

:focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.titlepage {
    padding-bottom: 50px;
}

.titlepage span {
    font-size: 24px;
    color: #6b7908;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 15px;
    display: block;
    text-transform: uppercase;
}

.titlepage h2 {
    font-size: 50px;
    color: #999998;
    line-height: 50px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}

.titlepage p {
    padding-top: 0px;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.read_more {
    font-size: 16px;
    background: #323232;
    max-width: 203px;
    width: 100%;
    transition: ease-in all 0.5s;
    color: #fff;
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.read_more:hover {
    background: #6b7908;
    color: #fff;
}

.text_align_left {
    text-align: left;
}

.text_align_right {
    text-align: right;
}

.text_align_center {
    text-align: center;
}

.img_responsive {
    max-width: 100%;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
}


/*-- header --*/

.header-area {
    border-top: #6b7908 solid 15px;
    width: 100%;
    position: absolute;
    z-index: 9999;
    height: 85px;
    background: transparent;
    line-height: 68px;
}

.logo a {
    color: #1c1c1b;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.logo a span {
    color: #6b7908;
}

.logo a img {
    padding: 20px 0px;
    margin-left: 20px;
    /*background-color: rgb(255, 255, 255, 0.5);*/
}

.navbar-area {
    text-align: center;
    display: flex;
    justify-content: center;
}

.site-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.site-navbar ul li a {
    color: #1c1c1b;
    font-size: 18px;
    display: block;
    text-decoration: none;
    /* padding: 0 0px; */
}

.site-navbar ul li {
    padding-right: 55px;
}

.site-navbar ul li:last-child {
    padding-right: 0;
}

.site-navbar ul li a:hover {
    color: #060606;
    /* border-bottom: 5px solid red !important; */
    /* margin-bottom: -5px; */
}

.site-navbar ul li a.active {
    color: #6b7908;
}

/* navbar regular css end */

/* Drop Down menu start */
.dropdown a:hover {
    text-wrap: nowrap;
    background-color: #bebebe !important;
}

/* Drop-down container */
li.dropdown {
    position: relative;
    text-wrap: nowrap;
}

/* Hide the drop-down menu by default */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #bebebe;
    min-width: 160px;
    z-index: 1;
    /* border: 3px solid #959595; */
    border-radius: 1px;
    /* box-shadow: 3px 3px 8px white; */
}

/* Style for links inside the drop-down */
.dropdown-content a {
    color: white;
    padding: 0;
    text-decoration: none;
    display: block;
}

/* Change color when hovering over a drop-down link */
.dropdown-content a:hover {
    background-color: #bebebe;
}

/* Show the drop-down menu when hovering over the dropdown button */
li.dropdown:hover .dropdown-content {
    display: block;
}

/* Drop Down menu end */

/* nav-toggler css start */

.nav-toggler {
    border: 3px solid #363636;
    padding: 5px;
    background-color: transparent;
    cursor: pointer;
    height: 39px;
    display: none;
    z-index: 99999;
}

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
    width: 28px;
    height: 3px;
    background-color: #363636;
    display: block;
    transition: .3s;
}

.nav-toggler span:before {
    content: '';
    transform: translateY(-9px);
}

.nav-toggler span:after {
    content: '';
    transform: translateY(6px);
}

.nav-toggler.toggler-open span {
    background-color: transparent;
}

.nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
}

.nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
}


/* nav-toggler css start */


/* intro-area css start */

.intro-area {
    height: calc(100vh - 61px);
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}



ul.email li {
    display: inline-block;
    /*padding-right: 30px;*/
    /* background-color: #acacac70; */
    justify-self: center;
    align-items: center;
    background: linear-gradient(180deg, #ffd000, #fe9800, #fd2102);
    cursor: pointer;
    /* border: 3px solid #959595; */
    border-radius: 60px;
    box-shadow: 0px 6px 10px #f47502;
}

ul.email li:last-child {
    padding-right: 0;
}

ul.email li a {
    color: #ffffff;
    font-size: 22px;
    text-transform: uppercase;
    text-shadow: 2px 2px 10px #000000;
    /*margin: 25px;*/
    letter-spacing: 3px;
    /* width: 1px; */
    padding: 20px 60px;
    background: linear-gradient(180deg, #ffd000, #fe9800, #fd2102);
    border-radius: 76px;
    padding-top: 13px;
    /* border: 1px solid #fd700000; */
}

ul.email li i {
    color: #1a1b1b;
    font-size: 20px;
    padding-left: 4px;
}

ul.email li:hover {
    background-color: #95959500;
    transition: ease-in all 0.5s;
    /* border: 3px solid white; */
}


/** end header **/


/** banner section **/


.relative {
    left: 5%;
    right: 5%;
    text-align: left;
}

.carousel-item {
    height: 100%;
    width: 100%;
}

#banner1 .carousel-item img {
    width: 100%;
    height: 100vh;
}

.willom {
    display: flex;
    margin-top: -85px;
}

.willom h1 {
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    background: #6b7908;
    display: inline-block;
    padding: 0px 35px;
    border-radius: 30px;
    padding-bottom: 35px;
}

.willom h1 span {
    font-size: 25px;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

.slider_main .carousel-indicators {
    display: none;
}

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
    width: 80px;
    height: 80px;
    background-color: #ffffffc4;
    color: #000000;
    font-size: 60px;
    opacity: 1;
    top: 50%;

    z-index: 999;
    border-radius: 10px;
}

#banner1 .carousel-control-prev {
    left: 3%;
}

#banner1 .carousel-control-next {
    right: 3%;
}

#banner1 .carousel-control-next:focus,
#banner1 .carousel-control-next:hover,
#banner1 .carousel-control-prev:focus,
#banner1 .carousel-control-prev:hover {
    color: #6b7908;
}



/** end banner section **/

/** about section **/

.about {
    background: #fff;
    padding-top: 90px;
}


.about_img figure {
    margin: 0;
}


.about_img figure img {
    transition: ease-in all 0.5s;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.8);
    border: 1px solid #ffffff;
}

.about .titlepage {
    padding-bottom: 0;
    max-width: 610px;
    width: 100%;
    float: right;
}

.about .titlepage p {
    padding-top: 20px;
    color: #999998;
}

.about .read_more {
    margin-top: 35px;
}

.about_img figure img:hover {
    box-shadow: 0 0 16px 3px #635d5d38;
    transition: ease-in all 0.5s;
}


/** end about section **/


/** services section **/

.services {
    background: #fff;
    padding-top: 90px;
}

.services .titlepage {
    padding-bottom: 20px;
}

.services_box {
    margin-top: 30px;
    box-shadow: 0 0 38px rgba(2, 3, 8, 0.14);
    background: #fff;
    margin-bottom: 50px;
    border-radius: 5px;
}

.services_box figure {
    margin: 0;
}

.services_box figure img {
    border-radius: 5px 5px 0 0;
}

.veget {
    padding: 40px;
    border-radius: 5px 5px 0 0;
    margin-top: -5px;
    position: relative;
    z-index: 99999;
    background: #fff;
}

.services_box h3 {
    color: #292928;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    padding-bottom: 20px;
}

.services_box_main .read_more {
    margin: 0 auto;
    display: block;
}

/** end services section **/



/** customers **/

.customers {
    background: #fff;
    padding-top: 90px;
    padding-bottom: 90px;
}

.customers .titlepage {
    padding-bottom: 15px;
}

.clients_banner .relative {
    position: inherit;
    bottom: 0;
    padding: 0;
}

.custom {
    text-align: left;
}

.custom {
    box-shadow: 0 0 38px rgba(2, 3, 8, 0.15);
    margin: 36px 0;
    padding: 40px;
}

.custom i img {
    border-radius: 50%;
    border: #6b7908e3 solid 10px;
}

.clint {
    text-align: left;
    padding-left: 20px;
}

.clint h4 {
    color: #6b7908;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}

.clint span {
    display: block;
    line-height: 20px;
    font-size: 16px;
    color: #303030;
}

.custom p {

    line-height: 30px;
    padding: 30px 0px;

}

#myCarousel .carousel-indicators {
    display: none;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
    width: 76px;
    height: 76px;
    color: #000;
    font-size: 40px;
    opacity: 1;
    top: 49%;
    z-index: 999;
}

#myCarousel .carousel-control-prev {
    left: 4%;
}

#myCarousel .carousel-control-next {
    right: 4%;
}

#myCarousel .carousel-control-next:focus,
#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-prev:focus,
#myCarousel .carousel-control-prev:hover {
    color: #000;
}


/** end customers **/

/** choose section **/


.choose {
    background: url(../images/chose.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0 20px 0;
}

.choose .titlepage h2 {
    color: #fff;
    margin-bottom: 15px;
}

.point {
    margin-bottom: 80px;
}

.point h3 {
    max-width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #fff;
    border: #cfd8b7 solid 10px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #6b7908;
}

.point i {
    font-size: 24px;
    margin-bottom: -60px;
    z-index: 3;
    display: block;
    position: relative;
}

.point span {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
    padding-top: 28px;
    display: block;
}


/** end choose section **/


/** news section **/

.news {
    background: #fff;
    padding-top: 90px;
}

.news .titlepage {
    padding-bottom: 20px;
}


.latest {
    background: #fff;
    margin-top: 30px;
}

.latest1 {

    margin: 10px 0px;
}

.w-icon {
    padding: 1px;
    margin: -50px 40px -22px 90px;
    /* background-color: #004dff; */
    z-index: 1;
    position: relative;
    border-radius: 50%;
    background-position: center;
    width: 70px;
    border: 5px solid white;
}

.box_desho {
    box-shadow: 0 0 38px rgba(2, 3, 8, 0.15);
}

.box_desho1 {
    box-shadow: 0 0 38px rgba(2, 3, 8, 0.8);

}

.latest figure {
    margin: 0;
}

.latest span {
    background: #6b7908;
    width: 79px;
    height: 68px;
    margin: 0 auto;
    z-index: 999999;
    line-height: 15px;
    color: #fff;
    top: 30px;
    position: absolute;
    left: 0;
    right: 0;
    text-transform: uppercase;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nostrud {
    padding: 20px 15px 0px 15px;
}

.nostrud1 {
    height: 10vh;
    text-align: center;
    padding: 2px;
    margin-top: 25px;
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    h3 {
        color: white;
        text-shadow: 2px 2px 4px black;
    }
}

.nostrud p {
    padding-top: 10px;
}

.nostrud h3 {
    color: #333333;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}



.nostrud .read_more {
    display: inline;
    background: transparent;
    color: #6b7908;
    text-align: left;
}

.nostrud .read_more:hover {
    color: #323232;
}


/** end news section **/


/** contact  **/

.contact {
    background: #fff;
    padding-top: 90px;
}

.map-responsive {
    margin-top: 90px;
}

.main_form .form_control {
    padding: 0 20px;
    margin-bottom: 30px;
    width: 100%;
    height: 66px;
    background: #fff;
    color: #999998;
    font-size: 18px;
    font-weight: normal;
    border: #6b7908 solid 3px;
}

.main_form .textarea {
    margin-bottom: 40px;
    width: 100%;
    background: #fff;
    color: #999998 !important;
    font-size: 18px;
    font-weight: normal;
    padding: 15px 20px 15px 20px;
    border: #6b7908 solid 3px;
    height: 179px;
}


.group_btn {
    display: flex;
    justify-content: center;
}

.main_form .send_btn {
    font-size: 20px;
    transition: ease-in all 0.5s;
    background-color: #323232;
    text-transform: uppercase;
    color: #fff;
    max-width: 169px;
    width: 100%;
    display: block;
    font-weight: 500;
    height: 69px;
    line-height: 69px;
    margin: 0 5px;
    border-radius: 10px;
}

.main_form .send_btn:hover {
    background-color: #6b7908;
    transition: ease-in all 0.5s;
    color: #fff;
}

#request *::placeholder {
    color: #d0d0cf;
    opacity: 1;
}

.datepicker-days {
    padding: 20px;
}


/** end contact  **/




/** footer 



.footer {
    padding-top: 70px;
    background: #252525;
    text-align: center;
}


.hedingh3  {padding-top: 20px;}
.hedingh3 h3 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 20px;
    line-height: 23px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
}

.hedingh3 p {
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
}

ul.menu_footer {
    text-align: left;
    margin-bottom: 15px;
}

ul.menu_footer li a {
    color: #fff;
    font-size: 17px;
    line-height: 18px;
    padding-bottom: 10px;
    display: block;
}

ul.menu_footer li a:hover {
    color: #6b7908;
}

.newsl {
    width: 100%;
    height: 51px;
    background: #fff;
    color: #c9c7c7;
    font-size: 17px;
    font-weight: normal;
    box-shadow: inherit;
    padding: 0 15px;
    border: #fff solid 2px;
    margin-bottom: 20px;
   
}

.subsci_btn {
    font-size: 16px;
    transition: ease-in all 0.5s;
    background-color: #6b7908;
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-weight: normal;
    line-height: 59px;
    height: 59px;
    max-width: 70px;
    width: 100%;
    display: block;
    border:inherit;
    border-radius:0px;
}

.subsci_btn:hover {
    transition: ease-in all 0.5s;
    box-shadow: 0 0 10px 0px #dddddd5e;
}

#colof *::placeholder {
    color: #c9c7c7;
    opacity: 1;
}

ul.recent li {
    display: flex;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
}

ul.recent li img {
    width: 61px;
    height: 46px;
    margin-right: 13px;
}

.flot_right {float: right;}


ul.top_infomation li {
    padding-bottom: 8px;
    display: block;
    font-size: 16px;
    color: #fff;
}

ul.top_infomation li i {
    margin-right: 5px;
    color: #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #6b7908;
    line-height: 30px;
    font-size: 15px;
}

ul.top_infomation li a {
    color: #fff;
}

ul.top_infomation li a:hover {
    color: #6b7908;
}

.copyright {
    margin-top: 70px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #6b7908;
}
ul.social_icon {text-align: right;}
ul.social_icon li {
    display: inline-block;
    margin-left: 40px;
}

ul.social_icon li a i {
    font-size: 17px;
    color: #fff;
    transition: ease-in all 0.5s;
    line-height: 30px;
    border-radius: 50px;
    text-align: center;
}

ul.social_icon li a i:hover {
    color: #111111;
    transition: ease-in all 0.5s;

}

.copyright p {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    font-weight: normal;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #111111;
}


 end footer **/


/**  inner page css **/

.inner_page .header-area {
    background: #dddddd7a;
    position: inherit;
}

.testimonail_page .footer {
    margin-top: 0;
}

.about_page .about,
.service_page .services,
.blog_page .news {
    padding-bottom: 90px;
}

/*footer start*/
/* ===============================================
    Footer
------------------------*/

.footer {
    background-image: url(../images/ttm-footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #242424;
    color: white;
}

.footer .widget {
    margin: 55px 0 55px;
}

.footer .ttm-textcolor-white {
    color: rgba(255, 255, 255, .7);
}

.footer .ttm-textcolor-white hr {
    border-color: rgba(255, 255, 255, .03);
}

.footer .widget .ttm-btn.ttm-btn-size-md {
    padding: 14px 27px 14px 27px;
}

.footer .widget ul>li {
    /*padding: 12px 0 12px 0;*/
    /*padding: 6px 0 6px 0;*/
    padding: 0px;

    a {
        color: #ffffff;
        font-size: 16px;
    }
}

.footer .widget ul>li:first-child {
    padding-top: 0;
}

.footer .widget ul>li:last-child {
    padding-bottom: 0;
}

/** FirstFooter **/

.first-footer {
    padding: 30px 0 30px 0;
    background-color: rgba(255, 255, 255, 0.02);
}

.first-footer .ttm-quicklink-box .custom-heading {
    position: relative;
    font-size: 19px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
}

.first-footer .ttm-quicklink-box .custom-heading a {
    color: #fff;
}

.ttm-quicklink-box .ttm-arrow-box {
    top: 2px;
    position: relative;
}

.ttm-quicklink-box .ttm-leftlink-box .ttm-arrow-box {
    margin-right: 5px;
}

.ttm-quicklink-box .ttm-rightlink-box .ttm-arrow-box {
    margin-left: 5px;
}

.first-footer .ttm-quicklink-box i {
    position: relative;
    top: 10px;
    font-size: 46px;
    line-height: 1em;
    display: inline-block;
}

.ttm-quicklink-box .ttm-leftlink-box i {
    margin-left: 20px;
}

.ttm-quicklink-box .ttm-rightlink-box i {
    margin-right: 20px;
}

.ttm-custom-ctabox {
    top: 0;
    text-align: center;
    padding: 6px 16px 10px;
    width: max-content;
    text-align: center;
    float: none;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.ttm-custom-ctabox:before {
    content: '';
    position: absolute;
    height: auto;
    bottom: 0;
    left: 0;
    background-color: #232323;
    width: 100%;
    top: -28px;
    bottom: -30px;
    z-index: -1;
}

.ttm-custom-ctabox .cta-bg-icon {
    position: absolute;
    text-align: center;
    left: 50%;
    right: 50%;
    font-size: 72px;
    opacity: .05;
    margin-left: -48px;
    top: 33%;
}

.ttm-custom-ctabox .ttm-cta-heading {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
}

.ttm-custom-ctabox .ttm-cta-content {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    color: #fff;
}

/** SecondFooter **/

.footer .second-footer {
    border-bottom: 1px solid rgba(255, 255, 255, .03);
    border-top: 1px solid rgba(255, 255, 255, .03);
}

/* widget_text */

.widget.widget_text .ttm-btn.btn-inline {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}

.widget.widget_text .ttm-btn.ttm-btn-size-sm i {
    font-size: 16px;
    right: 10px;
    margin-top: 1px;
    line-height: 1;
}

/* contact-widget */

ul.contact-widget-wrapper li i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

.footer .widget ul.contact-widget-wrapper li {
    line-height: 25px;
    font-size: 15px;
    padding: 0px 0 18px 37px !important;
}

.footer .widget ul.contact-widget-wrapper li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .03);
}

.footer .widget ul.contact-widget-wrapper li:first-child {
    padding-top: 0 !important;
}

.footer .widget ul.contact-widget-wrapper li:not(:last-child) {
    margin-bottom: 18px;
}

/** bottom-footer **/

/** SecondFooter **/

.widget ul {
    margin: 0;
    padding: 0;
}

.widget ul>li {
    padding: 0 0 13px 0;
    position: relative;
}

.widget .widget-title {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 20px;
    line-height: 22px;
    text-transform: capitalize;
    padding-left: 16px;
    font-weight: 500;
    color: #ef821f;

}

.mycom p {
    color: #ffffff !important;
}

.widget .widget-title:after {
    display: block;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    width: 5px;
    top: 0;
    margin-top: 0;
    margin-bottom: 0;
}

/** footer-social-icons **/

.footer .social-icons li {
    margin-left: 10px;
    margin-right: 1px;
    min-width: auto;
    padding-bottom: 0 !important;
    font-size: 25px;
    display: inline-block;
}

.footer .social-icons li>a {
    border: 1px solid transparent;
    font-size: 14px;
}

/** .widget.link-widget **/

.widget.link-widget ul li:last-child {
    padding-bottom: 0;
}

/** Footer-nav-menu **/

.copyright {
    padding-top: 23px;
    padding-bottom: 23px;
}

/*-- link-widget --*/

.widget.link-widget ul li:first-child {
    padding-top: 0;
}

.widget.link-widget ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .03);
}

.widget.link-widget ul li a {
    padding-left: 16px;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    /* text-wrap: nowrap; */
}

.widget.link-widget ul li a:before {
    font-family: 'FontAwesome';
    content: "\f067";
    position: absolute;
    top: 0px;
    left: 0;
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
}

/*footer end*/




/* Modal Start*/

.log-p{
        font-size: 30px !important;
        font-weight: 100 !important;
    }

.appdiv{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 40px !important;
    
    .btn{
        padding:20px !important;
        opacity:0.7;
    }
}

.mlmdiv{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 40px !important;
        
    .btn{
        padding:20px !important;
        opacity:0.7;
    }
}



/* Modal End*/


/* about us start */

/* ABOUT US Section */
#about-us {
    width: 90%;
    background-color: white;
    margin: 7% auto;
    position: relative;
    /* Changed from absolute */
    padding: 20px;
}

/* Title */
#about-us h2 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: black;
    margin-bottom: 20px;
    margin-top: -6%;
    
    span{
        font-weight: 200;
        font-size: 25px;
    }

}

/* Intro Box */
.box {
    height: 100px;
    width: 40%;
    background-color: white;
    margin-left: 25px;
    font-size: 28px;
    color: green;
    font-size: 20px;
    position: relative;
    /* Changed from absolute */
    font-family: 'Poppins', sans-serif;
    font-weight: 700;

}

/* Content Box */
.box1 {
    width: 50%;
    background-color: white;
    margin-left: 2%;
    padding: 0;
    box-sizing: border-box !important;
    position: relative;
    /* FIXED: prevents text from being hidden */
    z-index: 10;
    text-align: justify;
}

/* Paragraph */
.para {
    box-sizing: border-box;
    visibility: visible;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: black;

}

/* Purple Box (Right Side) */
.box2 {
    height: 100vh;
    width: 35%;
    background-color: white;
    margin-left: 60%;
    position: sticky;
    margin-top: -40%;
    border: 1px solid gray;
    box-shadow: 1px 1px 20px black;
}

/* Image Box */
.box3 {
    height: 100vh;
    width: 100%;
    background-color: pink;
    position: relative;
    /* FIXED */
    background-image: url('/images/about-us2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.points li {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 20px;

}

/* right color red */
.right {
    color: green;
    font-size: 25px;
}

/* about us end */


/* our mission start */
.mission {
    /* background-image: url(/images/visson.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*height: 125vh;*/
    /* width: 2%; */
    position: relative;
    background-attachment: fixed;
    z-index: -2;
    margin-top: -100px;
    margin-bottom: 5px;
    /* border-right: 5px solid #ffffff; */
    /* border-left: 5px solid #ffffff; */
    margin-top: -85px;
    padding:  50px;
}

.mission-head {
    /* color: #ffffff; */
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    background-color: rgb(200, 130, 179);
    padding: 20px 70px;
    border-radius: 50%;
    width: 18%;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    border: 4px solid #fffefe;
    

    h1 {
        text-transform: uppercase;
        z-index: 1;
        padding: 10px;
        color: #ffffff;
    }

    h1 img {
        width: 50px;
        height: auto;
    }
}

.mission-para {
    /* background-color: rgb(0 0 0 / 50%); */
    padding: 74px 30px;
    border-radius: 16px;
    width: 90%;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -70px;
    margin-left: 30px;
    /* display: flex; */

    
    p {
        color: #000000 !important;
        font-size: 22px !important;
        text-align: justify;
        letter-spacing: 1px;
        margin-top: 5px;
        /* text-shadow: 0px 0px 1px black; */
        background-color: rgb(255 255 255 / 60%);
        border-radius: 15px;
        padding: 10px;
        background-image: url('images/visson.png');
    }
}
/* our mission end */

/* certificate start*/

.certificate{
    margin-top:50px !important;
}

.certificate-head{
        display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 100px;
    margin: 20px auto;
    width: 100%;
}
.certificate-head h1{
    font-size: 30px;
    font-weight: bold;
    background-color: #ffffff;
    border: 2px solid #f5f5f5;
    box-shadow: 0px 0px 10px black;
    border-radius: 10px;
    padding: 10px;
}

.certificate-img{
    width: 80%;
    height: auto;
    margin: 0 auto;
}
.box4{
        width: 50%;
        background-color: white;
        margin-left: 2px;
        padding: 0;
        box-sizing: border-box !important;
        position: relative;
    /* FIXED: prevents text from being hidden */
        z-index: -3;
        text-align: justify;
}
/* certificate end*/


/*dropdown start*/

       /* Dropdown container */
        .dropdown {
            position: relative;
            display: inline-block;
        }

        /* Link inside dropdown */
        .dropdown a {
            text-decoration: none;
            display: block;
            color: black;
        }

        /* Dropdown content (hidden by default) */
        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 230px;
            z-index: 1;
        }

        /* Dropdown items */
        .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

        /* Show dropdown content when hovering over the dropdown */
        .dropdown:hover .dropdown-content {
            display: block;
        }

        /* Hover effect for dropdown link */
        .dropdown:hover a {
            background-color: lightgray;
        }

        /* Hover effect for dropdown content items */
        .dropdown-content a:hover {
            background-color: lightgray;
        }
/* dropdown end*/