.mt-10{
    
    margin-top: 100px;
}
.nav-link{
    color: #000 !important;
    font-weight: 400;
    font-size: 15px;
    margin-right: 25px;
}
.nav-link:hover{
    color: #ffb100 !important;
    font-weight: 400;
    font-size: 15px;
    margin-right: 25px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0 !important;
    font-weight: 500;
    line-height: 1.2;
}
nav{
    box-shadow: none !important;
/*    padding: 28px !important;*/
}

.border {
    border: 1px solid #dee2e6!important;
}
.feature-1 .icon-wrapper, .person .icon-wrapper {
    position: relative;
    width: 96px;
    height: 55.43px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
    margin-top: -33.94px;
    background: #ccc;
}
.bg-primary {
    background-color: #ffb100!important;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.feature-1 .icon-wrapper:before, .person .icon-wrapper:before {
    top: -33.94px;
}
.feature-1 .icon-wrapper:before, .feature-1 .icon-wrapper:after, .person .icon-wrapper:before, .person .icon-wrapper:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 67.88px;
    height: 67.88px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 14.06px;

}

.feature-1 .icon-wrapper > span, .person .icon-wrapper > span {
    width: 96px;
    height: 96px;
    text-align: center;
    font-size: 3rem;
    line-height: 96px;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 0;
}
.text-white {
    color: #fff!important;
}
.feature-1 .icon-wrapper:before, .feature-1 .icon-wrapper:after, .person .icon-wrapper:before, .person .icon-wrapper:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 67.88px;
    height: 67.88px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 14.06px;
}

.feature-1 .feature-1-content, .person .feature-1-content {
    padding: 50px 20px 20px 20px;
    text-align: center;
}
.feature-1 .feature-1-content h2, .person .feature-1-content h2 {
    font-size: 1.3rem;
    color: #000;
}

.feature-1 .icon-wrapper:after, .person .icon-wrapper:after {
    bottom: -33.94px;
}
.feature-1 .icon-wrapper:before, .feature-1 .icon-wrapper:after, .person .icon-wrapper:before, .person .icon-wrapper:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 67.88px;
    height: 67.88px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 14.06px;
}

.btn-primary {
    color: #fff !important;
    background-color: #ffb100 !important;
    border-color: #ffb100 !important;
    box-shadow: none !important;
}

.feature-1-content p{
    
    margin: 10px auto
}

.service-icon{
    font-size: 42px;
    display: flex;
    justify-content: center;
}
.service-icon2{
    font-size: 42px;
    
}

.blog-img{
    
    position: relative;
    cursor: pointer;
    
}

.date-on-blog {
    position: absolute;
    top: 84%;
    left: 10px;
    background: #ffb100;
    height: 45px;
    opacity: .9;
    width: 65px;
}

.date-on-blog h3 {
    color: #fff !important;
    text-align: center;
    z-index: 99;
    position: relative;
    font-size: 20px;
    padding: 0px;
    margin: 9px auto;
}
.date-on-blog h6 {
    color: #fff !important;
    text-align: center;
    z-index: 99;
    position: relative;
    font-size: 11px;
    padding: 0px;
    margin-bottom: 6px;
}




.blog-box button{
    border: solid 2px #0063ff !important;
    padding: 5px 12px !important;
    margin-left: 0px;
    box-shadow: none !important;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    border-radius: 50px;
 
}
.blog-box button:hover{
    border: solid 2px #0063ff !important;
    padding: 5px 12px !important;
    margin-left: 0px;
    box-shadow: none !important;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    color: #fff !important;
 
}
.blog-box button::before{
 
    position: absolute;
    background: #0063ff;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 100px;
    content: "";
    transition: .5s;
    z-index: -1;
    border-radius: 50px;
}
.blog-box button:hover::before{
 
    position: absolute;
    background: #0063ff;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    content: "";
}



.blog-content {
    margin-top: 19px;
    padding: 15px;
    padding-bottom: 3px;
}
.blog-content span{
    
    font-style: italic;
    font-size: 11px;
    padding: 10px auto 7px auto;
    color:  #0063ff !important;

}

.blog-content h5{
    
    
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    margin-top: 5px;
}
.blog-content p {
    line-height: 21px;
    font-weight: 400;
    font-style: normal;
    color: #888888;
    font-size: 13px;
}

