@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');
/* roots */
:root {
	--Black: #000;
	--White: #fff;
  --Gray: #9da7ad;
  --ThemeColor: #7171ee;
  --ThemeColor2: #dcf343;
  --ThemeColor3: #46588e;
  --ThemeColor4:#f6f6fe;
  --ThemeColor5:#f0f4f5;
  --ThemeColor6:#bcd616;
	--CardShadow: 0px 4px 11px rgba(217, 216, 216, 0.6);
	--ThemeFont: "Poppins", sans-serif;
	--ThemeFontTwo: "Libre Franklin", sans-serif;
	--Radius: 30px;
}


/* WebKit Browsers (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 5px;
  background-color: var(--ThemeColor5);
}
::-webkit-scrollbar-track {
  background-color: var(--Gray);
}
::-webkit-scrollbar-thumb {
  background-color: var(--ThemeColor);
  border-radius: 10px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--ThemeColor) var(--Gray);
}

iframe.proofreading-iframe{
  min-height: 600px;
}



.w-100{width:100%}
.d-flex {display: flex;}
.p-0{padding: 0;}
.m-0{margin: 0;}
.ps-0{padding-left: 0 !important;}
p {line-height: 26px;}
h1, h2, h3, h4, h5{font-family: var(--ThemeFontTwo)}
/* end rootsÂ */

button{font-family: var(--ThemeFont)}
html{ overflow-x: hidden;}
/* transition effect start*/

.--transition-ease{transition:all 0.2s ease-in 0s; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out;}
.--transition-ease:hover{transition:all 0.2s ease-in 0s; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out;}
.--transition-ease:after{transition:all 0.2s ease-in 0s; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out;}
.--transition-ease:before{transition:all 0.2s ease-in 0s; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out;}

