/*

TemplateMo 568 DigiMedia

https://templatemo.com/tm-568-digimedia

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
09. footer
10. preloader
11. search

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
}

/* clear fix */
.grid:after {
 content: '';
 display: block;
 clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
 width: 50%;
}

.grid-item {
 float: left;
}

.grid-item img {
 display: block;
 max-width: 100%;
}

.clearfix:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;
}

.clearfix {
 display: inline-block;
}

html[xmlns] .clearfix {
 display: block;
}

* html .clearfix {
 height: 1%;
}

ul, li {
 padding: 0;
 margin: 0;
 list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
 display: block;
}

* {
 box-sizing: border-box;
}

html, body {
 font-family: "termina";
 font-weight: 400;
 background-color: #fff;
 -ms-text-size-adjust: 100%;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}

a {
 text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
 margin-top: 0px;
 margin-bottom: 0px;
}

ul {
 margin-bottom: 0px;
}

p {
 font-size: 15px;
 line-height: 30px;
 font-weight: 300;
 color: #afafaf;
}

img {
 width: 100%;
 overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
 background: #fff;
 font-family: "termina";
}

::selection {
 background: #fa65b1;
 color: #fff !important;
}

::-moz-selection {
 background: #fa65b1;
 color: #fff !important;
}

@media (max-width: 991px) {
 html, body {
  overflow-x: hidden;
 }
 .mobile-top-fix {
  margin-top: 30px;
  margin-bottom: 0px;
 }
 .mobile-bottom-fix {
  margin-bottom: 30px;
 }
 .mobile-bottom-fix-big {
  margin-bottom: 60px;
 }
}

/* Main Top Section CSS. */

.custom_header_container {
 width: 85%;
}

.page-section {
 margin-top: 120px;
}

.section-heading {
 position: relative;
 z-index: 2;
}

.section-heading h6 {
 font-size: 15px;
 font-weight: 700;
 color: #726ae3;
 text-transform: uppercase;
 margin-bottom: 15px;
}

.section-heading h4 {
 color: #2a2a2a;
 font-size: 35px;
 font-weight: 700;
 text-transform: capitalize;
 margin-bottom: 25px;
}

.section-heading h4 em {
 font-style: normal;
 color: #726ae3;
}

.section-heading .line-dec {
 width: 50px;
 height: 2px;
 background-color: #726ae3;
}

.border-first-button a {
 display: inline-block !important;
 border: 5px solid #FCA30F;
 letter-spacing: 0px !important;
 color: #FCA30F !important;
 text-transform: uppercase;
 opacity: 1;
 border-radius: 0;
 padding: 15px 42px !important;
 font-size: 16px;
 font-weight: bold !important;
 transition: all .5s;
}

.border-third-button a {
 display: inline-block !important;
 border: 4px solid #2D5085;
 letter-spacing: 0px !important;
 color: #2D5085 !important;
 text-transform: uppercase;
 opacity: 1;
 border-radius: 0;
 padding: 10px 30px !important;
 font-size: 18px;
 font-weight: bold !important;
 transition: all .5s;
 font-family: 'termina';
 line-height: 18px;
}



.main-banner .border-first-button a {
 background: white;
}

.border-first-button a:hover {
 background-color: #FCA30F;
 color: #fff !important;
}

.border-third-button a:hover {
 background-color: #2D5085;
 color: #fff !important;
}

.border-third-button {
 text-align: center;
 padding-top: 30px; 
}


/* 
---------------------------------------------
intro
--------------------------------------------- 
*/


.intro-banner {
 text-align: center;
 padding-top: 200px;margin-bottom: 100px;
 position: relative;
}

.intro-banner:after {
 content: '';
 background-image: url(../images/slider-left-dec.jpg);
 background-repeat: no-repeat;
 position: absolute;
 left: 0;
 top: 0px;
 width: 262px;
 height: 625px;
 z-index: 1;
}
/*
.intro-banner:before {
 content: '';
 background-image: url(../images/slider-right-dec.jpg);
 background-repeat: no-repeat;
 position: absolute;
 right: 0;
 top: 0px;
 width: 1159px;
 height: 797px;
 z-index: 2;
}
*/

.intro-banner img {
 max-width: 152px;
 margin-bottom: 30px;
}

.intro-banner h1 {
 font-size: 36px;
 font-weight: 700;
 text-transform: uppercase;
 margin-bottom: 30px;
 position: relative; 
 z-index: 2;
}

.intro-banner h4 {
 font-size: 20px;
 text-transform: capitalize;
 font-weight: 400;
 margin-bottom: 20px;
 position: relative; 
 z-index: 2;
}

.intro-banner a {
 display: inline-block !important;
 padding: 10px 20px !important;
 color: #fa65b1 !important;
 border: 1px solid #fa65b1 !important;
 border-radius: 23px;
 font-weight: 500 !important;
 letter-spacing: 0.3px !important;
 transition: all .5s;
 position: relative; 
 z-index: 2;
}

.intro-banner a:hover {
 background-color: #fa65b1;
 color: #fff !important;
}

.demos {
 padding-top: 60px;
}

.demo-item {
 position: relative;
 z-index: 2;
}

.demos img {
 transition: all .5s;
 border-radius: 23px;
}

.demos img:hover {
 opacity: 1;
 box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
}

