
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@200&amp;display=swap');

body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
html, body{
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	background: #ffffff;
}
a:hover{
	text-decoration:none;
	color:#085aa5;
}
input[type="button"],input[type="submit"],li.parallelogram{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	/*font-family: 'Roboto Slab', serif;*/
}	
p{
	margin:0;
	font-weight: 100;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
/*-- header --*/
.down {
    position: absolute;
    left: 46%;
    top:85%;
    z-index: 3;
}
.banner {
    min-height:800px;
	position:relative;
	width:100%;
	float:left;
	/*padding:1em;
	background:url(../images/banner-bg.jpg) no-repeat;*/
}

/*-- sticky-nav --*/

.header{
    width: 100%;
	float:left;
    text-align: center;
	box-shadow: 0 0 3px #333;
    background-color: #fff;
	height: 100px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	/*padding:10px 0px 0px 0px;*/
}
.top-bar {
    height: 45px;
	margin-top:-3em;
}
.logo-header img{
	width:100%;
}
.phone {
    float: right;
}
.logo a{
 display:block;
}
.logo a img{
	width:80%;
}
.header-top{
    width: 100%;
    float: left;
	background:#cd7f3a;
}
.site-cont-detal ul{
	float:right;
}
.site-cont-detal ul li {
    display:inline-block;
    padding: 8px 0px;
    text-align: left;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
}
.site-cont-detal ul li:first-child{
	padding: 0px 10px 0px 0px;
}
.site-cont-detal ul li:nth-child(2){
	padding: 0px 10px 0px 0px;
}
.site-cont-detal ul li i {
    /*border-radius: 5px;
	background: #fbfbfb;
    border: 1px solid #1f1f1f;*/
    padding: 5px 5px 0px 0px;
    font-size: 16px;
    color: #fff;
}
.site-cont-detal ul li a{
	color:#fff;
}
/*.site-cont-detal ul li:hover i{
	background:#554bb9;
	color:#fff;
}*/
/*-- sticky-nav --*/
[ Fixed menu desktop ]*/

.fix-menu-desktop {
  height: 110px;
}

.fix-menu-desktop .header-bottom-menu{
  top: 0;
  height:82px;
  position: fixed;
  box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
}
.fix-menu-desktop .logo-header img {
    width: 100%;
}
.header-bottom-menu {
    position: absolute;
    z-index: 1100;
    background-color: white;
    width: 100%;
    /*height: 101px;*/
    top: 57px;
    left: 0;
	padding:6px 0px;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
/*.menu-header-nav{
	margin-top: 14px;
}*/
.fix-menu-desktop .menu-header-nav{
	margin-top: 0px;
}
.top-menu {
    float: left;
    padding:0em 1em;
}
.top-menu ul{
	margin:0;
	padding:0;
}
.top-menu li {		
	text-transform:uppercase;
	display:inline-block;
	border-right: 1px dashed #fff;
}
.top-menu li:last-child{
	border-right: none;
}
.top-menu li a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 15px 9px;
    /* font-weight: 600; */
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.top-menu li a.active{
  color: #fff200;
}
.top-menu li a i {
    font-size: 20px;
    color: #61605d;
    margin-right: 5px;
}
.top-menu li a img{
	height: 40px;
    margin-top: -11px;
}
/*-- nav-hover --*/
.link-effect-4 li {
	position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: color 1000ms;
    transition: color 1000ms;
}
.link-effect-4 li::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#554bb9;
	color: #dab427;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}
.link-effect-4 a:hover{
	color:#fff;
}
.top-menu li a:hover i{
	color:#fff;
}
.link-effect-4 li:hover::before {
	-webkit-transform: scaleY(1);
    transform: scaleY(1);
}
/*-- //nav-hover --*/

@media only screen and (max-width :1000px) {
	span.menu {
	  width: 35px;
	  height: 35px;
	  background: url(../images/nav.png)no-repeat 0px 0px;
	  display: inline-block;
	  float: right;
	  cursor: pointer;
	  margin: 5px 3px;
	}
	/*.top-menu {
		float: none;
		margin-top: 0em;
	}
	.top-menu  ul{
		display:none;
	}*/
	.top-menu  ul li {
		display:block;
		margin-right:0;
	}
	.top-menu  span.menu{
		display:block;
	}
	.top-menu ul {
		margin: 103px 0;
		padding: 2% 0;
		z-index: 99999;
		position: absolute;
		width: 92%;
		background: #554bb9;
		text-align: center;
	}
	.top-menu li a {
	  padding: 0.5em;
	  font-weight: 400;
	  font-size:0.9em;
	  }
	.top-menu ul li a {
	  font-size: 12px;
	  /*display: inline-block;*/
	  color: #fff;
      text-align: left;
	}
	.top-menu li a i {
		font-size: 20px;
		color: #ffffff;
		margin-right: 5px;
	}
	.link-effect-4 a::before {
		position: absolute;
		top: 6px;
		left: -3px;
		overflow: hidden;
		padding: 0 10px;
		max-height: 0;
		color: #333;
	}
}
/*--slider--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 82%;
  left: 0;
  opacity: 0.6;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  width:52px;
  height: 52px;
  background: transparent url("../images/arrows.html") no-repeat left top;
  margin-top: 4%;
}
 .callbacks_nav:hover{
  	opacity: 0.3;
  }
.callbacks_nav.next {
  left: auto;
    background-position: right top;
  left: 95.5%;
 }
 .callbacks_nav.prev {
	right: auto;
	background-position:left top;
	left: 91%;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  position:relative;
  }
.callbacks_tabs{
    list-style: none;
    position: absolute;
    bottom:16%;
    z-index: 999;
    left: 47%;
    padding: 0;
    margin: 0;
    display: block;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
  display: inline-block;
  margin: 0 .3em;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}



/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
  font-size: 0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height: 15px;
  width: 15px;
  display: inline-block;
  background: #fff;
  border: 2px solid #fff;
  border-radius:50%;
  -webkit-border-radius:50%;
  -o-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
}
.callbacks_here a:after{
     background:#000;
    border: 2px solid #000;
}
.banner-info {
    width: 40%;
    background: #1c1c1c;
    /* height: 300px; */
    position: absolute;
    z-index: 4;
    opacity: 0.8;
    padding: 20px;
    color: #fff;
    border-top: 5px solid #554bb9;
    font-size: 15px;
    right: 190px;
    top: 61px;
}
.banner-info h2 {
    font-size: 1.6em;
    font-weight: 400;
    color: #fff;
    margin: 0;
    margin-bottom: 0.8em;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 37px;
}
/*.banner-info p {
    color: #fff;
    font-size:1em;
	font-weight:bold;
}*/
.banner-info a{
	font-size:14px;
	padding:7px 15px;
	color:#fff;
	border:1px solid #fff;
	display:inline-block;
	margin-top:30px;
}
.arrows{
	    position:relative;
		color:#554bb9;
		font-size:2em;
}
.arrows:before{
      content: '';
    position: absolute;
    bottom: 48%;
    left: 22.5%;
    background: #fff;
    width: 22%;
    height: 3px;
}
.arrows:after{
    content: '';
    position: absolute;
	bottom: 48%;
    right: 22.5%;
    background: #fff;
     width: 22%;
    height: 3px;
}

/*--- slider start text animation ---*/




/*--- slider end text animation ---*/

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#085aa5;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*--//bounce to bottom--*/



/*--about--*/
.home-about{
	padding:3em 0 1em 0;
	width:100%;
	float:left;
}
/*.home-about-company {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}*/
.home-about-company p {
    line-height: 30px;
    font-size: 15px;
    float: left;
    margin-bottom: 0.5em;
	width:100%;
}
.section-title {
    /* float: left; */
    width: fit-content;
    position: relative;
    text-align: center;
    padding: 0px 20px 22px;
    margin: auto;
}
.section-title .heading{
    font-size:35px;
    /*line-height: 6.300000000000001rem;*/
    color: #1b273d;
    font-weight: 900;
    margin: 0 0 1rem;
    text-transform: uppercase;
	letter-spacing:1.5px;
}
.section-title .white{
	color:#fff;
}
.section-title .subheading {
    color:#554bb9;
    font-size: 18px;
    line-height: 3rem;
    font-weight: 600;
    letter-spacing: 2px;
	margin-bottom: 11px;
    /* opacity: 1; */
}
.section-separator {
    float: left;
    width: 100%;
    position: relative;
    /*margin: 0px 0 20px 0px;*/
}
.section-separator:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 4px;
    margin-left: -32px;
    width: 70px;
    border-radius: 3px;
    background: #e0b825;
}
/*.section-separator-left {
    float: left;
    width: 100%;
    position: relative;
}
.section-separator-left:before {
    content: '';
    position: absolute;
    left:0%;
    top: 0;
    height: 4px;
    margin-left:0px;
    width: 70px;
    border-radius: 3px;
    background: #e0b825;
}
*/
.section-btn-area {
    text-align: center;
    display: block;
    margin-top: 2.5rem;
    float: left;
    width: 100%;
    margin-bottom:1em;
}
.section-btn-area .read-btn {
    overflow: hidden;
    border: none;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: 0;
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    margin: 0 auto;
    padding: 12px 12px 12px 35px;
    display: inline-block;
    letter-spacing: .1rem;
    background:#e0b825;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-box-shadow: 0 8px 6px -6px rgba(50,51,51,.4);
    -moz-box-shadow: 0 8px 6px -6px rgba(50,51,51,.4);
    box-shadow: 0 8px 6px -6px rgba(50,51,51,.4);
}
.section-btn-area .read-btn:after{
    content: "";
    position: absolute;
    left: 20px;
    top: 14px;
    height: 200px;
    width: 200px;
    background: #1b273d;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg);
    opacity: .15;
}
.section-btn-area .read-btn:hover{
    color: #fff;
    border-radius: 16px;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    box-shadow: 0 8px 15px rgba(0,0,0,.1);
}
.about-right-text{
	width: 100%;
    float: left;
    margin-top: 15px;
}
.about-right-welcome{
	width:100%;
	float:left;
	margin-top:3em;
}
.about-right-welcm {
    background: #fbfbfb;
    padding: 2em 1em;
    border-radius: 6px;
    height:300px;
    box-shadow: 1px 1px 3px 1px rgb(50 51 51 / 40%);
}
.about-right-welcm:hover{
	background:#f5f5f5;
}
.wrap-symbol-b2 {
    position: absolute;
    width: 52px;
    height: 52px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -26px;
}
.symbol-1 {
  font-size: 26px;  
  color: white;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.symbol-1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-color:#505254; 
}

