/* common_btn */ 
.rq_btn{
	height: 35px; 
	 border-radius: 4px;  
	 color: #FFFFFF !important;  
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 19px;
	box-shadow: 0 1px 8px 0 rgba(0,0,0,0.2), 0 3px 3px -2px rgba(0,0,0,0.12), 0 3px 4px 0 rgba(0,0,0,0.14);
}

/* banner*/ 
#banner {  
    background-color: #f1f1f1;
    background-image: url(../image/custom_research/MuralImageBox@3x.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 266px;
    padding: 13px; 
} 
#banner .content_banner h1{
color: #666666;
font-size: 38px;
font-weight: 300;
line-height: 44px;
margin: 0px 0px 0px 0px;
width: 671px;

} 
#banner .content_banner p{
margin: 0px 0px 14px 0px; 
color: #444444;
font-size: 14px;
line-height: 20px;
width: 571px;
} 
#banner .content_banner .cus_btn_1{
    background-color: #0060FD;
	color: white !important;
}
#banner .content_banner .cus_btn_1:hover {
    background-color: #004ac4;
    transition: 0.2s ease all; 
} 

.thankyou_close { 
 margin-bottom: 214px; }  
/*Market_Intelligence  */
#Market_Intelligence{
padding: 25px 0px 29px 0px;
}
#Market_Intelligence h3{
color: #666666;
font-size: 38px;
font-weight: 300;
line-height: 44px;
text-align: center;
margin:0px 0px 27px 0px;
}
#Market_Intelligence .content_Intelligence{
margin-bottom: 39px;
    padding: 0px 18px;
}
#Market_Intelligence .market_img_1{
	width: 129px;
}
#Market_Intelligence .market_img_2{
	width: 80px;
margin-top: 10px;
}
#Market_Intelligence .market_img_3{
margin-top: 11px;
	width: 123px;
}
#Market_Intelligence .content_Intelligence h6{
color: #444444;
font-size: 18px;
font-weight: 500;
line-height: 24px;
margin: 0px 0px 14px 0px;
}
#Market_Intelligence .content_Intelligence p{
	color: #666666;
font-size: 14px;
line-height: 20px;
}
/* case_study */ 
#case_study{
padding: 33px 4px 45px 0px;
}

#case_study h3{
color: #666666;
font-size: 38px;
font-weight: 300;	line-height: 44px;
margin: 0px 0px 10px 0px;
}
 
#case_study .para{
width: 65%;
margin: 0 auto;
margin-bottom: 45px;
color: #666666; 
}


#case_study .case_study_box{
margin: 0px auto 27px auto;
height: 302px;
width: 254px;
border: 1px solid #979797;
border-radius: 4px;
background-color: rgba(218,180,102,0.06);
}

#case_study .case_study_box img{
    margin-bottom: 6px;
    height: 103px;
    width: 100%;
    border-radius: 4px 4px 0px 0px;
    border: 1px solid #979797;
} 
#case_study .case_study_box a {
    background-color: #35A100;
    width: 151px;
    height: 35px;
	color: white !important;
}  
#case_study .case_study_box h4{
color: #666666;
width: 228px;
/* height: 42px; */
overflow: hidden;
font-size: 16px;
font-weight: 500;
line-height: 21px;
text-align: center;
margin: 0 auto 16px auto;

}

.case_study_box > p{
/* height: 63px; */
width: 235px;
overflow:hidden;
color: #666666;
font-size: 14px;
line-height: 19px;
text-align: center;
margin: 0 auto 21px auto;

}

#case_study .case_study_box a{
background-color: #35A100;
}
#case_study .case_study_box a:hover{
background-color: #2b8100;
transition: 0.2s ease all;
} 

#case_study .Request_case_study h4{
margin: 0px 0px 10px 0px;
color: #666666;
font-size: 22px;
font-weight: 300;
line-height: 25px;
}


#case_study .Request_case_study .rq_case_study{
width: 190px;
background-color: #35A100;

}
#case_study .Request_case_study .rq_case_study:hover{
background-color: #2b8100;
transition: 0.2s ease all;
color:white !important;
}   



/*//////////////////////// Request-proposel/*/
#Request_proposel{
  background-color: rgba(155,155,155,0.07);
    padding: 46px 0px 47px 0px;
    border-radius: 5px;
  }