.demos h4 {
 text-align: center;
 font-size: 20px;
 margin-top: 30px;
 font-weight: 700;
 text-transform: uppercase;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.pre-header {
 background-color: #efefef;
 height: 60px;
 padding: 15px 0px;
}

.pre-header ul li {
 display: inline-block;
}

.pre-header ul.info li {
 margin-right: 45px;
}

.pre-header ul.info li a {
 color: #afafaf;
 font-size: 14px;
 transition: all .3s;
}

.pre-header ul.info li a:hover {
 color: #fa65b1;
}

.pre-header ul.info li a i {
 font-size: 18px;
 margin-right: 8px;
}

.pre-header ul.social-media {
 text-align: right;
}

.pre-header ul.social-media li {
 margin-left: 5px;
}

.pre-header ul.social-media li a {
 background-color: #afafaf;
 color: #fff;
 display: inline-block;
 width: 30px;
 height: 30px;
 line-height: 30px;
 text-align: center;
 border-radius: 50%;
 font-size: 14px;
 transition: all .3s;
}

.pre-header ul.social-media li a:hover {
 background-color: #fa65b1;
}

.background-header {
 background-color: #fff!important;
 /* height: 80px!important; */
 position: fixed!important;
 top: 0px;
 left: 0px;
 right: 0px;
 box-shadow: 0px 5px 8px rgba(0,0,0,0.03);
}

.background-header .logo,
.background-header .main-nav .nav li a {
 color: #fff;
}
ul.nav .login {
  background: #FCA30F;
}
ul.nav .login a{
  color: #FFF !important;
}
.nav li.scroll-to-section a {
  display: flex !important;
}
ul.submenu {
  position: absolute;
  display:none !important;
}
.nav li:hover ul.submenu {
  display:block !important;
}
.nav li:hover a{
justify-content:flex-start !important;
}
ul.submenu li a {
  padding: 0 !important;
}
ul.submenu li:hover a {
  color: #fff !important;
}
ul.submenu li:hover {
  background: #fca30f;
  width: 180px;
}
.background-header .main-nav .nav li:hover a {
 color: #fa65b1;
}

.background-header .nav li a.active {
 position: relative;
 color: #fff;
}

.background-header .nav li a.active:after {
 position: absolute;
 width: 100%;
 height: 1px;
 background-color: #2D5085;
 content: '';
 left: 50%;
 bottom: 0px;
 transform: translateX(-50%);
}

.background-header .nav li:last-child a.active:after {
 background-color: transparent;
}

.header-area {
 background-color: #fff;
 /*box-shadow: 0px 5px 8px rgba(0,0,0,0.03);*/
 position: relative;
 left: 0px;
 right: 0px;
 z-index: 100;
 /* height: 114px; */
 -webkit-transition: all .5s ease 0s;
 -moz-transition: all .5s ease 0s;
 -o-transition: all .5s ease 0s;
 transition: all .5s ease 0s;
}

.header-area .main-nav {
 /* min-height: 80px; */
 height: 100%;
 background: transparent;
}

.header-area .main-nav .logo {
 display: flex;
 padding: 30px 0px;
 float: left;
 -webkit-transition: all 0.3s ease 0s;
 -moz-transition: all 0.3s ease 0s;
 -o-transition: all 0.3s ease 0s;
 transition: all 0.3s ease 0s;
 width: 270px;
}

.header-area .main-nav .logo {
 line-height: 100px;
 float: left;
 -webkit-transition: all 0.3s ease 0s;
 -moz-transition: all 0.3s ease 0s;
 -o-transition: all 0.3s ease 0s;
 transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
 line-height: 80px;
}

.background-header .main-nav .nav {
 margin-top: 0;
}

.header-area .main-nav .nav {
 height: 100%;
 margin: 0;
 align-items: center;
 justify-content: center;
 float: right;
 /* margin-top: 30px; */
 margin-right: 0px;
 background-color: transparent;
 -webkit-transition: all 0.3s ease 0s;
 -moz-transition: all 0.3s ease 0s;
 -o-transition: all 0.3s ease 0s;
 transition: all 0.3s ease 0s;
 position: relative;
 z-index: 999;
}

.header-area .main-nav .nav li {
 padding-left: 16px;
 padding-right: 16px;
}

/* .header-area .main-nav .nav li:last-child {
 padding-right: 0px;
 padding-left: 40px;
}

.header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a {
 padding: 0px 20px !important;
 font-weight: 400;
}

.header-area .main-nav .nav li:last-child a:hover ,
.background-header .main-nav .nav li:last-child a:hover {
 color: #fff !important;
} */

.header-area .main-nav .nav li a {
 display: block;
 font-weight: bold;
 font-size: 14px;
 color: #2D5085;
 text-transform: uppercase;
 letter-spacing: 0px;
 -webkit-transition: all 0.3s ease 0s;
 -moz-transition: all 0.3s ease 0s;
 -o-transition: all 0.3s ease 0s;
 transition: all 0.3s ease 0s;
 height: 40px;
 line-height: 40px;
 border: transparent;
 opacity: 1;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
 color: #2D5085!important;
 display: flex;
 justify-content: center;
 align-items: center;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
 color: #2D5085!important;
 opacity: 1;
}

.header-area .main-nav .nav li.submenu {
 position: relative;
 padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
 font-family: FontAwesome;
 content: "\f107";
 font-size: 12px;
 color: #2a2a2a;
 position: absolute;
 right: 18px;
 top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
 color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
 position: absolute;
 width: 200px;
 box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
 overflow: hidden;
 top: 50px;
 opacity: 0;
 transform: translateY(+2em);
 visibility: hidden;
 z-index: -1;
 transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
 margin-left: 0px;
 padding-left: 0px;
 padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
 opacity: 1;
 display: block;
 background: #f7f7f7;
 color: #2a2a2a!important;
 padding-left: 20px;
 height: 40px;
 line-height: 40px;
 -webkit-transition: all 0.3s ease 0s;
 -moz-transition: all 0.3s ease 0s;
 -o-transition: all 0.3s ease 0s;
 transition: all 0.3s ease 0s;
 position: relative;
 font-size: 13px;
 font-weight: 400;
 border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
 background: #fff;
 color: #fa65b1!important;
 padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
 width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
 visibility: visible;
 opacity: 1;
 z-index: 1;
 transform: translateY(0%);
 transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
 cursor: pointer;
 display: block;
 position: absolute;
 top: 10px;
 width: 23px;
 height: 34px;
 text-indent: -9999em;
 z-index: 99;
 right: 30px;
 display: none;
}

.background-header .main-nav .menu-trigger {
 top: 12px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
 -moz-transition: all 0.4s;
 -o-transition: all 0.4s;
 -webkit-transition: all 0.4s;
 transition: all 0.4s;
 background-color: #2D5085;
 display: block;
 position: absolute;
 width: 22px;
 height: 3px;
 left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
 background-color: #2D5085;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
 -moz-transition: all 0.4s;
 -o-transition: all 0.4s;
 -webkit-transition: all 0.4s;
 transition: all 0.4s;
 background-color: #2D5085;
 display: block;
 position: absolute;
 width: 22px !important;
 height: 3px;
 left: 0;
 width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
 background-color: #2D5085;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
 content: "";
}

.header-area .main-nav .menu-trigger span {
 top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
 -moz-transform-origin: 33% 100%;
 -ms-transform-origin: 33% 100%;
 -webkit-transform-origin: 33% 100%;
 transform-origin: 33% 100%;
 top: -10px;
 z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
 -moz-transform-origin: 33% 0;
 -ms-transform-origin: 33% 0;
 -webkit-transform-origin: 33% 0;
 transform-origin: 33% 0;
 top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
 background-color: transparent;
 width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
 -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
 -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
 -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
 transform: translateY(6px) translateX(1px) rotate(45deg);
 background-color: #2d5085;
}

.background-header .main-nav .menu-trigger.active span:before {
 background-color: #2d5085;
}

.header-area .main-nav .menu-trigger.active span:after {
 -moz-transform: translateY(-8px) translateX(1px) rotate(-45deg);
 -ms-transform: translateY(-8px) translateX(1px) rotate(-45deg);
 -webkit-transform: translateY(-8px) translateX(1px) rotate(-45deg);
 transform: translateY(-8px) translateX(1px) rotate(-45deg);
 background-color: #2d5085;
}

.background-header .main-nav .menu-trigger.active span:after {
 background-color: #2d5085;
}

.header-area.header-sticky {
 /* min-height: 114px; */
 z-index: 999999;
 /* height: 100%; */
}

.header-area .nav {
 margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
 color: #FDA310;
}

@media (max-width: 1200px) {
 .header-area .main-nav .nav li {
  padding-left: 12px;
  padding-right: 12px;
 }
 .header-area .main-nav:before {
  display: none;
 }
}

@media (max-width: 992px) {

 /* .header-area .main-nav .nav li:last-child ,
 .background-header .main-nav .nav li:last-child {
  display: none;
 } */

 .header-area .main-nav .nav li:nth-child(6),
 .background-header .main-nav .nav li:nth-child(6) {
  padding-right: 0px;
 }
 .background-header .nav li a.active:after {
  display: none;
 }
}

@media (max-width: 767px) {
 .pre-header ul.info li:last-child {
  display: none;
 }
 .background-header .main-nav .nav {
  margin-top: 80px !important;
 }
 .header-area .main-nav .logo {
  color: #1e1e1e;
  margin-left: 0px;
  padding: 20px 0px;
  width: 140px;
 }

 .header-area .main-nav .logo img {
  width: 214px;
 }

 .header-area.header-sticky .nav li a:hover,
 .header-area.header-sticky .nav li a.active {
  color: #FDA310 !important;
  opacity: 1;
  width: 100%;
 }
 .header-area.header-sticky .nav li.search-icon a {
  width: 100%;
 }
 .header-area {
  background-color: #fff;
  padding: 0px 15px;
  /* height: 100px; */
  box-shadow: none;
  text-align: center;
  /*box-shadow: 0px 5px 8px rgba(0,0,0,0.03);*/
 }
 .header-area .container {
  padding: 0px;
 }
 .header-area .logo {
  margin-left: 30px;
 }
 .header-area .menu-trigger {
  display: block !important;
 }
 .header-area .main-nav {
  overflow: hidden;
 }
 .header-area .main-nav .nav {
  float: none;
  width: 100%;
  display: none;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  margin-left: 0px;
 }
 .background-header .nav {
  margin-top: 80px;
 }
 .header-area .main-nav .nav li:first-child {
  border-top: 1px solid #ffffff;
 }
 .header-area.header-sticky .nav {
  margin-top: 83px;
 }
 .header-area .main-nav .nav li {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #fff;
  padding-left: 0px !important;
  padding-right: 0px !important;
 }
 .header-area .main-nav .nav li a {
  height: 50px !important;
  line-height: 50px !important;
  padding: 0px !important;
  border: none !important;
  background: #ffffff !important;
  color: #2D5085 !important;
 }
 .header-area .main-nav .nav li a:hover {
  background: #ffffff !important;
  color: #2D5085!important;
 }
 .header-area .main-nav .nav li.submenu ul {
  position: relative;
  visibility: inherit;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  top: 0px;
  width: 100%;
  box-shadow: none;
  height: 0px;
 }
 .header-area .main-nav .nav li.submenu ul li a {
  font-size: 12px;
  font-weight: 400;
 }
 .header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 0px;
 }
 .header-area .main-nav .nav li.submenu ul.active {
  height: auto !important;
 }
 .header-area .main-nav .nav li.submenu:after {
  color: #2d5085;
  right: 25px;
  font-size: 14px;
  top: 15px;
 }
 .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
  height: 0px;
 }
}

@media (min-width: 767px) {
 .header-area .main-nav .nav {
  display: flex !important;
 }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: #fff;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #FDA310;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #FDA310;
  border-radius: 50%;
}



/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: 60% 100%;
  background-size: cover;
  padding: 10px 0px;
  position: relative;
  overflow: hidden;
  background-image: url(../images/Firstsecimage50.webp);
}

/* .main-banner:after {
 content: '';
 background-image: url(../images/slider-left-dec.jpg);
 background-repeat: no-repeat;
 position: absolute;
 left: 0;
 top: 60px;
 width: 262px;
 height: 625px;
 z-index: 1;
}

.main-banner:before {
 content: '';
 background-image: url(../images/slider-right-dec.jpg);
 background-repeat: no-repeat;
 position: absolute;
 right: 0;
 top: 60px;
 width: 1159px;
 height: 797px;
 z-index: -1;
} */

.main-banner .container {
 padding: 2% 0px 0%;
}

.main-banner .left-content {
 margin-right: 15px;
}

.main-banner .left-content h6 {
 text-transform: capitalize;
 font-size: 20px;
 font-weight: 700;
 color: #fa65b1;
 margin-bottom: 15px;
 text-transform: uppercase;
}

.main-banner .left-content h1 {
 z-index: 2;
 position: relative;
 font-weight: 700;
 font-size: 40px;
 color: #2D5085;
 text-transform: uppercase;
 margin-bottom: 10px;
}

.main-banner .left-content h1:before,
.left-content h2:before {
 position: absolute;
 content: "";
 width: 100px;
 border: 3px solid #FCA30F;
 top: -30px; 
}

.main-banner .left-content h2 {
 z-index: 2;
 position: relative;
 font-weight: 700;
 font-size: 40px;
 color: #2D5085;
 text-transform: uppercase;
 margin-bottom: 10px;
}

