@charset "utf-8";
/*..............embedded fonts..............*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Open+Sans:wght@300;400;600;700;800&display=swap');

/*font-family: 'Lato', sans-serif;
font-family: 'Open Sans', sans-serif;*/
/*..............common styles..............*/

html, body { margin: 0; padding: 0; font-size:14px; font-weight: 400; color:#272727; background: #fff;font-family: 'Open Sans', sans-serif;position: relative; z-index: 1;}
h1, h2, h3, h4, h5, h6 { margin:0 0 20px; padding:0;font-weight: 700; font-family: 'Lato', sans-serif;}
h1{ font-size:58px;}
h2{ font-size:55px;}
h3{ font-size:45px;}
h4{ font-size:30px;}
h5{ font-size:25px;}
h6{ font-size:18px;}
p{ font-size:16px; margin:0 0 20px; line-height:24px; padding:0; font-weight: 400; color:#7b7b7b;font-family: 'PT Sans', sans-serif;}

img{ max-width: 100%;}
a, img{ border:0; text-decoration: none; outline: none;}
a:visited, a:focus, a:hover { /*color:#9d1f6a;*/ outline: none; text-decoration: none; transition:all 0.3s ease 0s;}
a:hover{ text-decoration:none; color: #052f49;}

input, textarea, select{ font-weight: 400; font-size: 15px; outline: none;}
input[type="submit"] {cursor: pointer; color: #fff; background: #0d60b5;  padding: 10px 95px; font-weight: 700; font-size: 20px; transition: all 0.3s ease 0s; outline: none; border: 0; text-transform: uppercase;  height: 50px;  font-family: 'PT Sans', sans-serif; border-radius: 25px;}
dl, ol, ul {margin: 0; padding: 0;}
/* --- for placeholder color --- */

.contact-form .form-control::-moz-placeholder{color:#fff; opacity:1;}
.contact-form .form-control:-ms-input-placeholder{color:#fff;}
.contact-form .form-control::-webkit-input-placeholder{color:#fff;}

/* --- for placeholder color --- */


/* --- Button Styles --- */

.btn{ position: relative; font-weight:600;font-family: 'Open Sans', sans-serif;border:0; background: #67af00; color: #fff;  padding:16px 30px; font-size: 16px; text-transform: uppercase;line-height: 1;  border-radius:27px;  transition: all 0.5s ease 0s; box-shadow:0 0 0;}

.btn.bdr-white{border: 2px solid #fff;padding:14px 30px;  background:transparent; color: #fff;  }
.btn.bdr-white:hover{ background:#67af00;border: 2px solid #67af00; color: #fff; }

.btn.btn-blue{ background: #275c8d; color: #fff; padding:13px 30px; font-size: 14px;}
.btn.btn-blue:hover{ background: #67af00; color: #fff; }

.btn.btn-black{ background: #3a3a3a; color: #fff; padding:13px 30px; font-size: 14px;}
.btn.btn-black:hover{ background: #3a3a3a; color: #fff; }

.btn.bdr-black{ background:transparent;border: solid 1px #3a3a3a; color: #3a3a3a; padding:13px 30px; font-size: 14px;}
.btn.bdr-black:hover{ background: #3a3a3a; color: #fff; }


/* --- Button Styles --- */

/*..............common styles..............*/

.common-padding { padding-top: 65px; padding-bottom: 65px; }
.padding-top{padding-top: 65px;}
.padding-bottom{padding-bottom: 65px;}
.fifty{padding-bottom: 50px;}
.side-gap{padding-left: 170px;padding-right: 170px;}

/*for header css*/
.nav_btn, .nav_close { display: none; }
.nav_close { position: absolute; right: 20px;  top: 17px; font-size: 28px; }

header {}
header *{transition:all 0.3s ease; -webkit-transition:all 0.3s ease;}
.hdr-nav-wrap{ display: flex;  align-items: center;  justify-content: space-between;}
.hdr-nav {/*position: absolute; left: 20px; right: 20px; top: 0; z-index: 99;*/padding: 23px 0;}
.hdr-navigation-area { text-align: right;}
.callnow a { color: #0e090b; font-size: 18px;line-height: 1; display: inline-block;}
.callnow a span{ padding-right: 5px;}
.main_menu ul li {display: inline-block; position: relative;}
.main_menu ul li:not(:last-child) { margin: 0 32px 0 0!important;}
.main_menu ul li a{color:#353535;position: relative; display: inline-block; text-transform: capitalize;padding:22px 0; font-weight: 400; font-size: 18px; font-family: 'Lato', sans-serif;}
.main_menu ul li.current-menu-item a, .main_menu ul li a:hover {color:#67af00;}
.main_menu ul li ul.sub-menu{ position: absolute; width: 232px; background: #67af00; top:65px; left: 0;padding: 0; z-index: 99; display: none;}
.main_menu ul li:hover ul.sub-menu, .main_menu ul li ul.sub-menu li:hover ul.sub-menu {display: block;}
.main_menu ul li ul.submenu li ul.sub-menu{ position: absolute; width: 200px; background: black; top: 0; left:100%;padding: 0; z-index: 2; display: none;}
.main_menu ul li ul.sub-menu li {  display: block; text-align: left; margin: 0 !important;}
.main_menu ul li ul.sub-menu li a { display: block;text-transform: capitalize; padding: 5px 10px; border-bottom: solid 1px #fff;color: #fff;}
.main_menu ul li ul.sub-menu li:last-child a{border-bottom:0;}

.main_menu ul li a.parent:after {
    position: absolute;
    top: 23px;
    right: -13px;
    content: "";
    width: 10px;
    height: 7px;
    background: url(../images/angel-down-icon.png);
}
.main_menu ul li a.request-demo {
    background: #67af00;
    border-radius: 27px;
    color: #fff;
    padding: 4px 20px;
}
/*for header css*/

.social-media { padding-top: 20px; }
.social-media h6{color: #fff;margin-bottom: 0;}
.social-media ul li {display: inline-block; text-align: center;  margin: 0 5px; }
.social-media ul li a {display: inline-flex;  width: 30px; height: 30px;  align-items: center; justify-content: center; color: #414047;font-size: 18px; line-height: 30px;background: #fff;border-radius: 50%;}
.social-media ul li a:hover { color: #000;}
button:focus { outline: 0;}


section.slider-area {position: relative; clip-path: polygon(0 0, 100% 0, 100% 93%, 0 80%); -webkit-clip-path: polygon(0 0, 100% 0, 100% 93%, 0 80%); -o-clip-path: polygon(0 0, 100% 0, 100% 93%, 0 80%); -ms-clip-path: polygon(0 0, 100% 0, 100% 93%, 0 80%);}
section.slider-area:before { position: absolute;top: 0; right: 0; bottom: 0; left: 0; content:""; background:rgba(0, 0, 0, 0.4);z-index: 1;}
.home-slider-box:before { position: absolute;top: 0; right: 0; bottom: 0; left: 0; content:""; background:rgba(0, 0, 0, 0.4);z-index: 1;}
.home-slider-box {position: relative;z-index: 5;}
.home-slider-desc { position: absolute; text-align: left; z-index: 2; top: 50%; transform: translateY(-50%);  left: 0; right: 0; margin: 0 auto;  width: 80%;}
section.slider-area.video-add video {  width: 100%;}
.home-slider-desc h2{color: #fff;font-weight: 800;}
.home-slider-desc h1{color: #fff;font-weight: 800;}
/*.home-slider .owl-nav button.owl-prev { position: absolute; top: 50%; transform: translateY(-50%);width: 30px; height: 23px;  left: 50px; background-image:url(../images/sl-previews.png);}
.home-slider .owl-nav button.owl-next { position: absolute; top: 50%; transform: translateY(-50%);width: 30px; height: 23px;  right: 50px; background-image:url(../images/sl-next.png);}*/
.home-slider .owl-nav button span{display: block;}

.owl-theme .owl-dots { bottom: 50px; position: relative;}
.owl-theme .owl-dots .owl-dot span { border: solid 1px #fff;background: transparent;}
.owl-theme .owl-dots .owl-dot span { border: solid 1px #fff; background: transparent;}
.banner-bg { position: absolute; left: 0; right: 0; bottom: 0;}
.home-slider-img{position: relative;}

.our-results-desc:hover>span, .our-results-desc ul li:hover span {background: #67af00;}
.our-results-desc>span {
    background: #959595;
    width: 93px;
    height: 93px;
    margin: 0 auto 30px;
    display: block;
    border-radius: 50%;
}
.our-results-desc ul li span{background: #275c8d;
    min-width: 36px;
    height: 36px;
    margin-right:15px;
    display: block;
    border-radius: 50%;}

.our-results-desc ul li{display: flex;align-content: flex-start;align-items: center; margin-bottom: 20px;}
.our-results-desc h4{font-weight: 800;text-align: center; font-family: 'Open Sans', sans-serif;}
.greeen-line {
    width: 54px;
    height: 3px;
    background: #67af00;
    margin: 0 auto 30px;
}

.learning-article-desc { padding: 20px;  background: #fff;}

.learning-center{background: #67b001;position: relative; -webkit-clip-path:polygon(0 20%, 100% 0%, 100% 90%, 0 100%); -ms-clip-path:polygon(0 20%, 100% 0%, 100% 90%, 0 100%); -o-clip-path:polygon(0 20%, 100% 0%, 100% 90%, 0 100%); clip-path:polygon(0 20%, 100% 0%, 100% 90%, 0 100%);margin: 40px 0;padding: 250px 0;}
.learning-center:before{position: absolute;content: "";-webkit-clip-path:polygon(0 20%, 100% 0%, 100% 90%, 0 100%); 
    -o-clip-path:polygon(0 20%, 100% 0%, 100% 90%, 0 100%); -ms-clip-path:polygon(0 20%, 100% 0%, 100% 90%, 0 100%); clip-path:polygon(0 0%, 100% 0%, 100% 3%, 0 20%);bottom: 0; top:0; right: 0; left: 0; background: #b4d881;}
.learning-center:after {position: absolute;content: ""; clip-path:polygon(0 95%, 0% 100%, 100% 80%); -webkit-clip-path:polygon(0 95%, 0% 100%, 100% 80%); -ms-clip-path:polygon(0 95%, 0% 100%, 100% 80%); -o-clip-path:polygon(0 95%, 0% 100%, 100% 80%); bottom: 0; right: 0;height: 50%;left: 0;background: #b4d881;}

.cat-name {
   /* border: solid 1px #2d2d2d;padding: 5px 35px; border-radius: 30px;*/
    display: inline-block;    
    color: #2d2d2d;
    margin-bottom: 20px;
}
.learning-center h2{color: #fff;}

.testimonials-box{
    box-shadow: 0 2px 15px rgb(0 0 0 / 0.3);
    padding: 10px;    position: relative;
    z-index: 2;
    background: #fff;
    margin: 20px 10px;
    border-radius: 10px;
}
.user-info span{width: 61px; height: 61px; border-radius: 50%; overflow: hidden;margin-right: 10px;}
.user-info {
    display: flex;
    align-items: center;
    justify-content:center;
}
.user-info p {text-align: left;color: #252525}
.user-info p strong{display: block;}




.testimonials-desc {
    padding: 25px 0 10px;
}
/*.rg-demo span {
    width: 135px;
    height: 135px;
    border: solid 1px #cdcdcd;
    display: block;
    border-radius: 50%;margin: 0 auto 20px;
    background: #eaeaea;
}*/
.rg-demo label input[type="checkbox"] {
    position: absolute;
    left: -22px;
    top: -163px;
    right: 0;
    margin: 0 auto;
}
.rg-demo label{position: relative;color: #2b2b2b;font-family: 'Lato', sans-serif;font-size: 17px; font-weight: 700;}
.rg-demo { text-align: center;position: relative;}
.rg-demo img {/*
    position: absolute;
    z-index: 1;
    left: 0;overflow: hidden;
    right: 0;*/
    margin: 20px auto;
    text-align: center;
    background: #eaeaea;
    border-radius: 50%;
    
    border: solid 1px #cdcdcd;
}
fieldset#fid1 .col{ float: left; width: 20%;}
fieldset#fid2 .col  { float: left; width:16%;}
fieldset#fid1, fieldset#fid21 {float: left; width: 100%;}
fieldset#fid1 .col-lg-12.text-center, fieldset#fid2 .col-lg-12.text-center  { clear: both;}
div#wpcf7-f312-o1 { width: 100%;}
fieldset#fid2 .col-lg-12.text-center br, fieldset#fid3 .col-lg-12.text-center br {display: none;}
section.common-demo.common-padding {
    background: #fafafa;
    position: relative;
}
.progressbar {
    padding-top: 20px;
}
input#reqtsub {
    height: 40px;
}
section.our-results, section.testimonials{ position: relative;}
.bg-1 {
    position: absolute;
    right: 10%;
    top: 20%;
}
.bg-2 {
    position: absolute;
    left: -7%;
    bottom: -48%;
}
.bg-3 {
    position: absolute;
    right: 2%;
    top: 65%;
    width: 20%;
}
.bg-4 {
    position: absolute;
    left: -7%;
    top: 20%;
}
.our-results-desc {
    border: solid 1px #959595;
    padding: 30px;
    background: #fff;
    position: relative;
    z-index: 1;
    height: 535px;
}



.common-banner img{width: 100%;}
.inner-banner-img img { width: 100%;}


footer.main-footer .footer-top{ background: #2b2b2b;padding:75px 0;}
footer.main-footer .footer-top h5{color: #1386ab;margin-bottom: 30px;}
ul.ftr-nav li { display:inline-block;  padding: 5px 12px;    border-top: solid 1px #fff; border-bottom: solid 1px #fff;
    margin: 0 -2px;}
ul.ftr-nav li a{ display:block;color: #fff; font-size: 16px; font-weight: 400; text-transform: uppercase;}
ul.ftr-nav li.current-menu-item a, ul.ftr-nav li a:hover { color: #ccc;}
ul.ftr-nav {padding: 35px 0 0 0;}
.copy-rights p{font-weight:400; margin-bottom: 0;color: #fff;font-size: 14px;}
.copy-rights{padding:0 0 14px 0; background: #1d1d1d;}
.copy-rights { padding-top: 15px;}

section.learning-center .learning-article-img {
    height: 124px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.modal-dialog { min-width: 900px;}


.inner-banner-area { position: relative; height: 350px; overflow: hidden;}
.inner-banner-desc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;z-index: 2;
}
.inner-banner-desc h1, .inner-banner-desc h2, .inner-banner-desc h6, .inner-banner-desc h5{color: #fff;}
.inner-banner-desc h6, .inner-banner-desc h5{font-weight: normal;}
.featured-of-solutions-area{padding: 65px 0 ;}
.gray-bg{background: #fafafa;}
.inner-img{position: relative;}
.inner-img:before { position: absolute;top: 0; right: 0; bottom: 0; left: 0; content:""; background:rgba(0, 0, 0, 0.5);}
.post-tag p {
    text-transform: uppercase;
    margin: 20px 0;
    line-height: 1;
}
.post-by{display: flex; align-items: center;}
.post-by p{margin-bottom: 0;padding-left: 10px;}
.single-post .post-area h2{font-size:25px !important;}
.single-post .post-area p, .single-post .post-area ul li, .single-post .post-area ol li { font-size: 20px;  line-height: 26px;  color: #7b7b7b;}
.single-post .post-area ol li strong { font-weight: normal;}
.post-area ul{margin-left: 20px;margin-bottom: 20px;}
.post-area ul li{/**font-weight: bold;**/margin: 5px 0;color: #7b7b7b;}
.post-area{margin-bottom: 40px;}
.text-white{color: #fff;}


.keeping-teams{padding: 50px 0; position: relative;background-attachment: fixed !important; background-size: cover !important;}
.keeping-teams:before { position: absolute;top: 0; right: 0; bottom: 0; left: 0; content:""; background:rgb(103 175 0 / 1);}


.common-featured-box { background: #f4f4f4; position: relative;  padding: 90px 30px;}
.common-featured-box-img {
    position: absolute;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    left: 0;    box-shadow: 0 2px 12px rgb(0 0 0 / 0.3);
    right: 0;
    margin: 0 auto;
    background: #fff;
    top: -59px;
}
.common-featured-box h6{font-weight:400; line-height: 30px;}
.featured-of-solutions-desc h6 {
    line-height: 26px;
    font-weight: normal;
}

.page-id-446 .common-featured-box { height: 445px;}
.page-id-453 .common-featured-box { height: 360px;}
.page-id-454 .common-featured-box { height: 475px;}
.common-featured-box { height: 330px;}

.our-brand { padding: 20px;}
.our-brand img { height: auto;}













.cote {
    width: 48px;
    margin: 20px auto;
}
.owl-theme.results-now .owl-dots .owl-dot span {
    border: solid 1px #fff;
    background: rgb(103 175 0 / 0.50);
}
.owl-theme.results-now .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 2px;
}
.owl-theme.results-now .owl-dots .owl-dot.active span, .owl-theme.results-now .owl-dots .owl-dot:hover span { background: #67af00;}
.owl-theme.results-now .owl-dots { bottom: 0;}
.learning-article-desc h6 { height: 40px;overflow: hidden;}


    .searchbar{margin: 0 auto; height: 50px; background-color: #fff; border-radius: 30px; padding: 6px 5px;max-width: 400px;    }

    .search_input{
    /*color: white;*/
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color:transparent;
    line-height:38px;
    transition: width 0.4s linear;
    }

    .search_input{
    padding: 0 10px;
    width: 89%;
    caret-color:#000;
    transition: width 0.4s linear;
    }

    .search_icon{
    background: #67af00;
    color: #fff;
    }

    .search_icon{
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
    text-decoration:none;
    }


.learning-article-img img { width: 100%;}
.learning-article{ box-shadow: 0 5px 10px rgb(0 0 0 / 0.2); margin-bottom: 30px;}
.img-holder img { width: 100%;height: auto; object-fit: cover;}
.our-story-desc ul li { line-height: 26px; margin: 20px 0;font-size: 16px;}
.our-story-desc ul {list-style: none;}
.our-partners-dese{
    border: solid 1px #cacaca;
    border-radius: 6px;
    padding: 43px;
}
.our-partners-dese h6 span{font-weight: normal; display: block;padding: 10px 0;}
.rating{margin: 20px 0;}
.our-partners-dese:hover{box-shadow: 0 5px 10px rgb(0 0 0 / 0.2);border-color: #fff;;}
.search-results-listing h4 {     height: 40px;
    overflow: hidden;}


.tooltip-hd {
    position: relative;
    display: flex;
    padding: 20px;
    cursor: pointer;    z-index: inherit;
    background:#fff url(../images/angel-down.png) no-repeat 90% 40px;
    color: #2b2b2b;
    opacity: 1;
    width: 100%;
    align-items: center;
}
.tooltip-hd h6{margin:0;padding-left: 20px;}
.tooltiptext {
    visibility: hidden;display: none;

    width: 100%;
    background-color:rgb(65 102 9 / 10.9);
    color: #fff;
    text-align: center;
    padding: 15px;
    z-index: 1;    
    transition: opacity .6s;
    right: 0;
}
.tooltip-area:hover .tooltiptext {
    visibility: visible;
    display: block;
}

.tooltip-area .tooltiptext.tooltip-bottom p {
    color: #fff;margin-bottom: 0; font-size: 18px;
    overflow: hidden;
}
.tooltip-bottom::after {
    content: "";
    position: absolute;
    top: 70px;
    right: 15px;
    margin-left: -7px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #416609 transparent;
}
.w3-quarter{margin-bottom: 20px;}

/* request e demo section by kalyan */
#request_demo_form fieldset:not(:first-of-type) {display: none;}
/* overrid progress-bar-success class style */
.reqtpro {background-color: #0aab0a;}
/* request e demo section by kalyan */

.learning-article-desc p a.btn.btn-blue { margin-top: 20px;}


.inner-img img {  width: 100%; height: 350px; object-fit: cover;}
.details-desc ul {
    padding-left: 20px;
}
.page-id-125 div#user-registration, .page-id-429 div#user-registration-form-427 { width: 600px;    background:#6c757d; margin:0 auto 90px;}
p.user-registration-form-row.user-registration-form-row--wide.form-row.form-row-wide.hide_show_password, div#user_pass_field, div#user_confirm_password_field { display: block;}
.page-id-125 h1, .page-id-429 h1{text-align: center;margin-top: 60px;}
.page-id-429 div#user-registration-form-427 p, .page-id-429 div#user-registration-form-427 label,.page-id-125 div#user-registration p, .page-id-125 div#user-registration label{color: #fff;}
.page-id-125 div#user-registration p a, .page-id-429 div#user-registration-form-427 p a {color: #fff;text-decoration: underline;}
input.user-registration-Button.button {
    background: #67af00;
}

.testimonials--area .testimonials-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.testimonials--area .testimonials-img, .testimonials--area .testimonials-desc {
    width: calc(50% - 15px);
    margin: 15px;
}
.testimonials--area {
    display: flex;
    align-items: center;
    justify-content: center;
}



.post-by p span {
    color: #67af00;
    font-weight: bold;
}
.post-area {
    margin-top: -15px;
}
.post-by span img {
    border-radius: 50%;
}
.post-area h3{margin: 30px 0;}
.post-area {
    position: relative;
}
.post-area .social-share ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: -80px;
}
.post-area .social-share ul li {
    display: block;margin: 0;
}
.social-share ul li a {
    background: #ddd;
    width: 40px;font-size: 16px;
    height: 40px;
    display: block;
    text-align: center;color: #fff;
    line-height: 40px;
}
.social-share ul li a.facebook {background: #385696;}
.social-share ul li a.twitter {background: #52acdd;}
.social-share ul li a.google {background: #db4c36;}
.social-share ul li a.linkedin {background: #027bb5;}
.social-share ul li a.linkedin {background: #c81f25;}
.social-share ul li a.envelope {background: #5f666c;}

form#request_demo_form .wpcf7-form-control { width: 100%; padding: 5px;  border: solid 1px #0aab0a;}
form#request_demo_form .wpcf7-form-control.wpcf7-not-valid { border: solid 1px red !important;}


form#request_demo_form #fid1 .wpcf7-form-control, form#request_demo_form #fid2 .wpcf7-form-control {  border:0;}

section.blog-listing .learning-article-desc h6 { color: #000;  font-size: 20px;}
section.blog-listing .learning-article-desc h6 a{ color: #000; }
section.blog-listing .learning-article-img img { width: 100%;height: 172px; object-fit: cover;}
section.blog-listing .learning-article-desc p{color: #000;}
section.blog-listing .learning-article-desc p span.btn.btn-blue {  margin-top: 20px;}


/*THANK YOU PAGE CSS*/
div#thnk-phn a {color: #fff;}
.callnow a {font-size: 18px;line-height: 1; display: inline-block;}
.callnow a span{ padding-right: 5px;}

.th-hero:before { position: absolute;top: 0; right: 0; bottom: 0; left: 0; content:""; background:rgba(0, 0, 0, 0.7);z-index: 1;}
.th-hero, .th-hero-desc {position: relative;}
.th-hero-info {
    position: absolute;
    text-align: center;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
}
.th-hero-desc h1{color: #67af00;font-weight: 800;}
.th-hero-desc h5{color: #fff;}

section.learning-center.thnktwo {
    background: #67b001;
    position: relative;padding: 50px 0;
    margin: 0;
    -webkit-clip-path: inherit;
    -ms-clip-path: inherit;
    -o-clip-path: inherit;
    clip-path: inherit;}

section.learning-center.thnktwo:before, section.learning-center.thnktwo:after{display: none;}
.learning-center.thnktwo .learning-article-img {
    height: 175px;
    object-fit: cover;
    width: 100%;
}
.learning-center.thnktwo .learning-article-img img {
    width: 100%;
    height: 175px;
    object-fit: cover;
}
section.th-hero .th-hero-desc .slider-img img {
    height: auto;
    width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7-response-output  {display: block; text-align: center;}
form#request_demo_form p { text-align: center; }

/*THANK YOU PAGE CSS*/

form#request_demo_form input#reqtsub {
    width: auto;
    padding: 5px 35px;
}

section.featured-of-solutions .green-bg {
    background: #67af00;
    padding: 50px 0;
}
section.featured-of-solutions .green-bg h2{color: #fff;}
section.slider-area .wp-video, .mejs-container.wp-video-shortcode.mejs-video, section.slider-area video.wp-video-shortcode { width: 100% !important;}


/** calculator page css */
.box-green {background: #67b001;padding: 15px;margin: 15px 0;border-radius: 3px;border: 1px solid #95ff00;}
.box-green h3 {color: #fff;text-transform: uppercase;font-size: 22px;padding-bottom: 15px;font-weight: bold;border-bottom: 1px solid #60a644;margin-bottom: 15px;}       
.box-green input[type=text] {float: left;width: 110px;height: 35px;font-size: 18px;font-weight: bold;text-align: center;min-width: 1px;margin-right: 15px;}    
.box-green label {max-width: 73%;display: inline-block;vertical-align: middle;color: #fff;font-size: 14px;}  
.roi-input {display: block;padding: 15px;} 
/** calculator page css */
.single-learninghub section.blog-listing img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}






.bgblue {background: #67af00;}
.referral-left, .referral-left p {color: #fff;}
.referral-left-top-desc ul li {
    display: inline-block;
    width: 150px;
    height: 150px;
    border: solid 2px #97ff00;
    vertical-align: middle;
    border-radius: 50%;
    padding: 20px;
    margin: 10px;
    background: #80d800;
}
.referral-left-top-desc ul li h3{font-size: 35px;margin-bottom: 10px;}
.referral-left-top-desc ul li p{font-size: 12px; line-height: 1.2;}
.referral-left-botttom-desc {
    margin: 30px 0;
    background: #fff;
    padding: 20px;color:#80d800;
}
.referral-left-botttom-desc h6, .referral-left-botttom-desc p{color: #000;}
.referral-left-botttom-desc h4{text-align: center;}

.referral-right .form-control {
    border: solid 1px #67af00;
    width: 100%;
    height: 45px;
    padding: 10px;border-radius: 0;
    background: #f6ffe8;
    color: #67af00;margin-bottom: 20px;
}
.referral-right .form-control::-moz-placeholder{color:#67af00; opacity:1;}
.referral-right .form-control:-ms-input-placeholder{color:#67af00;}
.referral-right .form-control::-webkit-input-placeholder{color:#67af00;}
.referral-right input[type="submit"] {
    margin: 0 0 20px 0;
    font-size: 16px;
    padding: 0 50px;
    border-radius: 0;
    background: #67af00;
}
.referral-right .small-text p {
    font-size: 13px;
    line-height: 18px;
}
.referral-right select {
    padding: 0 10px!important;
    height: 45px !important;
}

.learning-article-desc .cat-name a{ border: 0; padding: 0;color: #2d2d2d;}
.learning-article-desc .cat-name a:hover {text-decoration: underline;}
.paginate-links, .pagination  { text-align: center;}
.paginate-links a.page-numbers, .paginate-links span, .pagination a.page-numbers, .pagination span {
        padding: 10px 15px;
    background: #275c8d;
    color: #fff;
    margin: 1px;
}
.pagination.col-lg-12 {
    align-items: center;
    justify-content: center;
}
.referral-right .form-control.wpcf7-not-valid {  border-color: red !important;}
span.wpcf7-not-valid-tip { display: none !important;}
.single-post .post-area h1 { font-size: 35px;}
.widget.widget_recent_entries h2.widgettitle {
    font-size: 20px;
    color: #67af00;
}
.widget.widget_recent_entries ul li a {
    color: #6b6b6b;
    padding: 5px;
    font-size: 16px;
    display: block;
}
.widget.widget_recent_entries ul li {
    display: block;
}
.widget.widget_recent_entries ul li:hover a{color: #67af00;text-decoration: underline;}
section.blog-listing .learning-article-desc p {
    height: 70px;
    overflow: hidden;
}

.search-results-listing {
    background: #f2f2f2;
    padding: 15px;
    margin-bottom: 30px;
    height: 310px;
}
.starchecked{color:orange;}
.single-learninghub .post-area {  margin: 20px 0 0;}
.single-post section.page-blog ol li { padding: 5px 0;}
.single-post section.page-blog ol { padding-left: 20px;}
select.btn.bdr-black.btn-toggle.js-category option {background:#3a3a3a; color: #fff;}
/*.page-id-441 .common-hd h2 { font-size: 20px;}*/

.rewards-price-box {
    background: #fff;
    padding: 50px;
}
.referral-left .rewards-price-box p{color: #000;}
.referral-left .rewards-price-box h3{color: #217b09;}

.bg-green { background: #67af00;}
section.referral-area{position: relative;}
section.referral-area:after{position: absolute;top: 0; right: 0; left: 0; height: 680px; content: ""; background: #217b09;clip-path: polygon(0 0, 100% 0, 100% 33%, 0 46%); -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 46%);}
section.referral-area .container {
    position: relative;
    z-index: 2;
}

.referral-right {
    background: #fff;
    padding: 50px;
}
.bg-gray{background: #f7f7f7;}
section.inner-banner:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
section.inner-banner{position: relative;}
div#myModal .modal-footer {
    display: none;
}
.large-text {
    font-size: 75px;
    font-weight: bold;
    width: 130px;
    height: 130px;
    margin: 0 auto 20px;
    border: solid 15px #217b09;
    border-radius: 50%;
    background: #f7f7f7;
    color: #217b09;
    line-height: 100px;
}
.white{color: #fff;}

.max-height {
    height: 270px;
    overflow: hidden;
}
.max-height img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.page-id-121 .featured-of-solutions-desc, .page-id-120 .featured-of-solutions-desc { background: rgb(129 202 24); padding: 20px;  text-align: center;}
.page-id-121 .featured-of-solutions-desc h4, .page-id-121 .featured-of-solutions-desc p, .page-id-120 .featured-of-solutions-desc h4, .page-id-120 .featured-of-solutions-desc p{color: #fff;}

.inner-banner-area iframe {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 56vw;
    width: 100% !important;
}

.modal-content iframe {
    width: 100%;
    height: 36vw;
}
#cws_google_reviews { background-color: #ffffff !important;}

.common-featured-box:hover .common-featured-box-img img { filter: brightness(0) invert(1);}
.common-featured-box:hover .common-featured-box-img { background: #67af00;}
.page-template-blog .learning-article-desc h6 { height: 52px;  overflow: hidden;}
span.wpcf7-list-item { margin: 0;}


.single-post .post-area h2 b, .single-post .post-area h3 b, .single-post .post-area h2, .single-post .post-area h3 { font-size: 16px;  color: #7b7b7b;}
.single-post .post-area h3 { margin: 0 0 20px;}
img.alignright {float: right; margin-left:20px;}
img.alignleft{float: left;margin-right:20px;}

.contact-ul-holder { box-shadow: 0 0 20px rgba(0,0,0,0.12); padding: 40px; max-width: 600px; margin-left: auto; margin-right: auto; }
.contact-ul-holder input:not([type="checkbox"]):not([type="radio"]), .contact-ul-holder textarea { width: 100%; border:1px solid #d7d7d7; border-radius: 0; padding: 10px 25px;}
.contact-ul-holder label { width: 100%; }
.wpcf7-not-valid-tip { display: none !important; }
.wpcf7-not-valid { border-color:#F00 !important }
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing { border: 2px solid #ff0000; margin-left: 0; margin-right: 0; }

/*Media Query css*/
@media ( min-width: 1440px ) {
.container {max-width: 1230px;}

}



@media only screen and ( max-width: 1740px ) { }
@media only screen and ( max-width: 1599px ) { }
@media only screen and ( max-width: 1440px ) {
.main_menu ul li:not(:last-child) { margin: 0 20px 0 0!important;}
}
@media only screen and ( max-width: 1366px ) {
/*h1{ font-size:40px;}
h2{ font-size:40px;}
h3{ font-size:35px;}
h4{ font-size:26px;}
h5{ font-size:20px;}
h6{ font-size:16px;}*/
h1{ font-size:50px;}
h2{ font-size:42px;}
h3{ font-size:35px;}
h4{ font-size:25px;}
h5{ font-size:22px;}
h6{ font-size:17px;}
.cat-name {font-size: 12px;}  
  
}
@media only screen and ( max-width: 1280px ) { 
.main_menu ul li:not(:last-child) { margin: 0 10px 0 0!important;}
.btn, .btn.bdr-white { padding: 13px 20px;font-size: 13px; }
    
.common-padding { padding-top: 50px; padding-bottom: 50px; }
.padding-top{padding-top: 50px;}
.padding-bottom{padding-bottom: 50px;}
.fifty{padding-bottom: 30px;}
.learning-center {padding: 150px 0;margin-bottom: 0;}
.cat-name {  margin-bottom: 10px; font-size: 12px;}
.learning-article-desc { padding: 20px 10px;}  

    
    
}
@media only screen and ( max-width: 1199px ) {
.home-slider-desc { width: 85%;} 
html, body { overflow-x: hidden;} 
.common-padding { padding-top: 40px; padding-bottom: 40px; }
.padding-top{padding-top: 40px;}
.padding-bottom{padding-bottom: 40px;} 
#fid2 .rg-demo label input[type="checkbox"] { top: -150px;}
.main_menu ul li a {font-size: 15px;}

.home .learning-article-desc p{font-size: 15px;}
.learning-center { padding: 150px 0 100px;}  

    
    
    
}
@media only screen and ( min-width: 992px ) {
    div#m_menu { justify-content: flex-end; width: 100% !important;}
}
@media only screen and ( max-width: 991px ) { 
.main_menu ul li a.active, .main_menu ul li a:hover {  color: #ffffff;}
.nav_btn {  position: absolute; right: 15px; z-index: 2; height: 20px; top:20px; display: block; cursor: pointer;}
.nav_btn div {   -webkit-box-shadow: 0px 9px 0px 0px #67af00, 0px 18px 0px 0px #67af00; -moz-box-shadow: 0px 9px 0px 0px rgba(0,0,0,1), 0px 18px 0px 0px rgba(0,0,0,1);  box-shadow: 0px 9px 0px 0px #67af00, 0px 18px 0px 0px #67af00; width: 30px; height: 3px; background-color: #67af00;}
.menu_wrap {align-items: flex-start !important; position: fixed; left: 0; right: 0;top: 0; bottom: 0; background:#67af00; z-index: 99; overflow-y: auto; width: 0;}
.main_menu ul li { line-height: 1; display: block; display: block; text-align: left; border-bottom: 1px solid #000;}
.main_menu {  width: 100%; padding-top:55px;background:#67af00;}
.main_menu ul li a { color: #fff; text-transform: uppercase;padding: 10px 0; font-size: 16px;}
.nav_btn, .nav_close { display: block;}

.main_menu ul li ul.sub-menu { margin:0 -15px; padding: 0;}
.main_menu ul li ul.sub-menu li {padding: 0; line-height: 2; list-style: none; margin: 0!important; border-top:0;}
.main_menu ul li ul.sub-menu li a{font-size: 18px;border-bottom: 0;}
.nav_close i.far.fa-times-circle { color: #fff;}

.main_menu ul li.menu-item-has-children:before{  position: absolute; right: 3px; top: 3px; width: 30px; height: 30px; content:" "; background:#5b9606 url(https://ecotrackfleetmanagement.com/wp-content/uploads/2020/10/angel-down.png) no-repeat center;}
.main_menu ul li ul.sub-menu { display: none;  position: relative; top: auto; width: auto; background:#5b9606;}
.main_menu ul li:not(:last-child) {  margin: 0 !important;padding: 0 15px;}
.main_menu ul li ul.submenu {position: relative;  width: 100%; top: auto; left: 0; padding: 0;}
.main_menu ul li ul.submenu li ul.submenu { position: relative; width: 100%; top: 0; left: 0;}
    
.main_menu ul li ul.sub-menu.active { display: block !important;}
.main_menu ul li:hover ul.sub-menu, .main_menu ul li ul.sub-menu li:hover ul.sub-menu { display: none;}
    
    
footer.main-footer .footer-top { text-align: center;}
.welcome-desc { margin-bottom: 50px;}
.brand-logo ul { display: block;  text-align: center;}
.brand-logo ul li{ padding: 15px 0;}
.hdr-logo img { width: 90%;}
.social-media { padding-bottom: 20px;}
.btn { padding: 12px 15px;}
.text-right.fifty.filter-wrap {
    text-align: center !important;
    margin: 20px 0;
}
fieldset#fid1 .rg-demo label input[type="checkbox"] {
    left: 0;
}
    
.our-results-desc { height: auto; padding: 15px; margin-bottom: 30px;} 
.learning-center {
    -webkit-clip-path:polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);;
    -ms-clip-path:  polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);;
    -o-clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);;
    clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);;
}  
.learning-center:before {  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 1%, 0 5%);
    -o-clip-path: polygon(0 0%, 100% 0%, 100% 1%, 0 5%);
    -ms-clip-path:polygon(0 0%, 100% 0%, 100% 1%, 0 5%);
    clip-path: polygon(0 0%, 100% 0%, 100% 1%, 0 5%);  }
.learning-center:after {
    clip-path: polygon(0 97%, 0% 100%, 100% 90%);
    -webkit-clip-path: polygon(0 97%, 0% 100%, 100% 90%);
    -ms-clip-path:polygon(0 97%, 0% 100%, 100% 90%);
    -o-clip-path:polygon(0 97%, 0% 100%, 100% 90%)}
.learning-article-img img, section.learning-center .learning-article-img {
    width: 100%;
    height: auto;
}
.rg-demo label input[type="checkbox"] { top: -155px;} 
/*h1{ font-size:30px;}
h2{ font-size:24px;}
h3{ font-size:22px;}
h4{ font-size:20px;}  
h5{ font-size:18px;}
h6{ font-size:16px;}*/
h1{ font-size:35px;}
h2{ font-size:30px;}
h3{ font-size:25px;}
h4{ font-size:21px;}  
h5{ font-size:19px;}
h6{ font-size:16px;}
 p{ font-size:15px;}	
    
section.slider-area {
    clip-path: polygon(0 0, 100% 0, 100% 89%, 0 79%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 89%, 0 79%);
    -o-clip-path: polygon(0 0, 100% 0, 100% 89%, 0 79%);
    -ms-clip-path:polygon(0 0, 100% 0, 100% 89%, 0 79%);
}
.hdr-navigation-area { padding-right: 40px;}  
ul.ftr-nav li a {font-size: 9px;}
ul.ftr-nav li { padding: 5px 4px;}
footer.main-footer .footer-top {padding: 35px 0;} 
.copy-rights p { font-size: 10px;}
.hdr-nav { padding: 10px 0;} 
   
.our-results-desc>span { width: 75px; height: 75px; margin: 0 auto 15px;}
.our-results-desc ul li { display: inline-block; margin-bottom: 20px; width: 49%;vertical-align: top;}
.our-results-desc ul li span { float: left; margin-right: 5px;}   
    
    
fieldset#fid1 .col { padding: 0 5px;}  
form#request_demo_form { padding: 0 15px;} 
.our-story-desc { padding-top: 30px;}
.our-partners-dese {  margin-bottom: 20px;}
.our-brand img { height: auto; margin: 10px 0;}
.inner-banner-desc h2{font-size: 20px; margin-bottom: 5px;}   
section.featured-of-solutions .img-holder img { height: auto !important; width: 100%;}  
.gray-bg.featured-of-solutions-area .row { flex-direction: column-reverse;}
.featured-of-solutions-desc { padding-bottom: 30px;margin-bottom: 20px;text-align: center;} 
.testimonials-img img { width: 100%; height: auto;}
.max-height {  height: auto;}
.featured-of-solutions-area { padding: 30px 0;}  
.page-template-tpl_solutions section.learning-center {
    padding: 75px 0;
    margin-bottom: 40px;
}  
.main_menu ul li.current-menu-item a, .main_menu ul li a:hover { color: #231f20;} 
.main_menu ul li a.request-demo { padding: 10px 15px;}   
.post-area { padding: 15px;}   
   
.page-id-125 div#user-registration, .page-id-429 div#user-registration-form-427{
    width: 100%;
    margin: 50px auto;
    padding: 15px;
}  

.testimonials--area { display: block;}   
.testimonials--area .testimonials-img, .testimonials-desc { width: 100% !important; margin: 0 !important;}  
#fid2 .rg-demo label input[type="checkbox"] { top: -105px;}
    
    
    
.learning-center.thnktwo .learning-article-img, .learning-center.thnktwo .learning-article-img img {  height: auto;} 
.home-slider-desc h2 { text-shadow: 0 2px 5px rgb(0 0 0 / 0.7);}
.home-slider-desc a.btn.bdr-white { background: #fff; color: #67af00; padding: 8px;}
.cat-name {  border: 0; padding: 0; margin-bottom: 5px; font-weight: bold; text-transform: uppercase;}  
.referral-right, .referral-left { padding: 20px 15px;}
    
.post-tag.text-right { text-align: left !important;} 
.post-tag p { text-transform: capitalize;    margin: 15px 0;}
.post-area .social-share ul { position: relative; left: 0;}
.post-area .social-share ul li { display: inline-block;}
.fifty { padding-bottom: 0;}  
.learning-article-desc h6, section.blog-listing .learning-article-desc p {height: auto;}  
section.blog-listing .learning-article-img img {
    width: 100%;
    height: auto;} 
    
    
.search-results-listing {  height: auto;}
.search-results-listing h4 {
    height: auto;}
    
    
    
.page-id-446 .common-featured-box { height: auto;}
.page-id-453 .common-featured-box { height: auto;}
.page-id-454 .common-featured-box { height: auto;}
.common-featured-box { height: auto;padding:20px;margin-bottom: 20px;}
.common-featured-box-img { position: relative; top: 0;margin-bottom: 20px;} 
.rewards-price-box {
    padding: 20px;
    margin-bottom: 20px;
}   
.modal-dialog { min-width:97%;}
.inner-banner-area {  height: auto;}
    
.col-lg-3.manage-width {  -ms-flex: 0 0 33.333%;  flex: 0 0 33.333%;  max-width: 33.333%;}
.our-brand { padding: 0;}  
.modal-content iframe {  height: 50vw;} 
.page-template-blog .learning-article-desc h6 {	height: auto;}
.single-post .post-area h1 { font-size: 30px;  margin: 20px 0;} 
.social-share ul li a { width: 30px; font-size: 13px;height: 30px; line-height: 30px;}
.post-area .social-share ul li:first-child {  display: none;}  
.home-slider-desc {top: 40%;width: 90%;}
.btn.btn-blue {  padding: 10px 30px;  font-size: 12px;}
.single-post .post-area p, .single-post .post-area ul li, .single-post .post-area ol li{ font-size: 16px; line-height: 24px;}	
	
	
}

@media only screen and ( max-width: 767px ) {
.home-slider-desc h2{font-size: 20px;} 
.btn{ padding: 10px 10px;  font-size: 8px;} 
.btn.bdr-white { padding: 8px 10px;  font-size: 8px;} 
.hdr-logo img { width: 110px;}
.callnow a { font-size: 15px;}
.rg-demo label input[type="checkbox"] { top: -106px;}
.rg-demo label { font-size: 13px;}
.rg-demo img { margin: 5px auto;}   
    
.searchbar { height: 35px; padding: 1px 5px;}  
.search_input { line-height: 30px;}
.search_icon {height: 30px; width: 30px;margin: 1px -3px;}
.inner-banner-desc h5 { font-size: 14px; margin-bottom: 5px;} 
    
.nav_btn {top: 6px;} 
fieldset#fid2 .col { width: 33%;} 
.th-hero-info h5{font-size: 14px;}
.th-hero-info h5 br{display: none;}
.th-hero-info { left: 5px;  right: 5px;  width: 100%;}
.th-hero-info h5, .th-hero-info h1{margin-bottom: 10px;}
.category { margin: 35px 0 20px;}
a.rnext.btn.btn-black { margin: 20px 0;}  
.contact-ul-holder { padding: 20px;}
}
@media only screen and ( max-width: 667px ) { }
@media (max-width:640px){}
@media (max-width:540px){
fieldset#fid1 .col {
    float: none;
    width: 33%;
    display: inline-block;
    margin: 0 15px 30px;
}
.rg-demo label input[type="checkbox"] { top:-128px;}
fieldset#fid1 { text-align: center;}
.inner-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.inner-banner-desc { left: 10px; right: 10px;} 

.learning-article-desc h6 { height: auto;}  
.rg-demo label input[type="checkbox"] {	left: -14px;}
.inner-banner-area div#handstick { height: 235px;}
	
	
}
@media (max-width: 375px){
.rg-demo label input[type="checkbox"] { top: -116px;}
fieldset#fid2 .col { width: 50%;}
#fid2 .rg-demo label input[type="checkbox"] { top:-150px;} 
.rg-demo label {  height: 40px;}
.our-results-desc ul li { font-size: 11px;line-height: 1.3;} 
.home-slider-desc h1 { font-size: 27px;margin-bottom: 10px;  line-height: 1.2;}
.home .common-hd h2 { padding: 0 50px;}  
.inner-banner-area div#handstick { height: 210px;}
}

@media (max-width: 320px){
.rg-demo label input[type="checkbox"] { top: -100px;}
.rg-demo { vertical-align: top;display: inherit;}
#fid2 .rg-demo label input[type="checkbox"] { top: -125px;}	
.rg-demo img {  min-width: 91px;  height: 91px; object-fit: cover;}
.home .common-hd h2 { padding: 0;}  
.inner-banner-area div#handstick { height: 180px;}
}










/*Media Query css*/

.blog-search-form { display: flex; align-items:center; justify-content: center; }

.blog-search-form input[type="text"] { margin-right: -80px;
    border-radius: 50px;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 400px;
    background: transparent;
    padding: 13px 30px; }

.blog-search-form input[type="submit"] {
    padding: 10px 25px;
    border: 1px solid #0d60b5;  }