/*__________________ Global ______________________*/
*, html, body, ul, li, a, p, h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px;
  outline: 0px !important;
  box-sizing: border-box;
}

ul li {
  list-style: none;
}

a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none !important;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
  color: #FE4431;
}

body {
  font-size: 16px;
  line-height: 24px;
  background: #28282B;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  color: #fff;
}

a {
  color: #fff;
}

/*__________________ Global end ______________________*/
/*_________________________ cheatsheet css __________________*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
}

h1 {
  font-size: 4.5rem;
}

h2 {
  font-size: 2.6rem;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 24px;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}
.wrapper .main-container {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

/*_________________________ cheatsheet css end __________________*/
/*__________________ Buttons ______________________*/
.btn {
  outline: none;
  font-size: 12px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  height: 48px;
  line-height: 48px;
  padding: 0px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn:focus {
  box-shadow: none;
}

.btn-brand {
  background-color: #FE4431;
  color: #fff;
}
.btn-brand:hover, .btn-brand:focus, .btn-brand:active {
  background-color: transparent;
  border: 1px solid #FE4431;
  color: #FE4431;
}

.hero-btn {
  background: no-repeat center center;
  background-size: contain;
  background-image: url("../images/icon-ellipse.svg");
  background-position: center left;
  height: 56px;
  font-size: 12px;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  display: inline-block;
  line-height: 56px;
  position: relative;
}
.hero-btn svg {
  margin-right: 6px;
  padding-left: 25px;
  height: 10px;
  width: auto;
  transition: all ease-in-out 0.3s;
}
.hero-btn svg path {
  transition: all ease-in-out 0.3s;
}
.hero-btn:hover svg, .hero-btn:focus svg, .hero-btn:active svg {
  transition: all ease-in-out 0.3s;
  padding-left: 40px;
}
.hero-btn:hover svg path, .hero-btn:focus svg path, .hero-btn:active svg path {
  stroke: #FE4431;
  transition: all ease-in-out 0.3s;
}

.btn-outline-primary {
  border-color: #FE4431;
  color: #FE4431;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #FE4431;
  border-color: #FE4431;
  color: #fff;
}

/*__________________ Buttons end ______________________*/
/*__________________ Forms ______________________*/
textarea.form-control {
  height: 200px;
}

.form-control {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  height: 50px;
  padding: 0 15px;
  line-height: 50px;
  color: #fff;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: #ccc;
  color: #fff;
  background-color: rgba(35, 157, 128, 0.1) !important;
}

/*__________________ Forms end ______________________*/
.red {
  color: #FE4431;
}

/*__________________ Navbar2 ______________________*/
body.move-logo .overlap {
  background-color: rgba(0, 0, 0, 0);
}
body.move-logo .main-logo {
  height: 50px !important;
  left: 2% !important;
  top: 10px !important;
  transform: none !important;
  transition: all ease-in-out 2s;
}

.overlap {
  background-color: rgb(0, 0, 0);
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1001;
  left: 0px;
  top: 0px;
  transition: background-color ease-in-out 1.5s;
}
.overlap .logo-container {
  width: 236px;
}
.overlap .logo-container .main-logo {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 1010;
  height: 250px;
  left: 50%;
  top: 50%;
  transition: all ease-in-out 3s;
  transform: translate(-10%, -50%);
}
.overlap .logo-container .main-logo.animate-start {
  transform: translate(-50%, -50%);
  transition: all ease-in-out 1s;
}
.overlap .logo-container .main-logo .logo-icon {
  margin-right: 10px;
  height: 100%;
}
.overlap .logo-container .main-logo .logo-icon img {
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.overlap .logo-container .main-logo .logo-text {
  height: 100%;
  opacity: 0;
  transition: all ease-in-out 1s;
}
.overlap .logo-container .main-logo img {
  height: 100%;
  width: auto;
}
.overlap .logo-container a {
  height: 60px;
  display: block;
  display: flex;
  align-items: center;
  color: #FE4431;
}
.overlap .logo-container a img, .overlap .logo-container a svg {
  height: 100%;
  width: auto;
  height: 60px;
}
.overlap .logo-container a .hidden-logo {
  opacity: 0;
  transition: all ease-in-out 0.2s;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
  transition: all ease-in-out 0.3s;
  background-color: #28282B;
}
header.scrolling {
  background-color: #28282B;
}
header.scrolling .hidden-logo {
  opacity: 1 !important;
  height: 30px;
  margin-right: 10px;
}
header .container {
  height: 100%;
}
header .my-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
header .logo-container {
  width: 236px;
}
header .logo-container .main-logo {
  display: flex;
  align-items: center;
  height: 250px;
}
header .logo-container .main-logo.animate-start {
  transform: translate(-50%, -50%);
  transition: all ease-in-out 1s;
}
header .logo-container .main-logo .logo-icon {
  margin-right: 10px;
  height: 100%;
}
header .logo-container .main-logo .logo-icon img {
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
header .logo-container .main-logo .logo-text {
  height: 100%;
  opacity: 0;
  transition: all ease-in-out 1s;
}
header .logo-container .main-logo img {
  height: 100%;
  width: auto;
}
header .logo-container a {
  height: 60px;
  display: block;
  display: flex;
  align-items: center;
  color: #FE4431;
}
header .logo-container a img, header .logo-container a svg {
  height: 100%;
  width: auto;
  height: 60px;
}
header .logo-container a .hidden-logo {
  opacity: 0;
  transition: all ease-in-out 0.2s;
}
header .hamburger {
  display: none;
}
header .my-navbar .menu {
  padding: 17px 0;
}
header .my-navbar .menu ul {
  float: left;
}
header .my-navbar .menu ul li {
  float: left;
  margin-left: 4px;
}
header .my-navbar .menu ul li:first-child {
  margin-left: 0;
}
header .my-navbar .menu ul li:first-child a {
  border-radius: 50px 0 0 50px;
}
header .my-navbar .menu ul li:first-child a:hover, header .my-navbar .menu ul li:first-child a:focus, header .my-navbar .menu ul li:first-child a:active {
  box-shadow: inset 1px 0px 0px #FE4431 !important;
}
header .my-navbar .menu ul li:nth-last-child(2) a {
  border-radius: 0px 50px 50px 0;
}
header .my-navbar .menu ul li:nth-last-child(2) a:hover, header .my-navbar .menu ul li:nth-last-child(2) a:focus, header .my-navbar .menu ul li:nth-last-child(2) a:active {
  box-shadow: inset -1px 0px 0px #FE4431 !important;
}
header .my-navbar .menu ul li a {
  color: #fff;
  background-color: #39393C;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
  padding: 12px 20px;
  transition: all ease-in-out 0.3s;
}
header .my-navbar .menu ul li a.active {
  color: #FE4431;
}
header .my-navbar .menu ul li a:hover, header .my-navbar .menu ul li a:focus, header .my-navbar .menu ul li a:active {
  color: #FE4431;
  box-shadow: inset 0px -1px 0px #FE4431;
}
header .my-navbar .menu ul li.dropdown a {
  padding: 0px;
}
header .my-navbar .menu ul li.dropdown a:after {
  border: none;
  margin-left: 0;
}
header .my-navbar .menu ul li.dropdown ul {
  padding: 20px;
}
header .my-navbar .menu ul li.dropdown ul li {
  margin-left: 0;
}
header .my-navbar .menu ul li.dropdown ul li a {
  font-weight: normal;
  line-height: 35px;
}
header .my-navbar .menu ul li.dropdown ul li a:hover, header .my-navbar .menu ul li.dropdown ul li a:focus, header .my-navbar .menu ul li.dropdown ul li a:active {
  background: transparent !important;
}
header .my-navbar .menu ul li:last-child {
  position: relative;
}
header .my-navbar .menu ul li:last-child a img {
  width: 20px;
  height: 20px;
}
header .my-navbar .menu ul li:last-child .hidden-search {
  display: none;
  position: absolute;
  top: 30px;
  right: 0px;
  width: 250px;
}
header .my-navbar .menu ul li:last-child .hidden-search .input-group-text {
  background-color: #38D0A3;
}
header .my-navbar .menu ul li:last-child .hidden-search .input-group-text img {
  width: 16px;
}
header .my-navbar .menu ul > li > a:hover::after {
  width: 100%;
}
header .my-navbar .menu .contact-us {
  float: left;
  margin-left: 8px;
}
header .content {
  height: calc(100% - 80px);
  padding: 40px 0;
}
header .content .left {
  display: flex;
  flex-direction: column;
  align-self: center;
}
header .content .left h1 {
  font-size: 60px;
  line-height: 67px;
  margin-bottom: 50px;
  text-transform: capitalize;
  text-align: center;
}
header .content .left p {
  text-align: center;
  width: 50%;
}
header .content .left .btn {
  line-height: 70px;
  font-size: 25px;
  max-width: 230px;
}
header .content img.hero {
  max-height: 100%;
}
header .btn-brand {
  height: 48px;
  line-height: 48px;
  width: 120px;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

/*__________________ Navbar end ______________________*/
/*__________________ home ____________________*/
section {
  display: flex;
  align-items: center;
}

.hero {
  position: relative;
  padding: 0px;
  background: no-repeat center center;
  background-size: cover;
  background-image: url(../images/hero-gradient-layer.png);
  background-position: right top;
  background-size: cover;
}
.hero .content {
  height: calc(100vh - 50px);
  width: 100%;
  display: flex;
  align-items: center;
  background-image: url(../images/hero-image.png);
  background-size: 40% 70%;
  background-position: center right;
  background-repeat: no-repeat;
  margin-top: 50px;
  position: relative;
}
.hero .content small {
  font-size: 14px;
  margin-left: 2px;
  display: block;
  text-transform: uppercase;
}
.hero .content small img {
  padding: 0 8px;
}
.hero .content h1 {
  position: relative;
  text-align: left;
  color: #fff;
  letter-spacing: -0.01rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.hero .content h1 .color {
  color: #FE4431;
}
.hero .content h1 .color:last-child {
  text-align: left;
  display: block;
}
.hero .content p {
  width: 65%;
  font-size: 1.1rem;
  line-height: 1.8rem;
  opacity: 0.8;
  margin-bottom: 40px;
  font-weight: 300;
}
.hero .content .hero-image {
  width: 100%;
}
.hero .scroll-circle {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.hero .scroll-circle .circular {
  animation: rotating 5s linear infinite;
}
.hero .scroll-circle .arrow {
  animation: updown 3s linear infinite;
  position: relative;
  left: -60px;
}
.hero .hero-social {
  position: absolute;
  right: -195px;
  bottom: 80px;
}
.hero .hero-social li {
  background-color: #463A3C;
  line-height: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 0 20px;
  margin-bottom: 24px;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  position: relative;
}
.hero .hero-social li:last-child {
  margin-bottom: 0px;
}
.hero .hero-social li:hover, .hero .hero-social li:focus, .hero .hero-social li:active {
  transform: translateX(-195px);
  transition: all ease-in-out 0.3s;
}
.hero .hero-social img {
  margin-right: 20px;
}

.services {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #2D2D31;
}
.services h2 {
  color: #fff;
}
.services h2 span {
  color: #38D0A3;
}
.services .services-slider {
  margin-left: -10px;
  width: calc(100% + 10px);
}
.services .services-slider .slick-prev {
  background: no-repeat center center;
  background-image: url(../images/slider-left-arrow.svg);
  width: 10px;
  height: 15px;
  left: auto;
  right: 50px;
  bottom: -45px;
  top: auto;
  z-index: 0;
  z-index: 0;
}
.services .services-slider .slick-next {
  background: no-repeat center center;
  background-image: url(../images/slider-right-arrow.svg);
  width: 10px;
  height: 15px;
  left: auto;
  right: 20px;
  bottom: -45px;
  top: auto;
  z-index: 0;
  z-index: 0;
}
.services .services-slider .my-slide {
  border-radius: 10px;
  overflow: hidden;
  padding: 30px;
  background: no-repeat right top;
  background-color: #28282B;
  padding-top: 170px;
  position: relative;
  cursor: pointer;
  width: 30%;
  min-height: 440px;
  margin: 10px;
}
.services .services-slider .my-slide svg {
  position: absolute;
  top: 0px;
  left: 0px;
}
.services .services-slider .my-slide svg rect {
  transition: all ease-in-out 0.3s;
  fill: #3E3E40;
}
.services .services-slider .my-slide h4 {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
}
.services .services-slider .my-slide p {
  font-size: 13px;
  opacity: 0.8;
}
.services .services-slider .my-slide:hover, .services .services-slider .my-slide:focus, .services .services-slider .my-slide:active {
  box-shadow: 0px 0px 5px 0px #FE4431;
}
.services .services-slider .my-slide:hover svg rect, .services .services-slider .my-slide:focus svg rect, .services .services-slider .my-slide:active svg rect {
  transition: all ease-in-out 0.3s;
  fill: #FE4431 !important;
}
.services .services-slider .my-slide:hover h4, .services .services-slider .my-slide:focus h4, .services .services-slider .my-slide:active h4 {
  color: #FE4431;
}

.about {
  background-color: #28282B;
  position: relative;
}
.about:before {
  content: "";
  position: absolute;
  right: -180px;
  top: 40px;
  background: no-repeat center center;
  background-image: url(../images/ellipse-half.svg);
  display: block;
  width: 427px;
  height: 215px;
}
.about h2 {
  margin-bottom: 50px;
}
.about h2 .glow {
  animation: glow 1s ease-in-out infinite alternate;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
}
.about h2 svg path {
  animation: myAnim2 4s ease-in-out infinite alternate;
}
.about .text-container {
  display: flex;
  justify-content: space-between;
}
.about .text-container .left {
  width: 30%;
  position: relative;
}
.about .text-container .left img {
  opacity: 0.1;
  position: absolute;
  left: 0px;
  bottom: -50px;
  width: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .text-container .right {
  width: 70%;
}
.about .text-container .right p {
  opacity: 0.8;
  margin-bottom: 40px;
}

.clients {
  background-color: #2D2D31;
}
.clients .clients-slider {
  margin-left: -10px;
  width: calc(100% + 10px);
}
.clients .clients-slider .my-slide {
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 30px;
  background: no-repeat right top;
  background-color: #28282B;
  position: relative;
  width: 30%;
  height: 440px;
  margin: 10px;
}
.clients .clients-slider .my-slide .my-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.clients .clients-slider .my-slide .inverted {
  margin-bottom: 20px;
}
.clients .clients-slider .my-slide p {
  font-size: 14px;
  opacity: 0.8;
}
.clients .clients-slider .my-slide .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.clients .clients-slider .my-slide .bottom .credentials {
  display: flex;
  justify-content: flex-start;
}
.clients .clients-slider .my-slide .bottom .credentials .left {
  margin-right: 15px;
}
.clients .clients-slider .my-slide .bottom .credentials .left img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.clients .clients-slider .my-slide .bottom .credentials .right h5 {
  font-size: 18px;
}
.clients .clients-slider .my-slide .bottom .credentials .right h5 span {
  color: #FE4431;
}
.clients .clients-slider .my-slide .bottom .credentials .right p {
  font-size: 13px;
}
.clients .clients-slider .my-slide .bottom .social {
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.clients .clients-slider .my-slide .bottom .social p {
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 600;
}
.clients .clients-slider .my-slide .bottom .social ul {
  display: flex;
}
.clients .clients-slider .my-slide .bottom .social ul li {
  margin: 0 10px;
  transition: all ease-in-out 0.3s;
}
.clients .clients-slider .my-slide .bottom .social ul li:hover, .clients .clients-slider .my-slide .bottom .social ul li:focus, .clients .clients-slider .my-slide .bottom .social ul li:active {
  transform: scale(1.3);
}
.clients .clients-slider .my-slide .bottom .social ul li:hover a svg path, .clients .clients-slider .my-slide .bottom .social ul li:focus a svg path, .clients .clients-slider .my-slide .bottom .social ul li:active a svg path {
  fill: #FE4431;
  transition: all ease-in-out 0.3s;
}
.clients .clients-slider .my-slide:hover, .clients .clients-slider .my-slide:focus, .clients .clients-slider .my-slide:active {
  box-shadow: 0px 0px 5px 0px #FE4431;
}
.clients .clients-slider .my-slide:hover .social, .clients .clients-slider .my-slide:focus .social, .clients .clients-slider .my-slide:active .social {
  opacity: 1;
}
.clients .clients-slider .slick-prev {
  background: no-repeat center center;
  background-image: url(../images/slider-left-arrow.svg);
  width: 10px;
  height: 15px;
  left: auto;
  right: 50px;
  bottom: -45px;
  top: auto;
  z-index: 0;
  z-index: 0;
}
.clients .clients-slider .slick-next {
  background: no-repeat center center;
  background-image: url(../images/slider-right-arrow.svg);
  width: 10px;
  height: 15px;
  left: auto;
  right: 20px;
  bottom: -45px;
  top: auto;
  z-index: 0;
  z-index: 0;
}

.contact {
  background-color: #28282B;
  position: relative;
}
.contact:before {
  content: "";
  position: absolute;
  left: -180px;
  top: 40px;
  background: no-repeat center center;
  background-image: url(../images/ellipse-half.svg);
  display: block;
  width: 427px;
  height: 215px;
}
.contact .my-flex2 {
  display: flex;
  justify-content: space-between;
}
.contact .my-flex2 .left {
  width: 46%;
  align-self: flex-end;
}
.contact .my-flex2 .left h2 {
  margin-bottom: 15px;
}
.contact .my-flex2 .left h2 .glow {
  animation: glow 1s ease-in-out infinite alternate;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
}
.contact .my-flex2 .left h2 svg path {
  animation: myAnim2 4s ease-in-out infinite alternate;
}
.contact .my-flex2 .left p {
  opacity: 0.8;
  font-size: 18px;
  line-height: 27px;
}
.contact .my-flex2 .left .social {
  margin-top: 30px;
}
.contact .my-flex2 .left .social p {
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 600;
}
.contact .my-flex2 .left .social ul {
  display: flex;
}
.contact .my-flex2 .left .social ul li {
  margin-right: 40px;
  transition: all ease-in-out 0.3s;
}
.contact .my-flex2 .left .social ul li:hover, .contact .my-flex2 .left .social ul li:focus, .contact .my-flex2 .left .social ul li:active {
  transform: scale(1.3);
}
.contact .my-flex2 .left .social ul li:hover a svg path, .contact .my-flex2 .left .social ul li:focus a svg path, .contact .my-flex2 .left .social ul li:active a svg path {
  fill: #FE4431;
  transition: all ease-in-out 0.3s;
}
.contact .my-flex2 .right {
  width: 46%;
}
.contact .my-flex2 .right label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}
.contact .my-flex2 .right label span {
  color: #FE4431;
}
.contact .my-flex2 .right input {
  height: 48px;
  line-height: 48px;
  background-color: #39393C;
  border-radius: 50px;
  border: none;
  transition: all ease-in-out 0.3s;
}
.contact .my-flex2 .right input:focus {
  background-color: #39393C !important;
  box-shadow: 0px 0px 5px #FE4431;
}
.contact .my-flex2 .right textarea {
  height: 170px;
  background-color: #39393C;
  border-radius: 20px;
  border: none;
  transition: all ease-in-out 0.3s;
}
.contact .my-flex2 .right textarea:focus {
  background-color: #39393C !important;
  box-shadow: 0px 0px 5px #FE4431;
}
.contact .my-flex2 .right .btn-brand {
  height: 48px;
  line-height: 48px;
  width: 120px;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.contact .form-container {
  padding: 30px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: #01030c;
}
.contact .form-container:hover {
  -o-border-image: linear-gradient(127.43deg, #FE4431 -9.97%, #38D0A3 98.31%) 30 !important;
     border-image: linear-gradient(127.43deg, #FE4431 -9.97%, #38D0A3 98.31%) 30 !important;
}
.contact .form-container textarea {
  height: 165px;
}
.contact .user-block {
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: #01030c;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 30px;
  margin: 0 auto 40px auto;
}
.contact .user-block:hover {
  -o-border-image: linear-gradient(127.43deg, #FE4431 -9.97%, #38D0A3 98.31%) 30 !important;
     border-image: linear-gradient(127.43deg, #FE4431 -9.97%, #38D0A3 98.31%) 30 !important;
}
.contact .user-block img {
  border: 2px solid rgba(255, 255, 255, 0.1);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.contact .user-block h3 {
  margin-top: 30px;
  text-align: center;
}
.contact .user-block p {
  text-align: center;
  opacity: 0.8;
  margin-bottom: 30px;
}
.contact .user-block a {
  width: 140px;
  margin: auto;
}

/* .....footer starts..... */
.footer .footer-top {
  padding: 20px 0;
  margin-top: -10px;
  border-bottom: 1px solid #424246;
}
.footer .footer-top .my-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .footer-top .my-flex .block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}
.footer .footer-top .my-flex .block .left {
  width: auto;
}
.footer .footer-top .my-flex .block .left svg circle {
  transition: all ease-in-out 0.3s;
}
.footer .footer-top .my-flex .block .right {
  margin-left: 15px;
  text-align: left;
  width: auto;
}
.footer .footer-top .my-flex .block .right p.orange {
  color: #FE4431;
  margin-bottom: 5px;
  font-weight: 400;
}
.footer .footer-top .my-flex .block .right a, .footer .footer-top .my-flex .block .right p {
  color: #fff;
  opacity: 0.8;
}
.footer .footer-top .my-flex .block:hover .left svg circle, .footer .footer-top .my-flex .block:focus .left svg circle, .footer .footer-top .my-flex .block:active .left svg circle {
  fill: #fff;
  fill-opacity: 1;
  transition: all ease-in-out 0.3s;
}
.footer .footer-center {
  padding: 50px 0;
}
.footer .footer-center .my-flex {
  display: flex;
  justify-content: center;
}
.footer .footer-center .my-flex .block {
  width: 29%;
}
.footer .footer-center .my-flex .block:first-child {
  width: 42%;
  margin-right: 100px;
}
.footer .footer-center .my-flex .block .text-container .footer-logo {
  height: 60px;
}
.footer .footer-center .my-flex .block .text-container p {
  margin-top: 30px;
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}
.footer .footer-center .my-flex .block h4 {
  color: #FE4431;
  font-size: 14px;
  margin-bottom: 40px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer .footer-center .my-flex .block .links {
  overflow: hidden;
}
.footer .footer-center .my-flex .block .links a {
  color: #fff;
  opacity: 0.8;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
  display: block;
  transition: all ease 0.3s;
  position: relative;
}
.footer .footer-center .my-flex .block .links a:before {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  left: -15px;
  top: 12px;
  background-color: #FE4431;
  transition: all ease-in-out 0.3s;
}
.footer .footer-center .my-flex .block .links a:hover {
  color: #FE4431;
  padding-left: 15px;
}
.footer .footer-center .my-flex .block .links a:hover:before {
  left: 0px;
}
.footer .footer-center .btn-brand {
  width: 150px;
}
.footer .footer-animation {
  border-bottom: 1px solid #424246;
  padding-bottom: 15px;
  position: relative;
}
.footer .footer-animation img {
  width: 100%;
  margin: 0 auto;
  display: block;
  width: 100vw;
}
.footer .footer-animation .glow {
  position: absolute;
  left: -8px;
  top: -9px;
  z-index: -1;
  width: calc(100vw + 17px);
  animation: myAnim 4s ease 0s infinite normal forwards;
}
@keyframes myAnim {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes myAnim2 {
  0%, 50%, 100% {
    fill: #fff;
  }
  25%, 75% {
    fill: #FE4431;
  }
}
.footer .contact p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.footer .contact p a {
  margin-top: 15px;
  display: block;
  color: #fff;
}
.footer .social-links {
  text-align: right;
}
.footer .social-links a {
  padding: 0 5px;
  color: #000;
  font-size: 22px;
}
.footer .social-links a svg {
  height: 22px;
}
.footer .social-links a svg path {
  fill: #FE4431;
}
.footer .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #424246;
}
.footer .footer-bottom .main-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-bottom p {
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
  width: 60%;
  text-align: left;
}
.footer .footer-bottom .my-flex {
  width: 60%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .footer-bottom .my-flex .block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}
.footer .footer-bottom .my-flex .block .left {
  width: auto;
}
.footer .footer-bottom .my-flex .block .left svg circle {
  transition: all ease-in-out 0.3s;
}
.footer .footer-bottom .my-flex .block .right {
  margin-left: 15px;
  text-align: left;
  width: auto;
}
.footer .footer-bottom .my-flex .block .right p.orange {
  color: #FE4431;
  margin-bottom: 5px;
  font-weight: 400;
}
.footer .footer-bottom .my-flex .block .right a, .footer .footer-bottom .my-flex .block .right p {
  color: #fff;
  opacity: 0.8;
}
.footer .footer-bottom .my-flex .block:hover .left svg circle, .footer .footer-bottom .my-flex .block:focus .left svg circle, .footer .footer-bottom .my-flex .block:active .left svg circle {
  fill: #fff;
  fill-opacity: 1;
  transition: all ease-in-out 0.3s;
}

/* .....footer end..... */
.contact-pg {
  margin-top: 100px;
  width: 700px;
}
.contact-pg h4 {
  margin: 30px 0 50px 0;
}
.contact-pg .description {
  color: #999;
  margin: 10px 0 15px 0;
}
.contact-pg .btn {
  border-radius: 50px;
  height: 50px;
  width: 150px;
}

/*__________________ home ____________________*/
/*___________________ helper classes _________________*/
.v-100 {
  height: 100vh;
}

.mb-20 {
  margin-bottom: 20px;
}

/*___________________ helper classes end _________________*/
.progress {
  display: block;
  width: 90%;
  height: 3px;
  border-radius: 10px;
  margin-top: 35px;
  overflow: hidden;
  background-color: #424246;
  background-image: linear-gradient(to right, #FE4431, #FE4431);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}

@keyframes glow {
  to {
    text-shadow: 0 0 10px #FE4431;
    color: #FE4431;
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes updown {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.modal-body {
  background: #FE4431 !important;
}/*# sourceMappingURL=style.css.map */