@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto Sans:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
  background: #fff;
  color: #222;
  font-family: 'Noto Sans', sans-serif;
};
a {
  color: #303293;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 18px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
main {
  min-height:100vh;
  height: 100%;
}

.back-to-top {
  position: fixed;
  display: block;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #303293;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 90px;
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
  background:#FFF;
  border-bottom: 1px solid #ccc;
}

#header.header-scrolled,
#header.header-pages {
  height: 90px;
  padding: 10px 0;
background: white;
box-shadow: 0 0px 22px rgba(0, 0, 0, 0.3);
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0px 0;
  height: 55px;
  width: auto;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  position: relative;
  background: url("../img/intro-bg.jpg") center bottom no-repeat;
  background-size: cover;
  padding: 250px 0 130px 0;
}

#intro .intro-img {
  width: 50%;
  float: right;
}

#intro .intro-info {
  width: 55%;
  float: left;
}
#intro .intro-info h1 {
  margin-bottom: 40px;
  font: normal normal 800 48px/67px Noto Sans;
  color:#fff;
  margin-bottom:10px;
}
#intro .intro-info h3 {
  margin-bottom: 40px;
  font: normal normal 300 18px/27px Noto Sans;
  color:#fff;
}
#intro .intro-info h2 {
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}

#inner-intro {
	width: 100%;
  position: relative;
  background:#fff;
  background-size:cover ;
  padding: 80px 0 80px 0;
  background: url(../img/about-inner.jpg) center top no-repeat !important;
  background-size: cover !important;
  margin-top: 80px !important;
}
#inner-intro h1 {
	font: normal normal bold 44px/51px Poppins;
letter-spacing: 0px;
color: #0C2238;
}
#inner-intro h3 {
font: normal normal 300 20px/30px Poppins;
margin-top:30px;
letter-spacing: 0px;
color: #DD1F26;
}


.main-nav a.btn-get-started, .btn-get-started{
  font-size: 12px;
    font-weight: 600;
    display: inline-block;
    border-radius: 50px;
    transition: 0.5s;
    margin: 16px 0;
    color: #303293;
    line-height: 29px;
}

a.btn-get-started, .btn-get-started {
  border: 2px solid #c88629;
  color: #c88629;
}

a.btn-get-started:hover, .btn-get-started:hover {
  background: none;
  border: 2px solid #c88629;
  color: #c88629;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  padding:0px  20px;
  transition: 0.3s;
  text-decoration:none;
  font: normal normal 600 16px/67px Noto Sans;
  color: #222;
  text-transform:uppercase;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
 color: #c78425;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #004289;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #303293;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family:  'Noto Sans', sans-serif;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #004289;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.heads{
    text-align: center;
    color: #f63;
    font-weight: 700;
}
/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #283d50;
  font-weight: 500;
  position: relative;
    text-align: center;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #ecf5ff;
}



.section-head h2 {
	font: normal normal 800 35px/48px Noto Sans;
	margin-bottom: 0px;
	color: #333594;
} 

#welcome, #why-us, #about_us {
	padding:80px 0px;
}

.serve-box {
	margin:15px 0px;
	background:#c78425;
	border-radius:15px;
	padding:20px;	
}
.serve-box h3 {
	color:#fff;
	font-weight:500;
}
.serve-box p {
	color:#fff;
	font-weight:300;
}

#why-us {
  background: #edeae5;
}

#why-us ul{
	margin:50px 0px;
}

#why-us ul li{
	list-style:none;
	line-height:50px;
	font-weight:500;
	border-bottom:0.5px solid #d9dde1;
	padding-inline-start:0px;
}
#why-us ul li::before {
content: '';
    display: inline-block;
    height: 30px;
    width: 30px;
    background-size: cover;
    background-image: url('../img/checked.png');
    background-repeat: no-repeat;
    margin-right: 10px;
    background-position: center center;
vertical-align: middle; }

/* About Us Section
--------------------------------*/


#about {
  background: #fff;
}


#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon i {
  color: #303293;
  font-size: 24px;
}

#about .about-container .icon-box:hover .icon {
  background: #303293;
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: #283d50;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#about .about-extra {
  padding-top: 100px;
}

.subhead{
    font-weight: 100;
    font-size: 20pt !important;
}
.about-heads {
    font-weight: 700;
    color: #f63;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}


/* Contact Section
--------------------------------*/

#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
    background-image: url(contact-bg.jpg);
}

#contact button{
    width: 100%;
    border-radius: 0 !important;
    color: #fff;
    background: #f63 !important;
}

#contact .section-header {
  padding-bottom: 30px;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #303293;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family:  'Noto Sans', sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #303293;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #303293;
}

#contact .social-links a:hover {
  background: #303293;
  color: #fff;
}

#contact .info {
  color: #283d50;
}

