/*
Theme Name: ADS theme
Text Domain: adstheme
Version: 2.0
Tested up to: 6.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

/*font-family: 'Exo', sans-serif;
font-family: 'Montserrat', sans-serif;*/

@import url("https://fonts.googleapis.com/css2?family=Exo:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  color: #121212;
  font-size: 16px;
  line-height: 1.6;
  background-color: #fff;
  overflow-x: hidden;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
}

p:last-child {
  margin-bottom: 0;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: #565656;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #000;
  transition: all ease-in-out 0.3s;
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  color: #000;
  height: 58px;
  padding: 0 22px;
  outline: none !important;
  font-size: 16px;
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid #9d9d9d;
}

textarea {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  color: #000;
  height: 159px;
  padding: 22px;
  outline: none !important;
  font-size: 16px;
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid #9d9d9d;
  resize: none;
}

textarea::placeholder {
  color: #323131;
  opacity: 1;
}

input[type="submit"] {
  padding: 17px 49px 15px;
  display: inline-block;
  font-family: "Exo";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0.1em;
  color: #ffffff;
  border-radius: 5px;
  border: 0;
  outline: none;
  background: linear-gradient(
    180deg,
    rgba(180, 9, 67, 1) 11%,
    rgba(123, 10, 48, 1) 100%
  );
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rach-form1 {
  text-align: right;
  margin-top: 22px;
}

input[type="submit"]:hover {
  background: linear-gradient(
    180deg,
    rgba(123, 10, 48, 1) 4%,
    rgba(180, 9, 67, 1) 100%
  );
  color: #fff;
}

.contact-right .row {
  padding-top: 0 !important;
}

.each-contact-form1 input[type="submit"]:hover {
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

::-webkit-input-placeholder {
  color: #323131;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #323131;
  opacity: 1;
}

::-moz-placeholder {
  color: #323131;
  opacity: 1;
}

:-moz-placeholder {
  color: #323131;
  opacity: 1;
}

.rach-form {
  margin-bottom: 20px;
}

/* images alignment for wordpress content pages */

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 56px;
  float: none;
  clear: both;
  border: 7px solid #fff;
  border-radius: 7px;
  box-shadow: 0 14px 30px rgb(0 0 0 / 15%);
}

.aligncenter img {
  width: 100%;
}

/* custom checkbox */

.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: inline-block;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3e42;
  background: transparent;
}

.form_input_check label input[type="checkbox"] + span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.svg) no-repeat center center;
  background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {

    } */

.form_input_check label input[type="checkbox"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"] + span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4b0049;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {

    } */

.form_input_radio label input[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

#scroll:hover {
  background: #88a725;
}

#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* navbar*/

/*.navbar-brand {
    padding: 0;
    margin: 0;
    width: 170px;
    display: inline-block;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 15px;
    padding: 20px 0;
    position: relative;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    font-weight: normal;
}

.navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3B61DC;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: #3B61DC;
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
}




.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 140px;
    padding: 0;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: #eab71e;
    color: #fff;
}



.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}


.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}



.navbar-collapse .navbar-toggler{
    display: none;
}
#navoverlay{
       display: block;
       pointer-events: none;
       position: fixed;
       left: 0;
       top: 0;
       width: 100%;
       height: 100%;
       background: transparent;
       margin: 0;
       padding: 0 !important;
       z-index: 99;
       -webkit-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
}*/

.bg-light {
  background-color: #fff !important;
}

.navbar-expand-lg {
  background: #fff !important;
}

.navbar-light {
  background: transparent !important;
}

.navbar-nav {
  align-items: center;
}

.navbar-nav li a {
  font-family: "Exo";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 14px;
  /* or 82% */
  letter-spacing: 0.1em;
  color: #1d1d1d;
  border: 1px solid transparent;
}

.navbar-nav li {
  padding: 0 20px !important;
  position: relative;
}

.navbar-nav li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background: #1d1d1d;
  right: 0px;
  top: 5px;
}

.navbar-nav li:last-child:after {
  display: none;
}

.navbar-nav li:hover a {
  color: #fb206a;
}

/*.navbar-nav li.current-menu-item a{
color: #D7853A;
}*/

/*.navbar-nav li:hover a:after{
   width: 100%;
  transition: all ease-in-out 0.3s;
}
.navbar-nav li a.active:after{
  width: 100%;
  transition: all ease-in-out 0.3s;
  color:#fff;
}*/

.navbar-light .navbar-nav li.active,
.navbar-light .navbar-nav .show > li {
  color: #77e41e !important;
}

.navbar-light .navbar-nav li {
  color: #fff;
}

.navbar-expand-lg .navbar-nav li {
  padding: 0 0px;
  position: relative;
}

/*.navbar-nav li a{
    position: relative;
    padding: 0 12px;
}*/

/*.navbar-nav li+li{
  margin-left:52px;
}*/

.navbar-nav > li .sub-menu ul {
  list-style: none;
}

.navbar ul li ul li + li {
  margin-left: 0;
}

.navbar-nav > li .sub-menu ul {
  list-style: none;
  border: 0;
  background: #fff;
}

.navbar-nav > li .sub-menu ul li a {
  font-size: 16px;
  color: #000;
  width: 100%;
  padding: 5px 10px;
  display: block;
}

.navbar-nav li.menu-item-has-children {
  display: flex;
}

.navbar {
  display: flex;
  width: 100%;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}

