
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');


body{
	margin: 0;
	padding: 0;
    font-family: 'Open Sans', sans-serif;
}

.container-fluid {
    padding: 0;
}
.container-fluid .row {
    margin: 0;
}

.dropdown-menu.show a.dropdown-item {
    color: #000;
}


.content {
  padding: 16px;
}
.logo {
    width: 100%;
}
.navbar {
    padding: .5rem 0rem;
}
.sticky {
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 0px;
    position: fixed;
    background: #0a43a8!important;
    box-shadow: 0 0 20px -10px rgb(0 0 0 / 80%);
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: sticky-animation;
    animation-name: sticky-animation;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    color: #000!important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.sticky .navbar-dark .navbar-nav .nav-link{
    color: #fff;
}
.logo a img {width: 200px;}



 .top .sticky .logo a {
    color: #000!important;
    font-size: 20px;
}

section.middle-banner img {
    max-width: 100%;
}
section.middle-banner .col-md-12 {
    padding: 0;

}
.sticky + .content {
  padding-top: 60px;
}

.top{
    width: 100%;
    height: auto;
    padding: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background:url(../images/header-bg.jpg); 
}

.btn-primary {
    padding: 10px 20px;
    border: inherit;
    border-radius: 40px;
    background: #e88e2e;
}
.top p {
    line-height: 27px;
}
.top ul {
    margin: 0;
    padding: 0;
}
.top ul li {
    display: inline-block;
    list-style: none;
    padding-right: 15px;
}
.top .personal-detail {
    padding: 15px 0px;
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.top ul li a:hover{
    color: inherit;
    text-decoration: none;
}

.top ul li a{
    color: #fff;
}
.top .social-media {
    display: inline-block;
    justify-content: flex-end;
    float: right;
}
.top .bg-dark {
    background-color: inherit!important;
}
.top .col-md-2 {
    margin: auto;
}
.top  .logo a {
    color: #fff;
    font-size: 20px;
}
.top  img.wow.zoomInRight {
    max-width: 100%;
}
.top .personal-detail ul{
    display: inline-block;
}
.top .carousel-caption {
    position: inherit;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    width: 90%;
    text-align: left;
}
.top .col-md-6 {
    margin: auto;

}
.top h3 {
    font-size: 40px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 700;
}
.top img {
    max-width: 100%;
}
section.why-choose-us img {
    max-width: 100%;
}
section.why-choose-us .box .icon img {
    padding: 25px 0px;
    max-width: 31%;
}
section.why-choose-us .icon {
    text-align: center;
    border-radius: 50%;
    float: left;
    box-shadow: 7px 5px 30px 0 rgb(72 73 121 / 15%);
    margin-right: 15px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    background: transparent;
    transition: all 0.3s ease 0s;
}



section.why-choose-us .title {
    font-size: 30px;
    font-weight: 600;
}
section.why-choose-us .sub-title {
    font-size: 20px;
    font-weight: 700;
}
section.why-choose-us .box p {
    font-size: 14px;
}
section.why-choose-us .detail {
    display: table;
}
section.why-choose-us .box .icon img {
    padding: 11px 0px;
    max-width: 55%;
}
section.why-choose-us .title {
    font-size: 35px;
    padding: 15px 0px;
    position: relative;
    font-weight: 600;
}
section.why-choose-us .box {
    margin: 10px 0px;
        border: 1px solid #e9e4e4;
    position: relative;
    z-index: 1;
    padding: 10px 5px;
    background: #fbf9f94f;
    box-shadow: 7px 5px 30px 0 rgb(72 73 121 / 15%);
}
section.why-choose-us .box:before {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    transition: all .4s ease-in-out;
    left: 0;
    border-left: 1px solid #1778e0;
    border-right: 1px solid #1778e0;
    z-index: -1;
}
section.why-choose-us .box:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    border-top: 1px solid #1778e0;
    border-bottom: 1px solid #1778e0;
}

section.why-choose-us .box:hover:before, section.why-choose-us .box:hover:after {
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
}
section.why-choose-us {
    padding: 40px 0px;
}
   section.why-choose-us .col-md-6 {
    margin: auto 0;
}

