@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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*   font-family: "Poppins", serif;*/
/*   font-family: "Roboto", serif; */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", serif;
  text-transform: capitalize;
}

p,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Roboto", serif;

}

input,
textarea {
  margin: 0;
  padding: 0;
}

a,
button {
  margin: 0;
  padding: 0;
  font-family: "Roboto", serif;
}

a:hover {
  color: inherit;
}

body {
  overflow-x: hidden;
  background: #fff;

}

main {
  overflow: hidden;
}

a,
button,
input,
textarea:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

.form-group input::-webkit-outer-spin-button,
.form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.form-group input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}


/*==========Common CSS Start==========*/
body {
  font-family: "Poppins", serif;
  overflow-x: hidden !important;
}

/*==Scrollbar==*/

::-webkit-scrollbar {
  width: 5px;
}

::-moz-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #bfbfbf;
}

::-moz-scrollbar-track {
  background-color: #bfbfbf;
}

::-webkit-scrollbar-thumb {
  background: #1A1C31;
  border-radius: 10px;
}

::-moz-scrollbar-thumb {
  background: #1A1C31;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0060ff;
}

::-moz-scrollbar-thumb:hover {
  background: #0060ff;
}

/* a,
a:hover,
a:focus {
  text-decoration: none !important;
  outline: none;
}

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

input,
input:focus,
input:hover,
button,
button:hover,
button:focus {
  outline: none;
}

section {
  overflow: hidden;
}

img {
  width: auto;
  max-width: 100%;
}

p {
  font-size: 15px;
  line-height: 24px;
  color: #242424;
  font-weight: normal;
  margin-bottom: 12px;
} */



/*Heading & Para Style Css start here*/
.heading-one {
  font-size: 74px;
  line-height: 80px;
}

.heading-two {
  font-size: 60px;
  line-height: 66px;
}

.heading-three {
  font-size: 30px;
  line-height: 36px;
}

.heading-four {
  font-size: 30px;
  line-height: 38px;
}

.heading-five {
  font-size: 22px;
  line-height: 28px;
}

.heading-six {
  font-size: 20px;
  line-height: 26px;
}

.heading-seven {
  font-size: 18px;
  line-height: 24px;
}

p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin: 0 0 10px;
}

li {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 5px;
}

/*Heading & Para Style Css end here*/


.sec-btn {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff !important;
  /*height: 30px;*/
  background-color: #C21C30;
  display: inline-block;
  padding: 10px 10px 10px 10px;
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  position: relative;
  z-index: 1;
}

.sec-btn:hover {
  box-shadow: 0px 10px 24px 0px rgb(5, 13, 54, 0.2);
}

.sec-btn::before {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 8px;
  background-color: #1A1C31;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: -1;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.sec-btn:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  right: 0px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

/*==========Header CSS Start==========*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}

.header-top {
  width: 100%;
  height: 45px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.top-contact {
  display: flex;
  align-items: center;
}

.top-location {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.top-mail {
  display: flex;
  align-items: center;
}

.top-location-icon {
  font-size: 18px;
  color: #C21C30;
  margin-right: 15px;
}

.top-mail-icon {
  font-size: 18px;
  color: #C21C30;
  margin-right: 15px;
}

.top-location-content p {
  margin-bottom: 0;
  color: #ffffff;
}

.top-mail-content p {
  margin-bottom: 0;
  color: #ffffff;
}

.Social-midea a {
  color: #fff;
  margin-left: 12px;
  transition: 0.3s;
}

.header-top .Social-midea {
  text-align: right;
}

.Social-midea a:hover {
  color: #1A1C31;
}

.header-bottom {
  width: 100%;
  padding: 20px 0;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  background-color: transparent;
}

.site-branding a {
  display: inline-block;
  position: relative;
}

.site-branding a img {
  width: 80%;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(116deg) brightness(109%) contrast(109%);
}

.header-menu {
  position: relative;
  text-align: right;
}

.main-navigation {
  display: inline-block;
}

.main-navigation ul {
  list-style: none;
  font-size: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
}

.main-navigation ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.main-navigation ul li {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  margin-left: 10px;
  padding-left: 20px;
  position: relative;
}

.main-navigation ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
  font-family: "Poppins", sans-serif;
}

.header-btn {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 30px;
  text-transform: uppercase;
}

.header-btn .sec-btn:hover.sec-btn::after {
  background-color: #1A1C31;
}

.main-navigation ul li.sub-items:hover>a,
.main-navigation ul li a:hover,
.main-navigation ul li.active>a {
  color: #1A1C31;
}

.main-navigation ul li.sub-items>a:before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  font-family: "FontAwesome";
  font-size: 16px;
  transition: 0.3s;
}

.site-header.sticky-header .main-navigation ul li a,
.site-header.sticky-header .search-icon a,
.site-header.sticky-header .main-navigation ul li.sub-items>a:before {
  color: #010f2e;
}

.main-navigation ul li.sub-items>a {
  padding-right: 15px;
  position: relative;
}

.main-navigation ul li.sub-items:hover>a:before,
.main-navigation ul li a:hover:before {
  transform: translate(0, -50%) rotate(-180deg);
  transition: 0.3s;
}

.main-navigation ul li:first-child {
  margin-left: 0;
  padding: 0;
}

.main-navigation ul li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: -15px;
  width: 200px;
  height: auto;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 1px 1px 60px rgba(0, 0, 0, 0.1);
  display: none;
  transition: 0.3s;
  z-index: 150;
}

.main-navigation ul li:hover ul.sub-menu {
  display: block;
  animation: swip_up 0.3s linear 1;
}

@keyframes swip_up {
  from {
    transform: translate(0, 20px);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.main-navigation ul li ul.sub-menu li {
  display: block;
  text-align: left;
  margin: 0;
  border-bottom: 1px solid #ebebeb;
}

.main-navigation ul li ul.sub-menu li:first-child {
  padding-left: 24px;
}

.main-navigation ul li ul.sub-menu li:last-child {
  border-bottom: none;
}

.main-navigation ul li ul.sub-menu li a {
  display: block;
  padding: 10px 7px;
}

.main-navigation ul li ul.sub-menu li a {
  display: block;
  color: #050d36;
  padding: 5px 15px;
  transition: 0.3s;
}

.main-navigation ul li ul.sub-menu li a:hover {
  color: #1A1C31;
  transition: 0.3s;
}

.site-header.sticky-header .main-navigation ul li.sub-items:hover>a,
.site-header.sticky-header .main-navigation ul li a:hover,
.site-header.sticky-header .main-navigation ul li.active>a,
.site-header.sticky-header .main-navigation ul li.sub-items:hover>a:before,
.site-header.sticky-header .main-navigation ul li a:hover:before,
.site-header.sticky-header .main-navigation ul li.active>a:before,
.site-header.sticky-header .main-navigation ul li ul.sub-menu li a:hover {
  color: #C21C30;
}

/*==Sticky Header Start==*/
.sticky-header .header-top {
  margin-top: -45px;
  transition: 0.3s;
}

.site-header.sticky-header {
  background-color: rgb(255, 255, 255, 0.8);
  box-shadow: 6px 6px 60px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  -moz-backdrop-filter: blur(20px);
  -ms-backdrop-filter: blur(20px);
  transition: 0.3s;
}

.sticky-header .header-bottom {
  padding: 15px 0px;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  transition: 0.3s;
}

.site-header.sticky-header .site-branding img {
  /*filter: brightness(0) saturate(100%) invert(0%) sepia(13%) saturate(7497%) hue-rotate(291deg) brightness(117%) contrast(98%);*/
  filter:none;
}

@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

.sticky-header .main-navigation ul li a {
  color: #051136;
  transition: 0.3s;
}

.site-branding a img.sticky-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
}

.site-header.sticky-header .site-branding a img.sticky-logo {
  opacity: 1;
  transition: 0.3s;
}

.toggle-button {
  position: fixed;
  top: 5px;
  right: 30px;
  width: 60px;
  height: 60px;
  padding: 0 15px;
  background-color: #1A1C31;
  border-radius: 8px;
  text-align: center;
  border: none;
  outline: none;
  display: none;
  z-index: 110;
}

