/* general */
a
{
    text-decoration: none !important;
    color: #000 !important;
}
.pd50{
    padding: 50px 0px !important;
}
.pd30{
    padding: 30px 0px !important;
}
.bg-gray
{
    background-color: #f2f2f2;
}
.pd10{
    padding: 10px 0px;
}
/* general */

/* topstrip */
.navbar .topstrip{
    padding: 5px 0px;
    background: #08508d;
    color: #000 !important;
    position: relative;
}
.navbar .topstrip::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(140deg, rgba(255,255,255,1) 33%, transparent 0%);
    z-index:0;
}
.navbar .topstrip ul{
    padding: 0px;
    list-style-type: none;
    text-align: right;
    margin: 0px;
}
.navbar .topstrip ul li{
    display: inline-block;
    padding: 0px 0px;
    top: 0px;
    font-size: 16px;
}
.navbar .topstrip ul li a{
    color: #fff !important;
}

.navbar .topstrip ul li i{
    color: #fff;
    padding: 0px 8px;
}
.navbar .topstrip .socen ul li i{
    padding: 0px;
    font-size: 15px;
    transform: scale(1);
    transition: all 105s ease;
}
.topstrip .socen ul li i:hover{
    transform: scale(1.3);
}
/* topstrip */


/* navbar */
.navbar img{
    height: 100px;
    width: auto;
}
.navbar{
    background:#fff;
    color: #000 !important;
    padding: 0px;
}
.navbar-nav{
    text-align:left;
    margin-top: 15px;
}
.navbar ul li{
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    transition: all 0.5s ease;
}

.navbar .topstrip ul li:hover a{
    border: none;
    color: #fff !important;
}
.navbar ul li a .active{
    border-bottom: 2px solid #08508d;
}

@media screen and (max-width:1025px){
    .navbar ul li{
    padding: 15px 10px;
    }
}
@media screen and (max-width:769px){
    .navbar ul li{
    padding: 15px 5px;
    font-size: 15px;
    }
}
.navbar ul li:hover a{
    color: #08508d !important;
    border-bottom: 3px solid #08508d;
    padding-bottom: 20px;
    transition: all 0.5s ease;
}

.navbar ul .active a{
    color: #08508d !important;
    border-bottom: 3px solid #08508d;
    padding-bottom: 20px;
}

.navbar ul li a{
    color: #000 !important;
    transition: all 0.5s ease;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    float: right;
    margin-top: 20px;
}
/* navbar */

/* slide */
.index-slide{
    position: relative;
}
.img-desc{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}

.index-slide .owl-item .item .img-desc h1{
	margin: 100% 0 0 0;
	 transform: rotate(-5deg);
  }
  .index-slide .owl-item.active .item .img-desc{
	opacity: 1;
  transition: all 1s ease 0.5s;
	padding:10px;
  }
  .index-slide .owl-item.active .item .img-desc h1{
	margin: 10px auto;
	transform: rotate(0deg);
	transition: all 1s ease 0.6s; 
	font-size:50px;
	text-align:center;
	color:#fff;
  }
.img-desc h1{
    position: absolute;
    top: 20%;
    left: 30%;
    transform: translate(-50%,-50%);
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    outline: none;
    word-spacing: 2;
    text-shadow: 2px 2px 15px #000;
}


