@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

*{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

html
{
    scroll-behavior: smooth;
}
body{
    /*font-family: 'Montserrat', sans-serif;*/
    color:#272525;
    background:#fff;
    line-height:1.7;
    font-size:16px;
    font-weight: 400;
}

body p{
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 15px
    
}


/* nav ul li a:after{
    content:"";
    position: absolute;
    height:2px;
    bottom:7px;
    left:10px;
    right:10px;
    background-color:#27e1ce;
    visibility:hidden;
}
nav ul li.active a:after{
    visibility:visible;
} */




/* Header Menu*/

.navbar-brand{
    color:black !important;
    font-size:30px;
    font-weight:700;
}

.logo{
    max-width: 240px;
}

.navbar li a{
    font-size:14px;
    color: rgba(0, 0, 0, 0.7) !important;
    font-weight: bold;
    /* margin-left:9px;
    position: relative; */
}

.menuro{
    border:2px solid #27e1ce;
    border-radius:30px;
    padding-left:16px;
    padding-right:16px;
    padding-top:7px;
    padding-bottom:7px;
   display:inline-block;
   margin-left:18px;
}

.menuro a{
    text-decoration: none;
}

.menuro:hover, .menuro a:hover{
    background-color: #27e1ce;
    color:white !important;
}

#aboutus h5, #blog h5{
    border-bottom: 6px solid #58AB47;
    display: inline-block;
    padding-bottom: 10px;
    font-size:18px !important;
    color: #1a4985;
    font-weight: 600;
    
}

.busines h5{
    border-bottom: 3px solid #1a4985;
    display: inline-block;
    padding-bottom: 10px;
    font-size:18px !important;
    color: #1a4985;
    font-weight: 600;
}

#blog h2{
    border-bottom: 2px solid #58AB47;
    display: inline-block;
    padding-bottom: 20px;
}

#aboutus{
    padding-top:40px;
   padding-bottom: 40px;
}

#aboutus p{
    font-size: 15px;
}
.card-text
{
    /* min-height: 250px; */
}
/* Feature Section*/

#features h2{
    font-weight:700;
    margin-bottom:20px;
    color:#000;
}

#features .one:before {
    content:'\f109';  
}

#features .two:before {
    content:'\f233';  
}

#features .three:before {
    content:'\f0d6';  
}

#features .four:before {
    content:'\f10a';  
}

#features .five:before {
    content:'\f201';  
}

#features .six:before {
    content:'\f200';  
}

#features h3:before{
    font-size:40px;
    color:#27e1ce;
    margin-right:20px;
    font-family: 'FontAwesome';
}

.content p{
   padding-left:65px;
   padding-bottom:35px;
}

#features h3{
    font-size:20px;
    font-weight:700;
    color:#000;
    display:flex;
}

#features{
    padding-top:40px;
    padding-bottom:40px;
}

/* Projects Section*/

#projects h2{
    font-weight:700;
    margin-bottom:20px;
    color:#1a4985;
}

#projects{
    background:rgba(0, 0, 0, 0.03);
    padding-top:40px;
    padding-bottom: 40px;
}

#projects h5{
    font-weight:400;
    color:rgba(0,0,0,0.3);
    font-size:14px;
}

#aboutus h3, #projects h3, #blog h3{
    font-family: 'Myriad Pro';
    src: url(../font/MyriadPro-Bold.otf);
    border-bottom: 6px solid #1A4985;
    display: inline-block;
    margin-bottom: 40px;
    font-weight: bold;
    color:#1a4985;
}
.card-title {
    font-size: 18px;
    border-bottom: 0px
}
#services .card-img-top{
    height:300px;
    display: none;
}

.card{
    margin-bottom:25px;
    margin-top:20px;
}


.card:hover{
    -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}

#projects .btn-primary{
    border-radius:80px;
    background:#27e1ce;
    color:#fff;
    border:none;
   padding:10px 20px;
}

#ted{
    background: #ccc;
    padding: 3em
}
.arrow{
    position: relative;
}

.arrow i{
    visibility: hidden;
    right:0px;
    position: absolute;
    top:50%;
    margin-top:-8px;  
}

.arrow:hover i{
    visibility: visible;
    color: #fff;
  margin-left:20px;
  position: relative;
}

.arrow:hover{
    padding-right: 30px;
}