.rotate-symbol-1.symbol-1::before {
  transform-origin: center;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); 
}
.about-right-welcm h4 {
    font-size:18px;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 0;
    color: #034976;
    text-align: center;
    letter-spacing:0.5px;
}
.about-right-welcm p {
    font-size: 13px;
    line-height: 23px;
    color: #373739;
    margin-top: 8px;
}
/*--//about--*/

/*--services--*/
.service {
    padding:3em 0;
	width:100%;
	float:left;
	background:url(../images/servce-bg.jpg) no-repeat;
	background-size:cover;
	margin: 2em 0em;
}
.service-left h3{
	color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 18px;
    font-weight: bold;
    margin: 0.7em 0 0.3em;
    letter-spacing: 1px;
	float:left;
	width:100%;
}
.service-left p{
	line-height:26px;
    font-size: 15px;
    float: left;
    margin-top:0.5em;
	color: #fff;
}
.service-left li{
	line-height:26px;
    font-size: 15px;
    float: left;
    margin-top:0.5em;
	color: #fff;
	display:block;
	font-weight:100;
}
.service-left li:before {
    font-family: FontAwesome;
    top: 0;
    left: -5px;
    padding-right: 8px;
    content: "\f046";
    font-size:13px;
    font-weight: 100;
    color: #fff;
}
.services-gd{
	margin-top:10px;
}
.hi-icon-effect-9a .hi-icon:hover {
    box-shadow: 0 0 0 5px #554bb9;
}
a.hi-icon img {
    margin: 16px 0 0;
    width: 60%;
}
.hi-icon-wrap {
    padding: 0;
	width:25%;
	text-align: center;
    margin: 0 auto;
}
.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 0px;
    width: 75px;
    height:75px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}
.hi-icon-effect-9 .hi-icon {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.hi-icon-effect-9a .hi-icon:hover {
    box-shadow: 0 0 0 5px #e0b825;
	color: #fff;
}
.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hi-icon-effect-9 .hi-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: 0 0 0 2px #034976;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

.hi-icon-effect-9a .hi-icon:hover:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0.5;
}
.serv-text{
	width:75%;
	text-align:left;
}
.services-gd h4 {
    color: #fff;
    font-size:18px;
    text-transform: capitalize;
    line-height: 18px;
    font-weight: bold;
    margin: 0.7em 0 0.3em;
    letter-spacing: 1px;
}
.services-gd p {
    color: #fff;
    line-height: 22px;
    font-size: 14px;
}

/*--//services--*/


/*--gallery--*/
.gallery{
	padding:3em 0;
	width:100%;
	float:left;
}
.gallery h3.tittle{
	text-align:center;
}
.gallery-grids {
    margin-top: 1em;
	float:left;
	width:100%;
}
/*.view {
   width: 100%;
   height: 255px;
   margin: 10px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 200px;
   height: 240px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
   width:100%;
   height:100%;
}
.view .confr-dat-pac{
	position:absolute;
	bottom:0;
	color:#fff;
	background: #2b2a2aad;
	text-align:left;
	padding:5px 10px;
	width:85%;
}
.view .confr-dat-pac h3{
	font-size:16px;
	letter-spacing:1px;
	margin-bottom:5px;
}
.view .confr-dat-pac h4{
	font-size:16px;
	margin-top:5px;
}
.view-fifth:hover .confr-dat-pac {
    display:none;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 20px;
   letter-spacing:1px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
    /* font-family: Georgia, serif; */
    /* font-style: italic; 
    font-size: 16px;
    font-weight: 600;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
	letter-spacing:0.5px;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.view-fifth img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth .mask {
   background-color: rgba(146,96,91,0.3);
   -webkit-transform: translateX(-300px);
   -moz-transform: translateX(-300px);
   -o-transform: translateX(-300px);
   -ms-transform: translateX(-300px);
   transform: translateX(-300px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth h2 {
   background: rgba(255, 255, 255, 0.5);
   color: #000;
   -webkit-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
   -moz-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
   box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
}
.view-fifth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   color: #333;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-fifth:hover .mask {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}
.view-fifth:hover img {
   -webkit-transform: translateX(200px);
   -moz-transform: translateX(200px);
   -o-transform: translateX(200px);
   -ms-transform: translateX(200px);
   transform: translateX(200px);
}
.view-fifth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}*/


/*//////////////////////////////////////////////////////////////////
[ Block 1 ]*/
.confr-plc {
  position: relative;
  overflow: hidden;
  margin-bottom:1.5em;
} 

.wrap-text-b1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    position: absolute;
    width: 92.5%;
    height: 100%;
    top: calc(100% - 0px);
    left: 15px;
    padding-left: 25px;
    padding-right: 25px;
}

.confr-dat-pac {
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: left;
    padding: 10px 10px;
    width: 85%;
}
.confr-dat-pac h3 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.confr-dat-pac h4 {
    font-size: 16px;
    margin-top: 5px;
}
/*---------------------------------------------*/
.wrap-title-b1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 60px;
  width: 100%;
}