.main-banner .left-content h2:before,
.left-content h2:before {
 position: absolute;
 content: "";
 width: 100px;
 border: 3px solid #FCA30F;
 top: -30px; 
}

.main-banner .left-content p {
 margin-bottom: 40px;
 /* margin-right: 30px; */
 font-family: "nimbus-sans";
 font-size: 30px;
 letter-spacing: -1px;
 color: #0D2657;
 opacity: 1;
 line-height:40px;
}

.main-banner .right-image {
 text-align: right;
 position: relative;
 z-index: 20;
}

.main-banner .right-image img {
 max-width: 593px;
}

.border-second-button {
 margin-top: 30px; 
 text-align: center;
}

.border-second-button a {
 letter-spacing: 0px;
 color: #FCA30F;
 opacity: 1;
 text-transform: uppercase;
 font-family: "nimbus-sans";
 font-size: 26px;
 line-height: 26px; 
}

.border-second-button a:hover {
 color: #0D2657;
}
.newlearnsec h3 {
  text-align: left !important;
  color: #fff !important;
  margin-bottom: 60px !important;
}
.newlearn {
  background-color: #0D2657 !important;
  border-top: 8px solid #fca30f;
  padding-top: 150px !important;
  padding-bottom: 180px !important;
}
.first-box .boxsec {
  background: #2D5085;
  width: 33% !important;
  padding: 25px 20px;
  display: flex;
  align-items: center;
  height: 150px;
}

.first-box .boxsec a {
color: #fff;
}

.first-box {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.first-box .boxsec p {
  letter-spacing: 0px;
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
  font-family: "nimbus-sans";
  text-align: center;
  margin: auto;
}
/* 
---------------------------------------------
Nation Section Style
--------------------------------------------- 
*/

#nations {
 background: #2D5085 0% 0% no-repeat padding-box;
 opacity: 1; 
 padding: 2% 0px;
}

.nations_details h2 {
 text-align: center;
 color: white;
 font-weight: bold;
 letter-spacing: 0px;
 text-transform: uppercase;
 opacity: 1;
 font-size: 33px;
}

.nations_details h2 span {
 color: #FCA30F; 
}

.nations_details h3 {
 text-align: center;
 color: white;
 font-weight: bold;
 letter-spacing: 0px;
 text-transform: uppercase;
 opacity: 1;
 font-size: 33px;
}

.nations_details h3 span {
 color: #FCA30F; 
}

#nations_details p {
 letter-spacing: 0px;
 color: #FFFFFF;
 opacity: 1;
 font-size: 24px;
 text-align: center;
 padding: 0px 10%;
 font-family: "nimbus-sans";
 margin: 20px 0px 33px; 
}

#nations_details .border-first-button {
 text-align: center;
}

.quote-bar {
background-color: #FCA30F;
color: #ffffff;
padding: 20px;
text-align: center;
}

.quote-bar h3 {
font-size: 20px;
font-weight: 600;
margin: 0 auto;
max-width: 1100px;
text-transform: none;
}

/* 
---------------------------------------------
Video Section Style
--------------------------------------------- 
*/

#video_section_top {
 background-image: url(../images/Why-Choose-Background-Image-Desktop.webp);
 background-size: cover;
 background-repeat: no-repeat;
padding-bottom: 40px;
 width: 100%;
 background-position: 40% 100%;
}

#video_section_course {
 background-image: url(../images/Why-Choose-Background-Image-Desktop.webp);
 background-size: cover;
 background-repeat: no-repeat;
padding: 60px 0 40px;
 width: 100%;
 background-position: 40% 100%;
}

#video_section {
 background-image: url(../images/why_choose_bg.webp);
 background-size: cover;
 /*min-height: 600px;*/
 background-repeat: no-repeat;
 width: 100%;
 background-position: 40% 100%;
}

#video_section,
#video_section .container {
 position: relative;
}

#video_section .container {
 padding: 7% 12px 4%; 
}

#video_section video {
 /* width: 100%;
 height: 100%;
 position: absolute;
 z-index: 0;
 object-fit: cover;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%); */
}

#video_section h2 {
 letter-spacing: 0px;
 color: #2D5085;
 text-transform: uppercase;
 opacity: 1;
 font-weight: bold; 
 font-size: 33px;
}

#video_section_course h2 {
 letter-spacing: 0px;
 color: #2D5085;
 text-transform: uppercase;
 opacity: 1;
 font-weight: bold; 
 font-size: 33px;
}

.video_section_description p {
 letter-spacing: 0px;
 color: #0D2657;
 opacity: 1;
 font-family: "nimbus-sans";
 line-height: 30px;
 font-size: 20px; 
}

.video_section_description p {
 margin-top: 30px;
}

.featured-image {
	max-width: 1200px;
}

/* 
---------------------------------------------
Completing Section Style
--------------------------------------------- 
*/

.completing_section h3 {
 position: relative;
 letter-spacing: 0px;
 color: #2D5085;
 text-transform: uppercase;
 opacity: 1;
 font-weight: bold;
 font-size: 26.5px;
}

.completing_section h3:before {
 position: absolute;
 content: "";
 width: 100px;
 border: 5px solid #FCA30F;
 top: -30px; 
}

#completing_section .container {
 padding: 7% 12px 4%; 
}

.completing_section_component {
 /* margin-top: 90px; */
}

.completing_section_component .col-lg-4 img {
 display: flex;
 margin: 0 auto;
 justify-content: center;
 align-items: center;
 position: relative;
 max-height: 150px;
 width: auto;
}

.completing_section_component .col-lg-4 p {
 text-align: center;
 letter-spacing: 0px;
 color: #0D2657;
 opacity: 1;
 font-size: 18px;
 font-weight: bold;
 font-family: "nimbus-sans";
 line-height: 24px;
 margin-top: 30px; 
}

.completing_section_component2 {
 margin-top: 120px;
}

.completing_section_component2 .row {
 justify-content: center;
}

.facts_section p{
 margin-top: 30px;
  letter-spacing: 0px;
  color: #0D2657;
  opacity: 1;
  font-family: "nimbus-sans";
  line-height: 22px;
  font-size: 20px;
}

/* 
---------------------------------------------
How It Works Section Style
--------------------------------------------- 
*/

.section-title {
padding-bottom: 40px;
}

.section-title h3 {
 position: relative;
 letter-spacing: 0px;
 color: #2D5085;
 text-transform: uppercase;
 opacity: 1;
 font-weight: bold;
 font-size: 24px;
}

.section-title h3:before {
 position: absolute;
 content: "";
 width: 100px;
 border: 5px solid #FCA30F;
 top: -30px; 
}

.fake-header {
 letter-spacing: 0px;
 color: #2D5085;
 text-transform: uppercase;
 opacity: 1;
 font-weight: bold;
 font-size: 18px;
}

.step-box {
border: 2px dashed #FCA30F;
margin: 1%;
padding: 20px;
width: 48%;
}

.step-box-3rd {
margin: 1%;
padding: 20px;
width: 45%;
}

.step-box p {
color: #0D2657;
}

.step-box-3rd h2 {
 position: relative;
 letter-spacing: 0px;
 color: #2D5085;
 text-transform: uppercase;
 opacity: 1;
 font-weight: bold;
 font-size: 26.5px;
}

.step-box-3rd h2:before {
 position: absolute;
 content: "";
 width: 100px;
 border: 3px solid #FCA30F;
 top: -30px; 
}

.step-box-3rd h3:before {
 position: absolute;
 content: "";
 width: 100px;
 border: 3px solid #FCA30F;
 top: -30px; 
}

.step-box-3rd p {
color: #0D2657;
}

.step-box-3rd ul {
padding-left: 30px;
}

.step-box-3rd li {
font-family: "nimbus-sans";
font-size: 20px;
list-style: circle;
padding-top: 10px;
}

.step-box-inner-box {
padding: 0 0 70px;
margin: 0;
}

/* 
---------------------------------------------
Instant Three Section
--------------------------------------------- 
*/

.instant_three_section {
 padding-top: 30px;
 padding-bottom: 25px; 
}

.instant_three_section p{
 margin-top: 10px;
  letter-spacing: 0px;
  color: #0D2657;
  opacity: 1;
  font-family: "nimbus-sans";
  font-size: 20px;
}

.instant_three_section li{

 padding-bottom: 5px; 
}

.instant_three_fade_row>.col-lg-12 {
 /* padding-left: 0px;
 padding-right: 0px; */
 padding-bottom: 22px;
}

.instant_three_section .row .col-lg-4 {
 padding: 60px 40px; 
}

.instant_three_section .row .col-lg-4 h3 {
 text-transform: uppercase;
 opacity: 1;
 font-weight: bold;
 font-size: 28px;
 letter-spacing: 0;
 margin-bottom: 25px;
}

#completing_section_top_header p {
 letter-spacing: 0px;
 color: #2D5085;
 opacity: 1;
 font-size: 16px;
 margin-top: 10px;
 font-family: "nimbus-sans";
}

.instant_three_section .row .col-lg-4 p {
 letter-spacing: 0px;
 opacity: 1;
 font-family: "nimbus-sans";
 line-height: 22px;
 font-size: 20px;
 margin-bottom: 30px;
 min-height: 132px;
}

.instant_main_component p {
 color: white;
}

.free_main_component p {
 color: white;
}