.blog-box {
    border: solid .1px rgba(0,0,0,.1);
    margin-top: 3em;
    margin-bottom: 40px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    border-bottom: solid 2px #ffb100;
}


.blog-icons i{
    
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    float: right;
}

.rounded-5{
    border-radius: 50px;
    padding: 10px 18px;
}


.section-bg.style-1 {
    position: relative;
}
.section-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4rem 0;
    padding-bottom: 22px;
}


.section-bg.style-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #183661;
    opacity: .9;
    z-index: 0;
}

.section-title-underline.style-2 {
    color: #fff;
}
.section-title-underline {
    color: #000;
}

.section-title-underline.style-2 span {
    border-color: #ffb100;
}
.section-title-underline span {
    display: inline-block;
    border-bottom: 4px solid #ffb100;
}
.section-bg.style-1 p {
    color: #fff;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

   
    .testimonial-box {
    padding: 10px 10px;
    background: #fff;
    height: 270px;
    margin-bottom: 30px !important;
}
  

.testimonial-section{
    
/*    background-image: url(../img/test_bg1.jpg);*/
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    
}

/*
.testimonial-section::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    background-attachment: fixed;
}
*/

.testimonial-text{
    position: relative;
}

.testimonial-text h6 {
    font-size: 14px;
    color: #03A9F4 !important;
}

.heading-testi{
    font-size: 24px;
    color: #222222;
    line-height: 36px;
    text-align: left;
    font-family: Raleway;
    font-weight: 600;
    font-style: normal;
    position: relative;
    margin-bottom: 30px;
}

.heading-testi::before{
    position: absolute;
    content: "";
    background: #fff;
    width: 30px;
    top: 35px;
    height: 3px;
    
}

.testimonial-box {
    padding: 10px 10px;
    background: #fff;
    height: 252px;
}

.testimonial-box img {
    border-radius: 50px;
    margin: 20px;
}

.testimonial-box h5{
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}

.testimonial-box p {
    font-size: 12px !important;
    line-height: 22px;
    text-align: center;
    margin-top: 16px;
}


.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -65px !important;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.section-bg.style-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #183661;
    opacity: .9;
    z-index: 0;
}

.section-bg.style-1 .icon {
    font-size: 3.5rem;
    color: #ffb100;
}

.section-bg.style-1 h3 {
    font-size: 20px;
    color: #ffb100;
    margin: 20px auto;
}