/*---------------------------------------------*/
.wrap-para-b1 {
  width: 100%;
}

.wrap-para-b1 p {
  max-height: 105px;
  overflow: hidden;
}

/*---------------------------------------------*/
.wrap-more-b1 {
  width: 100%;
  height: 28%;
}

.wrap-more-b1 a {
  display: block;
  align-items: center;
  height: 25px;
  position: relative;
  color:#e0b825;
}

.wrap-more-b1 a i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  left: 0;
}

.wrap-more-b1 a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  height: 100%;
  width: 100px;
  left: 14px;
}

.wrap-more-b1 a:hover i {
  left: 100px;
}

.wrap-more-b1 a:hover span {
  left: 0;
}

.wrap-more-b1 a:hover {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.wrap-pic-b1 img{
	width:100%;
	height:255px;
}
.wrap-text-b1 h3{
	color:#fff;
	font-weight:700;
	letter-spacing:1px;
	font-size:22px;
}
.wrap-text-b1 h4{
	color: #fff;
    margin: 0px;
    padding: 0px;
    line-height: 29px;
}
.wrap-text-b1 h4 span {
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 1px;
}
.wrap-text-b1 i{
	letter-spacing:1px;
	font-size:30px;
	margin-right:10px;
}
.confr-plc:hover .wrap-text-b1 {
  top: 0;
  padding-top: 6%;
}
.confr-plc:hover .confr-dat-pac {
    display:none;
}
.bg-main {
    background-color: #233785;
}
.op-09 {
    opacity: 0.9;
}
.trans-05 {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width: 480px) {
  .confr-plc:hover .wrap-text-b1 {
    top: 0;
    padding-top: 2%;
  }
}

/*--//gallery--*/

/*--testimonial--*/
.testimonials {
    /*background: #f7f7f7;*/
    padding:2em 0em;
	background:url(../images/event-bg.jpg) no-repeat;
	background-size:cover;
}
.test-grid1 p {
    font-size: 15px;
    width: 100%;
    float: left;
    color: #505254;
    letter-spacing: 0px;
    margin-top: 1em;
    line-height: 25px;
    font-weight: 600;
    overflow: hidden;
    -webkit-line-clamp: 3;
    height: 75px;
}
.test-grid1 h4 {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    margin: 1em 0 .5em;
    letter-spacing: 2px;
}
.test-grid1 span {
    font-size: 0.9em;
    color: #999;
    font-style: italic;
    display: block;
}
.test-grid1 {
    position: relative;
    padding: 0px 15px;
    margin-top: 2em;
}
.testmn-img{
	background: #fff;
    padding: 8px;
	width:100%;
	float:left;
}
.testmn-img .img-r {
    /*border-radius: 100px;*/
    width: 100%;
    height: 210px;
    float: left;
}
.test-gri1 {
    margin: 0 auto;
    /*background: #101628;*/
    padding:1em 0em;
}
/*--//testimonial--*/

/*--procd-video-frame--*/

.procd-video-frame {
    padding: 0em 0;
    width: 100%;
    float: left;
}
.section-title .heading-small {
    font-size: 23px;
    /* line-height: 6.300000000000001rem; */
    color: #1b273d;
    font-weight: 900;
    margin: 0 0 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
}
.section-separator-small {
    float: left;
    width: 100%;
    position: relative;
    /*margin: 0px 0 20px 0px;*/
}
.section-separator-small:before {
    content: '';
    position: absolute;
    /*left: 50%;*/
	left:0;
    top: 0;
    height: 4px;
    /*margin-left: -32px;*/
    width: 70px;
    border-radius: 3px;
    background: #e0b825;
}
.procd-video-frame .publ-thumbnail{
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
	padding:7px;
/*	height:282px;*/
	margin-bottom: 20px;
}
.procd-video-frame .publ-thumbnail img{
	width:100%;
	height:280px;
}
.pub-text{
    height: 80px;
}
.procd-video-frame .publ-thumbnail h5 {
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px;
    padding: 5px 0px;
}
.procd-video-frame .publ-thumbnail p {
    font-size: 13px;
    letter-spacing: -0.2px;
    line-height: 17px;
    padding: 0px 0px 0px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.video-grids-conf .video-thumbnail{
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
	padding:7px;
	height:282px;
	margin-bottom: 20px;
}
.video-grids-conf .video-thumbnail iframe{
	width:100%;
	/*height:180px;*/
}
.video-grids-conf .video-thumbnail a h5{
	font-size: 15px;
    letter-spacing: 1px;
    line-height: 23px;
    padding: 5px 0px;
}

/*--//procd-video-frame--*/

/*--footer--*/
ul.s_social li{
	display:inline-block;
}
ul.social li a.tw,ul.social li a.fb,ul.social li a.yt,ul.social li a.blg,ul.social li a.inst,ul.social li a.linkedin,ul.social li a.pinterest,ul.social li a.telegram {
	width:60px;
	height:55px;
	display: block;
	background: url(../images/tw.png)no-repeat 0px 0px;
}
ul.social li a.fb {
	background: url(../images/fb.png)no-repeat 0px 0px;
}
ul.social li a.yt {
	background: url(../images/yt.png)no-repeat 0px 0px;
}
ul.social li a.blg {
  background: url(../images/blg.png)no-repeat 0px 0px;
}
ul.social li a.inst {
  background: url(../images/inst.png)no-repeat 0px 0px;
}
ul.social li a.linkedin {
  background: url(../images/in.png)no-repeat 0px 0px;
}
ul.social li a.pinterest {
  background: url(../images/pt.png)no-repeat 0px 0px;
}
ul.social li a.telegram {
  background: url(../images/telegram.png)no-repeat 0px 0px;
}

ul.social li a:hover{
	opacity:0.8;
}
ul.social{
	    display: block;
    padding: 0;
    margin: 3em auto 0;
    text-align: center;
}
ul.social li{
	display:inline-block;
}
ul.social li a{  
    margin-right:0em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
	-webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.footer {
   background:#104359;
   padding: 2em 0;
   width:100%;
   float:left;
}
p.copy-right {
    color: #fff;
    font-size: 15px;
    text-align: center;
    letter-spacing: 1px;
}
p.copy-right a{
    color: #7063f4;
    font-weight: 600;
    letter-spacing: 1px;
}
p.copy-right a:hover{
  text-decoration:underline;
}
/*--//footer--*/

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: 100%;
  background: url(../images/move-top.html) no-repeat 0px 0px;
}


/*--about--*/

.sub-banner{
	position:relative;
	width:100%;
	float:left;
}
.sub-banner img{
	width:100%;
}
.bsj-heading-area{
	position:absolute;
	top:4.5em;
}
.bsj-heading {
    text-align: center;
    overflow: hidden;
    display: block;
    margin-top: -1.6rem;
}
.bsj-banner-inner .bsj-heading {
    margin-bottom: 0;
    text-align: left;
}
.bsj-heading .heading {
    /* font-family: none; */
    font-size: 3.8em;
    line-height: 6.300000000000001rem;
    color: #1b273d;
    font-weight: 900;
    margin: 0 0 0em 0.5em;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}
.bsj-heading-area .breadcrumb {
    background: 0 0;
    display: inline-block;
    padding: 0;
    position: relative;
    z-index: 1;
    margin-left: 1.5em;
    margin-bottom: 0;
    border-radius: 0;
}
.bsj-heading-area .breadcrumb li {
    font-size: 18px;
    line-height: 2.4000000000000004rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.bsj-heading-area .breadcrumb li a i {
    margin-right: .5rem;
    color:#e0b825;
}
.about{
	width:100%;
	float:left;
	padding: 2em 0em;
}
.about-left-image img{
	width:100%;
}
.about-company p {
    line-height: 30px;
    font-size: 15px;
    float: left;
    margin-bottom: 1.5em;
	text-align:left;
}

.about-icon-bsj {
  position: relative;
  margin:15px 0px;
  width: 100%;
  height: 210px;
  z-index: 1;
}
.about-icon-bsj {
  perspective: 1000;
}
.bsj-image-card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1.0s linear;
}
.bsj-image-card .front img{
	width:100%;
	height:210px
} 
.about-icon-bsj:hover .bsj-image-card {
  transform: rotateY(180deg);
  box-shadow: -5px 5px 5px #aaa;
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  padding: 10px;
  color: white;
  text-align: center;
  background-color:#554bb9;
}
.bsj-scuriti-about{
	margin:2em 0em;
}
.bsj-scuriti-about h4 {
    font-size: 50px;
    letter-spacing: 1px;
    text-align: center;
    margin:0.2em 0em;
    color: #554bb9;
    text-transform: uppercase;
}
.bsj-scuriti-about ul{
	margin-left:25px;
}
.bsj-scuriti-about ul li {
    padding: 10px 6px;
    display: list-item;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 35px;
    list-style: decimal;
}
.bsj-image-card h3 {
    padding: 1em;
    letter-spacing: 2px;
    font-size: 2em;
    line-height: 50px;
}
.service-left-image img{
	width: 100%;
    margin-top: -3em;
}
.services-detail ul h4 {
    color: #554bb9;
    padding: 10px 0px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 16px;
}
.services-detail ul li{
	display:block;
	padding:5px 0px;
	font-size:14px;
}
.services-detail ul li i{
	color: #554bb9;
	padding-right: 5px;
}

/*--- gallery-photo---*/
.gallery-photo{
	margin-bottom:10px;
}
.gallery-photo img{
	width: 100%;
    border: 10px solid #f6f6f6;
    border-radius: 4px;
	height:245px;
}

.clent-detail h4 {
    color: #554bb9;
    padding: 10px 0px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 16px;
}
.clent-detail ul{
	column-count: 2;
}
.clent-detail ul li {
    display: block;
    padding: 5px 0px;
    font-size: 14px;
}
.clent-detail ul li i {
    color: #554bb9;
    padding-right: 5px;
}

/*---- contact ----*/
.contact-deatil {
    margin: 0.5em 0em 1em;
    width: 100%;
    float: left;
}
.contact-info-link h5 {
    padding: 20px 0;
    margin: 0.5em 0 0;
    list-style: none;
    color: #312e2e;
    /* font-weight: 600; */
    letter-spacing: 1px;
    font-size: 19px;
    text-align: center;
}
.contact-info-link i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #554bb9;
    border-radius: 50%;
    color: #fff;
    margin: auto;
    display: block;
    font-size: 26px;
}
.contact-map{
	margin-top:1em;
}


/*-- responsive-design starts-here --*/
@media (max-width: 1440px) {
	/*.banner-info h3 ,.banner-info h2 {
		font-size: 2.7em;
	}*/
	.about-btm-left {
		padding: 6em 3.5em;
	}
}
@media (max-width: 1366px) {
	.banner {
		min-height:470px;
	}
	.banner-info {
		/*width: 61%;
		margin-top:16%;*/
	}
	h3.tittle {
		font-size: 3em;
	}
	.about-btm-left h3.tittle {
		color: #fff;
		margin-bottom: 0.4em;
	}
	.video .modal-content {
		margin-top: 50px;
	}
	.video iframe {
		height: 470px;
	}
}
@media (max-width:1280px) {
	.banner-info {
		width: 65%;
		padding:4em 1.5em;
	}
	.top-menu li a {
       padding: 14px 10px;
       letter-spacing: 0px;
    }
	.about-right-welcm {
		height: 290px;
	}
}
@media (max-width:1080px) {
	.banner {
		min-height: 530px;
	}
	.banner-info h3 ,.banner-info h2 {
		font-size: 2.5em;
	}
	.banner-info {
		width: 70%;
		margin-top:9%;
		padding: 3.5em 1.5em;
	}
	.about-right h5 {
		padding: 5px 6px;
		font-size: 18px;
	}
	.about-btm-left {
		padding: 6em 1em;
	}
	h3.tittle {
		font-size: 2.9em;
	}
	.blogs p {
		width: 57%;
	}
	.map iframe {
		height: 360px;
	}
	.contact-grdl{
		padding-right:0;
	}
	.contact-grdr{
		padding-left:0;
	}
	.touch-right-w3l {
		height: 360px;
		padding: 4em 0em;
	}
}
@media (max-width:1024px) {
	h3.tittle {
		font-size: 2.7em;
	}
	.banner-info h3, .banner-info h2 {
		font-size: 2.3em;
	}
	.banner.two {
		min-height: 200px;
	}
	.callbacks_tabs {
		left: 43.4%;
	}
	.down {
		left: 41.5%;
	}
	.gallery-grids img {
		height: 275px;
	}
	.test-review iframe {
		height: 200px!important;
	}
	.single-img p ,.single_grid2 p {
		font-size:0.9em;
	}
	.site-cont-detal ul li {
		display:inline-block;
	}
}
@media (max-width:991px) {
	.banner {
		min-height: 490px;
	}
	.logo{
		width:30%;
		float:left;
	}
	.logo a h1 {
		font-size:2em;
	}
	.top-menu {
		float: right;
		width: 70%;
		margin-top:0.4em;
	}
	.top-menu li a {
		font-size:0.9em;
	}
	.link-effect-4 a {
		margin: 0 10px;
	}
	.banner-info{
		margin-top:10%;
		padding:3em 1.5em;
		
	}
	.banner-info h3, .banner-info h2 {
		font-size: 2.1em;
	}
	.about-left,.about-right{
		width:100%;
		float:left;
	}
	/*ul.social li a.tw, ul.social li a.fb, ul.social li a.in, ul.social li a.dott {
		width: 55px;
		height:50px;
	}*/
	.num{
		width:10%;
		float:left;
	}
	.about-right h4 {
		font-size: 22px;
	}
	.about-right-text{
		width:90%;
		float:left;
	}
	.about-btm-left,.video {
		width: 50%;
		float: left;
	}
	h3.tittle {
		font-size: 2.6em;
	}
	.inst-grids {
		margin: 2em 0 0 0;
	}
	.baner-top{
		width:50%;
		float:left;
	}
	.gallery-grids img {
		height: 215px;
	}
	.info-gal-con h4 {
		font-size: 35px;
		margin-bottom:20px;
	}
	.info-gal-con p {
		font-size: 14px;
		line-height: 2em;
	}
	.three{
		width:33.33%;
		float:left;
	}
	.blog-gd-w3ls{
		width:33.33%;
		float:left;
		padding-right:0;
	}
	span.big {
		font-size: 1.2em;
	}
	.date-w3 h4 {
		font-size: 1em;
	}
	.blog-description-w3agile h5 {
		font-size: 0.8em;
	}
	.blogs p {
		width: 77%;
	}
	.services-gd{
		width:50%;
		float:left;
	}
	.hi-icon {
		width:50px;
		height:50px;
	}
	.hi-icon-wrap {
		padding: 0;
		width: 25%;
		float: left;
	}
	a.hi-icon img {
		margin: 10px 0 0;
	}

	.serv-text {
		width: 75%;
		text-align: left;
		float: left;
	}
	.services-gd h4 {
		font-size: 1.15em;
		margin: 0.3em 0;
	}
	.services-gd p {
		font-size: 0.8em;
	}
	.test-text {
		width: 66.66%;
		float:left;
	}
	.test-video{
		width: 33.33%;
		float:left;
	}
	div#contact form {
		margin-top: 2em;
	}
	.touch-left {
		width:66.66%;
		float: left;
	}
	.map {
		margin-top: 2em;
	}
	.map iframe {
		height: 300px;
	}
	.touch-right-w3l {	
		width: 33.33%;
		float: left;
		margin-top:2em;
		height: 300px;
		padding: 2em 0em;
	}
	.preview {
		width: 14%;
		float: left;
	}
	.data {
		float: right;
		width: 86%;
	}
	h2.single {
		font-size: 3.3em;
	}
}
@media (max-width:900px) {
	.banner-info {
		width: 72%;
	}
	h3.tittle {
		font-size: 2.4em;
	}
	.info-gal-con h4 {
		font-size: 30px;
	}
	.info-gal-con p {
		font-size: 12px;
	}
}
@media (max-width:800px) {
	.logo a h1 {
		margin-top: 8px;
	}
	.banner {
		min-height: 390px;
	}
	.banner.two {
		min-height: 150px;
	}
	span.menu {
		margin:2px 3px;
	}
	.top-menu ul {
		margin: 50px 0;
		width: 68%;
	}
	.banner-info {
		width: 81%;
		margin-left:6%;
		margin-top: 3%;
		padding: 2.5em 1.5em;
	}
	.callbacks_tabs {
		left: 42.5%;
		bottom: -10%;
	}
	.down {
		position: absolute;
		left: 45%;
		top: 94%;
	}
	.down img{
		width: 49%;
	}
	.about-left h3.tittle {
		font-size: 2.06em;
	}
	.about-btm-left {
		padding:4em 0;
		min-height: 370px;
	}
	.about-btm-left h3.tittle {
		font-size: 2.1em;
	}
	.test-monials h5 {
		font-size: 1.3em;
	}
	.video {
		min-height: 370px;
		padding: 152px 0px;
	}
	h2.single {
		font-size: 3em;
	}
	.blog-single h3 {
		font-size:1.1em;
	}
	.sgd1,.sgd2{
		margin-bottom:20px;
	}
	.test-review iframe {
		height: 180px!important;
		margin-top: 31px;
	}
	.single-img p, .single_grid2 p {
		font-size: 0.85em;
	}
	.leave h4, h4.tz-title-4.tzcolor-blue {
		font-size:2em;
	}
	.title a {
		font-size: 1.2em;
	}
}
@media (max-width:768px) {
	.header-bottom {
		padding: 5px 0px;
	}
	.logo a h1 {
		font-size: 1.8em;
		margin-top: 7px;
	}
	.banner-info {
		margin-top: 9%;
		padding: 2em 1.5em;
	}
	.banner-info h3, .banner-info h2 {
		font-size: 2em;
	}
	.video iframe {
		width: 100%;
		height: 350px;
	}
	.gallery-grids img {
		height: 230px;
	}
	.services-gd h4 {
		font-size: 1.1em;
	}
}
@media (max-width:667px) {
	.banner {
		min-height: 340px;
	}
	.banner-info {
		width: 81%;
		margin-left: 4%;
		padding: 1em 1.5em;
		margin-top:10%;
	}
	.banner-info h3, .banner-info h2 {
		font-size: 1.72em;
	}
	.about-left, .about-right {
		width: 100%;
		float: left;
	}
	.about-left{
		margin-bottom:20px;
	}
	
	.about-right h5 {
		padding: 12px 17px;
		font-size: 20px;
	}
	.about-btm-left {
		padding: 4em 1em;
		min-height: 360px;
	}
	.about-btm-left h3.tittle {
		font-size: 1.73em;
	}
	.video{
		min-height: 360px;
		padding:148px 0px;
	}
	.video iframe {
		width: 100%;
		height: 300px;
	}
	.blogs p {
		width: 89%;
	}
	.services-gd h4 {
		font-size: 0.9em;
	}
	.hi-icon {
		margin:15px;
	}
	.test-review iframe {
		height: 155px!important;
		margin-top:50px;
	}
	.touch-right-w3l {
		padding: 2.5em 0em;
	}
	.touch-right-w3l ul li{
		font-size:14px;
	}
	.blog-section {
		padding: 4em 0;
	}
	.services-gd {
		width: 100%;
		float: left;
	}
	.logo {
		width: 39%;
	}
}
@media (max-width:640px) {
	.banner-info{
		width:87%;
	}
	.about-btm-left h3.tittle {
		font-size: 1.65em;
	}
	.gallery-grids img {
		height: 200px;
	}
	.three .info-gal-con h4 {
		margin-bottom:15px;
	}
	.three .info-gal-con p {
		line-height: 1.8em;
	}
	.test-review p {
		margin: 2em 0em;
`	}
	.test-video {
		padding: 0;
	}
	.test-review iframe {
		margin-top: 40px;
	}
	.touch-right-w3l .glyphicon {
		font-size: 20px;
	}
	.touch-right-w3l ul li {
		font-size: 13.2px;
	}
	.contact-right-w3l input[type="text"], .contact-right-w3l input[type="email"] {
		width: 100%;
	}
	
}
@media (max-width:600px) {

	.about-btm-left {
		padding: 3em 1em;
	}
	.banner {
		min-height: 333px;
	}
	.banner-info{
		width:91%;
		margin-top:10%;
		display:none;
	}
	.gallery-grids img {
		height: 150px;
	}
	 .info-gal-con h4 {
		margin-bottom: 10px;
		font-size:23px;
	}
	.date-w3 {
		top: 20px;
		left: 30px;
	}
	.services-gd h4 {
		font-size: 0.83em;
	}
	.touch-right-w3l {
		padding: 3em 0em;
	}
	.touch-right-w3l ul li {
		font-size: 12.3px;
	}

}
@media (max-width:568px) {
	.banner-info h3, .banner-info h2 {
		font-size: 1.7em;
		margin-bottom:0.5em;
	}
	
	.three{
		width:50%;
	}
	.three img{
		height:100 px;
	}
	.services-gd h4 {
		font-size: 0.77em;
	}
	.about-right-welcm {
     height: 50%;
	}
	.test-grid1 {
    padding: 0em 0em 1.9em;
	}
	
	.logo {
    width: 95%;
    float: left;
	}
	
}
@media (max-width:480px) {
	.banner {
		min-height: 275px;
	}
	span.menu {
		margin: 5px 3px;
		height:30px;
	}
	.top-menu ul {
		width: 65%;
	}
	.logo {
		width: 100%;
	}
	.logo a h1 {
		font-size: 1.6em;
	}
	.top-menu {
		width: 66.6%;
		margin-top:0;
	}
	.banner-info h3, .banner-info h2 {
		font-size: 1.3em;
	}
	.banner-info p {
		font-size: 0.8em;
	}
	.banner-info a {
		font-size: 12px;
		padding: 5px 9px;
		margin-top: 17px;
	}
	.callbacks_tabs {
		left: 38.1%;
		 bottom: -13%;
	}
	.down {
		left: 42%;
	}
	.about ,.gallery,.blogs,#services,#review,div#contact,.touch{
		padding: 2em 0;
	}
	h3.tittle {
		font-size: 2em;
	}
	.about-right h5 {
		padding: 9px 10px;
	}
	.about-btm-left, .video {
		width: 100%;
		float: left;
	}
	.about-btm-left {
		padding: 2em 1em;
		min-height:200px;
	}
	.video {
		min-height: 200px;
		padding: 70px 0px;
	}
	.video iframe {
		width: 100%;
		height: 250px;
	}
	.baner-top{
		width: 100%;
		float: left;
		margin-bottom:35px;
	}
	.small{
		margin-bottom:0;
	}
	.gallery-grids img{
		height:inherit;
	}
	.thre{
		margin-bottom:0;
	}
	
	.blogs p {
		font-size:13px;
	}
	.blog-gd-w3ls {
		width: 90%;
		float: left;
		margin-bottom:20px;
		margin-left:10%;
	}
	.blog-gd-w3ls img {
		width: 80%;
	}
	.services-gd {
		width: 100%;
		float: left;
		margin-bottom:20px;
	}
	.services-gd4{
		margin-bottom:0;
	}
	.hi-icon-wrap {
		width: 20%;
	}
	.serv-text {
		width: 80%;
	}
	.test-text,.test-video{
		width:100%;
	}
	.test-review iframe {
		margin-top: 15px;
		height:220px!important;
	}
	.test-video {
		padding: 0px 35px;
		margin-top:20px;
	}
	.touch-left,.touch-right-w3l { 
		width:50%;
	}
	.banner.two {
		min-height: 100px;
	}
	h2.single {
		font-size: 2.2em;
	}
	.preview{
		padding:0;
	}
}
@media (max-width:414px) {
	
	.fixed{
		padding:5px 0px;
	}
	.banner-info {
		padding:1em 0.8em;
		right: 10px;
    	top: -15px;
	}
	.rslides img {
      height: 200px;
	}
	.banner-info h3, .banner-info h2 {
		font-size: 1.1em;
		font-weight:700;
	}
	.banner-info p {
		font-weight: 100;
	}
	.about-right h5 {
		padding: 7px;
	}
	.about p {
		font-size: 0.8em;
	}
	.video iframe {
		height: 185px;
	}
	ul.social {
		margin: 2em auto 0;
	}
	.blog-gd-w3ls {
		margin-left:12%;
	}
	.touch-right-w3l {
		padding: 2.5em 0em;
	}
	.blog-section {
		padding: 2em 0;
	}

	h2.single {
		font-size: 2em;
	}
	#commentform ,ul.list{
		padding-top: 1em;
	}
	.single-img p, .single_grid2 p {
		font-size: 0.8em;
	}
}
@media (max-width:384px) {
	.banner-info h3, .banner-info h2 {
		font-size: 1.1em;
	}
	.callbacks_tabs {
		left: 37.1%;
		bottom:-19%;
	}
	.about-left h3.tittle{
		font-size:1.7em;
	}
	p.agile {
		margin: 1em 0px 15px 0px;
	}
	.about-right h5 {
		font-size:17px;
	}
	.blog-single h3 {
		font-size: 1em;
		line-height:1.5em;
	}
	h2.single {
		font-size: 1.8em;
	}
	#commentform input[type="text"] {
		padding: 8px 15px;
	}
	#commentform textarea {
		padding: 8px 15px;
		height:125px;
	}
	#commentform input[type="submit"] {
		padding: 0.5em 2em;
	}
}
@media (max-width:375px) {
	ul.social li a.tw, ul.social li a.fb, ul.social li a.in, ul.social li a.dott {
		width: 54px;
	}
	.about,.gallery ,.blogs,#services,#review ,div#contact,.touch {
		padding: 2em 0;
	}
	.callbacks_tabs {
		bottom: -18%;
	}
	.test-review iframe {
		height: 180px!important;
	}
}
@media (max-width:320px) {
	.banner {
		min-height: 245px;
	}
	.logo a h1 {
		font-size: 1.2em;
		margin-top:10px;
	}
	span.menu {
		height:28px;
	}
	.banner-info h3, .banner-info h2 {
		font-size: 0.94em;
	}
	.banner-info p{
		font-size:0.68em;
	}
	.callbacks_tabs {
		left: 33.1%;
	}
	.down {
		left: 39%;
	}
	.about-left h3.tittle {
		font-size: 1.52em;
	}
	.about-right h5 {
		padding: 5px 4px;
		font-size:16px;
	}
	.about-right h4 {
		font-size: 15.5px;
		font-weight: 700;
	}
	.about p {
		font-size: 13px;
		line-height: 25px;
		font-weight: 100;
	}
	.about-left {
		margin-bottom: 0;
	}
	.about-btm-left h3.tittle {
		font-size: 1.5em;
	}
	.video iframe {
		width: 100%;
		height: 150px;
	}
	.info-gal-con h4 {
		font-size: 20px;
	}
	.separator {
		margin: 5px auto;
	}
	.info-gal-con p {
		font-size: 11px;
		line-height:1.8em;
	}
	.gallery-grids,.blogs p {
		margin-top: 2em;
	}
	.blog-gd-w3ls {
		width: 100%;
		margin-left:0;
	}
	.blog-gd-w3ls img {
		width: 100%;
	}
	.services-gd {
		padding:0;
	}
	.hi-icon {
		width: 40px;
		height: 40px;
	}
	.services-gd h4 {
		font-size: 0.8em;
	}
	.test-review p {
		margin: 0em;
`	}
	.touch-left, .touch-right-w3l {
		width: 100%;
	}
	.call-agileinfo {
		margin: 20px 0px;
	}
	.touch-right-w3l {
		height:255px;
	}
	ul.social li a {
		margin-right: 0;
	}
	h2.single {
		font-size: 2.2em;
	}
	.blog-single h3 {
    font-size: 0.88em;
	margin-bottom:15px;
}
	.leave h4, h4.tz-title-4.tzcolor-blue {
		font-size: 1.5em;
	}
	.site-cont-detal ul li {
    letter-spacing: 0px;
    font-size: 13px;
}
}



