/*! fonts */

  @font-face {
    font-family:"Roboto";
    src: url("../../assets/fonts/roboto-regular/Roboto Regular V2/Roboto Regular V2.ttf");
}

@font-face {
    font-family:"Roboto-Medium";
    src: url("../../assets/fonts/roboto-medium/Roboto Medium V2/Roboto Medium V2.ttf");
}

@font-face {
    font-family:'latobold';
    src: url('../../assets/fonts/loto/lato-bold-webfont.woff2') format('woff2'), url('../../fonts/loto/Lato-Bold.ttf') format('ttf'), url('../../assets/fonts/loto/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('../../assets/fonts/loto/lato-regular-webfont.woff2') format('woff2'), url('../../assets/fonts/loto/Lato-Regular.ttf') format('ttf'), url('../../assets/fonts/loto/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-Light';
    src: url('../../assets/fonts/loto/Lato-Light.ttf') format('ttf'), 
    url('../../assets/fonts/loto/lato-light-webfont.woff2') format('woff2'),
     url('../../assets/fonts/fonts/loto/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*! fonts-end*/



/*nav-styles*/
.scl_icons{display:none;}

.add-pro-pop .col-md-6 .multiselect {
       text-align: left;
    height: 40px;
    font-family: 'latoregular';
    color: #726e70;
}

.add-pro-pop .col-md-6 .multiselect:hover,.add-pro-pop .col-md-6 .multiselect:focus{
     background-color: #fff;
}




.add-pro-pop .col-md-6 .multiselect .caret{    float: right;   margin: 9px 0px 0px;}

.add-pro-pop form label input {
    float: left;
    width: auto;
    margin: -9px;
}


.no-prods p{
    text-align: center;
    font-size: 16px;
    padding: 50px 0px;
    font-family: 'latoregular';
    font-weight: bold;
}



#paymentBlock {
    width: 95%;
    margin: auto;
}

.paymentForm {
    padding: 0;
    margin: 10px auto;
    width: auto;
    background: #fff;
    box-shadow: 1px 2px 3px #ccc;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.paymentForm .title {
    border-bottom: 1px solid #eee;
    padding: 15px;
}

#paymentBlock form {
    min-height: 400px;
}
.paymentForm form {
    padding: 20px;
}
.splText {
    margin: 25px auto;
    width: 75%;
    font-size: 18px;
}


.loadmore button{
        float: right;
    font-size: 11px;
    font-weight: normal;
    background: #0e5ef1;
    color: #fff;
    border: 0px;
    padding: 14px 17px;
    border-radius: 2px;
    outline: 0px;
    text-transform: uppercase;
    transition: 0.5s;
    font-family: 'latoregular';
    font-weight: 700;
}

.loadmore button:hover{
    transition: 0.5s;
    background: #0fba35;
}


.ivl-nav .container {width: 96%;}

.std_cnt{
    height: 60px;
    background: #ffffff;
    width: 67px;
    position: absolute;
    z-index: 2;
    margin-top: 15px;
    left: 28px;
    border-radius: 5px;
    color: #54AFEB;
    font-size: 40px;
    text-align: center;
}

.std_cnt p{font-size: 13px;margin-top: -14px;color: #696464;}

.ivl-nav{margin-bottom:0px!important;background-color:#F5FAF0!important;border-color:#d6d8d3!important;border-radius: 0px!important;border-top: 0px!important;}
.ivl-nav-list{font-family: 'latoregular';}
.ivl-nav-list li a{color:#414141!important;font-weight: bold;font-size: 13px;transition:0.5s;}
.ivl-nav-list li a:hover,.ivl-nav-list li a:focus{transition:0.5s;color:#4d8c0d!important;text-decoration:underline!important;}
.navbar-brand{font-family: 'latoregular';color:#2C2C2C!important;font-weight: bold;}
.navbar-inverse .navbar-toggle {border-color: transparent;background: transparent;padding: 5px;}
#myNavbar li.active a {background: inherit!important;color: green!important;text-decoration: underline;}
/*nav-styles-end*/

/*Portfolio*/
.portfolio{font-family:'latoregular';margin-top:70px;}
.portfolio h1{font-weight: bold;font-size: 28px;    margin-bottom: 50px;}
.port-logo-sec{min-height:100px;}
.port-logo-sec img{width:100%;border: 1px solid #dcd5d5;}
.port-blk h3{font-size:18px;font-weight:bold;margin-bottom: 3px;}
.port-blk p{font-size: 15px;color: #666666;}
.port-blk ul{list-style:none;border-top: 1px solid #dbd6d6;padding: 10px 0px 10px;}
.port-blk ul li {margin-right:7px;cursor:pointer;transition:0.5s;font-weight: bold;display: inline-block;background:#B9B9B9;min-width: 85px;text-align: center;padding: 5px 0px;border-radius: 20px;color: #fff;}
.port-blk ul li i{float: right; margin-right: 14px;font-weight: bold;margin-top: 1px;font-size: 17px;}
.port-blk ul li:hover{transition:0.5s;background:#394b8b;}
/*Portfolio-end*/

/*ivl-header*/
.ivl-header{min-height:400px;background:#F5FAF0;text-align:center;font-family: 'latoregular';padding-bottom:30px;margin-top:51px;}
.ivl-header h1{font-weight: bold;font-size: 32px; margin-top: 37px;}
.ivl-header p{color:#333333;font-size: 15px;}
.ivl-header img{width:50%;margin:auto;}
.title-line{border-bottom: 7px solid #50BD8D;width:26%;margin: auto;margin-bottom: 12px;}
/*ivl-header-end*/

/*section-one*/
.sec-one-img img{width:100%;}
.sec-one-content{font-family: 'latoregular';}
.sec-one-content h3{font-weight:bold;color:#414141;font-size: 30px; margin-bottom: 20px;}
.sec-one-content p{color:#707070;margin-bottom:20px;font-size: 15px;}
.learn-mr-btn{background: #F53240;color: #fff;padding: 6px;width: 100px;border: 0px;outline: 0px;transition: 0.5s;margin-top:20px;}
.learn-mr-btn:hover{transition:0.5s;background:#41c6a7;}
.section-one{margin: 50px 0px 10px;border-bottom: 1px solid #ebe7e7;padding-bottom: 44px;}
/*section-one-end*/

/*section-two*/
.section-two{font-family: 'latoregular';margin: 50px 0px 10px;border-bottom: 1px solid #ebe7e7;padding-bottom:35px;}
.portfolio-row h3{font-weight:bold;color:#414141;font-size: 30px; margin-bottom: 20px;}
.portfolio-row h3 span a{ color: #f53240;font-weight: normal;text-decoration: underline;float:right;font-size:15px;}
.portfolio-ul {text-align:left;list-style:none;padding:0px;}
.portfolio-ul  h4{font-weight:bold;margin-bottom:3px;color:#414141;font-size:16px;}
.portfolio-ul img{width:100%;}
/*section-end*/


/*section-three*/
.section-three{font-family: 'latoregular';margin: 50px 0px 10px;border-bottom: 1px solid #ebe7e7;padding-bottom:35px;}
.insights-row h3{font-weight:bold;color:#414141;font-size: 30px; margin-bottom: 20px;}
.insights-row h3 span a{ color: #f53240;font-weight: normal;text-decoration: underline;float:right;font-size:15px;}
.insight-post-blk{background:#F5FAF0;height:200px;margin-bottom: 16px;}
.insight-post-blk img{width:100%;height:100%;}
.insight-blks h4{color: #363131;font-weight: bold;font-size: 16px;}
.insight-blks p{color: #726f6f;font-size:14px;}
/*section-three-end*/



/*consulting-page*/
.consulting-header{min-height:300px;background:#F5FAF0;font-family: 'latoregular';padding: 73px 10px;}
.consulting-header h1{font-weight: bold;margin-bottom: 35px;font-size: 40px;color: #414141;}
.consulting-header p{color:#707070;font-size: 16px;margin-bottom:30px;}
.consulting-header p b{color:#414141;}
.consulting-blk{text-align:center;}
.consulting-content.container {margin: 50px auto;font-family: 'latoregular';}
.consulting-blk h3{font-weight: bold;font-size: 19px;color: #414141;}
.consulting-blk p{color:#707070;}
.consulting-blk button {margin: 20px 0px 0px;outline:0px;background: #F5FAF0;border: 0px;width: 150px;padding: 10px;color: #21a989;font-weight: bold;transition:0.5s;}
.consulting-blk button:hover,.consulting-blk button:focus{transition:0.5s;background:#F53240;color:#fff;}
.consulting-blk button i{margin-left: 9px;}
.consulting-blk {padding: 50px 50px!important;}
.consulting-blk:hover{box-shadow: 0 2px 5px rgba(152, 159, 159, 0.16), 0 2px 11px rgba(185, 183, 183, 0.23);}

.cs-left img{width:100%;}
.prd-led-assestment {float: left; border-bottom: 1px solid #e1e1e1; margin-bottom: 29px;padding-bottom: 20px;}
.cs-right h3{font-weight:bold;font-size:19px;}
.cs-right p{color: #707070;font-size: 15px;}
.cs-right button{margin: 20px 0px 0px;outline: 0px;background: #F5FAF0;border: 0px;width: 150px;padding: 10px;color: #21a989;font-weight: bold;transition: 0.5s;}
.cs-right button:hover{transition:0.5s;background:#F53240;color:#fff;}
/*consulting-page-end*/


/*careers-page*/
.careers-page h1 {font-weight: bold;margin-bottom: 35px;font-size: 40px;color: #414141;}
.careers-page{margin-top:50px;font-family: 'latoregular';}
.careers-tab-row .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{background-color:#fff!important;border:0px!important;border-bottom:3px solid #50BD8D!important;}
.careers-tab-row .nav-tabs{border-bottom:0px!important;margin-left: -12px;}
.careers-tab-row .nav li  a:hover, .nav  li  a:focus{background-color:#fff!important;border:0px;border-bottom:2px solid #50BD8D;}
.careers-tab-row .nav li  a{padding: 2px 0px!important;margin: 7px 15px!important;border-bottom:2px solid #fff;    color: #707070;}
.careers-mtrx{margin-bottom: 14px;background:#F5FAF0;min-height:200px;padding:15px;}
.careers-tab-row .tab-content{margin-top:40px;}
.careers-mtrx .logo-box{height: 90px;background: #fff;margin: 0px 0px 21px;    padding: 10px;}
.mrt-btn{background: #9d9d9d;color: #fff;border: 0px;border-radius: 50px;padding: 3px 11px;font-size: 12px;outline:0px;transition:0.5s;}
.mrt-btn:hover{transition:0.5s;background:#30b455;}
.careers-mtrx h3{font-weight: bold;overflow: hidden;white-space: normal;text-overflow: ellipsis;font-size: 16px;margin: 23px 0px 4px;}
.careers-mtrx p{color: #707070;font-size: 15px;}
.apply-btn-tx{text-align:center;margin: 20px 0px;}
.apply-btn-tx button{width: 74%;background: #50BD8D;color: #fff;padding: 8px;border: 0px;outline: 0px;font-weight: bold;transition: 0.5s;}
.apply-btn-tx button:hover{transition:0.5s;background:#ff9824;}
.logo-box img{width:100%;height:100%;}
/*careers-page-end*/


/*Blog-page*/
.blog-header {background: #F5FAF0;padding:50px 0px;font-family: 'latoregular';    margin-bottom: 40px;    margin-top: 34px;}
.blog-header h1{font-weight: bold;margin-bottom: 35px;font-size: 34px;color: #414141;margin: 8px 0px;}
.blog-header ul{padding: 0px;list-style: none;}
.blog-header ul li{display:inline-block;margin: 8px 8px;color: #707070;}
.blog-aply-btn{width: 128px;background: #50BD8D;color: #fff;padding: 7px 8px;border: 0px;outline: 0px;font-weight: bold;transition: 0.5s;}
.blog-aply-btn:hover {transition: 0.5s;background: #ff9824;}
.job-description{font-family: 'latoregular';}
.job-description h3{font-weight:bold;font-size: 18px;}
.job-description p{color:#707070;font-size:15px}
.desired-profile{font-family: 'latoregular';}
.desired-profile h3{font-weight: bold;font-size: 18px;}
.desired-profile  p{color:#707070;font-size:15px}
.desired-profile i{color:#50BD8D;margin-right: 6px;}
.job-description-sub-txt{font-family: 'latoregular';padding: 20px 35px;}
.job-description-sub-txt  p{color:#707070;font-size:15px}
.job-description-sub-txt .blog-aply-btn{margin-top:30px;margin-bottom:20px;}
  .job-description p span{font-family: 'latoregular'!important;font-size:15px!important;}
  .job-description p span span{font-family: 'latoregular'!important;}
  .desired-profile p span{font-family: 'latoregular'!important;font-size:15px!important;}
  .desired-profile p span span{font-family: 'latoregular'!important;}
/*Blog page-end*/

/*Pagination*/
ul.pagination li {
    width: 28px;
    background: #002550;
    color: #fff;
    padding: 9px 17px;
    margin: 5px;
    font-size: 19px;
    cursor: pointer;
    font-weight: 400;
}
.pagin{text-align:center;clear: both;}
/*Insigthts*/
.inst-left{min-height:400px;background:#F5FAF0;} 
.inst-left img{width:100%;}
.insight-header{margin: 30px auto;}
.inst-right{font-family: 'latoregular';}
.inst-right h3 {margin: 0px;font-weight: bold; margin-bottom: 10px;font-size:21px;}

.sub-insight-blk h3 a{color:#444;}
.inst-right  a h3{color:#444;}
.inst-right p{color:#707070;margin-bottom: 30px;font-size: 14px;}
.insigthts-heading h1{font-family: 'latoregular';margin: 0px;font-weight: bold;margin-bottom: 30px;font-size: 33px}
.sub-insight-img{background:#F5FAF0;height:220px;margin-bottom:26px;}
.sub-insight-img img{width:100%;height:100%;}
.sub-insight-blk{font-family:'latoregular';}
.sub-insight-blk h3 {margin: 0px;font-weight: bold; margin-bottom:10px;font-size:17px;}
.sub-insight-blk p{color:#707070;margin-bottom:20px;font-size: 14px;}
.insight-header{margin-top:110px;margin-bottom:50px;}
/*Insigthts-end*/

/*about-us-page*/
.about-us-header{min-height: 200px;background: #F5FAF0;padding: 70px 0px;text-align: center;    margin-top: 50px;}
.about-us-header h1{font-family: 'latoregular';margin: 0px;font-weight: bold;margin-bottom: 30px;font-size: 27px;padding: 0px 200px;line-height:1.6;}
.about-us-header h1 b{border-bottom: 5px solid #50BD8D; margin-bottom: 0px;}
.blog-sec-left img{width:100%;}
.blog-sec-right{font-family: 'latoregular';}
.blog-sec-right h3{font-weight: bold;font-size: 27px;}
.blog-sec-right p b{color:#111;}
.blog-sec-right p {color:#707070;margin-top:30px;}
.about-us-content{margin: 54px auto 0px;}
.vid-blck{ float: left;
    margin-top: 85px;
    text-align: center;}
.vid-blck h2{font-weight: bold;
    font-size: 23px;
    width: 63%;
    margin: 28px auto;
    text-align: center;}
 .vid-blck iframe   {width: 60%;height: 390px;margin: auto;}
/*about-us-page-end*/


/*New-Consulting-Services-page*/
.new-cosnulting-header {font-family:'latoregular';text-align:center;margin-top: 60px;}
.new-cosnulting-header p{padding:10px 100px;font-size: 15px;color: #707070;text-align: left;}
.new-cosnulting-header h1{font-weight: bold;font-size: 34px;}
.new-cosnulting-content{background:#F5FAF0;min-height:300px;margin-top:70px;font-family:'latoregular';}
.csnt-left h4{font-weight: bold;font-size:15px;color: #414141;}
.csnt-left p {color: #707070;}

.csnt-left button{margin: 0px;outline: 0px;background: #2a2a29;border: 0px;width: 121px;padding: 7px 12px;color: #ffffff;font-weight: bold;transition: 0.5s;border-radius: 4px;font-size: 12px;transition:0.5s;}
.csnt-left button:hover{transition:0.5s;background:#2b953a;}
.csnt-right img{width:98px;margin:14px;}
.csnt-left  button i{float: right;margin: 3px -1px 0px;}
.sbu-db-heading{font-weight: bold;font-size: 23px;margin: 42px 20px 50px;}
.ind-blk {margin-bottom: 71px;}

@media screen and (max-width:767px) {
  .new-cosnulting-header h1{font-size: 20px;}
  .new-cosnulting-header p { padding: 5px 11px; font-size: 14px;}
  .ind-blk{text-align:center;margin-bottom: 16px;}
  .new-cosnulting-content{margin-top:30px;}
}
/*New-Consulting-Services-page-end*/

/*new-pop-heading*/
.new-pop-heading{text-align:center;font-family: "Roboto"; }
.new-pop-heading p{text-align:center;color:#666666;font-size: 14px;}
.new-pop-heading h4{font-size: 40px;margin: 5px;font-weight: 400; margin-top: 39px;}
.new-pop-form input{width: 100%;padding: 24px 11px; margin-bottom:13px;background: #f4f4f4;border: 0px;font-family: "Roboto";outline:0px;}
.new-pop-form input::placeholder{font-style:italic;font-family: "Roboto";}
.new-pop-form{text-align:left;padding: 0px 21px;}
.new-pop-form label{font-weight: 500;color: #142063;font-size: 15px;font-family: "Roboto";}
.new-close{margin: 10px;position:absolute;right: 0;color: #949494!important;opacity: 9!important;}
.resume-field{width:100%;float:left;padding: 22px 10px 10px;margin-bottom:13px;background: #f4f4f4;border: 0px;font-family: "Roboto";}
.resume-field input{padding:0px!important;}
.new-pop{overflow: auto; padding-bottom: 60px;border-radius: 0px!important;}
.new-captcha{ width: 280px;border-radius: 3px;height: 62px;clear:both;}
.pop-btn{width:100%;clear:both;text-align:center;margin-top:20px;float:left;}
.pop-btn button {background: #01c0dd;color: #fff;border: 0px;padding: 9px 20px;border-radius: 3px;outline: 0px;font-family: "Roboto";}
.resume-field i{float:right;font-size:16px;}
.resume-field p{float:left; float: left;margin: 0px 0px 8px;font-style: italic;}
/*new-pop-headingend*/

/*footer-start*/
footer ul{padding:0px;list-style:none;font-family: 'latoregular';}
footer{background: #f6f4f5;margin:80px 0px 0px;padding: 76px 20px;text-align: center;font-family: 'latoregular';}
footer ul li{display:inline-grid;text-align:left; margin: 0px 52px;font-family: 'latoregular';}
footer ul li a{float: left;width: 100%;font-family: 'latoregular';color: #011430;font-size: 14px;font-weight: 500;}
footer ul li a:hover{color: #011430;}
footer sub-ul li{display:inline-block;font-family: 'latoregular';}
footer sub-ul li {font-family: 'latoregular';}
.footer-logo img{width:140px;margin-top: -10px;}
.footer-logo p{font-family: "Roboto";    font-weight: 400;font-size: 14px;margin-top: 7px;}
.newsletter-info{min-width:300px;}
.newsletter-info h3{font-size:15px;color: #041223;}
.newsletter-info p{font-size:12px;color: #041223;}
.newsletter-info p .check-box{ float: left;margin-top: 2px;margin-right: 4px;}
.newsletter-info .col-md-12 input{background:#fff;font-size:10px;width: 69%;line-height: 28px;border: 1px solid #d8d3d3;padding-left: 10px;outline:0px;}
.newsletter-info .col-md-12 input::placeholder{font-size:10px!important;font-family: "Roboto";font-style:italic;}
.newsletter-info .col-md-12 button{font-size: 11px;background: #002550;border: 0px;padding: 8px 9px;color: #fff;border-radius: 3px;}
.subscribe-pop input{display:none;}
/*footer-end*/


/*Map page */


/* carousel*/
    .news-sliders{position: absolute;bottom: -30px;left: 0;right: 0;}
    .media-carousel { margin-bottom: 0;padding: 0 40px 5px 40px;margin-top: 30px;}
    .media-carousel .carousel-control.left {left: -12px;background-image: none !important;background: #2c7fce !important;border: 4px solid #FFFFFF;border-radius: 23px 23px 23px 23px;height: 40px;width : 40px !important;margin-top: 45px;opacity: 1;color:#fff!important;font-weight: bold;}
    .media-carousel .carousel-control.right {right: -12px !important;background-image: none !important;background: #2c7fce !important;border: 4px solid #FFFFFF;border-radius: 23px 23px 23px 23px;height: 40px;width : 40px !important;margin-top: 45px;opacity: 1;
    font-weight: bold; color:#fff!important;}
    .media-carousel .carousel-indicators {right: 50%;top: auto;bottom: 0px;margin-right: -19px;}
    .news-sliders .thumbnail{margin-bottom:5px;background-color: #fff; border: 1px solid #dedede;min-height: 110px;box-shadow: 0 2px 5px rgba(169, 169, 169, 0.16), 0 2px 11px rgba(208, 208, 208, 0.23); padding:0px!important; overflow:hidden;font-family: "Roboto";}
    .news-img-blk img{width:100%;height:100%;}
    .news-sliders .thumbnail:focus{border:0px!important;}
    .news-img-blk{height:117px;background:#f1efef;position: absolute;padding:0px!important;}
    .news-txt-blk h3{display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;color: #252222;font-weight: bold;margin: 4px 0px 0px; font-size: 12px;}
    .news-txt-blk p{display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;line-height: 1.1;color: #666;margin-top: 6px; font-size: 14px;}
    .news-txt-blk {padding: 7px 9px;}
    .news-txt-blk button{background: #2c7fce;color: #fff;border-radius: 50px;border: 0px;padding: 2px 10px;font-size: 12px;}
    .map-btns {text-align:center;}
    .map-btns button {color: #fff;border-radius: 2px;border: 0px;padding: 2px 10px;font-size: 12px;height: 38px;width: 150px;outline: 0px;}
    .map-btns button a{color: #fff; font-family: 'Roboto';    font-size: 14px;}
    .map-btns button a:hover,.map-btns button a:focus{text-decoration:none;}
    .media-carousel .carousel-indicators li {background: #c0c0c0;}
    .media-carousel .carousel-indicators .active {background: #333333;}
    /* End carousel */
    
    
    
    /*studio-popup*/
.studio-popup {font-family: 'latoregular';z-index:1111!important;}
.studio-popup .modal-header{text-align: center;border:0px!important;padding-bottom: 0px;background: transparent !important;}
.studio-popup .modal-header .modal-title{font-weight: bold;color: #111;font-size: 20px;margin-bottom:25px;}
.studio-popup .modal-header p{color: #575c60; font-size: 14px;width: 50%; margin: auto;}
.rqd{text-align:center;color:red;    text-align: center;font-size: 13px;font-weight: bold;}
.studio-popup .modal-content{overflow:hidden;}
.std-form input{width:100%;padding: 10px;border: 1px solid #c8c8c8;border-radius: 2px;margin: 0px 0px 2px;font-style: italic;outline:0px;}
.std-form .col-md-6{padding:5px;}
.std-form{padding:0px 30px;}
.studio-popup .modal-body{padding: 7px 0px 0px;}
.pls-fld{width: 100%;padding: 2px;border: 1px solid #c8c8c8;border-radius: 2px;margin: 0px 0px 2px;font-style: italic;outline: 0px;height: 42px;}
.pls-fld i{float: right;margin: 9px 4px;color: #828080; font-size: 19px;}
.pls-fld p{float: left;margin: 10px 2px;color: #828080;font-size: 13px;}
.pod-send-btn{text-align:center;}
.pod-send-btn button{background: #4185e8;margin: 17px 0px;width: 107px;padding: 8px;border-radius: 20px;color: #fff;font-size: 15px;outline: 0px;transition: 0.5s;border:0;}
.pod-send-btn button:hover{transition:0.5s;background:#139d70;}
.suc-pop-msg{text-align:center;display:none;}
.suc-pop-msg h3{font-weight: bold;color: #111;font-size: 18px;text-align: center;width: 64%;margin:6px auto 30px;}
.suc-pop-msg i{font-size: 40px;margin: 26px 0px 5px;color: #5fd042;}
.suc-pop-msg .close{margin: 10px;position: absolute;right: 0;}

.suc-pop-msg-contact{text-align:center;display:none;}
.suc-pop-msg-contact h3{font-weight: bold;color: #111;font-size: 18px;text-align: center;width: 64%;margin:6px auto 30px;}
.suc-pop-msg-contact i{font-size: 40px;margin: 26px 0px 5px;color: #5fd042;}
.suc-pop-msg-contact .close{margin: 10px;position: absolute;right: 0;}
.xd-pro-contact textarea{width: 100%;border: 1px solid #cfcbcb;margin-bottom: 11px;min-height: 80px;border-radius: 4px;outline: 0px;padding: 15px;}

/*Contact styles*/

.col-md-12.contact-us{padding: 44px 0px 70px;}
.contact-us{text-align:center;}
.contact-us p{font-family: "Roboto";color:#666666;}
.contact-us h1 {
    text-align: center;
    font-family: 'quattrocento';
    font-weight: bold;
    color: #000000;
    margin-bottom:25px;
    font-size:64px;
}
.contaus-form{background:#f8f8fa;min-height:500px;padding-top:97px;padding-bottom:50px;margin-top:25px;}
.contaus-form input{width:100%;margin:0px 0px 10px;height:50px;outline:0px;background:#fff;border:1px solid #e4e4e4;padding-left:5px;}
.contaus-form textarea{width:100%;min-height:150px;outline:0px;background:#fff;border:1px solid #e4e4e4;padding-left:5px;}
.contaus-form button{font-family: "Roboto";background: #01c0dd;color: #fff;border: 0px;width: 135px;padding: 7px 0px;font-size: 17px; outline: 0px;transition: 0.5s;margin-top: 10px;border-radius: 3px;}
.contaus-form .col-md-5 h4{ font-family: "Roboto";margin-bottom:0px;}
.contaus-form .col-md-5 p{ font-family: "Roboto";margin-bottom:0px;color:#666666;font-size:16px;}
.contact-form {width: 570px; margin: auto;}

/*Contact us end*/
.std-form .col-md-12{    padding: 0px 5px !important;}

/*studio-popup-end*/

.map-btns {

text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1080;
    bottom: 35px;
}
.map-btns button {color: #fff;border-radius: 2px;border: 0px;padding: 2px 10px;font-size: 12px;height: 38px;width: 150px;outline: 0px;}
.map-btns button a{color: #fff; font-family: 'Roboto';    font-size: 14px;}
.map-btns button a:hover,.map-btns button a:focus{text-decoration:none;}
.stay-btn {background: #ff7c20;padding: 9px 11px;border-radius: 2px;text-align: center;font-size: 14px;border: 0px;width: 150px;}
    
    .search-bg-holder {-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;background: #fff;margin-top: 3px; position: relative;width: 300px;margin: 16px auto;height: 34px;z-index: 1;}
    
    .search-bg-holder input[type="text"] {width: 23em;height: 26px;border: 0;margin: 5px 0 0 2px;float: left;font-size:10px;text-indent: 4px;outline: none;}
    
    .new-srch-icon {
        float: right;
        background: #ffb11b;
        color: #fff;
        padding: 8px;
        font-size: 18px!important;
        border-bottom-right-radius: 5px!important;
        border-top-right-radius: 5px!important;
        border-radius: 0px;
    }
    
    .results-blk {
        width: 21em;
        display: block;
        float: left;
        font-family: arial;
    }
    
    .res-list {
        list-style-type: none;
        padding: 5px;
    }
    
    .res-list li {
        display: block;
        text-indent: 10px;
        min-width: 18em;
        max-width: 22em;
        margin-bottom: 5px;
        font-size: 14px;
    }
    
    .res-list li a {
        color: #7d7d7d;
    }
    
    .stay-btn a:hover, a:focus {
        color: #fff!important;
    }

    #searchresults {
        background: #ffffff;
        color: #000000;
        margin: 2px 0 0 0;
        position: absolute;
        font-size: 12px;
        overflow: hidden;
        display: none;
        margin-top: 35px;
        border-radius: 6px;
        width: 300px;
        max-height: 200px;
        overflow-y: scroll;
    }

    .stay-btn a {
        color: #fff;
    }
/* Map page end */




.add-pro-pop .modal-body{overflow:auto;    padding: 15px 45px;}
.add-pro-pop .col-md-6{padding:5px;}
.add-pro-pop .col-md-12{padding:5px;}
.add-pro-pop form label{ width:100%;float:left;font-family: 'latoregular';color:#726e70; font-weight: 300; font-size: 14px;}
.add-pro-pop form input{padding: 10px;width: 100%;height: 40px;border-radius: 4px;outline: 0px;border: 1px solid #cfcbcb;margin-bottom: 11px;}

.add-pro-pop form textarea{
    width: 100%;
    border: 1px solid #cfcbcb;
    margin-bottom: 11px;
    min-height: 80px;
    border-radius: 4px;
    outline:0px;
    padding:15px;
}


.searchm {
    background: #fff;
    float: right;
    width: 265px;
    padding: 6px 0px 12px 17px;
       margin: -7px 10px;
    border-radius: 50px;
    border: 1px solid #e9e1e1;
}

.searchm input {
    width: 85%;
    font-weight: normal;
    font-size: 16px;
    border: 0px;
    height: 100%;
    font-family: 'latoregular';
    outline:0px;
}

.searchm i{font-size: 16px;color: #aeacac;}

.add-pro-pop .modal-title {margin: 30px 0px 0px;text-align: center;color: #454242;font-size:29px;font-family: 'latoregular';}
.std-marketplace{width:70%;margin:auto;margin-top:100px;}
.std-marketplace h1 {font-family: 'latoregular';font-weight: bold;font-size: 25px;color:#464646;     margin: 5px 0px 22px;  float:left;  width:100%;}

.std-marketplace h1 button{float: right;font-size: 11px;font-weight: normal;background: #0e5ef1;color: #fff;border: 0px;padding: 14px 17px;border-radius: 2px;outline: 0px;text-transform: uppercase;transition:0.5s;font-family: 'latoregular';font-weight: 700;}
.std-marketplace h1 button:hover{transition:0.5s;background: #0fba35;}
.std-mrkt-category{width: 100%; float: left;list-style: none;padding: 13px 0px;font-family: 'latoregular';border-top: 1px solid #c4c4c4;border-bottom: 1px solid #d1caca;overflow: auto;}
.std-mrkt-category li{margin-top:5px;margin-bottom:5px;font-size: 15px;vertical-align: middle;display: inline-block; margin-right: 15px; padding-right: 15px; color: #403b3b; border-right: 1px solid grey; font-weight: bold; cursor: pointer;}
.std-mrkt-category li a{ color: #403b3b;transition:0.5s;}
.std-mrkt-category li a:hover,.std-mrkt-category li a:focus{color:#63a81f;text-decoration:none;}
.std-mrkt-category li:nth-last-child(1){float:right;margin-right:0px;padding-right:0px;border-right:0px;margin-top:0px;}
.std-mrkt-category li .searchm{background: #fff;padding: 10px 10px 10px 15px;width: 250px;border-radius: 49px;border: 1px solid #e1e1e1;outline: 0px;font-weight: normal;font-size: 14px;font-style: italic;}
.std-mrkt-category li .searchm i{    float: right;margin: 3px 3px;color: #a3a3a3;}
.std-mrkt-category li .searchm input{border:0px;outline:0px;}
.std-mrt-card{width: 19.7%;display:inline-block;padding: 10px 5px;vertical-align:text-top;font-family: 'latoregular';}
.std-mrt-cards-row{margin:0px -5px;}
.std-mrt-card-inner{overflow: hidden;min-height: 300px;background: #fff;width: 100%;border-radius: 5px;border: 1px solid #e5e5e5;}
.studio-img{border-bottom: 1px solid #e6e8e9;height:150px;width:100%;  background:#fff;overflow:hidden;}
.studio-img img{width:100%;height:100%;}
.std-mrt-card-inner h3{font-size:15px;color: #343533;    margin: 13px 0px -2px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.x-content{padding:0px 15px;}
.std-mrt-card-inner h4{font-size:14px;font-weight: 700;color: #111;height: 32px;overflow: hidden;margin:10px 0px 0px;}
.std-mrt-card-inner ul {list-style:none;padding:0px;margin:11px 0px;}
.std-mrt-card-inner ul li{ 
    font-size: 13px;color: #474847;margin-right:3px;display:inline-block;
   overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
       width:60%;
}


.std-mrt-card-inner ul li:nth-last-child(1){text-align:right; width:35%;}





.std-mrt-card-inner ul li i{margin-right:3px;color:#abadb0;}
.share-cions {border-top: 1px solid #cfc9c9;padding: 10px 15px;}
.share-cions i {color: #acb0b3; font-size: 16px; margin-right:7px;cursor:pointer;}
.searchm-mbl{display:none;}
.mbl-mrkt-category{display:none;}
.add-pro-pop .modal-header {border-bottom: 0px;}
.live-yes input {width: 23px!important;height: 23px!important;float: left!important;margin-right: 4px!important;}
.live-yes label{float: left!important; width: auto!important; margin: 5px 14px 5px 5px;}
.live-yes{float: left;width: 100%;border: 1px solid #cfcfcf;padding: 5px 2px 0px 9px;border-radius: 4px;}
.pro_sel{width: 250px;height: 40px;background: #fff;border-radius: 3px;border: 1px solid #d6cece;padding: 7px;outline: 0px;color: #747474;}

.create-product{text-align:right;font-family: 'latoregular';}

.create-product button {
    float: right;
    font-size: 11px;
    background: #0e5ef1;
    color: #fff;
    border: 0px;
    padding: 14px 17px;
    border-radius: 2px;
    outline: 0px;
    text-transform: uppercase;
    transition: 0.5s;
    font-family: 'latoregular';
    font-weight: 700;
    margin: 22px 10px 11px 4px;
}

.add-pro-pop .modal-header .close {
    margin-top: -2px;
    font-weight: 300;
    opacity: 1;
    font-size: 32px;
    color: #898181;
}



.create-product button:hover {
    transition: 0.5s;
    background: #0fba35;
}

/*image-uplaod*/
.file-upload{display:block;text-align:center;font-family: 'latoregular';font-size: 12px;}
.file-upload .file-select{display: block;border: 1px solid #dddcdc;color: #34495e;cursor: pointer;height: 42px;line-height: 40px;text-align: left;background: #FFFFFF;overflow: hidden;position: relative;border-radius: 3px;margin-bottom: 10px;}
.file-upload .file-select .file-select-button{background:#dce4ec;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.file-upload .file-select:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#34495e;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.add-pro-pop form label{ text-align: left;}

.loading{
       text-align: center;
    font-family: 'latoregular';
    background: #00255005;
    width: 100%;
    margin: 50px auto;
    padding: 100px;
}


/*image-uplaod-end*/


.cat-active-link{color: #63a81f!important;}
.copylink {background: #0f96eb;right: 5px;width: 85px;text-align: center;border-radius: 15px;padding: 2px 15px 4px;font-size: 11px;cursor:pointer;bottom: 0px;left: 0;color: #fff!important;margin: 10px 0px 0px;float: left;font-weight: bold;text-decoration: none !important;}


@media only screen and (max-width:1500px) {
.std-marketplace{width:90%!important;}
.studio-img { height: 130px;}
.std-mrt-card-inner h3 {font-size: 15px;}
.std-mrt-card-inner ul li{font-size: 12px; margin-right: 1px;}
.std-mrt-card{padding:10px 2px;}
.std-mrt-card-inner ul{margin: 10px 0px;}
.std-mrt-card-inner{min-height: 283px;}

}

@media only screen and (max-width:1150px) {
.std-mrt-card {width: 19.5%;}
.std-mrt-card-inner h4 { font-size: 14px;}
.std-mrkt-category li {margin-right: 11px;padding-right: 11px;font-size: 14px;}
}



@media screen and (max-width:991px) {
  .inst-left{min-height:auto;}
  .about-us-header h1{padding: 0px;font-size: 20px;}
  .about-us-header {min-height: 140px;background: #F5FAF0;padding: 41px 0px;}
  .contact-us h1{font-size:39px;}
.col-md-12.contact-us {padding: 44px 0px 20px;}
}

@media screen and (max-width:767px) {

.contact-form{width:97%;}
    .contact-us h1{font-size: 29px;margin-bottom: 10px;}
    .col-md-12.contact-us{padding:0px 0px 0px;}
    .contaus-form{padding-top: 40px;}
.loadmore button { font-size: 9px;padding: 11px 13px;}

.studio-img {     height: 113px;}


.dd-pro-pop{margin:50px 0px;}


    .pro_sel {  width: 100%;}

.add-pro-pop .modal-title {
    margin: 12px 0px 0px;
    font-size: 24px;
}


.add-pro-pop .modal-body { overflow: auto; padding: 15px 15px;}


.ivl-nav .container {  width: 100%;}

.std-marketplace h1 button{display:none;}

   .std-marketplace h1 button{display:none;}

   .std-mrt-cards-row{float:left;width:100%;}

	.map-btns{bottom: 0;}
	.map-btns button {
    color: #fff;
    border-radius: 2px;
    border: 0px;
    padding: 1px 4px;
    font-size: 12px;
    height: 34px;
    width: 106px;
    outline: 0px;
    }

.mbl-mrkt-category button {
    float: right;
    font-size: 11px;
    font-weight: normal;
    background: #0e5ef1;
    color: #fff;
    border: 0px;
    padding: 14px 17px;
    border-radius: 2px;
    outline: 0px;
    text-transform: uppercase;
    transition: 0.5s;
    font-family: 'latoregular';
    font-weight: 700;
    float: left;
    width: 142px;
    margin: 10px 0px;
}

.map-btns button a{  font-size: 12px;}



.std_cnt {height: 52px;width:66px;z-index:2;margin-top:-37px;font-size:28px;}



  .job-description p span{font-size: 14px!important;}
  .desired-profile p span {font-size: 14px!important;}
  .careers-mtrx .logo-box{padding: 11px;height:auto;}
  .ivl-nav .navbar-toggle { border-color: transparent!important; background:transparent!important;padding:5px;margin: 12px;}
  .ivl-nav .navbar-toggle .icon-bar {background-color:#000!important;}
  .ivl-header h1{font-size:20px;}
  .newsletter-info .row{margin:0px!important;}
  .newsletter-info {width: 100%;margin: auto;}
  .title-line {border-bottom: 4px solid #50BD8D;width:78%;}
  .ivl-header p {color: #333333;font-size: 14px;}
  .ivl-header img {width: 100%;}
  .sec-one-content h3{font-size: 19px;margin: 11px 0px 7px;}
  .portfolio-row h3{font-size: 20px;}
  .section-one {margin: 34px 0px 10px;}
  .portfolio-ul p{margin-bottom: 7px;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;height:22px;}
  .portfolio-ul h4{font-size: 15px;}
  .insight-post-blk{margin-top: 10px;}
  .section-three{padding-bottom: 15px;margin: 10px 0px 10px;}
  .section-two{margin: 10px 0px 10px;}
  .newsletter-info h3{padding-left:17px;}
  footer ul li{ text-align:center!important;}
  .footer-logo img {width: 140px;margin: 24px 0px 11px;}
  footer ul li a{margin-bottom: 4px;}
  .new-pop-heading h4{font-size: 20px;}
  .new-pop-heading p{margin:auto;width:80%;}
  .new-pop-form{padding: 0px 6px;}
  .new-pop-form input{padding: 13px 11px;}
  .modal{padding-left:0px!important;}
  .insights-row h3{font-size: 21px;}
  footer{margin:30px 0px 0px;    padding: 6px;}
  .subscribe-pop .col-md-6{width:100%!important;}
  .consulting-header h1 {font-weight: bold;margin-bottom: 13px;font-size: 25px;}
  .consulting-header{padding: 73px 10px 10px;min-height: 160px;}
  .consulting-header p b {color: #414141;float: left;margin-bottom: 4px;text-align: left;width: 100%;}
  .consulting-blk {padding: 13px 12px!important;margin-bottom: 40px;}
  .consulting-header p{font-size: 15px;}
  .consulting-blk img{width:70px;}
  .consulting-blk h3{font-size: 17px;}
  .consulting-content.container {margin: 50px auto 0px;}
  
  .careers-page {margin-top:0px;}
  .careers-page h1{margin-bottom:10px;font-size:20px;}
  .careers-mtrx h3{margin: 11px 0px 4px;}

  .blog-header h1 {font-size:18px;margin: 18px 0px 5px;}
  .blog-header ul li{margin:8px 4px; font-size:12px;}
  .blog-header{margin-bottom:39px;padding: 27px 0px;}
  .job-description-sub-txt{padding: 20px 7px;}
  .desired-profile p{font-size: 14px;margin-bottom: 18px;}

  .job-description p {font-size:14px;}
  .blog-header {margin-bottom:10px;padding: 26px 0px;}
  .job-description-sub-txt p {font-size: 14px;}
  .job-description-sub-txt .blog-aply-btn { margin-top: 10px; margin-bottom: 20px;}

  .inst-left{min-height:auto;}
  .inst-right h3{font-size: 16px;margin-top: 15px;}
  .inst-right p{margin-bottom:11px;}
  .insight-header { margin-top:80px;}
  .insigthts-heading h1{margin-bottom: 17px;font-size: 24px;}
  .sub-insight-blk h3{ font-size: 15px;}
  .about-us-header h1 b {border-bottom: 2px solid #50BD8D;}
  .about-us-header h1{font-size:16px;}
  .about-us-header{padding: 28px 0px 0px;}
  .blog-sec-right p{margin-top: 16px;}
  .blog-sec-right h3{font-size: 22px;}
  .blog-sec-left img {width: 70%;}
  .blog-sec-left{text-align:center;}
  .about-us-content { margin: 22px auto 0px;}
   .studio-popup .modal-header p{width: 94%;}
  .std-form input {padding: 8px;}
  
   .std_cnt p{margin-top: -5px!important;}
    .news-img-blk{height:80px;}
    .news-txt-blk h3{-webkit-line-clamp: 1;}
    .news-txt-blk p{ -webkit-line-clamp: 1;font-size: 12px;margin-top: 2px;}
    .news-sliders .thumbnail{min-height:50px;}
    .news-txt-blk button{padding: 4px 10px 2px;font-size: 10px;}


.media-carousel .carousel-control.left {height: 30px;width: 30px !important;}
.media-carousel .carousel-control.right{ height: 30px;width: 30px !important;}
.search-bg-holder{ width:270px;}
.carousel-control span{margin-top:-4px;position:absolute;left: 0;right: 0;}
.stay-btn{width:218px!important;}


.std-mrt-card {width:50%;}
.x-content {padding: 0px 9px;}
.std-mrt-card-inner ul li {font-size: 12px;margin-right:1px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 48%;}
.std-mrt-card-inner h4 { font-size: 13px;}
.std-mrkt-category{display:none;}

.std-marketplace h1{    font-size: 22px; text-align:center;margin: 20px 0px;}

.searchm-mbl{width:100%;margin: auto;padding: 10px;background: #fff;padding: 10px 10px 10px 15px;border-radius: 49px;border: 1px solid #e1e1e1;font-weight: normal;font-size: 14px;font-style: italic;display:block; float:left;}
.searchm-mbl i{float: right;margin: 3px 3px;color: #a3a3a3;}
.searchm-mbl input{border:0px;outline:0px;}
.std-marketplace{margin-top: 60px;}
.mbl-mrkt-category{
        display: block;
        font-family: 'latoregular';
        margin: 18px 0px 9px;
        border-top: 1px solid #cfcfcf;
        padding-top: 21px;
        float: left;
        width: 100%;
    }
.mbl-mrkt-category select{width:100%;height: 40px;background: #fff;border-radius: 3px;border: 1px solid #d6cece;margin: 10px 0px 0px;padding: 7px;outline:0px;color: #747474;}


}




@media only screen and (max-width:767px){
    .std-mrt-card-inner {min-height: 268px;}
    .searchm{display:none;}
    .std-mrt-cards-row { margin: 0px 0px;}

}


@media only screen and (max-width:380px){
    .studio-img { min-height: 113px; height: auto;}
    .std-mrt-card-inner { min-height: 253px;}
}