.index-slide .owl-dots{
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.index-slide .owl-dots span{
    width: 10px;
    height: 10px;
    margin: 0px 8px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #adadad;
    background: #adadad;
    display: inline-block;
    padding: 0px;
    text-shadow: 2px 2px 15px #000;
}
.index-slide .owl-dots .active span{
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #fff;
    border: none !important;
}


/* .index-slide .owl-dots button{
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%,-50%);
    border: 1px solid #000;
    background: #f2f2f2;
    display: inline-block;
    padding: 0px;
    height: 9px;
    width: 8px;
    text-shadow: 2px 2px 15px #000;
}
.index-slide .owl-dots button span{
    margin: 10px;
}
.index-slide .owl-dots button .active{
    background: #fff; 
    margin: 15px;
} */
/* .img-desc p{
    position: absolute;
    top: 40%;
    left: -25%;
    transform: translate(-50%,-50%);
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    outline: none;
    word-spacing: 2;
    text-shadow: 2px 2px 15px #000;
} */
@media screen and (max-width:769px){
    .img-desc{
        display: none;
    }.img-desc h1{
        display: none;
    }
}
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    font-weight: 500;
    font-size: 50px;
    top: 52%;
    left: 5%;
    transform: translate(-50%,-50%);
    color: #fff;
    outline: none;
    text-shadow: 2px 2px 15px #000;
}
.owl-carousel .owl-nav button.owl-prev:hover{
    outline: none;
}
.owl-carousel .owl-nav button.owl-next:hover{
    outline: none;
}
.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    font-size: 50px;
    font-weight: 500;
    top: 50%;
    right: 2%;
    color: #fff;
    transform: translate(-50%,-50%);
    text-shadow: 2px 2px 15px #000;
}

/* slide */



/* place */