.hero-text h2 {
  margin-bottom: 50px;
}

.hero-text .hero {
  position: relative;
}

.hero-text .hero .hero-slide a:hover span {
  color: #033a71;
}

.hero .hero-slide img {
width: 100%;
height: 500px;
/* object-fit: cover; */
/* object-position: top center; */
}

.hero .hero-slide .header-content {
  top: 20%;
  margin-left: 8rem;
  max-width: 550px;
  width: 100%;
  padding: 2rem;
}

.slide-content {
  padding: 10px 20px 10px 0;
}

.slide-content .h1 {
  font-size: 62px;
}

.btn-primary {
  background-color: #5302FE;
  border: #111;
  border-radius: 0;
}

/** Text Animation **/

@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.slick-active .slide-content {
  animation-name: fadeInUpSD;
  animation-duration: 1s;
  opacity: 1;
  width: 100%;
  padding: 10px 20px 30px 0;
}

/* Text Animation End **/

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-active button {
  background: #d60e96;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
  outline: none;
}

.slick-dots li button::before {
  font-size: 18px;
  color: #fff;
  opacity: 1;
}


/* Media Queries */

@media (max-width: 768px) {
  .hero-text .hero .hero-slide a {
    padding-top: 0.8rem;
  }

  .hero-text .hero .hero-slide a span {
    font-size: 20px;
    margin-top: 0.5rem;
  }

  .hero .hero-slide .header-content {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto;
  }
}