/* Blog Section*/


#blog h2{
    color:#1a4985;
    font-weight: 700;
    margin-bottom:20px;
}

#blog p{
    color:gray;
    margin-bottom:30px;
}

.date{
    color:rgba(0,0,0,0.3);
    font-weight:300;
    font-size:14px;
    padding-bottom:10px;
}

#blog .btn-primary{
    border-radius:80px;
    background:#1a4985;
    color:#fff;
    border:none;
   padding:5px 10px;
}

#blog{
    background: rgba(0,0,0,0.03);
    padding-top:40px;
    padding-bottom:40px;
}

#price h2{
    color:#000;
    font-weight:700;
    margin-bottom:20px;
}

#price{
    background: rgba(0,0,0,0.03);
    padding-top:80px;
    padding-bottom:80px;
}

#price .price-box{
    background:#fff;
    margin-bottom:40px;
    text-align:center;
    padding:30px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    top: 2px;
    transition: 0.3s;
}

.price-plan{
    font-size:13px;
    text-transform: uppercase;
    color:#888f94 !important;
    font-weight:700;
    letter-spacing:2px;
    margin: 0 0 50px 0;
}

.price{
    line-height:50px;
    color:#6d6d6d;
    font-size:72px;
}

.currency{
    font-size:30px;
    padding-right:10px;
    top:-0.9em;
}

small{
    font-size:13px;
    display: block;
    text-transform: uppercase;
    color:#888f94;
}

#price p{
    margin-bottom:30px;
}

#price .btn-primary{
    background: #5bc0de;
    border-radius:80px;
    border:none;
    color:#fff;
    padding:10px 20px;
}


span{
    display:block;
    color:#d5d8db;
    margin-top:10px;
}

.price1{
    color:#27e1ce;
    line-height:40px;
    font-size:60px;
}

#price .btn-primary1{
    background: #27e1ce;
    border-radius:80px;
    border:none;
    color:#fff;
    padding:10px 20px;
}

#price .price-box:hover{
    -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
}

#update{
    background:url(../images/slide_1.jpg);
    background-size:cover;
    background-position: center center;
    padding:4em 0;
    position:relative;
    background-attachment: fixed;
}

#update .overlay{
    background:rgba(0,0,0,0.7);
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;

}

#update .btn-primary{
    background:transparent;
    border-radius:80px;
    border:2px solid #27e1ce;
    padding:10px 20px;
}

#update .btn-primary:hover{
    background:#27e1ce !important;
    color:black;
}

#update h3{
     font-size:24px;
    font-weight:400;
    color:#fff !important;
    padding-top:30px;
    padding-bottom:20px;
}


#footer-menu .btn-primary{
    background:transparent;
    border-radius:80px;
    border:2px solid #27e1ce;
    padding:10px 20px;
    color:#fff;
    margin-bottom:20px;
}

#footer-menu .btn-primary:hover{
    background:#27e1ce;

}

#footer-menu{
    background:#1a4985;
    padding-top:40px;
    padding-bottom:40px;
}


#footer-menu h3{
    font-size:16px;
    font-weight:bold;
    letter-spacing:2px;
    text-transform: uppercase;
    color:#fff;
    padding-bottom:10px;
}

#footer-menu p{
    color:#fff !important;
}

#update .float{
    float:left;
    margin-right: 10px;
}

#update ul{
    list-style: none;
}

#update li{
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

#update li::before{
    font-size:40px;
    content:'\f105'; 
    color:#27e1ce;
    margin-right:20px;
    font-family: 'FontAwesome';
}

#footer-menu .float{
    float:left;
    margin-right:10px;
}

#footer-menu ul{
    list-style: none;
    padding: 0 50px 0 0;
    margin: 0;
}

#footer-menu li{
    margin:0 0 10px 0;
    color:#fff;
}

#footer-menu ul li a{
    text-decoration:none;
    color:#fff;
}

#footer-menu ul li a:hover{
    color:rgba(255,255,255,0.5);
    text-decoration: underline;
}

#footer-menu a{
    color:#27e1ce;
    text-decoration: none;
}

#footer p{
    color:gray;
}

#footer-menu span{
    color:gray;
}

#footer-menu .copyright{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top:40px;
    padding:40px 0 0 0;
}

/* Every Day in Work Page*/