.ab_main_component p {
 color: #2D5085; 
}

.instant_three_section .row .col-lg-4:nth-child(1) {
 background: #E3F2FC;
}

.instant_three_section.quote .row .col-lg-4 {
 background: #E3F2FC;
	margin: 0 1.5%;
	padding: 30px;
	width: 30%;
}

.emphasis {
	padding-bottom: 30px;
}

.emphasis p {
	font-weight: 700;
	font-style: italic;
	text-align: center;
}

.instant_three_section h2:before {
  position: absolute;
  content: "";
  width: 100px;
  border: 5px solid #FCA30F;
  top: -30px;
}

.instant_three_section h2 {
  position: relative;
  letter-spacing: 0px;
  color: #2D5085;
  text-transform: uppercase;
  opacity: 1;
  font-weight: bold;
  font-size: 40px;
  margin-top: 50px;
}

.instant_three_section h3 {
  position: relative;
  letter-spacing: 0px;
  color: #2D5085;
  text-transform: uppercase;
  opacity: 1;
  font-weight: bold;
  font-size: 30px;
  margin-top: 50px;
}

.instant_three_section h4 {
  position: relative;
  letter-spacing: 0px;
  color: #2D5085;
  text-transform: uppercase;
  opacity: 1;
  font-weight: bold;
  font-size: 24px;
  margin-top: 50px;
}


.instant_three_section ol {
  margin-top: 20px;
}
.instant_three_section ol li{
  margin-top: 20px;
}

/*
.instant_three_section .row .col-lg-4:nth-child(2) {
 background: #E3F2FC;
}

.instant_three_section .row .col-lg-4:nth-child(3) {
 background: #E3F2FC;
}
*/

.custom_details_button a {
 text-transform: uppercase;
 opacity: 1;
 letter-spacing: 0; 
 text-transform: uppercase;
 letter-spacing: 0px;
 padding: 10px 50px;
}

.instant_main_component .custom_details_button a {
 color: white;
 border: 4px solid white;
}

.instant_main_component .custom_details_button a:hover {
 background: white;
 color: #2D5085;
}

.custom_four_mini_component {
 justify-content: center;
}

.custom_four_mini_component .col-lg-4 {
 padding-top: 30px !important;
 padding-bottom: 45px !important;
}

.first_hrs_anger_component,
.third_hrs_anger_component,
.forth_main_anger_component {
 background: #E3F2FC;
 padding-top: 15px !important;
 padding-bottom: 30px !important;
 width: 31.5% !important;
}

.twice_hrs_anger_component {
  background: #E3F2FC;
  padding-top: 15px !important;
  padding-bottom: 30px !important;
  width: 31.5% !important;
}

p.top_sub_title {
 text-align: center;
 color: #2D5085;
 font-weight: bold;
 border-bottom: 1px solid #78B0DE;
 padding-bottom: 10px;
 font-size: 20px;
}

p.custom_price_component {
 letter-spacing: 0px;
 color: #2D5085;
 text-transform: uppercase;
 font-size: 55px;
 text-align: center;
 font-weight: normal;
 line-height: 50px;
 padding: 25px 0px;
 border-bottom: 1px solid #78B0DE;
 /* font-family: "nimbus-sans"; */
}

.mini_sub_des_componennt {
 text-align: center;
 letter-spacing: 0px;
 padding-top: 30px;
 padding-bottom: 30px;
 border-bottom: 1px solid #78B0DE;
}

.mini_sub_des_componennt p {
 font-family: "nimbus-sans";
 color: #2D5085;
 line-height: 26px;
 margin-bottom: 15px;
 font-size: 20px;
 max-width: 310px;
 text-align: center;
 margin: 15px auto 0px;
}

.mini_sub_des_componennt p strong {
 font-weight: bold;
}

.twice_hrs_anger_component p.top_sub_title,
.twice_hrs_anger_component .mini_sub_des_componennt {
 border-bottom: 1px solid #78B0DE;
}

.twice_hrs_anger_component p.custom_price_component {
 color: #2D5085;
 border-bottom: 1px solid #78B0DE;
}

.custom_four_mini_component .col-lg-4 {
 width: 31.5% !important;
}

/* 
---------------------------------------------
facts section CSS style
--------------------------------------------- 
*/

#facts_section .container {
 padding: 10% 12px 6%;
}

.facts_title_component h1 {
 position: relative;
 letter-spacing: 0px;
 color: #2D5085;
margin-top: 50px;
 text-transform: uppercase;
 opacity: 1;
 font-weight: bold;
 font-size: 40px;
}

.facts_title_component h1:before {
 position: absolute;
 content: "";
 width: 100px;
 border: 3px solid #FCA30F;
 top: -30px;
}

.facts_title_component h3 {
 position: relative;
 letter-spacing: 0px;
 color: #2D5085;
 text-transform: uppercase;
 opacity: 1;
 font-weight: bold;
 font-size: 24px;
}
.orderbutton {
  margin-top: 30px;
}
.facts_title_component h3:before {
 position: absolute;
 content: "";
 width: 100px;
 border: 3px solid #FCA30F;
 top: -30px;
}

.facts_main_component {
 margin-top: 30px;
}

.facts_main_component .row .col-md-4 {
 display: flex;
}

.facts_mini_component p {
 margin-top: 0px;
 letter-spacing: 0px;
 opacity: 1;
 font-family: "nimbus-sans";
 line-height: 30px;
 font-size: 20px;
 margin-bottom: 30px;
 color: #ffffff; 
}

.facts_mini_component {
 /* background: #E3F2FC; */
 padding: 50px 30px 0px 30px;
 border-radius: 5px; 
}

.facts_mini_component {
 background-image: url(../images/Feedback-Box-Shape.png);
 background-repeat: no-repeat;
 background-size: contain;
}

.facts_mini_image_conponent {
 display: flex;
}

.facts_mini_image_conponent img {
 width: 200px;
 margin: 0 auto;
}

.facts_client_name p {
 color: #FCA30F;
 font-family: "termina";
 font-weight: bold;
 margin-top: 20px;
 margin-bottom: 0px;
}

.third_message_up .facts_mini_component {
 padding-top: 20px;
 padding-bottom: 50px;
}

/* 
---------------------------------------------
Serve Menu Section CSS
--------------------------------------------- 
*/

#serve_menu_section {
 background: #E3F2FC;
}

#serve_menu_section .container {
 padding: 7% 12px 4%;
}

.serve_section_title h3 {
 position: relative;
 letter-spacing: 0px;
 color: #2D5085;
 text-transform: uppercase;
 opacity: 1;
 font-weight: bold;
 font-size: 26.5px;
}

.serve_section_title h3:before {
 position: absolute;
 content: "";
 width: 100px;
 border: 3px solid #FCA30F;
 top: -30px; 
}

.serve_section_menu_container {
 margin-top: 50px;
}

.serve_section_menu_component {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 align-items: flex-start;
}

.serve_menu_lists li a {
 font-family: 'nimbus-sans';
 letter-spacing: 0px;
 color: #2D5085;
 font-weight: normal;
 font-size: 22px;
}

.serve_menu_lists li a:hover {
 color: #FCA30F;
}
ul.footermenu {
  display: flex !important;
}
/* 
---------------------------------------------
About Style
--------------------------------------------- 
*/

#about {
 padding-top: 130px;
}

.about-left-image img {
 margin-right: 45px;
}

.about-right-content p {
 margin-top: 30px;
 margin-bottom: 45px;
}

.skills-content {
 position: relative;
 z-index: 1;
 margin-top: -50px;
 background-color: #f5f5f5;
 border-bottom-right-radius: 50px;
 border-bottom-left-radius: 50px;
 padding: 110px 0px 50px 0px;
}

.skill-item {
 text-align: center;
}

.progress {
 width: 150px;
 height: 150px;
 line-height: 150px;
 background: none;
 margin: 0 auto;
 box-shadow: none;
 position: relative;
}
.progress:after {
 content: "";
 width: 100%;
 height: 100%;
 border-radius: 50%;
 border: 5px solid #fff;
 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: 5px;
 border-style: solid;
 position: absolute;
 top: 0;
 border-color: #fd6a54;
}

.first-skill-item .progress .progress-bar {
 border-color: #fa65b1;
}

.second-skill-item .progress .progress-bar {
 border-color: #726ae3;
}

.third-skill-item .progress .progress-bar {
 border-color: #f58b56;
}

.progress .progress-left .progress-bar {
 left: 100%;
 border-top-right-radius: 75px;
 border-bottom-right-radius: 75px;
 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: 75px;
 border-bottom-left-radius: 75px;
 border-right: 0;
 -webkit-transform-origin: center right;
 transform-origin: center right;
}
.progress .progress-value {
 text-align: center;
 color: #2a2a2a;
 display: flex;
 width: 100%;
 border-radius: 50%;
 font-size: 35px;
 text-align: center;
 line-height: 25px;
 align-items: center;
 justify-content: center;
 height: 100%;
 font-weight: 700;
}
.progress .progress-value div {
 margin-top: 10px;
}
.progress .progress-value span {
 font-size: 18px;
 text-transform: none;
 color: #afafaf;
 font-weight: 300;
}

