@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,700,700i,900,900i');
/*@font-face {
    font-family: 'ArapeyRegular';
    src: url('../fonts/ArapeyRegular.eot');
    src: url('../fonts/ArapeyRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArapeyRegular.woff2') format('woff2'),
        url('../fonts/ArapeyRegular.woff') format('woff'),

    font-weight: normal;
    font-style: normal;
}*/

/*@font-face {
    font-family: 'ArapeyRegular';
    src: url('../fonts/ArapeyRegular.eot');
    src: url('../fonts/ArapeyRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArapeyRegular.woff2') format('woff2'),
        url('../fonts/ArapeyRegular.woff') format('woff'),
        url('../fonts/ArapeyRegular.ttf') format('truetype'),
        url('../fonts/ArapeyRegular.svg#ArapeyRegular') format('svg');
}*/

@font-face {
    font-family: 'ArapeyItalic';
    src: url('../fonts/ArapeyItalic.eot');
    src: url('../fonts/ArapeyItalic.eot') format('embedded-opentype'),
         url('../fonts/ArapeyItalic.woff2') format('woff2'),
         url('../fonts/ArapeyItalic.woff') format('woff'),
         url('../fonts/ArapeyItalic.ttf') format('truetype'),
         url('../fonts/ArapeyItalic.svg#ArapeyItalic') format('svg');
}
@font-face {
    font-family: 'ArapeyRegular';
    src: url('../fonts/ArapeyRegular.eot');
    src: url('../fonts/ArapeyRegular.eot') format('embedded-opentype'),
         url('../fonts/ArapeyRegular.woff2') format('woff2'),
         url('../fonts/ArapeyRegular.woff') format('woff'),
         url('../fonts/ArapeyRegular.ttf') format('truetype'),
         url('../fonts/ArapeyRegular.svg#ArapeyRegular') format('svg');
}