.toggle-button span {
  width: 30px;
  height: 3px;
  background: #ffffff;
  display: block;
  margin: 0 auto 6px auto;
  position: relative;
  top: 0;
  opacity: 1;
  float: right;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.toggle-button {
  width: 40px;
  height: 40px;
  top: 15px;
  padding: 0px 7px 0px 15px;
  right: 10px;
}

.toggle-button span {
  width: 20px;
  height: 2px;
}

.toggle-menu .toggle-button span {
  height: 3px;
}

.toggle-button .toggle-width {
  width: 25px;
}

.toggle-button span:last-child {
  margin-bottom: 0;
}

.toggle-menu .toggle-button {
  background-color: #0060ff;
}

.toggle-menu .toggle-button span {
  background-color: #ffffff;
}

.toggle-menu .toggle-button span:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: 9px;
}

.toggle-menu .toggle-button span:nth-child(2) {
  opacity: 0;
}

.toggle-menu .toggle-button span:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  top: -9px;
}

/*==Sticky Header End==*/
/*==========Header CSS End==========*/

/* Banner Section CSS Start Here */

/************* banner Start *****************/

.bn1 {
  display: flex;
  background: linear-gradient(rgb(194, 28, 48), rgb(194 28 48 / 13%)), url(../images/main_banner2.png) no-repeat top center;
  background-size: cover;
  padding: 180px 0px 50px;
  height: 80vh;
  align-items: center;
}

.two {
  display: flex;
  background: linear-gradient(rgb(194, 28, 48), rgb(194 28 48 / 13%)), url(../images/main_banner3.webp) no-repeat top center;
  background-size: cover;
  padding: 180px 0px 50px;
  height: 80vh;
  align-items: center;
}

.three {
  display: flex;
  background: linear-gradient(rgb(194, 28, 48), rgb(194 28 48 / 13%)), url(../images/main_banner4.jpg) no-repeat top center;
  background-size: cover;
  padding: 180px 0px 50px;
  height: 80vh;
  align-items: center;
}




.h_m_banner h1 {
  color: #fff;
  font-weight: 600;
  margin: 0 0 15px;
  font-size: 50px;
  line-height: 60px;
}

.h_m_banner p {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  color: white;
}

.bnn_left ul li {
  color: #fff;
  list-style: none;
  padding: 0 20px 11px;
  font-size: 17px;
  position: relative;
  font-weight: 400;
}

.bnn_left ul li:before {
  content: "\2713";
  color: #C21C30;
  display: inline-block;
  transition: all 0.2s ease;
  transform: scale(1.3);
  position: absolute;
  left: 0px;
  font-size: 17px;
}

.bnn_left .websites-main-buttons {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.bnn_left .websites-main-buttons a.sec-btn {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bnn_right {
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur;
  color: #ffffff;
  border: #ffffff 1.8px solid;
  background: none;
  border-radius: 8px;
}

.form_head {
  border-radius: 8px 8px 0px 0px;
  background-color: #C21C30;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 10px 15px;
  color: #fff;
}

.form_head h4 {
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}

.h_banner_form {
  width: 100%;
  padding: 15px 25px;
}

.h_banner_form .form-group {}

.h_banner_form .form-group input,
.h_banner_form .form-group textarea {
  height: 55px;
  margin-bottom: 10px;
  background: white;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
}

.h_banner_form .form-group textarea {
  height: 95px;
  resize: none;
}

.h_banner_form .form-group input::placeholder,
.h_banner_form .form-group textarea::placeholder {
  color: black;
}

.h_banner_form .form-group button {
  font-size: 20px;
  line-height: 27px;
  width: 100%;
  height: 56px;
  color: #C21C30;
  border: 1px solid #C21C30;
  padding: 12px 45px;
  border-radius: 4px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-in;
  text-transform: capitalize;
  margin: 10px 0 0;
  background: white;
}

.h_banner_form .form-group button:hover {
  background: #C21C30;
  color: white;
}

/************* banner end *****************/

section.sec-home-about {
  background: #F1F1F1;
  padding: 50px 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 9;
}



.sec-home-about .about-works-inner {
  display: flex;
  align-items: center;
}

.sec-home-about .about-works-inner .about-works-box {
  padding: 15px 15px;
  box-shadow: 1px 0 2px 1px rgb(46 40 38 / 1%);
  background: #fff;
  border: 1px solid #70707024;
  margin: 0 8px;
  border-radius: 15px;
  min-height: 350px;
  max-height: 350px;
}

.sec-home-about .about-works-box.slick-slide.slick-current.slick-active {
  background: #1A1C31;
}

.sec-home-about .about-works-box.slick-slide.slick-current.slick-active .heading-five,
.sec-home-about .about-works-box.slick-slide.slick-current.slick-active p {
  color: #fff;
}

.sec-home-about .about-works-inner .about-works-box p {
  color: #000;
  overflow-y: auto;
  min-height: 180px;
  max-height: 180px;
  padding: 0 12px 0 0;
}

.sec-home-about .about-works-box.slick-slide.slick-current.slick-active img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(7500%) hue-rotate(289deg) brightness(105%) contrast(101%);
}

.sec-home-about .about-works-box img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 12px;
  width: 70px;
}

.sec-home-about .about-works-box .heading-five {
  color: #363636;
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
}


.sec-home-about .about-inner-img img {
  width: 85%;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}

.sec-home-about .about-details .heading-two {
  font-size: 50px;
  line-height: 60px;
}


/* Marquee Slider CSS Start Here */

section.uni_logos {}

section.uni_logos marquee {
  display: flex;
  justify-content: center;
}

section.uni_logos marquee img {
  margin: 0px 20px;
}

/* Marquee Slider CSS End Here */

/************* sec3 start *****************/
.h_m_sec3 {
  width: 100%;
  padding: 70px 0;
  position: relative;
  min-height: 510px;
}

.h_m_sec3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 37%;
  height: 100%;
  background: url(../images/asf.png) no-repeat;
  background-size: cover;
  z-index: 1;
}

.sec3_left {
  background: #C21C30;
  padding: 25px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 11px 28px 0px rgba(158, 158, 158, 1);
  -moz-box-shadow: 0px 11px 28px 0px rgba(158, 158, 158, 1);
  box-shadow: 0px 11px 28px 0px rgb(43, 43, 43);
  position: relative;
  z-index: 99;
}

.h_m_sec3::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #1A1C31;
  width: 69%;
  height: 100%;
  z-index: -1;
  background-size: cover;
}

.sec3_left h2 {
  margin: 0;
  color: #ffffff;
  font-weight: 500;
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 10px;
}

.sec3_left p {
  color: #ffffff;
  font-size: 14px;
}

.sec3_right {
  width: 100%;
  padding-left: 60px;
}

.sec3_right ul li {
  position: relative;
  padding-left: 70px;
  padding-top: 5px;
  padding-bottom: 25px;
  list-style: none;
}

.sec3_right ul li:nth-child(1):before {
  content: "\f0c0";
  color: #fff;
  font-size: 40px;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
}

.sec3_right ul li:nth-child(2):before {
  content: "\f017";
  color: #fff;
  font-size: 47px;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
}

.sec3_right ul li:nth-child(3):before {
  content: "\f283";
  color: #fff;
  font-size: 40px;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
}

.sec3_right ul li:nth-child(4):before {
  content: "\f0d6";
  color: #fff;
  font-size: 45px;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
}

.sec3_right ul li:nth-child(5):before {
  content: "\f0e6";
  color: #fff;
  font-size: 45px;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
}

.sec3_right ul li:nth-child(6):before {
  content: "\f05d";
  color: #fff;
  font-size: 47px;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
}

.sec3_right ul li:nth-child(7):before {
  content: "\f19d";
  color: #fff;
  font-size: 47px;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
}

.sec3_right ul li h4 {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 29px;
  font-weight: 600;
}

.sec3_right ul li p {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}

.sec3_right ul li:nth-child(2)::before {
  background-position: -116px -321px;
  width: 38px;
  height: 34px;
}

.sec3_right ul li:nth-child(3)::before {
  background-position: -186px -321px;
  width: 40px;
  height: 40px;
}

.sec3_right ul li:nth-child(4)::before {
  background-position: -46px -388px;
  width: 32px;
  height: 43px;
}

.sec3_right ul li:nth-child(5)::before {
  background-position: -115px -390px;
  width: 40px;
  height: 40px;
}

.sec3_right ul li:nth-child(6)::before {
  background-position: -181px -392px;
  width: 39px;
  height: 39px;
}

/************* sec3 end *****************/



/* CTA Section CSS Start Here */

section.cta-2-bg {
  padding: 30px 0px;
  background: #000;
  position: relative;
  overflow: visible;
  display:none;
}

.cta-2-bg .cta-2-head {
  position: relative;
}

.cta-2-content {}