/* This for loop creates the necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
 animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
 animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
 animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
 animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
 animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
 animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
 animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
 animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
 animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
 animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
 animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
 animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
 animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
 animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
 animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
 animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
 animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
 animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
 animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
 animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
 0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
 }
 100% {
  -webkit-transform: rotate(36);
  transform: rotate(36deg);
 }
}
@keyframes loading-2 {
 0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
 }
 100% {
  -webkit-transform: rotate(72);
  transform: rotate(72deg);
 }
}
@keyframes loading-3 {
 0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
 }
 100% {
  -webkit-transform: rotate(108);
  transform: rotate(108deg);
 }
}
@keyframes loading-4 {
 0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
 }
 100% {
  -webkit-transform: rotate(144);
  transform: rotate(144deg);
 }
}
@keyframes loading-5 {
 0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
 }
 100% {
  -webkit-transform: rotate(180);
  transform: rotate(180deg);
 }
}
.progress {
 margin-bottom: 1em;
}

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services {
 padding-top: 130px;
 position: relative;
}

.services:after {
 content: '';
 background-image: url(../images/services-left-dec.jpg);
 background-repeat: no-repeat;
 position: absolute;
 left: 0;
 top: 0px;
 width: 786px;
 height: 1217px;
 z-index: 0;
}

.services:before {
 content: '';
 background-image: url(../images/services-right-dec.jpg);
 background-repeat: no-repeat;
 position: absolute;
 right: 0;
 top: 400px;
 width: 161px;
 height: 413px;
 z-index: 0;
}

.services .section-heading {
 text-align: center;
 margin-bottom: 80px;
}

.services .section-heading .line-dec {
 margin: 0 auto;
}

.services .naccs {
 position: relative;
 z-index: 1;
}

.services .icon {
 display: block;
 text-align: center;
 margin: 0 auto;
}

.services .naccs .menu div h4 {
 color: #fff;
 font-size: 15px;
 font-weight: 400;
 width: 100%;
}

.services .icon img {
 margin-bottom: 10px;
 max-width: 60px;
 min-width: 60px;
}

.services .naccs .menu {
 text-align: center;
 margin-bottom: 30px;
}

.services .naccs .menu div {
 color: #2a2a2a;
 margin: 0px;
 width: 15%;
 font-size: 20px;
 font-weight: 700;
 display: inline-block;
 text-align: center;
 cursor: pointer;
 position: relative;
 border-radius: 15px;
 transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services .naccs .menu div .thumb {
 display: inline-block;
 width: 100%;
 padding: 30px 0px;
 background-color: #fff;
}

.services .naccs .menu div.active {
 box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.services ul.nacc {
 height: 100% !important;
 position: relative;
 min-height: 100%;
 list-style: none;
 margin: 0;
 padding: 0;
 transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services ul.nacc li {
 opacity: 0;
 transform: translateX(-50px);
 position: absolute;
 list-style: none;
 transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services ul.nacc li.active {
 transition-delay: 0.3s;
 position: relative;
 z-index: 2;
 opacity: 1;
 transform: translateX(0px);
 box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
 background-color: #fff;
 border-radius: 15px;
 padding: 80px 120px 50px 120px;
}

.services ul.nacc li {
 width: 100%;
}

.services ul.nacc li .right-image img {
 max-width: 420px;
 float: right;
}

.services .nacc .thumb h4 {
 color: #2a2a2a;
 font-size: 20px;
 font-weight: 700;
 line-height: 35px;
 margin-bottom: 25px;
}

.services .nacc .thumb .main-white-button {
 text-align: right;
 margin-top: 40px;
}

.services .nacc .thumb .main-white-button a {
 background-color: #8d99af;
 color: #fff;
}

.services .nacc .thumb .main-white-button a i {
 background-color: #fff;
 color: #8d99af;
}

.services .left-text h4 {
 font-size: 20px;
 font-weight: 700;
 color: #fa65b1 !important;
}

.services .left-text p {
 margin-bottom: 30px;
}

.nacc .ticks-list span {
 display: inline-block;
 opacity: 1;
 margin-right: 45px;
 margin-bottom: 20px;
 font-size: 15px;
 font-weight: 400;
}

#course-top .border-first-button {
margin-top: 20px;
}


/* 
---------------------------------------------
Required to Take Section
--------------------------------------------- 
*/

.required-section h3 {
	padding-bottom: 30px;
	text-align: center;
}

.required-section h4 {
 	color: #2D5085;
	font-family: "nimbus-sans";
	font-size: 24px;
	font-weight: 700;
}

.required-section ul {
 	color: #2D5085;
	font-family: "nimbus-sans";
	font-size: 21px;
	padding-left: 20px;
}

.required-section li {
	list-style-type: disc;
	padding-left: 10px;
}

/* 
---------------------------------------------
Free Quote
--------------------------------------------- 
*/

.free-quote {
 background-image: url(../images/quote-bg.jpg);
 background-repeat: no-repeat;
 background-position: center center;
 background-size: cover;
 padding: 120px 0px;
 text-align: center;
 position: relative;
 z-index: 2;
 margin-top: 130px;
}

.free-quote .section-heading {
 margin-bottom: 60px;
}

.free-quote .section-heading h6,
.free-quote .section-heading h4 {
 color: #fff;
}

.free-quote .section-heading .line-dec {
 margin: 0 auto;
 background-color: #fff;
}

.free-quote form {
 background-color: #fff;
 display: inline-block;
 width: 100%;
 min-height: 80px;
 border-radius: 40px;
 position: relative;
 z-index: 1;
}

.free-quote form input {
 width: 100%;
 margin-top: 20px;
 margin-left: 30px;
 color: #afafaf;
 font-weight: 400;
 font-size: 15px;
 height: 40px;
 background-color: transparent;
 border-bottom: 1px solid #eee;
 border-top: none;
 border-left: none;
 border-right: none;
 position: relative;
 z-index: 2;
 outline: none;
}

.free-quote form button {
 width: 100%;
 height: 80px;
 border-top-right-radius: 40px;
 border-bottom-right-radius: 40px;
 outline: none;
 border: none;
 margin-left: 30px;
 background-color: #726ae3;
 font-size: 15px;
 color: #fff;
}


/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio {
 padding-top: 130px;
 overflow: hidden;
 position: relative;
}

.our-portfolio:before {
 content: '';
 background-image: url(../images/portfolio-right-dec.jpg);
 background-repeat: no-repeat;
 position: absolute;
 right: 0;
 top: 0px;
 width: 414px;
 height: 861px;
 z-index: 1;
}

.our-portfolio:after {
 content: '';
 background-image: url(../images/portfolio-left-dec.jpg);
 background-repeat: no-repeat;
 position: absolute;
 left: 0;
 top: 0px;
 width: 677px;
 height: 759px;
 z-index: 1;
}

.our-portfolio .section-heading {
 margin-bottom: 80px;
}

.our-portfolio .container-fluid {
 padding-right: 15px;
 padding-left: 15px;
 position: relative;
 z-index: 2;
}

.our-portfolio .item {
 position: relative;
 z-index: 222;
}

.portfolio-item {
 border-radius: 25px;
 box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
 margin: 15px;
}

.portfolio-item .thumb {
 position: relative;
 border-radius: 50px;
}

.portfolio-item:hover .down-content h4,
.portfolio-item:hover .down-content span {
 color: #fa65b1;
}

.portfolio-item .thumb img {
 border-top-right-radius: 23px;
 border-top-left-radius: 23px;
 overflow: hidden;
}

.portfolio-item .down-content {
 background-color: #fff;
 text-align: center;
 padding: 18px 0px;
 border-bottom-right-radius: 23px;
 border-bottom-left-radius: 23px;
}

.portfolio-item .down-content h4 {
 font-size: 20px;
 font-weight: 700;
 color: #2a2a2a;
 margin-bottom: 8px;
 transition: all .3s;
}

.portfolio-item .down-content span {
 font-size: 15px;
 color: #afafaf;
 transition: all .3s;
}

.our-portfolio .owl-nav {
 display: inline-block!important;
 position: absolute;
 top: -125px;
 right: 15%;
 max-width: 1320px;
}

.our-portfolio .owl-nav .owl-next {
 margin-left: 10px;
}

.our-portfolio .owl-nav span {
 width: 46px;
 height: 46px;
 display: inline-block;
 text-align: center;
 line-height: 46px;
 font-size: 30px;
 background-color: #eee;
 border-radius: 50%;
 color: #fff;
 transition: all 0.5s;
}

.our-portfolio .owl-nav span:hover {
 color: #fff;
 background-color: #fa65b1;
}


/* 
---------------------------------------------
Blog
--------------------------------------------- 
*/

.blog:before {
 content: '';
 background-image: url(../images/blog-left-dec.jpg);
 background-repeat: no-repeat;
 position: absolute;
 left: 0;
 top: 0px;
 width: 961px;
 height: 1020px;
 z-index: 0;
}

.blog {
 position: relative;
 padding-top: 130px;
}

.blog .section-heading {
 text-align: center;
 margin-bottom: 80px;
}

.blog .section-heading .line-dec {
 margin: 0 auto;
}

.show-up {
 position: relative;
 z-index: 200;
}

.blog-post {
 box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
 border-radius: 25px;
}

.blog-post .thumb img {
 border-top-right-radius: 23px;
 border-top-left-radius: 23px;
}

.blog-post .down-content {
 border-bottom-right-radius: 23px;
 border-bottom-left-radius: 23px;
 background-color: #fff;
 padding: 30px;
}