#contact .info i {
  font-size: 32px;
  color: #303293;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #303293;
  border: 1px solid #303293;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: #303293;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#contact .form button[type="submit"]:hover {
  background: #0067d5;
  cursor: pointer;
}
.gate-address {
	background:#454545;
	padding:10px 25px;
	border-radius: 5px;
	border-bottom:5px solid #303293;
}
.gate-address h4 {
  font-weight:bold;
  color:#fff;
}
.gate-address ul {
  list-style: none;
  padding: 0;
  margin-left: 25px;
}
.gate-address ul li {
  padding-left: 1.3em;
  color:#fff;
}
.gate-address ul li:before {
  font-family: FontAwesome;
  color: #0fa9ff;
  display: inline-block;
  margin-left: -1.3em; 
  width: 1.3em;
  font-size:18px;
  
}
.gate-address ul li#map-icon:before {
  content: "\f041";
}
.gate-address ul li#phone-icon:before {
  content: "\f095";
}
.gate-address ul li#envelope-icon:before {
  content: "\f0e0";
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.quote {

    font-weight: 100 !important;
    font-size: 39pt !important;
    line-height: 49px !important;
    opacity: 0.3;
    padding-top: 21px !important;

}

#footer {
  background: #000000;
  padding: 0 0 0 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #643b00;
  padding: 20px 0 20px 0;
}

#footer .copy-links a{
	font: normal normal normal 14px/27px Noto Sans;
letter-spacing: 0.49px;
color: #fff;
text-decoration:none;
margin:0px 20px;
cursor: pointer !important;
}
#footer .copy-links a:hover {
	color:#c78425;
  cursor: pointer !important;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (max-width: 991px) {
  #header {
    height: 85px;
    padding: 10px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #intro {
    padding: 140px 0 60px 0;
  }

}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 574px) {
  #intro {
    padding: 60px 0 20px 0;
	background-size:cover !important;
  }
   #inner-intro {
	   background-size:cover !important;
	   padding: 104px 0 20px 0 !important;
	margin-top:0px !important;
  }
  .intro-info.header.p-5 {
    padding: 0px !important;
}
  #intro .intro-info h3 {
	  display:none;
}
#intro .intro-info h1 {
    font: normal normal 800 25px/30px Noto Sans !important;
	margin: 20px 0px;
 }

#intro .intro-info {
    width: 100% !important;
}
#header .logo img {
    width: 70px;
}
.section-head h2 {
	font: normal normal 800 23px/48px Noto Sans !important;
}
#welcome, #why-us, #about_us {
    padding: 30px 0px;
}
.serve-box {
    height:auto !important;
}
.copy-links {
	justify-content: space-between !important;
	
}
.copy-links a {
	margin: 0px 13px !important;
  cursor: pointer !important;
}
}

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1234px !important;
}
}
/************Login**********************/
.login-card{
	margin-top:50px;
}
.login {
    width: 100%;
    max-width:410px;
    padding: 15px;
    margin: 0 auto;
	border:1px solid #ddd;
	padding:50px 50px;
	background:#f2f2f2;
}
.login a {
	text-decoration:none;
}
.login label {
	color:#424242;
	font-size:16px;
}
.login input, .login select {
	border-bottom:1px solid #303293; 
	border-radius:0px;
}
.login select {
	color:#0f1eec;
	font-size:22px;
	padding:6px 0px;
	font-weight:bold;
}
.login input:focus, .login select:focus{
	outline:none !important;
	box-shadow: none !important;
}
.login button {
	background:#303293; 
	height:40px;
	font-size:18px;
	border-radius:0px !important;
}
table.table th, table.table td {
	font-size:13px !important;
	padding: 0.4rem 0.4rem;
}
table.table td {
	color:#000 !important;
font-weight:bold;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #c78425;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #2e3092;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
text-decoration:none;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
	text-decoration:none;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #c78425;
  padding: 8px;
  border: 2px dotted #dcb277;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 0px 0 60px;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #d4e5fc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #2e3092;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #0d58ba;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #2e3092;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background-position: center center;
  background-size: cover;
  position: relative;
  background:#222;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
  /* .captcha-actions {
 width: 111px !important
  } */
}
/* .captcha-actions {
  width: 50% !important
   }
#captcahCanvas {
  width: 50% !important;
  height: 50px !important;
} */
/* .captcha-container {
  width: 345px !important;
  box-shadow: 1px 1px 1px 0 transparent !important;
  display: flex;
} */
  /* .captcha-actions  {
    display: flex;
  }
  .captcha-actions input[type=text] {
    width: 100%;
  } */
  /* .captcha-actions input:nth-child(2)  {
      display: none !important;
  } */
  /* .captcha-actions a.cpt-btn  {
    display: none !important;
  }
  .captcha-actions a.cpt-btn.reload  {
    display:block !important;
    border: 1px solid #ccc;
    border-radius: 0px 10px 10px 0px;
  } */

/* .captcha-actions{
  display: none;
} */
