@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
h1, h2, h3, h4, h5, h6{
    font-family: 'Rajdhani', sans-serif; font-weight: 500;
}
p,a{
    font-family: 'Rajdhani', sans-serif;
    transition: all .30s ease-in-out; font-size: 19px;
}
ul li a{
    font-family: 'Rajdhani', sans-serif;
    transition: all .30s ease-in-out; font-size: 19px;
}
h2{ font-size: 42px; text-transform: uppercase;}

body{ font-family: 'Rajdhani', sans-serif;}


.dropdown-submenu {
    position: relative;
}
.navbar-dark .navbar-nav .nav-link{
	padding-left: 0;
	padding: 10px;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
/* about-section */
.about-section .content-img p{
    padding: 0 21px;
}
.about-section .brand-logo{
    border: 1px #7777772b solid;
    margin-bottom: 10px;
}
.about-section .web-link a:hover{
    
    background: #35B5E8;
}
.about-section .web-link a{
    background: #212529;
    padding: 10px 21px;
    border-radius: 33px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}
.about-section .content-img{
    /* background: #35b5e817; */
    padding: 26px;
}
.about-section .content-img a{
    padding: 0px 28px;
    font-size: 17px;
    text-decoration: none;
    color: #35B5E8;
    font-weight: 500;
}
.about-section .head-text h4{
    padding: 0 26px;

}
.about-section .content-img ul li{
    list-style: circle;
    padding: 4px;
    font-size: 19px;

}
.about-section .mission{
    padding: 7px 0;

}
.about-section .mission h3 i{
    color: #35B5E8;
    letter-spacing: 15px;
}
.about-section .mission p{
    font-size: 16px;
}
.about-section{
    padding-top: 50px;
    padding: 50px;
}
.about-section .custom-button{
    height: 62px;
    line-height: 62px;
    display: inline-block;
    background: #35B5E8;
    color: var(--color-dark);
    font-size: 14px;
    font-weight: 600;
    padding: 0 50px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.about-section .custom-button:hover{
    text-decoration: none;
}
.about-section .content-text p{
    line-height: 27px;
}
.about-section .content-text ul li{
    list-style: circle;
    font-size: 19px;
}
.about-section .content-text ul li p{
    font-size: 19px;
}
.about-section .card-box{
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    border: 1px #b7b7b7 solid;
    /* width: calc(100% - 30px); */
    transition: all .30s ease-in-out;
}
.about-section .card-inner a{
    border-bottom: 3px #cbd6ec solid;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all .30s ease-in-out;
}
.about-section .card-inner a:hover{
    border-bottom: 3px #35B5E8 solid;
}
.about-section .card-inner figure::before{
    content: "";
    width: 15px;
    height: 15px;
    background: #35B5E8;
    position: absolute;
    left: 50;
    top: 50;
}

.about-section .card-inner .green-dot::before{ background: #38BBA6;}

.about-section .main-box{
    margin-top: 8%;
}
.about-section .card-inner img{
    width: 60px;
    padding: 12px 2px;

}
.about-section .card-box:hover{
    transform: translateY(-25px); 
    border-color: transparent;
    box-shadow: 0 0 50px rgb(0 0 0 / 5%);
    z-index: 1;
}
.about-section .content-text h2{
    display: block;
    font-size: 42px;
    
}
/* //about-section */
/* elvwork-section */
.elvwork-section{
    background: #D8F4FF;
    padding: 79px 0px;
    margin-top: 60px;
}
.elvwork-section .content-text{
    width: 100%;
    /* display: flex; */
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    bottom:0;
    color: #fff;
    padding: 30px;
}
.elvwork-section .custom-link{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.elvwork-section .custom-link:hover{
    text-decoration: none;
}
.elvwork-section .content-box-img{
    margin: 15px 0px;
}

.content-box-img { background: #000;}
.content-box-img img { opacity: .6;}

/* //elvwork-section */
/* services-section */
.services-section{
    padding-bottom: 50px;
}
.services-section .content-text ul{
    padding: 0px;
}
.services-section .content-text ul li a{
    width: 100%;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    padding-left: 40px;
    color: #fff;
    background: var(--color-dark);
    text-decoration: none;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.services-section .content-text ul li{
    width: 100%;
    display: inline-block;
    margin: 3px 0;
    padding: 0;
    background-color: #1a1a1a;
}
.services-section .content-text ul li a i{
    width: 60px;
    height: 70px;
    line-height: 70px;
    background: #38BBA6;
    float: right;
    color: #000;
    position: relative;
    padding-left: 16px;
    opacity: 0; 
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.services-section .content-text ul li a:hover i{
    opacity: 1;
}
.services-section .content-text ul li a:hover{
    color: #38BBA6;
}
.services-section .content-text ul li a i::after{
    content: "";
    width: 35px;
    height: 70px;
    background: #38BBA6;
    position: absolute;
    left: -25px;
    top: 0;
    transform: skewX(-15deg);
    z-index: 0;
    transition: all .30s ease-in-out;
}
.services-section .custom-link{
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 3px 0px;
    text-decoration: none;
    color: var(--color-dark);
}
.services-section .custom-link{
    border-bottom: 3px #cbd6ec solid;
    margin: 0px 40px;
}
.services-section .custom-link:hover{
    border-color:#35B5E8;
}
.services-section .content-text h6{
    width: 100%;
    display: block;
    font-weight: 400;
    color: #999;
}
.services-section .content-text h2{
    width: 100%;
    display: block;
    font-size: 50px;
    
    margin-bottom: 40px;
}
.info-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 36px;
    /* background: #fff; */
    /* box-shadow: 0 0 30px rgb(0 0 0 / 10%); */
    left: 0;
}
.info-box figure img{
    width: 65%;
}
/* //services-section */
/* counter-section */

.counter-section .counter-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #cecece;
    padding: 40px;
    margin: 15px 0;
    position: relative;
}
.counter-section .blue-box::after {
	content: "";
	width: 50px;
	height: 50px;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: -70px;
	border: 4px solid #38BBA6;
}
.counter-section .blue-box-1::after{
    content: "";
    width: 50px;
    height: 50px;
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -70px;
	border: 4px solid #35B5E8;
}
.counter-section .counter-box p {
	color: #35B5E8;
	font-size: 19px;
	font-weight: 400;
}
.counter-section .counter-box h3{
    font-size: 60px; width: 100%;
    
} 
/* counter-section */
/* Support-section */
.Support-section{
    background: url(../img/Support-banner-img.jpg);
    width: 100%;
    display: block;
    padding: 203px 0;
    background-size: cover !important;
    background-position-x: 0 !important;
    overflow-x: hidden;
    /* margin:; */
}
.Support-section .cta-box h2 {
    width: 100%;
    display: block;
    font-size: 60px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}
.Support-section .cta-box p{
    color: #fff;
    text-align: center;
}
.Support-section .counter-btn a{
    height: 62px;
    line-height: 62px;
    display: inline-block;
    background: #38BBA6;
    color: var(--color-dark);
    font-size: 19px;
    font-weight: 600;
    padding: 0 50px;
    text-decoration: none;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.Support-section .counter-btn-1 a {
	height: 62px;
	line-height: 62px;
	display: inline-block;
	border: #35B5E8 2px solid;
	color: #35B5E8;
	font-size: 19px;
	font-weight: 600;
	text-decoration: none;
	padding: 0 50px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-ms-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
}
/* //Support-section */
/* testimonials-section */
/* .wrapper {   */
    /* background-color: #af8888;  
    max-width: 800px;  
    margin: 100px auto;  
    /* padding: 110px 120px   */
/* }   */
.barnd-section .brand-logo img{
    border: 1px #0000001a solid;
    margin-bottom: 27px;
}
.barnd-section h2{
    text-align: center;
    padding-top: 45px;
}
.barnd-section h2 span{
    color: #35B5E8;
}
.Toners .testimonials-section{
    background:#35B5E8;
    text-align: center;
}
.testimonials-section .wrapper .content {  
    padding: 10px;  
    cursor: pointer  
}  
.testimonials-section .testimonial {  
    padding: 20px 40px;  
    position: relative  
}  
.testimonials-section .fa-quote-left {  
    position: absolute;  
    top: -15px;  
    left: -6px;  
    font-size: 2rem;  
    color: #fab41d  
}  
.testimonials-section .fa-quote-right {  
    position: absolute;  
    bottom: -15px;  
    right: -6px;  
    font-size: 2rem;  
    color: #fab41d  
}  
.testimonials-section .employee {  
    margin-bottom: 40px;  
    padding-left: 30px   
}  
.testimonials-section .carousel-indicators {  
    bottom: -27px;
    left:0;
}  
.testimonials-section .carousel-indicators li {  
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px #fff solid; 
}

.testimonials-section .text-jusitfy {  
    font-weight: 700  
}  
.testimonials-section .text-mute {  
    color: #aaa  
}  
@media(max-width:767px) {  
    .testimonials-section .wrapper {  
        padding: 80px 50px;  
        margin: 50px 10px  
    }  
    .testimonials-section .carousel-indicators {  
        bottom: -80px  
    }  
}  
@media(max-width: 420px) {  
    .testimonials-section .wrapper {  
        padding: 40px 20px  
    }  
    .testimonials-section .carousel-indicators {  
        bottom: -45px  
    }  
    .testimonials-section .employee {  
        margin-bottom: 40px;  
        padding-left: 15px  
    }  
}
.testimonials-section .logo-icon img{
    width: 14%;
    margin: 0px 20px;
}
.testimonials-section .wrapper{
    margin: 0;
    padding: 50px;
    padding-left: 20px;
}
.testimonials-section .bg-color{
    background: #35B5E8;
}
.testimonials-section .testimonial h6{
    width: 100%;
    display: block;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 0;
    color: black;
}
.testimonials-section .testimonial p{
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: black;
}
.testimonials-section .testimonial small{
    color: black;
    font-weight: 500;
}
.testimonials-section .head-text h2{
    display: block;
    font-size: 50px;
    /*padding-top: 15%;*/
}  
.testimonials-section .logo-item img{
    width: 100%;
    transition: all .30s ease-in-out;
}
.testimonials-section .logo-item img:hover{
    opacity: 0.4;
}
.testimonials-section .logo-item{
    width: 100%;
    display: block;
    margin: 15px 0;
    padding: 0 30px;
    border: 1px solid #cecece;
    background: #fff;
}
/* //testimonials-section */
/* footer-section  */
.footer-section .Subscribe-icon h5{
    display: block;
    margin-bottom: 30px;
    font-size: 18px;
    color: #fff;
}
.footer-section .Subscribe-icon ul{
    padding: 0;
}
.footer-section .Subscribe-icon ul li{
    list-style: none;
    display: inline-block;
}
.footer-section .Subscribe-icon ul li a i{
    background: #f0f8ff00;
    padding: 23% 12px;
    border-radius: 30px;
    font-size: 21px;
    border: 1px #fff solid;
    color:#fff ;
    transition: all 0.5s ease; margin-bottom: 25px;
}
.footer-section .Subscribe-icon ul li a i:hover{
    /* background: #38bba638; */
    color: #35B5E8;
    border-color: #35B5E8;
}
.footer-section .footer-bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
}
.footer-section{
    background:#212223;
    padding-top: 54px;
}
.footer-section .footer-bottom span{
    margin-right: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.footer-section .footer-bottom span a{
    color: #fff;
    text-decoration: underline;
    font-size: 13px;
}
.footer-section .footer-bottom .created{
    margin-left: auto;
    margin: 0;
}
.footer-section .Quick-Links{
    display: block;
    margin-bottom: 30px;
    font-size: 18px;
    color: #fff;
}

.Quick-Links h5{ font-size: 25px;}

.footer-section .Subscribe h5{
    display: block;
    margin-bottom: 30px;
    font-size: 19px;
    color: #fff;
}
.footer-section .address p a{
    font-size: 19px;
    color: #fff;
}
.footer-section .address p{
    font-size: 19px;
    color: #fff;
}
.footer-section .footer-logo{
    padding-bottom: 30px;
}
.footer-section .footer-menu li{
    display: block;
    margin: 8px 0;
    padding: 0;
    list-style: none;
}
.footer-section .footer-menu li:before{
    content: ">";
    margin-right: 6px;
    display: inline-block;
    color: aliceblue;
    font-weight: bolder;
    font-family: fangsong;
}
.footer-section .footer-menu li a{
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
}
.footer-section .footer-menu li a:hover{
    color: #35B5E8;
}
.footer-section .form input[type=text] {
    width: 100%;
    padding: 20px;
    border: none;
    font-family: 'Poppins', sans-serif;
}
.footer-section input[type=submit]{
    font-weight: 500;
    padding: 18px 26px;
    border: none;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    background: #35B5E8;
}
/* //footer-section */
/* slider-section */
/* .slider-section{ */
  /* margin-top: -67px; */
/* } */
#minimal-bootstrap-carousel {
    margin-top: 0px;
    position: relative;
}

#minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 1199px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 720px;
    }
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
    display: table-cell;
    text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
    vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
    vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
    vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
    display: block;
}

#minimal-bootstrap-carousel [class*=carousel-control] {
    background: none;
    width: 60px;
    height: 60px;
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    background-color: transparent;
    visibility: visible !important;
    opacity: 1;
    border: 1px solid #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    border-radius: 35px;
    margin: auto;
}
#minimal-bootstrap-carousel [class*=carousel-control] i{
    font-size: 25px;
}
@media (max-width: 667px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 40px;
        background: rgba(255, 255, 255, 0.4);
        color: #000;
    }
}