body {
    font-size: 17px;
    color: #666666;
    font-family: 'Lato';
    font-weight: 100;
    line-height: 28px;
}
.container{padding: 0 20px;max-width: 1240px !important;width: auto !important;}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
}
/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
textarea {
  resize: none;
}
h1,h2,h3,h4,h5,h6{overflow-wrap: break-word;font-family: 'ArapeyRegular';margin-top: 0;font-weight: bold;}
p{overflow-wrap: break-word;}
.shareBlock span {
    width: 40px;
    display: inline-block;
    margin-left: 30px;
}
.shareBlock{margin-bottom: 0;margin-top: 18px;}
.head_title{
    font-family: ArapeyRegular;
    font-size: 38px;
    line-height: 39px;
      color: #333333;
      position: relative;
}
.head_title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    /* top: auto; */
    background-image: url(../images/Logo-title.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    /* height: 200px; */
    width: 75px;
    height: 30px;
    text-align: center;
    margin: 0 auto;
    margin: o auto !important;
}
.homeWhyGood .head_title:after {
    background-image: url(../images/Logo-title-white.svg);
}
.primary-btn, .submit {
    font-family: Lato;
    display: inline-block;
    background: linear-gradient(to right, #273682, #f28620 52%, #e53e48);
    padding: 7px 20px;
    color: #fefeff;
    font-size: 18px;
    border-radius: 3px;
    text-decoration: none !important;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    border: none;
}
.secondary-btn {
    font-family: Lato;
    display: inline-block;
    border:1px solid #f28620;
    font-weight: bold;
    padding: 5px 25px;
    color: #333333;
    font-size: 18px;
    border-radius: 3px;
    text-decoration: none !important;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}  
.secondary-btn:hover,.secondary-btn:focus{background: linear-gradient(to right, #273682, #f28620 52%, #e53e48);color: #fff;transition: none;}
.text-white{color: #fff !important;}
.text-violet{color: #6f3996 !important;}
.primary-btn:hover,.primary-btn:focus,.submit:hover,.submit:focus{ background: linear-gradient(to right, #e53e48, #273682 52%, #e53e48);color: #fff;border: none !important;outline: none !important;}
.secondaryBgColor{background:#eaeaea;}
.margin-medium-top{margin-top: 40px;}
.verticle-m-padding{padding: 50px 0;}
/*.floatUpImg img{
    position: absolute;
    top: -61px;
}*/
.pages_banner{
    background-image: url('../images/pageBannr.jpg');
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    padding: 111px 0;
}
.pageBanner_header {
  margin:0;
  font-family: ArapeyRegular;
  font-size: 58px;
  font-weight: normal;
  line-height: 58px;
  text-transform: capitalize;
  text-align: left;
  color: #fffefe;
  display: inline-block;
  position: relative;

}
.pageBanner_header:after{
    content: "";
    position: absolute;
    background:#cf640b;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;

}
.pageQuate{
    padding: 55px 0;
    background:#6f3996;
}
.pageQuate p {
    font-family: ArapeyRegular;
    font-size: 35px;
    font-weight: normal;
    line-height:37px;
    text-align: center;
    color: #ffffff;
    margin: 0;
}
.pageQuate span {
    color: #f28620;
}
.verticle-m-padding img{width: 100%;}
.header-top-nav,.top_navbar {
    margin: 0;
    padding: 0;
    text-align: right;
}
header{padding: 20px 0 10px;}
button{outline: none !important;}
.top_navbar {float: left;}
.header-top-nav li,.top_navbar li{display: inline-block;}
.header-top-nav li a{
    color: #a4a4a4;
    font-size: 13px;
    line-height: 32px;
    font-weight: 300;
    text-align: center;
    border-right: 1px solid #dad4d4;
    padding-right: 10px;
    margin-right: 10px;
    opacity: 0.8;
    text-decoration: none;
    display: inline-block;
}
.header-top-nav li a:hover,.header-top-nav li a:focus,.header-top-nav li a.active{opacity: 1;color: #3753a4;}
.header-top-nav li:last-child a{border: none;}
.phone img ,.email img{
    width: 17px;
    margin-right: 5px;
}
.top_navbar li a {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    padding: 17px 20px;
    display: inline-block;
    text-decoration: none !important;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.top_navbar li a:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #3753a4;
    width: 100%;
    height: 2px;
    display: none;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.top_navbar li a:hover,.top_navbar li a:focus{color: #3753a4;}
.navbar-wrappr {
    border-top: 1px solid #d7d7d7;
    display: inline-block;
    margin-top: 14px;
}
.navbar-wrappr .primary-btn{margin-top: 15px;}
/*banner css start*/
.home_banner{
    padding: 85px 0;
    background-image: url('../images/banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%
}
.home_banner h3 {
  font-family: 'ArapeyRegular';
  font-size: 38px;
  font-weight: normal;
  line-height:49px;
  letter-spacing: normal;
  text-align: left;
  color: #fffefe;
}
.arrowAnglebtn{position: relative;padding-right:30px;}
.arrowAnglebtn:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 16px;
    background-image: url(../images/Button-Arrow.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 12px;
    width: 12px;
}       
.home_banner .primary-btn{margin-top: 20px;}
/*footer css start*/
footer{
    padding: 30px 0;
    background-image: url('../images/footer_bg.png');
    background-size: 100% auto;
    background-position: center bottom;
    background-color: #19283f;
    background-repeat: no-repeat;
}
.footer-logo img{width: 122px;}
.followUs {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    line-height: 30px;
    text-align: center;
    color: #3753a4;
}
ul.socialMedia ,.footer_navbar{
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.socialMedia li,.footer_navbar li {
    display: inline-block;
}
.footer_navbar{margin:20px 0 30px 0;}
ul.socialMedia a {
    height: 33px;
    display: inline-block;
    width: 33px;
    border: 1px solid #888888;
    line-height: 33px;
    border-radius: 50%;
    margin-right: 10px;
    color: #888888;
    transition: all 0.4s linear 0s;
}
ul.socialMedia li a:hover,ul.socialMedia li a:focus{color: #fff;border-color: #fff;}
.folloUsBlock{margin: 18px 0;}
.footer_navbar li a{
     font-size: 14px;
     line-height: 30px;
     text-transform: uppercase;
     text-decoration: none;
    font-weight: 300;
    transition: all 0.3s linear 0s;
    color: #888888;
    margin-right: 15px;
}
.footer_navbar li:last-child a{margin-right: 0;}
.footer_navbar li a:hover,.footer_navbar li a:focus{color: #fff;}
.copyright p {
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 30px;
  color: #888888;
  margin-bottom: 0;
}
/*contact us css start*/

/*contact us css start*/
.contactLftBg{
    background-image: url('../images/getInTouchBg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.contactLftBg ul {
    margin: 0;
    padding: 0;
}
.contactLftBg li{float:left;margin-right: 30px;max-width: 47%;}
.contactLftBg li:last-child{margin-right: 0;}
.contactLftBg li img{width: 100%;}
.contactLftBg .lato-italic {
    font-style: italic;
    margin-bottom: 0;
    color: #fff;
    line-height: 22px;
    font-family: ArapeyRegular;
}
.contactLftBg .lato-italic span {
    color: #f28620;
    margin-right: 10px;
}
.contactLftBg  h1 {
    margin-bottom: 33px;
    font-size: 30px;
}
.comtactAbout {
    padding-bottom: 10px;
}
.contactLftBg  h2{
    margin: 20px 0 15px 0;
    font-size: 19px;
}
.contactLeftBlock {
    float: right;
    padding: 55px 25px;
}
.contactRightBlock form {
    margin-top: 25px;
}
.contactRightBlock form .primary-btn {
    margin-top: 20px;
}
.contactRightBlock {
    float: left;
    padding: 55px 40px;
    width: 60%
}
.contactRightBlock form input,.contactRightBlock form textarea {
    border: none;
    box-shadow: none !important;
    border-bottom: 1px solid #c9c9c9;
    border-radius: 0;
    width: 100%;
    outline: none;
}
.contactRightBlock form input:focus,.contactRightBlock form textarea:focus{border-bottom: 1px solid #f28620;}
/*testimmonial css end*/
.testimonialBlock{
    background-image: url('../images/Testimonials-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-top:60px;
    text-align: center;
    background-color: #f1f1f1;
    padding-bottom: 30px;
}
.testimonialImg {
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    border: 8px solid #fff;
    left: 35%;
    margin: 0 auto;
    z-index: 111;
    /* right: 0; */
    top: -50px;
    text-align: center;
}
.testimonialImg{border-radius: 50%;
    display: inline-block;
border: 8px solid #fff;box-shadow: 1px 2px 7px #ddd;}
.testimonialImg img{
    width: 100px !important;
    height: 100px;
    border-radius: 50%;

}
.testimonialBlock .item {
    background: #fff;
    width: 45% !important;
    margin: 0 auto;
    padding: 40px;
    position: relative;
    margin-top: 50px;
    padding-top: 80px;
}
.testimonialBlock .item p{
    font-family: lato;
    font-size: 16px;
    line-height: 30px;
}
.testimonialSocial {
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
}
.testimonialSocial li {
    display: inline-block;
}
.testimonialSocial li a {
    color: #666;
    font-size: 14px;
    margin-right: 5px;
}
.testimonialSocial li a:hover,.testimonialSocial li a:focus{color: #3753a4;}
 blockquote {
    padding: 0  10px !important;
    margin: 0 !important;
    /* font-size: 27px; */
    border-left: none !important;
    position: relative;
}

h6.testimonialPosition {
    font-size: 14px;
    margin-bottom: 5px;
}
blockquote:before {
    content: "\f10d";
    position: absolute;
    left: -12px;
    font-family: fontawesome;
    top: -7px;
    font-size: 14px;
    color: #f28620;
}
blockquote:after {
    content: "\f10e";
    position: absolute;
    right: -12px;
    bottom: -10px;
    font-family: fontawesome;
    font-size: 14px;
    color: #f28620;
}
.testimonialTitle {
    margin-top: 10px;
}
.testimonialBlock .owl-prev, .testimonialBlock .owl-next {
    height: 30px;
    width: 30px;
    border: 1px solid #fff !important;
    border-radius: 50%;
    color: #fff !important;
    font-size: 30px !important;
    line-height: 23px !important;
    margin-right: 10px;
    font-weight: bold !important;
}
/*.testimonialBlock .owl-prev span ,.testimonialBlock .owl-next span{
  
     line-height: 30px; 
    display: inline-block;
}*/
.testimonialBlock  .owl-nav {
    margin-top: 30px;
}
.testimonialBlock  .owl-nav span {

    /* height: auto !important; */
    /* display: inline-block; */
    line-height: 25px !important;
    vertical-align: text-top;
}
 /*solution css start*/
 .solutionBlock{
    margin:60px 0 0 0;
    padding: 0;
    display: flex;
 }
 .solutionBlock li{
    display: inline-block;
    width: 24.5%;
    margin-right: 15px;
    border: solid 1px #ebebeb;
    text-align: center;
    padding: 18px;
 }
  .solutionBlock li:hover{background:#ebebeb;}
 .solutionBlock li:last-child{margin-right: 0;}
 .solutionTitle {
  font-family: ArapeyRegular;
  font-size: 28px;
  font-weight: normal;
  line-height: 49px;
  color: #111111;
}
.solutionBlock li p{
  font-family: Lato;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  color: #666666;
}
.home-solution{padding:35px 0;}
.home-solution .primary-btn {
    margin-bottom: 30px;
    margin-top: 18px;
}
/*home why good css */
.homeWhyGood{
    background-image: url('../images/whygoodbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}
.medialListing{
    margin: 40px 0 0 0;
    padding: 0;
    text-align: center;
}
.medialListing li{
    display: inline-block;
    margin-right: 20px;
}
.medialList{
    height: 254px;
    width: 234px;
    border-radius: 50%;
    text-align: center;
    padding: 40px;
}
.medialList p{
    overflow-wrap: break-word;
    font-size: 28px;
    font-family: ArapeyRegular;
    line-height: 30px;
    color: #333333;
    margin-top: 34%;
}
.mediaRightcrcle{
    background-image: url('../images/rightArrowCircle.svg');
    background-repeat: no-repeat;
    background-size: 80% 100%;
    background-position: center;
}
.mediaLeftcrcle{
    background-image: url('../images/leftArrowCircle.svg');
    background-repeat: no-repeat;
    background-size: 80% 100%;
    background-position: center;
}

/*home about service css*/
.home-about h6,.comtactAbout h6{
    margin-top: 45px;   
    font-family: Lato;
    font-size: 17px;
    font-weight: 500;
    font-style: italic;
    color: #666666;
    text-align: center;
}
.home-about {
    padding: 40px 0;
}
.home-exp {
    margin: 40px 0 60px 0;
    padding: 0;
    display: flex;
}
.home-exp li {
    display: inline-block;
    overflow: hidden;
    border: solid 1px #ebebeb;
    width: 18%;
    margin-right: 38px;
}
.home-exp li:hover{
    box-shadow: 0px 2px 17.1px 0.9px rgba(0, 0, 0, 0.27);
}
.home-exp li:last-child{margin-right: 0;}
.exp-num h4{
  font-family: Lato;
  font-size: 42px;  
  text-align: center;
  color: #fff;
  margin:20px 0 0 0;
}
.exp-content{
    padding: 30px;
}

.exp-content p {
    font-family: Lato;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    margin: 20px 0 0 0;
    color: #333333;
}   
.exp-num {
    position: relative;
    border-radius: 100px/51px;
    padding: 60PX 45px;
    margin-top: -48px;
}
.exp-num:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 95px;
    width: 95px;
    border-radius: 50%;
    bottom: -45px;
    background: #ececec;
    text-align: center;
    margin: 0 auto;
}
.darkPink{background-color: #e75480;}
.darkyellow{background-color: #f28620;}
.darkgreen{background-color: #69be58;}
.darkblue{background-color: #3753a4;}
.darkviolet{background-color: #80469b;}

/*about us page css start*/
.orangeListing ,.grayListing{
    margin: 0;
    padding: 0;
}
.criticalSecArea {
    margin: 20px 0 0 0;
    padding: 0;
}
.criticalSecArea h2 {
    margin-bottom: 0;
}
.orangeListing li ,.grayListing li{
   display: inline-block;
   margin-bottom: 7px;
   position: relative;
   padding-left: 15px;  
}
.orangeListing li:before,.grayListing li:before {
    content: "\f111";
    position: absolute;
    left: 0px;
    top: 0;
    color: #f28620;
    font-size: 8px;
    font-family: fontawesome;
}   
.grayListing li:before{color: #86a4bb;}
.orangeListing li:last-child,.grayListing li:last-child,.criticalSecArea li:last-child{margin-bottom: 0;}
.criticalSecArea li{
    display: block;
    margin-bottom: 20px;
    border: solid 1px #d7d7d7;
    padding: 20px;
}
.circleBg {
    background: #d7d7d7;
    height: 70px;
    width: 70px;
    display: inline-block;
    border-radius: 50%;
    margin-top: 30%;
}
/*about us page css end*/

/*career page css start*/
.joinUsBanner{background-image: url('../images/joinusBg.jpg');}
.OpeningList {
    margin-top: 20px;
}
.ourOpening {
    padding: 10px 0 50px 0;
}
.openingListBlock{
    border: solid 1px #cccccc;
}
.openingListBlock img {
    width: 100%;
}
.OpeningListcontent{
    padding: 20px;
}
.OpeningList > div > img{width: 100%;}
/*.OpeningList h2{
    margin-top: 20px;
}*/
.OpeningList .lato-italic {
    font-style: italic;
    margin-bottom: 5px;
    color: #333333;
}
.OpeningList .lato-italic span{color:#f28620;margin-right: 10px;}
/*career page css end*/

/*prod service page css  start*/
.prod-service img{width: 100%}

/*prod service page css  end*/
/*cost price css start*/
.costPriceBlock{
    background-image: url('../images/costPolicyBg.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    color: #fff;
    position: relative;
}
.setStartBlock{
    background-image: url('../images/gettingStartBg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
/*cost price css end*/

/*solution css start*/
.solutionList > li{padding: 20px;border: solid 1px #b7b7b7;margin-bottom: 25px;}
.solutionList > li:last-child{margin-bottom: 0;}
.solutionList > li{display: block;}
.solutionList {
    margin: 0;
    padding: 0;
}
.solutionList > li:hover{background:#b7b7b7;}

/*solution css start*/

/*blog css start*/
.blogsBlock .lato-italic {
    font-size: 15px;
    line-height: 30px;
}
.blogsBlock {
    margin-bottom: 30px;
}
/*blog css end*/
/*blog details css end*/
.blogDetailbanner{
    background-image: url('../images/blogDetailsbanner.jpg');
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    padding: 111px 0;
}
.blogDetailbanner .pageBanner_header {
    font-size: 36px;
    line-height: 46px;
    color: #333333;
}
.blogDetailbanner .pageBanner_header:after {
    width: 24%;
}
.postContent .lato-italic {
    font-size: 17px;
    line-height: 22px;
    font-style: italic;
    margin-bottom: 5px;
    color: #999999;
}
.postContent h2 {
    margin-top: 25px;
    font-size: 24px;
}
.postContent .lato-italic span {
    color: #f28620;
    margin-right: 10px;
}
.postSlider{margin-top: 30px;position: relative;}
.relatedPost img{width: 100%;}
.relatedPost  h2{
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
}
.postSlider .owl-carousel .owl-nav .owl-next, .postSlider .owl-carousel .owl-nav .owl-prev {
    font-size: 67px !important;
    background: #fafafa !important;
    display: inline-block;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    color: #000 !important;
    top: 50%;
    position: absolute;
}
.postSlider .owl-carousel .owl-nav .owl-next:hover, .postSlider .owl-carousel .owl-nav .owl-prev:hover{background:#6f3996 !important;color: #fff !important;}
.postSlider .owl-dots {
    display: none !important;
}
.postSlider .owl-carousel .owl-nav .owl-next span,.postSlider .owl-carousel .owl-nav .owl-prev span {
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
}
.postSlider .owl-prev {left: 0;}
.postSlider .owl-next {right: 0;}
.relatedPost {
    margin-top: 20px;
}
.realtedBlock{padding:30px 0;}
/*blog  details css end*/
/*min 991 to 1200px resolution*/
@media(min-width: 992px) and (max-width: 1200px){
	.secondary-btn{ padding: 5px 10px; }
.educationsTab li {
    width: 18% !important;
}
.contactRightBlock {
    width: 100%;
}
.h2, h2 {
    font-size: 23px;
}
.blogDetailbanner .pageBanner_header {
    font-size: 25px;
    line-height: 35px;
}
.h1, h1 {
    font-size: 28px;
}
.pageQuate p {
    font-size: 28px;
    line-height: 35px;
}
.pages_banner {
    padding: 80px 0;
}
.pageBanner_header {
    font-size: 50px;
    line-height: 55px;
}
.solutionTitle {
    line-height: 36px;
    margin-top: 10px !important;
    font-size: 21px !important;
}
.head_title {  
    font-size: 32px;
    line-height: 36px;
}
.home_banner {
    padding: 70px 0;
}
.home_banner h3 {
    font-size: 26px;
    line-height: 40px;
}
.top_navbar li a {
    padding: 17px 13px;
}
.exp-num {
    padding: 60PX 24px;
}
.exp-num h4 {
    font-size: 35px;
}
.home-exp li {
    margin-right: 16px;
}
.exp-content p {
    font-size: 21px;
}
.medialListing li {
    margin-right: 0px;
}
.exp-content {
    padding: 27px;
}
}

/*min 768px to 991px resolution*/
@media(min-width: 768px) and (max-width: 991px){
.educationsTab li {
    width: 18% !important;
}

.contactRightBlock {
    width: 100%;
}
.contactLftBg li {
    max-width: 46%;
}
.blogDetailbanner .pageBanner_header {
    font-size: 25px;
    line-height: 35px;
}
.realtedBlock {
    padding: 15px 0 !important;
}
.secondary-btn {
    padding: 2px 25px;
    font-size: 14px;
}
.OpeningListcontent h3 {
    font-size: 18px;
}
.OpeningListcontent {
    padding: 15px;
}
.blogsBlock .lato-italic {
    font-size: 14px;
    line-height: 20px;
}
.OpeningListcontent p {
    line-height: 20px;
    font-size: 15px;
}
.shareBlock span {
    width: 33px;
    margin-left: 10px;
}
.OpeningListcontent .secondary-btn {
    padding: 2px 15px !important;
    font-size: 14px !important;
}
.criticalSecArea h3 {
    font-size: 18px;
}
.pageQuate p {
    font-size: 22px;
    line-height: 30px;
}
.home_banner h3 {
    font-size: 28px;
    line-height: 38px;
}
.head_title {
    font-size: 28px;
    line-height: 35px;
}
.home-about h6, .comtactAbout h6 {
    font-size: 15px;
}
.pages_banner {
    padding: 70px 0;
}
.pageBanner_header {
    font-size: 45px;
    line-height: 52px;
}
.h1, h1 {
    font-size: 28px;
}
.h2, h2 {
    font-size: 18px;
    line-height: 22px;
}
.verticle-m-padding {
    padding: 35px 0;
}
.top_navbar li a {
    font-size: 13px;
    padding: 17px 6px;
}
.navbar-wrappr .primary-btn{
    padding: 7px 10px;
    font-size: 12px;
    margin-top: 16px;
    margin-left: 10px;
}
.home_banner {
    padding: 50px 0;
}
.home-exp li {
    width: 19%;
    margin-right: 7px;
}
.exp-num {
    padding: 55PX 20px;
}
.exp-num:after {
    height: 70px;
    width: 70px;
    bottom: -30px
}
.exp-content {
    padding: 15px;
}
.exp-content p {
    font-size: 19px;
    line-height: 23px;
}
.exp-num h4 {
    font-size: 27px;
}
.medialListing li {
    margin-right: 0px;
}
.medialList {
    height: 223px;
    width: 175px;
    padding: 30px;
}
.medialList p {
    font-size: 20px;
    line-height: 21px;
    margin-top: 43%;
}
.solutionBlock li {
    width: 23.5%;
    padding:10px;
}
.solutionTitle {
    font-size: 22px;
    line-height: 22px;
    margin-top: 10px;
}
.solutionBlock li p {
    font-size: 14px;
    line-height: 23px;
}
.testimonialBlock .item {
    padding: 75px 27px 20px;
    width: 60%;
}
.footer_navbar li a {
    font-size: 13px;
    margin-right: 12px;
}
}
@media(min-width: 768px){
.top_navbar li a:hover:after,.top_navbar li a.active:after{display: block;transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;}
    .closebtn,.nav-toggle {
    display: none;
}
}
@media(max-width: 767px){
.arrowAnglebtn:after {
    right: 3px;
    top: 14px;
}
.formTabs>li {
    float: none !important;
    display: block !important;
}
.formTabs button {
    width: 100%;
    display: block !important;
}
.educationsTab li {
    width: 100% !important;
}
.solutionList img{width: auto;}
.solutionList > li {
    text-align: center;
}
.costPriceBlock *{position: relative;z-index: 1;}
.costPriceBlock:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}
.contactLftBg h1 {
    margin-bottom: 20px;
}
    .contactLeftBlock {
    padding:20px 30px;
    float: none;
}
.contactRightBlock {
    padding: 20px 30px;
    width: 100%;
}
.contactLftBg li {
    max-width: 100%;
    margin: 0;
    float: none;
    margin-bottom: 15px;
}
.contactLftBg li:last-child{
    margin-bottom: 0;
}
 iframe {
    height: 200px !important;
}
.openingListBlock {
    margin-bottom: 25px;
}
.h2, h2 {
    font-size: 18px;
    line-height: 23px;
}
.postContent .lato-italic {
    font-size: 14px;
    line-height: 18px;
}
.realtedBlock {
    padding: 10px 0;
}
.postContent h2 {
    margin-top: 20px;
    font-size: 17px;
}
.postSlider .owl-carousel .owl-nav .owl-next, .postSlider .owl-carousel .owl-nav .owl-prev {
    font-size: 39px !important;
    height: 40px;
    width: 40px;
}
.postSlider .owl-carousel .owl-nav .owl-next span, .postSlider .owl-carousel .owl-nav .owl-prev span {
    top: 3px;
}
.blogDetailbanner .pageBanner_header {
    font-size: 18px;
    line-height: 25px;
}
 .shareBlock span {
    margin-left: 20px;
}
.blogsBlock .lato-italic {
    font-size: 13px;
    line-height: 25px;
}
.secondary-btn {
    padding: 3px 25px;
    font-size: 15px;
}
.OpeningListcontent h3 {
    font-size: 17px;
}
.circleBg {
    margin-top: 0;
}
.verticle-m-padding img {
    margin: 10px 0;
}
.criticalSecArea {
    text-align: center;
}
.pageQuate {
    padding: 35px 0;
}
.pageQuate p {
    font-size: 17px;
    line-height: 25px;
}
.solutionTitle {
    font-size: 23px;
    line-height: 49px;
}
.exp-num h4 {
    font-size: 35px;
}
.exp-content p {
    font-size: 21px;
    line-height: 27px;
}
.home-about h6, .comtactAbout h6 {
    margin-top: 40px;
    font-size: 14px;
}
.primary-btn, .submit {
    padding: 5px 20px;
    font-size: 15px;
}
.top_navbar li a:hover:after,.top_navbar li a.active{color: #6f3996 !important;}
.h1, h1 {
    font-size: 21px;
}
.pages_banner {
    background-size: cover;
    padding: 45px 0;
}
.verticle-m-padding {
    padding: 20px 0;
}
.margin-medium-top {
    margin-top: 5px;
}
.pageBanner_header {
    font-size: 27px;
    line-height: 37px;
}
.prod-service h2 {
    margin-top: 20px;
}
.logo img {
    width: 145px;
}
.home_banner h3 {
    font-size: 18px;
    line-height:28px;
}
.top_navbar {
    float: none;
}
    .medialList {
    margin: 0 auto;
}
.header-top-nav li, .top_navbar li {
    display: block;
    text-align: center;
}
.top_navbar li a {
    padding: 7px 20px;
    display: block;
    border-bottom: 1px solid #ddd;
}
.navbar-wrappr .primary-btn {
    margin-top: 15px;
    display: block;
    text-align: center;
}
.top_navbar li a {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    padding: 7px 20px;
    display: block;
    text-decoration: none !important;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.home_banner {
    background-size: cover;
    padding: 45px 0;
}
.navbar-wrappr {
    border-top: none;
    margin-top: 0;
}
.head_title {
    font-size: 20px;
    display: block;
    line-height: 28px;
}
.home-about {
    padding: 25px 0;
}
    .testimonialBlock .item {
    width: 100%;
}
.home-exp ,.solutionBlock{
    display: block;
}

.home-exp li ,.solutionBlock li,.medialListing li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.medialListing li{margin-bottom: 0;}
.hide-small{display: none;}
 .nav-toggle {
    right: 15px;
    color: #4b5566;
    font-size: 27px;
    cursor: pointer;
    position: absolute;
    top: 15px;
}
.closebtn {
    display: none;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: auto;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    padding-top: 60px;

}
.sidenav .closebtn {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 20px;
    color: #4b5566;
    margin-left: 50px;
}
 .navbar-nav {
    margin: 0;
    padding: 10px 20px;
}
.sidenav_body {
    background: rgba(0,0,0,0.35);
    overflow: hidden !important;
}
.sidenav_body .sidenav{
    padding-right: 20px;
    padding-left: 20px;
}

.sidenav_body .closebtn{display: block;}
}


/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none; 
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}
.emailError,.formError{
    color: red !important;
    position: relative !important;
    font-size: 12px !important;
     top: 0 !important; 
    margin-top: 0;
    left: 0 !important;
}
.emailError{display: none;}
#email-error{display: none !important;}
.error {
    color: red !important;
    font-size: 12px !important;
    margin-top: 0;
    font-weight: 100;
}
.formBottomNav{
    margin: 0;
    padding: 0;
}
.formBottomNav li{display: inline-block;margin-right: 10px;}
.formBottomNav li:last-child{margin-right: 0;}
.formTabs button {
    background: transparent;
    border: none;
    box-shadow: none;
    font-family: Lato;
    font-size: 17px;
    line-height: 32px;
    font-weight: 400;
    color: #3753a4;
    padding: 4px 20px;
}
.formTabs li.active button{background:transparent !important;color: #000;border: 1px solid #f1f1f1;border-bottom: 1px solid #fff;}
.formTabs button:hover {
    background: #f1f1f1;
    color: #3753a4;
}
.tab-content> form >.tab-pane {
    display: none;
}
.tab-content> form >.tab-pane.active{display: block;}
.joinUsSection {
    padding: 40px 0;
}
.joinUsSection .tab-content {
    padding: 40px 0;
}
.joinUsSection label{
  font-family: Lato;
  font-size: 17px;
  font-weight: normal;
  line-height: 32px;
  text-align: left;
  color: #2a2a2a;
}
.joinUsSection input,.joinUsSection textarea{
    border: solid 1px #e1e1e1;
    box-shadow: none !important;
}
.radioBtn label:first-child{display: block;}
.joinUsSection label.error {
    position: absolute;
    line-height: normal;
    margin: 0;
    height: auto;
    bottom: -2px;
}
.educationsTab{
    margin: 0;padding: 0;
    display: block;
}
.educationsTab li{width: 19%;margin-right: 10px;float: left; display: inline-block;}
.formError {
    display: none;
}