
body {
   font-family: 'Calibri';
    font-size: 16px;
    color: #444;
    line-height: 1.2;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    font-size: 20px;
   
}
.no-padding {
    padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Calibri';
}

/*------------------------*/
.button {
  border-radius: 4px;
  background-color: #f9840f;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 0px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button:hover {
    box-shadow: 0 0 0 4px #fff, 
	0 0 0 8px #f9840f;

}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  letter-spacing: 0px;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
  

}

.button:hover span:after {
  opacity: 1;
  right: 0;
}


/*.form-group.cntct-frm-ad input, .cnt-textarea {
    border-radius: 6px;
}*/

/*------------------*/

.btn{   
    border-radius: 0;
    float: right;
    /*padding-top: 1em;*/
    border: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    -ms-transition: .3s ease-in-out;button btn-infm
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-right:-90px
    -display:inline-block;
}
ul{
    margin-bottom: 0px;
    padding: 0px;
}
li {
    list-style: none;
}
a:hover{
    text-decoration: none;
}
.form-control {
    border-radius: 0;
}
/*a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
}*/
img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block;
}


/*-----------------------------------
Header
--------------------------------------*/

button.button.head-enq {
    margin-top: 18px;
    margin-right: 40px;
    font-size: 18px;
    width: 150px;
    height: 37px;
    background: #ff9b39;
}

button.button.head-enq {
    margin-top: 13px;
    margin-right: 65px;
    font-size: 18px;
    width: 174px;
    height: 40px;
    background: #ff9b39;
    border-radius: 11px;
}


.logo>a>img {
    padding: 10px 0px;
    width: 75%;
    transition: all 0.50s ease-in-out;
}
.header_top.active .logo>a>img {
    width: 70%;
    transition: all 0.50s ease-in-out;
}
.header_top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 999;
    transition: all 0.50s ease-in-out;
    height: 100px;
    background: #fff;
    box-shadow: 0px 2px 0px 0px #0000001a;
}
.header_top.active {
    background: #fffefd;
    -webkit-box-shadow: inset 0 6px 25px rgba(0, 0, 0, 0.01), 0 0 25px rgba(197, 204, 216, 0.85);
    -moz-box-shadow: inset 0 6px 25px rgba(0, 0, 0, 0.01), 0 0 25px rgba(197, 204, 216, 0.85);
    box-shadow: inset 0 6px 25px rgba(0, 0, 0, 0.01), 0 0 25px rgba(153, 162, 145, 0.85);
    height: 84px;
    border-bottom: 1px solid #00a65100;
    transition: all 0.50s ease-in-out;
}

.header_top.active nav.navbar.navbar-default.menu-nav {
    padding: 6px 0px;
    transition: 0.50s ease-in-out;

}


/*-----------------------------------
Header
--------------------------------------*/
/*----------header -button-hover--------*/


.stellarnav>ul>li.active a {
    color: #f9840f;
}

.stellarnav>ul>li.active>a:after {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #f9840f;
}
 
a.buttona:after {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #f9840f;
}
.buttona:hover {
    cursor: pointer;
}
.buttona:hover:after {
    width: 100%;
    left: 0;
}
button.focus {
    background: #f9840f;
    color: #fff;
    height: 40px;
    border: 1px;
    width: 100%;
    font-size: 20px;
    border-radius: 10px;
}

.padd.abt-padd {
    padding: 100px 0px;
}


.padd {
    padding: 150px 0px 150px;
}
.padd.course-padd {
    padding:80px 0px 40px;
}

.padd.methods-padd {
    padding: 125px 0px;
}

ul.submenu_ul.mic {
    width: 350px;
}
a.buttona i {
    color: #f9840f;
    position: relative;
    top: 3px;
}
/*---------------------------------------------
Home page
-----------------------------------------------*/
div#technical-one {
    scroll-margin-top: 5em;
}

