 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 }
 body {
    color: #5e5e5e;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625em;
    position: relative;
    background-color: #edebeb;
}

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

/*Custom CSS*/ 

.aboutcnt p
{
    text-align: justify;
    line-height:45px;
}
#card{
   box-shadow: 0 2px 6px 0 rgb(0 0 0 / 30%);
        box-sizing: border-box;
}

.card-header {
    padding: 10px;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
 
/*End Custom CSS*/
 
h1 {
    font-size: 36px
}

h2{
    font-size: 30px
    
}
.h2, h2 {
    font-size: 2rem;
    text-transform: uppercase;
}

h3{
    font-size: 24px
}

h4{
    font-size: 18px
}

h5{
    font-size: 16px
}

h6{
    font-size: 14px;
    color: #222
}

 
.header-top {
    background: #eee;
    font-size: 12px;
    padding: 8px
}

.header-top a {
    color: #fff
}
.top_righthead{
    padding-left:175px!important;
}
.franchise_reg{
    background-color:#199c22;
    padding:13px;
    text-decoration:none!important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 4px;
    border-radius:50px;
    font-weight:bold;
    transition: 1s ease all;
}
.franchise_reg:hover{
    background-color:#728c35;
}
.result_ver{
    background-color:#0d207a;
    padding:13px;
    text-decoration:none!important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 4px;
    border-radius:50px;
    font-weight:bold;
    transition: 1s ease all;
}
.result_ver:hover{
    background-color:#218e91;
}
.donate_btn,.donate_btn1{
    background-color:#128777;
    padding:13px;
    text-decoration:none!important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 4px;
    border-radius:50px;
    font-weight:bold;
}
.donate_btn1{
    display:none;
}

@media only screen and (max-width: 600px) {
    .top_righthead{
        padding-left:25px!important;
    }
    .header-top-right{
        margin:20px 0;
    }
    .franchise_reg,.result_ver{
        padding:10px;
        font-size:10px;
    }
    .donate_btn{
        display:none;
    }
    .donate_btn1{
        display:block!important;
        text-align:center;
        padding:4px;
        font-size:10px;
    }

}

.top-head-btn {
    background: #f7631b;
    padding: 9px 26px
}

.main-menu {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #39353e
}

#header {

    /*position: fixed;*/
    left: 0;
    top: 0;
    right: 0px;
    transition: all 0.5s;
    z-index: 997;
    background-image: linear-gradient(#199c22,#0d207a);
    /*background-color:#000;*/
}

#header.header-scrolled {
    transition: all 0.5s;
    background-color: rgba(4, 9, 30, 0.9)
}

#header.header-scrolled .main-menu {
    border-color: transparent
}

@media (max-width:673px) {
    #logo {
        margin-left: 50px
    }

}

#header #logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px
}

#header #logo h1 a, #header #logo h1 a:hover {
    color: #000;
    padding-left: 10px;
    border-left: 4px solid #f7631b
}

#header #logo img {
    padding: 0;
    margin: 0
}

@media (max-width:768px) {
    #header #logo h1 {
        font-size: 28px
    }

    #header #logo img {
        max-height: 40px
    }

}

.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;

}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    right: 80;
    z-index: 99;

}

.nav-menu li {
    position: relative;
    white-space: nowrap;
    padding-right: 10px;
}

.nav-menu>li {
    float: left;
}

.nav-menu li:hover>ul, .nav-menu li.sfHover>ul {
    display: block
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

.sf-arrows .sf-with-ul {
    padding-right: 30px
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105"
}

@media (max-width:768px) {
    #nav-menu-container {
        display: none
    }

}

.nav-menu a {
    padding: 0 8px 0px 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    outline: none
}

.nav-menu li:hover>a {
    color: #f7631b;
}

.nav-menu>li {
    margin-left: 10px
}