#everyday{
    background-image:url(../images/slide_1.jpg);
    padding-top:90px;
    padding-bottom:90px;
    background-size:cover;
    background-position: center center;
    position:relative;
    background-attachment: fixed;
}

#everyday .overlay{
    background:rgba(0,0,0,0.7);
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}

#everyday .btn-primary{
    background:transparent;
    border-radius:80px;
    border:2px solid #27e1ce;
    padding:10px 20px;
    color:#fff;
}

#everyday .btn-primary:hover{
    background:#27e1ce;
}

#everyday h3{

    font-size:24px;
    font-weight:400;
    color:#fff;
    padding-top:30px;
    padding-bottom:20px;
}

/* Services Pages*/

#pleasure .btn-primary {
    background:transparent;
    border-radius:80px;
    border:2px solid #27e1ce;
    padding:10px 20px;
    color:#27e1ce;
  
}

#pleasure .btn-primary:hover{
    background:#27e1ce;
    color:#fff;
}

#pleasure h2{
    font-size:20px;
    font-weight:700;
    color:#000;
   padding-bottom:20px;
}

#pleasure h3{
    font-size:30px;
    font-weight:700;
    color:#000;
    padding-bottom:20px;
}

#pleasure{
    padding-bottom:90px;
}

#pleasure p{
    padding-bottom:20px;
}

/* Price Pages*/

.features{
    background:rgba(0,0,0,0.03);
}

/* About Us Page*/

#history h2{

    font-weight:700;
    color:#000;
    padding-bottom:20px;

}

#history .btn-primary{
    background:transparent;
    border-radius:80px;
    border:2px solid #27e1ce;
    padding:10px 20px;
    color:#27e1ce;
}

#history .btn-primary:hover{
   
    background:#27e1ce;
    color:#fff;
}

#history{

    padding-top:70px;
    padding-bottom:70px;
}

#history img{
    padding-bottom:30px;
}

.weight{
    font-weight:400 !important;
}

/* About Us Section*/

#profile{
    background:rgba(0,0,0,0.03);
    padding-top:80px;
    padding-bottom:80px;
}

#profile ul{
    list-style: none;
    display:inline-flex;
}

#profile h3{

    font-size:20px;
    font-weight:700;
    color:#000;
    padding-top:40px;
}

#profile h4{

    font-weight:400;
    color:rgba(0,0,0,0.4);
    font-size:18px;
}

#profile .profile-social a{
    color:#000 !important;
}

#profile .profile-social li a{
    font-size:22px;
    padding:2px;
    
}

#profile .profile-social li a:hover{
    color:#27e1ce !important;
}

#profile li{
    padding:3px;
}


#profile h2{
    font-weight:700;
    color:#000;
}

#profile .row{
    margin-top:40px;
   
}

.pleasure{
    padding-top:70px;
    padding-bottom:70px;
}

#about .overlay1{
    background:rgba(0,0,0,0.7);
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}

#about{
    background:url(../images/image_3.jpg);
    background-size:cover;
    background-position: center center;
    padding:7em 0;
    position:relative;
    background-repeat:no-repeat;
    background-attachment: fixed;
}

#about .btn-primary {

    background:transparent;
    border-radius:80px;
    border:2px solid #27e1ce;
    padding:10px 20px;
    color:#27e1ce;

}

#about .btn-primary:hover{
    background:#27e1ce;
    color:#fff;
}

#about h3{
    color:#fff;
    padding-bottom:40px;
}

/* Contact Us Section*/

.con{
    font-weight:400;
    color:#000;
    padding-bottom:20px;
}

.contact-social li i{
    color:#27e1ce;
    font-size:22px;
    position:absolute;
    left:0;
    top:.3em;

}

.contact-social li{
    list-style: none;
    padding-left:40px;
    position:relative;
    margin:0 0 20px 0;
}

.contact-social{
    padding:0;
}

.contact-social li a{
    color:#27e1ce;
    text-decoration: none;
}


#history .btn-info{
    background:#27e1ce;
    border-radius:80px;
    border:2px solid #27e1ce;
    padding:10px 20px;
    color:#fff;
}


.padd{
    padding-bottom:40px;
}

.form-control{
    font-size:18px;
    font-weight:300;
    min-height:54px;
    border:2px solid rgba(0,0,0,0.1);
}




