
  @import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&amp;family=Playfair+Display:wght@700&amp;family=Poppins:wght@400;500;600;700&amp;display=swap');



  /*----owl-carousel css----*/
  @import url('owl.carousel.css');
  @import url('owl.theme.css');
  @import url('animate.css');





  /*------------------- Theme Title ------------------*/
  .arch-title .main-title {font-family: 'Poppins', sans-serif; font-weight:700;}
  .arch-title .line {display: inline-block;position: relative;}
  .arch-title .line:before {
    content: '';
    width: 0;
    height: 3px;
    background: #233D63;
    border-radius: 5px;
    position: absolute;
    right: -175px;
    bottom: 10px;
    transition: all 0.8s ease-out;
  }
  .arch-title.show-pr .line:before {width: 170px;}
  .theme-title-one,.theme-title-two {position: relative;}

  .theme-title-one .main-title {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    line-height: 55px;
    color: #233D63;
  }
  .theme-title-one.studio-title .main-title {
    font-size: 72px;
    font-weight: 600;
    line-height: 75px;
    color: #202020;
  }
  .theme-title-one.title-underline .main-title {text-decoration: underline;}
  .theme-title-one .bottom-title {
    font-size: 20px;
    color: #546886;
    padding-top: 20px;
  }
  .theme-title-one.upper-bar {padding-top: 22px;}
  .theme-title-one.upper-bar:before {
    content: '';
    width: 50px;
    height: 4px;
    border-radius: 5px;
    background: #ff7300;
    position: absolute;
    top:0;
    left: 0;
  }
  .theme-title-one.upper-bar.text-center:before {left:50%;  margin-left: -25px;}
  .theme-title-one .icon-box {display: inline-block;margin-bottom: 25px; position: relative;}
  .theme-title-one .icon-box .bg-shape {
    transform: rotate(-90deg);
    transition: all 1s ease-out;
  }
  .theme-title-one .icon-box.show-pr .bg-shape {transform: rotate(0deg);}
  .theme-title-one .icon-box .icon {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50% , -50%);
  }
  .theme-title-one.arch-title .upper-title {color: #aeaeae;}
  .theme-title-two {
    position: relative;
    font-size: 130px;
    color: #fff;
  }
  .theme-title-two:first-letter {
    text-transform: uppercase;
    font-size: 300px;
    text-shadow: 2px -0.9px 0px rgba(225, 163, 76, 1);
    color: #1d2046;
    padding-right: 15px;
  }
  .theme-title-two span {color: #e1a34c;}
  .theme-title-three {padding: 0 145px;}
  .theme-title-three .title {
    font-size: 44px;
    line-height: 60px;
    color: #3e3e3e;
  }
  .theme-title-three p {
    font-size: 24px;
    line-height: 40px;
    color: #798598;
    padding-top: 45px;
  }
  .theme-title-four {
    font-size: 72px;
    line-height: 85px;
    color: #202020;
    font-weight: 600;
  }
  .theme-title-four span {position: relative; display: inline-block;}
  .theme-title-four span:before {
    content: '';
    width: 100%;
    height: 76%;
    position: absolute;
    top:20px;
    left:0;
    background: rgba(255,221,79,0.3);
    z-index: -1;
  }
  .theme-title-four span:after {
    content: '';
    width: 120px;
    height: 3px;
    position: absolute;
    background: #202020;
    top:55%;
    right: -150px;
  }
  /*------------------- Theme Pagination ------------------*/
  .theme-pagination-one ul {
    display: inline-block;
    margin: 0 -10px;
  }
  .theme-pagination-one ul li {float: left;padding: 0 10px;}
  .theme-pagination-one ul li a {
    font-size: 24px;
    color: #4f4f4f;
    line-height: 40px;
  }
  .theme-pagination-one ul li a .icon {font-size: 30px;}
  .theme-pagination-one ul li.active a {cursor: default;}
  /*----------------------- Theme Main Menu --------------------*/
  #mega-menu-holder {position: static;}
  #mega-menu-holder .img-box {display: block; text-align: center;}
  #mega-menu-holder .img-box .img {
    display: block;
    overflow: hidden;
    background: #000;
    box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 0.5);
  }
  #mega-menu-holder .img-box .img img {width: 100%;}
  #mega-menu-holder .img-box:hover .img img {opacity: 0.7;transform: scale3d(1.1,1.1,1);}
  #mega-menu-holder .img-box .text {
    font-size: 15px;
    letter-spacing: 1px;
    display: block;
    color: #212121; 
    padding-top: 10px;
  }