.nav-menu ul {
    margin: 11px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul li {
    transition: 0.3s
}

.nav-menu ul li a {
    padding: 5px 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 12px;
    text-transform: none;

}

.nav-menu ul li:hover>a {
    color: #fff;
    /*background-color: #1b1f32;*/
    background-image: linear-gradient(#199c22,#0d207a);
    font-weight:bold;
}

.nav-menu ul ul {
    margin-right: 10px;
    margin-top: 0
}

#mobile-nav-toggle {
    /*position: fixed;*/
    right: 15px;    
    z-index: 999;
    top: 100px;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
   margin-left:90%;
}

#mobile-nav-toggle i {
    color: #fff;
    font-weight: 900;

}

@media (max-width:960px) {
    #mobile-nav-toggle {
        display: inline
    }

    #nav-menu-container {
        display: none
    }

}

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#mobile-nav ul li {
    position: relative
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 400
}

#mobile-nav ul li a:hover {
    color: #fff
}

#mobile-nav ul li li {
    padding-left: 30px
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #f7631b
}

#mobile-nav ul .menu-has-children li a {
    text-transform: none
}

#mobile-nav ul .menu-item-active {
    color: #f7631b
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none
}

body.mobile-nav-active {
    overflow: hidden
}

body.mobile-nav-active #mobile-nav {
    left: 0
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff
}

.section-gap {
    /*padding: 120px 0*/
    padding-top: 50px;
    padding-bottom: 30px;
}
/*======================== about style ======================*/
.wel_about,.affiliate_head{
    font-weight: 500;
    color:#07BF51;
    /*background: -webkit-linear-gradient(#0d207a, #199c22);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}
.notice{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.notice a{
    color:#030361;
    font-weight:500;
}
.send_enquiry{
    /*background-image: linear-gradient(#199c22,#0d207a);*/
    background-color:#034999;
}
.btn_style {
    background-color:#07BF51;
    color:#fff;
}
.btn_style1{
    background-color:#034999;
    color:#fff;
}
.btn_style:hover,.btn_style1:hover{
    color:#fff;
}
.customer-logos .slide{
    padding:10px;
}
.customer-logos .slide img{
    border-top-right-radius:15px;
    border-bottom-left-radius:15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/*========================= why choose ==========================*/
.whychoose img{
    border-radius:20px;
}
.whychoose p{
    font-size:13px;
}
/*================================== testimonial style ==============================*/
.testimonial_heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.testimonial_heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial_heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 200px;
    position: relative;
    background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
    padding-top: 10px;
    /*padding-bottom: 50px;*/
    background-position: center;
    background-size: cover;
}

#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    height:60px!important;
    width:60px!important;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.4;
    margin: 20px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
	padding-bottom:20px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

@media only screen and (max-width: 600px) {
    .testimonial4_slide h4{
        font-size: 18px;
    }
}
/* ------testimonial  close-------*/

/*============================== OUR COURSES ============================*/
.course{
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    transition:0.5s ease all;
}
.course:hover{
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    cursor:pointer;
    /*background-image: linear-gradient(to right, #65a85b,#0d207a);*/
    background-color:#1f2121;
    color:#fff;
    border-radius:15px;
}
.course .red:hover{
    color:#fff!important;
}


/*=============================== footer style =====================*/

.footer-area {
    background-color: #04091e
}

.single-footer-widget h4 {
    color: #fff;
    margin-bottom: 25px;
    font-weight: 500
}

.single-footer-widget .form-control {
    border: none;
    width: 80% !important;
    font-weight: 300;
    background: #f9f9ff;
    padding-left: 20px;
    border-radius: 0;
    font-size: 14px;
    line-height: normal !important;
    color: #222
}

.single-footer-widget .form-control:focus {
    box-shadow: none;
    color: #222
}

.single-footer-widget ul li {
    margin-bottom: 10px
}

.single-footer-widget ul li a {
    color: #777;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-footer-widget ul li a:hover {
    color: #f7631b
}

.single-footer-widget .bb-btn {
    color: #f7631b;
    color: #fff;
    font-weight: 300;
    border-radius: 0;
    z-index: 9999;
    cursor: pointer
}

.single-footer-widget .info {
    margin-top: 25px;
    color: #fff;
    font-size: 12px
}

.single-footer-widget .info.valid {
    color: green
}

.single-footer-widget .info.error {
    color: red
}