.main .services-section .heading .heading-border {
    position: relative;
    padding-bottom: 30px;
    display: block;
}

.dotted-circle {
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 110px;
    padding-left: 6px;
    position: relative;
}
.dotted-circle .circle {
    justify-content: center;
    text-align: center;
    text-align: center;
    width: auto;
    height: auto;
    /* margin-top: 0; */
    padding: 15px 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* left: 18px; */
    /* margin: 6px 94px; */
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background-color: #3800ab;
}
 .dotted-circle .circle img {
    width: 50px;
    height: 50px;
}
.dotted-circle .circle:after {
    justify-content: right;
    content: '';
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border-width: 2px;
    border-color: #5340ff;
    border-style: dashed;
    position: absolute;
    width: 100px;
    /* margin: 0 auto; */
    top: 0;
    right: 0px;
    height: 100px;
    /* text-align: center; */
    top: -10px;
    left: -10px;
    animation: rotatet linear infinite 20s;
}

@keyframes  rotatet{
   from {transform: : rotate(0deg);}
  to {transform: rotate(360deg);}
}
section.services .box {
    text-align: center;
    transition: box-shadow .3s ease,transform .3s ease,-webkit-box-shadow .3s ease,-webkit-transform .3s ease;
    border-radius: 10px;
    padding: 10px 12px;
    box-shadow: 0 0 15px 0 rgb(112 122 122 / 30%);
}
section.services  .title {
    font-weight: 600;
    font-size: 35px;
}
section.services {
    padding: 45px 0px;
}
section.about-section {
    padding: 40px 0px;
}
section.about-section h2 {
    font-size: 35px;
    padding: 15px 0px;
    position: relative;
    font-weight: 600;
}
.back-to-top {
    color: #fff;
    position: fixed;
    bottom: 25px;
      scroll-behavior: smooth;
    right: 25px;
    border: inherit;
        transition: all .4s ease-in-out;
    z-index: 999;
    background: #1877df;
    display: none;
}