.navbar-nav > li {
  position: relative;
}

.navbar-nav > li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  z-index: 999;
  width: 180px;
  background: #fff;
  /* border: 1px solid #ccc;*/
}

/*.navbar-nav > li .sub-menu > li{
    padding: 5px 24px;
}*/

.navbar-nav > li .sub-menu > li > a {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 5px 24px;
  text-decoration: none;
  color: #303030;
}

.navbar-nav li .sub-menu li:hover a {
  background: #9a9a9a;
  color: #fff;
  z-index: 9999;
}

.navbar-nav > li .sub-menu > li {
  padding: 0;
  margin: 0 !important;
}

.navbar-nav > li:last-child .sub-menu {
  left: inherit;
  right: 0;
}

/*31.3.22*/

.o-banner {
  position: relative;
  z-index: 0;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0 !important;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

@media (min-width: 1025px) {
  .navbar-nav > li:hover > .sub-menu {
    display: block;
  }
}

@media (max-width: 1024px) {
  ul.navbar-nav li .clickD.toggled + .sub-menu {
    display: block;
  }
}

/*wordpress menu end*/

.navbar {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 !important;
}

ul {
  margin: 0;
  padding: 0;
}

.bb-img img {
  height: 800px;
  object-fit: cover;
  width: 100%;
}

.home-new-banner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(29, 29, 29, 0.6);
  /* opacity: 0.6;*/
  z-index: 1;
}

/*.home-new-banner::before{
    content:"";
    position:absolute;
    bottom: 0;
    width: 100%;
   background: url(images/a5.png);
    z-index:2;
    background-repeat:no-repeat;
    height: 100%;
}
*/

/*.banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0%,-50%);
}*/

.home-new-banner {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: center;
  /*overflow: hidden;*/
}

/*.rt-banner {
    margin-top: 161px;
}*/

.rt-banner figure {
  position: relative;
  margin: 0;
  top: 70px;
}

.bb-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
}

.banner-content {
  width: 100%;
  position: relative;
  z-index: 9;
}

.shape-img {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 8;
}

.lt-banner {
  text-align: center;
}

/*************************************/

.o-header-top {
  padding: 22px 0;
  background: linear-gradient(270.03deg, #17212d 11.42%, #2a3c4d 93.52%);
}

.o-header-top .container {
  display: flex;
  justify-content: space-between;
}

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

.ec-lt {
  display: flex;
  align-items: center;
}

figure {
  margin: 0;
}

.ec-lt + .ec-lt {
  margin-left: 42px;
}

.ec-lt figure {
  margin-right: 8px;
}

.ec-lt span {
  display: inline-block;
  font-family: "Exo", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  line-height: normal;
  padding-top: 2px;
  border: 1px solid transparent;
  padding: 0 2px;
  margin-top: 4px;
}

.ec-lt span:focus {
  border: 1px solid #ec91b3;
}

.ec-lt span a {
  color: #ffffff;
}

.ec-lt span a:hover {
  color: #fb206a;
}

.f-social a {
  color: #fff;
  font-size: 15px;
  padding: 3px;
  border: 1px solid transparent;
}

.f-social a:hover {
  color: #fb206a;
}

.f-social a + a {
  margin-left: 19px;
}

.ec-lt {
  position: relative;
}

.ec-lt:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 18px;
  background: #fff;
  right: -20px;
  top: 3px;
}

.ec-lt:last-child:after {
  display: none;
}

.header-bottom-wpr {
  padding: 11px 0;
}

.default-btn {
  padding: 18px 17px 14px;
  display: inline-block;
  font-family: "Exo";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0.1em;
  color: #ffffff;
  border-radius: 5px;
  background: linear-gradient(
    180deg,
    rgba(180, 9, 67, 1) 11%,
    rgba(123, 10, 48, 1) 100%
  );
}

.default-btn:hover {
  background: linear-gradient(
    180deg,
    rgba(123, 10, 48, 1) 4%,
    rgba(180, 9, 67, 1) 100%
  );
  color: #fff;
}

.main-header .default-btn {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25))
    drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.hed-btn {
  margin-left: 40px;
}

.navbar-nav li:last-child {
  padding-right: 0 !important;
}

.navbar-nav li.current-menu-item a {
  color: #fb206a;
}

.ltt-banner {
  color: #fff;
}

h1 {
  font-family: "Exo";
  font-style: normal;
  font-weight: 700;
  font-size: 43px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 17px;
}

h5 {
  font-family: "Exo";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fb206a;
  margin: 0 0 16px;
}

.ltt-banner p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 25px;
}

.rtt-banner img {
  opacity: 0.52;
}

.rtt-banner {
  text-align: right;
}

.ltt-banner img {
  margin-bottom: 27px;
}

.cmn-gap {
  padding: 107px 0;
}

.section-heading {
  text-align: center;
}

.section-heading span {
  font-family: "Exo";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fb206a;
  margin: 0 0 20px;
  display: block;
}

h2 {
  font-family: "Exo";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  margin: 0;
  color: #1d1d1d;
}

.help-sec .row {
  margin-top: 83px;
  align-items: flex-end;
  --bs-gutter-x: 38px;
}