.theme-main-menu {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    padding: 30px 0;
    background-color: #ec7135;
    box-shadow: 0px 0px 18px rgb(147 146 146 / 15%);
  
}
.theme-menu-one .logo {
    position: absolute;
    top: 0;
    width: 190px;
    z-index: 3;
    background-color: #fff;
    height: 100%;
}
  .theme-menu-one .logo a {display: block;}
  .theme-menu-one .navbar-nav .nav-item .nav-link {color: #fff;}
  .theme-menu-one .navbar-nav .nav-item:first-child .nav-link {margin-left: 0;}
  .theme-menu-one .header-right-widget {
    position: absolute;
    top:52px;
    right: 60px;
    z-index: 1;
  }

  .skiptranslate {display: none !important;}
  .theme-menu-one .header-right-widget .language-switcher .dropdown-menu ul li a:hover {padding-left: 20px;}
  .theme-menu-one .header-right-widget .language-switcher .dropdown-toggle::after {color: #233D63;}
  .theme-menu-one .header-right-widget .call-us {font-size: 20px;color: #A2ADBD;}
  .theme-menu-one .header-right-widget .call-us a {font-size: 24px;margin-left: 15px;}
  /*----------------- SASS MENU ---------------------*/
  .theme-menu-one.d-align-item .navbar-nav .nav-item:hover .nav-link,
  .theme-menu-one.d-align-item .navbar-nav .nav-item.active .nav-link,
  .theme-menu-one.d-align-item .navbar .dropdown-item:focus,.theme-menu-one.d-align-item .navbar .dropdown-item:hover,
  .theme-menu-one.d-align-item .navbar .dropdown-submenu.dropdown:hover>.dropdown-item,.theme-menu-one.d-align-item .navbar .navbar-toggler,
  .theme-menu-one.d-align-item .navbar .mega-dropdown-list li a:hover,
  .theme-menu-one.d-align-item .navbar .mega-dropdown-list li a:hover .icon {color: #f569f8;}
  .theme-menu-one.d-align-item .navbar .mega-dropdown-list li a:hover .svg path {fill: #f569f8;}
  .theme-menu-one.d-align-item .navbar-nav .nav-item .nav-link {padding-bottom: 0;}
  .theme-menu-one.d-align-item .navbar-nav .nav-item .nav-link:before {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    left:1px;
    bottom: 5px;
    z-index: -1;
    background: #f569f8;
    transition: width 0.3s ease-out;
  }
  .theme-menu-one.d-align-item .header-right-widget .call-us a {color: #bebebe; margin-left: 0;}
  .theme-menu-one.d-align-item .header-right-widget .call-us a:hover {color: #f569f8;}
  .theme-menu-one.d-align-item .navbar-nav .nav-item .nav-link:hover:before,
  .theme-menu-one.d-align-item .navbar-nav .nav-item.active .nav-link:before {width: 100%;}
  .theme-menu-one.d-align-item #mega-menu-holder {margin-right: 125px;}
  .theme-menu-one.d-align-item .header-right-widget {right: auto; left: 15%;}
  .theme-menu-one.d-align-item .logo {top:45px;left:75px;width: 63px;}
  .theme-menu-one.d-align-item .navbar-nav .login-button a {
    width: 150px;
    line-height: 50px;
    background: #fef9da;
    border-radius: 3px;
    font-size: 18px;
    color: #ead24c;
    text-align: center;
    margin-top: -12px;
  }
  .theme-menu-one.d-align-item .navbar-nav .login-button a:hover {background: #f569f8;color: #fff;}
  .theme-menu-one.d-align-item .navbar-nav .login-button-two a {
    width: 150px;
    line-height: 48px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: -12px;
  }
  .theme-menu-one.d-align-item .navbar-nav .login-button-two a:hover {
    background: #fff;
    color: #614ef9;
  }
  /*------------------ Menu One Color Fix -------------------*/
  .theme-menu-one.d-align-item.color-white .header-right-widget .call-us a,
  .theme-menu-one.d-align-item.color-white .header-right-widget .language-switcher button,
  .theme-menu-one.d-align-item.color-white .header-right-widget .language-switcher .dropdown-toggle::after,
  .theme-menu-one.d-align-item.color-white .navbar-nav .nav-item .nav-link {
    color: #fff;
  }
  .theme-menu-one.d-align-item.color-white .navbar-nav .nav-item .nav-link:before {background: #fff;}
  /*----------------------- Theme Main Menu Two  --------------------*/
  .theme-menu-two {padding-left: 90px;padding-right: 90px;}
  .theme-menu-two .logo {
    position: absolute;
    top:50px;
    left: 90px;
    width: 63px;
    z-index: 2;
  }
  .theme-menu-two .quote-button {
    font-family: 'Poppins', sans-serif;
    width: 160px;
    line-height: 50px;
    border-radius: 3px;
    background:#fff;
    font-size: 18px;
    color: #3d3d3d;
    text-align: center;
    position: absolute;
    right: 90px;
    top:55px;
    z-index: 1;
  }
  .theme-menu-two .quote-button:hover {color: #fff;}
  .theme-menu-two #mega-menu-holder {margin-right: 265px;}
  /*---------------------- Theme Main Menu Three --------------------*/
  .theme-menu-three .logo {
    position: absolute;
    top:-1px;
    left:0;
    z-index: 3;
  }
  .theme-menu-three .logo a {display: block;}
  .theme-menu-three .navbar-nav .nav-item {padding-bottom: 15px;}
  .theme-menu-three .navbar-nav .nav-item .nav-link {color: #fff; position: relative;padding: 0;}
  .theme-menu-three .navbar-nav .nav-item .nav-link:before {
    content: '';
    width: 0;
    height: 5px;
    position: absolute;
    left:1px;
    bottom: 7px;
    z-index: -1;
    background: #e1a34c;
    transition: width 0.3s ease-out;
  }
  .theme-menu-three .navbar-nav .nav-item .nav-link:hover:before,
  .theme-menu-three .navbar-nav .nav-item.active .nav-link:before {width: 91%;}
  .theme-menu-three #mega-menu-holder {margin-right: 255px;}
  .theme-menu-three .header-right-widget {
    position: absolute;
    top:57px;
    right: 65px;
    z-index: 1;
  }
  .theme-menu-three .header-right-widget .social-icon li {display: inline-block;}
  .theme-menu-three .header-right-widget .social-icon li a {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border: 2px solid rgba(255,255,255,0.8);
    font-size: 20px;
    color: rgba(255,255,255,0.8);
    border-radius: 50%;
    margin-left: 5px;
  }
  .theme-menu-three .header-right-widget .social-icon li a:hover {
    color: #fff;
    background: #cd9a53;
    border-color: #cd9a53;
  }
  .theme-menu-three .navbar .dropdown-item:focus,.theme-menu-three .navbar .dropdown-item:hover,
  .theme-menu-three .navbar .dropdown-submenu.dropdown:hover>.dropdown-item,
  .theme-menu-three .navbar .mega-dropdown-list li a:hover,.theme-menu-three .navbar .mega-dropdown-list li a:hover .icon {color: #e1a34c;}
  .theme-menu-three .navbar .mega-dropdown-list li a:hover .svg path {fill: #e1a34c;}
  /*---------------------- APP Menu ----------------------*/
  .theme-menu-one.d-align-item.app-menu .navbar .dropdown-item:focus,.theme-menu-one.d-align-item.app-menu .navbar .dropdown-item:hover,
  .theme-menu-one.d-align-item.app-menu .navbar .dropdown-submenu.dropdown:hover>.dropdown-item,
  .theme-menu-one.d-align-item.app-menu .navbar .mega-dropdown-list li a:hover,
  .theme-menu-one.d-align-item.app-menu .navbar .mega-dropdown-list li a:hover .icon {color: #614ef9;}
  .theme-menu-one.d-align-item.app-menu .navbar .mega-dropdown-list li a:hover .svg path {fill: #614ef9;}
  /*================= Sticky Menu ===============*/
  @-webkit-keyframes menu_sticky {
    0%   {margin-top:-120px;opacity: 0;}
    50%  {margin-top: -64px;opacity: 0;}
    100% {margin-top: 0;opacity: 1;}
  }
  @keyframes menu_sticky {
    0%   {margin-top:-120px;opacity: 0;}
    50%  {margin-top: -64px;opacity: 0;}
    100% {margin-top: 0;opacity: 1;}
  }
  .theme-main-menu.fixed {
    position: fixed !important;
    background: #fff;
    box-shadow: 0px 13px 35px -12px rgba(35,35,35,0.15);
    animation: menu_sticky  0.60s ease-in-out;
  }
  .theme-menu-one.d-align-item.fixed .logo {width: 63px;}
  .theme-menu-one.fixed.d-align-item .logo {top:5px;}
  .theme-menu-one.fixed .navbar-nav .nav-item .nav-link,
  .theme-menu-two.fixed .navbar-nav .nav-item .nav-link {padding-bottom: 20px;}
.theme-main-menu.fixed .navbar-nav .nav-item.active .nav-link {color: #ec7135;}
  .theme-menu-one.fixed,.theme-menu-two.fixed {padding: 20px 0 0;}
  .theme-main-menu.theme-menu-three.fixed {padding: 20px 0 5px;}
  .theme-menu-one.fixed .logo,.theme-menu-three.fixed .logo {width: 170px;}

  .theme-menu-two.fixed .logo {top:7px;}
  .theme-menu-two.fixed .quote-button {top:9px;}
  .theme-main-menu.theme-menu-two.fixed,.theme-menu-one.d-align-item.color-white.fixed {background: #1b1d3d;}
  .theme-main-menu.theme-menu-three.fixed {background: rgba(29,31,66,0.98); border-bottom: 1px solid rgba(255,255,255,0.03);}
  .theme-menu-three.fixed .header-right-widget {top:14px;}
  .theme-menu-one.d-align-item.fixed .navbar-nav .nav-item .nav-link {padding-bottom: 0;}
  .theme-menu-one.d-align-item.fixed  {padding-bottom: 12px;}
  /*---------------------------- Theme Main Banner One -------------------------*/
#theme-banner-one {
    background: /*linear-gradient(45deg, #212224, transparent),*/ url(../images/banner/banner-bg.jpg) no-repeat;
    position: relative;
}
  #theme-banner-one .main-wrapper {padding: 154px 0 110px;}
  #theme-banner-one .main-wrapper .slogan {
    display: inline-block;
    background: #FBFBFF;
    border: 1px solid #E9E9E9;
    line-height: 32px;
    padding: 0 20px;
    font-size: 15px;
    color: #677180;
    border-radius: 3px;
  }
  #theme-banner-one .main-wrapper .slogan span {color: #FF605E;}
  #theme-banner-one .main-wrapper .main-title {
    font-family: 'Inter', sans-serif;
    font-weight:900;
    font-size: 50px;
	color:#fff;
    line-height: 70px;
    padding: 25px 0 35px;
  }
.slide_spn { color: #ec7135;}
  #theme-banner-one .main-wrapper .sub-title {
    font-size: 24px;
    line-height: 32px;
    color: #8b8e92;
    padding-bottom: 28px;
  }
  #theme-banner-one .main-wrapper .button-group li {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    line-height: 55px;
  }
  #theme-banner-one .main-wrapper .button-group .more-button {margin-right: 30px;}
  #theme-banner-one .illustration {
    position: absolute;
    right: 12%;
    top:27%;
  }
  #theme-banner-one .illustration .shape-one {
    position: absolute;
    top: -28px;
    right: -63px;
  }
  #theme-banner-one .illustration .shape-two {
    position: absolute;
    bottom: 0;
    right: -25px;
  }
#theme-banner-one .oval-one {
    position: absolute;
    left: 1%;
    top: 26%;
    animation: jump 8s infinite linear;
}
  #theme-banner-one .shape-three {
    position: absolute;
    top:21%;
    right: 22%;
    animation: animationFramesTwo 13s infinite linear;
  }
  #theme-banner-one .shape-four {
    position: absolute;
    top:27%;
    left: 7%;
    animation: animationFramesFour 25s alternate infinite linear;
  }
  #theme-banner-one .shape-five {
    position: absolute;
    top:50%;
    left: 50%;
    animation: animationFramesThree 35s alternate infinite linear;
  }
  #theme-banner-one .shape-six {
    position: absolute;
    top:70%;
    right: 3%;
    animation: animationFramesFour 20s alternate infinite linear;
  }
  #theme-banner-one .shape-seven {
    position: absolute;
    bottom: 2%;
    right: 28%;
    animation: animationFramesOne 15s infinite linear;
  }
  #theme-banner-one .shape-eight {
    position: absolute;
    bottom: 3%;
    left: 38%;
    animation: animationFramesFour 20s alternate infinite linear;
  }
  #theme-banner-one .shape-nine {
    position: absolute;
    bottom: 4%;
    left: 4%;
    animation: animationFramesOne 17s infinite linear;
  }
  #theme-banner-one .shape-ten {
    position: absolute;
    top:60%;
    left: 4%;
    animation: animationFramesOne 20s alternate infinite linear;
  }
  #theme-banner-one .shape-eleven {
    position: absolute;
    top:22%;
    left: 41%;
    animation: animationFramesOne 15s infinite linear;
  }
  /*---------------------------- Theme Main Banner Two -------------------------*/
  #theme-banner-two {
    background: linear-gradient( -120deg, rgb(135,88,255) 0%, rgb(97,78,249) 100%);
    position: relative;
    overflow:hidden;
  }
  #theme-banner-two:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 753px;
    background: url(../images/shape/bg4.png) no-repeat left top;
    bottom:-1px;
    left:0;
    z-index: 2;
  }
  #theme-banner-two .main-wrapper {
    padding: 285px 0 300px;
    position: relative;
    z-index: 9;
  }
  #theme-banner-two .bg-round-one {
    width: 690px;
    height: 690px;
    background:rgba(255,255,255,0.04);
    border-radius: 50%;
    position: absolute;
    top: -170px;
    left: -281px;
    z-index: 1;
  }
  #theme-banner-two .bg-round-two {
    width: 690px;
    height: 690px;
    background:rgba(255,255,255,0.02);
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: -464px;
    z-index: 1;
  }
  #theme-banner-two .bg-round-three {
    width: 400px;
    height: 400px;
    background:rgba(255,255,255,0.02);
    border-radius: 0 0 0 85px;
    position: absolute;
    top:-87px;
    right: -98px;
    z-index: 1;
    transform: rotate(-9deg);
  }

  #theme-banner-two .bg-round-four {
    width: 250px;
    height: 250px;
    background:rgba(255,255,255,0.02);
    border-radius: 0 0 0 85px;
    position: absolute;
    top:-87px;
    right: -98px;
    z-index: 1;
    transform: rotate(-9deg);
  }
  #theme-banner-two .bg-round-five {
    width: 650px;
    height: 650px;
    background: linear-gradient( -90deg, rgb(133,87,255) 0%, rgb(128,92,255) 100%);
    border-radius: 50%;
    position: absolute;
    bottom: -90px;
    right: -205px;
    z-index: 1;
  }
  #theme-banner-two .illustration {
    position: absolute;
    right: 10%;
    top: 28%;
    z-index: 1;
    max-width: 47%;
  }
  #theme-banner-two .main-title {
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    font-size: 60px;
    line-height: 72px;
    color: #fff;
    text-decoration: underline;
  }
  #theme-banner-two .sub-title {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    padding: 40px 0 35px;
  }
  #theme-banner-two .main-wrapper .button-group li {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    line-height: 50px;
  }
  #theme-banner-two .main-wrapper .button-group .more-button {
    width: 165px;
    line-height: 50px;
    border:1px solid transparent;
    text-align: center;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    background: linear-gradient( -180deg, rgb(0,235,172) 0%, rgb(0,209,244) 100%);
    margin-right: 18px;
  }
  #theme-banner-two .main-wrapper .button-group .more-button i {vertical-align: -1px;}
  #theme-banner-two .main-wrapper .button-group .more-button:hover {background: transparent;border-color: #fff;}
  #theme-banner-two .main-wrapper .button-group .contact-button {
    width: 170px;
    line-height: 48px;
    border: 1px solid #fff;
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
    color: #fff;
  }
  /*----------------- Theme Main Banner Three ---------------*/
  #theme-banner-three {
    position: relative;
    padding: 320px 0 320px;
  }
  .partical-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 0;
  }
  #particles {width: 100%;height: 100%;}
  #theme-banner-three .main-title {
    font-family: 'Poppins', sans-serif; font-weight:700;
    font-size: 125px;
    color: #fff;
    text-decoration: underline;
  }
  #theme-banner-three .main-title span,
  #theme-banner-three .main-title span b {text-decoration: underline;line-height: 160px;}
  #theme-banner-three .main-title i {
    color: #e1a34c;
    font-style: normal;
  }
  #theme-banner-three:before {
    content: '';
    background: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(35,38,91) 0%, rgb(27,29,61) 100%);
    position: absolute;
    width: 2285px;
    height: 2285px;
    border-radius: 50%;
    left:50%;
    top:-500px;
    transform: translateX(-50%);
    z-index: -1;
  }
  /*---------------------------- Theme Main Banner Four -------------------------*/
  #theme-banner-four {position: relative;}
  #theme-banner-four .main-wrapper {padding: 290px 0 260px;position: relative;z-index: 5;}
  #theme-banner-four .screen-one {
    position: absolute;
    right: 0;
    top:12%;
    z-index: 1;
    width: 35%;
  }
  #theme-banner-four .screen-two {
    position: absolute;
    right: 24%;
    top:27%;
    z-index: 1;
    width: 22%;
  }
  #theme-banner-four .shape-one {
    position: absolute;
    right: 0;
    top:145px;
    z-index: 0;
    opacity: 0.65;
  }
  #theme-banner-four .shape-two {
    position: absolute;
    bottom: 12%;
    left:31%;
    animation: rotated 20s infinite linear;
  }
  #theme-banner-four .shape-three {
    position: absolute;
    bottom: 19%;
    right: 4%;
    z-index: -1;
    animation: rotated 50s infinite linear;
  }
  #theme-banner-four .shape-four {
    position: absolute;
    top: 17%;
    right: 37%;
    z-index: -1;
    animation: rotatedHalf 30s infinite linear;
  }
  #theme-banner-four .round-shape-one {
    width: 20px;
    height: 20px;
    border: 3px solid #fe8f8f;
    border-radius: 50%;
    position: absolute;
    top:15%;
    left:36%;
    animation: animationFramesOne 15s infinite linear;
  }
  #theme-banner-four .round-shape-two {
    width: 7px;
    height: 7px;
    background: #d5eeff;
    border-radius: 50%;
    position: absolute;
    top:23%;
    left:8%;
    animation: animationFramesTwo 13s infinite linear;
  }
  #theme-banner-four .round-shape-three {
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid #a3eead;
    border-radius: 50%;
    bottom: 42%;
    left: 6%;
    animation: animationFramesTwo 15s infinite linear;
  }
  #theme-banner-four .round-shape-four {
    position: absolute;
    right: 26%;
    bottom: 20%;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border:1px solid #fbfbfb;
    animation: rotated 10s infinite linear;
  }
  #theme-banner-four .round-shape-four:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top:50%;
    left: -5px;
    background: #ddabf6;
    border-radius: 50%;
  }
  #theme-banner-four .main-wrapper .slogan {
    display: inline-block;
    background: #FBFBFF;
    border: 1px solid #E9E9E9;
    line-height: 32px;
    padding: 0 20px;
    font-size: 15px;
    color: #677180;
    border-radius: 18px;
  }
  #theme-banner-four .main-wrapper .slogan span {color: #FF605E;}
  #theme-banner-four .main-wrapper .main-title {
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    font-size: 70px;
    line-height: 80px;
    padding: 25px 0 35px;
  }
  #theme-banner-four .main-wrapper .sub-title {
    font-size: 20px;
    line-height: 32px;
    color: #8b8e92;
    padding-bottom: 28px;
  }
  #theme-banner-four .main-wrapper .button-group li {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    line-height: 55px;
  }
  #theme-banner-four .main-wrapper .button-group .more-button {
    width: 185px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0px 10px 40px 0px rgba(150,57,57,0.25);
    background: linear-gradient( -135deg, rgb(191,108,255) 0%, rgb(144,65,255) 100%);
    margin-right: 30px;
  }
  #theme-banner-four .main-wrapper .button-group .more-button:hover {box-shadow: none;}
  #theme-banner-four .main-wrapper .button-group .more-button i {vertical-align: -1px;margin-left: 5px;}
  #theme-banner-four .main-wrapper .button-group .video-button:hover,
  #theme-banner-four .main-wrapper .button-group .video-button:hover i {color: #f569f8;}
  /*---------------------- Theme Main Banne Five -----------------------*/
  #theme-banner-five {
    background: linear-gradient( 145deg, rgb(132,0,252) 0%, rgb(17,222,244) 100%);
    position: relative;
    z-index: 5;
  }
  #theme-banner-five .bg-shape-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: -1;
    overflow: hidden;
  }
  #theme-banner-five .bg-shape-holder .big-round-one {
    position: absolute;
    width: 662px;
    height: 662px;
    background: rgba(255,255,255,0.04);
    top: -346px;
    left: -75px;
    border-radius: 50%;
  }
  #theme-banner-five .bg-shape-holder .big-round-two {
    position: absolute;
    width: 1372px;
    height: 1372px;
    background: rgba(255,255,255,0.04);
    top: -689px;
    left: -368px;
    border-radius: 50%;
    z-index: -1;
  }
  #theme-banner-five .bg-shape-holder .big-round-three {
    position: absolute;
    width: 2242px;
    height: 2242px;
    background: rgba(255,255,255,0.04);
    top: -1161px;
    left: -779px;
    border-radius: 50%;
    z-index: -3;
  }
  #theme-banner-five .bg-shape-holder .shape-one {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(213,238,255,0.29);
    position: absolute;
    top:18%;
    left:14%;
    animation: animationFramesTwo 13s infinite linear;
  }
  #theme-banner-five .bg-shape-holder .shape-two {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.16);
    position: absolute;
    top:16%;
    left:41%;
    animation: animationFramesOne 15s infinite linear;
  }
  #theme-banner-five .bg-shape-holder .shape-three {
    position: absolute;
    bottom: 15%;
    left:35%;
    animation: animationFramesFour 15s infinite linear alternate;
  }
  #theme-banner-five .bg-shape-holder .shape-four {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(213,238,255,0.29);
    position: absolute;
    bottom: 12%;
    right: 30%;
    animation: animationFramesFive 15s infinite linear alternate;
  }
  #theme-banner-five .mobile-screen-one {
    position: absolute;
    right: -3%;
    top: 145px;
    z-index: -1;
    width: 29%;
  }
  #theme-banner-five .mobile-screen-two {
    position: absolute;
    right: 20%;
    top: 260px;
    z-index: -1;
    width: 29%;
  }
  #theme-banner-five .mobile-screen-two .search-box {
    position: absolute;
    top: 31%;
    right: 28%;
    width: 68%;
  }
  #theme-banner-five .main-wrapper {padding: 300px 0 215px 15%;}
  #theme-banner-five .main-title {
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    font-size: 60px;
    line-height: 72px;
    color: #fff;
  }
  #theme-banner-five .sub-title {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    padding: 40px 0 35px;
  }
  #theme-banner-five .main-wrapper .button-group li {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
  }
  #theme-banner-five .main-wrapper .button-group li a {
    width: 213px;
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 9px 0 9px 70px;
    position: relative;
    font-size: 20px;
    color: #fff;
  }
  #theme-banner-five .main-wrapper .button-group li a span {
    display: block;
    font-size: 13px;
    margin-bottom: -5px;
  }
  #theme-banner-five .main-wrapper .button-group li a.google-button {margin-right: 22px;}
  #theme-banner-five .main-wrapper .button-group li a img {
    position: absolute;
    left:30px;
    top:50%;
    transform: translateY(-50%);
    width: 30px;
  }
  /*---------------------- What We Do/Agency --------------------*/