.place .place-img img{
    position: relative;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
    margin-top: 15px;
}
.place .place-img p{
    position: absolute;
    bottom: -4%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.place .place-img p{
    background: #fff;
    padding: 6px 6px 6px 15px;
    color: #000;
    width: 85%;
    margin: auto;
    transition: all 0.5s ease;
}
.place .place-img p span{
    float: right;
    background: #08508d;
    color: #fff;
    padding: 3px 10px;
    font-size: 23px;
    border: 1px solid #08508d;
    transition: all 0.5s ease;
}
.place .place-img p span:hover{
    color: #08508d;
    background: #fff;
    font-weight: bold;
}
/* place */


/* welcome page */
.aboutus{
    margin-top: 0px;
    padding: 0px 0px;
    background: #fff;
    color: #000;
}
.page-title{
    margin: 30px auto;
}
.page-title h4{
    color: #000;
    font-size: 18px;
    margin-top: 0px;
}
.page-title{
    padding: 10px;
}
.page-title h1{
    margin-top: 0px;
    padding: 0px;
    position: relative;
}
.page-title h1::before{
    position: absolute;
    content: '';
    bottom: -15px;
    left: 0px;
    height: 5px;
    width: 60px;
    background: #08508d;
}
.page-title h1::after{
    position: absolute;
    content: '';
    bottom: -14px;
    left: 50px;
    height: 2px;
    width: 60px;
    background: #08508d;
}
.aboutus h1{
    color: #000;
}
.page-title p{
    text-align: justify;
    font-size: 16px;
    margin-top:0px;
    /* line-height: 30px; */
    padding: 0px 0px;
    /* margin-top: 40px; */
}
.page-title .abou-para{
    text-align: justify;
    font-size: 16px;
    margin-top:0px;
    /* line-height: 30px; */
    padding: 0px 0px;
    margin-top: 40px;
}

.page-title .read a{
    color: #fff !important;
    font-weight: bold;
    border: 1px solid #08508d;
    padding: 10px 20px;
    background: #08508d;
    transition: all 0.5s ease;
}
.read{
    margin-top: 30px;
}
.page-title a:hover 
{
    color: #08508d !important;
    background: #fff;
    transition: all 0.5s ease;

}
.aboutus img{
    text-align: center;
    margin: 50px auto;
}
/* welcome page */


/* service */
.home .docu-desc{
    padding: 10px;
    text-align: center;
    color: #fff;
}
.home{
    background: #08508d;
}
.service-new{
    background: #fff;
}
.home .item1{
    padding: 15px 15px;
}
.home .item1 img{
    border-radius: 50%;
    margin: 10px 5px;
    border: 5px solid #fff;
    /* border-width: 10px; */
}
/* .home .item1 .docu-img{
    border: 1px solid #fff;
    border-radius: 50%;
} */
.home h1{
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    color: #fff;
}
.home h5{
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
}
.home p{
    font-size: 15px;
}
.home h1::before{
    position: absolute;
    content: '';
    height: 5px;
    width: 60px;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
}
.home h1::after{
    position: absolute;
    content: '';
    bottom: -21px;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 1px;
    width: 150px;
    background: #fff;
}
/* .home .item1:hover .docu-desc{
    background: #df1d35;
    transition: all 0.5s ease;
    color: #fff;
} */
/* .home .item1:hover .docu-desc a{
    color: #08508d !important;
    transition: all 0.5s ease;
} */
.home .read a{
    color: #fff !important;
    padding: 10px 15px;
    background: #000;
    transition: all 0.5s ease;
}
.home .read a:hover{
    background: #fff;
    color: #000 !important;
    transition: all 0.5s ease;
}
/* service */


/* feedback */
.feedback .item{
    padding: 20px 20px 20px 10px;
    border-radius: 5px;
    position: relative;
    margin: 15px 10px;
}
.feedback .item img{
    border-radius: 50%;
    height: 100px;
    width: auto;
}
.feedback .item p{
    margin-top: 15px;
}
.feedback .item h5{
    margin-top: 20px;
}
.feedback h1{
    text-align: left;
    position: relative;
    color: #08508d;
}
/* .feedback h1::before{
    position: absolute;
    content: '';
    height: 3px;
    width: 60px;
    bottom: -25px;
    left: 5%;
    border-radius: 50px;
    transform: translate(-50%,-50%);
    background: #fdcb08;
} */
.feedback{
    background: #f2f2f2;
}
.blog{
    padding: 10px;
}
.blog h1{
    position: relative;
    margin-bottom: 50px;
    color: #08508d;
}
/* .blog h1::before{
    position: absolute;
    content: '';
    height: 3px;
    width: 60px;
    bottom: -25px;
    left: 7%;
    border-radius: 50px;
    transform: translate(-50%,-50%);
    background: #fdcb08;
} */
.blog p{
    margin-top: 15px;
}
.blog h5{
    font-size: 15px;
}
.blog-in a{
    color: #fdcb08 !important;
    font-weight: 500;
}
.blog-in{
    padding: 15px 5px 15px 0px;
}

.feedback h1::before{
    position: absolute;
    content: '';
    bottom: -15px;
    left: 0px;
    height: 5px;
    width: 60px;
    background: #08508d;
}
.feedback h1::after{
    position: absolute;
    content: '';
    bottom: -14px;
    left: 50px;
    height: 2px;
    width: 60px;
    background: #08508d;
}

.blog h1::before{
    position: absolute;
    content: '';
    bottom: -15px;
    left: 0px;
    height: 5px;
    width: 60px;
    background: #08508d;
}
.blog h1::after{
    position: absolute;
    content: '';
    bottom: -14px;
    left: 50px;
    height: 2px;
    width: 60px;
    background: #08508d;
}
/* feedback */


 /* subscribe */
 .subscribe {
    background: transparent;
}

.sub h2{
    margin-right: 50px;
    text-align: center;
    color: #fff !important;
}
.sub-form{
    padding: 20px 0px 15px 0px;
}
.sub-form input{
    padding: 10px 20px;
    border-radius: 5px;
    position: relative;
    width: 80%;
}
.sub-form a{
    position: absolute;
    color: #fff !important;
    background-color: #08508d;
    padding: 12px 15px;
    margin-left: -10px;
    border-radius: 5px;
}
 /* subscribe */


/* footer */

.contactus p{
    text-align: left !important;
    margin-top: 10px;
 }
 .contactus{
     border-top:1px solid #fff ;
 }
 .contactus h5{text-align: left;}
 .icon{text-align: left;}
/* .footer
{
    background: #000;
    color: #fff !important;
    padding: 0px 50px;
} */
.footer{
	background:linear-gradient(rgba(0,0,0,0.9)10%, rgba(0,0,0,0.9)100%), url('../images/bg.png')no-repeat;
	color:#fff;
	text-align: center;	
}
.footer a{
    color: #fff !important;
}
.icon ul{
    padding: 0px 5px;
}
.icon li{
    display: inline-block;
    padding: 10px 10px;
    font-size: 20px;
    transition: all 0.5s ease;
}
.icon li:hover .fa{
    color: #08508d !important;
    transform: scale(1.2);
}
.icon{
    margin-left: -50px;
}

.link p:hover a{
    color: #08508d !important;
    transition: all .1s ease;
    font-weight: 500;
}
.link p:hover .fa{
    color: #08508d !important;
    transition: all 0.1s ease;
    font-weight: bold;
}
footer{
    background: #000;
    color: #fff;
    text-align: center;
}
.copyright{
    border-top: 1px solid #f2f2f2;
}
footer a{
    color: #fff !important;
}
footer p{
    margin: 0px;
    padding: 5px 0px;
    text-align: center !important;
}
footer span{
    font-weight: bold;
    transition: all 1s ease;
}
footer span:hover{
    text-decoration: underline;
    transition: all 1s ease;
}
.address{
    font-size: 15px;
}
.address .fa{
    color: #08508d;
    font-size: 20px;
    padding: 10px 12px;
    border: 1px solid #08508d;
    border-radius: 50%;
    margin: 0 auto;
}
.address p{
    line-height: 1.5;
    margin-top: -5px;
    font-size: 13px !important;
}
.address{
    margin-top: 12px;
}
.link{
    padding: 0px !important;
}

.contact-form 
{
    padding: 5px 0px;
    margin: 5px 0px;
}
.contact-form h3
{
    margin-left: 15px;
}
.contact-form p
{
    margin-left: 15px;
    margin-top: 10px;
    font-size: 17px;
}

.contact-form input{
    border-radius: 0px !important;
    height: 40px;
    padding: 10px 8px;
}
.contact-form textarea{
    width: 100% !important;
    resize: vertical;
    height: 90px;    
    padding: 10px 8px;
    margin-top: -6px;
}
.contact-form  button{
    padding: 5px 10px;
    background-color: #08508d;
    border-radius: 0px;
    border: none;
    font-size: 18px;
    color: #fff;
    border:1px solid #08508d;
    transition: all 0.5s ease;
    margin-top: -10px;
}
button:hover{
    color: #08508d;
    background-color: #fff;
    border:1px solid #08508d;
}
/* footer */

/* pageslide */
.pageslide
{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 100px 0px;
    position: relative;
}
.pageslide-desc h1{
    color: #fff !important;
    font-size: 60px;
    font-weight: bold;
}
.pageslide:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index:0 ;
}
.pageslide-desc{
    z-index: 1;
}
.pageslide-desc ul 
{
    background-color: transparent;
    padding: 5px 5px;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
}
.pageslide-desc ul li{
    display: inline-block;
    font-size: 30px;
    color: #fff !important;
    text-align: center;
}
.pageslide-desc ul li a{
    color: #fff !important;
    overflow: hidden;
}
.pageslide-desc ul li:hover a{
    font-weight: bold;
}