.each-rt {
  background: #ffffff;
  box-shadow: 2px 8px 39px rgba(123, 10, 48, 0.11);
  border-radius: 0 5px 5px 0;
  /* padding: 26px 40px; */
  padding: 22px 20px 22px 32px;
  display: flex;
  align-items: center;
  border-left: 2px solid #cfcfcf;
  margin-bottom: 31px;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.each-rt:hover {
  border-left: 2px solid #b80944;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.each-rt figure {
  width: 70px;
  padding-right: 30px;
}

.rt-content {
  width: calc(100% - 100px);
  padding-left: 26px;
  margin-top: 10px;
}

.each-rt figure {
  position: relative;
}

.each-rt figure:after {
  content: "";
  position: absolute;
  top: -14px;
  right: 0;
  background-image: url(images/p1.png);
  width: 1px;
  height: 78px;
  background-repeat: no-repeat;
}

h6 {
  font-family: "Exo";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #1d1d1d;
  margin: 0 0 11px;
}

.each-rt p {
  margin: 0;
}

.bc-wpr {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  padding: 39px 48px 39px 36px;
  /* margin-left: 17px; */
}

.ot-row {
  margin-top: 0 !important;
  /* padding-left: 17px; */
}

.bc-wpr p {
  margin: 0;
  text-align: left;
  font-family: "Exo";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 31px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #ffffff;
  max-width: 683px;
}

.footer-top {
  text-align: center;
}

.footer-top ul {
  list-style: none;
  padding: 37px 0 17px;
  max-width: 708px;
  margin: 0 auto;
}

.footer-top ul li:nth-child(4):after {
  display: none;
}

.footer-top ul li {
  display: inline-block;
  padding: 0 24px;
  margin-bottom: 20px;
  position: relative;
}

.footer-top ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 17px;
  background: #1d1d1d;
  right: 0px;
  top: 3px;
}

.footer-top ul li:last-child:after {
  display: none;
}

.footer-top ul li a {
  font-family: "Exo";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  border: 1px solid transparent;
  /* or 82% */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1d1d1d;
}

.footer-top ul li a:hover {
  color: #fb206a;
}

.footer-top {
  padding: 70px 0;
}

.f-logo {
  display: inline-block;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1d1d1d;
  background-color: #fb206a;
  color: #fff;
}

.footer-social a + a {
  margin-left: 5px;
}

.footer-social a:hover {
  background-color: #000;
  color: #fff;
}

.footer-bottom {
  padding: 12px 0;
  text-align: center;
  color: #fff;
  background: #1d1d1d;
  font-family: "Exo";
  position: relative;
  letter-spacing: 0.02em;
}

.footer-bottom a {
  color: #fff;
}

.footer-bottom a:hover {
  color: #fb206a;
}

.about-sec .section-heading {
  text-align: left;
  margin-bottom: 29px;
}

.ab-right img {
  border-radius: 300px 0 0 300px;
}

.about-sec {
  position: relative;
}

.about-banner {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

.about-sec .row {
  margin-right: 0;
  margin-left: 0;
}

.about-sec .row > * {
  padding-right: 0;
  padding-left: 0;
}

.ab-right {
  position: relative;
}

.ab-right:after {
  content: "";
  position: absolute;
  width: 103%;
  height: 100%;
  background: #b80944;
  opacity: 0.3;
  top: 5px;
  left: -10px;
  border-radius: 300px 0 0 300px;
  z-index: -1;
}

.ab-left {
  padding-right: 60px;
}

.ab-right img {
  width: 100%;
}

.ab-left {
  padding-right: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.about-banner {
  height: 100%;
}

.ab-right {
  position: relative;
  height: 100%;
}

.ab-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.o-block-sec {
  position: relative;
  /*min-height: 610px;*/
  /* display: flex;
    align-items: center;*/
  /* overflow: hidden; */
  /*justify-content: flex-end;*/
  /* overflow: hidden; */
}

.ob-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
}

.o-bc-content {
  width: 100%;
  position: relative;
  z-index: 9;
  padding: 64px 0px 64px 122px;
  background: #243543;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.o-bc-content-wpr .o-bc-content-right:nth-child(2) {
  position: relative;
}

.o-bc-content-wpr .o-bc-content-right:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #243543;
  height: 100%;
  width: 3000px;
  right: -2998px;
}

.o-bc-content-wpr .row > * {
  padding-right: 0;
  padding-left: 0;
}

.o-bc-content-wpr .row {
  margin-right: 0;
  margin-left: 0;
}

/*.o-bc-content-after{
    position: relative;
}*/

/*.o-bc-content:after{
content:"";
position: absolute;
top:0;
bottom: 0;
 background: #243543;
 height: 100%;
 width: 3000px;
 right: -3000px;
}*/

/*.o-bc-content:after{
    position:absolute;
    content:"";
    background-image: url(images/ck1.png);
    background-repeat:no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}*/

.o-bc-content-wpr {
  width: 100%;
}

.o-block-sec {
  background-repeat: no-repeat;
  background-size: cover;
}

/*.o-bc-content-wpr .container{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}*/

.o-bc-content .section-heading {
  text-align: left;
  margin-bottom: 26px;
}

.o-bc-content .section-heading h2 {
  color: #fff;
}

.o-bc-content p {
  color: #fff;
}

.cb-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 59%;
  height: 100%;
}

/* .o-black-sec-outer-wpr {
    padding: 107px 0;
} */

.each-focus {
  min-height: 422px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 29px 24px;
  transition: all ease-in-out 0.3s;
  margin-bottom: 26px;
  overflow: hidden;
}

.pp-img {
  pointer-events: none;
}