.blog-post .down-content span.category {
 font-size: 15px;
 color: #fff;
 padding: 8px 12px;
 background-color: #726ae3;
 border-radius: 18px;
 display: inline-block;
}

.blog-post .down-content span.date {
 font-size: 15px;
 color: #afafaf;
 text-align: right;
 float: right;
 margin-top: 4px;
}

.blog-post .down-content h4 {
 font-size: 20px;
 font-weight: 700;
 color: #2a2a2a;
 margin-top: 20px;
 margin-bottom: 20px;
 line-height: 30px;
}

.blog-post .down-content p {
 margin-bottom: 30px;
}

.blog-post .down-content span.author {
 font-size: 15px;
 color: #2a2a2a;
}

.blog-post .down-content span.author img {
 max-width: 56px;
 border-radius: 50%;
 margin-right: 15px;
}

.blog-post .down-content .border-first-button {
 display: inline-block;
 float: right;
}

.blog-posts {
 margin-left: 30px;
}

.post-item {
 margin-bottom: 62px;
}

.last-post-item {
 margin-bottom: 0px;
}

.post-item .thumb {
 display: inline-block;
 float: left;
 margin-right: 30px;
}

.post-item .thumb img {
 border-radius: 23px;
 display: inline-block;
}

.post-item .right-content {
 padding-top: 20px;
}

.post-item .right-content span.category {
 font-size: 15px;
 color: #fff;
 padding: 8px 12px;
 background-color: #726ae3;
 border-radius: 18px;
 display: inline-block;
}

.post-item .right-content span.date {
 font-size: 15px;
 color: #afafaf;
 text-align: right;
 float: right;
 margin-top: 4px;
}

.post-item .right-content h4 {
 font-size: 20px;
 font-weight: 700;
 color: #2a2a2a;
 margin-top: 20px;
 margin-bottom: 20px;
 line-height: 30px;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-us {
 padding-top: 130px;
}

.contact-us .section-heading .line-dec {
 margin: 0 auto;
}

.contact-us .section-heading {
 text-align: center;
 margin-bottom: 80px;
}


form#contact:before {
 background-image: url(../images/contact-top-right.png);
 position: absolute;
 right: 0;
 top: 0;
 width: 726px;
 height: 78px;
 background-repeat: no-repeat;
 content: '';
 z-index: 1;
}

.contact-dec img {
 max-width: 224px;
 position: absolute;
 right: 25px;
 top: -242px;
}

form#contact:after {
 background-image: url(../images/contact-bottom-right.png);
 position: absolute;
 right: 0;
 bottom: 0;
 width: 532px;
 height: 106px;
 background-repeat: no-repeat;
 content: '';
 z-index: 1;
}

form#contact {
 box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
 position: relative;
 background-color: #fff;
 border-radius: 23px;
 text-align: center;
}

form#contact #map iframe {
 border-top-left-radius: 23px;
 border-bottom-left-radius: 23px;
 margin-bottom: -7px;
 position: relative;
 z-index: 2;
}

.fill-form {
 padding: 80px 60px 80px 30px;
}

.fill-form .info-post {
 margin-bottom: 20px;
}

.fill-form .icon {
 text-align: center;
 box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
 border-radius: 23px;
 padding: 25px 15px;
}

.fill-form .icon img {
 max-width: 60px;
 display: block;
 margin: 0 auto;
}

.fill-form .icon a {
 margin-top: 15px;
 display: inline-block;
 font-size: 15px;
 font-weight: 500;
 color: #2a2a2a;
 transition: all .3s;
}

.fill-form .icon:hover a {
 color: #fa65b1;
}

form#contact input {
 width: 100%;
 height: 46px;
 background-color: transparent;
 border: 1px solid #eee;
 outline: none;
 font-size: 15px;
 font-weight: 300;
 color: #2a2a2a;
 padding: 0px 20px;
 border-radius: 23px;
 margin-top: 30px;
}

form#contact input::placeholder {
 color: #aaa;
}

form#contact textarea {
 width: 100%;
 min-width: 100%;
 max-width: 100%;
 max-height: 200px;
 min-height: 200px;
 height: 200px;
 border-radius: 23px;
 background-color: transparent;
 border: 1px solid #eee;
 outline: none;
 font-size: 15px;
 font-weight: 300;
 color: #2a2a2a;
 padding: 15px 20px;
 margin-top: 30px;
}

form#contact textarea::placeholder {
 color: #aaa;
}

form#contact button {
 display: inline-block;
 background-color: #fff;
 font-size: 15px;
 font-weight: 400;
 color: #fa65b1;
 margin-top: 30px;
 width: 100%;
 text-transform: capitalize;
 padding: 12px 25px;
 border-radius: 23px;
 letter-spacing: 0.25px;
 border: 1px solid #fa65b1;
 transition: all .3s;
 outline: none;
}

form#contact button:hover {
 background-color: #fa65b1!important;
 color: #fff!important;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer #footer_main_section {
 background: #2D5085;
}

#footer_main_section .container-fluid {
 background: #2D5085;
 padding: 60px 12px 38px;
}

.footer_main_container_component1 img {
 max-width: 518px;
}

.footer_main_container_component1 p {
 color: #FFFFFF;
 font-family: 'nimbus-sans';
 letter-spacing: 0px;
 font-weight: normal;
 font-size: 14px;
 text-align: left;
 line-height: 23px;
}

.footer_main_container {
 width: 85%;
}

footer p {
 text-align: center;
 margin: 20px 0px;
 color: #fff;
}

footer p a {
 color: #fff;
 transition: all .5s;
}

.footer_main_container_component2 h3 {
 letter-spacing: 0px;
 color: #FCA30F;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 25px; 
}

.footer_main_container_component2 ul {
 margin-top: 0px;
}

.footer_main_container_component2 ul li {
 margin-bottom: 20px;;
}

.footer_main_container_component2 ul li a {
 letter-spacing: 0px;
 color: #FFFFFF;
 text-transform: uppercase;
 opacity: 1;
 font-weight: bold;
 font-size: 12px;
 line-height: 20px;
}
ul.footermenu li:last-child {
  background: #f8a300;
  padding: 10px 30px !important;
}

ul.footermenu li {
  padding: 10px 12px !important;
}
ul.footermenu li a{
  color: #fff !important;
}
.footer_main_container_component2 ul li a:hover {
 color: #FCA30F;
}

.footer_main_container_component3_content {
 display: flex;
 align-items: flex-start;
}

.footer_main_container_component3_right {
 margin-left: 30px;
}

.footer_main_container_component3_right_title {
 font-size: 27px;
 font-weight: bold;
 letter-spacing: 0px;
 color: #FCA30F;
 text-transform: uppercase;
 opacity: 1; 
}

.footer_main_container_component3_right_main {
 display: flex;
 align-items: flex-end;
 justify-content: space-between;
}

.footer_main_container_component3_right_main p {
 text-align: left;
 text-transform: uppercase;
 font-weight: bold;
}

.footer_main_container_component3_right_price {
 display: flex;
 flex-wrap: wrap;
}

.footer_main_container_component3_right_price a {
 display: inline-block !important;
 border: 3px solid #FCA30F;
 letter-spacing: 0px !important;
 color: #FCA30F !important;
 text-transform: uppercase;
 opacity: 1;
 border-radius: 0;
 padding: 10px 30px !important;
 font-size: 17px;
 font-weight: bold !important;
 transition: all .5s;
 width: 100%;
}

.footer_main_container_component3_right_price a:hover {
 color: white !important;
 background-color: #FCA30F;
}

footer .footer_bottom_container {
 background: #0D2657;
}

footer .footer_bottom_container {
 text-align: center;
}

#footer_bottom_container {
 padding-top: 25px;
 padding-bottom: 25px;
}

.footer_bottom_container li {
 display: inline;
 color: white;
}

.footer_bottom_container li a {
 color: white;
 font-size: 14px;
 font-family: 'nimbus-sans';
}

.footer_bottom_container li a:hover {
 color: #FCA30F;
}

.footer_bottom_container p {
 margin-top: 0px;
 margin-bottom: 0px;
 font-size: 14px;
 font-family: 'nimbus-sans';
}

/* 
---------------------------------------------
Custom Mobile responsive
--------------------------------------------- 
*/

@media (max-width: 1600px) and (min-width: 1400px) {
 .custom_header_container,
 .footer_main_container {
  width: 95%;
 }
}

@media (max-width: 1600px) and (min-width: 992px) {

 .instant_three_section .row .col-lg-4 h3 {
  font-size: 20px;
 }

 .instant_three_section .row .col-lg-4 p {
  font-size: 16px;
  /* min-height: 154px; */
 }

 .instant_main_component .custom_details_button a {
  padding: 10px;
 }
}

@media (max-width: 1600px) and (min-width: 1201px) {
 .instant_three_section .row .col-lg-4 p {
  min-height: 154px;
 }
}

@media (max-width: 1201px) and (min-width: 993px) {
 .instant_three_section .row .col-lg-4 p {
  min-height: 200px;
 }
}

@media (max-width: 1399px) {
 /* .custom_header_container,
 .footer_main_container {
  width: 95%;
  margin: 0 auto;
 } */
}

@media (max-width: 1399px) and (min-width: 1200px) {
 .custom_header_container,
 .footer_main_container {
  width: 95%;
  margin: 0 auto;
 }

 .header-area .main-nav .nav li a {
  font-size: 10px;
 }
ul.nav .login a {
  color: #fff !important;
  padding: 0px 20px;
}
ul.nav .login {
  background: #FCA30F;
}
  
}