/* pageslide */

/* aboutus */
.about-story p{
    padding: 0px 30px 0px 0px;
    font-size: 18px;
    text-align: justify;
}
.about-story img{
    margin: 20px auto;
}
.about-story h1{
    color: #08508d;
}
.about-story{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
    padding: 20px 30px;
}
/* aboutus */


/* contact */
.contact-form 
{
    border: 1px solid #08508d;
    padding: 35px 25px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    margin: 15px 0px;
}
.contact-form h3
{
    margin-bottom: 30px;
    font-size: 35px;
    color: #08508d;
}
.contact-form p
{
    margin-left: 15px;
    margin-top: 10px;
    font-size: 17px;
}

.contact-form input, .contact-form select{
    border-radius: 0px !important;
    height: 50px;
    padding: 15px 22px;
}
.contact-form select{
    width: 100%;
    resize: vertical;   
    padding: 13px 22px;
    border: 1px solid #dbd7d7;
}
.contact-form  button{
    padding: 10px 25px;
    background-color: #08508d;
    border-radius: 0px;
    border: none;
    font-size: 18px;
    color: #fff;
    border:1px solid #08508d;
    transition: all 0.5s ease;
}
button:hover{
    color: #08508d;
    background-color: #fff;
    border:1px solid #08508d;
}


