a{
    text-decoration: none !important;
    transition: all 0.6s;
}

body,
html {
  height: 100%;
}

p{
    margin: 0;
    padding: 0;
}

body {
   font-family: Poppins;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: 0.5s;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  transition: 0.3s !important;
}

a:focus {
    outline: 0;
}

ul{
    padding: 0 !important;
    margin: 0 !important;
}

ul li{
    list-style-type: none;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/*---- font family secion start -----*/
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: SangGuru;
    src: url('../fonts/SangGuru.eot');
    src: url('../fonts/SangGuru.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SangGuru.woff2') format('woff2'),
        url('../fonts/SangGuru.woff') format('woff'),
        url('../fonts/SangGuru.ttf') format('truetype'),
        url('../fonts/SangGuru.svg#SangGuru') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*-- font family secion end ---*/

/*--- header section start ---*/
.head_bg {
    background: #fff;
}
.header_nav ul li {
    display: inline-block;
    padding-right: 25px;
}
.header_nav ul li:last-child{
   padding-right: 0;
}
.header_nav ul li.active a{
    color: #7f007f;
}
.header_nav ul li a {
    color: #0d0d0d;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    position: relative;
}
.header_nav ul li > a::before {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #7f007f;
    transition: width .3s;
    position: absolute;
    top: 0;
    left: 0;
}
.header_nav ul li > a:hover::before,
 .header_nav ul li.active a::before,
  .header_nav .current-menu-item a:hover,
   .header_nav .current-menu-item a::before ,.header_nav .current-menu-ancestor a::before{
    width: 100%;
}
.header_nav ul li a:hover{
    color: #7f007f;
}
.header_nav ul li li{
    padding: 0;
    text-align: left;
}
.header_nav ul li li a::before{
    display: none;
}
.hd_topbtn ,.form_leftbox .box .btn{
    padding: 10px 25px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    background: #3369f4;
    transition: all 500ms ease-in-out;
    position: relative;
}
.hd_topbtn:hover ,.form_leftbox .box .btn:hover{
    box-shadow: inset 0 80px #000;
    color: #fff;
}
.hd_borderbtn {
    border: 2px solid #3369f4;
    background: transparent;
    color: #0d0d0d;
    padding: 8px 25px;
    margin-right: 10px;
}
.hd_topbtn2{
    background: #31004b;
}
.navbar-default.navbar-shrink .head_bg {
    box-shadow: 0px 0px 15px -8px #8f8f8f;
}
/*--- banner section start ---*/
.banner_info {
    margin-top: 80px;
    position: relative;
}
.ms-slide::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0);
    background: linear-gradient(90deg, rgb(0 0 0 / 0%) 0, rgb(0 0 0 / 0%) 48%, rgb(0 0 0 / 70%) 55%, rgb(0 0 0 / 75%) 100%);
    z-index: 1;
}
.ms-slide-info {
    position: absolute !important;
    top: 50%;
    width: 495px !important;
    transform: translatey(-50%);
    right: 9%;
}
.banner_texthd {
    font-size: 33px;
    color: #fff;
    font-weight: bold;
    line-height: 35px;
    text-transform: uppercase;
}
.banner_smtext {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.banner_text_para {
    color: #fff;
    font-weight: 500;
    margin-top: 17px;
}
.banner_btnbox {
    margin-top: 30px;
}
.banner_btnbox .main_linkbtn {
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.banner_info .ms-nav-prev {
    background: url(../images/banner_leftslide.png) no-repeat !important;
    width: 15px !important;
    height: 28px !important;
    right: 44%;
    left: auto !important;
    bottom: 10%;
    top: auto !important;
}
.banner_info .ms-nav-next {
    background: url(../images/banner_rightslide.png) no-repeat !important;
    width: 15px !important;
    height: 28px !important;
    bottom: 10%;
    top: auto !important;
    right: 40% !important;
}
/*-- banner section end --*/

/*--- choose section start ---*/
.main_text_hd {
    font-size: 30px;
    color: #191919;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 35px;
}
.main_text_para {
    font-size: 15px;
    color: #191919;
    font-weight: 500;
}
.choose_info {
    padding: 65px 0 50px;
}
.choose_boximg img {
    height: 227px;
    object-fit: cover;
    width: 100%;
    border-radius: 7px;
}
.choose_texthd {
    font-size: 20px;
    font-weight: bold;
    color: #32004b;
    text-transform: uppercase;
    height: 55px;
    display: flex;
    align-items: center;
}
.choose_text_para {
    font-size: 14px;
    color: #191919;
    line-height: 25px;
}
.choose_text {
    position: relative;
    min-height: 200px;
    padding-right: 10px;
}
.choose_text::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 52px;
    height: 3px;
    background: #31004b;
}

/*--- choose section end --*/

/*-- qualify section start --*/
.qualify_icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #3369f4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qualify_text {
    width: 65%;
    color: #040404;
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
    text-transform: uppercase;
    margin-left: 15px;
}
.qualify_info {
    background: #e6f4ff;
    padding: 35px 0 15px;
}
/*-- qualify section end --*/