.cta-2-content h4 {
  color: #fff;
  font-size: 50px;
  padding: 10px 0;
  line-height: 58px;
}

.cta-2-content p {
  color: #fff;
}

.cta-2-btm-btn {
  display: flex;
  justify-content: start;
  align-items: start;
}

section.cta-2-bg .cta-2-foot {
  position: relative;
}

section.cta-2-bg .cta-2-foot img {
  position: absolute;
  left: 0px;
  top: -22px;
  z-index: 1;
}

/* CTa Section CSS End Here */

.h_m_sec5 {
  position: relative;
  padding: 50px 0;
  background: transparent no-repeat;
  background-size: cover;
  background-position: center;
}

.h_m_sec5 h2 {
  margin-bottom: 30px;
  font-weight: 700;
  color: #1A1C31;
}

.h_m_sec5 .listing ul {
  text-align: center;
}

.h_m_sec5 .listing ul li {
  position: relative;
  font-size: 14px;
  color: #42526e;
  text-transform: capitalize;
  border: 1px solid #1A1C31;
  display: inline-block;
  padding: 11px 20px;
  margin: 0 12px 12px;
  border-radius: 10px;
  font-weight: 500;
  transition: all 0.3s ease-out;
}

.h_m_sec5 .listing ul li+li {
  margin-left: 0px;
}

.h_m_sec5 .listing ul li:hover {
  color: #C21C30;
  border: 1px solid #C21C30;
  transform: scale(1.04);
}

.call-to-action-entertain {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

.call-to-action-entertain .desc {}

.call-to-action-entertain .desc h5 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}

.call-to-action-entertain .desc p {
  font-size: 16px;
  line-height: 23px;
  color: #fff;
}

.call-to-action-entertain .img-main {}

.call-to-action-entertain .img-main img {
  width: 100%;
  border-radius: 10px;
}

.call-to-action-entertain .writing-service-inner {
  margin: 40px 0 0 0;
  background: #fff;
  border-radius: 20px;
}

.call-to-action-entertain .writing-service-inner .writing-service-boxes {
  display: flex;
  align-items: center;
}

.call-to-action-entertain .writing-service-inner .writing-service-boxes .writing-service-item {
  text-align: center;
  padding: 20px 20px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #C21C30;
  width: 15%;
  min-height: 175px;
  max-height: 175px;
  display: grid;
  align-items: center;
  justify-content: center;
}

.call-to-action-entertain .writing-service-inner .writing-service-boxes .writing-service-item a {
  display: block;
  transition: all 0.3s ease-in-out;
}

.writing-service-boxes .writing-service-item a .writing-service-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 0 auto 10px;
}

.writing-service-boxes .writing-service-item a .writing-service-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.call-to-action-entertain .writing-service-inner .writing-service-boxes .writing-service-item p {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

.call-to-action-entertain .writing-service-inner .writing-service-boxes .writing-service-item a:hover {
  transform: translateY(-5px) !important;
}

.call-to-action-entertain .writing-service-inner .writing-service-boxes .writing-service-item a:hover p {
  color: #1A1C31;
}

.call-to-action-entertain .writing-service-inner .writing-service-boxes .writing-service-item.writing-service-item-last {
  border-width: 0 0 2px 0;
}

.call-to-action-entertain .writing-service-inner .writing-service-boxes .writing-service-item.writing-service-item2 {
  border-width: 0 2px 0px 0;
}

.call-to-action-entertain .writing-service-inner .writing-service-boxes .writing-service-item.writing-service-item2.writing-service-item-last {
  border-width: 0 0 0px 0;
}


/*Testimonials Section CSS Start Here*/
section.testi-main-sec {
  padding: 50px 0px;
}


.testi-lft-text-main {
  text-align: center;
  margin: 0 0 35px;
}

.testi-lft-text-main .heading-two {
  color: #212121;
  margin: 0 0 20px;
}

.testi-lft-text-main .heading-two span {
  color: #C21C30;
}

.testi-lft-text-main p {
  color: #4A4A4A;
}


.testi-auth-image-main .testi-auth-images {
  background-color: #1A1C31;
  padding: 0px 50px 30px;
  border-radius: 35px;
  margin: 55px 10px 0;
}

.testi-auth-images .testi-auth-image-items img {
  width: 100%;
  height: 100%;
  margin-top: -20px;
}

.testi-auth-image-items .heading-six {
  color: #fff;
  margin: 10px 0;
}

.testi-auth-image-items p {
  color: #fff;
  text-transform: uppercase;
}

.testi-auth-image-items .rating-icons {
  margin-top: 10px;
  display: flex;
  justify-content: left;
  gap: 3px;
}

.testi-auth-image-items .rating-icons img {
  margin: 0;
  width: 20px;
  height: 20px;
}

.testi-auth-content-main .testi-auth-content-items img {
  width: 45px;
  height: 45px;
  margin-bottom: 25px;
}

.testi-auth-content-items .testi-content-main p {
  color: #4A4A4A;
  font-size: 23px;
  line-height: 30px;
}

.testi-auth-content-items .testi-reviews-icon-main {
  margin-top: 30px;
}

.testi-auth-content-items .testi-reviews-icon-main ul {
  display: flex;
  gap: 15px;
  align-items: center;
}

.testi-auth-content-items .testi-reviews-icon-main ul li {
  margin: 0;
}

.testi-auth-content-items .testi-reviews-icon-main ul li img {
  margin: 0;
  width: 105px;
  height: 25px;
  object-fit: contain;
}

.testi-auth-content-main .slick-arrow {
  position: absolute;
  top: inherit;
  bottom: -40%;
  left: inherit;
  background: none;
  border: none;
  font-size: 0;
  z-index: 9;
}

.testi-auth-content-main .slick-arrow:before {
  font-family: "Font Awesome 6 Pro";
  color: #fff;
  background: #000;
  font-size: 18px;
  font-weight: 600;
  width: 45px;
  height: 45px;
  line-height: 32px;
  text-align: center;
  border-radius: 100%;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testi-auth-content-main .slick-prev.slick-arrow:before {
  content: "\f060";
}

.testi-auth-content-main .slick-next.slick-arrow:before {
  content: "\f061";
}

.testi-auth-content-main .slick-next.slick-arrow {
  right: 0;
  left: 15%;
}

.testi-auth-content-main .slick-arrow.slick-disabled:before {
  background-color: #e1e1e1;
}

/*Testimonials Section CSS End Here*/
/* why choose area start here */
.why-choose-area {
  padding: 65px 0;
}

.why-choose-area h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 15px
}


.why-choose-icon {
  width: 12%;
  float: left;
  margin-top: 5px
}

.why-choose-icon img {
  width: 45px;
  border-radius: 10px
}

.why-choose-cont {
  width: 100%;
  float: left;
  padding-left: 15px
}

.why-choose-cont h3 {
  font-weight: 700;
  margin-bottom: 10px
}

.why-choose-cont h3 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 20px;
  color: #1A1C31;
}

.why-choose-area .sec-heading {
  padding-left: 0;
  margin-bottom: 20px
}

.why-choose-img {
  padding-right: 35px
}

/* why choose area end here */
/* webinar single desc start here */

.webinar-single-desc {
  padding: 50px 0;
  margin: 0;
  background: #F1F1F1;
}



.webinar-single-desc li {
  padding: 15px 0;
  font-size: 18px;
  line-height: 28px;
  color: #696969;
  margin: 0 0 15px;
}

.webinar-single-desc li i {
  color: #C21C30;
  padding-right: 8px;
  font-size: 20px;
}

.btn-default .sec-btn {
  width: 215px;
}


.webinar-image img {
  width: 100%;
}

.web-inner-details .heading-three {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #000;
}

/* webinar single desc end here */



/* sec-process-wrap css start here */


.sec-process-wrap {
  padding: 70px 0;
  margin: 0;
}


.process-inner-details {
  text-align: center;
}

.process-inner-details .heading-two {
  font-size: 50px;
  line-height: 58px;
}

.process-inner-image img {
  width: 120px;
  margin: 0 0 15px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(61%) saturate(99%) hue-rotate(224deg) brightness(115%) contrast(100%);
}


.process-inner-box {
  text-align: center;
  margin-top: 40px;
  border: 2px solid #fff;
  padding: 25px;
  background: #1A1C31;
  border-radius: 12px;
}