.contactus img{
    margin-top: 50px;
}
.contact-form1 i{
    font-size: 50px;
    color: #08508d;
    margin-bottom: 30px;
}
.contact-form1{
    text-align: center;
    padding: 30px 15px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    margin-bottom: 30px;
    border: 1px solid #08508d;
}

@media screen and (max-width:768px){
    .pageslide-desc ul {
        width: 100%;
        padding: 0px 30px;
        height: 80px;
    }
}

.map{
    border: 1px solid #08508d;
    margin-top: 10px;
}

.career{
    padding: 12px 20px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
    margin-top: 15px;
}
.career p{
    text-align: justify !important;
    font-size: 18px;
}
/* contact */


.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    float: right;
    margin-top: -5px;
    margin-bottom: 10px;
}



/* service */
.service-new .docu-desc{
    padding: 10px;
    text-align: center;
    color: #000;
}
.service-new{
    background: #fff;
}
.service-new .item1{
    padding: 15px 15px;
}
.service-new .item1 img{
    border-radius: 50%;
    margin: 10px 5px;
    border: 5px solid #08508d;
    /* border-width: 10px; */
}
/* .home .item1 .docu-img{
    border: 1px solid #fff;
    border-radius: 50%;
} */
.service-new h1{
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    color: #000;
}
.service-new h5{
    color: #000;
    font-size: 19px;
    margin-top: 15px;
}
.service-new p{
    font-size: 15px;
}
.service-new h1::before{
    position: absolute;
    content: '';
    height: 5px;
    width: 60px;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #08508d;
}
.service-new h1::after{
    position: absolute;
    content: '';
    bottom: -21px;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 1px;
    width: 150px;
    background: #08508d;
}
/* .home .item1:hover .docu-desc{
    background: #df1d35;
    transition: all 0.5s ease;
    color: #fff;
} */
/* .home .item1:hover .docu-desc a{
    color: #08508d !important;
    transition: all 0.5s ease;
} */
.service-new .read a{
    color: #fff !important;
    padding: 10px 15px;
    background: #000;
    border: 1px solid #000;
    transition: all 0.5s ease;
}
.service-new .read a:hover{
    background: #08508d;
    color: #fff !important;
    border: 1px solid #08508d;
    transition: all 0.5s ease;
}

.ser-inner .serin{
    padding: 20px 0px;
}
.ser-inner .serin h4{
    font-size: 20px;
    font-weight: bold;
    color: #08508d;
}
.ser-inner .serin .fa{
    color: #08508d;
}
.ser-inner .serin1 h4{
    font-size: 20px;
    font-weight: bold;
    color: #08508d;
}
/* service */


/* blog */
.home-in span a{
    border: 1px solid #000;
    padding: 8px 15px;
    color: #fff !important;
    background: #000;
    transition: all 0.5s ease;
}
.home-in span a:hover{
    color: #000 !important;
    background: #fff;
}
.home-in h4{
    margin-top: 10px;
    font-size: 23px;
}
.home-in p{
    text-align: justify;
    margin-top: 10px;
}
.blog .pagination{
    margin-top: 15px;
}
/* blog */



  
  .button {
    font-size: 1em;
    padding: 10px;
    color: #fff;
    border: 2px solid #06D85F;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
  }
  .button:hover {
    background: #06D85F;
  }
  
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .popup {
    margin: 150px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    position: relative;
    transition: all 5s ease-in-out;
  }
  
  .popup h2 {
    margin-top: 0;
    color: #08508d;
    font-family: Tahoma, Arial, sans-serif;
  }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
  }
  .popup .close:hover {
    color: #06D85F;
  }
  .popup .content {
    max-height: 30%;
    overflow: auto;
  }
  
  @media screen and (max-width: 700px){
    .box{
      width: 70%;
    }
    .popup{
      width: 70%;
    }
  }
  
  @media screen and (min-width:1000px) and (max-width:1024px)
  {
	  .navbar .topstrip ul li
	  {
		  font-size:13px !important;
	  }
  }