@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');

body{ font-family: 'Raleway', sans-serif;  }
p,a, button, span { font-family: 'Raleway', sans-serif;  }
a { text-decoration: none; }
h1,h2,h3,h4,h5,h6{  font-family: 'PT Sans', sans-serif;  }
.font-fjalla { font-family: 'Fjalla One', sans-serif;  }
.font-poppins { font-family: 'Poppins', sans-serif;  }
.font-raleway { font-family: 'Raleway', sans-serif;   }
.bg-cover{ background-size:cover; }
.bg-norepeat { background-repeat:no-repeat; }
.bg-fixed{ background-attachment: fixed; }
.fs11px{ font-size:11px; }
.fs12px{ font-size:12px; }
.fs13px{ font-size:13px; }
.fs14px{ font-size:14px; }
.fs15px{ font-size:15px; }
.fs16px{ font-size:16px; }
.fs17px{ font-size:17px; }
.fs18px{ font-size:18px; }
.fs19px{ font-size:19px; }
.fs20px{ font-size:20px; }
.fs21px{ font-size:21px; }
.fs22px{ font-size:22px; }
.fs23px{ font-size:23px; }
.fs24px{ font-size:24px; }
.fs25px{ font-size:25px; }
.fs26px{ font-size:26px; }
.fs27px{ font-size:27px; }
.fs28px{ font-size:28px; }
.fs29px{ font-size:29px; }
.fs30px{ font-size:30px; }
.fw-600{ font-weight:600; }
.text-purple { color: #7845b5; }
.text-gray{ color: #9e9e9e; }
.text-lightblack{  color:#373737;  }
.bg-purple { background-color: #4f2799; }
.bg-lightpurple {   background-color: #af6edc;  }
.bg-grey{  background-color: #ebebeb; }
.border-purple { border-color: #4f2799 !important; }
.border-lightpurple {  border-color: #af6edc !important; }
.bg-gray { background-color: #f5f5f5; }

.banner, .about-banner {  height: 700px;  }
.banner-title {  font-size: 54px;  }
.bottom_btn .btn-default, .banner .btn-default, .about-banner .btn-default {
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.bottom_btn .btn-default:hover, .banner .btn-default:hover, .about-banner .btn-default:hover {
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    background-color:#442184;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}
.bottom_btn .btn-danger:hover, .banner .btn-danger:hover, .about-banner .btn-danger:hover {
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    background-color: #a267cc; 
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}
.banner .btn, .bottom_btn .btn, .btn.btn-default, .btn.btn-danger  {
    letter-spacing: 0px;
    font-size: 18px;
    color: #fff;
    width: 280px;
    margin: 5px;
    padding: 14px 1px;
    transition: all 0.25s ease;
}
.counter {
    background: none;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    background: linear-gradient(to bottom right, rgb(176, 111, 222) 0%, rgba(79,39,153,1) 100%);
    padding: 20px 0;
}
.top_blocks h1 {
    font-size: 40px;
    color: #1c0427;
}
.top_blocks h4 {
    font-size: 20px;
    color: #1c0427;
    margin-bottom: 60px;
    font-style: italic;
}
.home-mini-titles {  font-size: 25px; }
.home-subtitles {  margin-bottom: 60px; }
.thumb_detail {
    background-color: #ebebeb;
    border-radius: 5px;
    box-shadow: 0 4px 9px 0 rgba(23,28,33,.06);
    padding: 40px;
   	height: 100%;
}
.img-icon {  width: 70px; }
.thumb_detail h3 {  margin: 30px 0 10px; color: #373737;  }
.thumb_detail p {  color: #373737;  }
.bottom_cont {
    background: none;
    height: 171px;
    background-color: #ebebeb;
    color: white;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    background: linear-gradient(to bottom right, rgb(89, 47, 160) 0%, rgb(138, 83, 194) 100%);
}
.mic img {  margin-top: -65px; width:90%; }
.mp3 {  background-color: #f1f3f4;  }
.mp3 audio {  width: 100%;  }
.gallery .detail {  text-align: center;  }
.gallery .detail h4 {
    font-size: 15px;
    margin-bottom: 4px;
    background: #ebebeb;
    padding: 10px 0;
    margin-top: 0;
}
.bottom_btn {
    margin-top: 25px;
    margin-bottom: 80px;
}
.bottom_btn:after {
    content: "";
    position: absolute;
    top: 33px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #6a6a6a;
    z-index: -1;
}
.home-titles {  font-size: 38px;  }
.world_wide .flag-border img {
    float: none;
    margin: 40px auto 11px auto;
    width: 50px;
    border: 1px solid #ebebeb;
}
.world_wide .flag-sec a { text-decoration:none; }
.world_wide .flag-sec a p {
    float: none;
    color: #373737;
    min-height: 50px;
    font-size: 14px;
}
.world_wide .flag-border {
    text-align: center;
    /* padding: 20px; */
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    min-height: 157px;
}
.bottom_contact {  background-color: #ebebeb;  }
.bottom_contact .form-control, .footer_form .select select  {
     background-color: rgb(216, 216, 216) !important;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15), inset 0 1px 2px 0 rgba(0, 0, 0, 0.25) !important;
    color: #000000;
    padding: 7px 12px;
    font-size: 14px;
    border: 1px solid #ebebeb;
}
.form-control {
    border-radius: 0px;
    padding: 10px;
    margin-bottom: 20px;
}
.bottom_contact textarea {
    height: 120px !important;
    max-height: 120px !important;
    max-width: 100%;
}

.btn.submit {
    background: #4f2799;
    border-radius: 5px;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
        width: 130px;
        padding: 10px;
}
.footer_form form.wpcf7-form h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    margin: auto;
    color: #9e9e9e;
    letter-spacing: 1px;
}
.footer .links li{
	display: inline-block;
}
.footer .links li a { 
	color: #000000;
	text-decoration: none;
	font-size: 14px;
    position: relative;
    margin: 0px 5px;
 }
 .footer .links li:first-child a:before{ display:none; }
 .footer .links li a:before {
    content: "";
    position: absolute;
    left: -6px;
    background: #333;
    height: 15px;
    width: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.social {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    text-align: center;
}

.social>li {
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
    margin: 0px 2px;
}
.social li i {
    font-size: 19px;
    color: #4f2799;
}
.designation h4 {  color: #ffffff; margin-bottom:0px; }
.designation p{ color:#fff }
.designation {  margin-top: 20px;  }
.testo_top {
    display: block;
    text-align: center;
}
.testo_img {  margin-right: 18px;  }
.testo .left_testo {
    background: linear-gradient(to bottom right, rgb(176, 111, 222) 0%, rgba(79,39,153,1) 100%);
    padding-top: 40px;
    padding-bottom: 19px;
}
.stars {   margin: 25px 0;  }
.stars ul { text-align:center; width:100%; justify-content: center; }
.stars ul li { margin:0px 5px; }
.stars ul li i {  color: #ffef00; font-size:25px; }
.testo .right_testo {
    background: #eeeeee;
    padding: 40px;
    height: 300px;
    position: relative;
}
.further_detail h4 {
    font-size: 20px;
    color: #333;
}
.further_detail p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
}
.testimonial-slider .carousel-indicators { position: relative; margin-top: 30px;  }
.testimonial-slider .carousel-indicators button {
    border: 1px solid #6e3eaf;
    width: 9px;
    height: 9px;
    border-radius: 50% 50%;
    margin: 0px 3px;
}
.testimonial-slider .carousel-indicators button.active {  background-color: #6e3eaf;  }
.testo_detail .colon {  display: inline-block; }
.testo_detail .further_detail {
    display: inline-block;
    width: 90%;
    vertical-align: top;
}
.slideanim img {
    margin: 0px 0px 32px 0px;
    width: 100%;
}
.about-banner ul {
    background: transparent;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    display: inline-block;
    clear: both;
    padding: 13px 0;
    margin: 0px auto 30px; 
    width: auto;
}
.about-banner ul li {
    color: #ffe0f4;
    line-height: 12px;
    padding-right: 28px;
    margin-right: 28px;
    font-size: 18px;
}
.about-banner ul li:last-child {
    border-right: none;
    padding-right: 5px;
    line-height: 1;
    margin-right: 0;
    
}
.about-titles-small {
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    margin: 30px 0 10px;
    color: #4f2799;
}
.green-bulb {  margin-top: 35px; }
.mic-service{ 
    display:flex; 
    flex-wrap:wrap;
    align-items: flex-start;
}
.about-thumb_detail {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 4px 9px 0 rgba(23,28,33,.06);
    padding: 40px;
    height: 100%;
    text-align: left;
}
.about-thumb_detail img{
    height: 80px!important;
    width: auto!important;
}
.about-thumb_detail h3 {
    margin: 30px 0 10px;
    color: #373737;
}
.native-icon {  width: 70px; }
.logo-carousel .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    justify-content: center;
    align-items: center;
    height: 21px;
    width: 111%;
    left: -61px;
}
.logo-carousel .owl-nav .owl-next {  float: right;  }
.logo-carousel .owl-nav .owl-prev, .logo-carousel .owl-nav .owl-next {
    height: 46px;
    font-size: 18px !important;
    background-color: #af6edc !important;
    color: rgb(255 255 255 / 87%) !important;
    border-radius: 50% 50%;
    width: 46px;
    margin-top: -19px;
}
.select-input .btn.btn-default {  display: none;  }
.select-input .selectpicker {
    width: 100%;
    background: #e0e0e0;
    text-align: left !important;
    outline: none;
    padding: 9px 5px;
    border: 1px solid #c1c1c1;
    margin-bottom: 12px;
    font-size: 14px;
}
.form-area .btn-success {
    width: 150px;
    height: auto;
}
.before-border:before {
    content: "";
    position: absolute;
    left: -13px;
    bottom: -10px;
    width: 212px;
    background: #000;
    height: 2px;
}
.navbar-header ul.navbar-nav .nav-item .nav-link {
    color: #212121;
    font-size: 12px;
    padding: 15px 6px;
    font-weight: 700;
    text-transform: uppercase;
}
.navbar-header ul.navbar-nav .nav-item .nav-link:hover, .navbar-header ul.navbar-nav .nav-item .nav-link:active,
.navbar-header ul.navbar-nav .nav-item .nav-link:focus {
    color: #af6edc;
}
.query_section li{ display: inline-block;  } 
.query_section li .phone-icon {
    width: 25px;
    text-align: center;
    margin: 0px auto 9px;
}
.query_section li .btn {
    outline: none;
    box-shadow: 0px 0px;
    border: 0px;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #2f2c2c;
    padding-left: 7px;
    padding-right: 7px;
}
.statistics-inner .count-number {
    font-family: 'Fjalla One', sans-serif;
    color: #fff;
    font-size: 53px;
    font-weight: 500;
    position:relative;
}
.statistics-inner .count-title {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}
.plus .count-number:after, .per .count-number:after {
    content: "+";
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    vertical-align: middle;
    font-size:36px;
}
.per .count-number:after{  content: "%"; }
.navbar-header .navbar-nav .dropdown-menu li a {
    font-size: 14px;
    padding: 7px 16px;
}
.world_wide .col-md-2 a p {
    float: none;
    color: #373737;
    min-height: 50px;
}
.world_wide .col-md-2 img {
    float: none;
    margin: 40px auto 11px auto;
    width: 50px;
    border: 1px solid #ebebeb;
}
.world_wide .col-md-2 {
    text-align: center;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    min-height: 157px;
}
.select-input select {
    text-align: left !important;
    padding: 11px 8px;
    border-color: #ced4da;
    margin-bottom: 13px;
    outline: none !important;
    font-size: 15px;
    width: 100%;
}
.navbar-header ul.navbar-nav .nav-item .dropdown-toggle:after {  font-size: 16px;  }
.whatsapp-icon {
    position: fixed;
    right: 17px;
    bottom: 18px;
    z-index: 10;
    font-size: 14px;
}
.scu-player {
    margin: 29px 10px 30px;
    background-color: #ebebeb;
    border-radius: 5px;
    box-shadow: 0 4px 9px 0 rgba(23,28,33,.06);
    text-align: center;
    padding: 10px 0px;
}
.scu-player iframe {  height: 235px; }
.bg-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(8 8 8 / 45%);
}
.wow-modal-overlay .modal-content .modal-header{  background: #4f2799; display:block;  }
.wow-modal-overlay .modal-content .modal-header h3 {
    text-align: center;
    color: #fff;
    font-weight: 500;
    width:100%;
    font-family: 'PT Sans', sans-serif;
    font-size: 40px;
}
.wow-modal-overlay .modal-content .modal-header p{
    color: #fff;
    text-align: center;
    font-size:14px;
}
.wow-modal-overlay .modal-dialog {
    width: 100%;
    max-width: 555px;
}
.wow-modal-overlay .modal-dialog .modal-body .form-group label {
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 500;
}
.wow-modal-overlay .modal-dialog .modal-body {
    padding: 25px 31px;
    background-color: #fff;
}
.wow-modal-overlay .modal-dialog .form-control {
    width: 100%;
    background-color: #fff !important;
    border: 1px solid #c6c6c6 !important;
    box-shadow: 0px 0px !important;
    padding: 10px;
    outline: none !important;
    font-size: 14px;
    margin-bottom: 9px;
}
.wow-modal-overlay .modal-dialog textarea {
    height: 80px !important;
    resize: none;
    outline: none;
    font-size: 14px !important;
}
.wow-modal-overlay .modal-dialog .btn-success {
    background-color: #4f2799;
    border-color: #4f2799;
    font-size: 15px;
    padding: 11px 26px;
    outline: none;
    margin-top: 10px;
}
.wow-modal-overlay .modal-content .close {
    position: absolute;
    right: 0;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    top: 0;
    font-size: 23px;
    width: 38px;
    outline: none;
}























@media only screen and (max-width : 640px) {
.navbar-toggler {
    border: 0px !important;
    outline: none !important;
    box-shadow: 0px 0px;
} 
.banner-title {  font-size: 41px;  }
.banner, .about-banner {  height: 500px;  }
.query_section li .btn {
    font-size: 10px;
    padding-left: 8px;
    padding-right: 8px;
}
.top_blocks h1 {  font-size: 28px; }
.home-mini-titles {  font-size: 21px;  }
.mic {  display: none;  }
.bottom_cont { height: auto; padding-top: 15px; padding-bottom: 15px; }
.bottom_cont .col-sm-4 {
    margin: 10px auto;
}
.left_testo { display: none; }
.testo .right_testo{ height: auto; }
.home-titles {  font-size: 27px;  }
	}
	
	
	
	
	
	





