@import url(aos.css);

@import url(carousel.css);

@import url(hover.css);

@import url(owl.carousel.css);

@import url(headerAndFooter.css);

@import url(bijarniadream.css);

@import url(bootstrap.css);

@import url(https://fonts.googleapis.com/css?family=Nunito);

@import url(https://kit-pro.fontawesome.com/releases/v5.10.0/css/pro.min.css);

 

.outer-ab{

    background: #1e5eac;

}

.line-height {

    line-height: 37px;

}

.bg-black-light{background:#333b44;} 





.gototop a{

    width: 50px;

    height: 50px;

    display: table;

    background: #34b8c0;

    color: #fff;

    text-align: center;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    -ms-border-radius: 50%;

    border-radius: 50%;

}



.gototop a i {height: 50px;

    display: table-cell;

    vertical-align: middle;

    font-size: 24px;

}



.dropdown-submenu {

  position: relative;

}



.dropdown-submenu .dropdown-menu {

  top: 0;

  left: 100%;

  margin-top: -1px;

}



.example-image-link{

    display: inline-block;

    padding: 4px;

    margin: 10px;

    background-color: #000;

    line-height: 0;

    border-radius: 6px;}



    

.dropdown-submenu {

 position: relative;

}



.dropdown-submenu .dropdown-menu {

    top: 0;

    left: 110%;

    margin-top: -3px;

}

.bg_orange{

   background-color: #e77817;

 }

.bg_blue_dark{

   background-color: #61676d;

 }

.services {

   width: 95%;

   margin: 0 auto;

   margin-bottom: 40px;

   position: relative;

   -webkit-transition: 0.3s;

   -o-transition: 0.3s;

   transition: 0.3s;

}

.services .icon {

   width: 70px;

   height: 70px;

   background: #e77817;

   display: table;

   text-align: center;

   margin-bottom: 30px;

   position: absolute;

   top: 0;

   left: 0;

   -webkit-border-radius: 50%;

   -moz-border-radius: 50%;

   -ms-border-radius: 50%;

   border-radius: 50%;

   -webkit-transition: 0.3s;

   -o-transition: 0.3s;

   transition: 0.3s;

}

.services .icon i {

   display: table-cell;

   vertical-align: middle;

   font-size: 40px;

   line-height: 40px;

   color: #fff;

   -webkit-transition: 0.3s;

   -o-transition: 0.3s;

   transition: 0.3s;

}

.services .desc {

   padding-left: 114px;

}

.btn-primary {

   background: #e77817;

   color: #fff;

   border: 2px solid #e77817;

}

.services:hover .icon i, .services:focus .icon i {

   color: #fff;

}

.services .icon i {

   display: table-cell;

   vertical-align: middle;

   font-size: 40px;

   line-height: 40px;

   color: #fff;

   -webkit-transition: 0.3s;

   -o-transition: 0.3s;

   transition: 0.3s;

}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {

   background: #42c4cc !important;

   border-color: #42c4cc !important;

}

 .nav-link {

	 font-weight:600 !important;

	 color:white !important}

 .navbar-nav li:hover > ul.dropdown-menu {

    display: block;

}

.dropdown-submenu {

    position:relative;

}

.dropdown-submenu>.dropdown-menu {

    top: 0;

    left: 100%;

    margin-top:-6px;

}



/* rotate caret on hover */

.dropdown-menu > li > a:hover:after {

    text-decoration: underline;

    transform: rotate(-90deg);

} 



.col-md-4>img {

    width: 100%;

    height: auto;

    padding: 20px;

}



    .section-title {

    position: relative

}

.section-title p {

    font-size: 16px;

    margin-bottom: 5px;

    font-weight: 400;

}

.section-title h4 {

    font-size: 40px;

    font-weight: 600;

    text-transform: capitalize;

    position: relative;

    padding-bottom: 20px;

    display: inline-block

}

.section-title h4:before {

    position: absolute;

    content: "";

    width: 80px;

    height: 2px;

    background-color: #d8d8d8;

    bottom: 0;

    left: 50%;

    margin-left: -40px;

}

.section-title h4:after {

    position: absolute;

    content: "";

    width: 50px;

    height: 2px;

    background-color: #FF7200;

    left: 0;

    bottom: 0;

    left: 50%;

    margin-left: -25px;

}

.pt-100 {

    padding-top: 100px;

}

.pb-100 {

    padding-bottom: 100px;

}

.mb-100{

    margin-bottom:100px;

}

.services {

    background-color: #FBFBFB;

}

.single-service {

    position: relative;

    text-align: center;

    margin-bottom: 50px;

    -webkit-transition: .3s;

    transition: .3s;

    padding: 30px 20px;

    box-shadow: 0 1px 11px rgb(30 94 172)

    /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16)*/

}

.single-service:before {

    position: absolute;

    width: 0;

    height: 0;

    background-color: #FF7200;

    left: 0;

    top: 0;

    content: "";

    -webkit-transition: .3s;

    transition: .3s

}

.single-service:after {

    position: absolute;

    width: 0;

    height: 0;

    background-color: #FF7200;

    right: 0;

    bottom: 0;

    content: "";

    -webkit-transition: .3s;

    transition: .3s

}

.single-service:hover:after,

.single-service:hover:before {

    width: 50%;

    height: 2px;

    -webkit-transition: .3s;

    transition: .3s

}

.single-service:hover {

    box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.10)

}

.single-service i.fa {

    font-size: 20px;

    width: 60px;

    height: 60px;

    border: 1px solid #ddd;

    line-height: 60px;

    margin-bottom: 30px;

    border-radius: 50%;

    -webkit-transition: .3s;

    transition: .3s

}

.single-service:hover i.fa {

    background-color: #FF7200;

    color: #fff;

    border-color: #FF7200;

    border-radius: 0;

}

.single-service h4 {

    font-size: 20px;

    font-weight: 400;

    margin-bottom: 15px;

    text-transform: capitalize;

}

.single-service p {

    font-size: 15px;

    line-height: 1.8;

}

a>h4 {

    color: white;

    background: #1e5eac;

    padding: 11px;

    margin-top: 30px;

}

a:hover {

    color: #fff;

  text-decoration:none!important; 

}

/******************  News Slider Demo-10 *******************/

.post-slide10{padding-bottom:10px;margin:0 15px;position:relative;background:#fff!important;box-shadow:0 1px 2px rgba(43,59,93,.3);margin-bottom:2em}

.post-slide10 img{width:100%;height:auto}

.post-slide10 .post-date{position:absolute;top:2%;left:8%;padding:3% 5%;background:#e74c3c}

.post-slide10 .month{font-size:14px;color:#fff;font-weight:700;text-transform:uppercase}

.post-slide10 .month:after{content:"";display:block;border:1px solid #fff}

.post-slide10 .date{font-size:14px;color:#fff;display:block;text-align:center;font-weight:700}

/*.post-slide10 .post-title{margin:25px 0 15px 0}*/

.post-slide10 .post-title a{font-size:15px;font-weight:700;color:#333;padding:0 15px;display:inline-block;text-transform:uppercase;transition:all .3s ease 0s}

.post-slide10 .post-title a:hover{text-decoration:none;color:#e74c3c}

.post-slide10 .post-description{font-size:14px;line-height:24px;color:grey;padding:0 15px}

.post-slide10 .read-more{color:#333;padding:0 15px;text-transform:capitalize;transition:color .2s linear}

.post-slide10 .read-more i{margin-left:10px;font-size:10px}

.post-slide10 .read-more:hover{text-decoration:none;color:#e74c3c}

.owl-controls .owl-buttons{margin-top:20px;position:relative}

.owl-controls .owl-prev{position:absolute;left:-40px;bottom:230px;padding:8px 17px;background:#333;transition:background .5s ease}

.owl-controls .owl-next{position:absolute;right:-40px;bottom:230px;padding:8px 17px;background:#333;transition:background .5s ease}

.owl-controls .owl-next:after,.owl-controls .owl-prev:after{content:"\f104";font-family:FontAwesome;color:#d3d3d3;font-size:16px}

.owl-controls .owl-next:after{content:"\f105"}

.owl-controls .owl-next:hover,.owl-controls .owl-prev:hover{background:#e74c3c}

@media only screen and (max-width:990px){.post-slide10{margin:0 20px}

.owl-controls .owl-buttons .owl-prev{left:-20px;padding:5px 14px}

.owl-controls .owl-buttons .owl-next{right:-20px;padding:5px 14px}

}

@media only screen and (max-width:767px){.owl-controls .owl-buttons .owl-prev{left:0;bottom:260px}

.owl-controls .owl-buttons .owl-next{right:0;bottom:260px}

}


/* online consal css  */


.OnlineConsultation {
    position: fixed;
    /* top: 400px;
    right: -34px; */
    /* z-index: 9999; */
    transform: rotate(90deg);
}

.onlinebut {
    color: #fff;
    background-color: #268b05;
    border-color: #000000;
    padding: 7px 19px;
    font-size: 17px;
}

/* online consal css  */