#Request_proposel h5{
	color: #4A4A4A;
	font-size: 28px;
	font-weight: 300;
	line-height: 33px;
margin: 0px 0px 43px 0px;
}

/*Form Design*/
.Request_proposel .group{
    position:relative;
    margin-bottom:38px;
}
.grop_before_btn{
      margin-bottom: 23px !important;  
}
.inputText {
    font-size: 18px;
    color: #666666;
    font-weight: 400;
    width: 100%;
    border: 0px; 
    border-bottom: 1px solid #9B9B9B;
    background-color: transparent;
    line-height: 24px;
} 
.inputText:focus {
    border-bottom: 1px solid #39A307; 
     transition: 0.2s ease all;  
} 
.floating-label {
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 0px;  
    transition: 0.2s ease all;
    color: #9B9B9B;
    font-size: 18px;
    font-weight: 400;
} 

input:not(:placeholder-shown) ~ .floating-label{
top: -21px;
bottom: 10px;
left: 0px;
font-size: 13px;
line-height: 18px;
opacity: 1;
color: #39A307;
}
input.floating_label_active ~ .floating-label{
top: -21px;
bottom: 10px;
left: 0px;
font-size: 13px;
line-height: 18px;
opacity: 1;
color: #39A307;
} 
input:focus ~ .floating-label
{   
top: -21px;
bottom: 10px;
left: 0px;
font-size: 13px;
line-height: 18px;
opacity: 1;
color: #39A307;

} 
/* Label Design */

/* Underlining Bars */
  .all_form_control .bar {
    position:relative;
    display:block;
    width:100%;
}
 .all_form_control .bar:before,
 .all_form_control .bar:after {
    content:'';
    height:1px;
    width:0;
    bottom:1px;
    position:absolute;
  	background: #39A307;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}
 .all_form_control .bar:before {
    left:50%;
}
.all_form_control  .bar:after {
    right:50%;
}
/* active state */
.all_form_control input:focus ~ .bar:before,
.all_form_control input:focus ~ .bar:after {
    width:50%;
}
.thankyou_h1{
color: #666666;
font-family: Roboto;
font-size: 32px;
font-weight: 500;
line-height: 35px;
text-align: center;
margin-top: 60px;
} 
.thankyou_p
{
color: #666666;
font-family: Roboto;
font-size: 16px;
font-weight: 500;
line-height: 21px;
text-align: center; 
margin-bottom: 60px; 
}
.thankyou_close{
    height: 35px; width: 124px; border-radius: 4px; background-color: #666666;  
    border-radius: 4px;
    background-color: #666666;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;  

}



/* Highlighter */
 /* .highlight {
    position:absolute;
    height:60%;
    width:100px;
    top:25%;
    left:0;
    pointer-events:none;
    opacity:0.5;
} */
/* active state */
 /* input:focus ~ .highlight {
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;
    animation:inputHighlighter 0.3s ease;
} */

/** Animations **/
 /* @-webkit-keyframes inputHighlighter {
    from {
        background:#5264AE;
    }
    to {
        width:0;
        background:transparent;
    }
}
@-moz-keyframes inputHighlighter {
    from {
        background:#5264AE;
    }
    to {
        width:0;
        background:transparent;
    }
}
@keyframes inputHighlighter {
    from {
        background:#5264AE;
    }
    to {
        width:0;
        background:transparent;
    }
} */
#Send{
    width: 100%; padding: 1em 0; cursor: pointer; border: 0; color: #fff; background: #22A7F0;
    -webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#Send:hover{
    background: #62c0f4;
    overflow: hidden;
}

.Request_proposel .textarea{
  height: 128px;
}
.Request_proposel .text_head{
	width: 249px;	color: #39A307;		font-size: 13px;	line-height: 18px
}

/*.Request_proposel .form_control{
margin-bottom: 23px;
}*/

.Request_proposel .read_case{
  width: 148px;
	background-color: #0060FD; 
color:white !important;	
}
.Request_proposel .terms_contion{
  color: #444444;
  font-size: 12px;
  line-height: 16px;
  width: 299px;
    margin: 0 auto;
    margin-top: 30px;
}
.terms_contion a {
    color: blue !important;
    text-decoration: none !important;
    font-size: 12px;
}
.Request_proposel .terms_contion>a{
color: blue!important; 
}
.Request_proposel .terms_contion .form-group 
{
 margin-top: -10px; 
}
/* Research_Offerings */