div#technical-two {
    scroll-margin-top: 5em;
}
div#technical-three {
    scroll-margin-top: 5em;
}
div#technical-four {
    scroll-margin-top: 5em;
}
div#technical-five {
    scroll-margin-top: 5em;
}
.skill {
    background: url(../images/banner.jpg);
    width: 100%;
    height: 980px;
    background-repeat: no-repeat;
    background-position: center;
}
.enterprise h1 {
    color: #fff;
    font-size: 70px;
}

.enterprise {
    position: absolute;
    top: 18em;
}
.btn-1{
    width: 35%;
}
.enterprise p {
    color: #adb5bc;
}
.our-course-1{
    background: url(../images/course-bg.png);
    background-repeat: no-repeat;
    background-position: -4% -2%;
    background-size: 15%;
}
.our-courses {
    text-align: center;
    color: #00254a;
    padding-bottom: 50px;
}
.our-courses h1 {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 55px;
    margin-top: 0px;
    margin-bottom: 25px;
}
.our-courses p {
    text-align: center;
    width: 60%;
    margin-left: 13em;
    margin-bottom: 20px;
    color: #898989;
    line-height: 24px;
    font-size: 21px;
    margin-top: 25px;
}


button.button.banner-btn {
    padding: 10px 0px;
    font-size: 24px;
}


/* Style tab links */
.tablink {
    background-color: #ffffff;
    color: #f9840f;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 24px;
    width: 23%;
    border-radius: 16px;
}


.our-courses button.tablink {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: -22px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
        padding: 10px 0px;
}

button.tablink.tech {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.tablink:hover {
  background-color: #fff;
}
button.tablink {
    border: 2px solid #f9840f;
}
/*.lead {
    border-radius: inherit;
    border-bottom-right-radius: 23px;
    border-top-right-radius: 23px;
}
.tech {
    border-radius: inherit;
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
}*/
/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: white;
    display: none;
    padding: 40px 0px;
    height: 100%;
}
ul.micro {
    color: #00254a;
    text-align: left;
    padding-left: 50px;
}
ul.micro li {
    list-style-type: disc;
    font-size: 18px;
    line-height: 27px;
}
.our-head {
    color: #fff;
    background: #f6f6f6;
    height: 360px;
    text-align: left;
    margin: 20px 10px;
    border-radius: 25px;
}
.our-head.tech-06 {
    height: 400px;
}
.our-head h2 {
    background: #00254a;
    height: auto;
    padding-top: 15px;
    padding-left: 30px;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    font-size: 25px;
    padding-bottom: 15px;
}
.our-head h3 {
    text-align: left;
    margin-left: 54px;
    padding: 13px 0px;
    text-decoration: underline;
}

.leadership-btn h3 {
    text-align: center;
    margin-left: 0px;
    margin-right: 2em;
}


.our-head h3 a {
    color: #f9840f;
        font-size: 18px;
}
button.tec {
    /* width: 12%; */
    margin-top: 30px;
}

button.button.tec {
    font-size: 25px;
    padding: 4px 4px;
    border-radius: 12px;
    line-height: 1.7;
}