.hero-text h2 {
  margin-bottom: 50px;
}

.hero-text .hero {
  position: relative;
}

.hero-text .hero .hero-slide a:hover span {
  color: #033a71;
}

.hero .hero-slide img {
width: 100%;
height: 500px;
/* object-fit: cover; */
/* object-position: top center; */
}
.hero .hero-slide .header-content {
	top: 10%;
	margin-left: 0rem;
	max-width: 100%;
	width: 100%;
	padding: 2rem;
	position:absolute;
	text-align:center;
	color:#fff;
}
.hero .hero-slide .header-content h1 {
	font-weight: 800;
	padding: 0em 0em 0.5em;
	letter-spacing: 2px;
	font-size: 60px;
}
.hero .hero-slide .header-content p {
    font-weight: 600;
    padding: 0em 0em 1.5em;
    letter-spacing: 2px;
    font-size: 20px;
    width: 50%;
    line-height: 35px;
    margin: auto;
}
.slide-content {
  padding: 10px 20px 10px 0;
}

.slide-content .h1 {
  font-size: 62px
}

.btn-primary {
  background-color: #5302FE;
  border: #111;
  border-radius: 0;
}

/** Text Animation top **/

@-webkit-keyframes fadeInUpSD {
  0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
      transform: translateY(100px)
  }

  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