#Research_Offerings h3{
	color: #666666;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
  margin:0px 0px 4px 0px;
}

#Research_Offerings h6{
text-align: left;
color: #444444;
font-size: 18px;
font-weight: 400;
line-height: 24px;
}
#Research_Offerings p{
  text-align: left;
	color: #444444;
 	font-size: 14px;
  line-height: 20px;
}
#Research_Offerings ul{
  text-align: left;
margin-left: 10px;
padding-left: 7px;
}
#Research_Offerings ul li{
margin-bottom: 6px;
text
}


#Research_Offerings .item_p{
text-align: center;
width: 770px;
color: #666666;
font-size: 14px;
line-height: 20px; 
margin: 0px auto 28px auto;
} 

/* owl */
.owl-carousel .owl-item .item{
    padding: 0px 0px;

}
#researchofferslide .item .bg{
  width: 100%; 
  background-size: cover;
	height: 543px;
  padding: 30px 0px;

}
.bg-1{
  background-image: url('../image/custom_research/bg_1.jpg');
}
.bg-2{
  background-image: url('../image/custom_research/bg_2.jpg');
}
.bg-3{
  background-image: url('../image/custom_research/bg_3.jpg');
}
.bg-4{
  background-image: url('../image/custom_research/bg_4.jpg');
}
.bg-5{
  background-image: url('../image/custom_research/bg_5.jpg');
}
.bg-6{
  background-image: url('../image/custom_research/bg_6.jpg');
}


.item_img1{
height: 169.81px;
margin: 0 auto;
}

#Research_Offerings .rq_proposel
{
border-radius: 4px;
background-color: #0060FD;
}
.rq_proposel:hover {
background-color: #004ac4 !important;
transition: 0.2s ease all;
color:white !important; 
}  
.read_case:hover {
background-color: #004ac4 !important;
transition: 0.2s ease all; 
color:white !important;
}
#Research_Offerings{ 
position: relative;
box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5), inset 0 0 3px 0 rgba(0,0,0,0.4);  
}
.bg {
    width: 100%;
    background-size: cover;
    height: 543px;
    padding: 30px 0px;
}
section {
    padding: 0px 0;
    overflow: hidden;
}
.owl-prev{
position: absolute;
top: 224px;
left: 124px;
}
.owl-next{
position: absolute;
top: 224px;
right: 124px;
}
.owl-prev img,
.owl-next img{
	height: 76px;	width: 44px;
}
.carousel-indicators{
    bottom: 118px;
    z-index: 1;

}

.carousel-indicators li {

    width: 10px;
    height: 10px;
	background-color: #666666;
    border-radius: 10px;
    display: inline-block;
}
.carousel-indicators .active{
	background-color: #DAB466;
}

.lern_more_about{
  position: absolute;
      bottom: 41px;
      z-index: 1111;
      left: 50%;
      transform: translate(-50%);
}

/* test */ 
.Request_proposel textarea {
  display: block;
  width: 100%;  
  border: 0;
  height: 113px; 
  padding: 10px 5px;
  background: transparent no-repeat;
  background-image: linear-gradient(to bottom, #35A100, #35A100), linear-gradient(to bottom, silver, silver);
  background-size: 0 2px, 100% 2px;
  background-position: 50% 100%, 50% 100%;
  transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  font-size: 16px;
  font-weight: 400;
  color: #666666; 
}
.sepreat_section .dropdown{
margin-top: 0px !important;
    float: left;
    width: 100%;
  border: 0;
}
.sepreat_section .dropdown button:focus{
  background-color: #D8D8D8 !important;
  color: #666666 !important;
      padding: 0 5px;
}
.sepreat_section .dropdown button{
      margin: 0px !important;
    border-bottom: 0.5px solid #9b9b9b;
    border-radius: 0 !important;
    width: 100% !important;
    background: transparent !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none !important;
    text-align: left !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    height: 35px !important;
    color: #9B9B9B !important;
}  
.sepreat_section .dropdown button .fa{
      margin-top: 5px;
      float: right;
}
.sepreat_section .dropdown .dropdown-menu{
      width: 100%;
    border-radius: 0;
    border: 0;
    margin-top: 0;
  padding: 8px 0px;
}
.sepreat_section .dropdown-menu>li>a{
  color: #444444;
  font-family: Roboto;
  font-size: 16px;
  line-height: 21px;
      padding: 3.5px 14px;
    cursor: pointer;
}
.sepreat_section .dropdown-menu>li>a:hover,.activeoption{
  color: #4B96F2 !important;
} 
.Request_proposel textarea:focus{

	background-size: 100% 2px, 100% 1px;
	outline: none;
}



/* popup */
.modal-dialog{
	width: 605px;
	height: 456px;
margin: 0 auto;
}
.cus_close{
	width: 20px;
	    height: 20px;
	    right: 4px!important;
	    /* padding: 9px!important; */
	    border: 1px solid grey!important;
	    border-radius: 10px!important;
	}
.close {
    opacity: .8;
    position: absolute;
    top: 3px;
    right: -4px;
    z-index: 1111;
    font-size: 12px;
    font-weight: bold;
}   
#popup_requst_case_study {
margin-top: 100px;
padding: 24px 16px;
}
#popup_requst_case_study h3 {
		color: #4A4A4A;
		font-size: 28px;
		font-weight: 300;
		line-height: 33px;
   text-align: center;
