* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;  
}
.client-image img {
    filter: blur(4px);
    -webkit-filter: blur(4px);
}

.section-scroll-py {padding-top:80px; margin-top:-80px; z-index:-1;}

.fixedwhatsapp {position: fixed;z-index: 999;width: 53px;right: 30px;bottom: 30px;}
html, body, .wrapper {
  height: 100%;
}
.color-white {color: #fff !important;}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: bold;
  line-height: 1.2;
  font-family: 'Livvic', sans-serif;
  letter-spacing: 0;
  margin: 0;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next, .carousel-control-prev {
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 5px;
    opacity: 1;
    cursor: pointer;
}
.carousel-control-prev {
    left: 20px;
}
.carousel-control-next {
    right: 20px;
}

a {
      -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

  a:focus, a:hover {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
h2 {font-size:40px;}
.pt-100 {padding-top:80px;}
.pb-100 {padding-bottom:80px;}
.navbar{
    padding:0px;
}
header {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
.header.fixed {
    position: fixed;
     animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
.top-head {
    padding: 15px 0px;
    background-color: #10369f;
}
.top-header {
    background-color: #ff214f;
    padding: 8px 0px;
}
.solution-image img {
    width: 243px;
}
/*.top-header:before {
    content: '';
    position: absolute;
    clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
    background-color: #10369f;
    width: 23%;
    height: 100%;
}*/
.top-header .btn{
    height: 80px;
    border-radius:0px;
}
.main-logo {
    width: 280px;
}
.body-px {padding-left:150px; padding-right:150px;}


.round-image img {
    animation: spin 25s infinite linear;
    -webkit-animation: spin 25s infinite linear;
    -moz-animation: spin 25s infinite linear;
    display: inline-block;
    width: 100%;
}
@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}   
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 150px;
    transform: translateY(-50%);
    right: 150px;
}
.banner-content h1 {
    font-size: 40px;
    color: #ff214f;
}

.banner-content p {color:#fff;}

.btn {
    background-color: #10369f;
    font-size: 16px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    padding: 12px 30px;
    border: none !important;
    position: relative;
    border-radius: 8px;
    outline: none;
    justify-content: center;
    outline: none;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s all;
    color: #fff;
    box-shadow: none !important;
}

.btn:hover{color:#fff; opacity:0.9;   transition:0.5s all;}
.image-pandit {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.contact-num a {
    font-size: 22px;
    margin-right: 21px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-num i {
    color: #fff;
    font-size: 30px;
}
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.marqueediv {
    background-color: #10369f;
    color: #fff;
    font-size: 14px;
    padding: 13px 0px;
    line-height: 15px;
    font-weight: 600;
}
.content-image {
    height: 120px;
    width: 120px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 30px;
}
.site-heading .devider {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #ff214f;
    position: relative;
    z-index: 1;
}

.site-heading {
    margin-bottom: 20px;
    overflow: hidden;
    margin-top: -5px;
}
.site-heading h2 {color:#10369f;}
.site-heading h2 span {color:#ff214f;}

.whychoose-item {
    background-color: #eee;
    border-radius: 5px;
    padding: 35px;
    box-shadow: 0 0 8px 0 #e3e3e3;
    margin-bottom: 35px;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #000;
}
.whychoose-item:before {
    position: absolute;
    content: '';
    border: 28px solid;
    width: 125px;
    height: 125px;
    border-color: rgb(228,33,33,0.05);
    border-radius: 50%;
    bottom: -40px;
    right: -40px;
}

.choose-image {
    border-radius: 50%;
    width: 24%;
    margin: 0 auto;
    margin-bottom: 30px;
    background-color: rgb(16 54 159);
    padding: 21px;
    border-radius: 30px 0 25px 25px;
}
#services .container-fluid {
    background-color: #e7e7e7;
    margin-bottom: 70px;
}

.whychoose-item h3 {
    color: #10369f;
    font-size: 20px;
    margin-bottom: 8px;
}
.whychoose-item p {
    color: #585858;
    font-size: 15px;
    line-height: 23px;
    margin-bottom:0px;
}

.solutionproblem {
    background-image: url("../img/whychose-background.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}
.solutionproblem .site-heading {
    background-color: rgb(255 33 79 / 50%);
    padding: 50px;
    border-radius: 10px;
    width: auto;
    display: inline-block;
    margin: 0 auto;
}
.service-bg {
    background-image: url("../img/bg-list.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}
.services-item {
    background-color: #fff;
    border-radius: 7px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 0px 7px #d5d5d5;
}
.service-content {
    padding: 15px;
    text-align: center;
    min-height: 200px;
}
.services-slider .item {padding:5px;}
.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    right: 0;
}
.owl-nav .owl-prev {
    position: absolute;
    left: -110px;
}
.owl-nav .owl-next {
    position: absolute;
    right: -110px;
}

.service-content a {
    font-size: 18px;
    color: #10369f;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-content a i {
    margin-right: 10px;
    display: inline-block;
    font-size: 24px;
}








.service-content h4 {
    font-size: 22px;
    margin-bottom: 10px;
}
.testmonials-item {
    background-color: #10369f;
    padding-top: 30px;
    border-radius: 8px;
    text-align: left;
    padding: 30px;
}
.testmonials-item .test-content {
    color: #fff;
    text-align: left;
}
.client-image {
    width: 85px;
    height: 85px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 26px;
}
.test-content .title {
    color: #ffffff;
    font-size: 22px;
    margin-top: 13px;
    padding-left: 19px;
}
.service-list li {
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    background-color: rgb(255 33 79 / 64%);
    border-radius: 30px 0px 30px 0px;
    padding: 0px 17px;
    margin-bottom: 10px;
    text-align: center;
}
.about-pandit:before {
    content: '';
    position: absolute;
    background-color: #000;
    background: url("../img/shape2.png");
    width: 667px;
    right: 0;
    bottom: 0;
    top: -16px;
    height: auto;
    border-radius: 0px;
    opacity: 0.5;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
    background-repeat: no-repeat;
}

.mover {
           -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

.test-content p {
    position: relative;
    padding-left: 15px;
}
.test-content p:before {
    position: absolute;
    content: "\f10d";
    font-family: 'FontAwesome';
    left: -19px;
    font-size: 28px;
    top: -6px;
    opacity: 0.6;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.navbar-nav .nav-item {
    padding: 0px 11px;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #10369f;
}
.content-slider {width:45%;}
.imageground {
    position: absolute;
    top: -25%;
    right: 0;
}
.imageground .img1 {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin-right: -120px;
    position: relative;
    z-index: 2;
}
.imageground .img2 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: -240px;
    position: relative;
    z-index: 2;
}
.imageground .img3 {
    width: 189px;
    margin-left: -127px;
    margin-top: -57px;
    position: relative;
    z-index: 1;
}
.contact-image {
    background-image: url("../img/contact-bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 40px;
    border-radius: 10px;
}
.contact-list li {
    color: #fff;
    margin-top: 12px;
    font-size: 20px;
}
.contact-list li a {
    color: #fff;
}
.contact-list li i{
    margin-right:15px;
}
.contact-list li a:hover {color:#ff214f; text-decoration:none;}

.footer {background-color:#10369f; padding:40px 0px;}
.fixed-contact {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    margin-bottom: 0px;
}
.fixed-contact li {
    display: inline-flex;
    width: 50%;
    background-color: #ff214f;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 9px;
    font-size: 16px;
    color:#fff;
}
.fixed-contact li i {
    -webkit-animation: pulsate 0.7s ease-out;
    animation: pulsate 0.7s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    font-size: 21px;
    margin-right: 7px;
    display: inline-block;
}
.fixed-contact li a{
color:#fff;
}
.whatsapp-btn {
    background-color: #57b553 !important;
}



@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    opacity: 1;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    opacity: 1;
  }
}
.contact-box {
    background-image: linear-gradient(250deg,#4e95ed 0,#03228f 100%);
    padding: 30px;
    border-radius: 5px;
    height: 100%;
}
.contact-box .address-box {
    display: flex;
}

.contact-box .address-box .address-icon {
    background-image: linear-gradient(275deg,#fff 0,#fcfcff 100%);
    min-width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    margin-right: 23px;
    font-size: 23px;
}
.contact-box .address-box .address-text .label {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin-bottom: 5px;
}
.contact-box .address-box .address-text a {
    color: #fff;
}


@media only screen and (max-width:1440px) {
    .body-px {padding-left: 80px;padding-right: 80px;}
    .owl-nav .owl-prev {left: -60px;}
    .owl-nav .owl-next {right: -60px;}
    .owl-nav img {width: 45px;}
    .solution-image img {width: 195px;}
    .top-header {padding: 2px 0px;}
    .navbar-light .navbar-nav .nav-link {font-size: 16px;}
    .service-content h4 {font-size: 18px;}
}


@media only screen and (max-width:999px) {
    .body-px {padding-left:40px;padding-right: 40px;}
    .navbar-light .navbar-toggler-icon {background-image: url("../img/menu.png");width: 40px;}
    .navbar-toggler {border:none; box-shadow:none; outline:none;}
    .navbar-toggler:focus, .navbar-toggler:hover{border:none; box-shadow:none; outline:none;}
    .main-logo {width: 150px;}
    .contact-num {display:none;}
    .banner-content {left: 40px;width: 51%;}
    .banner-content h1 {font-size: 32px;}
    .content-image {height: 85px;width: 85px;margin-bottom: 15px;}
    .pt-100 { padding-top: 50px;}
    .pb-100 {padding-bottom: 50px;}
    .navbar-nav {padding-left: 10px;margin-top: 15px;}
    .owl-nav .owl-prev {left: -22px;}
    .owl-nav .owl-next {right: -22px;}
    .top-header {padding: 0px;}
    .navbar-toggler { position: absolute;top: -68px; right: -15px;}
    .call-btn {position: fixed;bottom: 13px;width: 40px;left: 10px;	z-index: 999;
}
}

@media only screen and (max-width:767px) {
    .body-px {padding-left: 15px; padding-right: 15px;}
    .main-logo {width: 100%;margin-bottom:0px; margin-right: 0px;}
    .navbar-light .navbar-toggler-icon {width: 38px;height: 24px;}
    .banner-content {left: 15px;width: 88%;}
    .banner-content {left: 15px; width: 92%;top: 50%;}
    .banner-content h1 {font-size: 22px;}
    .banner-content h1 {font-size: 22px;margin-bottom: 9px !important;}
    .content-image {height: 75px;width: 75px;margin-bottom: 10px;}
    .marqueediv {font-size: 14px;padding: 8px 0px;line-height: 14px;}
    h2 {font-size: 24px;}
    .pt-100 { padding-top:35px;}
    .pb-100 {padding-bottom:35px;}
    .whychoose-item {text-align:center;}
    .choose-image {width: 18%;margin-left: auto;margin-right: auto;}
    .service-list li {font-size: 16px;line-height: 33px;}
    .client-image {width:100px;height: 100px;}
    .fixedwhatsapp {position: fixed;z-index: 999;width: 40px;right: 10px;bottom: 13px;}
    body {font-size: 16px;line-height: 23px;}
    .whychoose-item h3 {font-size: 18px; margin-bottom: 5px;}
    .service-content h4 {font-size: 20px;}
    .footer {padding-bottom: 65px;}
    .top-head {padding: 5px 0px;}
    .solution-image img {width: 175px;}
    .navbar-toggler {top: -48px;}
    .carousel-control-next, .carousel-control-prev {width: 40px;height: 40px;}
    .carousel-control-prev {left: 12px;}
    .carousel-control-next {right: 12px;}
    .carousel-item img {height: 180px;}
    .choose-image {width: 23%;padding: 17px;margin-bottom: 18px;border-radius: 16px 0 16px 16px;}
    .whychoose-item {padding: 19px; margin-bottom:15px;}
    .owl-nav {width: 90%;margin: 0 auto;}
    .owl-nav img {width: 34px;}
    .sec-title h3 {font-size: 20px;}
    .sec-title p {font-size: 12px;}
    .contact-box .address-box .address-icon {margin-right: 12px;}
    .main-logo img {
        width: 145px !important;
    }
    .solution-image img {
    width: 142px;
    margin-left: 29px;
}
    .service-content {
    min-height: auto;
}
}


@media only screen and (max-width:576px) {
   


}