.each-focus:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.36%, #000000 100%);
  opacity: 0.5;
  top: 0;
}

.each-focus h6 {
  font-family: "Exo";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0;
  position: relative;
  display: inline-block;
  z-index: 1;
  position: relative;
}

.each-focus h6 a {
  color: #ffffff;
}

.each-focus h6:after {
  content: "";
  position: absolute;
  width: 56px;
  height: 2px;
  background: #fcfcfc;
  right: -66px;
  top: 50%;
}

.hover-text {
  width: 96%;
  height: 96%;
  background: rgba(184, 9, 68, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.text-wpr {
  padding: 22px 22px;
}

.hover-text p {
  color: #fff;
  margin: 6px 0 0;
}

.hover-text {
  opacity: 0;
}

.each-focus:hover .hover-text {
  opacity: 1;
  transition: all ease-in-out 0.3s;
}

.each-focus:hover .non-hover-text {
  opacity: 0;
  transition: all ease-in-out 0.3s;
}

.focus-sec .row {
  margin-top: 54px;
}

.video-main-wpr {
  min-height: 475px;
  width: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  /* justify-content: flex-end; */
  align-items: flex-end;
}

.video-main {
  position: absolute;
  display: inline-block;
  margin-top: 0;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* height: 100%; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.videoic {
  height: 87px;
  width: 87px;
  line-height: 87px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #fb206a;
  z-index: 999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 1;
}

.videoic:hover {
  color: #fff;
}

.videoic:focus {
  background: #fff;
}

.videoic:focus > i {
  filter: brightness(0) saturate(100%) invert(22%) sepia(88%) saturate(3513%)
    hue-rotate(327deg) brightness(101%) contrast(97%);
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(252, 0, 0, 0.2);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  left: 0;
  top: 0;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.video-main-wpr h6 {
  font-family: "Exo";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0;
  position: relative;
  display: inline-block;
  z-index: 1;
  position: relative;
  margin: 0 10px 32px 25px;
}

.video-main-wpr h6 a {
  color: #fff;
}

.video-main-wpr h6:after {
  content: "";
  position: absolute;
  width: 56px;
  height: 2px;
  background: #fcfcfc;
  right: -66px;
  top: 50%;
}

.testimonial-div {
  max-width: 428px;
  background: #fff;
  padding: 42px 30px;
}

.o-video-sec {
  /*overflow: hidden;*/
  position: relative;
}

.o-video-sec .container {
  position: relative;
}

.testimonial-div {
  right: 0;
  max-width: 428px;
  background: #fff;
  padding: 42px 30px 124px;
  /* margin-left: -300px; */
  float: left;
  /* margin-top: 100px; */
  position: absolute;
  top: 141px;
  /*margin-left: -300px;
    float: left;
    margin-top: 100px;*/
}

/*.video-main-wpr{
    float: left;
}
.testimonial-div{
    float:left;
}*/

.testimonial-div .section-heading {
  text-align: left;
  margin-bottom: 30px;
}

.testimonial-div p {
  letter-spacing: 0.02em;
}

.testimonial-div .slick-arrow {
  position: absolute;
  bottom: 40px;
  outline: none;
  color: transparent;
  font-size: 0;
  border: none;
  z-index: 1;
  top: auto;
}

.testimonial-div .slick-next {
  width: 33px;
  height: 24px;
  left: 94px;
  background-image: url(images/dk1.png);
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  background-repeat: no-repeat;
  z-index: 1;
  transform: rotate(180deg);
  bottom: 52px;
}

.testimonial-div .slick-next:hover {
  transition: all 0.3s ease-in-out;
}

.testimonial-div .slick-prev {
  width: 33px;
  height: 24px;
  left: 40px;
  background-image: url(images/dk1.png);
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  background-repeat: no-repeat;
  z-index: 1;
}

.testimonial-div .slick-prev:hover {
  transition: all 0.3s ease-in-out;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.progress-wpr {
  /* float: left;*/
  text-align: center;
  /*max-width: 221px;*/
}

.progress-wpr + .progress-wpr {
  margin-left: 50px;
}

.o-progress-bar {
  padding: 284px 0 71px;
  background: url(images/bn1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  overflow: hidden;
  margin-top: -228px;
}

.o-progress-bar .ci-wpr {
  display: flex;
  flex-wrap: wrap;
}

.progress-wpr h5 {
  font-family: "Exo";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  /* identical to box height, or 0% */
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0 0 13px;
}

.progress-wpr p {
  color: #fff;
}

.progress {
  width: 150px;
  height: 150px !important;
  /*  float: left; */
  line-height: 150px;
  background: none;
  margin: 20px;
  box-shadow: none;
  position: relative;
  margin: 0 auto 35px;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: transparent;
  font-size: 24px;
  color: #fff;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
  font-family: "Exo";
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.progress.blue .progress-bar {
  border-color: #e00c53;
}

.progress.yellow .progress-bar {
  border-color: #e00c53;
}

.progress.yellow .progress-right .progress-bar {
  animation: loading-3 1.8s linear forwards;
}

.progress.yellow .progress-left .progress-bar {
  animation: none;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
  }
}

.footer-top {
  position: relative;
  line-height: 1;
}

.f-shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.f-shape2 {
  position: absolute;
  bottom: 0;
  top: auto;
  right: 0;
}

.a-shape1 {
  position: absolute;
  top: -194px;
  left: 0;
}

.o-block-sec {
  position: relative;
}

.video-main-wpr h6 a:hover {
  color: #fb206a;
}

.testimonial-div .slick-next:hover {
  transition: all 0.3s ease-in-out;
  transform: scale(1.5) rotate(180deg);
}

.testimonial-div .slick-prev:hover {
  transition: all 0.3s ease-in-out;
  transform: scale(1.5);
  bottom: 52px;
}

.home-new-banner.inner-banner {
  min-height: 465px;
}

.home-new-banner.inner-banner::after {
  opacity: 0.4;
}

.o-single-process .section-heading {
  text-align: left;
  margin-bottom: 29px;
}

/* .single-left {
    padding-right: 110px;
} */

.single-right img {
  border-radius: 20px;
}

.other-row {
  flex-direction: row-reverse;
  margin-top: 81px;
}

.other-row .single-left {
  padding-left: 0px;
  padding-right: 40px;
}

.other-row .single-right {
  padding-right: 40px;
}

.in-about-focus .each-sp-slider span {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-top: 6px;
  z-index: 9999;
  position: relative;
}

.in-about-focus .each-focus h6 {
  font-size: 22px;
}

.in-about-focus .each-focus h6:after {
  display: none;
}

.in-about-focus .each-focus {
  min-height: 441px;
}

.in-about-focus .hover-text {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.text-wpr span {
  font-size: 14px;
  margin: 0 0 25px;
}

.each-sp-slider {
  margin: 0 10px;
}

.sp-slider .slick-arrow {
  position: absolute;
  top: 50%;
  outline: none;
  color: transparent;
  font-size: 0;
  border: none;
  z-index: 1;
}

.sp-slider .slick-next {
  width: 54px;
  height: 22px;
  right: -75px;
  background-image: url(images/r-arw.svg);
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  background-repeat: no-repeat;
  z-index: 1;
}

.sp-slider .slick-next:hover {
  transition: all 0.3s ease-in-out;
  opacity: 0.8;
}

.sp-slider .slick-prev {
  width: 54px;
  height: 22px;
  left: -75px;
  background-image: url(images/l-arw.svg);
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  background-repeat: no-repeat;
  z-index: 1;
}

.sp-slider .slick-prev:hover {
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.sp-slider {
  margin-top: 54px;
}

.in-contact-div .section-heading {
  text-align: left;
  margin: 0 0 40px;
}

.contact-right {
  width: 100%;
  background: #243543;
  padding: 99px 65px;
  position: relative;
  /* margin-left: 30px; */
}

.contact-right:after {
  content: "";
  position: absolute;
  right: 0;
  top: -108px;
  width: 237px;
  height: 700px;
  background-color: #7b0a30;
  z-index: -1;
}

.partten {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.contact-right figure {
  margin: 0;
  width: 56px;
  height: 56px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 23px;
}

.each-contact-right {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}

.each-contact-right + .each-contact-right {
  margin-top: 54px;
}

.each-contact-right p {
  width: calc(100% - 56px);
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

.each-contact-right p a {
  color: #fff;
}

.each-contact-right p a:hover {
  color: #fb206a;
}

.each-sp-slider .each-focus {
  margin-bottom: 0px;
}

.in-about-focus .hover-text span {
  font-size: 16px;
}

.in-about-focus .hover-text {
  width: 95%;
  height: 95%;
}

.o-bc-content-wpr {
  position: relative;
}

.pp-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.each-focus figure img {
  width: 100%;
}

.each-focus figure {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/********************/

.ec-lt span a {
  padding: 3px;
  border: 1px solid transparent;
}

.ec-lt span a:focus {
  border: 1px solid #ec91b3;
}

.f-social a:focus {
  border: 1px solid #ec91b3;
}

.logo a {
  padding: 3px;
  display: inline-block;
}

.logo a:focus {
  border: 1px solid #ec91b3;
}

.navbar-nav li a {
  padding: 2px;
}

.navbar-nav li a:focus,
.navbar-nav li a:hover {
  /* border: 1px solid #ec91b3; */
  color: #fb206a;
}

.default-btn:focus {
  background: linear-gradient(
    180deg,
    rgba(123, 10, 48, 1) 4%,
    rgba(180, 9, 67, 1) 100%
  );
  color: #fff;
}

.each-rt:focus {
  border-left: 2px solid #b80944;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.each-focus:focus .non-hover-text {
  opacity: 0;
  transition: all ease-in-out 0.3s;
}

.each-focus:focus .hover-text {
  opacity: 1;
  transition: all ease-in-out 0.3s;
}

.f-logo {
  padding: 3px;
}

.f-logo:focus {
  border: 1px solid #ec91b3;
}

.footer-top ul li a {
  padding: 3px;
}

.footer-top ul li a:focus {
  border: 1px solid #ec91b3;
  color: #fb206a;
}

.footer-social a:focus {
  background-color: #000;
  color: #fff;
}

.footer-bottom a {
  padding: 3px;
}

.footer-bottom a:focus {
  border: 1px solid #ec91b3;
}

.o-single-process {
  position: relative;
}

.tc-img {
  position: absolute;
  left: 0;
  top: 30%;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus {
  border: 1px solid #ec91b3;
}

textarea:focus {
  border: 1px solid #ec91b3;
}

input[type="submit"]:focus {
  background: linear-gradient(
    180deg,
    rgba(123, 10, 48, 1) 4%,
    rgba(180, 9, 67, 1) 100%
  );
  color: #fff;
}

.logo a {
  border: 1px solid transparent;
}

.f-logo {
  border: 1px solid transparent;
}

/*.each-contact-right p{
    padding: 3px;
    border:1px solid transparent;
}*/

.each-contact-right p:focus {
  color: #fb206a;
}

.each-contact-right p a:focus {
  color: #fb206a;
}

/*****************************************/

.o-black-mobile-img {
  display: none;
}

.help-sec .help-left-sec {
  max-width: 338px;
}

.help-sec .help-right-sec {
  max-width: calc(100% - 338px);
  flex-grow: 1;
}

.o-single-process .misson-visson-row {
  align-items: center;
  --bs-gutter-x: 90px;
}

.o-single-process .misson-visson-row .section-heading {
  max-width: 448px;
}

.in-contact-div .contact-form-row {
  --bs-gutter-x: 65px;
}

.footer-top ul li.active a {
  color: #fb206a;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
  height: 160px !important;
  border: 1px solid #9d9d9d;
  padding: 22px;
}

.gform_wrapper.gravity-theme .gfield textarea.large:focus {
  border: 1px solid #ec91b3 !important;
}

.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  font-size: 16px !important;
  padding: 22px 22px !important;
  margin-bottom: 0;
  margin-top: 0;
}

/* ..................26.08.22..................... */

.focuspg {
  display: none;
}

.sec-hide-for-now {
  display: none;
}
#menu-footer-menu .current-menu-item a {
  color: #fb206a;
}
.single-left > div{
    margin-bottom: 40px;
}
/* ==================== RESPONSIVE START ================= */

@media (min-width: 1400px) {
  .container {
    max-width: 1170px;
    padding: 0 15px;
  }
}

@media (max-width: 1440px) {
  h6 {
    font-size: 17px;
  }

  /*********19.8.22*********************/
  .sp-slider {
    padding: 0 60px;
  }

  .sp-slider .slick-prev {
    left: 0;
  }

  .sp-slider .slick-next {
    right: 0;
  }

  /****************************/
}

@media (max-width: 1199px) {
  .help-sec .row {
    margin-top: 50px;
  }

  .help-sec .hp-left {
    text-align: center;
    margin-bottom: 35px;
  }

  .cmn-gap {
    padding: 75px 0;
  }

  .ot-row {
    padding-left: 0;
  }

  .bc-wpr {
    margin-left: 0;
  }

  .help-sec .help-left-sec,
  .help-sec .help-right-sec {
    max-width: 100%;
  }

  .home-new-banner.inner-banner {
    min-height: 380px;
    padding: 50px 0;
  }

  /*********19.8.22*********************/
  .single-left {
    padding-right: 38px;
  }

  /*********************************/
  .o-single-process .misson-visson-row {
    --bs-gutter-x: 40px;
  }

  .in-contact-div .contact-form-row {
    --bs-gutter-x: 40px;
  }

  .contact-right {
    padding: 99px 32px;
  }
}

@media (max-width: 991px) {
  .about-sec.cmn-gap {
    padding-top: 75px !important;
  }

  /* navbar*/
  .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 17px;
    width: 20px;
    height: 20px;
    background: url(images/sort-down.svg) center center no-repeat;
    display: block;
    background-size: 10px;
    cursor: pointer;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu > li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sub-menu > li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav > li.menu-item-has-children {
    padding-right: 20px;
  }

  .sub-menu > li.menu-item-has-children > a {
    padding-right: 20px;
  }

  .sub-menu.show {
    display: block;
  }

  .navbar-nav > li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:after,
  .navbar-nav > li.menu-item-has-children > a:after {
    width: 100%;
    opacity: 0;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:hover:after,
  .navbar-nav > li.menu-item-has-children:hover > a:after {
    width: 100%;
    opacity: 1;
  }

  /* navbar end*/
  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: auto;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    margin-right: 18px;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 26px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    top: auto;
    transition: all 0.6s;
    border-radius: 0;
    /*z-index: 9999;*/
  }

  .stick:before {
    content: "";
    top: -7px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 7px;
    left: 0;
  }

  .stick.open {
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
    background: #fff;
    top: -13px;
  }

  .stick.open:after {
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
    background: #fff;
  }

  .navbar-nav .clickD {
    top: 8px;
    right: 10px !important;
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }

  .sub-menu,
  .navbar-nav > li > .sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }

  .navbar-nav > li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav > li {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
  }

  .navbar-nav > li:last-child {
    margin-bottom: 0;
  }

  .navbar-nav li.menu-item-has-children > a {
    padding-right: 30px !important;
  }

  .navbar-nav > li > a {
    padding: 8px 20px;
    display: inline-block;
    width: 100%;
  }

  .sub-menu > li > a {
    padding-left: 40px;
  }

  .sub-menu .sub-menu > li > a {
    padding-left: 60px;
  }

  .sub-menu .sub-menu .sub-menu > li > a {
    padding-left: 80px;
  }

  .navbar-nav > li > a:after {
    bottom: 0;
  }

  /* navbar end*/
  /* push nav */
  .navbar-collapse {
    /* background: #77E41E; */
    background: linear-gradient(120deg, #17212d 11.42%, #2a3c4d 93.52%);
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 354px;
    max-width: 100%;
    overflow-y: auto;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    z-index: 9999999999999;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
  }

  .navbar-collapse .navbar-nav {
    margin: 80px 0 0 !important;
    padding: 0 0 40px 0;
  }

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.8);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }

  /*body.open-nav,
html.open-nav{
    height: 100%;
    overflow: hidden !important;
}*/
  /* push nav end */
  /*********************************/
  .navbar-light .navbar-toggler {
    order: 1;
    margin: 0;
  }

  ul.res-sec-wpr {
    margin-left: auto;
  }

  .res-sec-wpr li:first-child {
    display: none;
  }

  .res-sec-wpr li + li {
    margin-left: 0px;
  }

  .res-sec-wpr li {
    margin-right: 22px;
  }

  .navbar-nav {
    align-items: flex-start;
  }

  .navbar-nav li + li {
    margin-left: 0px;
    margin-top: 10px;
  }

  /*.navbar-nav li a {
    font-size: 22px;
}*/
  .navbar-nav > li > a {
    padding: 5px 20px;
  }

  /* .navbar-nav li:hover a {
        color: #fff;

    } */
  .navbar-nav li > a {
    color: rgb(255, 255, 255);
  }

  /************************************/
  .o-header-top {
    padding: 13px 0;
  }

  .o-header-top .container {
    align-items: center;
  }

  .top-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .ec-lt {
    align-items: flex-start;
    margin-bottom: 5px;
  }

  .ec-lt:last-child {
    margin-bottom: 0;
  }

  .ec-lt + .ec-lt {
    margin-left: 0;
  }

  .ec-lt:after {
    display: none;
  }

  .header-bottom-wpr {
    padding: 11px 0 5px;
  }

  nav.navbar > .navbar-toggler {
    margin-top: -8px;
  }

  nav.navbar > .navbar-toggler .stick,
  nav.navbar > .navbar-toggler .stick:after,
  nav.navbar > .navbar-toggler .stick:before {
    background: rgb(0, 0, 0);
  }

  .home-new-banner {
    padding: 70px 0;
  }

  .ltt-banner h5 {
    font-size: 20px;
  }

  h1 {
    font-size: 40px;
  }

  .ltt-banner h1 {
    max-width: 500px;
  }

  .rtt-banner img {
    max-width: 290px;
  }

  .section-heading span {
    margin: 0 0 15px;
  }

  .cmn-gap {
    padding: 60px 0;
  }

  .each-rt {
    padding: 17px 20px;
  }

  .each-rt figure {
    padding-right: 20px;
    max-width: 55px;
    flex: 0 0 auto;
  }

  .rt-content {
    width: auto;
    padding-left: 20px;
    flex-grow: 1;
  }

  .about-sec .about-text-col {
    order: 2;
    margin-top: 35px;
  }

  .about-sec .about-banner {
    position: static;
    width: 100%;
  }

  .about-sec.cmn-gap {
    padding: 0 !important;
  }

  .o-black-mobile-img {
    display: block;
  }

  .o-block-sec {
    background-image: none !important;
    background-color: #243543;
  }

  .o-bc-content {
    padding: 60px 0;
    clip-path: none;
  }

  .each-focus figure img {
    height: 100%;
    object-fit: cover;
  }

  .video-main-wpr {
    width: 100%;
  }

  .testimonial-div {
    max-width: 100%;
    float: none;
    position: static;
    top: auto;
  }

  .footer-top {
    padding: 50px 0;
  }

  .footer-top ul li a {
    font-size: 15px;
  }

  .ec-lt figure {
    margin-top: -4px;
    max-width: 14px;
  }

  .ab-left {
    padding-right: 0;
  }

  /*********19.8.22*********************/
  .o-single-process .row {
    flex-direction: column-reverse;
  }

  .o-single-process {
    text-align: center;
  }

  .o-single-process .section-heading {
    text-align: center;
    margin-bottom: 22px;
  }

  .single-left {
    padding-right: 0px;
    margin-top: 30px;
  }

  .other-row .single-right {
    padding-right: 0px;
  }

  .other-row .single-left {
    padding-right: 0px;
  }

  .other-row {
    margin-top: 70px;
  }

  .each-sp-slider .each-focus {
    background-position: center;
  }

  .sp-slider {
    margin-top: 35px;
  }

  .contact-right:after {
    display: none;
  }

  .in-contact-div .section-heading {
    margin: 0 0 27px;
  }

  .contact-right {
    margin-left: 0;
    /* margin-top: 30px; */
    padding: 61px 36px;
  }

  .each-contact-right + .each-contact-right {
    margin-top: 28px;
  }

  /*********************************/
  .inner-banner .rtt-banner img {
    max-width: 185px;
  }

  .o-single-process .misson-visson-row .section-heading {
    margin-left: auto;
    margin-right: auto;
  }

  .o-single-process .misson-visson-row {
    --bs-gutter-x: 15px;
  }

  .in-contact-div .contact-form-row .contact-form-left {
    order: 2;
    margin-top: 35px;
  }

  .in-contact-div.cmn-gap {
    padding-bottom: 0;
  }

  .rtt-banner {
    text-align: center;
    margin-top: 35px;
  }
  .ec-lt {
    align-items: center;
  }
  .ec-lt span {

    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }

  .ec-lt span {
    font-size: 13px;
  }

  .f-social a + a {
    margin-left: 10px;
  }

  .home-new-banner {
    padding: 60px 0;
  }

  .ltt-banner h5 {
    font-size: 18px;
  }

  h1 {
    font-size: 38px;
  }

  .default-btn {
    font-size: 14px;
  }

  .rtt-banner img {
    max-width: 240px;
  }

  .cmn-gap {
    padding: 50px 0;
  }

  h2 {
    font-size: 27px;
  }

  h6 {
    margin: 0 0 7px;
  }

  .each-rt {
    margin-bottom: 17px;
  }

  .bc-wpr {
    margin-top: 15px;
    padding: 35px 30px;
  }

  .bc-wpr p {
    font-size: 15px;
    line-height: 2;
  }

  .about-sec .about-text-col {
    margin-top: 20px;
  }

  .section-heading span {
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 15px;
  }

  .focus-sec .row {
    margin-top: 45px;
  }

  .progress-wpr h5 {
    font-size: 22px;
    margin: 0 0 10px;
  }

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

  .footer-top ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .focus-sec.cmn-gap {
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .o-header-top .container {
    flex-direction: column;
  }

  .top-left {
    align-items: center;
    margin-bottom: 8px;
  }

  .rtt-banner img {
    max-width: 210px;
  }

  .section-heading span {
    font-size: 16px;
    margin: 0 0 7px;
  }

  h1 {
    font-size: 36px;
  }

  .ltt-banner h5 {
    margin-bottom: 8px;
  }

  .o-bc-content {
    padding: 40px 0;
  }

  h2 {
    font-size: 24px;
  }

  .focus-sec .row {
    margin-top: 35px;
  }

  .progress-wpr h5 {
    font-size: 20px;
  }

  .ci-wpr .progress-wpr {
    /* margin-right: 15px; */
    width: 50%;
    flex: 0 0 auto;
    padding: 0 10px;
  }

  .ci-wpr .progress-wpr:last-child {
    margin: 0;
  }

  .ci-wpr .progress-wpr .progress {
    margin: 0 auto 25px;
  }

  .progress-wpr h5 {
    font-size: 18px;
  }

  .progress-wpr .progress p {
    font-size: 14px;
  }

  .o-progress-bar {
    padding: 284px 0 50px;
  }

  .footer-top ul li:nth-child(3)::after,
  .footer-top ul li:nth-child(5)::after {
    display: none;
  }

  .footer-top ul li:nth-child(4)::after {
    display: block;
  }

  /*********19.8.22*********************/
  .sp-slider .slick-prev {
    width: 23px;
  }

  .sp-slider .slick-next {
    width: 29px;
  }

  .sp-slider .slick-arrow {
    background-size: 28px;
  }

  .sp-slider {
    padding: 0 42px;
  }

  .sp-slider .slick-prev {
    left: 3px;
  }

  .each-sp-slider .each-focus {
    background-position: center;
  }

  .each-contact-right p {
    font-size: 16px;
  }

  /**************************/
  .inner-banner .rtt-banner img {
    max-width: 140px;
  }

  .inner-banner .bb-img {
    object-position: 35%;
  }

  .inner-banner .ltt-banner p {
    margin: 0;
  }
}

@media (max-width: 479px) {
  .ltt-banner img {
    margin-bottom: 22px;
  }

  .ltt-banner h5 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  h1 {
    font-size: 32px;
  }

  .rtt-banner img {
    max-width: 175px;
    margin-top: 25px;
  }

  .home-new-banner {
    padding: 40px 0;
  }

  .help-sec .row {
    margin-top: 35px;
  }

  h2 {
    font-size: 22px;
  }

  .bc-wpr {
    margin-top: 15px;
    padding: 23px 20px;
  }

  .about-sec .section-heading {
    margin-bottom: 22px;
  }

  .videoic {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }

  .video-main-wpr {
    min-height: 410px;
  }

  .ci-wpr .progress-wpr {
    width: 100%;
    margin-bottom: 30px;
  }

  .ci-wpr .progress-wpr:last-child {
    margin-bottom: 0;
  }

  .footer-top ul li {
    width: 100%;
  }

  .footer-top ul li:after {
    display: none !important;
  }

  .f-shape2 {
    top: auto;
  }

  /*********19.8.22*********************/
  .sp-slider .slick-arrow {
    top: auto;
    bottom: -59px;
  }

  .sp-slider .slick-prev {
    left: -39px;
    right: 0;
    margin: auto;
  }

  .sp-slider .slick-next {
    left: 0;
    right: -39px;
    margin: auto;
  }

  .sp-slider {
    padding: 0;
    margin-bottom: 43px;
  }

  .contact-right {
    padding: 39px 17px;
  }

  /**************************/
}

@media (max-width: 360px) {
  /*********19.8.22*********************/
  .contact-right figure {
    width: 43px;
    height: 43px;
    margin-right: 12px;
  }

  .each-contact-right p {
    font-size: 15px;
  }

  /**************************/
}

@media (max-width: 320px) {
  .ec-lt span {
    font-size: 12px;
  }

  h6 {
    font-size: 16px;
  }

  .each-rt figure {
    padding-right: 15px;
    max-width: 45px;
  }

  .bc-wpr p {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 600;
  }

  h2 {
    font-size: 20px;
  }

  .contact-right figure {
    width: 36px;
    height: 36px;
    padding: 10px;
  }

  .contact-right {
    padding: 35px 15px;
  }
}

.hed-btn.gt-hm {
  margin-left: 0px;
  text-align: center;
  margin-top: 10px;
}