#minimal-bootstrap-carousel .carousel-control-prev {
    left: 67%;
}
@media (min-width: 767px){
    #minimal-bootstrap-carousel .carousel-control-prev{
        left: 69%;
    }
}
#minimal-bootstrap-carousel .carousel-control-next {
    right: 14%;
}

#minimal-bootstrap-carousel [class*=carousel-control]:hover {
    opacity: 1;
    /* background: #FFBA60; */
    /* border-color: #FFBA60; */
}

/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
    min-height: 600px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #222;
    
}
.slider-content-style .content {
    text-align: center;
    position: relative;
    z-index: 999;
}

.slider-content-style .content h3,
.slider-content-style .content h2,
.slider-content-style .content p {
    margin: 0;
}

.slider-content-style .content h3 {
    color: #fff;
    font-size: 60px;
    line-height: 1em;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    text-align: left;
	text-transform: uppercase;
}
@media (max-width: 992px){ .slider-content-style .content h3{ font-size: 50px;} }


.slider-content-style .content p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: .1em;
    margin-top: 20px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    text-align: left;
}

.slider-content-style .content a.thm-btn {
    background: #35B5E8;
    display: inline-block;
    vertical-align: middle;
    color: #222222;
    font-size: 19px;
    letter-spacing: .1em;
    /* font-family: 'Josefin Sans'; */
    font-weight: 400;
    padding: 20px 35px;
    margin-top: 27px;
    transition: all .4s ease;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    text-decoration: none;
}
/*// slider-section */
/* navbar */
.bg{ 
    background: #fff;
}
.social li{
    display: inline;
}
.social li a{
    color: #000;
    padding: 10px;
    text-decoration: none;
    font-size: 15px;
    transition: 1s;
}
.social li a i{ transition: 1s;  }
.social li a:hover{ color: #35b5e8;}
.social li a:hover i{ color: rgba(53,181,232,.2);} 

.phone a{
    color:#000;
    border-bottom: 3px #35B5E8 solid;
    text-decoration: none;
    font-size: 15px;
}
.phone span{
    font-size: 15px;
    color: #000;
}
.email a{
    color: #000;
    border-bottom: 3px #35B5E8 solid;
    text-decoration: none;
    font-size: 15px;
}
.email span{
    font-size: 15px;
    color: #000;
}
#navbar_top{
    background: black;
}
.navbar-button{
    height: 60px;
    line-height: 60px;
    display: inline-block;
    background: #35B5E8;
	border: 2px solid #35b5e8;
    color: var(--color-dark);
    padding: 0 40px;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.navbar-button:hover{ background: #fff; border: 2px solid #35b5e8; }


@media (min-width: 992px){ 
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        left: 50%;
        width: 29%;
        padding: 17px 0px;
    
    }
}


.top-navbar {
    padding-bottom: 3px;
    padding-top:7px;
}

.clearHeader {height:150px; background:rgba(255,255,255,.2); position:fixed; top:0; left:0; width:100%; z-index:9999; -webkit-transition: 1s;  transition: .3s ease-in-out;}
.darkHeader {height:120px; background:#3eb8d7; position:fixed; top:0; left:0; width:100%; z-index:9999; -webkit-transition:  1s;  transition: .3s ease-in-out;}
@media (max-width:992px) {.clearHeader{ height:90px; background:#3eb8d7;} .darkHeader{ margin-top:0px; height:100px; background:#3eb8d7;} }
.darkHeader .navbar { padding: .5rem 0rem;}


.clearHeader {
	height: 80px;
	background: rgba(255,255,255,.2);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	-webkit-transition: 1s;
	transition: .3s ease-in-out;
	margin: 3% 0% 0 0%;
}
.darkHeader {
    height: 80px;
    background: #3eb8d7;
    position: fixed;
    top: 0%;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: 1s;
    transition: .3s ease-in-out;}

@media (max-width:1280px) {.clearHeader { margin-top: 0; position: relative; }.darkHeader {position: relative;}} 


@media (max-width:996px) {
	.clearHeader{ height:115px; background:#3eb8d7; margin-top:7%;} 
	.darkHeader{ margin-top:0px; height:120px; background:#3eb8d7; top:0;}
	.navbar{ background:#3eb8d7; padding:10px;}
    .darkHeader .navbar { padding: .5rem 0rem;} 
}

@media (max-width:768px) {.clearHeader{ margin: 0; width: 100%;} .darkHeader{ margin: 0; top: 0; }}


.banner{ padding: 150px 0; background-image: url("../img/banner/about-banner-img-1.jpg"); background-size: cover; background-position: right;}
.banner h2{ font-size: 47px;}

.card-box i {
	font-size: 50px;
	margin-top: 25px;
	color: #35b5e8;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: 2rem 1.5rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	/* border-radius: .25rem; */
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

form{ background: #fff; padding: 50px;}
.navbar-button{}
.footer-menu{ margin: 0; padding: 0;}

.button {
  /*border-radius: 4px;*/
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
 
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
header .button{ background: #38BBA6;}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  padding: 6px;
}

.button span::after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: -4px;
	right: -20px;
	transition: 0.5s;
	font-size: 26px;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.button {
	/* border-radius: 4px; */
	background-color: #35b5e8;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 1rem;
    padding: 16px 17px;
    width: 171px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
	/*font-family: 'Poppins', sans-serif;*/
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
}
.second-section .content-text{
	
}
.second-section .content-text ul li{
    list-style: circle;
    font-size: 19px;
}

.second-section { background: #d8f4ff;}

.logo-brand{
    border: 1px solid #e1e1e1;
    padding: 0 22px;
}
@media (max-width: 576px) {
    .info-box{
        width:100%;
        display: none;
    }
}
@media (max-width: 576px){
    .info-box{
        width:86%;
        margin: -102px 0;

    }
}
@media (max-width: 576px) {
    .slider-content-style .content h3{
        font-size: 46px;
    }
} 

.dropdown-item i{ font-size: 12px;}

.dropdown-item{
    padding: 7.75px 1.5rem;
}
/* //navbar */
.Other-services .content-text .icon img{
    width: 30%;
}
.Other-services .content-text a{
    font-size: 20px;
    color: #20c997;
    text-decoration: none;
}
.Other-services .content-text{
    padding-top: 20px;
}

/*/menu error solved/*/ 

.navbar form {
    background: #000;
    padding: 8px 25px;
    transition: 1s;
}
.navbar form:hover { 
    color: #fff;
    text-decoration: none;
    background-color: #414141;
}
.navbar form [type="submit"] {
    background: none;
    border: none;
    color: rgba(255,255,255,.6);
    font-size: 18px;
}
.navbar form [type="submit"]:hover{ color: rgba(255,255,255,1); }