@keyframes fadeInUpSD {
  0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
      transform: translateY(100px)
  }

  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.slick-active .slide-content {
  animation-name: fadeInUpSD;
  animation-duration: 1s;
  opacity: 1;
  width: 100%;
  padding: 10px 20px 30px 0;
}

/** Text Animation Left **/

@-webkit-keyframes fadeInLeft {
	 0% {
      opacity: 0;
	  -webkit-transform: translateX(-20px);
      transform: translateX(-20px);
   }
   100% {
      opacity: 1;
	  -webkit-transform: translateX(0);
      transform: translateX(0);
   }
}   


@keyframes fadeInLeft {
   0% {
      opacity: 0;
	  -webkit-transform: translateX(-20px);
      transform: translateX(-20px);
   }
   100% {
      opacity: 1;
	  -webkit-transform: translateX(0);
      transform: translateX(0);
   }
}   

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.slick-active .slide-content-lft {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  opacity: 1;
  width: 100%;
  padding: 10px 20px 30px 0;
}
/** Text Animation Right **/

@-webkit-keyframes fadeInRight {
	 0% {
      opacity: 0;
	  -webkit-transform: translateX(20px);
      transform: translateX(20px);
   }
   100% {
      opacity: 1;
	  -webkit-transform: translateX(0);
      transform: translateX(0);
   }
}   


