.banner_right_img{
    text-align: center;
    position: relative;
    width: 100%;
    height: 480px;
}
.banner_right_img svg{
    position: absolute;
    left:0;
	right:-60px;
	top:0;
}

.banner_info h5 span{
	cursor: context-menu;

}
 .banner_info{
	margin-top:80px;
  }
  .banner_right_img{
	margin-right:-70px;
  }

/*---  clients_logos section  ---*/
.clients_logos{
  background-color:#f1f1f1;
  padding:20px 0;
  margin-top:-80px;
  z-index:2;
}
/* .clients_logos .clients_carousel{
	max-width:1200px;
	margin:0 auto;
} */
.clients_logos .item{
	padding:10px 5px;
}
.clients_logos .item img{
	width:auto !important;
	max-width:100%;
	min-height: 70px;
	max-height: 70px;
}

/*----  usp_sec  ----*/
.usp_sec .w3-col{
	text-align:center;
}
.usp_sec{
	padding:40px 0;
}
.usp_sec .container{
	max-width:1270px;
}
.usp_box{
  display:inline-block;
  position:relative;
  padding-left:70px;
  padding-bottom:15px;
  border-bottom:3px solid #bba896;
}
.usp_box .info{
	text-align:left;
}
.usp_box .icon_box{
  position:absolute;
  left:0;
  top:0;
  width:64px;
}
.usp_box .icon_box img{
	max-width:50px;
}
.usp_sec .w3-col:last-child .usp_box .icon_box img{
	max-width:100%;
}
.usp_box h4{
	font-size:30px;
	line-height:32px;
	margin:0;
	font-weight:700;
	color:#09a2c5;
}
.usp_box p{
	font-size:16px;
	line-height:20px;
	margin:0;
	font-weight:400;
	color:#09a2c5;
	min-height:40px;
}




/*---- Products section  ----*/
.products_carosuel{
	padding-right:100px;
	position:relative;
}
.products_carosuel:after{
  content:'';
  display:block;
  background-color:#3ca6b0;
  position:absolute;
  top:-100px;bottom:0;
  right:0;left:50%;
  z-index:-1;
}
.products_carosuel:before{
  content:'';
  display:block;
  border-left:20px solid #FFF;
  border-top:20px solid transparent;
  border-bottom:20px solid transparent;
  position:absolute;
  top:60px;
  left:0;
  z-index:1;
}
.products_carosuel .product_img_box img{
	max-height:380px;
}
.products_carosuel .owl-prev{
	left:-28px;
	top:-33px;
	width: 55px;
    height: 55px;
}
.products_carosuel .owl-next{
	right:20px;
	height:55px;
	width:55px;
	background:url('../png/chevron-right2.png') no-repeat center;
	background-color:#FFF;
	transform:translateY(-60%);
}
.product_head{
	position:relative;
	z-index:9;
}
.product_head .heading{
	margin-top:20px;
}
.product_head .heading h2{
	font-size:40px;
	color:#09a2c5;
	font-weight:400;
}
.product_head .product_count{
	padding-left:20px;
}
.product_head .product_count h2{
  color:#FFF;
  font-size:46px;
  font-weight:700;
}
.products_carosuel .item{
	padding:40px;
	position:relative;
}
.products_carosuel .item:before{
  content:'';
  background-color:#f1f1f0;
  position:absolute;
  top:0;bottom:-50px;
  left:0;right:20%;
  z-index: -1;

}
.products_carosuel .item .info{
	padding:0 20px;
}
.products_carosuel .item .info h2{
	color:#09a2c5;
}

/*---  about_us   ---*/
.about_us{
	padding:60px 0;
}
.about_us .w3-row{
	position:relative;
}
.about_us .w3-row:before{
  content:'';
  display:block;
  position:absolute;
  top:-50px;bottom:-50px;
  left:0;right:25%;
  background-color:#f8f8f7;
  z-index:-1;
}