.single-footer-widget .btn {
    font-size: 1.2rem;
    border-radius: 0;
    background: #f7631b;
    color: #fff
}

.single-footer-widget .btn .lnr {
    line-height: inherit;
    font-size: 13px;
    padding: 0px 4px
}

.single-footer-widget::-moz-selection {
    background-color: #191919 !important;
    color: #777
}

.single-footer-widget::selection {
    background-color: #191919 !important;
    color: #777
}

.single-footer-widget::-webkit-input-placeholder {
    color: #777;
    font-weight: 300
}

.single-footer-widget:-moz-placeholder {
    color: #777;
    opacity: 1;
    font-weight: 300
}

.single-footer-widget::-moz-placeholder {
    color: #777;
    opacity: 1;
    font-weight: 300
}

.single-footer-widget:-ms-input-placeholder {
    color: #777;
    font-weight: 300
}

.single-footer-widget::-ms-input-placeholder {
    color: #777;
    font-weight: 300
}

@media (max-width:991.98px) {
    .single-footer-widget {
        margin-bottom: 30px
    }

}

.footer-bottom {
    padding-top: 50px;
}

.footer-bottom .footer-social {
    text-align: right
}

@media (max-width:991px) {
    .footer-bottom .footer-social {
        text-align: left;
        margin-top: 30px
    }

}

.footer-bottom .lnr, .footer-bottom a {
    color: #f7631b
}