/*-- about section start --*/
.about_info {
    padding: 50px 0 60px;
    position: relative;
    background: url(../images/about_backimg.jpg);
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
}
.about_info::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(50 0 75 / 92%);
    z-index: -1;
}
.clien_btandicon {
    display: inline-block;
    text-align: center;
    font-family: Impact;
    font-size: 35px;
    color: rgb(255 255 255 / 5%);
    text-transform: uppercase;
    position: relative;
    padding: 0 20px 0 28px;
}
.clien_btandicon::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: rgb(255 255 255 / 15%);
    bottom: 0;
    margin: auto 0;
}
.marquee {
    position: relative;
    overflow-x: hidden;
    padding-bottom: 90px;
}
.trak {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}


.about_leftbox {
    padding-right: 70px;
}
.main_small_text {
    font-size: 23px;
    color: #000;
    font-family: SangGuru;
    margin-bottom: 15px;
}
.services_box {
    background: #fff;
    padding: 20px 20px 35px;
    min-height: 100%;
    box-shadow: 0px 6px 8px rgba(0,0,0,0.07);
    border-radius: 6px;
}
.services_text_hd {
    font-size: 18px;
    color: #161616;
    font-weight: 600;
    min-height: 50px;
    display: flex;
    align-items: center;
    line-height: 22px;
}
.services_text_para {
    font-size: 14px;
    color: #2a2a2a;
}
.services_img img {
    height: 138px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
/*-- about section end --*/

/*-- support section end --*/
.support_info{
    padding: 75px 0;
}
.support_imgbox{
    padding-right: 20px;
}
.support_imgbox img{
    object-fit: cover;
    height: 420px;
    border-radius: 5px;
}
.support_rtbox {
    box-shadow: 0px 6px 8px rgba(0,0,0,0.07);
    height: 100%;
    padding: 15px 20px;
    border-radius: 6px;
    transition: all 500ms ease-in-out;
}
.support_textpara {
    font-size: 17px;
    color: #191919;
    font-weight: 600;
    transition: all 500ms ease-in-out;
}
.sup_textpos {
    text-align: end;
    font-size: 35px;
    color: rgb(25 25 25 / 10%);
    font-weight: 600;
    margin-bottom: -25px;
    transition: all 500ms ease-in-out;
}
.support_ixonbox img {
    width: 35px;
    margin-bottom: 15px;
    transition: all 500ms ease-in-out;
}
.serve_topcol:hover .support_rtbox{
    background: #31004b;
}
.serve_topcol:hover .sup_textpos{
    color: #fff;
}
.serve_topcol:hover .support_textpara{
    color: #fff;
}
.serve_topcol:hover .support_ixonbox img {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}
/*-- support section end --*/

/*-- cnt section start --*/
.cntbox_info {
    padding: 60px 0 55px;
    position: relative;
    background: url(../images/cnt_backimg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
    text-align: center;
}
.cntbox_info::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(50 0 75 / 91%);
    z-index: -1;
}
.cntbox_info .main_text_hd {
    font-size: 27px;
    margin-bottom: 10px;
}
.cnt_btnmn{
    background: #fff;
    color: #32004b;
    margin-right: 10px;
    font-weight: bold;
}
/*-- cnt section end --*/

/*-- form section start --*/
.cnt_righticon {
    width: 46px;
    height: 46px;
    background: #31004b;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 12px;
    border: 4px solid #d3bddf;
}
.cnt_righticon img{
    width: 15px;
}
.cnt_righttext {
    font-size: 17px;
    color: #1b1919;
    font-weight: 600;
}
.cnt_righttext:hover{
    color: #31004b;
}
.cotactform_right {
    background: #f6e7ff;
    padding: 70px 0 60px 50px;
}
.cotactform_right::before {
    position: absolute;
    content: "";
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #f6e7ff;
}
.form_text_hd{
    font-size: 25px;
    line-height: 30px;
}
.form_leftbox .box .form-control {
    border-radius: 3px;
    background-color: #f1f4fd;
    border: 2px solid #1b1919;
    color: #000;
    padding: 10px 15px;
    font-size: 14px;
    box-shadow: none;
    font-weight: 500;
}
.form_leftbox .box .form-control::placeholder{
    color: #1b1919;
}
.form_leftbox .box textarea{
    height: 80px;
    resize: none;
}
.form_leftbox {
    padding-right: 30px;
}
.form_leftbox .box .btn{
    text-transform: capitalize;
}
/*-- form section end --*/

/*--- footer section start ---*/
.footer_bg {
    background: #000d30;
    padding-top: 40px;
}
.footer_list ul li {
    display: inline-block;
    border-right: 1px solid rgb(255 255 255 / 15%);
    padding-right: 15px;
    margin-right: 15px;
}
.footer_list ul li:last-child{
    border-right: none;
    padding-right: 15px;
    margin-right: 15px;
}
.footer_list ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.footer_list ul li a:hover{
    color: #3369f4;
}
.footer_socialimg {
    width: 35px;
    margin-right: 10px;
}
.footer_copytext {
    padding: 17px 0;
    text-align: center;
    margin-top: 30px;
    color: #fff;
    border-top: 1px solid rgb(241 241 241 / 8%);
    font-size: 14px;
}
.footer_copytext a{
    color: #fff;
}
.footer_copytext a:hover{
    color: #3369f4;
}
/*---- footer section end ----*/

/*  scroll top --*/
#back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: #31004b;
    cursor: pointer;
    padding: 5px 12px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: all 0.5s;
}