@keyframes fadeInRight {
   0% {
      opacity: 0;
	  -webkit-transform: translateX(20px);
      transform: translateX(20px);
   }
   100% {
      opacity: 1;
	  -webkit-transform: translateX(0);
      transform: translateX(0);
   }
}   

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.slick-active .slide-content-rgt {
  animation-name: fadeInRight;
  animation-duration: 1s;
  opacity: 1;
  width: 100%;
  padding: 10px 20px 30px 0;
}

/* Text Animation End **/

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  width: auto;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
  outline: none;
}

.slick-dots li button::before {
  font-size: 18px;
  color: #fff;
  opacity: 1;
}

.slick-active button {
  background:#c3a328;
}

/* Media Queries */

@media (max-width: 768px) {
  .hero-text .hero .hero-slide a {
    padding-top: 0.8rem;
  }

  .hero-text .hero .hero-slide a span {
    font-size: 20px;
    margin-top: 0.5rem;
  }

  .hero .hero-slide .header-content {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto;
  }
}

.about-left ol{
	float: left;
    margin: 0px;
}
.about-left ol li{
	padding: 5px 0px;
    font-size: 14px;
    line-height: 23px;
	font-weight: 500;
}
.about-left ul {
	float: left;
	margin: 0px;
	padding-left: 15px;
	/*display: flex;*/
    list-style: none;
}

.about-left ul li {
	padding: 5px 0px;
	font-size: 14px;
	line-height: 23px;
	font-weight: 500;
	/*height: 50px;*/
    float: left;
    width: 100%;
}

.wrap-pic-b1{ box-shadow: 1px 1px 3px 1px rgb(50 51 51 / 40%);  height: 255px;     }

#advisory{ 
background: #fbfbfb;
padding: 2em 1em;
border-radius: 6px;
height: 335px;
box-shadow: 1px 1px 3px 1px rgb(50 51 51 / 40%);
margin-bottom: 20px;
}
#advisory img{
width: 170px;
margin: auto;
height: 155px;
display: block;
border-radius: 50%;
}
#advisory .cmm_content{ font-size: 13px;
/* height: 100px; */
text-align: center;
letter-spacing: 1px;
padding: 11px 0px;


}
#advisory .adv_name{ text-align: center;
color: #e0b825;
font-size: 16px !important;
margin-bottom: 6px;
float: left;
width: 100%;
}

.agenda-home{ 
	float: left;   
}
.procdn-cont{ 
	height: 350px;
	box-shadow: rgb(50 51 51 / 40%) 1px 1px 3px 1px;
	margin-bottom: 20px;
	background: rgb(251, 251, 251);
	/* padding: 2em 1em; */
	border-radius: 6px;
}
.procdn-cont h5 {
	background: #fff;
	color: #034976;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	line-height: 22px;
	letter-spacing: 0.5px;
	border-bottom: 3px double #ece6e6;
	padding: 5px 10px;
}
.procdn-cont img{ 
	width: 195px;
	height: 195px;
	display: block;
	margin: 10px auto;
}
.procdn-cont h4 {
	text-align: center;
	color: rgb(224, 184, 37);
	margin-bottom: 6px;
	float: left;
	width: 100%;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 15px !important;
}

.procdn-cont h6 {
	text-align: center;
	/* color: rgb(224, 184, 37); */
	margin-bottom: 6px;
	float: left;
	width: 100%;
	padding: 0px 10px;
	line-height: 17px;
	font-size: 14px;
	word-break: break-all;
}
.confimg{
height: 260px;
   margin-bottom: 20px;
   background:#f5f6f7;
   padding: 1em 1em;
   border-radius: 6px;
box-shadow: rgb(50 51 51 / 40%) 1px 1px 3px 1px;
}
.confimg h3 img{
width:20%;
float:left;
margin-right:15px;
}
.confimg h3{
font-size: 16px;
   letter-spacing: 0.5px;
   font-weight: 600;
line-height:55px;
}
.topic_pk {
   border: 3px solid #0349763d;
   width: 100%;
   float: left;
   height: 100px;
   padding: 10px;
   font-size: 18px;
   font-weight: 700;
   color: #1b273d;
   margin: 10px 0px;
   box-shadow: rgb(50 51 51 / 40%) 0px 1px 1px 0px;
}
.confimg h5 {
   text-align: right;
   color: #034976;
   float: right;
   width: 100%;
   padding: 3px 0px;
   font-size: 16px;
   letter-spacing: 0.5px;
   font-weight: 600;
}
.bann-img-scop img { 
	width: 150px !important;
	height: 100% !important;
	margin: auto;
}

@media screen and (min-width: 300px) and (max-width: 700px) {
.header {
    height: 100%;
}
.header-top {
    display:none;
}
}

@media screen and (min-width: 300px) and (max-width: 460px) {

.header-bottom-menu {
    top: 0px;
}
.logo-header{
	width: 36%;
    float: left;
}
.logo-header img {
    width: 85%;
}
.fix-menu-desktop .logo-header img {
    width: 100%;
	max-width:100%;
}
.fix-menu-desktop .menu-header-nav {
    width: 64%;
    float: right;
}
.procd-video-frame .publ-thumbnail {
    height: 100%;
}
.procd-video-frame .publ-thumbnail img {
    height: 100%;
}
.procd-video-frame .publ-thumbnail h5 {
    font-size: 18px;
    letter-spacing: 0.8px;
    line-height: 25px;
}
.procd-video-frame .publ-thumbnail p {
    font-size: 17px;
    letter-spacing: 0.5px;
}
.section-title .heading {
    font-size: 28px; 
}

.hero .hero-slide img{
	height:auto !important;
	}
.pub-text{
    height:auto;
}
.topic_pk{
	height:auto;
	}
.confimg{
	height: 314px;
	}
}



@media screen and (min-width: 461px) and (max-width: 680px) {

.header-bottom-menu {
    top: 0px;
}
.logo-header img {
    width: 77%;
}
.fix-menu-desktop .header-bottom-menu {
    top: 0;
    height: auto;
}
.logo-header{
	width: 28%;
    float: left;
}
.fix-menu-desktop .logo-header img {
    width: 70%;
}
.fix-menu-desktop .menu-header-nav {
    width: 64%;
    float: right;
}
.menu-header-nav {
    margin-top: 8px;
    float: right;
    width: 62%;
    text-align: right;
}
.confr-plc {
    width: 50%;
    float: left;
}
.gallery-grids img {
    height: 100%;
}
.procd-video-frame .publ-thumbnail {
    height: 100%;
}
.procd-video-frame .publ-thumbnail img {
    height: 100%;
}
.procd-video-frame .publ-thumbnail h5 {
    font-size: 11px;
    letter-spacing: -0.2px;
    line-height: 25px;
}
.procd-video-frame .publ-thumbnail p {
    font-size: 13px;
    letter-spacing: 0.5px;
}
.publiactn{
	width:50%;
	float:left;
}
.sgd1, .sgd2 {
    width: 100%;
}
.services-gd {
    width: 100%;
}
.section-title .heading {
    font-size: 28px; 
}
}