.footer-bottom .footer-social a {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.footer-bottom .footer-social a i {
    vertical-align: bottom
}

.footer-bottom .footer-social a:hover {
    background-color: #f7631b
}


    .w3l-features-8 {
  /*--//content--*/
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .w3l-features-8 .features {
    background: #f6f6f6; }
  .w3l-features-8 .feature-gd h3 {
    font-size: 22px;
    line-height: 28px;
    color: var(--title-color);
    font-weight: 600;
    margin-bottom: 15px; }
  .w3l-features-8 .features h3 a {
    color: var(--title-color); }
  .w3l-features-8 .features h3 a:hover {
    color: #d1a501;text-decoration:none }
  .w3l-features-8 a.red {
    font-size: 16px;
    line-height: 24px;
    color: var(--opposite-color);
    display: inline-block;
    font-weight: 700; }
  .w3l-features-8 a.red:hover {
    color: var(--theme-color);
    text-decoration:none!important; }
  .w3l-features-8 .float-lt.feature-gd {
    padding: 30px 30px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    text-align: left; }
  .w3l-features-8 .feature-gd p {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color); }
  .w3l-features-8 .float-top img {
    border-radius: 4px 4px 0 0; }
  @media (max-width: 700px) {
    .w3l-features-8 .feature-gd h3 {
      font-size: 24px; } }

.w3l-features-4 {
  /*--//content--*/
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .w3l-features-4 .features {
    background: #f6f6f6; }
  .w3l-features-4 a.red {
    font-size: 16px;
    line-height: 24px;
    color: #ff7203;
    display: inline-block;
    font-weight: 600; }
  .w3l-features-4 a.red:hover {
    color: #fff; }
  .w3l-features-4 .features h5 {
    font-size: 20px;
    line-height: 30px;
    color: var(--title-color);
    font-weight: 600;
    margin-bottom: 15px; }
  .w3l-features-4 .features h5 a {
    color: var(--title-color); }
  .w3l-features-4 .features h5 a:hover {
    color: #fff;
    text-decoration:none;}
  .w3l-features-4 .icon span.fa {
    font-size: 36px;
    color: #ff7203; }
  .w3l-features-4 .feature-gd {
    grid-template-columns: auto 1fr;
    display: grid;
    grid-gap: 20px; }
  .w3l-features-4 .features p {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color); }
 
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.fa-facebook:hover
{
color: #0c53ed;
 
}
.fa-twitter:hover
{
color: #08c4d1;
}
 .fa-instagram:hover
{
color: #e80243;
}
.fa-youtube:hover
{
color: #ff0000;
}

.w3l-about-breadcrum .breadcrum-bg {
  background-size: cover;
  background-image: linear-gradient(to right, rgba(0, 33, 71, 0.8), rgba(0, 33, 71, 0.8)), url(../img/slider/3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed; 
  color:#fff;    

}
.about {
    border-style: dashed;
    border-width: 5px;
    border-color: #07BF51 !important;
    border-radius:20px;
}

.about:hover{
    border-style: dotted;
    border-width: 5px;
    border-radius:20px;
   }

figure {
	 
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


  .w3l-contacts-12 .cont-subs {
  border: 1px solid #bdbdbd;
  border-radius: 4px; }

.w3l-contacts-12 .main-social-1 a {
  background: var(--theme-color);
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s; }

.w3l-contacts-12 .main-social-1 a span.fa {
  color: red;
  line-height: 35px;
  font-size: 16px; }

.w3l-contacts-12 .cont-add {
  padding: 20px; }

.w3l-contacts-12 .add-2 {
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd; }

.w3l-contacts-12 .add-3 {
  border-top: 1px solid #bdbdbd; }

.w3l-contacts-12 h3.title-main-cont {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px; }

.w3l-contacts-12 p.sub-title-cont {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 40px; }

.w3l-contacts-12 .cont-add {
  grid-template-columns: 1fr auto;
  display: grid;
  grid-gap: 20px;
  align-items: center; }

.w3l-contacts-12 .cont-add span.fa {
  color: var(--theme-color);
  font-size: 18px; }

.w3l-contacts-12 .cont-add-lft {
  text-align: right; }

.w3l-contacts-12 .top-inputs {
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 1.5rem; }

.w3l-contacts-12 form.main-input input,
.w3l-contacts-12 textarea {
  color: #222;
  font-size: 16px;
  border: none;
  padding: 12px;
  border: 1px solid #ddd;
  width: 100%;
  line-height: 24px;
  border-radius: 4px;
  outline: none; }

.w3l-contacts-12 textarea {
  min-height: 170px;
  margin: 1.5rem 0;
  resize: none; }

.w3l-contacts-12 .cont-add h4 {
  font-size: 18px;
  color: var(--title-color);
  font-weight: 600;
  margin-bottom: 10px; }

.w3l-contacts-12 .contact-text-sub {
  line-height: 25px;
  font-size: 16px; }

.w3l-contacts-12 .social-icons-con {
  margin-top: 2.5em; }

.w3l-contacts-12 .social-icons-con a span {
  font-size: 23px;
  margin: 0 5px; }

.w3l-contacts-12 .social-icons-con a span.fa-facebook-square {
  color: #3b5998; }

.w3l-contacts-12 .social-icons-con a span.fa-twitter-square {
  color: #00acee; }

.w3l-contacts-12 .social-icons-con a span.fa-google-plus-square {
  color: #DD4B39; }

.w3l-contacts-12 .map {
  padding-top: 80px; }

.w3l-contacts-12 .map iframe {
  width: 100%;
  height: 400px;
  display: block; }

@media screen and (max-width: 991px) {
  .w3l-contacts-12 .contact-top,
  .w3l-contacts-12 .map {
    padding-top: 60px; } }

@media screen and (max-width: 768px) {
  .w3l-contacts-12 .cont-main-top {
    grid-template-columns: 1fr; }
  .w3l-contacts-12 .social-icons-con {
    margin-top: 1.5em; } }

@media screen and (max-width: 600px) {
  .w3l-contacts-12 h3.title-main-cont {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 6px; }
  .w3l-contacts-12 p.sub-title-cont {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 30px; }
  .w3l-contacts-12 .map iframe {
    height: 350px; } }

@media screen and (max-width: 414px) {
  .w3l-contacts-12 .contact-top,
  .w3l-contacts-12 .map {
    padding-top: 40px; }
  .w3l-contacts-12 .top-inputs {
    grid-template-columns: 1fr;
    grid-gap: 15px;
    margin-bottom: 1rem; }
  .w3l-contacts-12 textarea {
    margin: 1rem 0 1.5rem; } }

@media screen and (max-width: 384px) {
  .w3l-contacts-12 .line {
    margin: 3em 0; } }