@media (min-width: 320px) {  
    .navbar-nav .active a{
        color:#27e1ce !important;
        border:none;
        float:left;
    }
   
    .nav-item a:hover{
        color:#1A4985 !important;
        border:none;
        float:left;
        font-weight: 500;
    }  

}

@media (min-width: 768px) { 


    .nav-item a:hover{
        /* background:#27e1ce !important; */
        color:#1A4985 !important;
        border-bottom:2px solid #1A4985;
        font-weight: bold;
    }
    
    
    .navbar-nav .active a{
        color:#1A4985 !important;
        border-bottom:2px solid #1A4985;
        font-weight: bold;
    }


/* Carousel for Index Page*/

.rounded-circle{
    width:120px;
    height:120px;
    margin-top:30px;
    margin-bottom:30px;
}

#caro h2{
    color:#000;
    font-weight:700;
    padding-bottom:30px;
    padding-top:100px;
}

.testimonial{
    font-size:20px;
    line-height:1.6em;
    color:#1a1a1a;
}

#caro span{
    font-size:18px;
    margin-top:30px;
    margin-bottom:30px;
    color:#7f7f7f;
}


#caro span a{
    color:#27e1ce;
    font-weight:300;
    text-decoration: none;
}


.loaders {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fafafa url(../images/loader.gif) no-repeat center center;
    text-align: center;
    color: #999;
    display: none !important;
}
}

.carousel-inner img {
    /* position: relative; */
    width: 100%;
  min-height: 500px;
    background-size: cover;
    background-position: center center;
}

@media only screen and (min-width: 320px) {
    .carousel-inner img {
        min-width: 1000px;
     /* height:auto;  */
     max-height: 400px; 
     
        background-size: contain;
        background-position:center;
    }
  }

.social-icon i{

    color: #fff;
    padding: 10px 10px;
}

.social-icon a:hover i{
    color:#27e1ce
}
/* @media only screen and (min-width: 400px) { */
.absolute{
    position: absolute;
    bottom: 100px;
    left: 0;
    padding: 10px 15px 12px 150px;
    background-color: #58AB47;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    width: auto;
}

/*@media only screen and (max-width: 657px) {
    .absolute{
        position: absolute;
       top:200px;
      width:450px;
      height:50px;
        background-color: #1a4985 ;
        color:#ffffff;
        font-weight: 500;
    margin-left:10px;
    }
}*/


#ceo h3, #ted h3{
    font-size:22px !important;
    color: #1a4985;
    font-weight: bold;
}

#ceo{
    padding:25px 0px;
}


@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .7rem;
        padding-left: .7rem;
    }
}


#inner-banner{
    background-size:cover;
    background-position: center center;
    padding:12em 0;
    background-repeat:no-repeat;   
}

#busicon{
    padding:3em 0;
}


/*@media only screen and (max-width: 976px) {
    #busicon .card{
        height:400px;
     max-height:400px;
        }
}


@media only screen and (min-width: 976px) {
    #busicon .card{
        height:250px;
     
        }
}

@media only screen and (max-width: 768px) {
    #busicon .card{
        height:250px;
     
        }
}*/

#busicontent{
    background: #f2f3f4;
}

.btn-link{
    color:#1A4985 !important;
    font-weight:600 !important;
    font-size:17px;
}
ul{
    list-style: none;
}

#busicon .card-title{
    border-bottom: 2px solid #58AB47;
    display: inline-block;
    padding-bottom: 10px;
    font-size:18px !important;
    color: #1a4985;
    font-weight: 600;
    

}

.desigh{
    color:#1A4985;
    font-weight: 700;
}

.designf{
    font-size:18px !important;
    color: #1a4985;
    font-weight: 600;

   
}

#busicon ul{
  padding:0;
}
#busicon li{
    text-indent: -22px;
    padding-left: 20px;
    line-height: 28px;
}
#busicon li::before{
    content: "\f069";
    font-family: FontAwesome;
    color:#58ab47;
    margin-right:10px;
    font-size: 12px
}

h6{
    font-weight: 600 !important;
    color:darkblue
}

#accordion{
    width: 100%
}

/*#busicontent button::before{
    content: "\f0a4";
    font-family: FontAwesome;
    color:#1a4985;
    margin-right:10px;
}*/