.about_us .content_box{
  padding:40px 100px 40px 40px;	
  position:relative;
  background-color:#f8f8f7;
}
.about_us .content_box:after{
	content:'';
	display:block;
	border-left:20px solid #FFF;
	border-top:20px solid transparent;
	border-bottom:20px solid transparent;
	position:absolute;
	left:0;
	top:18%;
}
.about_us h3{
	font-size:50px;
	line-height:60px;
	color:#09a2c5;
	font-weight:400;
}


/*-----   svam_difference     */
.svam_difference h2{
	font-size:38px;
	line-height:46px;
	color:#09a2c5;
	font-weight:300;
	position:relative;
}
.svam_difference h2:before{
   content:'';
   border-left:20px solid #fff;
   border-top:20px solid transparent;
   border-bottom:20px solid transparent;
   position:absolute;
   top:5px;
   left:-40px;
}
.svam_difference .content_box{
	background-color:#f8f8f7;
	padding:20px 40px;
}
.svam_diff_box{
  padding-left:15px;
  border-left:3px solid #ECE8E4;
}
.svam_diff_box .icon_box img{
	max-width:65px;
}
.svam_diff_box h4{
	font-weight:600;
}
.svam_diff_box p {
    min-height: 96px;
	margin-top:0;
}



/*----  services_sec  ----*/
.services_sec{
  background-image:url('../jpg/services_bg.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  color:#FFF;
  padding:80px 0;
}
@media screen and (max-width: 1400px){
.services_sec{
  background-image:url('../jpg/services_bg_m.jpg');
}
}
@media screen and (max-width: 480px){
.services_sec{
  background-image:url('../jpg/services_bg_s.jpg');
}
}
.services_sec .heading h3{
	font-size:40px;
	font-weight:500;
	margin-top:80px;
}
.services_sec .heading h3 span{
    font-size:50px;
	line-height:50px;
	font-weight:100;
}
.services_sec .heading h3 b{
	font-size:60px;
	line-height:60px;
	color:#0fc9df;
	font-weight: 600;
}
.servicesContent{
	width:100%;
	max-width:275px;
}
.servicesContent h4{
	color:#09a2c5;
	font-size:30px;
	line-height:36px;
	font-weight:600;
}
.servicesContent .w3-btn.theme_btn.read_more{
	color:#FFF;
    margin-top: 10px;
}
.servicesContent .w3-btn.theme_btn.read_more:before{
	background-color:#033a4f;
}
.service_box{
	display:block;
	text-align:center;
}
.service_box:hover{
	color:#0fc9df;
}
.service_box .icon_box{
	min-height:51px;
	max-height:51px;
}
.service_box .icon_box img,
.service_box .icon_box svg{
	max-width:50px;
}
.service_box .icon_box svg *{
	fill:#fff;
	stroke:#FFF;
}
.service_box:hover .icon_box svg *{
	fill:#0fc9df;
	stroke:#0fc9df;
}
.service_box.nine .icon_box img,
.service_box.nine .icon_box svg{
	max-width:40px;
}
.service_box p {
    min-height: 72px;
}

@media screen and (min-width:992px){
	.services_sec .tabContent .close_btn{
		display:none;
	}		
}


/*-----   partnership_and_testi_sec   -----*/
.partnership_and_testi_sec h3{
   font-size:38px;
   line-height:40px;
   font-weight:400;
   color:#FFF;
}

.testi_carousel .item img{
	width:auto !important;
	max-width: 89px;
}

.partnerships_col{
	padding:40px;
	background:url('../jpg/partner_bg.jpg') no-repeat left top #044d5e;
	background-size:100%;
	color:#FFF;
}
.partnerships_col h3{
	position:relative;
}
.partnerships_col h3:before{
	content:'';
	border-left:20px solid #FFF;
	border-top:20px solid transparent;
	border-bottom:20px solid transparent;
	position:absolute;
	left:-40px;
	top:0;
	
}
.partner_logo_box{
	padding:20px 0;
}
.client_detail{
	padding-left:99px;
	position:relative;
	min-height:90px;
	display:flex;
	align-items:center;
}
.client_detail .img_box{
	position:absolute;
	left:0;
	top:0;
	max-width: 89px;
}
.client_detail .info h4{
	margin:0;
	font-weight: 500;
}
.client_detail .info p{
	margin:0;
}
.testi_col{
	padding:0 20px;
}
.testi_col .item p{
  font-size:16px;
  line-height:22px;
}
.testi_col h3{
	color:#09a2c5;
}

/*---  life_at_svam_sec  ---*/
.life_at_svam_sec .w3-row{
	display:flex;
	align-items:center;
}
.life_at_svam_sec .info{
  padding: 0 50px;
  position: relative;
}
.life_at_svam_sec .info h3{
	font-size:42px;
	line-height:58px;
	font-weight:300;
	position:relative;
	margin:0 0 40px;
}
.life_at_svam_sec .info h3:before{
	content:'';
	border-right:20px solid #3ca6b0;
	border-top:20px solid transparent;
	border-bottom:20px solid transparent;
	position:absolute;
	left:-70px;
	top:0;
}
.life_at_svam_sec .info .w3-btn.theme_btn{
	padding:15px 40px;
	border-radius:30px;
	border:2px solid #FFF;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:2px;
}
.life_at_svam_sec .info .w3-btn.theme_btn:hover{
	background-color:#FFF;
	color:#3ca6b0;
}


.case_study_sec .owl-carousel{
	background-color:#f1f1f0;
}
.case_study_sec .cs_head{
  padding:20px;
  background-color:#FFF;
  position:absolute;
  right:0;
  top:40px;
  z-index:9;
}
.case_study_sec .cs_head:before{
	content:'';
	display:block;
	border-right:20px solid #FFF;
	border-top:20px solid transparent;
	border-bottom:20px solid transparent;
	position:absolute;
	left:-20px;
	top:30px;
}
.case_study_carousel .info {
    padding: 140px 40px 20px 61px;
}
.case_study_carousel .info > ul{
	padding-left: 20px;
}
.case_study_carousel .info img{
	max-width:200px;
}
.case_study_carousel .owl-dots{
	width: 20px;
    position: absolute;
    left: -30px;
    bottom: 0;
}
.case_study_sec .cs_head h2{
	margin:0;
	color:#09a2c5;
	font-size:40px;
	font-weight:300;
}
.case_study_sec .cs_owl_nav{
  width:90px;
  height:40px;
  position:absolute;
  right:0;
  top:30px;
  transform:none;
  left:initial;
}
h2.c_s_count {
    position: absolute;
    left: -90px;
    top: 1px;
    font-weight: 600 !important;
	font-size: 26px !important;
}
.cs_owl_nav .owl-prev,
.cs_owl_nav .owl-next{
  top:0;
  transform:none;
}
.cs_owl_nav .owl-prev{
  left:0;
}
.cs_owl_nav .owl-next{
  right:0;
}


/*---  svam journal  ---*/
.svam_journal_sec .container{
	position:relative;
}
.svam_journal_sec .container > .w3-row{
	position:relative;
	z-index:9;
}
.read_more_2{
/*     background: url(/wp-content/uploads/2021/03/arrow.png) no-repeat right bottom 3px; */
    background-size: 9px;
    padding-right: 12px;
	text-transform:lowercase;
	display:inline-block;
	color: white;;
}
.read_more_2:first-letter{
	text-transform:uppercase;
}
.read_more_2:hover{
	text-decoration:underline;
	color:#0fc9df;
}
.journal_carousel .main_item .w3-col{
	padding-bottom:0;
	padding-top:0;
}
.svam_journal_sec .sj_owl_nav{
  position:static;
  transform:none;
  padding:0;
}
.svam_journal_sec .sj_owl_nav:last-child{
  margin-top:61px;
}

@media screen and (min-width: 1417px){
 .svam_journal_sec .sj_owl_nav:last-child{
  margin-top:51px;
 }
}

.svam_journal_sec .sj_owl_nav > div{
	position:static;
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}
.svam_journal_sec .info h2{
	font-size: 50px;
    line-height: 60px;
    color: #09a2c5;
    font-weight: 300;
	margin-top:55px;
}
.svam_journal_sec .animated_objects{
	position:absolute;
	top:0;bottom:0;
	z-index:1;
}
.svam_journal_sec .left_side{
	left:0;
	right:50%;
}
.svam_journal_sec .right_side{
	right:0;
	left:50%;
}
.svam_journal_sec .animated_objects img{
   position:absolute;
   bottom:0;
   transform-origin: bottom right;
   -webkit-transform-origin: bottom right;
}
.svam_journal_sec .left_side img{
   left:0;
   animation: thumb_left 4s infinite linear;
   -wenkit-animation: thumb_left 4s infinite linear;
}
.svam_journal_sec .left_side img:nth-child(1){
   left:-60px;
   transform-origin: bottom left;
   -webkit-transform-origin: bottom left;
}
.svam_journal_sec .left_side img:nth-child(3){
   bottom:40%;
   left:6%;
}
.svam_journal_sec .left_side img:nth-child(2){
   bottom:280px;
   left:1%;
   transform-origin: bottom left;
   -webkit-transform-origin: bottom left;
}
.svam_journal_sec .right_side img{
   right:0;
   animation: thumb_right 4s infinite linear;
   -wenkit-animation: thumb_right 4s infinite linear;
}
.svam_journal_sec .right_side img:nth-child(1){
   
}
.svam_journal_sec .right_side img:nth-child(2){
   bottom:30%;
   right:20%;
   transform-origin: bottom left;
   -webkit-transform-origin: bottom left;
}
.svam_journal_sec .right_side img:nth-child(3){
   bottom:57%;
   right:14%;
}

@keyframes thumb_left{
	0%{
	   transform:rotate(2deg) translate(5px,-5px);
	}
	25%{
	   transform:rotate(5deg) translate(10px,-10px);
	}
	50%{
	   transform:rotate(10deg) translate(15px,-15px);
	}
	75%{
	   transform:rotate(5deg) translate(10px,-10px);
	}
	100%{
	   transform:rotate(2deg) translate(5px,-5px);
	}
}
@keyframes thumb_right{
	0%{
	   transform:rotate(-2deg) translate(5px,-5px);
	}
	25%{
	   transform:rotate(-5deg) translate(10px,-10px);
	}
	50%{
	   transform:rotate(-10deg) translate(15px,-15px);
	}
	75%{
	   transform:rotate(-5deg) translate(10px,-10px);
	}
	100%{
	   transform:rotate(-2deg) translate(5px,-5px);
	}
}



.journal_carousel .item{
	
}
.journal_carousel .item .info{
	background-color:#034c5d;
	color:#FFF;
	padding:15px;
}
.journal_carousel .item .info p{
	font-size:14px;
	line-height:20px;
	min-height: 40px;
}
.journal_carousel .owl-dots,
.journal_carousel .slick-dots{
	width:20px;
	position:absolute;
	left:-30px;
	right:initial;
	bottom:0;
	padding:0;
	margin:0;
}
.journal_carousel .owl-dots .owl-dot,
.journal_carousel .slick-dots li{
	font-size:0;
	display:block;
	margin:0 0 10px;
	width:16px;
  padding:0;
  height:16px;
  background-color:transparent;
  box-shadow:none;
  border:2px solid #2ea9c9;
  border-radius:50%;
  outline:0 !important;
}
.journal_carousel .slick-dots li button{
	opacity:0;
}
.journal_carousel .slick-dots li.slick-active{
	background-color:#0fc9df;
	border:1px solid #0fc9df;
}
.journal_carousel .owl-dots .owl-dot:last-child,
.journal_carousel .slick-dots li:last-child{
	margin-bottom:0;
}
.journal_carousel .img_box img{
	width: 100%;
}

/*--- owl carousel animation ---*/
/* Feel free to change duration  */ 
.owl-carousel .animated  {
  -webkit-animation-duration : 3000 ms  ;
  animation-duration : 3000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  
.product_owl_nav{
	display:none;
}
.desktophide{display:none;}	
}
/*-----    responsive    -------*/




@media screen and (max-width:1400px){
  .svam_journal_sec .right_side img:nth-child(1),
  .svam_journal_sec .left_side img:nth-child(1){
    max-width:140px;	
  }
  .svam_journal_sec .right_side img:nth-child(2){
	 right:10%;	
  }
	.svam_journal_sec .left_side img:nth-child(3){
		left:4%;
	}
	.svam_journal_sec .left_side img:nth-child(2){
		left:-6%;
	}
	.svam_journal_sec .right_side img:nth-child(3){
		right:4%;
	}

}

@media screen and (max-width:992px){
  .banner_info{
	margin-top:0;
  }
  .banner_right_img{
	margin-right:0;
  }
  .about_us{
    padding:0;	
  }
  .about_us .w3-row:before{
    display:none;	
  }
  .about_us .content_box{
    padding-right:40px;	
  }
  .about_us .img_box{
    text-align:center;	
  }
  .services_sec{
	padding:40px 0;	
  }
  .services_sec .heading h3{
	margin-top:0;	
  }
  .servicesContent{
	max-width:100%;	
  }
  .services_sec .tabContent#main_s{
	display:block !important;
  }
  .services_sec .tabContent:not(#main_s){
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-image: linear-gradient(153deg, #F7F3F3 4%, #09A2C5 74%);*/
    z-index: 99999;
    padding: 131px 20px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
  }
  .partnership_and_testi_sec{padding-top:0;}
  .services_sec .tabContent:not(#main_s) .inner_wrapper{
	max-width:400px;
	padding: 37px 20px 47px;
/*     position:relative; */
	background-color:#02374b94;
	  /*background-image:url(/wp-content/uploads/2021/03/image.png);*/
	margin:0 auto;
	color:#FFF;
	box-shadow:0 0 4px rgba(0,0,0,.4);
	
  }	
  .services_sec .tabContent .close_btn{
	position: absolute;
    top: 10px;
    right: 20px;
/*     background: #09a2c5; */
  }
  .services_sec .tabContent .close_btn span{
	background-color:#09a2c5;
	width:3px;
  }

  .services_sec .tabContent:not(#main_s) *{
	color:#FFF;
  }
  .services_sec .tabContent:not(#main_s) .w3-btn.theme_btn{
	color:#FFF;
	border-color:#FFF;
  }
  .services_sec .w3-btn.theme_btn.read_more:before{
	background-color:#09a2c5;
  }
  .services_sec .w3-btn.theme_btn.read_more:after{
    background: url('../svg/arrow-white.svg') no-repeat center;
    background-size: 38px;
  }
  .services_sec .w3-btn.theme_btn.read_more:hover{
	background-color:#FFF;
	color:#09a2c5 !important;
  }
  .life_at_svam_sec .w3-row{
    flex-direction:column-reverse;		
  }
  .life_at_svam_sec .img_box img{
    width:100%;		
  }
  .life_at_svam_sec .info{
	padding:40px;
	-webkit-transform:none;
	transform:none;
  }
  .life_at_svam_sec .info h3:before{
     display:none;	
  }
  .svam_journal_sec .info h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .journal_carousel .owl-dots{
	position:static;
	width:100%;
	text-align:center;
  }
  .journal_carousel .owl-dots .owl-dot{
	display:inline-block;
	margin:10px 10px 0 0;
  }
  footer .inner_wrapper{
	background-position:top 48% right;
  }
  .products_carosuel .item:before{
	right:0;
  }
	
}/* max-width:992px end here */

@media screen and (max-width:767px){
	.banner .banner-inner{
		padding-top:140px;
	}
   .banner_right_img{
	 height:auto;	
   }
  .banner_right_img .behind_svg{
    position:static !important;
	margin-top:-50px;
  }
  .products_carosuel{
	padding-right:0;	
  }

	.desktophide{
		display:block!important;
	}	
	.mobileheading{
		color:#09a2c5;
	}
	.case_study_carousel .owl-dots {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: -30px;
      text-align: center;
	}
	.journal_carousel .owl-dots, .journal_carousel .slick-dots{
		left: initial;
		right: -35px;
	}
}/* max width 767px end here  */

@media screen and (max-width:679px){
	.main_item.w3-row.p{
	   margin:0;
	}
	.main_item.w3-row.p > .w3-col{
	   padding: 0;
	}
	.products_carosuel .product_img_box{
	  margin-top:30px;	
    }
}

@media screen and (max-width:600px){
	

.life_at_svam_sec .info:before{
		content: '';
    border-left: 22px solid #FFF;
    border-top: 22px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    left: -6px;
    top: 40px;
	}
	
	.life_at_svam_sec .info{
		position:relative;
	}
	
	.case_study_sec .cs_head:before{
		content: '';
    border-left: 22px solid #FFF;
    border-top: 22px solid transparent;
    border-bottom: 20px solid transparent;
	border-right:0px;	
    position: absolute;
    left: -1px;
    top: 81px;
	}
	.svam_journal_sec .hide_in_mobile{
		display:none;}
	.w3-btn.theme_btn.read_more{
		z-index:1;
		width: fit-content;
		margin-top: -9px;
	}
	.svam_journal_sec .animated_objects{
		z-index: 0;
	}
  .about_us .content_box{
    padding: 20px 20px 20px 30px;
  }
  .about_us .content_box:after{
	top:6%;	
  }
  .about_us h3 {
    font-size: 36px;
    line-height: 46px;
	margin:0;
  }
  .svam_difference h2{
	font-size:32px;
	line-height:40px;
	margin:0;
  }
  .svam_difference h2:before{
	 left:-25px;	
  }
  .svam_difference .content_box{
    padding:20px;
  }
  .svam_diff_box{
	border-left:0;
	padding-left:0;
  }
  .svam_diff_box h4 {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .svam_diff_box p{
    min-height:20px;
  }
  .services_sec{
	width:auto;
    margin-left: 20px;
    margin-right: 20px;	
  }
	.services_sec .heading h3{
		line-height:46px;
	}
  .services_sec .heading h3 span{
    font-size: 46px;
    line-height: 60px;
  }
  .services_sec .heading h3 b{
    font-size: 46px;
    line-height: 50px;
  }
  .service_box{
	font-size: 14px;
    line-height: 22px;	
  }
  .products_carosuel{
	padding-bottom:40px;	
  }
  .products_carosuel .owl-nav{
	display:none;
  }
	.product_owl_nav{
		display:block;
	    width:80px;
	    height:35px;
		position:absolute;
		right:5px;top:0;
		bottom:0;
		margin:auto;
	    left: initial;
        transform: none;
	}
	.product_owl_nav > div{
		width:35px !important;
	    height:35px !important;
	}
	.product_owl_nav > .owl-next{
	  background: url(../png/chevron-right2.png) no-repeat center;
      background-color: #FFF;
	  right:0;top:0;
	  background-size:9px !important;
	}
	.product_owl_nav > .owl-prev{
	  background: url(../png/chevron-left2.png) no-repeat center;
      background-color: #FFF;
	  left:0;top:0;
	  background-size:8px !important;
	}
  .product_head{
/* 	background-color:#3ca6b0;	 */
  }
  .product_head .w3-col.s6:first-child{
	background-color:#fff;	
  }
  .product_head .w3-col.s6:last-child{
	background-color:#3ca6b0;	
  }
  .product_head .heading{
	margin-top:0;
  }
  .product_head .heading h2{
	font-size:32px;
	line-height:36px;
	padding: 8px 0px;
  }
  .product_head .product_count h2{
	font-size: 32px;
	 line-height:42px;
  }
  .products_carosuel:after{
	left:0;
	top:0;
  }
  .products_carosuel .item:before{
	 bottom:100px;	
  }
  .products_carosuel:before{
	 left:-5px;	
  }
  .products_carosuel .item {
     padding: 20px 20px 20px 30px;
  }
  .products_carosuel .product_img_box{
	 margin-top:30px;	
  }
  .products_carosuel .item .info{
	 padding:0;	
  }
  .partnerships_col h3:before{
	 left:-45px;	
  }
  .partner_logo_box{
    text-align:center;	 
  }
  .partnerships_col .partner_logo_box img{
    display:inline-block;	 
  }
  .partnership_and_testi_sec .owl-dots {
    text-align: center;
    margin-bottom: -24px;
    margin-top: 22px;
}
	.partnerships_col h3 {
    position: relative;
    margin-bottom: 24px;
}
  .case_study_sec .cs_head{
	padding:10px 0;
	top:0;
	width:auto;
	left:-1px;
	right:-1px;
  }
  .case_study_sec .cs_head h2 {
    margin: 0;
    color: #09a2c5;
    font-size: 36px;
    line-height: 43px;
    font-weight: 400;
}
  .case_study_sec .cs_owl_nav{
	width:80px;
	height:35px;
	top:13px;	
  }
  .case_study_sec .cs_owl_nav .owl-prev,
  .case_study_sec .cs_owl_nav .owl-next{
	width:35px;
	height:35px;
	background-size: 8px auto !important;
  }
  .case_study_carousel .info {
    padding: 30px 20px 20px;
  }
  .svam_journal_sec .container > .w3-row{
	padding-right:50px;
  }
  .svam_journal_sec .l3 .info{
	width:40px;
	position:absolute;
	top:15px;
	right:20px;
  }
  .svam_journal_sec .l3 .info h2,
  .svam_journal_sec .l3 .info a{
	display:none;
  }
  .journal_carousel .owl-dots {
    position: absolute;
    width: 20px;
    text-align: center;
    left: initial;
    right: -50px;
  }
/*  
.searchbox{
    position:relative;
    min-width:50px;
    width:0%;
    height:40px;
    float:right;
    overflow:hidden;
    
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    background:#dcddd8;
    width:100%;
    height:50px;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:20px;
    color:red;
}
.searchbox-input::-webkit-input-placeholder {
    color: #d74b4b;
}
.searchbox-input:-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input::-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input:-ms-input-placeholder {
    color: #d74b4b;
}

.searchbox-open{
    width:100%;
}
*/
.byline{
  position:absolute;
  top:150px;
  left:30%;
  text-align:center;
  font-size:18px;
}
.byline a{
  text-decoration:none;
  color: #d74b4b;
}



}/* max-width:600px end here */

@media screen and (max-width:399px){
  .container{
	 padding:0 15px;	
  }  
  .services_sec{
	 margin-left:15px;
	 margin-right:15px;
  }
	.social-details {
     margin-bottom: 0px; 
}
.addresses_row .active .social-details {
		margin-bottom: 25px;
	}
  
}/* max-width:399px end here */

@media screen and (max-width:379px){
  .usp_box{
	 padding-left:0;
     width:100%;
  }
  .usp_box .icon_box {
    position: static;
	display:inline-block;
  }
  .usp_box .info{
    text-align: center;
  }
  
}/* max-width:379px end here */

@media screen and (max-width:359px){
  .container{
	 padding:0 10px;	
  } 
  .services_sec{
	 margin-left:10px;
	 margin-right:10px;
  }
	.f_add_col h6 br{
		display:none !important;
	}
	.social-details {
     margin-bottom: 0px; 
}
.addresses_row .active .social-details {
		margin-bottom: 25px;
	}
  
}/* max-width:359px end here */