@media (max-width: 1200px) {

 .custom_header_container,
 .footer_main_container {
  width: 100%;
  margin: 0 auto;
 }

 .header-area .main-nav .logo h4 {
  font-size: 24px;
 }
 .header-area .main-nav .logo h4 img {
  max-width: 25px;
  margin-left: 0px;
 }

 .header-area .main-nav .menu-trigger span {
  background-color: #2D5085;
 }

 /* .header-area .main-nav .menu-trigger {
  display: block !important;
 } */

 .header-area .main-nav .menu-trigger span:before,
 .header-area .main-nav .menu-trigger span:after {
  color: #2D5085;
 }
}

@media (max-width: 1200px) and (min-width: 768px) {

 .custom_header_container,
 .footer_main_container {
  width: 100%;
  margin: 0 auto;
 }

 .header-area .main-nav .nav li a {
  font-size: 8px;
 }

 a.logo img {
  width: 50%;
 }
}

@media (max-width: 992px) {
 .intro-banner:before {
  display: none;
 } 
 form#contact {
  overflow: hidden;
 }
 .header-area .main-nav .logo h4 {
  font-size: 20px;
 }
 .main-banner .left-content {
  margin-right: 0px;
 }
 .main-banner {
  text-align: center;
  padding: 50px 0px 30px 0px;
 }
 .main-banner:before {
  display: none;
 }
 .main-banner .right-image {
  margin: 30px auto 0px auto;
  text-align: center;
 }
 .features-item {
  margin-bottom: 45px;
 }
 .last-features-item,
 .last-skill-item {
  margin-bottom: 0px !important;
 }
 .skill-item {
  margin-bottom: 30px;
 }
 .about-left-image img {
  margin-right: 0px;
  margin-bottom: 45px;;
 }
 .services .naccs .menu div {
  font-size: 15px;
  font-weight: 500;
 }
 .service-item {
  text-align: center;
 }
 .service-item .icon {
  margin-top: 0px;
  margin-bottom: 30px;
 }
 .about-us .left-image {
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 45px;
 }
 .blog-posts {
  margin-left: 0px;
  margin-top: 30px;
 }
 .post-item {
  margin-bottom: 70px;
 }
 .our-portfolio .owl-nav {
  display: none !important;
 }
 .contact-info {
  margin-top: 60px;
 }
 form#contact {
  padding: 45px;
 }

 .main-banner {
  background-image: url(../images/mobile_banner.png);
  background-size: contain;
  min-height: 600px;
  background-position: bottom left 50px;
 }
}

.mobile_video_section {
 display: none;
}

.workplace_main_item_question img {
 display: none;
}
#nations .boxsec:hover {
 cursor:pointer;
 background-color: #609efb;
}
#nations .boxsec p , div#nations .boxsec{
 transition: all .3s ease;
}
#nations .boxsec:hover p{
 cursor:pointer;
 transform: scale(1.07);
}

@media (max-width: 767px) {

 .main-banner .container {
  padding: 10% 15px 10%;
 }

 .custom_header_container,
 .footer_main_container {
  width: 100%;
  margin: 0 auto;
 }

 .header-area .main-nav .logo h4 {
  font-size: 30px;
 }
 .header-area .main-nav .logo h4 img {
  max-width: 30px;
  margin-left: 5px;
 }
 .main-banner .info-stat {
  margin-bottom: 15px;
 }
 .service-item {
  text-align: center;
  padding: 30px;
 }
 .service-item .icon {
  float: none;
  margin-right: 0px;
  margin-bottom: 15px;
 }
 .service-item .right-content {
  display: inline-block;
 }
 .services .naccs .menu div .thumb {
  padding: 5px;
 }
 .services .icon img {
  margin: 0px;
 }
 .services ul.nacc li.active {
  padding: 45px;
 }
 .services .naccs .menu div {
  font-size: 0px;
 }
 .services ul.nacc li .right-image img {
  float: none;
 }
 .our-portfolio .section-heading,
 .about-us .section-heading,
 .about-us .about-item,
 .about-us p,
 .about-us .main-green-button {
  text-align: center;
 }
 .our-portfolio .section-heading .line-dec {
  margin: 0 auto;
 }
 .our-services .section-heading {
  margin-left: 15px;
  margin-right: 15px;
 }
 .free-quote form input {
  margin-left: 0px;
  padding: 0px 30px;
 }
 .free-quote form button {
  margin-left: 0px;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 0px;
 }
 .blog-posts {
  margin-left: 0px;
  margin-top: 30px;
 }
 .post-item {
  margin-bottom: 30px;
 }
 .post-item .thumb img {
  max-width: 140px;
 }
 .post-item .right-content p {
  display: none;
 }
 .about-us .about-item {
  margin-top: 15px;
 }
 form#contact {
  padding: 30px;
 }

 /*.main-banner .left-content h2:before, .left-content h2:before {*/
 /* border: 3px solid #FCA30F;*/
 /* top: -15px;*/
 /*}*/
 .main-banner .left-content h2:before, .left-content h2:before {
  border: 2px solid #FCA30F;
  top: -15px;
  width: 60px;
}

 .main-banner .left-content h2 {
  font-size: 20px;
  text-align: left;
  line-height: 24px;
  margin-bottom: 5px;
 }

.main-banner .left-content h1:before, .left-content h1:before {
  border: 2px solid #FCA30F;
  top: -15px;
  width: 60px;
}

.main-banner .left-content h1 {
  font-size: 20px;
  text-align: left;
  line-height: 24px;
  margin-bottom: 5px;
 }

.instant_three_section h2 {
  font-size: 16px;
  line-height: 21px;
}
	
.required-section h3 {
	font-size: 16px;
  line-height: 21px;	
}
	
.instant_three_section h3 {
	font-size: 16px;
  line-height: 21px;	
}
	
.required-section h4 {
	font-size: 16px;
  line-height: 21px;	
}
	
.required-section li {
	font-size: 14px;
  line-height: 21px;	
}
	
.instant_three_section.quote .row .col-lg-4 {
 	background: #E3F2FC;
	margin: 10px 2.5%;
	padding: 30px;
	width: 95%;
}
	
.facts_title_component h1:before {
  border: 2px solid #FCA30F;
  top: -15px;
  width: 60px;
}

.instant_three_section p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 21px;
}

.facts_title_component h1 {
  font-size: 20px;
  text-align: left;
  line-height: 24px;
  margin-bottom: 5px;
 }
 
 .left-content {
  padding: 0px 15px;
 }

 .main-banner .left-content p {
  font-size: 15px;
  line-height: 21px;
  text-align: left;
  margin-bottom: 10px;
  letter-spacing: 0px;
 }

 .border-first-button {
  text-align: left;
 }

 .border-first-button a {
  font-size: 12px;
  padding: 12px 30px !important;
  text-align: left;
  border: 3px solid #FCA30F;
  /* background: white; */
 }

 #nations {
  padding: 30px 15px;
 }

 .nations_details h2 {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
 }

 .nations_details h3 {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
 }

.quote-bar h3 {
font-size: 13px;
}

 #nations_details p {
  font-size: 13px;
  line-height: 17px;
  text-align: left;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 20px;
 }

 #nations_details .border-first-button {
  text-align: left;
 }

 #video_section .container {
  padding-top: 55px;
  padding-bottom: 30px;
  background: #E3F2FC;
 }

#video_section_top {
  padding-bottom: 30px;
  background: #E3F2FC;
background-image: none;
 }

 #video_section h2 {
  font-size: 16px;
  line-height: 21px;
 }

 #video_section_course h2 {
  font-size: 16px;
  line-height: 21px;
 }

 .video_section_description p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 21px;
 }

/*
 .video_section_description p:nth-child(2) {
  display: none;
 }
*/

.step-box-3rd li {
  font-size: 14px;
  line-height: 21px;
}

 .border-second-button {
  margin-top: 15px;
 }

 .border-second-button a {
  font-size: 14px;
  line-height: 20px;
 }

 .completing_section h3:before {
  border: 3px solid #FCA30F;
  top: -15px;
 }

 .completing_section {
  padding: 0px 15px;
 }

 #completing_section .container {
  padding-top: 62px;
 }

 .completing_section h3,
 .completing_section h2 {
  font-size: 16px;
  line-height: 21px;
 }

 .completing_section_title {
  margin-bottom: 39px;
 }

 .completing_section_component {
  margin-top: 0px;
 }

 .completing_section_component .col-lg-3 p {
  margin-top: 0px;
  font-size: 14px;
  line-height: 20px;
  margin-left: 30px;
  text-align: left;
 }

 .completing_section_component .row .col-lg-3 {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-start;
  align-items: center;
 }

 .completing_section_component .col-lg-3 img {
  min-width: 60px;
  height: auto;
  object-fit: contain;
  display: flex;
  margin-top: 6px;
  max-width: 60px;
  margin-left: 0px;
  margin-right: 0px;
 }

 .completing_section_component2 .col-lg-3 img {
  max-width: 60px !important;
 }

 .instant_three_section {
  /* border-bottom: 10px solid #FCA30F; */
  padding-top: 10px;
  padding-bottom: 0px;
 }

 .completing_section_top_header {
  padding: 15px 15px;
 }