@keyframes move {
  0% {
    offset-distance: 0%;
  }

  100% {
    offset-distance: 100%;
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes swing {
  0% { transform: rotate(2deg); }
  100% { transform: rotate(-2deg); }
}

@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
/* transition effect end*/


/*********** start col **********/
.row {display: flex; flex-wrap: wrap; margin: 0 -12px;}
.row .rowin { padding: 0 12px;}
.col-9 {flex: 0 0 auto; width: 75%;}
.col-8 {flex: 0 0 auto; width: 66.666667%;}
.col-7 { flex: 0 0 auto; width: 58.33333333%;}
.col-6 {flex: 0 0 auto; width: 50%;}
.col-5 { flex: 0 0 auto; width: 41.66666667%;}
.col-4 { flex: 0 0 auto; width: 33.33%;}
.col-3 { flex: 0 0 auto; width: 25%;}
.p-0{padding:0 !important}
.ps-0{padding-left:0 !important}
.pe-0{padding-right:0 !important}
.m-0{margin: 0 !important;}
.mt-0{margin-top: 0 !important;}
.mt-4{margin-top: 30px !important;}
.mb-0{margin-bottom: 0 !important;}
.text-center{text-align: center;}
.h-100{height: 100%;}
.w-100{width: 100%;}
.text-center{text-align: center;}
/************* end col ************/


/************start  custom_btn and heading ******************/
.custom_btn {padding: 0 25px; text-decoration: none; display: inline-block; overflow: hidden; min-width: 90px; text-align: center; font-weight: 500; font-family: var(--ThemeFont); border: 1px solid var(--ThemeColor2); line-height: 48px; border-radius: var(--Radius); color: var(--Black); text-transform: uppercase; background-color: var(--ThemeColor2); margin: 0 7px;}
.custom_btn.lg_btn {padding: 20px 36px;}
.custom_btn span { position: relative; z-index: 999;}
.custom_btn.white_bg {background: var(--White); color: var(--ThemeColor); border: 1px solid var(--White);}
.custom_btn.blue_btn {background: var(--ThemeColor); color: var(--White); border: 1px solid var(--ThemeColor);}
.custom_btn:hover {opacity: .8 !important; transform: scale(1.06) !important;}
.heading {font-size: 40px; line-height: 60px; color:var(--Black); font-weight: 300; margin: 0;}
.heading span {position: relative; border-radius: 11px; padding:0 8px 0 0px; color: var(--TextColor2); font-weight: 800; font-size: 55px; color: var(--ThemeColor);}
.heading2 {font-size: 60px; line-height: 70px; color:var(--ThemeColor3); font-weight: 300; margin: 0 0 20px;}
.heading2 span {color: var(--ThemeColor); font-weight: 600;}

.heading3 {font-size: 48px; line-height: 60px; color:var(--Black); font-weight: 300; margin: 0;}
.heading3 span {color: var(--ThemeColor6); font-weight: 600;}


/************end  custom_btn and heading ******************/

body {font-family: var(--ThemeFont);font-size: 16px; font-weight: 400; padding: 0; margin: 0; overflow-x: hidden;}
.container{padding: 0 15px; margin: auto; max-width: 1500px;}
.container-fluid { padding: 0 100px;}
a{ list-style: none; text-decoration: none; text-decoration: none; color: var(--TextColor);}
li{list-style: none;}
h1 span {display: block; color:var(--White);}
h1 { margin: 0; font-size: 90px; position: relative;font-weight: 800; color: var(--ThemeColor2);}




/********************************************************************************
************************************** header *********************************
***************************************************************************************/
.header {position: fixed; width: 100%; left: 0; top: 0; z-index:9;}
.top_header {background-color: var(--ThemeColor3);}
.top_header_in{ display: flex; justify-content: space-between; align-items: center;}
.top_header ul{ display: flex; font-size: 20px;}
.top_header .email svg{font-size: 20px;}
.top_header ul li a {width: 42px; display: inline-block; text-align: center; padding: 8px 0; color: var(--White);}
.top_header .email { display: flex; gap: 8px; align-items: center; color: var(--White);}
.head-right {  display: flex; align-items: center; gap: 30px;  justify-content: space-between; align-items: center;}
.second_header { display: flex; justify-content: space-between; align-items: center; background-color: var(--ThemeColor3); padding: 20px 30px; border-radius: 100px; margin-top: 15px;}
.second_header .navbar-nav{display: flex;gap: 30px;}
.toggle_bars{display:none}
.toggleclose {display: none;}
.logo img {height: 50px;}
.logo { line-height: 0px;}
.second_header .navbar-nav a { color: var(--White); font-weight: 500;}
.side_header { display: flex; gap: 20px;}
.header.fixed { position: fixed; top: 0; z-index: 9999999; width: 100%; ;border-bottom: 1px solid var(--TextColor);  background: var(--ThemeColor3);}
.fixed .logo img.--transition-ease { height: 50px;}
.custom_btn.lg_btn {padding: 20px 36px;}
.custom_btn span { position: relative; z-index: 999;}
.custom_btn:hover span { color: var(--White);}

.header.fixed .top_header {
  position: relative;
  margin-top: -46px;
}
.header.fixed .second_header {
  margin-top: 0px;
  background: transparent;
}




/********************************************************************************
************************************** banner *********************************
***************************************************************************************/
.banner { margin-top: 210px; padding-bottom: 0; min-height: 710px;}
.banner-heading p { color: var(--White); font-size: 16px; line-height: 1.5; margin-top: 20px; margin-bottom: 0; font-weight: 300; letter-spacing: 0px;  max-width: 90%; margin-bottom: 40px;}
.banner .row { align-items: center; margin-top: 100px;}
.banner .image {width: 100%; height: 500px; background: var(--ThemeColor5); border-radius: 40px; box-shadow: 0 8px 18px #46588e;display: flex; align-items: center; overflow: hidden;}
.banner_bg {background: var(--ThemeColor); min-height: 800px; height: 100vh; display: flex; align-items: center; position: absolute; z-index: -1; width: 100%;}


/********************************************************************************
************************************** section_one *********************************
***************************************************************************************/
.section_one .image2 {
  padding: 0 20px;
  margin-bottom: 6px;
  position: relative;
  z-index: 9;
}
.section_one .image {
  width: 100%;
  background: var(--ThemeColor5);
  border-radius: 40px;
  padding: 0 0;
  min-height: 580px;
  overflow: hidden;
}
.section_one .row { align-items: center;}
.section_one { margin: -130px 20px 60px; background: var(--White); box-shadow: 0 0 59px #0000003b; padding: 80px 60px; border-radius: 60px;}
.section_one h4 { font-size: 30px; line-height: 60px; font-weight: 300; margin: 0;}
.section_one .left_side {min-height: 650px; display: grid;}
.section_one .left_side .set { display: flex; align-items: end;}

iframe.proofreading-iframe {
  min-height: 658px;
}
.section_one ul li {
  font-size: 20px;
}
.section_one ul {
  padding: 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 0 0 20px;
}
.section_one ul li.active{
  color: var(--ThemeColor);
}












/********************************************************************************
************************************** cta *********************************
***************************************************************************************/
.cta {text-align: center; padding-bottom: 70px;}
.cta_in { background: var(--ThemeColor2); padding: 40px; border-radius: 20px; text-align: left; max-width: 1250px; margin: auto;}
.cta_in .heading2 { font-size: 40px; font-weight: 600;text-transform: uppercase; color: var(--Radius);margin-bottom: 5px;line-height: 52px;}


/********************************************************************************
************************************** about *********************************
***************************************************************************************/
.about_us h4 { font-size: 30px; line-height: 60px; font-weight: 300; margin: 0;  color: var(--White);}
.about_us { background: var(--ThemeColor); padding: 50px 0;}
.about_us .heading { color: var(--White);}
.about_us .heading span {color: var(--ThemeColor2);}
.about_us .set h5 { color: var(--White); font-size: 22px; margin: 0;}
.about_us .row { margin: 0 -40px; align-items: center;}
.about_us .row .rowin {padding: 0 40px;}
.about_us p{ color: var(--White);}
.about_us .owl-carousel{ max-width: 600px;}
.about_us .set { display: flex; gap: 24px; margin:12px 0;}
.about_us .set .icon img { height: 32px;}
.testimonial p {min-height: 110px;  padding-left: 60px;}
.about_us .testimonial {margin-top: 70px;}
.about_us .set .icon { background: var(--ThemeColor4); min-width: 70px; height: 70px; text-align: center; display: flex; align-items: center; justify-content: center; border-radius: 50%;}
.about_us .user h4 { line-height: 30px; font-size: 20px; font-weight: 600; text-transform: uppercase;}
.about_us .user { display: flex; gap: 12px; float: right;}
.about_us .user img { width: 60px !important; height: 60px; border-radius: 50%;}
.about_us .user p{min-height:auto; font-size:15px;  padding-left: 0;}
.about_us .koma {width: 50px; position: relative; bottom: -120px;}
  
/********************************************************************************
************************************** section_two *********************************
***************************************************************************************/
.section_two{margin: 70px 0;}
.section_two .image {
  width: 100%;
  min-height: 650px;
  background: var(--ThemeColor5);
  border-radius: 17px;
  display: flex;
  align-items: center;
  overflow: hidden;
}


.section_two .row { align-items: center;}
.section_two h4 { font-size: 30px; line-height: 60px; font-weight: 300; margin: 0;}
.section_two .left_side {min-height: 650px; display: grid; padding: 0 50px;}
.section_two .left_side .set { display: flex; align-items: end;}
.section_two .heading2{margin-bottom: 60px;}
.section_two .set2 { background: var( --ThemeColor4); padding: 70px 0; margin: 70px 0;}
.section_two .set2 .image { background: var(--White);}
.section_two .set2 .heading3 span{color: var(--ThemeColor);}
.section_two .left_side .icon {background:var(--ThemeColor4); display: inline-block; width: 75px; height: 75px; text-align: center; display: flex; align-items: center; justify-content: center; border-radius: 9px;}
.section_two .left_side .icon img { height: 38px;}
.section_two .set2 .left_side .icon { background: var(--White);}



/********************************************************************************
************************************** about2 *********************************
***************************************************************************************/
.about2 .img { height: 224px; width: 100%; object-fit: cover; border-radius: 30px;}
.about2 h6{font-size: 18px; font-weight: 500; text-transform: uppercase; margin-bottom: 15px; letter-spacing: 3px;}
.about2 .img2 {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
  background: var(--ThemeColor5);
}
.about2 .img2 video {object-fit: fill;}
.about2{padding-bottom: 70px;}
.about2  h4 { font-size: 30px; margin-bottom: 2px; font-weight: 500; color: var(--ThemeColor);}
.about2 .set_bg h3 {font-size: 22px;margin-bottom: 2px;font-weight: 500;color: var(--White);padding-top: 30px;}
.cont { height: 100%; display: inline-grid;}
.about2 .set_bg { background: #ccc; border-radius: 30px; position: relative; overflow: hidden;}
.set_bg ul li {color: var(--White);gap: 20px;align-items: center;margin-bottom: 12px;}
.set_bg ul li img {height: 22px;}
.set_bg ul li{color: var(--White);}
.set_bg::after { background-image: url(../images/about1.jpg); content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 9; filter: blur(8px);}
.img_bg { position: relative; z-index: 999; padding: 0 30px; background: #7171eec7; display: grid;}
.progress_main { background: var(--ThemeColor); padding: 40px 0; margin-top: 50px;}
.progress_main p { color: var(--White); max-width: 400px; margin: auto; font-size: 16px;}
.circle-wrap { width: 110px; height: 110px; background: #8783db; border-radius: 50%; margin:0 auto 15px;}
.circle-wrap .circle .mask, .circle-wrap .circle .fill { width: 110px; height: 110px; position: absolute; border-radius: 50%;}
.circle-wrap .circle .mask { clip: rect(0px, 150px, 150px, 50px);}
.circle-wrap .inside-circle { width: 100px; height: 100px; border-radius: 50%; background: var(--ThemeColor); line-height: 104px; text-align: center; margin-top: 5px; margin-left: 5px; color: var(--White); position: absolute; z-index: 100; font-weight: 700; font-size: 32px;}
.mask .fill {clip: rect(0px, 150px, 150px, 0px); background-color:var(--White);}
.mask.full, .circle .fill {animation: fill ease-in-out 3s; }
.about2 .progress_main h4 {font-size: 20px; margin-bottom: 2px; font-weight: 500; color: var(--White); margin: 10px 0;}
@keyframes fill{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(135deg);
  }
}




/********************************************************************************
************************************** your_complete *********************************
***************************************************************************************/
.your_complete{margin-bottom:70px;}
.your_complete .heading2{text-align:center}
.your_complete ::selection{background: rgba(187, 134, 252, 0.5); color: #FFF;}
.your_complete .topic{ font-size: 30px; font-weight: 500; margin-bottom: 20px; color: rgba(255, 255, 255, 0.7);}
.your_complete .content input{ display: none;}
.your_complete .content{ display: flex; }
.your_complete .content .list {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-right: 50px;
  min-width: 420px;
  max-height: 700px;
  overflow: auto;
}
.your_complete .content .list label {border-radius: 10px; cursor: pointer; line-height: 34px; font-size: 22px; font-weight: 500; color: var(--Black); transition: all 0.5s ease;z-index: 10; margin-bottom: 20px; padding: 10px 20px;}

.your_complete #home1:checked ~ .list label.home1,
.your_complete #blog:checked ~ .list label.blog,
.your_complete #help:checked ~ .list label.help,
.your_complete #code:checked ~ .list label.code,
.your_complete #about:checked ~ .list label.about{color: #22272C;}
.your_complete .content .slider{ position: absolute; left: 0; top: 0; height: 60px; width: 100%; border-radius: 12px; transition: all 0.5s ease; background:var(--ThemeColor2);}
.your_complete #home1:checked ~ .list .slider{top: 0;}
.your_complete #blog:checked ~ .list .slider{ top: 60px;}
.your_complete #help:checked ~ .list .slider{top: 120px;}
.your_complete #code:checked ~ .list .slider{ top: 180px;}
.your_complete #about:checked ~ .list .slider{ top: 240px;}
.your_complete #about2:checked ~ .list .slider{ top: 300px;}
.your_complete #about3:checked ~ .list .slider{ top: 360px;}
.your_complete #about4:checked ~ .list .slider{ top: 420px;}
.your_complete #about5:checked ~ .list .slider{ top: 480px;}
.your_complete .content .text-content{ width: 80%;height: 100%; color:var(--Black);}
.your_complete .content .text{ display: none;}
.your_complete .content .text .title{ font-size: 25px;  margin-bottom: 10px; font-weight: 500;}
.your_complete .text p{  text-align: justify;}
.your_complete .content .text-content .home{  display: block;}
.your_complete #home1:checked ~ .text-content .home1,
.your_complete #blog:checked ~ .text-content .blog,
.your_complete #help:checked ~ .text-content .help,
.your_complete #code:checked ~ .text-content .code,
.your_complete #about:checked ~ .text-content .about,
.your_complete #about2:checked ~ .text-content .about2,
.your_complete #about3:checked ~ .text-content .about3, 
.your_complete #about4:checked ~ .text-content .about4,
.your_complete #about5:checked ~ .text-content .about5{display: block;}
.your_complete #blog:checked ~ .text-content .home,
.your_complete #help:checked ~ .text-content .home1,
.your_complete #code:checked ~ .text-content .home1,
.your_complete #about:checked ~ .text-content .home1,
.your_complete #about2:checked ~ .text-content .home1,
.your_complete #about3:checked ~ .text-content .home1,
.your_complete #about4:checked ~ .text-content .home1,
.your_complete #about5:checked ~ .text-content .home1{display: none;}
.your_complete .content .list label:hover { color: var(--ThemeColor);}
.your_complete .content {margin-top: 40px;}

.your_complete .content .list label.active {background: var(--ThemeColor2);}
.your_complete .content .slider{display:none}

.your_complete .content .content_in {
  max-height: 652px;
  overflow: auto;
  padding-right: 10px;
}
.your_complete .content .content_in p b{
  color: var(--ThemeColor3);
  font-weight: 500;
  font-size: 18px;
}
.your_complete .content .content_in ul li b {
  font-weight: 600;
  display: block;
}
.your_complete .content .content_in ul li{margin-bottom: 12px; position: relative; padding-left: 30px;}
.your_complete .content .content_in ul {
  padding: 0;
}



.your_complete .content .content_in ul li::after {
  content: "";
  position: absolute;
  left: 5px;
  border: 2px solid var(--ThemeColor3);
  top: 0;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  top: 8px;
  bottom: 0;
}



/********************************************************************************
************************************** faq *********************************
***************************************************************************************/
.faq {
  background: var( --ThemeColor4);
  padding: 70px 0;
  margin: 70px 0;
}
.faq .accordion {margin: 1rem auto;padding: 0;	list-style: none;border-top: 1px solid #e5e5e5; max-width:1000px;}
.faq .main_set{margin-top: 30px;}
.faq .main_set .set {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.faq .main_set {  display: flex; flex-wrap: wrap; gap: 2%; max-width: 100%; margin: 32px auto 0;}
.faq .accordion-item {
  border-bottom: 1px solid var(--ThemeColor4);
  padding-left: 55px;
}
.faq .accordion-item.is-active .accordion-thumb { font-weight: 500;}
/* Thumb */
.faq .accordion-thumb {  margin: 0;
  padding: 15px 0;
  cursor: pointer;
  font-weight: 500;
  font-family: var(--ThemeFontTwo);
  color: var(--Black);
  font-size: 20px;  position: relative;
  padding-right: 52px;
	&::before {content: '';	display: inline-block;height: 15px;	width: 15px;	margin-right: 1rem;	margin-left: .5rem;	vertical-align: middle;	border-right: 1px solid; border-bottom: 1px solid;	transform: rotate(-45deg);	transition: transform .2s ease-out;	   transform: rotate(-135deg);
    transition: transform .2s ease-out;
    position: absolute;
    right: 0;}}


  .faq .accordion-panel { margin: 0; padding-bottom: .8rem; display: none; color: var(--TextColor);}
.faq .accordion-item.is-active {.accordion-thumb::before {	transform: rotate(45deg);	}
}
.faq .heading2 {
  text-align: center;
}
.faq .accordion-item .accordion-thumb span {
  font-size: 26px;
    position: absolute;
  left: -45px;
  top: 12px;
  color: var(--ThemeColor3);
  opacity: .3;
}
.faq .accordion-item.is-active .accordion-thumb span {
  font-size: 45px;

}




/********************************************************************************
************************************** footer *********************************
***************************************************************************************/
.main-footer h1 {color: var(--White); font-weight: 400; font-size: 75px;}
 .footer_in p.icon a img {height: 38px;}
.footer_in p.icon a { display: inline-block; margin-right: 22px;}
.main-footer {position: relative; padding: 100px 0 0; background: var(--ThemeColor); overflow: hidden; border-radius: 60px 60px 0 0; margin-top: 0;}
.main-footer .footer1 {align-items: center; margin: 0 -16px;}
.main-footer .footer1 ul li a {color: var(--White); font-size: 30px;}
.main-footer .footer1 ul { display: flex; gap: 20px; justify-content: end;}
.main-footer .headingh2 { color: var(--TextColor2); text-align: center;}
.main-footer .headingh2::after {left: 0; right: 0; margin: auto; background: var(--TextColor2);}
.main-footer .get h6 { font-size: 22px; color: var(--White); font-weight: 500;}
.main-footer .get { max-width: 170px; text-align: center; background-image: url(../images/rattingbg.jpg);  width: 170px; height: 170px; border-radius: 50%; display: flex; align-items: center; justify-content: center;  margin: 20px auto 60px;}
.main-footer p { color: var(--White); font-weight: 400; line-height: 24px;}
.footer_in { margin-top: 50px ;}
.main-footer .row .rowin { padding: 0 16px;}
.footer_in h5 { color: var(--TextColor); font-size: 20px; margin-top: 13px; margin-bottom: 0px;}
.footer_in img { height: 80px;}
.footer_in h4 { color: var(--White); font-size: 24px; margin-top: 0px; margin-bottom: 15px; font-weight: 500;}
.footer_in ul li a { color: var(--White);}
.footer_in ul li { margin-bottom: 12px;}
.footer1 .headingh2 { font-size: 46px;}
.footer-bottom {text-align: center; border-top: 1px solid var(--White); padding: 30px 0; margin-top: 50px;}
.footer_in p { text-align: left; color: var(--White); margin: 15px 0 0;}
.footer_in p a {font-size: 27px; color: var(--Black);}



















.swiper-slide.on a span {
  font-size: 20px !important;
  color: var(--White) !important;
  font-weight: 600;
}


.sliderTab .swiper-slide.on {
  background: var(--ThemeColor);
    border: 1px solid var(--ThemeColor);
}

.sliderTab {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 30px auto 0;
  border-radius: 9px;
}
@media (max-width: 479px) {
  .sliderTab {
    width: 100%;
  }
}
.sliderTab .swiper-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  gap:5px;
}
.sliderTab .swiper-slide {
  display: flex;
  align-items: center;
  height: 100px;
  border: 1px solid #cccccc7d;
  border-radius: 9px;
  background: var(--White);
  width: 160px;
}
.sliderTab .swiper-slide a {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 10px;
}
.sliderTab .swiper-slide .text {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: var(--ThemeColor);
  transition: 0.25s;
  text-align: center;
  width: 100%;
}
.sliderTab .swiper-slide .text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--color1);
  transform: translateX(-50%);
  transition: 0.25s;
}
.sliderTab .swiper-slide.on .text {
  color: var(--color1);
  text-shadow: 0 0 0.8px var(--color1), 0 0 0.8px var(--color1);
}



.sliderTab .swiper-slide.on .text:after {
  width: 100%;
}

.sliderContent {
  width: 100%;
}
.sliderContent .swiper-slide {
  padding: 0 0;
}
.sliderContent .swiper-slide .title {
  margin-bottom: 15px;
  font-size: 30px;
  text-align: center;
}
.sliderContent .swiper-slide .content {
  margin: 0 auto;
  max-width: 500px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}










/** Large devices (desktops, less than 1600px) **/
@media (min-width: 1600px) { 
}


/** Large devices (desktops, less than 1600px) **/
@media (max-width: 1599.98px) { 
.container {padding: 0 40px}
body { font-size: 15px;}
h1 {font-size: 75px;}
.heading {font-size: 32px; line-height: 45px;}
.heading span { font-size: 42px; display: block;}
.heading2 { font-size: 45px; line-height: 55px; margin: 0 0 0px;}
.heading3 {font-size: 42px; line-height: 52px;}


/* section_one */
.section_one h4 { font-size: 24px; line-height: 45px;}
.section_one { padding: 60px 40px; border-radius: 40px;}


/* about_us */
.about_us p {margin-top: 5px;}


/* section_two */
.section_two .set2 {padding: 55px 0; margin: 55px 0;}


/* footer */
.main-footer h1 {font-size: 60px;}
.footer_in img {height: 60px;}
.main-footer { padding: 60px 0 0; border-radius: 50px 50px 0 0;}
}



@media (max-width: 1599.98px) { 

iframe.proofreading-iframe {
  min-height: 555px;
  max-width: 555px;
  margin: auto;
}
.section_one .sliderContent .swiper-slide {
  text-align: center;
}
}


/** Large devices (desktops, less than 1400px) **/
@media (max-width: 1399.98px) { 
  .container { padding: 0 30px}
  h1 {font-size: 65px;}
  iframe.proofreading-iframe {
    min-height: 499px;
    max-width: 499px;
  }
}

/** Large devices (desktops, less than 1200px) **/
@media (max-width: 1199.98px) {
   iframe.proofreading-iframe {
    min-height: 425px;
    max-width: 425px;
  }
.custom_btn {
    padding: 0 19px;
  }
.container {padding: 0 20px}
 h1 {
    font-size: 45px;
  }
.banner-heading p {
  font-size: 15px;
}
.heading3{ font-size: 32px; line-height: 42px;}
.heading span{font-size: 34px;}
.heading { font-size: 28px; line-height: 40px; }
.heading2 {font-size: 38px; line-height: 50px;}

  /* header */
.second_header {padding: 15px 30px;}

.second_header .navbar-nav {gap: 25px;}


/* banner */
.banner .image{height: 480px;}
.banner {margin-top: 175px; min-height: 650px;}


/* section_one */
.section_one h4 { font-size: 20px; line-height: 40px; }
.section_one { padding: 40px 40px;  border-radius: 40px; margin: -130px 0 50px; }
.section_one .left_side, .section_one .image { min-height: 480px;}
.section_two .left_side, .section_two .image {min-height: 500px; }


/* cta */
.cta {padding-bottom: 50px;}
.cta_in .heading2 { font-size: 30px; margin-bottom: 0; line-height: 40px;}

/* about2 */
.about_us .set h5 { font-size: 20px;}
.about2 .set_bg h3 {font-size: 24px;}
.about2 .set_bg { border-radius: 20px;}
.img_bg {padding: 0 20px;}
.about2 h4 {font-size: 24px;}




















/* progress_main */
.progress_main p {font-size: 14px; max-width: 280px;}

/* your_complete */
.your_complete .content .list label {font-size: 18px;}
.your_complete .content .list { margin-right: 30px; min-width: 340px;}
.your_complete {margin-bottom: 50px;}



.faq {
  padding: 50px 0;
  margin: 50px 0;
}



/* footer */
.main-footer h1 { font-size: 48px;}
.footer-bottom {padding: 16px 0; margin-top: 30px;}

}


/**  Medium devices (tablets, less than 992px) **/
@media (max-width: 991.98px) {
   iframe.proofreading-iframe {
    min-height: 550px;
    max-width: 550px;
  }
    .banner .image {
    height: auto;
  }
.heading3 br {display: none;}
.heading2 {font-size: 34px; line-height: 44px;}
.heading span { font-size: 40px;}
.heading { font-size: 32px;  line-height: 48px;  }
 .banner .image img {
    padding: 25px;
  }

/* header */
.second_header { padding: 15px 22px;}
.logo img, .fixed .logo img.--transition-ease{ height: 40px;}
.custom_btn {min-width: 80px;}
.head-right {gap: 20px;}
.second_header .custom_btn{margin:0;}
.second_header .navbar-nav { gap: 8px;}

 /* banner */
.banner-heading { text-align: center; padding-bottom:40px}
.banner-heading .d-flex {justify-content: center;}
.banner .image {border-radius: 30px; overflow: hidden;box-shadow: 0 0 59px #0000003b;}
/* .banner .image img {padding: 40px;} */


/* section_one */
.section_one { padding: 0; border-radius: 0; margin: 50px 0;  box-shadow: none; }
.section_one .left_side, .section_one .image {min-height: auto; text-align:center} 
.banner .col-7, .banner .col-5, .section_one .col-6, .about_us .col-6, .section_two .col-7, .section_two .col-5, .cta .col-7, .cta .col-5{ width: 100%;}
  .section_one .image {
    border-radius: 20px;
    overflow: hidden;
    margin-top: 20px;
    padding: 24px 0;
  }
.section_one .image img{padding: 40px;}
.section_two .left_side, .section_two .image {min-height: auto; padding: 0;}
.section_two .left_side{margin-bottom: 30px;}
.section_two .left_side .heading3 {font-size: 26px; line-height: 36px; max-width:500px; text-align:center; margin:auto;   }
.section_two .image img{padding: 40px;}
.section_two .set2 .col-5 { order: 2;}
.section_two .left_side .set {text-align: center;}
.section_two .left_side .icon {margin: 30px auto 0;}

.about2 .img2 {
  height: auto;
}
.about2 .img2 iframe {
  min-height: 500px;
}
/* cta_in */
.cta_in { padding: 30px;}


/* your_complete */
.your_complete .content { display: block;}
.your_complete .content .list {margin-right: 0; min-width: 100%; flex-direction: inherit; width: 1246px; display: flex; gap: 14px;  }
.your_complete .content .listmain {overflow-y: auto; margin-bottom:25px}
.your_complete .content .list label.active {background: var(--ThemeColor2);}
.your_complete .content .slider{display:none}
.your_complete .content .text-content {width: 100%; height: auto;}
.your_complete .content .list label { height: 60px; width: 100%;  border-radius: 12px; background: var(--ThemeColor5); display: ruby; padding: 0 24px;}


/* about_us */
.about_us .testimonial { text-align: center;  margin: auto;}
.about_us .testimonial p {min-height: auto;}
.about_us_in {text-align: center;}
.about_us .main_set { border-top: 1px solid #fff6; padding-top: 23px; margin-top: 20px;}
.about_us .owl-carousel{width:100%;}
.about2 .heading2 br {display: none;}
.about2 .box2 .col-4{width: 100%;}
 .about2 .box2 .col-4.in {margin: 10px 0;  }
.about2 .img2 , .about2 .mt-4.box2{margin-top:20px !important; display: block;}

.about_us .user {
  display: flex;
  gap: 12px;
  text-align: left;
  margin: auto;
  justify-content: center;
}
.about_us .koma {
  width: 50px;
  position: relative;
  bottom: 0;
  margin-top: 40px;
}
/* footer */
.main-footer { padding: 50px 0 0;  border-radius: 40px 40px 0 0; }
  .testimonial p { padding-left: 0;}
.banner-heading p {
  max-width: 100%;
}
  
}


/** Small devices (landscape phones, less than 768px)**/
@media (max-width: 767.98px) {

.col-9 {width: 100%;}
.col-7 {width: 100%;}
.col-6 {width: 100%;}
.col-5 {width: 100%;}
.col-3{width: 100%;}
.heading2 {font-size: 32px; line-height: 38px;}


/* header */
.second_header .navbar{transition: all 0.5s; -webkit-transition: all 0.25s; position: fixed; display: flex;  bottom: -900px; background: var(--ThemeColor2); width: 100%; left: 0; animation: 100%; z-index: 99;align-items: flex-end; padding: 60px 0 21px; border-radius: 40px 40px 0 0; box-shadow: 0 0 73px #45578d;}
  .second_header .navbar .in {width: 100%;}
.toggle_bars {display: inherit; font-size: 30px; background: transparent;border: none; color: var(--White); margin-left:20px;}
.second_header .navbar-nav {display: block;}
.second_header .navbar-nav a {padding: 10px 20px;}
.second_header .navbar.main {bottom:0;}
  .second_header .navbar-nav a { color: var(--Black); padding: 20px 30px; display: block;  font-size: 18px; text-align: center;}
.toggle_bars.toggleclose {color: var(--Black);position: absolute; right: 0; padding: 20px 40px; top:0}

/* about2 */
.about2 .img { height: 190px; border-radius: 20px;}
.about2 .box2 .col-4.in { width: 100%;}
.about2 h6 {font-size: 16px; margin-bottom: 8px; letter-spacing: 2px;}
.about2 .custom_btn {margin-top: 15px !important;}
.about2 .cont {margin-bottom: 15px;}
  .about2 .img2 iframe {
    min-height: 380px;
  }

 .heading2 {
    font-size: 27px;
    line-height: 35px;
  }
 iframe.proofreading-iframe {
    min-height: 530px;
    max-width: 530px;
  }

/* footer_in */
.footer_in, .footer_in p{text-align:center;}
.footer_in .col-4 {width: 100%;}
.footer_in h4 {font-size: 22px; margin-top: 30px;}
.main-footer .footer1 ul{top: -50px;position: relative;}
.footer_in { margin-top: 20px;}
}


/** Small devices (landscape phones, less than 480px)**/
@media (max-width: 575px) {
.heading span { font-size: 35px;}
h1 {font-size: 45px;}

iframe.proofreading-iframe {
  min-height: 314px;
}
/* section_one */
.heading {font-size: 26px;line-height: 40px; }
.heading {font-size: 20px; }


/* banner */
.banner .d-flex {display: block;}
.banner .d-flex .custom_btn {  min-width: 240px;  }
.banner .image {height: 310px; }

/* about_us */
.about_us h4 {font-size: 24px; line-height: 50px;}


/* section_one */
.section_one h4 {font-size: 18px; line-height: 35px; }


/* about_us */
.about_us .set {display: block;margin: 20px 0 0; text-align: center;}
.about_us .set .icon {width: 70px; margin:0 auto 15px;}


/* progress_main */
.progress_main .col-4 { width: 100%; margin:20px 0}

 iframe.proofreading-iframe {
    min-height: 410px;
    max-width: 410px;
  }
  .section_one .image2 {
  padding: 0 15px;
}
.sliderTab {
  margin: 0;
}
.sliderTab .swiper-slide .text {
  font-size: 16px;
}
.swiper-slide.on a span {
  font-size: 19px !important;
}
.sliderTab .swiper-slide .text {
  margin: 0 6px;
}
}

/** Small devices (landscape phones, less than 480px)**/
@media (max-width: 480px) { 
  iframe.proofreading-iframe {
    min-height: 320px;
    max-width: 360px;
  }
}