margin: 0px 0px 17px 0px;
}
@media (min-width: 1200px){
.col-lg-offset-3 {
    margin-left: 25%;
}
}

.modal-open {
    overflow: hidden;
    position: relative;
    left: 0px!important;
    padding: 0px!important;
}
.carousel-control.left {
    position: absolute;
    top: 224px;
    left: 124px;
	background-image: none;
  opacity: 0.5;
}
.carousel-control.right {
    position: absolute;
    top: 224px;
    right: 124px;
	background-image: none;
  opacity: 0.5;
}
.carousel-control img{
       height: 76px;
    width: 44px;
}
/* all mobile devices*/
@media screen and (max-width: 767px){
#Research_Offerings	.carousel-control.right{ right: 0;}
#Research_Offerings	.carousel-control.left{ left: 0;}
#Research_Offerings{float:left;width:100%;}
.item_img1 {
    float: left;
}
#Research_Offerings .img_content h6{
	float: left;
    width: 76%;
    padding-left: 15px;
}
#researchofferslide .carousel-item .bg {
    margin-bottom: 0px;
    height: 550px;
    padding-bottom: 0;
	box-shadow:none;
}
.lern_more_about {
    bottom: 3%;
	z-index: 0;
}
.carousel-indicators {
    bottom: 108px;
}
#case_study {
    padding-top: 30px;
    float: left;
    width: 100%;
}
  #banner {
  margin-top: 0px;
  height: 229px;
  }
#Market_Intelligence {
    padding: 31px 0px 29px 0px;
} 
  #banner .content_banner{ 
    text-align: center;
    margin-top: 6px; 
  }
#banner .content_banner .cus_btn_1 {
    width: 188px;
    font-size:14px;
}
::placeholder {
  color: #ccc !important;
}
#Request_proposel h5 { 
    font-size: 20px !important; 
    line-height: 24px; 
}
.Request_proposel .terms_contion .form-group {
    margin-top: 5px;
}  
  #banner .content_banner  h1{
  line-height: 34px;
  font-size:29px;
  width: 100%;
  color: #444444; 
  }

  #banner .content_banner p{
  width: 100%;
  }

#case_study .Request_case_study h4 {
    margin: 0px 0px 10px 0px;
    color: #666666;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
}  
#case_study h3 {
    line-height: 24px;  
    margin-bottom: 6px; 
}
  #Market_Intelligence .market_img_1{
      width: 92px;
    height: 90px; 
  } 

  #Market_Intelligence .market_img_2{
  width: 57px;
  }
  #Market_Intelligence .market_img_3{
  width: 89px;
  }
#Market_Intelligence .content_Intelligence {
    margin-bottom: 21px;
    padding: 0px 18px;
} 
  .owl-next{
top:39%;
      right: 4px;

  }
  .owl-prev {
top:39%;
      left: 4px;
height: auto;
  }
.carousel-control img{
   width: 23px;
height: auto;
}
.item_img1{
width: 59px;
height: auto;
}

.owl-carousel .owl-item img{
display: inline-block;
  width: 59px!important;
  height: auto;
}

#Research_Offerings h6{
display: none;
}

#Research_Offerings .img_content h6{
display: block;
}
.owl-carousel .owl-item img{
float: left;
margin-right:10px!important;
}


.owl-dots{
bottom: 26%;
}