#back_to_top:hover{
    background: #3369f4;
}

/*-- inner page start --*/
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner_innerimg1.jpg") #fff no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 200px 0 40px !important;
    margin: 90px 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.page .entry-content {
    max-width: 100% !important;
    padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
    position: relative;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 99;
    margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
    color: #3369f4;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #3369f4;
}
.inner_text_hd {
    font-size: 28px;
    font-weight: bold;
    color: #050606;
    line-height: 35px;
    margin-bottom: 15px;
}
.inner_text_hd strong {
    color: #3369f4;
    font-weight: 600;
}
.contact_rightbox p {
    margin-bottom: 0;
}
.inner_text_para {
    color: #484848;
    line-height: 22px;
    margin-bottom: 15px;
}
.inner_text_para p{
    margin-bottom: 10px;
}
.inner_serveinfo {
    background: #f1f1f1;
    padding: 50px 0;
    margin-top: 40px;
}
.inner_servbox {
    background: #fff;
    padding: 20px;
    min-height: 100%;
    border-radius: 10px;
}
.inner_servbox .inner_text_hd {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 25px;
    text-transform: uppercase;
    color: #31004b;
}
.inner_servbox .inner_text_para {
    font-size: 15px;
}
.inner_cntbox {
    background: url(../images/cnt_backimg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 25px;
    margin-top: 40px;
    position: relative;
    z-index: 0;
}
.inner_cntbox::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(49 0 75 / 90%);
    z-index: -1;
}
.inner_page_list ul li {
    background: url(../images/checke.png) no-repeat left 5px;
    font-size: 16px;
    color: #484848;
    padding: 0px 0 9px 28px;
    line-height: 25px;
    font-weight: 400;
    list-style: none;
    background-size: 20px;
}
.inner_page_list ul li strong {
    color: #31004b;
    font-weight: 600;
}
.inner_pageimg img {
    width: 100%;
    padding: 7px;
    box-shadow: 0px 0px 3px #898989;
}
.inner_smtext {
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
    font-family: SangGuru;
    font-weight: bold;
}
.page-id-25 .form_info 
,.error404 .form_info 
,.page-id-107 .form_info {
    display: none;
}