@media screen and (min-width: 681px) and (max-width: 830px) {

.header-bottom-menu {
    top: 0px;
}
.fix-menu-desktop .header-bottom-menu {
    top: 0;
    height: auto;
}
.logo-header{
	width: 28%;
    float: left;
}
.fix-menu-desktop .logo-header img {
    width: 70%;
}
.fix-menu-desktop .menu-header-nav {
    width: 64%;
    float: right;
}
.menu-header-nav {
    margin-top: 8px;
    float: right;
    width: 62%;
    text-align: right;
}
.confr-plc {
    width: 50%;
    float: left;
}
.gallery-grids img {
    height: 100%;
}
.about-right-welcome .col-md-3 {
    width: 50%;
    float: left;
    margin: 1.5em 0em;
    padding: 0px 10px;
    /* margin-bottom: 2em; */
}
.procd-video-frame .publ-thumbnail {
    height: 100%;
}
.procd-video-frame .publ-thumbnail img {
    height: 100%;
}
.procd-video-frame .publ-thumbnail h5 {
    font-size: 11px;
    letter-spacing: -0.2px;
    line-height: 25px;
}
.procd-video-frame .publ-thumbnail p {
    font-size: 13px;
    letter-spacing: 0.5px;
}
.publiactn{
	width:50%;
	float:left;
}
.about-right-welcm p {
    line-height: 22px;
}
.sgd1, .sgd2 {
    width: 100%;
}
.services-gd {
    width: 100%;
}
.hi-icon-wrap {
    width: 10%;
}
.section-title .heading {
    font-size: 28px; 
}
}

@media screen and (min-width: 831px) and (max-width: 991px) {

.header-bottom-menu {
    top: 0px;
}
.top-menu {
    display: none;
}
.fix-menu-desktop .header-bottom-menu {
    top: 0;
    height: auto;
}
.logo-header{
	width: 28%;
    float: left;
}
.fix-menu-desktop .logo-header img {
    width: 70%;
}
.fix-menu-desktop .menu-header-nav {
    width: 64%;
    float: right;
}
.menu-header-nav {
    margin-top: 8px;
    float: right;
    width: 62%;
    text-align: right;
}
.confr-plc {
    width: 50%;
    float: left;
}
.gallery-grids img {
    height: 100%;
}
.about-right-welcome .col-md-3 {
    width: 50%;
    float: left;
    margin: 1.5em 0em;
    padding: 0px 10px;
    /* margin-bottom: 2em; */
}
.procd-video-frame .publ-thumbnail {
    height: 100%;
}
.procd-video-frame .publ-thumbnail img {
    height: 100%;
}
.procd-video-frame .publ-thumbnail h5 {
    font-size: 11px;
    letter-spacing: -0.2px;
    line-height: 25px;
}
.procd-video-frame .publ-thumbnail p {
    font-size: 13px;
    letter-spacing: 0.5px;
}
.publiactn{
	width:50%;
	float:left;
}
.about-right-welcm p {
    line-height: 22px;
}
.sgd1, .sgd2 {
    width: 100%;
}
.services-gd {
    width: 100%;
}
.hi-icon-wrap {
    width: 10%;
}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

.top-menu {
    padding: 0.5em 1em 0em 0em;
}
.top-menu ul {
    display: block;
	margin: 0px 0;
    width: 100%;
    background: #554bb900;
}
.top-menu ul li {
    display: inline-block;
}
.top-menu li a {
    padding: 0px 5px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
}
.top-menu li a img {
    margin-top: -6px;
}
.site-cont-detal ul li:first-child {
    padding: 0px 5px 0px 0px;
}
.site-cont-detal ul li:nth-child(2) {
    padding: 0px 5px 0px 0px;
}
.site-cont-detal ul li {
    display: inline-block;
    font-size: 12px;
}
.fix-menu-desktop .header-bottom-menu {
    top: 0;
    height: auto;
}
/*.logo-header{
	width: 100%;
    float: left;
}*/
.logo-header img {
    width: 95%;
}
.fix-menu-desktop .logo-header img {
    width: 90%;
	max-width:90%;
}
.fix-menu-desktop .menu-header-nav {
/*    width: 92%;*/
    float: right;
/*    position: absolute;*/
}
.menu-header-nav {
    margin-top: 8px;
    float: right;
/*    width: 85%;*/
    text-align: right;
}
.confr-plc {
    width: 33%;
    float: left;
}
.gallery-grids img {
    height: 100%;
}
.about-right-welcome .col-md-3 {
    width: 25%;
    float: left;
    margin: 1.5em 0em;
    padding: 0px 10px;
    /* margin-bottom: 2em; */
}
.procd-video-frame .publ-thumbnail {
    height: 365px;
}
.procd-video-frame .publ-thumbnail img {
    height: 250px;
}
.procd-video-frame .publ-thumbnail h5 {
    font-size: 11px;
    letter-spacing: -0.2px;
    line-height: 25px;
}
.procd-video-frame .publ-thumbnail p {
    font-size: 13px;
    letter-spacing: 0.5px;

}
.publiactn{
	width:25%;
	float:left;
}
.about-right-welcm p {
    line-height: 22px;
}
.sgd1, .sgd2 {
    width: 100%;
}
.services-gd {
    width: 100%;
}
.about-right-welcm h4 {
    font-size: 14px;
}
.about-right-welcm {
    height: 355px;
}
}

@media screen and (min-width: 620px) and (max-width: 991px) {

.header-top {
    display: none;
}
.about-right-welcome .animated{
    width: 50%;
    float: left;
}
.about-right-welcm {
    height: 360px;
}
.procd-video-frame {
    padding: 1em 0;
}
.video-grids-conf .col-md-4{
    width: 33%;
    float: left;
}
}    

@media screen and (min-width: 420px) and (max-width: 619px) {

.header-top {
    display: none;
}
.about-right-welcome .animated{
    width: 50%;
    float: left;
}
.about-right-welcm {
    height: 100%;
    margin-bottom: 5rem;
}
.procd-video-frame {
    padding: 1em 0;
}
.video-grids-conf .col-md-4{
    width: 100%;
}
.video-grids-conf .video-thumbnail {
    height: 100%;
    margin-bottom: 20px;
}
.testimonial .author img {
    height: auto;
}
.testimonial {
    height: 100%;
    margin-bottom: 2rem;
}
}  
/*testmonial*/
.testimonial {
    color: #fff;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
    height: 388px;
}
.testimonial .author {
    padding: 10px 0px;
    margin: 0px 20px;
	display:flex;
}
.testimonial .author img {
    border-radius: 50%;
    width: 45%;
    /*margin: 1em auto;*/
    height: 152px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.testimonial .author .name {
    color: #e22e2c;
    /* padding-left: 15px; */
    font-size: 13px;
    line-height: 1.2em;
    display: block;
    /* padding-top: 25px; */
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
	margin: 73px 0px 0px 10px;
}
.testimonial .desgn {
	color:black;
	font-size:14px;
	padding: 7px 13px 13px 13px;
}
.testimonial .text {
    padding: 7px 13px 0px 13px;
    font-size: 14px;
    /* line-height: 1.5em; */
    color: #606060;
    text-align: justify;
    border-top: 1px solid #f3eded;
    font-weight: 100;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}