.agn-what-we-do {
    position: relative;
    background-color: #f8f9fb;
    padding: 60px 0;
}
  .agn-what-we-do .shape-one {
    position: absolute;
    top:19%;
    left:0;
  }
  .agn-what-we-do .shape-two {
    position: absolute;
    top:25%;
    right:11%;
  }
  .agn-what-we-do .theme-title-one {padding-bottom: 50px;}
  .agn-what-we-do .single-block .icon {position: relative; height: 98px;}
  .agn-what-we-do .single-block .icon .bg {animation: rotated 25s infinite linear;}
  .agn-what-we-do .single-block .icon .shape {
    position: absolute;
    top:35px;
    z-index: 1;
  }
  .agn-what-we-do .single-block .icon i {
      font-size: 25px;
      color: #fff;
  }
  .agn-what-we-do .single-block .title {
    font-size: 22px;
    color: #244574;
    padding: 55px 0 15px;
  }
  .agn-what-we-do .single-block .more-button {
    font-size: 15px;
    text-decoration: underline;
    margin-top: 20px;
  }
  .agn-what-we-do .single-block .more-button:hover {text-decoration: overline;}
  .agn-what-we-do .single-block {
      padding: 20px 20px;
      background-color: #fff;
      box-shadow: 0 17px 39px rgba(0,0,0,.05);
      border-radius: 2%;
      min-height: 210px;
      margin-bottom: 30px;

  }
  .agn-what-we-do .text-wrapper_feat .single-block .icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      position: absolute;
      top: 15px;text-align: center;
      /*left: 0;*/
  }
  .agn-what-we-do .text-wrapper_feat .single-block .icon i {
    margin: 0 auto;
    position: relative;
    top:50%;
    transform: translateY(-50%);
  }
  .agn-what-we-do .text-wrapper_feat .single-block .icon:before {
    content: '';
    top:-10px;z-index: 1;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: hvr-ripple-out-two 2s linear infinite;
    animation: hvr-ripple-out-two 2s linear infinite;
  }
  .agn-what-we-do .text-wrapper_feat:nth-child(1) .single-block .icon {background: #a16fff;}
  .agn-what-we-do .text-wrapper_feat:nth-child(1) .single-block .icon:before {z-index: 1;background: #bc99fd;}
  .agn-what-we-do .text-wrapper_feat:nth-child(2) .single-block .icon {background: red;}
  .agn-what-we-do .text-wrapper_feat:nth-child(2) .single-block .icon:before {z-index: 1;background: red;}
  .agn-what-we-do .text-wrapper_feat:nth-child(3) .single-block .icon {background: #acadb1;}
  .agn-what-we-do .text-wrapper_feat:nth-child(3) .single-block .icon:before {z-index: 1;background: #acadb1;}
  .agn-what-we-do .text-wrapper_feat:nth-child(4) .single-block .icon {background: #ee8c5b;}
  .agn-what-we-do .text-wrapper_feat:nth-child(4) .single-block .icon:before {z-index: 1;background: #ee8c5b;}
  .agn-what-we-do .text-wrapper_feat:nth-child(5) .single-block .icon {background: #3c3c78;}
  .agn-what-we-do .text-wrapper_feat:nth-child(5) .single-block .icon:before {z-index: 1;background: #3c3c78;}
  .agn-what-we-do .text-wrapper_feat:nth-child(6) .single-block .icon {background: #f4b382;}
  .agn-what-we-do .text-wrapper_feat:nth-child(6) .single-block .icon:before {z-index: 1;background: #f4b382;}
 .agn-what-we-do .single-block:hover {
    background-color: #fff;
    box-shadow:none ;
    border-radius: 0px;
    cursor: pointer;
}
  /*---------------------- What We Do/SEO --------------------*/
  .seo-what-we-do {position: relative;padding: 150px 0 100px;}
  .seo-what-we-do .theme-title-one {padding-bottom: 60px;}
  .seo-what-we-do .single-block {margin-top: 40px;}
  .seo-what-we-do .single-block .wrapper {
    background: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 50px 10px 60px;
  }
  .seo-what-we-do .single-block.active .wrapper,
  .seo-what-we-do .single-block .wrapper:hover {box-shadow: 0px 20px 70px 0px rgba(4, 7, 18, 0.06);}
  .seo-what-we-do .single-block .wrapper .title {
    display: block;
    font-size: 20px;
    color: #233d63;
    margin-top: 30px;
  }
  .seo-what-we-do .single-block .wrapper .icon-box {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 5;
  }
  .seo-what-we-do .single-block .wrapper .icon-box img {
    position: relative;
    margin: 0 auto;
    top:50%;
    transform: translateY(-50%);
  }
  .seo-what-we-do .single-block:nth-child(2) .wrapper .icon-box {background: #00ebac;}
  .seo-what-we-do .single-block:nth-child(3) .wrapper .icon-box {background: #9657f6;}
  .seo-what-we-do .single-block:nth-child(4) .wrapper .icon-box {background: #ff930e;}
  .seo-what-we-do .single-block .wrapper .icon-box:before,
  .seo-what-we-do .single-block .wrapper .icon-box:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    z-index: -1;
  }
  .seo-what-we-do .single-block .wrapper .icon-box:before{
    top:0px;
    right: 0px;
    bottom: 0px;
    left:0px;
  }
  .seo-what-we-do .single-block .wrapper .icon-box:after{
    top:0px;
    right: 0px;
    bottom: 0px;
    left:0px;
  }
  .seo-what-we-do .single-block:nth-child(1) .wrapper .icon-box:before,
  .seo-what-we-do .single-block:nth-child(1) .wrapper .icon-box:after {
   background: rgba(255,58,70,0.5);
  }
  .seo-what-we-do .single-block:nth-child(2) .wrapper .icon-box:before,
  .seo-what-we-do .single-block:nth-child(2) .wrapper .icon-box:after {
   background: rgba(0,235,172,0.5);
  }
  .seo-what-we-do .single-block:nth-child(3) .wrapper .icon-box:before,
  .seo-what-we-do .single-block:nth-child(3) .wrapper .icon-box:after {
   background: rgba(150,87,246,0.5);
  }
  .seo-what-we-do .single-block:nth-child(4) .wrapper .icon-box:before,
  .seo-what-we-do .single-block:nth-child(4) .wrapper .icon-box:after {
   background: rgba(255,147,14,0.5);
  }

  .seo-what-we-do .single-block.active .wrapper .icon-box:after,
  .seo-what-we-do .single-block .wrapper:hover .icon-box:after {
    -webkit-animation: hvr-ripple-out 1.5s linear infinite;
    animation: hvr-ripple-out 1.5s linear infinite;
  }
  .seo-what-we-do .single-block.active .wrapper .icon-box:before,
  .seo-what-we-do .single-block .wrapper:hover .icon-box:before {
    -webkit-animation: hvr-ripple-out-two 1.5s linear infinite;
    animation: hvr-ripple-out-two 1.5s linear infinite;
  }
  /*----------------------- About Us -------------------*/
  .agn-about-us {position: relative;padding: 135px 0 0;}
  .agn-about-us .shape-one {
    position: absolute;
    left: 52%;
    top:2%;
    animation: animationFramesOne 35s alternate infinite linear;
  }
  .agn-about-us .shape-two {
    position: absolute;
    right: 0;
    top:25%;
  }
  .agn-about-us .shape-three {
    position: absolute;
    left: 0;
    top:20%;
    z-index: -1;
  }
  .agn-about-us .shape-four {
    position: absolute;
    left: 50%;
    bottom: -16%;
    animation: animationFramesTwo 25s alternate infinite linear;
  }
.agn-about-us .shape-five {
    position: absolute;
    right: 40px;
    top: 11%;
}
  .agn-about-us .theme-title-one {padding-bottom: 35px;}
  .agn-about-us .img-box {
    position: relative;
    padding-left: 85px;
  }
  .agn-about-us .img-box .main-img {border-radius: 5px;}

  .agn-about-us .text-wrapper .quote {
    font-size: 20px;
    line-height: 34px;
    color: #233D63;
    padding: 45px 0 35px;
  }
  .agn-about-us .text-wrapper .author {
    position: relative;
    padding-left: 35px;
    margin-bottom: 35px;
    font-size: 16px;
    color: #808C9F;
  }
  .agn-about-us .text-wrapper .author .name {
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    font-size: 18px;
    color: #233D63;
  }
  .agn-about-us .text-wrapper .author:before {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    left:0;
    top:14px;
    background: #233D63;
  }
  .agn-about-us .learn-more {
      font-size: 20px;
    width: 200px;
    line-height: 60px;
   /* position: absolute;*/
   top: 10px;
    right: 0;
  }
  .about_kb_section {
    background-color: #fff;
    box-shadow: 0 17px 39px rgba(0,0,0,.05);
    padding: 20px 30px 30px;
}
  .agn-about-us:before {
    content: url(../images/shape/bg1.png);
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
  }
.agn-counter-section .main-wrapper .counter-wrapper .num_counter:nth-child(1) .single-counter-box {
    background: #fff2eb;
    border-radius: 100%;
   height: 240px;
    width: 240px; border:10px solid #ec7941;
    margin: 0 auto;border-top-color: #d35111;
}
.agn-counter-section .main-wrapper .counter-wrapper .num_counter:nth-child(2) .single-counter-box {background:#f6f6ff; border-radius: 100%;
   height: 240px;
    width: 240px; border:10px solid #3c3c78;
    border-top-color: #6666b0;
    margin: 0 auto;}
.agn-counter-section .main-wrapper .counter-wrapper .num_counter:nth-child(3) .single-counter-box {background:#fff7e9; border-radius: 100%;
    height: 240px;
    width: 240px; border:10px solid #ffa505;border-top-color:#d38700;
    margin: 0 auto;}
.agn-counter-section .main-wrapper .counter-wrapper .num_counter:nth-child(4) .single-counter-box {background:#edfaff; border-radius: 100%;
    height: 240px;
    width: 240px; border:10px solid #00acec;
   border-top-color:#017ba8;
    margin: 0 auto;}    

  /*------------------------ Theme Counter -------------------*/
.agn-counter-section {
    position: relative;
    margin: 70px 0 75px;
    background:#F9FBFE;
    padding: 90px 0;
}
  .agn-counter-section .shape-one {
    position: absolute;
    left: 9%;
    top:28%;
    animation: animationFramesFour 25s alternate infinite linear;
  }
  .agn-counter-section .shape-two {
    position: absolute;
    right: 14%;
    top:13%;
    animation: animationFramesFour 35s alternate infinite linear;
  }
  .agn-counter-section .shape-three {
    position: absolute;
    bottom: 4%;
    right: 8%;
    animation: rotated 20s infinite linear;
  }
  .agn-counter-section .main-wrapper {
    background:url(../images/shape/map.png) no-repeat bottom center;
    padding-bottom: 60px;
    position: relative;
  }
  .agn-counter-section .main-wrapper .theme-title-one {padding-bottom: 80px;}
  .agn-counter-section .counter-wrapper .single-counter-box {text-align: center; padding-top: 60px;}
  .agn-counter-section .counter-wrapper .single-counter-box .icon {
    font-size: 60px;
    margin-bottom: 10px;
  }
  .agn-counter-section .counter-wrapper .single-counter-box .number {font-size: 65px;color:#414141;}
  .agn-counter-section .counter-wrapper .single-counter-box p {font-size: 20px;}

  .agn-counter-section.fix-bg-position .main-wrapper {padding: 95px 0 155px;}
  /*--------------------Our Course----------------------*/
 .course_section {
    position: relative;
    overflow: hidden;
    padding: 70px 0;
}
.course_section .shape-box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.course_box_sec .course_pic img {
    width: 100%;
}
.course_section .shape-box .shape_co{
    position: absolute;
    width: 350px;
    height: 100%;
    right: 0px;
}
.course_section .shape-box .shape_co1{
    position: absolute;
    width: 350px;
    height: 100%;
    left: 0px;
}
.course_content {
    padding: 20px 10px;
}
.course_content h3 a {
    color: #000;
    font-size: 25px;
}
.course_content p {
    font-weight: 300;
    letter-spacing: 0.2px;
    text-align: justify;
}
.course_heading {
    margin-bottom: 40px;
}
.course-slider .owl-controls .owl-nav .owl-prev {
   background-color: #f07024;
    color: #fff;
    font-size: 25px;
    /*border: 1px solid #f07024;*/
    line-height: 10px;
    padding: 20px 0;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    /*box-shadow: 0 4px 5px rgb(240 112 36);*/
}
.course-slider .owl-controls .owl-nav .owl-next {
    background-color: #f07024;
    color: #fff;
    font-size: 25px;
    /*border: 1px solid #f07024;*/
    line-height: 10px;
    padding: 20px 0;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
   /* box-shadow: 0 4px 5px rgb(240 112 36);*/
}
.course-slider .owl-controls .owl-nav .owl-prev:hover, .course-slider .owl-controls .owl-nav .owl-next:hover {
    background-color: #000;
}
.course-slider .owl-controls .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
}

.course_details-Content {
    padding: 30px 30px;
    background-color: #fff;
    box-shadow: 0 0 40px rgb(226 233 244 / 50%);
}
.courses_details_section {
    padding: 70px 0;background-image: url(../images/shape/map2.png);
}
.course_details-Content p {
    text-align: justify;
    font-weight: 300;
}
.course_details-Content h3 {
    margin-bottom: 10px;
    font-size: 34px;
}
  /*-------------------- Our Gallery ---------------------*/
  .front_gallery {
    position: relative;
    overflow: hidden;
}
.front_gallery .shape-box {
    position: absolute;
    left: -70px;
    top: -70px;
    width: 20%;
}
.front_gallery .shape-box .shape-one {
    position: absolute;
    left: -7%;
    top: 1%;
    animation: rotated 2s infinite linear;
}
  .front_gallery .gallery_product .gallery_wrap .img-box .hover-content:hover{ transform: scale(1);
    opacity: 1;}
  .front_gallery .gallery_wrap .img-box {
    position: relative;
    margin: 20px 0 10px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 20px 50px 0px rgba(46, 65, 90, 0.1);
  }
  .front_gallery .gallery_product .gallery_wrap .img-box img {
    width: 100%;
    border-radius: 5px;
    transition: all 0.4s ease-in-out;
  }

   .front_gallery .gallery_product .gallery_wrap .img-box .hover-content {
    position: absolute;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: rgba(26,26,26,0.5);
    text-align: center;
    border-radius: 5px;
    transform: scale(0.5);
    opacity: 0;
  }
   .front_gallery .gallery_product .gallery_wrap .img-box .hover-content .icon {
    position: relative;
    top:50%;
    transform: translateY(-50%);
    font-size: 60px;
    color: #fff;
  }
     .front_gallery .gallery_product .gallery_wrap .img-box .hover-content{transition: all .3s ease-in-out;}
   .front_gallery .gallery_product .gallery_wrap .img-box .img-box:hover .hover-content {
    transform: scale(1);
    opacity: 1;
  }
   .front_gallery .gallery_product .gallery_wrap .img-box .view-gallery {
    width: 190px;
    line-height: 55px;
    text-align: center;
    border-radius: 4px;
    border:2px solid rgba(151,151,151,0.3);
    font-size: 18px;
    color: #233D63;
    position: absolute;
    top:0;
    right: 150px;
  }
   .front_gallery .gallery_product .gallery_wrap .img-box .view-gallery:hover {
    color: #fff;
    box-shadow: 0px 13px 28px 0px rgba(163, 48, 53, 0.25);
  }

 

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}
.gallery_tabs ul li {
    list-style: none;
    display: inline-block;
    margin: 0 4px;
    padding: 4px 20px;
    font-size: 18px;
    border: 1px solid #ed773e;
    border-radius: 10px;
    text-align: center;
    color: #ed773e;
    box-shadow: 5px 3px 10px rgb(235, 123, 68, 0.2);cursor: pointer;
}
.gallery_tabs {
    margin-top: 40px;
}
.gallery-section {
    padding: 70px 0;
}
 
  /*------------------------- Home Blog ------------------------*/
  .agn-home-blog {
    position: relative;
    padding: 100px 0 100px;
  }
  .agn-home-blog .shape-one {
    position: absolute;
    top:20%;
    left:9%;
    animation: animationFramesOne 25s infinite linear;
  }
  .agn-home-blog .shape-two {
    position: absolute;
    top:17%;
    right:13%;
    animation: animationFramesFour 50s alternate infinite linear;
  }
  .agn-home-blog .shape-three {
    position: absolute;
    bottom: 12%;
    right:6%;
    animation: rotated 18s infinite linear;
  }
  .agn-home-blog .shape-four {
    position: absolute;
    bottom: 9%;
    left: 25%;
    animation: animationFramesFour 50s alternate infinite linear;
  }
  .agn-home-blog .theme-title-one {padding-bottom: 40px;}
  .agn-home-blog .single-blog-post {
    position: relative;
    overflow:hidden;
    -webkit-transform:perspective(1px) translateZ(0);
   transform:perspective(1px) translateZ(0);
  }
  .agn-home-blog .single-blog-post .flip-box-front {
    border:1px solid #f1f1f1;
    padding: 0px 5px 0px 5px;
    border-radius: 3px;
  }
 
  .agn-home-blog .single-blog-post .flip-box-front .author-info {float: left;padding-left: 22px;}
  .agn-home-blog .single-blog-post .author-info .name {
    font-size: 20px;
    color: #233d63;
    padding-top: 7px;
  }
  .agn-home-blog .single-blog-post .author-info .date {font-size: 16px; color: #838b98;}
  .agn-home-blog .single-blog-post .title {
    font-size: 24px;
    line-height: 32px;
    color: #233d63;
    margin: 28px 0 20px;
  }
.agn-home-blog .single-blog-post p {
    color: #fff;
    margin-bottom: 0;
}
  .agn-home-blog .single-blog-post .flip-box-back {
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 3px;
    padding: 50px 15px 50px 35px;
    -webkit-transform:scaleY(0);
   transform:scaleY(0);
   -webkit-transform-origin:50% 100%;
   transform-origin:50% 100%;
   -webkit-transition-property:transform;
   transition-property:transform;
   -webkit-transition-duration:.4s;
   transition-duration:.4s;
   -webkit-transition-timing-function:ease-out;
   transition-timing-function:ease-out
  }
  .agn-home-blog .single-blog-post .flip-box-back .author-info .name,
  .agn-home-blog .single-blog-post .flip-box-back .author-info .date,
  .agn-home-blog .single-blog-post .flip-box-back .title {color: #fff;}
  .agn-home-blog .single-blog-post .flip-box-back .author-info .name {padding: 0 0 5px;}
  .agn-home-blog .single-blog-post .flip-box-back .more {
    color:#fff;
    font-size: 40px;
    position: absolute;
    left:35px;
    bottom: 10px;
  }
  .agn-home-blog .single-blog-post:hover .flip-box-back {
    transform-origin: center top;
    -webkit-transform:scaleY(1);
   transform:scaleY(1)
  }
  
  
  /*-------------------------- Footer-------------------*/
  .theme-footer-one {
    position: relative;
    padding-top: 70px;
    background-color: #F9FBFE;
    background-image: url(../images/shape/map2.png);
    background-position: center center;
    background-repeat: no-repeat;
  }
  .theme-footer-one .shape-two {
    position: absolute;
    right: 10%;
    top:50%;
    animation: rotated 18s infinite linear;
  }
  .theme-footer-one.top-border {border-top: 1px solid #ededed; padding-top: 95px;}
  .theme-footer-one .about-widget .email {
    font-size: 18px;
    color: #76797e;
    margin: 15px 0 15px;
    display: block;
  }
  .theme-footer-one .about-widget .phone {font-size: 22px;}
  .theme-footer-one .top-footer .title {font-size: 22px;padding: 12px 0 25px;}
  .theme-footer-one .top-footer .footer-list ul li a {
    display: block;
    line-height: 38px;
    font-size: 17px;
    color: #76797e;
  }
  .theme-footer-one .top-footer .footer-information p {padding: 0 0 30px; color: #76797e;}
  .theme-footer-one .top-footer .footer-information ul li {display: inline-block;}
  .theme-footer-one .top-footer .footer-information ul li a {
    width: 40px;
    height: 40px;
    border:1px solid #858484;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #858484;
    margin-right: 10px;
  }
  .theme-footer-one .top-footer .footer-information ul li a:hover {color: #fff;}
  .theme-footer-one .bottom-footer {
    border-top: 1px solid #ededed;
    margin-top: 90px;
    padding: 15px 0;
  }
  .theme-footer-one .bottom-footer p {float: left;color: rgba(87,102,126,0.8);}
  .theme-footer-one .bottom-footer ul {float: right;}
  .theme-footer-one .bottom-footer ul li {display: inline-block;}
  .theme-footer-one .bottom-footer ul li a {
    line-height: 28px;
    color: rgba(87,102,126,0.8);
    margin-left: 15px;
  }
  .theme-footer-one .shape-one {
    position: absolute;
    width: 54px;
    height: 54px;
    border:6px solid #27c3ff;
    border-radius: 50%;
    position: absolute;
    left:-22px;
    top:48%;
  }
  .theme-footer-one .shape-one:before {
    content: '';
    position: absolute;
    top:-55px;
    left:-55px;
    right: -55px;
    bottom: -55px;
    border: 1px solid #ecf4ff;
    border-radius: 50%;
  }
  
  
  /*---------------------Solid Inner Banner -----------------*/
  .solid-inner-banner {
    background: #fafcff;
    text-align: center;    position: relative;
    padding: 190px 0 0;
  }
.solid-inner-banner .oval-one{position: absolute; right: -3%;
    top: 26%; animation: jump 8s infinite linear;}
.solid-inner-banner .shape-three {
    position: absolute;
    top: 21%;
    right: 22%;
    animation: animationFramesTwo 13s infinite linear;
}
.solid-inner-banner .shape-four {
    position: absolute;
    top: 27%;
    left: 7%;
    animation: animationFramesFour 25s alternate infinite linear;
}
.solid-inner-banner .shape-five {
    position: absolute;
    top: 50%;
    left: 50%;
    animation: animationFramesThree 35s alternate infinite linear;
}
.solid-inner-banner .shape-six {
    position: absolute;
    top: 70%;
    right: 3%;
    animation: animationFramesFour 20s alternate infinite linear;
}
.solid-inner-banner .shape-seven {
    position: absolute;
    bottom: 44%;
    right: 28%;
    animation: animationFramesOne 15s infinite linear;
}

.solid-inner-banner .shape-eight {
    position: absolute;
    bottom: 44%;
    left: 38%;
    animation: animationFramesFour 20s alternate infinite linear;
}
.solid-inner-banner .shape-nine {
    position: absolute;
    bottom: 44%;
    left: 4%;
    animation: animationFramesOne 17s infinite linear;
}
.solid-inner-banner .shape-ten {
    position: absolute;
    top: 60%;
    left: 4%;
    animation: animationFramesOne 20s alternate infinite linear;
}
.solid-inner-banner .shape-eleven {
    position: absolute;
    top: 22%;
    left: 41%;
    animation: animationFramesOne 15s infinite linear;
}

  .solid-inner-banner.white-bg {background: #fff;}
  .solid-inner-banner .page-title {
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-size: 58px;
    color: #313131;
    padding-bottom: 0px;
  }
  .solid-inner-banner .page-breadcrumbs {
   /* background: #fff;*/
    border-bottom: 1px solid #eeeeee;
    padding: 25px 0;
  }
  .solid-inner-banner .page-breadcrumbs li {
    display: inline-block;
    font-size: 22px;
    color: #244574;
    margin: 0 3px;
  }
  .solid-inner-banner .page-breadcrumbs li a {color: #244574;}
 
  /*--------------------------- FAQ Page -------------------*/
  .faq-tab-wrapper .faq-panel .panel {
  background: #fff;
  box-shadow: 0px 10px 14px 0px rgba(90, 111, 155, 0.05);
  margin-bottom: 30px;
}
.faq_heading {
    margin-bottom: 40px;
}
.faq-tab-wrapper .faq-panel .panel .panel-heading .panel-title a {
  display: block;
  padding: 25px 10px 25px 65px;
  font-size: 18px;
  color: #303858;font-weight: 300;
  position: relative;
}
.faq-tab-wrapper .faq-panel .panel .panel-heading .panel-title a:before {
  content: '+';
  position: absolute;
  left:35px;
  top:50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #464646;
}
.faq-tab-wrapper .faq-panel .panel .panel-heading.active-panel .panel-title a:before {content: '-';}
.faq-tab-wrapper .faq-panel .panel .panel-body p {
    line-height: 30px;
    padding: 0 30px 38px 65px;
    text-align: justify;
    font-weight: 300;
}
.faq-tab-wrapper .faq-panel .panel .panel-body ul {
    line-height: 30px;
    padding: 0 30px 38px 65px;
    text-align: justify;
    font-weight: 300;
}


  /*----------------------- About Us  ---------------------*/
  .about-us-standard .top-icon-box {text-align: center;padding-bottom: 50px;}
  .about-us-standard .top-icon-box .icon {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 10px 0px rgba(202, 221, 243, 0.5);
    width: 70px;
    height: 70px;
    margin: 0 auto;
    line-height: 70px;
    border-radius: 50%;
    font-size: 28px;
    color: #ffc77e;
  }
  .about-us-standard .top-icon-box span {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    color: rgba(36,69,116,0.55);
    padding-top: 30px;
  }
  .about-us-standard .single-block .block-title {
    font-weight: 600;
    font-size: 37px;
    color: #244574;
  }
.about-us-standard .single-block p {
    font-size: 17px;
    line-height: 32px;
    color: #798598;
    font-weight: 300;
    text-align: justify;
}
  .about-us-standard .single-block .author-data {padding: 38px 0 0 40px;}
  .about-us-standard .single-block .author-data .name {
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    font-size: 16px;
    text-transform: uppercase;
    color: #3e3e3e;
    position: relative;
  }
  .about-us-standard .single-block .author-data .name:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 2px;
    background: #666666;
    top:8px;
    left:-40px;
  }
  .about-us-standard.agency-style .row {padding-bottom: 60px;}
  .about-us-standard.agency-style .row:last-child {padding: 0;}
  .about-us-standard.agency-style .row:nth-child(even) .img-box img {margin-top: -185px;}
  /*--------------------Counter---------------------*/
  .theme-counter-two {border-top:1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9;}
  .theme-counter-two .single-counter-box:nth-child(2) {border-left:1px solid #e9e9e9; border-right: 1px solid #e9e9e9;}
  .theme-counter-two .single-counter-box {padding: 95px 15px 95px 7%;}
  .theme-counter-two .single-counter-box .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .theme-counter-two .single-counter-box .icon-box img {
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .theme-counter-two .single-counter-box:nth-child(1) .icon-box {background: linear-gradient( 120deg, rgb(249,154,120) 0%, rgb(255,83,140) 100%);}
  .theme-counter-two .single-counter-box:nth-child(2) .icon-box {background: linear-gradient( 120deg, rgb(81,236,112) 0%, rgb(36,189,155) 100%);}
  .theme-counter-two .single-counter-box:nth-child(3) .icon-box {background: linear-gradient( 120deg, rgb(108,71,218) 0%, rgb(224,129,255) 100%);}
  .theme-counter-two .single-counter-box .text {padding-left: 30px;}
  .theme-counter-two .single-counter-box .text .number {font-size: 36px;color: #3e3e3e;}
  .theme-counter-two .single-counter-box .text p {font-size: 18px;color: #a4a7ac;margin-top: -8px;}
  /*--------------------- Academy Featurese ----------------------*/
  .featurese-action-banner {
    background-image: url(../images/banner/feature-bg.jpg);
    animation: imageBgAnim 50s infinite linear alternate;
  }
  .featurese-action-banner .overlay {
    background:rgb(28 158 209 / 95%);
    padding: 100px 0;
}
 .featurese-action-banner .single-block {
    background-color: #fff;
    padding: 20px 20px;
    min-height: 200px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.featurese-action-banner .text-wrapper_feat .single-block .icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      position: absolute;
      top: 15px;text-align: center;
      /*left: 0;*/
  }
.featurese-action-banner .single-block .icon i {
    font-size: 25px;
    color: #fff;
}
  .featurese-action-banner .text-wrapper_feat .single-block .icon i {
    margin: 0 auto;
    position: relative;
    top:50%;z-index: 9;
    transform: translateY(-50%);
  }
  .featurese-action-banner .text-wrapper_feat .single-block .icon:before {
    content: '';
    top:-10px;z-index: 1;
    right: -10px;
    bottom: -10px;
    left: -10px;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: hvr-ripple-out-two 2s linear infinite;
    animation: hvr-ripple-out-two 2s linear infinite;
  }
  .featurese-action-banner .text-wrapper_feat:nth-child(1) .single-block .icon {background: #a16fff;}
  .featurese-action-banner .text-wrapper_feat:nth-child(1) .single-block .icon:before {z-index: 1;background: #bc99fd;}
  .featurese-action-banner .text-wrapper_feat:nth-child(2) .single-block .icon {background: red;}
  .featurese-action-banner .text-wrapper_feat:nth-child(2) .single-block .icon:before {z-index: 1;background: red;}
  .featurese-action-banner .text-wrapper_feat:nth-child(3) .single-block .icon {background: #acadb1;}
  .featurese-action-banner .text-wrapper_feat:nth-child(3) .single-block .icon:before {z-index: 1;background: #acadb1;}
  .featurese-action-banner .text-wrapper_feat:nth-child(4) .single-block .icon {background: #ee8c5b;}
  .featurese-action-banner .text-wrapper_feat:nth-child(4) .single-block .icon:before {z-index: 1;background: #ee8c5b;}
  .featurese-action-banner .text-wrapper_feat:nth-child(5) .single-block .icon {background: #3c3c78;}
  .featurese-action-banner .text-wrapper_feat:nth-child(5) .single-block .icon:before {z-index: 1;background: #3c3c78;}
  .featurese-action-banner .text-wrapper_feat:nth-child(6) .single-block .icon {background: #f4b382;}
  .featurese-action-banner .text-wrapper_feat:nth-child(6) .single-block .icon:before {z-index: 1;background: #f4b382;}
 .featurese-action-banner .single-block .title {
    font-size: 22px;
    color: #244574;
    padding: 55px 0 15px;
}
  /*--------------------- Video Action Banner Two ----------------------*/
  .theme-action-banner-two {
    position: relative;
    background: url(../images/home/13.html) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    padding: 150px 0 160px;
    z-index: 1;
  }
  .theme-action-banner-two:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    background: rgba(0,0,0,0.18);
    z-index: -1;
  }
  .theme-action-banner-two .title {
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    font-size: 48px;
    color: #fff;
    padding: 0 200px;
  }
  .theme-action-banner-two .banner-button {
    width: 210px;
    line-height: 53px;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 3px;
    margin-top: 65px;
  }
  
  /*----------------------- Our Service ---------------------*/
  .our-service .our-history .img-box {
    position: relative;
    overflow: hidden;
    padding-bottom: 180px;
  }
  .our-service .our-history .img-box .bottom-img {
    position: absolute;
    right: -65px;
    bottom:0;
    border:30px solid #fff;
  }
  .our-service .our-history .text-wrapper {padding: 80px 0 0 180px;}
  .our-service .our-history .text-wrapper p {
    color: #67707e;
    font-size: 20px;
    line-height: 35px;
    padding-top: 30px;
  }
  .service-creative .service-block .img-box {margin-top: 0px;}
  .service-creative .service-block .service-info .num {
    font-size: 80px;
    color: rgba(255,255,255,0.2);
    line-height: 70px;
    margin-bottom: 30px;
  }
  .service-creative .service-block .service-info .service-title a {color: #fff;font-size: 25px;}
  .service-creative .service-block .service-info p {
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    padding: 5px 0 40px;text-align: justify;
  }
  .service-creative .service-block .service-info .read-more {color: #fff;}
  .service-creative .service-block:nth-child(even) .service-info {padding-left: 0px;}
  .service-creative .service-block:nth-child(odd) .service-info {padding-right: 0px;}
  .service-creative .service-block:nth-child(odd) .img-box {float: right;}
  .service-info { padding-top: 0px;}
 .service-creative .service-block .read-more {
    font-size: 38px;
    line-height: 20px;}
.courses_listed.service-creative .service-block:nth-child(1) .course_service, 
.courses_listed.service-creative .service-block:nth-child(11) .course_service{background-color: #4a7bf0;padding: 110px 0 125px;} 
.courses_listed.service-creative .service-block:nth-child(2) .course_service, 
.courses_listed.service-creative .service-block:nth-child(12) .course_service{background-color: #02b2fe;padding: 110px 0 125px;} 
.courses_listed.service-creative .service-block:nth-child(3) .course_service, 
.courses_listed.service-creative .service-block:nth-child(13) .course_service{background-color: #549cff;padding: 110px 0 125px;} 
.courses_listed.service-creative .service-block:nth-child(4) .course_service, 
.courses_listed.service-creative .service-block:nth-child(14) .course_service{background-color: #1fc0a6;padding: 110px 0 125px;} 
.courses_listed.service-creative .service-block:nth-child(5) .course_service, 
.courses_listed.service-creative .service-block:nth-child(15) .course_service{background-color: #f9af89;padding: 110px 0 125px;} 
.courses_listed.service-creative .service-block:nth-child(6) .course_service{background-color: #7f9aea;padding: 110px 0 125px;} 
.courses_listed.service-creative .service-block:nth-child(7) .course_service{background-color: #fb316c;padding: 110px 0 125px;}    
.courses_listed.service-creative .service-block:nth-child(8) .course_service{background-color: #7f9aea;padding: 110px 0 125px;} 
.courses_listed.service-creative .service-block:nth-child(9) .course_service, 
.courses_listed.service-creative .service-block:nth-child(16) .course_service, 
.courses_listed.service-creative .service-block:nth-child(18) .course_service{background-color: #2d92b0;padding: 110px 0 125px;} 
.courses_listed.service-creative .service-block:nth-child(10) .course_service, 
.courses_listed.service-creative .service-block:nth-child(17) .course_service, 
.courses_listed.service-creative .service-block:nth-child(19) .course_service{background-color: #42a6be;padding: 110px 0 125px;} 
.courses_listed.service-creative .service-block:nth-child(20) .course_service,
.courses_listed.service-creative .service-block:nth-child(22) .course_service
{background-color: #f9af89;padding: 110px 0 125px;}
.courses_listed.service-creative .service-block:nth-child(21) .course_service,
.courses_listed.service-creative .service-block:nth-child(23) .course_service
{background-color: #febd9b;padding: 110px 0 125px;}   
 /*------------------- Contact us -------------------*/
  #contact-form .form-group {position: relative;margin-bottom: 22px;}
  #contact-form .form-group input,#contact-form .form-group textarea {
    border: 1px solid #ebebeb;
    width: 100%;
    max-width: 100%;
    color: #989ca2;
    background: transparent;
  }
  #contact-form .form-group input:focus,#contact-form .form-group textarea:focus {border-color: #545454;}
  #contact-form .form-group ::placeholder {color: #989ca2;;opacity: 1;}
  #contact-form .form-group :-ms-input-placeholder {color: #989ca2;;}
  #contact-form .form-group ::-ms-input-placeholder {color: #989ca2;;}
  #contact-form .form-group input {height: 60px;padding: 0 25px;}
  #contact-form .form-group textarea {
    height: 190px;
    max-height: 190px;
    resize:none;
    padding: 20px 25px;
  }
  #contact-form .form-group .help-block {
    position: absolute;
    left: 0;
    bottom: -12px;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    padding: 0 15px;
    border-radius: 3px;
    box-shadow: 0px 10px 25px 0px rgba(123,147,171,0.15);
  }
  #contact-form .form-group .help-block li {position: relative;}
  #contact-form .form-group .help-block li:before {
    content: '';
    font-family: 'font-awesome';
    position: absolute;
    top:-12px;
    left:0;
  }
  #contact-form button {margin-top: 35px;}
  .contact-us-section .contact-info {padding-left: 100px;}
  .contact-us-section .contact-info .title {
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-size: 38px;
    line-height: 55px;
    color: #3e3e3e;
    margin: -8px 0 25px;
  }
  .contact-us-section .contact-info p {font-size: 20px;color: #798598;}
  .contact-us-section .contact-info .call {
    font-size: 27px;
    color: #3e3e3e;
    margin: 25px 0 40px;
  }
  .contact-us-section .contact-info .call:hover {text-decoration: underline;}
  .contact-us-section .contact-info ul li {display: inline-block;}
  .contact-us-section .contact-info ul li a {
    width: 40px;
    line-height: 36px;
    border: 2px solid #e8e8e8;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    color: #dbdbdb;
    margin-right: 5px;
  }
  .contact-us-section .contact-info ul li a:hover {color: #fff;}
  
  #contact-form.form-style-two .form-group input:focus,#contact-form.form-style-two .form-group textarea:focus {border-bottom-color: #545454;}
  .contact-address { padding: 70px 0 70px;}
  .contact-address .address-block {padding-top: 40px;    text-align: center;}
  .contact-address .address-block .icon-box {display: inline-block;height: 70px;}
  .contact-address .address-block h5 {font-size: 22px; font-weight:500;padding: 18px 0 20px;}
  .contact-address .address-block p,.contact-address-two .address-block p a {color: #939ba9;}
  .contact-address .address-block ul li {display: inline-block;margin: 10px 8px 0;}
  .contact-address .address-block ul li a {font-size: 20px;color: #d3d3d3;}
  .contact-minimal .inner-wrapper {background: #2f2f2f;padding: 60px 15px 80px 100px;}
  .contact-minimal .inner-wrapper .contact-form {max-width: 585px;}
  
  .form-style-three .send-button {
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    width: 193px;
    line-height: 51px;
    border: 2px solid #fff;
    font-size: 17px;
    color: #fff;
    background: transparent;
  }
  .contact_form {
    margin-top: 100px;
}
.contact-us-section .contact-info ul li a {
    width: 40px;
    line-height: 36px;
    border: 2px solid #e8e8e8;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    color: #dbdbdb;
    margin-right: 5px;
}
.contact-address .address-block p a {color: #ec7338;}
 /*----------------- Certificate -----------------*/
  .certificate_section {
    padding: 70px 0;
}
/*------------------ Opportunity -----------------*/
.opportunity_content_section { margin: 60px 0;}
.opportunity_content_text h5 {margin-top: 30px;}
.opportunity_content_text p {text-align: justify; font-weight: 300;}
.opp_text-columes {background-color: #f9f9f9;  padding: 40px 40px; text-align: justify;}
.opp_text-columes h3 { font-size: 30px; margin-bottom: 10px;}
.opp_text-columes p {font-weight: 300; color: #666;}
  /*------------------------------ Sign Up ----------------------------*/
  .kb_login-card {
    background-color: #fff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    border-radius: 0.35rem;
    border: 1px solid #e3e6f0;
   margin-top: 10%;
}

.login-left-area {
    background-color: #f8faff;    height: 100%;
}
.signin-form-wrapper{
 padding: 40px 30px;}
.signUp-page .oval-one {
    position: absolute;
    right: -3%;
    top: 48%;
    animation: jump 8s infinite linear;
}
.signUp-page .shape-three {position: absolute;top:1%;right: 32%;
animation: animationFramesTwo 13s infinite linear;}
.signUp-page .shape-four {
    position: absolute;
    left: 4%;
    top: -9%;
    animation: rotated 2s infinite linear;
}
.signUp-page .shape-five {position: absolute;  top: 50%;
  left: 50%; animation: animationFramesThree 35s alternate infinite linear;}  
.signUp-page .shape-six {position: absolute; top: 70%; right: 3%;animation: animationFramesFour 20s alternate infinite linear;}
.signUp-page .shape-seven {position: absolute;
bottom: 2%; right: 28%; animation: animationFramesOne 15s infinite linear;}
.signUp-page .shape-eleven {
    position: absolute;
    bottom: 8%;
    left: 71%;
    animation: animationFramesOne 15s infinite linear;
}
.signUp-page .shape-eight {position: absolute; bottom: 3%; left: 38%;
animation: animationFramesFour 20s alternate infinite linear;}
.signUp-page .shape-nine {position: absolute; top: 4%;left: 4%;
    animation: animationFramesOne 17s infinite linear;}   
.signUp-page .shape-ten { position: absolute; top: 20%; left: 4%; animation: animationFramesOne 20s alternate infinite linear;}
  .signUp-page {position: relative;min-height: 100vh;overflow: hidden;}
  .signUp-minimal {padding-left: 15px;padding-right: 15px;}
  .signUp-minimal .sign-up-form-wrapper {
    max-width: 650px;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    padding: 70px 80px 60px;
    position: relative;
  }
 .signin-form-wrapper {
    margin-top: 0%;
}
.login_logo {
    margin-bottom: 0;
    text-align: center;
    padding-top: 20px;
}
  .signUp-page .title-area p {font-size: 20px;padding: 5px 0 35px;}
  .signUp-page .social-icon-wrapper a {
    display: block;
    text-align: center;
    line-height: 55px;
    font-size:20px;
    color: #fff;
    margin-top: 10px;
  }
  .signUp-page .social-icon-wrapper .gmail {background: #d93025;}
  .signUp-page .social-icon-wrapper .facebook {background: #4267b2;}
  .signUp-page .social-icon-wrapper a .fa {font-size: 18px;margin-right: 5px;vertical-align: 1px;}
  .signUp-page .or-text {position: relative;text-align: center;margin: 50px 0 45px;}
  .signUp-page .or-text:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e2e2e2;
    left:0;
    top:14px;
    z-index: -1;
  }
  .signUp-page .or-text span {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: #454545;
    background: #fff;
    width: 50px;
  }
  .signUp-page form ::placeholder {color: #bcbcbc;opacity: 1; /* Firefox */}
  .signUp-page form :-ms-input-placeholder {color: #bcbcbc;}
  .signUp-page form ::-ms-input-placeholder {color: #bcbcbc;}
  .signUp-page form .input-group {position: relative;z-index: 1; margin-bottom: 17px;}
.signUp-page form .input-group input {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background: transparent;
    height: 50px;
    font-size: 15px;
    color: #6e707e;
    position: relative;
    padding: 0 15px;
}
/*
  .signUp-page form .input-group input:focus ~ label,
  .signUp-page form .input-group input:valid ~ label {top: -12px;}
  .signUp-page form .input-group input:focus {border-color:#ec7135 !important;}
  .signUp-page form .input-group input:focus,
  .signUp-page form .input-group input:valid {padding-top: 18px;}*/
  .signUp-page .selectize-control {width: 100%;}
  .signUp-page .input-group .selectize-input {
    width: 100%;
    line-height: 60px;
    height: 60px;
    border-radius: 5px;
    border: none;
    border: 1px solid #e0e0e0;
    box-shadow: none;
    outline: none;
    padding: 0 20px;
    background: transparent;
  }
  .signUp-page .input-group .selectize-input input {font-size: 15px;}
  .signUp-page .selectize-input .item {font-size: 18px;color: #454545;}
  .signUp-page .selectize-dropdown {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-top: none;
    box-shadow: 0px 50px 100px 0px rgba(229, 232, 235, 0.2);
    cursor: pointer;
  }
  .signUp-page .selectize-dropdown .option {font-size: 14px;color: #1a1a1a;line-height: 22px;}
  .signUp-page .selectize-dropdown .option:hover,
  .signUp-page .selectize-dropdown .active {color: #fff; background:#1a1a1a; }
  .signUp-page .selectize-control.single .selectize-input:after {right: 8px;}
  .signUp-page .acType-content h4 {font-size: 28px;}
  .signUp-page .acType-content p {padding: 8px 0 25px;}
  .signUp-page .acType-content .acType-list {margin: 0 -22px;}
  .signUp-page .acType-content .acType-list li {float: left;padding: 0 22px;}
  .signUp-page .acType-content .acType-list li>div {position: relative;}
  .signUp-page .acType-content .acType-list li>div input {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .signUp-page .acType-content .acType-list li>div label {
    position: relative;
    font-size: 16px;
    line-height: 15px;
    color: rgba(47,52,62,0.8);
    cursor: pointer;
    padding-left: 25px;
    margin: 0 0 15px;
    transition: all 0.1s ease-in-out;
  }
  .signUp-page .acType-content .acType-list li>div label:before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #d6d6d6;
    position: absolute;
    left:0;
    top:0;
    transition: all 0.1s ease-in-out;
  }
  .signUp-page .acType-content .acType-list li>div input:checked + label:before {border-color: #FF3A46;}
  .signUp-page .acType-content .acType-list li>div input:checked + label {color:rgba(47,52,62,1); }
  .signUp-page .acType-content {border-bottom: 1px solid #e0e0e0;padding-bottom: 65px;}
  .signUp-page .agreement-checkbox label {
    position: relative;
    font-size: 16px;
    color: rgba(47,52,62,0.6);
    cursor: pointer;
    padding-left: 22px;
    margin: 30px 0 35px;
    transition: all 0.1s ease-in-out;
  }
  .signUp-page .agreement-checkbox input[type="checkbox"] {display: none;}
  .signUp-page .agreement-checkbox label:before {
    content: '';
    width: 12px;
    height: 12px;
    line-height: 10px;
    border-radius: 2px;
    border: 1px solid #d5d5d5;
    font-size: 8px;
    text-align: center;
    position: absolute;
    left:0;
    top:6px;
    transition: all 0.1s ease-in-out;
  }
  .signUp-page .agreement-checkbox input[type="checkbox"]:checked + label:before {
    content: "";
    font-family: 'font-awesome';
    background: #373737;
    color: #fff;
    border-color:  #373737;
  }
  .signUp-page .agreement-checkbox input[type="checkbox"]:checked + label {color:#373737; }
  .signUp-page.signUp-minimal .agreement-checkbox label {margin-top: 0;}
  .signUp-page.signUp-minimal form .line-button-one {width: 100%;border-radius: 5px;}
  .signin-form-wrapper .title-area {margin-bottom: 50px;}
.signUp-standard .signin-form-wrapper #login-form .input-group input {
    border: 1px solid #e0e0e0;
    background-color: #fff;border-radius: 10rem;
}
  .signUp-standard .signin-form-wrapper #login-form .input-group label {left: 10px;}

  #login-form .agreement-checkbox label {margin: 0;}
  #login-form .agreement-checkbox a {font-size: 16px;color: rgba(47,52,62,0.6);}
  #login-form .agreement-checkbox a:hover {color: #212121;}
  #login-form .agreement-checkbox  {margin-bottom: 55px;}
  .signin-form-wrapper .signUp-text {font-size: 20px;padding-top: 40px;}
  #login-form button {text-transform: uppercase;}
  .signUp-minimal .signin-form-wrapper {
    max-width: 520px;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    padding: 70px 65px 35px;
    position: relative;
  }
  .signUp-minimal .signin-form-wrapper .signUp-text {font-size: 17px;padding-top: 35px;}
  
  
  /*----vision-mision----*/
  .vision_content {padding: 40px 0;}
  .vision_content h3 {font-size: 30px; margin-bottom: 10px;}
  /*----//vision-mision----*/


  /*----asp-programe-page----*/
  .asp_work {
    padding: 70px 0;    overflow: hidden;
}
.promotion-content h3 {
    font-size: 30px;color: #fff;margin-bottom: 21px;
}
.promotion-content p {
    color: #fff;
    font-weight: 300;
    text-align: justify;
}
.promotion-wrapper {    background-position: center;
    padding: 90px 0;
    background-image: linear-gradient(90deg, transparent 20%, #3cabbe 45%), url(../images/banner/bg.jpg);
    background-attachment: fixed;
}
.promotion-content {background-image: url(../images/shape/map.png); background-position: top;}
.work-day_section {background-color: #f9fbfe; padding: 70px 0;}
.wds_content h3 {font-size: 32px;}
.work_day_text p {
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    margin-top: 20px;
}
.wtb_pik img {
    margin: 0 auto;
}
.wds_content {
    margin-bottom: 50px;
}
.what_Expert_content {margin-top: 60px;}
.what_Expert_content h3 {
    margin-bottom: 10px;
    font-size: 35px;
}
.what_Expert_content p {
    text-align: justify;
    font-weight: 300;
}
.join_us a {
    background-color: #ee7f49;
    color: #fff;
    padding: 15px 40px;
    border-radius: 7px;
}
.join_us a:hover {
    background-color: #aaabaf;
    color: #fff;
}
.join_us {
    margin-top: 20px;
}
.faq-page.faq-tab-wrapper.asp_faq-section {
    background: #f9fbfe;
    padding: 70px 0;
    margin-top: 70px;
}

.signUp-illustration.sr_mtj {
    background-color: #f4f4f4;
}

.Management-Desk {
    padding: 30px 0;
    background-color: #fafafa;
}
.management-con p {
    text-align: justify;
    font-weight: 300;
}

/*certificate*/
.certificate_associate {
    background-color: #fff;
    box-shadow: 0px 0 10px rgb(207 207 207 / 50%);
    height: 190px;
    margin: 20px 0;    border: 2px solid #fff;
}
.certificate_associate a {
    padding: 20px 20px;
    width: 100%;
}
.certificate_associate img {
    margin: 0 auto;
}
.certificate_associate:hover {
    box-shadow: 0px 0 10px rgb(207 207 207 / 50%);
    border: 2px solid #eee;
    border-left-color: rgb(236 113 53 /90%);
    border-right-color: rgb(236 113 53 /90%);
}
.gallery_wrap.certificate-im .img-box { border: 2px solid  rgb(236 113 53 /90%);}
.associated-with_logos {margin-top: 60px;}
.certificate_associate.ass-withus {height: auto;}
ul.navbar-nav.asp_header-nav li a {
    color: #000 !important;
}
.service-info ul.list-inline li {
    list-style: none;
    display: inline-block;
    color: #fff;
    margin: 0 20px 0 0;
}


.error {
    color: red;
}