.error_container {
   display: flex;
   min-height: 100vh;
   align-items: center;
   text-align: center;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #31004b;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}

.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    padding: 9px 12px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}
.footer_btn3 {
    width: 50%;
    float: left;
    background: #000;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}

.whatsapp_link {
  width: 42px;
  position: fixed;
  left: 15px;
  bottom: 40px;
  z-index: 999;
}
.whatsapp_link img {
  max-width: 100%;
}

/* 2) Subtle pulse (scale in/out) */
.pulse {
  animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.06); }
}


.loc-container ul{
	list-style: none !important;
}
.loc-container ul li{
	font-size: 16px;
	line-height: 28px;
	color: #2f2f2f;
	padding-bottom: 5px;
	position: relative;
	padding-left: 25px;
}
.loc-container ul li a{
	color: #2f2f2f;
	transition: all 0.5s ease;
}
.loc-container ul li a:hover{
	color: #2f0f4e;
}
.loc-container ul li:before {
	position: absolute;
	content: "";
	background: url(/wp-content/uploads/2025/10/location-icon.png) no-repeat 0 0;
	width: 18px;
	height: 16px;
	background-size: contain;
	top: 7px;
	left: 0px;
}


/*-- responsive css start --*/

@media only screen and (max-width: 1024px){ 
.desk_btn{ display: none;}
	
}


@media only screen and (min-width : 320px) and (max-width : 1024px) {
.header_right_icon ,.header_nav{
    display: none;
}
.logo_img img {
    width: 130px;
}
.head_bg {
    padding: 10px 0;
}
.qualify_toprow {
    display: block !important;
}
.ms-slide-bgcont img {
    object-fit: cover !important;
    height: 100% !important;
}
.ms-view, .ms-slide, .ms-slide-bgcont {
    height: 400px !important;
}
.ms-slide-info {
	top: 47%;
    max-width: 330px;
    right: 2%;
}
.banner_texthd {
    font-size: 25px;
    line-height: 25px;
}
.banner_info {
    margin-top: 50px;
}
.banner_info .ms-nav-prev {
    right: 40%;
    bottom: 2%;
}
.banner_info .ms-nav-next {
    bottom: 2%;
    right: 32% !important;
}
.choose_info ,.about_info ,.support_info ,.cntbox_info{
    padding: 40px 0;
}
.main_text_hd {
    font-size: 24px;
    line-height: 30px;
}
.qualify_text {
    width: 70%;
}
.about_leftbox ,.support_imgbox {
    padding-right: 0;
    margin-bottom: 35px;
}
.support_imgbox img {
    height: auto;
}
.cntbox_info .main_text_hd {
    font-size: 22px;
}
.form_leftbox {
    padding-right: 0;
    margin-top: 35px;
}
.cotactform_right::before {
    display: none;
}
.contact_rightbox {
    display: block !important;
}
.cotactform_right {
    padding: 35px 15px 40px 15px;
}
.footer_list ul li {
    display: block;
	border-right: none;
}
.footer_copytext {
    padding: 17px 0 60px;
    margin-top: 20px;
}
#back_to_top {
    bottom: 50px;
}
.page .entry-header, .blog_page_header {
    padding: 125px 0 28px !important;
    margin: 50px 0 0 !important;
}
.page .entry-title, .blog_page_title {
    font-size: 25px;
}
.inner_pageimg {
    margin-bottom: 30px;
}
.inner_text_hd {
    font-size: 24px;
    line-height: 30px;
}
.left-sec-contact-information {
    margin-bottom: 35px;
}
}