.section-bg.style-1 p {
    color: #e0e0e0;
    margin-top: 20px;
    line-height: 1.5;
    font-size: 15px;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 !important;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.footer {
    background: #183661;
    font-size: 14px;
    color: #fff;
    padding: 49px 0 5px 0px;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}

.footer .footer-heading {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}
.footer .footer-heading span {
    /* border-bottom: 1px solid #fff; */
    font-size: 20px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin: 15px auto;
}

.list-unstyled li{
    margin: 5px auto;
}
a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.footer .copyright {
    color: #fff;
    padding-top: 2rem;
    text-align: center;
}

.top-contact {
    list-style: none;
    display: flex;
    text-align: center;
    justify-content: center;
}
.my-0 {
    margin: 0px !important;
}
.py-0 {
    padding: 0px !important;
}
.top-contact li {
    text-align: center;
    color: #000;
    font-weight: 400;
    margin-right: 40px;
    padding: 0px;
}

.top-contact i {
    color: #ffb200;
    padding: 5px;
    border: solid 1px #ffffff;
    border-radius: 50px;
    margin: 5px;
    background: #ffffff;
}
.top-social {
    list-style: none;
    display: flex;
    text-align: center;
    justify-content: flex-end;
    margin-right:40px !important;
}
.top-social li {
    text-align: center;
    color: #000;
    font-weight: 400;
    margin-right: 10px;
    padding: 0px;
}
.top-social i {
    color: #ffb200;
    padding: 5px;
    border: solid 1px #ffffff;
    border-radius: 50px;
    margin: 3px;
    background: #ffffff;
}
.top-bar{
    background:#ffb200;
}
.color-theme{
    color: #ffb200;
}

.navbar.navbar-dark .navbar-toggler {
    color: #000;
}

@media(max-width:600px){
    
    .top-contact li {
    text-align: center;
    color: #000;
    font-weight: 400;
     margin-right:5px; 
    padding: 0px;
        font-size: 15px;
}
}

.page-contact-details {
    bottom: 0;
    margin: 0;
    padding: 100px 0 60px;
    position: unset;
}
.contact-details-area {
    bottom: -170px;
    margin: -170px 0 0;
    position: relative;
    z-index: 9;
}
.all-contact-details {
    padding: 0 15px;
}
.single-contact-details {
    background: #f2f2f2 none repeat scroll 0 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(204, 198, 204, 1);
    box-shadow: 0px 0px 20px 0px rgba(204, 198, 204, 1);
    margin: 0 -15px 30px;
    padding: 60px 0 67px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-contact-details .icon {
    margin: 0 -1px 23px;
}
.single-contact-details .icon i {
    color: #0063ff;
    display: inline-block;
    font-size: 46px;
    line-height: 46px;
}
.single-contact-details .title {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    margin: 0 0 8px;
}
.single-contact-details .desc {
    color: #333333;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0;
}
.single-contact-details .link {
    color: #0063ff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 25px;
    margin: 15px 0 0;
}
.single-contact-details:hover {
    background: #fff none repeat scroll 0 0;
}


/*contact-design*/
.contact-icon {
    margin-bottom: 50px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 40px 40px 40px;
    position: relative;
    z-index: 1;
    transition: .3s;
    height: 235px;
}
.contact-icon:hover {
    margin-bottom: 50px;
     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
    padding: 40px 40px 40px;
    position: relative;
    z-index: 1;
}
.single-icon i {
    font-size: 64px;
    line-height: 77px;
    margin-bottom: 20px;
    color: #ffb200;
    display: block;
}
.single-icon p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}

.contact-icon::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 80%;
    height: 2px;
    background: #ffb200;
    right: 0;
    margin: auto;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #3d5368;
    height: 52px;
    margin-bottom: 25px;
    padding-left: 20px;
    width: 100%;
}

.contact-form textarea#message {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #3d5368;
    height: 180px;
    padding: 20px;
    width: 100%;
}

input:focus, textarea:focus, select:focus {
    outline: none !important;
}

.contact-map{
        box-shadow: 0 20px 50px -10px rgba(0,0,0,.15);
    padding: 10px;
}
.Breadcrumb{
    background-image: url(../img/breadcrumb/blog1.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding: 100px;
    position: relative;
}
.Breadcrumb::before{
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: .7;
}

.Breadcrumb h1 {
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 45px;
    font-family: sans-serif;
}


.Breadcrumb p{
    color: #fff;
    mix-blend-mode: screen;
     font-weight: 400;
}
.Breadcrumb span {
    color: #ffb200;
    font-weight: 400;
}
.paragraph p{
    color: #000;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}
.paragraph h6{
     border-left: solid 3px #ffb200;
    padding-left: 8px;
    margin-bottom: 10px !important;
}
.paragraph li {
     color: #000;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
}
.dropdown-menu{
    border-radius: 0px !important;
}
.dropdown-menu a{
    font-size: 13px !important;
    font-weight: 400 !important;
}
.dropdown-menu a:hover{
    font-size: 13px !important;
    font-weight: 400 !important;
    background: #ffb200;
}
.nav-item:hover .dropdown-menu{
    display: block !important;
}

.size-box {
    box-shadow: 0px -1px 8px 1px #e1e1e1;
    padding: 20px;
    border: dotted 1px #ccc;
    margin: 0 20px;

}

.fa-book-open{
    background: #183661; 
    color: #ffb200;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50px;
    font-size: 17px;
    position: relative;
}

.form-image{
    position: relative;
    top: -220px;
    right: 100px;
    opacity: .2;
}

.single-icon  a {
    color: #000 !important;
}
.list-unstyled i {
        font-size: 18px;
      width: 30px;
}
.list-unstyled li a:hover {
    color:#ffb200 !important;
}



@media(max-width:600px){
    .top-bar {
    background: #ffb200;
    display:none;
}
}


.navbar .nav-item .nav-link {
    display: block;
    padding: 0px !important;
}