.process-box-info .heading-four {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.process-box-info p {
  font-weight: 500;
  color: #fff;
  min-height: 230px;
  max-height: 230px;
  overflow-y: auto;
}


/* sec-process-wrap css end here */


section.sec-lets-talk-wrap {
  padding: 30px;
  margin: 0;
  background: #000;
}

.lets-talk-info {
  text-align: left;
}

.lets-talk-info .heading-three {
  color: #fff;
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
}


/*FAQS Section Css Start Here*/
section.faqs-sec-wrap {
  background: #FBFBFB;
  padding: 50px 0;
}

.faqs-sec-wrap .faqs-sec-head {
  text-align: center;
  margin: 0 0 50px;
}

.faqs-sec-head .heading-two {
  color: #212121;
  margin: 0 0 10px;
  font-size: 50px;
  line-height: 58px;
}

.faqs-sec-head .heading-two span {
  color: #C21C30;
  display: block;
}

.faqs-sec-head p {
  color: #5E5E5E;
}

.faqs-sec-item .accordion .accordion-item {
  margin: 0 0 10px;
  border-radius: 0px;
  background: transparent;
  border: none;
}

.faqs-sec-item .accordion-item .accordion-header button.accordion-button {

  background: #1E1E1E;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  box-shadow: none;
  border-radius: 10px;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  margin: 0 0 12px;
}

.faqs-sec-item .accordion-item .accordion-header .accordion-button::after {
  content: "\2b";
  background-image: none;
  background: #C21C30;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 100%;
  text-align: center;
  transform: rotate(-90deg);
  transition: all 0.3s ease-in-out;
}

.faqs-sec-item .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  transform: rotate(0deg);
}

.faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
  background: #fff;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 20px 20px;
  border-radius: 10px;
}



/*FAQS Section Css End Here*/

.page-banner-area {
    background-image: url(../images/inner-bg.png);
    background-position: 0 -50px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0 100px;
    position: relative;
    z-index:1;
}

.page-banner-area::before {
    content: '';
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: -1;
}

.banner-content h1 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 700
}

.banner-content p{
    color:white;
    font-size:15px;
    line-height:22px;
}

.banner-content a {
    color: #fff
}

.about-area.four {
    padding: 210px 0 75px;
}

.about-area.four .sec-heading {
    margin: 55px 140px 0;
}

.about-area.four .sec-heading h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: #C21C30;
    letter-spacing: 1px;
}

.about-area.four .sec-heading h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
}

.sec-heading p {
    margin: 20px 0 40px;
    font-size:16px;
    line-height:23px;
    color:black;
}

.about-img img, .about-img-four img, .faq-img img, .revenue-img img, .why-choose-img img {
    border-radius: 20px;
}

.about-img-four.margin {
    margin-top: -110px;
}

section.contact-main-wrap.contact-page-form {
    padding: 50px 0;
}
.contact-main-wrap .contact-main-image {
}
.contact-main-wrap .contact-main-image img {
  width: 100%;
}
.contact-main-wrap .contact-main-inner {
  width: 100%;
}
.contact-main-inner .contact-inner-head {
  margin: 0 0 30px;
}
.contact-inner-head .heading-three {
  color: #000;
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 50px;
  line-height: 57px;
}
.contact-inner-head p {
  color: #000;
  font-size: 18px;
  line-height: 25px;
}
.contact-main-inner .contact-main-form {
}
.contact-main-form .form-group {
  margin: 0 0 20px;
}
.contact-main-form .form-group.form-group-last {
  margin: 0;
}
.contact-main-form .form-group input {
  background: transparent;
  color: #000;
  font-size: 18px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #1A1C31;
  border-radius: 0px;
  padding: 20px 5px;
}
.contact-main-form .form-group input::placeholder {
  font-size: 18px;
  color: #b1b1b1;
}
.contact-main-form .form-group textarea {
  background: transparent;
  color: #000;
  font-size: 18px;
  width: 100%;
  height: 100px;
  border: none;
  border-bottom: 1px solid #1A1C31;
  border-radius: 0px;
  padding: 10px 5px;
  resize: none;
}
.contact-main-form .form-group textarea::placeholder {
  font-size: 18px;
  color: #b1b1b1;
}
.contact-main-form .form-group button.submit-btn {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  width: 190px;
  height: 55px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff !important;
  background-color: #C21C30;
  display: inline-block;
  padding: 10px 10px 10px 10px;
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  position: relative;
  z-index: 1;
  border: 1px solid #C21C30;
}
.contact-main-form .form-group button.submit-btn:hover {
  background: #fff;
  color: #C21C30 !important;
  transform: scale(0.9);
}

.contact-page-form .contact-page-info {
  margin: 40px 0 0;
}
.contact-page-info .contact-info-box {
  background: #C21C30;
  min-height: 120px;
  max-height: 120px;
  text-align: center;
  padding: 15px 15px;
  margin: 0 0 20px;
}
.contact-info-box h5 {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info-box h5 i {
  font-size: 18px;
  margin: 0 5px 0 0;
}
.contact-info-box a {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  word-break: break-word;
  display: block;
  transition: all 0.3s ease-in-out;
}
.contact-info-box a:hover {
  color: #1A1C31;
}
.contact-info-box p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}


footer.footer-main-sec {
  background: #1A1C31;
  position: relative;
}

.footer-main-sec .footer-top {
  padding: 40px 0 30px;
}

.footer-logo-area .footer-logo {
   width: 300px;
   margin: 0 0 30px;
}

.footer-logo-area .footer-logo img {
  /*filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(116deg) brightness(109%) contrast(109%);*/
  width:100%;
}

.footer-logo-area p {
  color: #F7F8F9;
  line-height: 26px;

}

.footer-top .footer-links-area {
  margin: 0 10px;
}


.footer-top .footer-links-area .ft-link-head .heading {
  color: #C21C30;
  margin: 0 0 35px;
  font-size: 30px;
  font-weight: 600;
}

.footer-links-area ul.footer-nav-links li {
  margin: 7px 0 9px;
  border-bottom: 1px solid rgb(112 112 112);
  padding: 1px 0 2px;
}

.footer-links-area ul.footer-nav-links a {
  font-size: 16px;
  line-height: 22px;
  margin: 0 5px 0 0;
  color: #FAFBFD;
  transition: all 0.3s ease-in-out;
}

.footer-links-area ul.footer-nav-links a:hover {
  color: #C21C30;
}


.footer-top .footer-disclaimer-area p {
  color: #B4B4B4;
}


.footer-main-sec .footer-bottom {
  padding: 10px 0;
  border-top: 1px solid #707070;
  background: #000;
}

.footer-bottom .footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copyright p {
  color: #fff;
  margin: 0;
}

.footer-copyright .footer-payments-card {}

.footer-payments-card img {}


.footer-main-sec .footer-bottom ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-copyright .footer-links-area ul.footer-nav-links li {
  border-bottom: none;
}