.fixed_buttons {
  position: fixed;
  right: -50px;
  top: 50%;
  z-index: 55555;
  transform: rotate(-90deg);
  width: auto;
}
.fixed_buttons li {
  float: left;
  margin: 0 2px;
  list-style: none;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
}
.fixed_buttons li a {
    padding: 12px 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    transition: all 0.3s;
}
.fixed_buttons li.contact_btn a{ background:#3369f4; border-radius: 10px 10px 0 0;}

.testimonial_sec .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  padding: 0 10px;
  font-size: 14px;
  line-height: 24px;
}
.testimonial_sec #sp-testimonial-free-wrapper-144 .sp-testimonial-free {
  border-radius: 0px;
  box-shadow: 0 0 6px 2px #ccc;
	padding: 20px;
	background: #fff;
}
.testimonial_sec .sp-testimonial-free-section .sp-testimonial-item{ padding: 10px; }
.testimonial_sec #sp-testimonial-free-wrapper-144 .sp-testimonial-free-section .sp-testimonial-client-testimonial {
  margin: 0;
  min-height: 160px;
}
.testimonial_sec .sp-testimonial-free-section .sp-testimonial-client-testimonial .sp-testimonial-content {
  margin: 0;
}
.testimonial_sec {
  background: #fbf7f1;
}


.faq_sec{ background:#e6f4ff; }
.faq_sec .sp-easy-accordion > .sp-ea-single { background: #fff !important; border-color: #7f007f !important;}
.faq_sec .sp-easy-accordion > .sp-ea-single > .ea-header a {color: #000 !important; font-size: 15px !important; padding: 13px !important;}
.faq_sec .sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body { font-size: 14px !important; line-height: 24px !important;}
.faq_sec .sp-easy-accordion > .sp-ea-single.ea-expand{ background:#7f007f !important; }
.faq_sec .sp-easy-accordion > .sp-ea-single.ea-expand > .ea-header a{ color:#fff !important; }
.faq_sec .sp-easy-accordion > .sp-ea-single.ea-expand > .ea-header a .ea-expand-icon{ color:#fff !important; }

.no_marg{ margin: 0px !important;}


@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.qualify_toprow {
    display: flex !important;
    flex-wrap: wrap;
}
.qualify-col {
    width: 50%;
    flex: 0 0 50%;
}
.cotactform_right::before {
    display: block;
}
.cotactform_right {
    padding: 60px 0px 50px 30px;
}
.contact_rightbox {
    display: flex !important;
}
.footer_list ul li {
    display: inline-block;
    border-right: 1px solid rgb(255 255 255 / 15%);
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.qualify_toprow {
    display: flex !important;
    flex-wrap: wrap;
}
.qualify-col {
    width: 50%;
    flex: 0 0 50%;
}
.cotactform_right::before {
    display: block;
}
.cotactform_right {
    padding: 60px 0px 50px 30px;
}
.contact_rightbox {
    display: flex !important;
}
.footer_list ul li {
    display: inline-block;
    border-right: 1px solid rgb(255 255 255 / 15%);
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {
.ms-slide-info {
    right: 4%;
}
}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {
.ms-slide-info {
    right: 14%;
}
}

@media screen and (min-width: 2048px) {
.ms-slide-info {
    right: 18%;
}
}

@media screen and (min-width: 2550px) {
.ms-slide-info {
    right: 24%;
}
}   