.custom_four_mini_component {
  display: block;
  margin-top: 20px;
}

 .custom_four_mini_component .col-lg-3 {
  width: 100% !important;
  margin: 0px !important;
  margin-bottom: 10px !important;
  padding-bottom: 30px !important;
 }

 .instant_three_fade_row>.col-lg-12 {
  padding-bottom: 0px !important;
 }

 .instant_three_section .row .col-lg-4 {
  padding: 39px 27px 60px;
 }

 .instant_three_section .row .col-lg-4 h3 {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 13px;
 }

 .instant_three_section .row .col-lg-4 p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 35px;
  min-height: auto;
 }

 #facts_section {
  padding-left: 15px;
  padding-right: 15px;
 }

 #facts_section .container {
  padding-top: 70px;
  padding-bottom: 50px;
 }

 .facts_title_component h3:before {
  border: 3px solid #FCA30F;
  top: -15px;
 }

 .facts_title_component h3 {
  font-size: 16px;
  line-height: 21px;
 }

 .third_message_up .facts_mini_component {
  padding: 30px;
  padding-bottom: 40px;
 }

 .facts_mini_component {
  padding: 30px;
  background-size: cover;
  position: relative;
  padding-bottom: 76px;
 }

 .facts_mini_component p {
  font-size: 14px;
  line-height: 20px;
 }

 .second_message_up,
 .third_message_up {
  margin-top: 50px;
 }



 #workplace_section {
  padding: 0px 15px;
 }

 #workplace_section>.container {
  padding-top: 70px;
 }

 .workplace_title_component h3:before {
  border: 3px solid #FCA30F;
  top: -15px;
 }

 .workplace_title_component h3 {
  font-size: 16px;
  line-height: 21px;
 }

 .workplace_main_item_answer {
  width: 100%;
  margin: 0;
  padding: 20px;
  font-size: 14px;
 }

 .workplace_main_item_answer p {
  font-size: 14px;
  line-height: 20px;
 }

 .workplace_main_item_container {
  margin-top: 30px;
 }

 .award_winning_section .row {
  display: block;

 }

.mobile_video_section {
  display: block;
  background-image: url(../images/why_choose_bg.webp);
  min-height: 317px;
  background-size: cover;
  background-position: right;
}

.mobile_video_section_top {
  display: block;
  background-image: url(../images/Why-Choose-Background-Image-Desktop.webp);
  min-height: 317px;
  background-size: cover;
  background-position: right;
}

 .mobile_video_section .container,
 .container {
  width: 100%;
  max-width: 100%;
 }

 .desktop_video_component {
  display: none;
 }

 .mobile_video_section video {
  padding: 0px;
 }

 .mobile_hide {
  display: none;
 }

 #ordering_section .row .col-lg-7 {
  order: 2;
  padding-top: 90px;
 }

 #ordering_section .row .col-lg-4 {
  order: 1;
  margin: 0 auto !important;
 }

 .order_right_image_component {
  width: 250px;
  height: 250px;
  margin: 0 auto;
 }

 .order_right_image_component img {
  width: 150px;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
 }

 .ordering_section {
  padding-top: 45px;
  padding-bottom: 60px;
 }

 .ordering_section_title h3:before {
  border: 3px solid #FCA30F;
  top: -15px;
 }

 .ordering_section_title h3 {
  font-size: 16px;
  line-height: 21px;
 }

 .ordering_section_title p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 20px;
 }

 .order_prioce_main_component {
  margin-top: 10px;
 }

 #serve_menu_section {
  padding: 0px 15px;
 }

 #serve_menu_section .container {
  padding-top: 70px;
  padding-bottom: 50px;
 }

.serve_section_title h3:before {
  border: 2px solid #FCA30F;
  top: -15px;
  width: 60px;
}

 .serve_section_title h3 {
  font-size: 16px;
  line-height: 21px;
 }

 .serve_section_menu_container {
  margin-top: 18px;
 }

 .serve_menu_lists li a {
  font-size: 14px;
  line-height: 20px;
 }

 .serve_section_menu_component {
  display: block;
  column-count: 2;
 }

.step-box {
margin: 2.5%;
width: 95%;
}

.step-box-3rd {
margin: 2.5%;
width: 95%;
}

#course-top .col-8,
#course-top .col-4 {
margin: 2.5%;
width: 95%;
}

.step-box p {
font-size: 13px;
}

.fake-header {
font-size: 16px;
}

 .footer_main_section {
  padding: 0px 15px;
 }

 #footer_main_section .container-fluid {
  padding-top: 50px;
  padding-bottom: 50px;
 }

 .footer_main_container_component2 {
  margin: 0px;
  margin-top: 30px;
 }

 .footer_main_container_component2 h3 {
  font-size: 16px;
  line-height: 19px;
 }

 .footer_main_container_component2 ul li {
  margin-bottom: 10px;
 }

 .footer_main_container_component2 ul {
  margin-top: 10px;
 }

 .footer_main_container_component2 ul li a {
  font-size: 10px;
  line-height: 12px;
 }

 .footer_main_container_component3 {
  margin-top: 0px;
 }

 .footer_main_container_component3_content {
  display: block;
 }

 .footer_main_container_component3_left {
  position: relative;
  clear: both;
  width: 247px;
  height: 247px;
  background: #FCA30F;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
 }

 .footer_main_container_component3_left img {
  position: absolute;
  width: 150px;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  clear: both;
  top: 40px;
  /* width: 200px; */
  margin: 0 auto;

 }

 .footer_main_container_component3_right {
  margin-left: 0;
  margin-top: 30px;
 }

 .footer_main_container_component3_right_title {
  font-size: 16px;
  line-height: 21px;
 }

 .footer_main_container_component3_right_main p {
  margin-top: 14px;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
 }

 .footer_main_container_component3_right_price {
  margin-top: 10px;
  margin-bottom: 0px;
 }

 .workplace_main_item_question {
  background-image: none;
  background-color: #2D5085; 
  padding: 15px;
  margin-bottom: 0px;
 }

 .workplace_main_item_question h3 {
  text-indent: 0px;
  font-size: 14px;
  line-height: 18px;
  margin-left: 15px;
 }

 .workplace_main_item_question img {
  display: block;
  max-width: 72px;
  min-width: 72px;
 }

 #video_section {
  min-height: auto;
 }

 .facts_mini_component:after {
  /* content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  background-image: url(../images/comment_mobile_icon.png);
  bottom: -29px;
  background-position: center center;
  background-size: cover; */
 }

 .mini_sub_des_componennt p {
  font-size: 16px;
  line-height: 20px;
  max-width: 100%;
 }

.mini_sub_des_componennt {
  padding-top: 15px;
  padding-left: 60px;
  padding-right: 60px;
}

 .facts_mini_component {
  max-width: 315px;
 }

  
  ul.footermenu{
    display:block !important;
  } 
  ul.footermenu li:last-child {
  width: 110px;
} 
ul.footermenu li {
  padding: 4px 12px !important;
}
div#facts_section .container .row {
  flex-direction: column-reverse;
}
 div#facts_section .video_section_description {
  margin-bottom: 30px;
}  
.first-box{
  display:block !important;
  margin-top: 0px;
}
.first-box .boxsec {
  width: 100% !important;
  height: auto;
  margin-bottom: 20px;
}  
.newlearn {
  padding-top: 70px !important;
  padding-bottom: 80px !important;
  margin-bottom: 50px;
}
div#completing_section .completing_section_component .col-lg-4.col-sm-6 img {
  width: 25%;
  height: 70%;
  object-fit: scale-down;
  margin: 0;
}
div#completing_section .completing_section_component .col-lg-4.col-sm-6 p {
  margin-top: 0;
  align-items: center;
  display: flex;
  font-size: 14px;
  text-align: left;
}
div#completing_section .completing_section_component .col-lg-4.col-sm-6 {
  display: flex;
  justify-content: flex-start !important;
  gap: 30px;
  margin-bottom: 10px;
}  
div#completing_section .completing_section_component2 .col-lg-4.col-sm-6:nth-child(2) img {
  width: 80%;
}
 div#completing_section .completing_section_component2 .col-lg-4.col-sm-6:nth-child(1) img {
  width: 29%;
}  
div#completing_section {
  padding: 0px 0 50px;
}
.main-banner .left-content p br {
  display: none;
}  
.border-first-button.hide {
  display: none;
}
#course-top .border-first-button {
  display: inherit;
}
 .nations_details h3 span {
  display: block;
}  
#nations_details p {
  padding-right: 110px;
}
.facts_title_component h3:before {
  border: 2px solid #FCA30F;
  top: -15px;
  width: 60px;
}  
.first-box .boxsec p {
  font-size: 15px;
  line-height: 25px;
}
ul.submenu {
  position: relative;
  display: block !important;
  padding-left: 30px;
}  
}

@media (max-width: 768px) and (min-width: 400px) {
 .main-banner {
  background-image: url(../images/MobileFirstsecimage.webp);
  background-size: contain;
  min-height: 430px;
  background-position: bottom left 0px;
 }
}

/* .main-banner {
 background-image: url(../images/mobile_banner_bg.png);
 background-size: contain;
 min-height: 530px;
 background-position: bottom left 10px;
} */

@media (max-width: 399px) {
 .main-banner {
  background-image: url(../images/mobile_banner_bg.png);
  background-size: contain;
  min-height: 430px;
  background-position: bottom left 10px;
 }
}
