@font-face{
  font-family:"Urbanist";
  src:url("../fonts/urbanist-regular.woff2"),
  /* url("../fonts/urbanist-extrabold.woff2"),
  url("../fonts/Urbanist-Black.woff2"),
  url("../fonts/urbanist-regular.woff2") */
}
html {
  scroll-behavior: smooth;
}
html{
  /* font-family:"Urbanist"; */
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  /* font-display:swap; */
}
body{
  /* font-family:"Urbanist"; */
  /* font-weight: 300; */
  color: #333333;
}
*{
  margin: 0;
  padding: 0;
  /* box-sizing: content-box !important; */
}
ul,ol{
  list-style: none;
}
a{
  text-decoration: none;
}
img{
  max-width: 100%;
}
.wrapper{
  width: 90%;
  margin: 0 auto;
}
h2{
  font-size: 3rem;
}
/****************************Header*******************/
header{
  background: rgb(255,232,232);
  background: linear-gradient(90deg, rgba(255,232,232,1) 0%, rgba(255,255,255,1) 76%);
  padding: 10px 0;
  /* box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1); */
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.headerBox{
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}
.logo{
  width: 20%;
}
.header {
  /* background-color: #fff; */
  /* box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 3; */
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  /* background-color: #fff; */
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
  color: #494949;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}
.dk-none{
  display: none !important;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 58em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
    color: #494949;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}

/****************************End Header*******************/

/****************************Bannner*******************/
.BannerHolder{
  background: rgb(255,232,232);
  background: linear-gradient(90deg, rgba(255,232,232,1) 0%, rgba(255,255,255,1) 76%);
  padding: 150px 0 80px;
  /* height: 650px; */
}
.bannerLeft{
  width: 48%;
}
.bannerRight{
  width: 45%;
  position: relative;
}
.BannerBox{
  display: flex;
  justify-content: space-between;
}
.bannerLeft h1{
 font-size: 2.8rem;
 margin-bottom: 20px;
 color: #091f51;
}
.bannerLeft p{
 font-size: 1.2rem;
 margin-bottom: 20px;
 line-height: 28px;

}
.qualityBox{
 display: flex;
 text-align: center;
 margin-top: 30px;
 flex-wrap: wrap;
}
.qBox1{
 width: 30%;
}
p.count{
 font-size: 2.5rem;
 color: #740403;
 font-weight: bold;
 margin-bottom: 5px;
}
.off{
  position: absolute;
  top: -40px;
  right: -30px;
}
.writterDetail{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.writterName span{
  color: #fdb500;
}
.writterHolder .gtco-testimonials .card{
  background: #fff !important;
  border: 1px solid #ddd !important;
  min-height: 240px;
}
.writterImg{
  margin-right: 10px;
}
.order{
  display: flex;
  align-items: center;
}
p.order {
  margin-bottom: -14px !important;
  font-size: 15px !important;
}
.order img{
  width: 17px !important;
  height: 20px;
  margin-right: 5px;
}
/****************************End Bannner*******************/

/****************************Support*******************/
.supportHolder{
  padding: 50px 0;
}
.supportBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.sdetail{
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  background: #740403;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 50px;
  color: #fff;
  width: 300px;
}
.sBox1 img{
  margin-right: 10px;
}
.ml-50{
 margin-left: 50px;
}
.ml-100{
 margin-left: 100px;
}
.sBox1{
 width: 28%;
}
.ml-50-min{
 margin-left: -50px;
}
.ml-100-min{
 margin-left: -100px;
}
/****************************End Support*******************/

/****************************Header*******************/
.ctaHolder{
  background: url('../images/cta-bg.webp') no-repeat;
  padding: 50px 0;
  text-align: center;
  background-size: cover;
}
.ctaHolder h2{
  font-size: 3rem;
  font-weight: bold;
}
.ctaBtn{
  background: #740403;
  padding: 13px 30px;
  display: inline-block;
  margin-top: 30px;
  font-size: 20px;
  border-radius: 30px;
  color: #fff;
}
/****************************End Header*******************/

/****************************Service Holder*******************/
.serviceHolder{
  background: rgb(255,232,232);
  background: linear-gradient(90deg, rgba(255,232,232,1) 0%, rgba(255,255,255,1) 76%);
  padding: 50px 0;
  /* height: 650px; */
}
.serHead{
  text-align: center;
}
.serHead h2{
  color: #740403;
  font-weight: bold;
  margin-bottom: 10px;
}
.serHead p{
  font-size: 25px;
  color: #5d5d5d;
}
.serviceBox{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.serBox1{
  width: 25%;
  margin-top: 30px;
  background: url('../images/service-shap.webp') no-repeat;
  height: 133px;
  padding: 30px 35px;
  background-size: contain;
}
.serNumber{
  display: inline-block;
  height: 40px;
  width: 40px;
  background: #740403;
  text-align: center;
  line-height: 40px !important;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 10px;
}
.serBox1 p{
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
}
/****************************End Service Holder*******************/

/****************************Header*******************/
.whyHolder{
  padding: 50px 0;
}
.whyChooseUs{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.whyBox{
  width: 20%;
  border-radius: 20px;
  padding: 20px;
}
.whyBox h3{
  color: #740403;
  margin-bottom: 15px;
}.whyBox p{
  line-height: 25px;
}
.gray{
  background: #f3f3f3;
}
.ctaBtn2{
  background: #ffb600;
  padding: 13px 30px;
  display: inline-block;
  margin-top: 30px;
  font-size: 20px;
  border-radius: 30px;
  color: #000;
}
/****************************End Header*******************/
/****************************Header*******************/
.expertiseHolder{
  background: rgb(255,232,232);
  background: linear-gradient(90deg, rgba(255,232,232,1) 0%, rgba(255,255,255,1) 76%);
  padding: 50px 0;
  /* height: 650px; */
}
.serHead{
  text-align: center;
}
.serHead h2{
  color: #740403;
  font-weight: bold;
  margin-bottom: 10px;
}
.serHead p{
  font-size: 25px;
  color: #5d5d5d;
}
.serviceBox{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.exBox1{
  width: 26%;
  margin-top: 30px;
  background: #fff;
  /* height: 133px; */
  padding: 30px 35px;
  /* background-size: contain; */
}
.serNumber{
  display: inline-block;
  height: 40px;
  width: 40px;
  background: #740403;
  text-align: center;
  line-height: 40px !important;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 10px;
}
/* .serBox1 p{
  font-size: 20px;
  line-height: 30px;
} */
/****************************End Header*******************/

.expertIcon {
 display: flex;
 align-items: center;
 margin-bottom: 20px;
}
.exIcon{
 width: 60px;
 height: 60px;
 border: 2px solid #740403;
 line-height: 84px;
 text-align: center;
 margin-right: 15px;
 border-radius: 50%;
}
.exBox1 p{
line-height: 25px;
}
.exBox1{
 border-radius: 20px;
 box-shadow: 0 0 10px #f4f4f4;
}
.exDetail h3{
 color: #740403;
}
.exDetail p{
 color: #ffb600;
}
/***************************************************************/
.accordion{
 background: rgb(255,232,232);
 background: linear-gradient(90deg, rgba(255,232,232,1) 0%, rgba(255,255,255,1) 76%);
 padding: 50px 0;
}
.accordion h2{
 text-align: center;
 margin-bottom: 30px;
 color: #740403;
}
.accordion input {
 position: absolute;
 opacity: 0;
 z-index: -1;
}

.row {
 display: flex;
}
.row .col {
 flex: 1;
}
.row .col:last-child {
 margin-left: 1em;
}

/* Accordion styles */
.tabs {
 border-radius: 8px;
 overflow: hidden;
 /* box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5); */
}

.tab {
 width: 100%;
 color: 000;
 overflow: hidden;
}
.tab-label {
 display: flex
;
  justify-content: space-between;
  padding: 1em;
  background: #fff;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
 /* Icon */
}
.tab-label:hover {
 background: #fff;
}
.tab-label::after {
 content: "❯";
 width: 1em;
 height: 1em;
 text-align: center;
 transition: all 0.35s;
}
.tab-content {
 max-height: 0;
 padding: 0 1em;
 color: #2c3e50;
 background: white;
 transition: all 0.35s;
}
.tab-close {
 display: flex;
 justify-content: flex-end;
 padding: 1em;
 font-size: 0.75em;
 background: #2c3e50;
 cursor: pointer;
}
.tab-close:hover {
 background: #fff;
}
.col{
 width: 80%;
 margin: 0 auto;
}
input:checked + .tab-label {
 background: #fff;
}
input:checked + .tab-label::after {
 transform: rotate(90deg);
}
input:checked ~ .tab-content {
 max-height: 100vh;
 padding: 1em;
 margin-top: -10px;
  margin-bottom: 10px;
}

/**************************************************/
.gtco-testimonials {
 position: relative;
 margin: 50px 0;
}
.gtco-testimonials h2 {
 /* font-size: 30px; */
 text-align: center;
 /* color: #333333; */
 /* margin-bottom: 50px; */
}
.gtco-testimonials .owl-stage-outer {
 padding: 30px 0;
}
.gtco-testimonials .owl-nav {
 display: none;
}
.gtco-testimonials .owl-dots {
 text-align: center;
}
.gtco-testimonials .owl-dots span {
 position: relative;
 height: 10px;
 width: 10px;
 border-radius: 50%;
 display: block;
 background: #fff;
 border: 2px solid #01b0f8;
 margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
 box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
 background: #01b0f8;
 box-shadow: none;
 height: 12px;
 width: 12px;
 margin-bottom: -1px;
}
.gtco-testimonials .card {
 background: #f3f3f3;
 box-shadow: 0 8px 30px -7px #c9dff0;
 margin: 0 20px;
 padding: 25px;
 border-radius: 20px;
 border: 0;
}
.gtco-testimonials .card .card-img-top {
 max-width: 100px;
 border-radius: 50%;
 margin: 15px auto 0;
 box-shadow: 0 8px 20px -4px #95abbb;
 width: 100px;
 height: 100px;
}
.gtco-testimonials .card h5 {
 color: #740403;
 font-size: 21px;
 line-height: 1.3;
}
.gtco-testimonials .card h5 span {
 font-size: 18px;
 color: #666666;
}
.gtco-testimonials .card p {
 font-size: 16px;
  color: #555;
  padding-bottom: 15px;
  line-height: 23px;
}
.gtco-testimonials .active {
 /* opacity: 0.5; */
 transition: all 0.3s;
}
.gtco-testimonials .center {
 opacity: 1;
}
.gtco-testimonials .center h5 {
 font-size: 24px;
}
.gtco-testimonials .center h5 span {
 font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
 max-width: 100%;
 height: 120px;
 width: 120px;
}

@media (max-width: 767px) {
 .gtco-testimonials {
   margin-top: 20px;
 }
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
 outline: 0;
}
.owl-carousel button.owl-dot {
 outline: 0;
}
.card-body span img{
 margin: 10px 0;
 width: 110px !important;
}


footer{
  background-color: #740403;
  padding: 30px 0;
  color:#fff
}
/******************************/
/*****************************/
@media(min-width:300px) and (max-width:767.98px){
  .dk-none{
    display: block !important;
  }
  .mob-none{
    display: none;
  }
.BannerBox{
  flex-wrap: wrap;
}
.bannerLeft {
  width: 100%;
}
.bannerRight {
  width: 100%;
  position: relative;
}
.sBox1 {
  width: 95%;
}
.ml-50 {
  margin-left: 0;
}
.ml-100 {
  margin-left: 0;
}
.ml-50-min {
  margin-left: 0;
}
.ml-100-min {
  margin-left: 0;
}
.sdetail {
  
  width: 100%;
}
.whyBox {
  width: 100%;
  margin-top: 20px;
}
.exBox1 {
  width: 100%;
}
.serBox1 {
  width: 100%;
  margin-top: 30px;
  background: url(../images/service-shap.webp) no-repeat;
  height: 130px;
  padding: 23px 25px;
  background-size: cover;
}
.header .logo {
  padding: 10px 0px;
}
.logo {
  width: 65%;
}
.bannerLeft h1 {
  font-size: 1.7rem;
}
.BannerHolder {
  padding: 90px 0 30px;
  /* height: 650px; */
}
h2 {
  font-size: 1.7rem;
}
.col {
  width: 100%;
  margin: 0 auto;
}
.formHolder {
  margin-top: 46px;
  padding: 15px !important;
}
.ctaHolder h2 {
  font-size: 2rem;
  font-weight: bold;
}
p.count {
  font-size: 1.5rem !important;
}
.qBox1 {
  width: 33%; 
  float: left;
}
.bannerLeft p {
  font-size: .8rem;
  margin-bottom: 9px;
  line-height: 18px;
}
.off {
  
  right: -20px;
}
.BannerHolder {
  background: rgb(255 238 239);
}
}

@media(min-width:768px) and (max-width:991.98px){
.bannerLeft h1 {
    font-size: 1.8rem;
}
.bannerLeft {
  width: 50%;
}
.qBox1 {
  width: 33%;
}
.ml-50-min {
  margin-left: -25px;
}
.ml-100-min {
  margin-left: -60px;
}
.ml-100 {
  margin-left: 70px;
}
.ml-50 {
  margin-left: 30px;
}
.sBox1 {
  width: 30%;
}
.supportBox {
  align-items: flex-start;
}
.sdetail {
  width: 170px;
}
p.count {
  font-size: 1.8rem !important;
}
.wrapper {
  width: 95%;
  margin: 0 auto;
}
.bannerLeft p {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 20px;
}
.bannerRight {
  width: 48%;
  position: relative;
}
.off {
  right: -20px;
}
.formHolder {
  padding: 15px !important;
}
.ctaHolder h2 {
  font-size: 2rem;
  font-weight: bold;
}
.ctaHolder {
  padding: 25px 0;
}
.serBox1 {
  width: 40%;
}
.whyBox {
  width: 43%;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
.exBox1 {
  width: 39%;
}
h2 {
  font-size: 2rem;
}
}

@media(min-width:992px) and (max-width:1099.98px){
  .bannerLeft h1 {
    font-size: 2.5rem;
}
.bannerLeft {
  width: 53%;
}
p.count {
  font-size: 2.3rem !important;
  color: #740403;
  font-weight: bold;
}
.qBox1 {
  width: 33%;
}
.bannerLeft p {
  font-size: 1rem;
  margin-bottom: 5px;
}
.sdetail {
  width: 215px;
}
.ctaHolder h2 {
  font-size: 2.4rem;
  font-weight: bold;
}
.ctaHolder {
  padding: 30px 0;
}
.wrapper {
  width: 95%;
  margin: 0 auto;
}
.serBox1 {
  width: 29%;
  height: 130px;
  padding: 12px 18px;
}
.serBox1 p {
  font-size: 16px;
  line-height: 20px;
}
.exBox1 {
  width: 28%;
  margin-top: 30px;
  padding: 20px 20px;
}
.serHead p {
  font-size: 18px;
  color: #5d5d5d;
}
h2 {
  font-size: 2rem;
}
} 