.methods{
    background: url(../images/methods-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 15%;
}
.why-2{
    background: url(../images/why-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 25%;
}

.col-sm-6.ab1 {
    background: url(../images/about.jpg);
    height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}
.col-sm-6.ab0 {
    background: #00254a;
    height: 650px;
}
.abt-head {
    padding: 115px 100px 42px 300px;
    color: #f6f6f6;
}
.abt-head h1 {
    color: #f9840f;
    font-size: 56px;
    margin-bottom: 15px;
}



p.abt-hd-first-para {
    margin-bottom: 15px;
    font-size: 30px !important;
    line-height: 32px;
}

.abt-head p {;
    font-size: 20px;
}
.abt-head p a {
    color: #fff;
    font-size: 18px;
}
.learn p {
    font-size: 18px;
    padding: 0px 75px;
}
.learn h4 {
    color: #0b2241;
    font-size: 22px;
    font-weight: 600;
    padding-top: 10px;
}

.learn {
    text-align: center;
    padding-bottom: 30px;
}
.col-sm-6.ab2 {
    background: url(../images/why.jpg);
    height: 800px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}
.col-sm-6.ab3 {
    background: #ff7105;
    height: 800px;
}
.why-us {
    padding: 70px 194px 70px 99px;            /*padding: 90px 194px 70px 99px;*/
    color: #f6f6f6;
}
.why-us h1 {
    color: #0b2241;
    font-size: 55px;
    margin-bottom: 20px;
}
ul.why-1 li img {
    padding-top: 30px;
    padding-right: 30px;
}
ul.why-1 {
    display: flex;
}

ul.why-1 li {
    margin-bottom: 15px;
}


ul.why-1 li h2 {
    margin-bottom: 0px;
}

ul.why-1 li h2 {
    margin-bottom: 0px;
}



.req-inf h1 {
    color: #0b2241;
    font-size: 55px;
     margin-bottom: 25px;
}

.req-inf.text-center p {
    font-size: 21px;
    line-height: 1.2;
    color:#898989;
}


.req-inf {
    padding: 0px 304px;
    padding-bottom: 50px;
}
.btn-req button {
   display: inline-block;
    float: right; 
    
}

.btn-req-head button { 
    border-radius: 0;
    float: right; /*padding-top: 1em;*/ 
    border: none; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
    -ms-transition: .3s ease-in-out;
    button btn-infm -webkit-transition: .3s ease-in-out; 
    transition: .3s ease-in-out; 
    margin-right:-90px display: inline-block; 
    background-color: #ff9b39; 
    color: white; 
    cursor: pointer; 
}

button.button.btn-header {
    float: right; /*padding-top: 1em;*/ 
    -ms-transition: .3s ease-in-out;
    button btn-infm -webkit-transition: .3s ease-in-out;
    font-size: 15px;
    width: 160px;
    height: 37px;
    border-radius: 13px;
    margin-right:-90px display: inline-block;
}

button.button.ente {
    background-color: #0b2241;
}

button.button.btn-infm {
    padding:12px 0px;
    font-size: 36px;
    width: 375px;
    border-radius: 13px;
}




/*---------------------------------------------
Home page
-----------------------------------------------*/

/*---------------------------------------------
All Courses
-----------------------------------------------*/

section.bread-crumb-sec.bg-tech {
    background: url(../images/leader.jpg);
    background-position: 0% 30%;
}

section.bread-crumb-sec.bg-technical {
    background: url(../images/banner.jpg);
    background-position: 50% 50%;
}

section.bread-crumb-sec.bg-cont {
    background: url(../images/contact.jpg);
    background-position: 0% 70%;
}

section.bread-crumb-sec.bg-abt{
  background: url(../images/about-us-banner-yonda.jpg);
    background-position: 0% 20%;  
}
section.bread-crumb-sec.bg-care {
    background: url(../images/career-yonda-banner2.jpg);
    background-position: 0% 50%;
}
section.bread-crumb-sec {
    margin-top: 4em;
    height: 510px;
    background-size: cover!important;
    background-position: top center;
}
.brd-crmb-title.brd-crmb-abt h1 {
    color: #fff;
    text-align: center;
    padding-top: 3em;
    font-size: 70px;
}


.techi {
    padding: 0px 20em;
    text-align: center;
    line-height: 27px;
}

.techi p {
    margin-bottom: 25px;
}




.tech-01 {
        height: 720px;
     margin-bottom: 30px;
}
.tech-02 {
    height: 680px;
     margin-bottom: 30px;
}
.tech-03 {
    height: 1040px;
     margin-bottom: 30px;
}
.tech-04{
    height: 840px;
     margin-bottom: 30px;
}
.tech-05{
    height: 1490px;
     margin-bottom: 30px;
}

.padd.tech-padd {
    padding: 100px 0px;
}


.techi p {
    font-size: 23px;
    color: #797979;
    margin-bottom: 60px;
}
/*---------------------------------------------
All Courses
-----------------------------------------------*/

/*------------------------------------------------------------
vertical tabs
------------------------------------------------------------*/

/*------------------------------------------------------------
footer
------------------------------------------------------------*/

section.footer-section {
    clear: both;
    padding: 60px 0px 20px;
    background: #0b2241;
}

.footer-logo {
    margin-bottom: 28px;
    width: 80%;
}
.enq-thrd p a {
    color: #f9840f;
}

ul.foot-ul-menu li a {
       color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 35px;
}
ul.foot-ul-menu {
    list-style-type: none;
    margin-top: 3em;
    padding-left: 4em;
}

.footer-tilt {
    color: #8b8a8a;
}

/*.enq-thrd {
    margin-top: 3em;
}*/

.enq-thrd {
    color: #8b8a8a;
}

.enq-thrd h4 {
    font-weight: 600;
    margin-top: 3em;
    font-size: 18px;
        color: #fff;
}

/* footer social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left:0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
  background-color:#33ccff;
}
.social-network a.icoinsta:hover {
  background-color:#bd1838;
}
.social-network a.icoVimeo:hover {
  background-color:#0590B8;
}
.social-network a.icoYoutube:hover {
  background-color:red;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoinsta:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoYoutube:hover i {
  color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
  color:#44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 16px;
    background-color: #686868;
}
.social-circle li i {
    margin: 0;
    line-height: 35px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

/* footer social icons */

.foot-social-link {
    margin-top: 3em;
        margin-left: 50px;
}

.foot-sec-four h4 {
    font-weight: 600;
    color: #fff;
        font-size: 16px;
}

.footer-tilt p {
    line-height: 24px;
    font-size: 16px;
    color: #bec4cc;
}
.footer-tilt b{
    color: #fff;
}


ul.foot-ul-menu li {
    line-height: 1.4;
}
.enq-thrd p {
    font-size: 15px;
    margin-top: 12px;
}
.enq-thrd.enq-address p {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.enq-thrd hr{
    border-color: #8b8a8a;
    width: 76%;
    position: relative;
    left: -12%;
}
.foo2-in{
        padding: 27px 0px 0px;
}
.foo2-txt>hr{
    border: #8b8a8a21 1px solid;
    width: 103%;
}
.foo2-txt-in p {
    color: #8b8a8a7a;
    font-size: 14px;
}
.foo2-txt-in p a{
    color: #8b8a8a7a;
}
/*.foo2-txt-in.right{
    text-align: right;
}*/

ul.foot-ul-menu li a:hover {
    color: #f9840f;
}



/*------------------------------------------------------------
footer
------------------------------------------------------------*/

.scroll-top {
    background: #ff0000;
    bottom: 20px;
    color: #fff;
    font-size: 20px;
    height: 40px;
    position: fixed;
    text-align: center;
    width: 40px;
    z-index: 999;
    cursor: pointer;
    transition: .3s;
    border-radius: 50%;
    line-height: 36px;
    right: -100px;
}
.scroll-top.active {
    right: 20px;
    bottom: 20px;
}


/*------------------------------------------------------------
About Page
------------------------------------------------------------*/
.who h1 {
    font-size: 55px;
    padding-bottom: 30px;
    color: #0b2241;
}

/*.who {
    padding-right: 10em;
}*/

.who p {
    line-height: 27px;
    font-size: 24px;
    color: #797979;
}
.who.about-detail p {
    font-size: 20px;
    line-height: 26px;
}

.who p {
    padding-right: 140px;
}   
ul.abt-why li {
    color: #0b2241;
}
.col-sm-6.ab5 {
    background: #f2f2f2;
    height: 800px;
}
.why-3 {
    background: url(../images/why-1-bg.png);
    background-repeat: no-repeat;
    background-position: 90% 16%;
    background-size: 15%;
}
ul.abt-why li h2 {
    font-weight: 600;
}
.who-img img{
    width: 100%;
}
.who p {
    padding-right: 0;
}
.learni {
    text-align: center;
    padding-bottom: 30px;
}
.learni img {
    width: 100%;
}
.learni h4 {
    color: #0b2241;
    font-size: 22px;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 0px;
}

/*------------------------------------------------------------
contact Page
------------------------------------------------------------*/


.section-gap {
    padding: 100px 0px;
    text-align: center;
}

.contact-sec {
    width: 100%;
}


.contact-sec h2 {
    font-size: 40px;
    padding-bottom: 50px;
    color: #0b2241;
}

.contact-sec p {
    font-size: 23px;
    margin-bottom: 70px;
}

.blurb-border {
    padding: 40px 30px 0px;
    border: 1px solid #f9840f0f;
    border-radius: 6px;
    background: #f9840f0f;
    text-align: left;
    height: 250px;
}

.blurb.blurb-border.mb-4 h6 {
    font-size: 22px;
    margin-bottom: 11px;
    color: #000;
}

.blurb i {
    font-size: 45px;
    display: inline-block;
    margin-bottom: 13px;
    color: #ff5400;
    transition: 0.3s ease-in-out;
}

.blurb-border p {
    margin-bottom: .5rem;
    padding: 0;
}

.blurb p {
    padding-right: 2rem;
    color: #8c8c8c;
    font-size: 18px;
}

.block-container {
    margin: 0px 12em;
}
.career-container {
    margin: 0px 15em;
}

.section-gap:before {
    content: '';
    position: absolute;
    background: url(../images/course-bg.png);
    background-repeat: no-repeat;
    height: 450px;
    width: 18%;
    left: 0px;
    margin-top: -8em;
    background-size: 285px;
}



.contact-sec h2:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 67px;
    background: #ff5400;
    margin-left: 4em;
    margin-top: 60px;
    transform: skew(40deg, 0deg);
}

.padd.contact-padd {
    padding: 70px 0px 90px;
    background: #fffcf8;
}


.who-img.cnct:after {
       content: '';
    position: absolute;
    background: url(../images/icosn.png);
    height: 368px;
    width: 178px;
    background-repeat: no-repeat;
    background-size: 221px;
    top: -20em;
    opacity: 0.2;
}

.enq-thrd p i {
    color: #ff6215;
}

.who-img.cnt{
  padding-left: 77px;
}

.contact-par p {
    font-size: 34px;
    padding-bottom: 6px;
    color: #0b2241;
}
.cont-btn .button{
      float: left;
    margin-top: 23px;
    border-radius: 6px;
        width: 190px;
    height: 48px;
    font-size: 23px;

}


/*----------------
    CAREER PAGE
-----------------*/

.career-padd{
    padding: 0px;
}

.who-img.care img{
    width:100%;
    height:auto;
    padding-top: 70px;
}
/*.car-text-in {
    text-align: justify;
}*/
.car-text {
    padding: 30px 0;
}
.section-gap.cars{
    text-align: unset;
}

.form-group.cntct-frm-ad.car{
    margin-bottom: 36px;
}
.carrer-par p {
    font-size: 30px;
    padding-bottom: 25px;
    color: #0b2241;
}
.who-img.care:after {
    content: '';
    position: absolute;
    background: url(../images/icosn.png);
    height: 368px;
    width: 190px;
    background-repeat: no-repeat;
    background-size: 193px;
    transform: scaleY(-1);
    top: -9em;
    opacity: 0.2;
}
button.btn.btn-primary.bbtn.cnt-btn.submit-btn.button{
    text-transform: capitalize;
}
.form-group.cntct-frm-ad.car label, .care-label {
    font-size: 18px;
    color: #0b2241;
    padding-bottom: 4px;
}
.form-group.cntct-frm-ad input, .cnt-textarea {
    border-radius: 6px;
    height: 50px;
    font-size: 18px;
}
.input-group.choose-file {
    width: 100%;
} 
.input-group.choose-file input{
    border-radius: 6px !important;
    padding-top: 14px;
} 
.carrer-par p:before{
    content: '';
    position: absolute;
    height: 3px;
    width: 67px;
    background: #ff5400;
    margin-left: 0em;
    margin-top: 50px;
    transform: skew(40deg, 0deg);
} 
.car-text-in p{
   line-height: 1.5;
}

/*---------------
chat box
--------------------*/


/*-------------------------
popup model
-----------------------*/

div#popup1 {
    scroll-margin-top: 5em;
    padding-top: 6em;
}

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.buttonn {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.buttonn:hover {
  background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
      z-index: 10;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 0px;
    background: transparent;
    border-radius: 5px;
    width: 380px;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
 /* font-family: Tahoma, Arial, sans-serif;*/
}
.popup .close {
    position: absolute;
    top: 6px;
    right: 20px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #ff6215;
    z-index: 10;
    text-shadow: none;
    opacity: 1;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}/*.a9 {margin-top:300px; margin-left:300px; float:left;}*/


/*----------------------
popup-form
--------------------*/






/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder {color: #999999;}
input:-moz-placeholder {color: #999999;}
input::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder {color: #999999;}

textarea::-webkit-input-placeholder {color: #999999;}
textarea:-moz-placeholder {color: #999999;}
textarea::-moz-placeholder {color: #999999;}
textarea:-ms-input-placeholder {color: #999999;}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}




/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: transparent;
  position: relative;
  z-index: 1;
}

.contact100-map {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.wrap-contact100 {
  width: 380px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

/*==================================================================
[ Title form ]*/
.contact100-form-title {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  padding: 25px 15px 25px 15px;
}

.contact100-form-title-1 {
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 7px;
}

.contact100-form-title-2 {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}


.contact100-form-title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(54,84,99,0.7);
}


/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding:25px 40px 25px 110px;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 10px;
}

.label-input100 {
 
  font-size: 16px;
  color: #808080;
  line-height: 1.2;
  text-align: right;

  position: absolute;
  top: 14px;
  left: -90px;
  width: 80px;

}

/*---------------------------------------------*/
.input100 {
  font-size: 16px;
  color: #555555;
  line-height: 1.2;

  display: block;
  width: 100%;
  background: transparent;
  padding: 0 5px;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;

  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;

  background: #ff5400;
}


/*---------------------------------------------*/
input.input100 {
  height: 45px;
}


textarea.input100 {
    min-height: 90px;
    padding-top: 14px;
    padding-bottom: 13px;
}

.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px;
}

.contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 145px;
    height: 40px;
    background-color: #ff6215;
    border-radius: 7px;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.contact100-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background-color: #333333;
}

.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
.contact100-form {
    padding: 25px 15px 25px 15px;
}
}

@media (max-width: 480px) {
  .contact100-form {
    padding: 25px 15px 25px 15px;
  }

.label-input100 {
    display: none;
}

@media (max-width: 768px) {
  .btn-req-head button {
    float: none;
    margin: 20px auto 0;
    display: block;
    font-size: 14px;
    padding: 10px 16px;
  }
}
/*
@media (max-width: 600px) {
  button.button.btn-header {
    font-size: 0.9rem;
    max-width: 120px;
    height: 34px;
    padding: 6px 12px;
  }
}*/

input.input100 {
    height: 35px;
}
textarea.input100 {
    min-height: 90px;
}

.contact100-form-btn {
    min-width: 130px;
    height: 40px;
    font-size: 16px;
    
}

div#popup1 {
    padding-top: 5em;
}

.popup {
    width: 78%;
}



}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  font-family: Poppins-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}