@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /* Header CSS Start Here */

  .site-branding a img {
    width: 85%;
  }

  .main-navigation ul li {
    margin-left: 0;
    padding-left:15px;
  }
  
  .bn1 {
    height: auto;
}

  .main-navigation ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Header CSS End Here */

  .footer-top .footer-links-area .ft-link-head .heading{
    font-size: 20px;
  }



}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* Header CSS Start Here */

  .top-location-content a p {
    font-size: 11px;
    line-height: 15px;
  }

  .header-top {
    height: 60px;
  }

  .header-bottom .main-navigation ul li a {
    font-size: 14px;
  }

  .main-navigation ul li a.sec-btn {
    font-size: 13px;
  }

  /* Header CSS End Here */

  .h_m_banner h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .h_m_banner.bn1,
  .h_m_banner.two,
  .h_m_banner.three {
    padding: 150px 0px 50px;
    height: 85vh;
  }

  .sec-home-about .about-details .heading-two {
    font-size: 35px;
    line-height: 42px;
  }


  .h_banner_form .form-group button {
    font-size: 16px;
  }

  .sec-home-about .about-inner-img img {
    width: 100%;
  }

  .form_head h4{
    font-size: 14px;
  }

  .about-details {
    margin: 20px 0 0 0;
  }

  .sec-home-about .about-works-box .heading-five {
    font-size: 25px;
  }



  .cta-2-content h4 {
    font-size: 35px;
    line-height: 42px;
  }

  section.cta-2-bg .cta-2-foot img {
    position: relative;
    left: 0;
    top: 20px;
  }

  .sec-process-wrap {
    padding: 30px 0;
  }

  .process-inner-box {
    text-align: left;
  }

  .process-inner-details .heading-two {
    font-size: 25px;
    line-height: 32px;
  }

  .process-box-info p {
    min-height: 350px;
    max-height: 350px;
  }

  .process-inner-image img {
    width: 80px;
  }

  .web-inner-details {
    margin: 20px 0 0 0;
  }


  .web-inner-details .heading-three {
    font-size: 35px;
    line-height: 42px;
  }

  .webinar-image img {
    width: 80%;
  }

  .webinar-single-desc li {
    font-size: 16px;
  }

  .why-choose-area h2 {
    font-size: 35px;
    line-height: 42px;
  }

  .why-choose-area {
    padding: 30px 0;
  }

  .call-to-action-entertain {
    padding: 30px 0;
  }

  .h_m_sec3::after {
    width: 100%;
  }

  .sec3_right ul li {
    padding-top: 50px;
  }

  .sec3_right ul li:nth-child(1):before,
  .sec3_right ul li:nth-child(2):before,
  .sec3_right ul li:nth-child(3):before,
  .sec3_right ul li:nth-child(4):before,
  .sec3_right ul li:nth-child(5):before,
  .sec3_right ul li:nth-child(6):before,
  .sec3_right ul li:nth-child(7):before {
    font-size: 40px;
  }

  .testi-lft-text-main {
    text-align: center;
  }

  .testi-lft-text-main .heading-two {
    font-size: 40px;
    line-height: 50px;
  }

  .testi-auth-content-items .testi-content-main p {
    font-size: 18px;
    line-height: 28px;
  }

  .testi-auth-content-main .slick-arrow {
    bottom: -10%;
  }

  .testi-auth-content-main .slick-next.slick-arrow {
    left: 20%;
  }


  .lets-talk-info .heading-three {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 15px;
  }

  section.sec-lets-talk-wrap {
    padding: 30px 0;
  }

  .faqs-sec-head .heading-two {
    font-size: 40px;
    line-height: 50px;
  }

  .faqs-sec-wrap .faqs-sec-head {
    text-align: center;
  }

  .faqs-inner-image {
    margin: 0 0 30px;
  }

  .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
    font-size: 18px;
    padding: 15px 12px;

  }

  .testi-auth-content-main .slick-arrow:before {
    width: 35px;
    height: 35px;
  }

  .sec3_right ul li h4 {
    font-size: 25px;
    margin: 0 0 12px;
  }

  .testi-auth-image-items .heading-six {
    font-size: 18px;
  }

  .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
    font-size: 14px;
  }


  .footer-copyright p {
    margin: 0 0 12px;
  }

  .footer-main-sec .footer-top {
    padding: 35px 0 30px;
  }

  .footer-payments-card img {
    margin: 15px 0;
    width: 80%;
  }

  .footer-top .footer-links-area .ft-link-head .heading{
    font-size: 25px;
    line-height: 32px;
    margin: 12px 0 15px;
  }
  .footer-logo-area .footer-logo img{
    width: 200px;
  }

  .footer-copyright .footer-payments-card {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-links-area ul.footer-nav-links a{
  font-size: 15px;
}


}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Header CSS Start Here */

  .site-header,
  .site-header.sticky-header {
    background: rgb(255, 255, 255, 0.8);
    height: 70px;
    padding: 0;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -moz-backdrop-filter: blur(20px);
    -ms-backdrop-filter: blur(20px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .bnn_left .websites-main-buttons{
    margin: 0 0 12px;
  }

  .header-bottom {
    background-color: transparent;
    box-shadow: none;
  }

  .site-branding a img {
    width: 100%;
    filter: none;
  }

  .sticky-header .header-bottom {
    padding: 23px 0px;
    animation: none;
    transition: 0.3s;
  }

  .site-header .container {
    max-width: 100%;
    padding: 0 30px;
  }

  .toggle-button {
    display: block;
  }

  .site-branding {
    position: fixed;
    top: 0;
    left: 30px;
    width: 200px;
    height: 70px;
    display: flex;
    align-items: center;
  }

  .site-branding a {
    width: 90%;
  }

  .main-navigation ul {
    position: fixed;
    top: 0;
    right: -400px;
    width: 320px;
    height: 100vh;
    max-height: 100vh;
    overflow: auto;
    background: #050d36;
    text-align: center;
    padding: 100px 0 30px;
    box-shadow: -30px 0 30px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    opacity: 0;
    z-index: 100;
  }

  .main-navigation ul::before {
    content: "";
    position: absolute;
    width: 800px;
    height: 800px;
    opacity: 0.5;
    background: radial-gradient(ellipse at center,
        rgba(0, 96, 255, 0.6) 0%,
        rgba(0, 96, 255, 0.6) 0%,
        rgba(0, 96, 255, 0) 68%,
        rgba(0, 96, 255, 0) 100%);
    -webkit-background: radial-gradient(ellipse at center,
        rgba(0, 96, 255, 0.6) 0%,
        rgba(0, 96, 255, 0.6) 0%,
        rgba(0, 96, 255, 0) 68%,
        rgba(0, 96, 255, 0) 100%);
    top: -430px;
    right: -310px;
    z-index: -1;
  }

  .main-navigation ul li ul::before {
    content: "";
    position: relative;
  }

  .main-navigation ul::after {
    content: "";
    position: absolute;
    width: 655px;
    height: 655px;
    opacity: 0.4;
    background: radial-gradient(ellipse at center,
        rgba(255, 82, 25, 0.6) 0%,
        rgba(255, 82, 25, 0.6) 0%,
        rgba(255, 82, 25, 0) 68%,
        rgba(255, 82, 25, 0) 100%);
    -webkit-background: radial-gradient(ellipse at center,
        rgba(255, 82, 25, 0.6) 0%,
        rgba(255, 82, 25, 0.6) 0%,
        rgba(255, 82, 25, 0) 68%,
        rgba(255, 82, 25, 0) 100%);
    bottom: -110px;
    left: -330px;
    z-index: -1;
  }

  .main-navigation ul li ul::after {
    content: "";
    position: relative;
  }

  .main-navigation.toggle-menu ul {
    right: 0;
    opacity: 1;
    z-index: 100;
  }

  .main-navigation>ul::-webkit-scrollbar-thumb {
    width: 0;
    background: transparent;
  }

  .main-navigation>ul::-webkit-scrollbar {
    width: 0;
  }

  .main-navigation>ul::-webkit-scrollbar-track {
    width: 0;
    background: transparent;
  }

  .main-navigation ul li {
    display: block;
    margin: -50px 0 10px 0;
    padding: 10px 40px 20px 20px;
    opacity: 0;
    transition: 0.5s;
  }

  .main-navigation ul li:first-child {
    padding: 10px 20px 20px 20px;
  }

  .main-navigation.toggle-menu ul li {
    text-align: left;
    border-bottom: solid 1px rgb(225, 225, 225, 0.2);
    margin-top: 0;
    opacity: 1;
    transition: 0.5s;
    transition-delay: 0.4s;
  }

  .main-navigation ul li:last-child {
    border-bottom: none;
  }

  .main-navigation ul li:last-child a {
    display: inline-block;
    margin: 0 auto;
  }

  .site-header.sticky-header .main-navigation ul li a,
  .site-header.sticky-header .search-icon a,
  .site-header.sticky-header .main-navigation ul li.sub-items>a:before {
    color: #ffffff;
  }

  .main-navigation ul li a {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
  }

  .main-navigation ul li.sub-items>a:before {
    color: #ffffff;
  }

  .main-navigation ul li.sub-items.active>a:before {
    color: #1A1C31;
  }

  .main-navigation ul li ul.sub-menu,
  .main-navigation ul li:hover ul.sub-menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    display: block;
    animation: none;
    padding: 0;
    margin-top: 10px;
    transition: 0s;
    display: none;
  }

  .main-navigation ul li ul.sub-menu li {
    text-align: left;
    border: none;
    padding: 0 16px;
    margin-bottom: 10px;
  }

  .main-navigation ul li ul.sub-menu li:first-child {
    padding-left: 16px;
  }

  .main-navigation ul li ul.sub-menu li:last-child {
    margin-bottom: 0;
  }

  .main-navigation ul li ul.sub-menu li a {
    color: #ffffff;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
  }

  .main-navigation ul li.sub-items:hover>a:before,
  .main-navigation ul li a:hover:before {
    transform: translate(0, -50%) rotate(0deg);
    color: #1A1C31;
  }

  .main-navigation ul li.sub-items.active-sub-menu>a:before {
    transform: translate(0, -50%) rotate(-180deg);
    color: #1A1C31;
  }

  .header-top {
    display: none;
  }

  .Social-midea {
    display: none;
  }

  .header-contact {
    display: none;
  }

  .header-btn {
    display: none;
  }

  .toggle-button {
    display: block;
  }

  /* Header CSS End Here */

  .h_m_banner h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .h_m_banner.bn1,
  .h_m_banner.two,
  .h_m_banner.three {
    height: 90vh;
    padding: 80px 0px 50px;
  }

  .sec-home-about .about-details .heading-two {
    font-size: 35px;
    line-height: 45px;
  }

  section.uni_logos {
    margin: 0;
  }

  .h_banner_form .form-group button {
    font-size: 16px;
  }

  .sec-home-about .about-inner-img img {
    width: 100%;
  }

  .about-details {
    margin: 20px 0 0 0;
  }

  .sec-home-about .about-works-box .heading-five {
    font-size: 20px;
  }

  .cta-2-content h4 {
    font-size: 35px;
    line-height: 42px;
  }

  section.cta-2-bg .cta-2-foot img {
    position: relative;
    left: 0;
    top: 20px;
  }

  .sec-process-wrap {
    padding: 30px 0;
  }

  .process-inner-box {
    text-align: left;
  }

  .process-inner-details .heading-two {
    font-size: 35px;
    line-height: 42px;
  }

  .process-inner-image img {
    width: 80px;
  }

  .web-inner-details {
    margin: 20px 0 0 0;
  }


  .web-inner-details .heading-three {
    font-size: 35px;
    line-height: 42px;
  }

  .webinar-image img {
    width: 80%;
  }

  .webinar-single-desc li {
    font-size: 16px;
  }

  .why-choose-area h2 {
    font-size: 35px;
    line-height: 42px;
  }

  .why-choose-area {
    padding: 30px 0;
  }


  .call-to-action-entertain {
    padding: 30px 0;
  }

  .h_m_sec3::before {
    width: 50%;
  }

  .h_m_sec3::after {
    width: 100%;
  }

  .sec3_right ul li {
    padding-top: 50px;
  }

  .sec3_right ul li:nth-child(1):before,
  .sec3_right ul li:nth-child(2):before,
  .sec3_right ul li:nth-child(3):before,
  .sec3_right ul li:nth-child(4):before,
  .sec3_right ul li:nth-child(5):before,
  .sec3_right ul li:nth-child(6):before,
  .sec3_right ul li:nth-child(7):before {
    font-size: 40px;
  }

  .testi-lft-text-main {
    text-align: center;
  }

  .testi-lft-text-main .heading-two {
    font-size: 35px;
    line-height: 42px;
  }

  .testi-auth-content-items .testi-content-main p {
    font-size: 18px;
    line-height: 28px;
  }

  .testi-auth-content-main .slick-arrow {
    bottom: -10%;
  }

  .testi-auth-content-main .slick-next.slick-arrow {
    left: 20%;
  }


  .lets-talk-info .heading-three {
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 15px;
  }

  section.sec-lets-talk-wrap {
    padding: 30px 0;
  }

  .faqs-sec-head .heading-two {
    font-size: 35px;
    line-height: 42px;
  }


  .faqs-inner-image {
    margin: 0 0 30px;
  }

  .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
    font-size: 18px;
    padding: 15px 12px;

  }

  .testi-auth-content-main .slick-arrow:before {
    width: 35px;
    height: 35px;
  }

  .call-to-action-entertain .writing-service-inner .writing-service-boxes .writing-service-item{
    width: 14%;
  }

  .call-to-action-entertain .writing-service-inner .writing-service-boxes .writing-service-item p{
    font-size: 14px;
  }

  .sec3_right ul li h4 {
    font-size: 17px;
    margin: 0 0 12px;
  }

  .testi-auth-image-items .heading-six {
    font-size: 18px;
  }

  .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
    font-size: 14px;
  }


  .footer-bottom .footer-copyright {
    display: block;
  }

  .footer-copyright p {
    margin: 0 0 12px;
  }

  .footer-main-sec .footer-top {
    padding: 35px 0 30px;
  }

  .footer-payments-card img {
    margin: 15px 0;
  }

  .footer-top .footer-links-area .ft-link-head .heading{
    font-size: 25px;
    line-height: 32px;
    margin: 12px 0 15px;
  }

  .footer-copyright .footer-payments-card,
  .footer-copyright p{
    text-align: left;
  }
  .footer-main-sec .footer-bottom ul{
    justify-content: left;
  }


}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* Header CSS Start Here */

  .site-header,
  .site-header.sticky-header {
    background: rgb(255, 255, 255, 0.8);
    height: 70px;
    padding: 0;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -moz-backdrop-filter: blur(20px);
    -ms-backdrop-filter: blur(20px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }

  .bnn_left .websites-main-buttons {
    margin: 0 0 15px;
  }

  .header-bottom {
    background-color: transparent;
    box-shadow: none;
  }

  .site-branding a img {
    width: 100%;
    filter: none;
  }

  .sticky-header .header-bottom {
    padding: 23px 0px;
    animation: none;
    transition: 0.3s;
  }

  .site-header .container {
    max-width: 100%;
    padding: 0 30px;
  }

  .toggle-button {
    display: block;
  }

  .site-branding {
    position: fixed;
    top: 0;
    left: 30px;
    width: 200px;
    height: 70px;
    display: flex;
    align-items: center;
  }

  .site-branding a {
    width: 90%;
  }

  .main-navigation ul {
    position: fixed;
    top: 0;
    right: -400px;
    width: 320px;
    height: 100vh;
    max-height: 100vh;
    overflow: auto;
    background: #050d36;
    text-align: center;
    padding: 100px 0 30px;
    box-shadow: -30px 0 30px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    opacity: 0;
    z-index: 100;
  }

  .main-navigation ul::before {
    content: "";
    position: absolute;
    width: 800px;
    height: 800px;
    opacity: 0.5;
    background: radial-gradient(ellipse at center,
        rgba(0, 96, 255, 0.6) 0%,
        rgba(0, 96, 255, 0.6) 0%,
        rgba(0, 96, 255, 0) 68%,
        rgba(0, 96, 255, 0) 100%);
    -webkit-background: radial-gradient(ellipse at center,
        rgba(0, 96, 255, 0.6) 0%,
        rgba(0, 96, 255, 0.6) 0%,
        rgba(0, 96, 255, 0) 68%,
        rgba(0, 96, 255, 0) 100%);
    top: -430px;
    right: -310px;
    z-index: -1;
  }

  .main-navigation ul li ul::before {
    content: "";
    position: relative;
  }

  .main-navigation ul::after {
    content: "";
    position: absolute;
    width: 655px;
    height: 655px;
    opacity: 0.4;
    background: radial-gradient(ellipse at center,
        rgba(255, 82, 25, 0.6) 0%,
        rgba(255, 82, 25, 0.6) 0%,
        rgba(255, 82, 25, 0) 68%,
        rgba(255, 82, 25, 0) 100%);
    -webkit-background: radial-gradient(ellipse at center,
        rgba(255, 82, 25, 0.6) 0%,
        rgba(255, 82, 25, 0.6) 0%,
        rgba(255, 82, 25, 0) 68%,
        rgba(255, 82, 25, 0) 100%);
    bottom: -110px;
    left: -330px;
    z-index: -1;
  }

  .main-navigation ul li ul::after {
    content: "";
    position: relative;
  }

  .main-navigation.toggle-menu ul {
    right: 0;
    opacity: 1;
    z-index: 100;
  }

  .main-navigation>ul::-webkit-scrollbar-thumb {
    width: 0;
    background: transparent;
  }

  .main-navigation>ul::-webkit-scrollbar {
    width: 0;
  }

  .main-navigation>ul::-webkit-scrollbar-track {
    width: 0;
    background: transparent;
  }

  .main-navigation ul li {
    display: block;
    margin: -50px 0 10px 0;
    padding: 10px 40px 20px 40px;
    opacity: 0;
    transition: 0.5s;
  }

  .main-navigation ul li:first-child {
    padding: 10px 20px 20px 20px;
  }

  .main-navigation.toggle-menu ul li {
    text-align: left;
    border-bottom: solid 1px rgb(225, 225, 225, 0.2);
    margin-top: 0;
    opacity: 1;
    transition: 0.5s;
    transition-delay: 0.4s;
  }

  .main-navigation ul li:last-child {
    border-bottom: none;
  }

  .main-navigation ul li:last-child a {
    display: inline-block;
    margin: 0 auto;
  }

  .site-header.sticky-header .main-navigation ul li a,
  .site-header.sticky-header .search-icon a,
  .site-header.sticky-header .main-navigation ul li.sub-items>a:before {
    color: #ffffff;
  }

  .main-navigation ul li a {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
  }

  .main-navigation ul li.sub-items>a:before {
    color: #ffffff;
  }

  .main-navigation ul li.sub-items.active>a:before {
    color: #1A1C31;
  }

  .main-navigation ul li ul.sub-menu,
  .main-navigation ul li:hover ul.sub-menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    display: block;
    animation: none;
    padding: 0;
    margin-top: 10px;
    transition: 0s;
    display: none;
  }

  .main-navigation ul li ul.sub-menu li {
    text-align: left;
    border: none;
    padding: 0 16px;
    margin-bottom: 10px;
  }

  .main-navigation ul li ul.sub-menu li:first-child {
    padding-left: 16px;
  }

  .main-navigation ul li ul.sub-menu li:last-child {
    margin-bottom: 0;
  }

  .main-navigation ul li ul.sub-menu li a {
    color: #ffffff;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
  }

  .main-navigation ul li.sub-items:hover>a:before,
  .main-navigation ul li a:hover:before {
    transform: translate(0, -50%) rotate(0deg);
    color: #1A1C31;
  }

  .main-navigation ul li.sub-items.active-sub-menu>a:before {
    transform: translate(0, -50%) rotate(-180deg);
    color: #1A1C31;
  }

  .header-top {
    display: none;
  }

  .Social-midea {
    display: none;
  }

  .header-contact {
    display: none;
  }

  .header-btn {
    display: none;
  }

  .toggle-button {
    display: block;
  }

  .main-navigation.toggle-menu ul li {
    padding: 10px 20px;
  }

  .main-navigation ul li a {
    font-size: 14px;
    line-height: 24px;
  }

  /* Header CSS End Here */

  .h_m_banner h1 {
    font-size: 35px;
    line-height: 42px;
  }

  .h_m_banner.bn1,
  .h_m_banner.two,
  .h_m_banner.three {
    height: 100vh;
    padding: 320px 0px 50px;
  }

  .sec-home-about .about-details .heading-two {
    font-size: 35px;
    line-height: 42px;
  }

  section.uni_logos {
    margin: 20% 0 0 0;
  }

  .h_banner_form .form-group button {
    font-size: 16px;
  }

  .sec-home-about .about-inner-img img {
    width: 100%;
  }

  .about-details {
    margin: 20px 0 0 0;
  }

  .sec-home-about .about-works-box .heading-five {
    font-size: 20px;
  }

  .cta-2-content h4 {
    font-size: 35px;
    line-height: 42px;
  }

  section.cta-2-bg .cta-2-foot img {
    position: relative;
    left: 0;
    top: 20px;
  }

  .sec-process-wrap {
    padding: 30px 0;
  }

  .process-inner-box {
    text-align: left;
  }

  .process-inner-details .heading-two {
    font-size: 35px;
    line-height: 42px;
  }


  .process-inner-image img {
    width: 100px;
  }

  .web-inner-details {
    margin: 20px 0 0 0;
  }


  .web-inner-details .heading-three {
    font-size: 35px;
    line-height: 42px;
  }

  .webinar-image img {
    width: 80%;
  }

  .webinar-single-desc li {
    font-size: 16px;
  }

  .why-choose-area h2 {
    font-size: 35px;
    line-height: 42px;
  }

  .why-choose-area {
    padding: 30px 0;
  }

  .call-to-action-entertain .writing-service-inner .writing-service-boxes {
    display: block;
  }

  .call-to-action-entertain .writing-service-inner .writing-service-boxes .writing-service-item {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000;
  }

  .call-to-action-entertain .writing-service-inner .writing-service-boxes .writing-service-item.writing-service-item-last {
    border: none;
    border-bottom: 1px solid #000;
  }

  .call-to-action-entertain .writing-service-inner .writing-service-boxes .writing-service-item.writing-service-item2 {
    border-bottom: 1px solid #000;
  }


  .call-to-action-entertain {
    padding: 30px 0;
  }

  .h_m_sec3::before {
    width: 10%;
  }

  .h_m_sec3::after {
    width: 100%;
  }

  .sec3_right ul li {
    padding-top: 50px;
  }

  .sec3_right ul li:nth-child(1):before,
  .sec3_right ul li:nth-child(2):before,
  .sec3_right ul li:nth-child(3):before,
  .sec3_right ul li:nth-child(4):before,
  .sec3_right ul li:nth-child(5):before,
  .sec3_right ul li:nth-child(6):before,
  .sec3_right ul li:nth-child(7):before {
    font-size: 30px;
  }

  .testi-lft-text-main {
    text-align: left;
  }

  .testi-lft-text-main .heading-two {
    font-size: 35px;
    line-height: 42px;
  }

  .testi-auth-content-items .testi-content-main p {
    font-size: 18px;
    line-height: 28px;
  }

  .testi-auth-content-main .slick-arrow {
    bottom: -10%;
  }

  .testi-auth-content-main .slick-next.slick-arrow {
    left: 10%;
  }


  .lets-talk-info .heading-three {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 15px;
  }

  section.sec-lets-talk-wrap {
    padding: 30px 0;
  }

  .faqs-sec-head .heading-two {
    font-size: 35px;
    line-height: 42px;
  }

  .faqs-sec-wrap .faqs-sec-head {
    text-align: left;
  }

  .faqs-inner-image {
    margin: 0 0 30px;
  }

  .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
    font-size: 18px;
    padding: 15px 12px;

  }

  .testi-auth-content-main .slick-arrow:before {
    width: 35px;
    height: 35px;
  }

  .sec3_right ul li h4 {
    font-size: 17px;
    margin: 0 0 12px;
  }

  .testi-auth-image-items .heading-six {
    font-size: 18px;
  }

  .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
    font-size: 14px;
  }


  .footer-bottom .footer-copyright,
  .footer-main-sec .footer-bottom ul {
    display: block;
  }

  .footer-copyright p {
    margin: 0 0 12px;
  }

  .footer-main-sec .footer-top {
    padding: 35px 0 30px;
  }

  .footer-payments-card img {
    margin: 15px 0;
  }

  .footer-top .footer-links-area .ft-link-head .heading{
    font-size: 25px;
    line-height: 32px;
    margin: 12px 0 15px;
  }

  .why-choose-cont h3{
    font-size: 25px;
  }

}