section.about-section p {
    line-height: 29px;
    font-size: 14px;
}
section.services p {
    padding: 10px 0px;
    font-size: 14px;
}
section.services .box .title {
    font-size: 17px;
    font-weight: 700;
}
section.anylish {
    background: url(../images/data-bg.jpg);
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 60px 0px;
}
section.anylish span {
    display: block;
}
section.anylish ul li a{
    color: #fff;

}
section.anylish ul li {
    text-align: center;
    display: inline-block;
    padding-right: 60px;
}
section.anylish ul {
    margin: auto;
    text-align: center;
}
section.anylish ul li a i {
    font-size: 60px;
}
section.anylish a {
    font-size: 20px;
    font-weight: 600;
}
.contact {

background-image: url(../images/map.png);
    background-color: linear-gradient(45deg, #3800ab, #512da8);
    padding: 30px 0px;
    background-repeat: no-repeat;
        height: auto;
    color: #fff;
    background-size: cover;
    position: relative;
}

.contact .title {
    font-size: 30px;
}
.contact .box {
    padding: 25px 11px;
    color: #000;
    border-radius: 10px;
    background: #fff;
    margin-top: 20px;

}
.contact .box h3 {
    font-size: 22px;
    font-weight: 600;
}
.contact .box a {
    font-size: 15px;
    display: table;
    padding-left: 10px;
    color: #727171;
    vertical-align: middle;
}
.contact .box i {
    font-size: 30px;
    float: left;
    color: #727171;
}

footer{
    padding: 20px 0px;
    background: #131212;
}
footer ul{
    text-align: center;
    margin: auto;
}
footer ul li {
    padding-left: 35px;
    list-style: none;
    display: inline-block;
}
footer ul li a{
    color:#fff;
}






@media (min-device-width: 992px) and (max-device-width: 1199px){

}
@media (min-device-width: 768px) and (max-device-width:991px){
section.services p {
    padding: 10px 0px;
    font-size: 11px;
}
section.services .box .title {
    font-size: 17px;
    min-height: 50px;
    font-weight: 700;
}
section.anylish a {
    font-size: 14px;
    font-weight: 600;
}
section.anylish ul li {
    padding-right: 45px;
}
}


@media (max-width: 767px){

.sticky .navbar-dark .navbar-toggler {
    position: absolute;
    background: #133a95;
    right: 0!important;
    top: -25px;
}


.navbar-dark .navbar-toggler {
    position: absolute;
    right: 0!important;
    top: -35px;
}
.top .social-media {

    float:inherit;
}

.top .personal-detail {
    padding: 5px 0px;
}
.top .carousel-caption {
    width: 100%;
  
}
.top h3 {
    font-size: 30px;
}
.logo {
    position: relative;
}
.top .personal-detail ul {
    text-align: left;
    display: inline-block;
}
.top .personal-detail ul li {
    display: inline-block;
    list-style: none;
    padding-right: 5px;
}
.top .personal-detail ul li a {
    color: #fff;
    font-size: 11px;
}
.top .social-media {
    float: inherit;
    display: none;
}
.top .personal-detail {
    padding: 10px 0px;
}
.top-menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.top .personal-detail {
    padding: 15px 0px;
    background: transparent !important;
    border-bottom: inherit;
}
.top h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}
.top .carousel-caption {
    width: 100%;
}
.top .carousel-caption {
    position: inherit;
    right: 15%;
    bottom: 0px;
    left: 0%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    width: 100%%;
    text-align: left;
}
section.why-choose-us .title {
    font-size: 30px;
    padding: 10px 0px;

}
section.services .title {
    font-size: 30px;
}
section.anylish ul {
    margin: auto;
    text-align: center;
    padding: 0;
}
section.anylish ul li {
     padding-right:inherit; 
}
section.anylish ul li {
    padding-right: inherit;
    display: block;
    padding-bottom: 34px;
}

section.anylish ul li a i {
    font-size: 60px;
    padding-bottom: 15px;
}
footer ul li {
    padding-left: inherit; 
    list-style: none;
    display: inline-block;
}
footer ul {

    padding: 0;
}
footer ul li {
    padding-left: 0;
    padding-right: 20px;
    list-style: none;
    display: inline-block;
}
footer ul li a {
    color: #fff;
    font-size: 14px;
}
section.anylish {
    padding: 30px 0px;
}
.top img.wow.zoomInRight {
    max-width: 100%;
    height: auto;
}
.carousel-item {
    padding: 40px 0px;
}

}




/*22-05-2023 Krishan Pradhan*/

.input-buttons {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #e2daf3;
    border-radius: 8px;
    color: #000;
    margin: 14px 0;
}
.input-buttons-add {
    padding-bottom: 50px;
}
.submit-buttons {
    background-color: #3800ab;
    color: #fff;
}

input:focus {
    border-color: #3800ab;
    box-shadow: 0 0 3px #3800ab;
    outline-offset: 0px;
    outline: none;
}
textarea:focus {
    border-color: #3800ab;
    box-shadow: 0 0 3px #3800ab;
    outline-offset: 0px;
    outline: none;
}
.logo {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
}
.top-menu {
    padding: 15px 0;
}
.navicon-center {
    align-items: center;
}
.page-section-a {
    padding: 50px 0;
}
.primary-bg {
    background-color: #f2f1ef;
    padding: 10px 0 10px 20px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
}
.sticky {
    border-bottom: 8px solid #fff;
}


@media only screen and (min-width:320px) and (max-width:767px) {

.top .personal-detail ul {
    text-align: center;
}
.box {
    margin: 10px 0;
}
.detail p strong {
    font-size: 15px;
}
.logo {
    width: 50%;
    padding: 8px 10px;
}
.sticky .navbar-dark .navbar-toggler {
    top: -47px;
}
.top-menu {
    padding-bottom: 0px;
}
.navbar-dark .navbar-toggler {
    top: -45px;
}
.top .personal-detail {
    text-align: center;
}



}



@media only screen and (min-width:768px) and (max-width:991px) {

.input-buttons {
    margin: 13px 0;
}
.detail p strong {
    font-size: 15px;
}
.box {
    margin: 10px 0;
}


}


@media only screen and (min-width:992px) and (max-width:1200px) {

section.services p {
    padding: 10px 0px;
    font-size: 12px;
}
.input-buttons {
    margin: 13px 0;
}


}