#Research_Offerings .item_p{
margin: 0px auto 20px auto;
width: 95%;
}
#case_study .para{
    width: 95%;
    line-height: 20px;
}
#case_study .para {
    width: 65%;
    margin: 0 auto;
    margin-bottom: 21px;
}
#Market_Intelligence h3{
font-size: 20px!important;
}
#Research_Offerings h3{
font-size: 20px!important;
line-height: 28px;
}
#case_study h3{
font-size: 20px!important;
}
#Request_proposel {
    float: left;
    padding: 24px 10px 24px 10px;
    width: 100%;
}
footer{
	float: left;
    width: 100%;
}
#case_study .case_study_box{
width: 285px; 
}

.case_study_box img{
width:100%;
}

.modal-dialog{
      width: 96%!important;
}

}
@media (max-width: 375px) and (min-width: 319px) {
	#Research_Offerings .img_content h6 { width: 69%;	}
	#researchofferslide .carousel-item .bg { height: 675px;}
	.lern_more_about{transform: none;left: auto;padding: 0 50px;}
}

@media (max-width: 424px) and (min-width: 374px) {
	#Research_Offerings .img_content h6 { width: 69%;	}
	#researchofferslide .carousel-item .bg { height: 579px;}
	.lern_more_about{transform: none;left: auto;padding: 0 50px;}
}

@media (max-width: 768px) and (min-width: 576px) {
  .owl-next{
      right: 14px;

  }
  .owl-prev {
      left: 14px;

  }
#Request_proposel .terms_contion{
   /* width: 277px;*/
margin: 0 auto;
}
#Research_Offerings .img_content h6{
display: none;
}
}

/* only Ipad devices */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px){ 
#banner .content_banner p{
	width: 407px;
}
#Request_proposel {
  background-color: rgba(155,155,155,0.07);
  padding: 46px 0px 47px 100px !important;
  border-radius: 5px;
}
#Research_Offerings h6 {
margin-top: 0;}
.item_img1{
	height: auto;
    width: 80%;
}
  #banner .content_banner h1{ 
    font-size: 28px;
    line-height: 33px;
  }
  #Market_Intelligence .content_Intelligence h6 { 
    margin: 0px 0px 3px 0px;
} 
#case_study h3 { 
    margin: 0px 0px 2px 0px;
}
#case_study .para {  
    margin-bottom: 30px;
}
#researchofferslide .carousel-item .bg { 
    padding: 17px 0px;
} 
  #Research_Offerings .img_content h6{
  display: none;
  }
  #banner .content_banner p { 
  margin-top: -2px;
  } 
  #Market_Intelligence .market_img_1 {
    width: 90px;
    height: 92px;
} 
  #Market_Intelligence .market_img_2 {
    width: 56px;
    margin-top: 10px;
    height: 84px;
}
  #Market_Intelligence .market_img_3 {
    margin-top: 11px;
    width: 86px;
    height: 84px;
} 
   #case_study .case_study_box{
    margin: 0px auto 27px auto;
    height: 302px;
    width: 100%;
    border: 1px solid #979797;
    border-radius: 4px;
    background-color: rgba(218,180,102,0.06);
    }
    .carousel-control img {
    height: 53px;
    width: 31px;
} 
.carousel-control.right {
    right: 0;
}
.carousel-control.left {
    left: 0;
} 
}

/* destop and laptop */
@media screen and (min-width: 992px){

    #banner .content_banner h1{
  	font-size: 38px;
    }
    #Research_Offerings .img_content h6{
    display: none;
    }

}


/* large deices */
@media screen and (min-width: 1280px){


    #banner .content_banner h1{
  	font-size: 38px;
    }

} 

.carousel-indicators li{
  width: 10px !important;
  height: 10px !important;
  border-radius: 100% !important;
}
.sr-only{
  display:none;
}
button:focus { 
  color: none !important;
  background-color: none !important;
  border-color: none !important;
  outline: 0;
  box-shadow:none !important;
}
.btn:focus{
  color: none !important;
  background-color: none !important;
  border-color: none !important;
  outline: 0;
  box-shadow:none !important;
}
.col-xs-offset-2 {
  margin-left: 16.6667%;
}

@media screen and (max-width: 767px){
  .col-xs-offset-2 p{
    width: 63%;
  }
}

@media (min-width: 768px){
.col-sm-offset-0 {
    margin-left: 0;
}
}