@media only screen and (min-width: 300px) and (max-width: 575px) {
  /* Header CSS Start Here */

  .site-header,
  .site-header.sticky-header {
    background: rgb(255, 255, 255, 0.8);
    height: 70px;
    padding: 0;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -moz-backdrop-filter: blur(20px);
    -ms-backdrop-filter: blur(20px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }

  .bnn_left .websites-main-buttons {
    margin: 0 0 15px;
  }

  .header-bottom {
    background-color: transparent;
    box-shadow: none;
  }

  .site-branding a img {
    width: 100%;
    filter: none;
  }

  .sticky-header .header-bottom {
    padding: 23px 0px;
    animation: none;
    transition: 0.3s;
  }

  .site-header .container {
    max-width: 100%;
    padding: 0 30px;
  }

  .toggle-button {
    display: block;
  }

  .site-branding {
    position: fixed;
    top: 0;
    left: 30px;
    width: 200px;
    height: 70px;
    display: flex;
    align-items: center;
  }

  .site-branding a {
    width: 90%;
  }

  .main-navigation ul {
    position: fixed;
    top: 0;
    right: -400px;
    width: 320px;
    height: 100vh;
    max-height: 100vh;
    overflow: auto;
    background: #050d36;
    text-align: center;
    padding: 100px 0 30px;
    box-shadow: -30px 0 30px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    opacity: 0;
    z-index: 100;
  }

  .main-navigation ul::before {
    content: "";
    position: absolute;
    width: 800px;
    height: 800px;
    opacity: 0.5;
    background: radial-gradient(ellipse at center,
        rgba(0, 96, 255, 0.6) 0%,
        rgba(0, 96, 255, 0.6) 0%,
        rgba(0, 96, 255, 0) 68%,
        rgba(0, 96, 255, 0) 100%);
    -webkit-background: radial-gradient(ellipse at center,
        rgba(0, 96, 255, 0.6) 0%,
        rgba(0, 96, 255, 0.6) 0%,
        rgba(0, 96, 255, 0) 68%,
        rgba(0, 96, 255, 0) 100%);
    top: -430px;
    right: -310px;
    z-index: -1;
  }

  .main-navigation ul li ul::before {
    content: "";
    position: relative;
  }

  .main-navigation ul::after {
    content: "";
    position: absolute;
    width: 655px;
    height: 655px;
    opacity: 0.4;
    background: radial-gradient(ellipse at center,
        rgba(255, 82, 25, 0.6) 0%,
        rgba(255, 82, 25, 0.6) 0%,
        rgba(255, 82, 25, 0) 68%,
        rgba(255, 82, 25, 0) 100%);
    -webkit-background: radial-gradient(ellipse at center,
        rgba(255, 82, 25, 0.6) 0%,
        rgba(255, 82, 25, 0.6) 0%,
        rgba(255, 82, 25, 0) 68%,
        rgba(255, 82, 25, 0) 100%);
    bottom: -110px;
    left: -330px;
    z-index: -1;
  }

  .main-navigation ul li ul::after {
    content: "";
    position: relative;
  }

  .main-navigation.toggle-menu ul {
    right: 0;
    opacity: 1;
    z-index: 100;
  }

  .main-navigation>ul::-webkit-scrollbar-thumb {
    width: 0;
    background: transparent;
  }

  .main-navigation>ul::-webkit-scrollbar {
    width: 0;
  }

  .main-navigation>ul::-webkit-scrollbar-track {
    width: 0;
    background: transparent;
  }

  .main-navigation ul li {
    display: block;
    margin: -50px 0 10px 0;
    padding: 10px 40px 20px 40px;
    opacity: 0;
    transition: 0.5s;
  }

  .main-navigation ul li:first-child {
    padding: 10px 20px 20px 20px;
  }

  .main-navigation.toggle-menu ul li {
    text-align: left;
    border-bottom: solid 1px rgb(225, 225, 225, 0.2);
    margin-top: 0;
    opacity: 1;
    transition: 0.5s;
    transition-delay: 0.4s;
  }

  .main-navigation ul li:last-child {
    border-bottom: none;
  }

  .main-navigation ul li:last-child a {
    display: inline-block;
    margin: 0 auto;
  }

  .site-header.sticky-header .main-navigation ul li a,
  .site-header.sticky-header .search-icon a,
  .site-header.sticky-header .main-navigation ul li.sub-items>a:before {
    color: #ffffff;
  }

  .main-navigation ul li a {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
  }

  .main-navigation ul li.sub-items>a:before {
    color: #ffffff;
  }

  .main-navigation ul li.sub-items.active>a:before {
    color: #1A1C31;
  }

  .main-navigation ul li ul.sub-menu,
  .main-navigation ul li:hover ul.sub-menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    display: block;
    animation: none;
    padding: 0;
    margin-top: 10px;
    transition: 0s;
    display: none;
  }

  .main-navigation ul li ul.sub-menu li {
    text-align: left;
    border: none;
    padding: 0 16px;
    margin-bottom: 10px;
  }

  .main-navigation ul li ul.sub-menu li:first-child {
    padding-left: 16px;
  }

  .main-navigation ul li ul.sub-menu li:last-child {
    margin-bottom: 0;
  }

  .main-navigation ul li ul.sub-menu li a {
    color: #ffffff;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
  }

  .main-navigation ul li.sub-items:hover>a:before,
  .main-navigation ul li a:hover:before {
    transform: translate(0, -50%) rotate(0deg);
    color: #1A1C31;
  }

  .main-navigation ul li.sub-items.active-sub-menu>a:before {
    transform: translate(0, -50%) rotate(-180deg);
    color: #1A1C31;
  }

  .header-top {
    display: none;
  }

  .Social-midea {
    display: none;
  }

  .header-contact {
    display: none;
  }

  .header-btn {
    display: none;
  }

  .toggle-button {
    display: block;
  }

  .main-navigation.toggle-menu ul li {
    padding: 10px 20px;
  }

  .main-navigation ul li a {
    font-size: 14px;
    line-height: 24px;
  }

  /* Header CSS End Here */

  .h_m_banner h1 {
    font-size: 25px;
    line-height: 32px;
  }

  .h_m_banner.bn1,
  .h_m_banner.two,
  .h_m_banner.three {
    height: 100vh;
    padding: 400px 0px 50px;
  }

  .sec-home-about .about-details .heading-two {
    font-size: 25px;
    line-height: 32px;
  }

  section.uni_logos {
    margin: 80% 0 0 0;
  }

  .h_banner_form .form-group button {
    font-size: 16px;
  }

  .sec-home-about .about-inner-img img {
    width: 100%;
  }

  .about-details {
    margin: 20px 0 0 0;
  }

  .sec-home-about .about-works-box .heading-five {
    font-size: 20px;
  }

  .cta-2-content h4 {
    font-size: 25px;
    line-height: 32px;
  }

  section.cta-2-bg .cta-2-foot img {
    position: relative;
    left: 0;
    top: 20px;
  }

  .sec-process-wrap {
    padding: 30px 0;
  }

  .process-inner-box {
    text-align: left;
  }

  .process-inner-details .heading-two {
    font-size: 25px;
    line-height: 32px;
  }

  .process-box-info p {
    min-height: 350px;
    max-height: 350px;
  }

  .process-inner-image img {
    width: 80px;
  }

  .web-inner-details {
    margin: 20px 0 0 0;
  }


  .web-inner-details .heading-three {
    font-size: 25px;
    line-height: 32px;
  }

  .webinar-image img {
    width: 80%;
  }

  .webinar-single-desc li {
    font-size: 16px;
  }

  .why-choose-area h2 {
    font-size: 25px;
    line-height: 32px;
  }

  .why-choose-area {
    padding: 30px 0;
  }

  .call-to-action-entertain .writing-service-inner .writing-service-boxes {
    display: block;
  }

  .call-to-action-entertain .writing-service-inner .writing-service-boxes .writing-service-item {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000;
  }

  .call-to-action-entertain .writing-service-inner .writing-service-boxes .writing-service-item.writing-service-item-last {
    border: none;
    border-bottom: 1px solid #000;
  }

  .call-to-action-entertain .writing-service-inner .writing-service-boxes .writing-service-item.writing-service-item2 {
    border-bottom: 1px solid #000;
  }


  .call-to-action-entertain {
    padding: 30px 0;
  }

  .h_m_sec3::before {
    width: 10%;
  }

  .h_m_sec3::after {
    width: 100%;
  }

  .sec3_right ul li {
    padding-top: 50px;
  }

  .sec3_right ul li:nth-child(1):before,
  .sec3_right ul li:nth-child(2):before,
  .sec3_right ul li:nth-child(3):before,
  .sec3_right ul li:nth-child(4):before,
  .sec3_right ul li:nth-child(5):before,
  .sec3_right ul li:nth-child(6):before,
  .sec3_right ul li:nth-child(7):before {
    font-size: 30px;
  }

  .testi-lft-text-main {
    text-align: left;
  }

  .testi-lft-text-main .heading-two {
    font-size: 25px;
    line-height: 32px;
  }

  .testi-auth-content-items .testi-content-main p {
    font-size: 18px;
    line-height: 28px;
  }

  .testi-auth-content-main .slick-arrow {
    bottom: -10%;
  }

  .testi-auth-content-main .slick-next.slick-arrow {
    left: 20%;
  }


  .lets-talk-info .heading-three {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 15px;
  }

  section.sec-lets-talk-wrap {
    padding: 30px 0;
  }

  .faqs-sec-head .heading-two {
    font-size: 25px;
    line-height: 32px;
  }

  .faqs-sec-wrap .faqs-sec-head {
    text-align: left;
  }

  .faqs-inner-image {
    margin: 0 0 30px;
  }

  .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
    font-size: 18px;
    padding: 15px 12px;

  }

  .testi-auth-content-main .slick-arrow:before {
    width: 35px;
    height: 35px;
  }

  .sec3_right ul li h4 {
    font-size: 17px;
    margin: 0 0 12px;
  }

  .testi-auth-image-items .heading-six {
    font-size: 18px;
  }

  .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
    font-size: 14px;
  }


  .footer-bottom .footer-copyright,
  .footer-main-sec .footer-bottom ul {
    display: block;
  }

  .footer-copyright p {
    margin: 0 0 12px;
  }

  .footer-main-sec .footer-top {
    padding: 35px 0 30px;
  }

  .footer-payments-card img {
    margin: 15px 0;
  }

  .footer-top .footer-links-area .ft-link-head .heading{
    font-size: 25px;
    line-height: 32px;
    margin: 12px 0 15px;
  }

}

