@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*************************
*******Typography******
**************************/
body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #6f6f6f;
	margin:0;
	padding:0;
}

p {
  	line-height:24px;	
}

strong {
	line-height:24px;	
}

a:focus, 
a:hover {
   text-decoration: none;
   outline: none;
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'Open Sans' , sans-serif;
   font-weight: 300;
   text-transform: uppercase;
}

h2 {
   font-size: 36px
}

/*************************
*******Navigation******
**************************/
.navbar-brand {
    float: left;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
    height:58px;
}

.navbar-toggle {
   margin-top: 12px
}

.navbar-toggle .icon-bar {
   background-color: #434042;
}

.navbar-toggle, 
.navbar-toggle:focus {
   background-image: linear-gradient(to right, #f3b21a , #f9d990);
}

.navbar-nav.navbar-right:last-child{margin-right:0px}

.navbar-default .navbar-static-top{
position:absolute;	
}

.navbar-collapse {
    max-height:340px;
    overflow-x: visible;
    padding-right: 0px;
    padding-left: 15px;
    border-top: 0px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch;
}

/*************************
*******Header CSS******
**************************/

.header-top {
  display: block;
  overflow: hidden;
  padding: 10px 25px 10px 25px;
   color:#fff;
   background-image: linear-gradient(to right, #f3b21a , #f9d990);
}

.header-top a{
color:#fff	
}

.header-top i.fa{
color:#fff
}

.social-icons i.fa-facebook{
font-size:18px;
color:#201e1f;
border-right: 1px solid #201e1f;
margin-right: 5px;
padding-right: 20px;
font-style: normal;
}

.social-icons i.fa-linkedin{
font-size:18px;
color:#201e1f;
}

.main-nav {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.main-nav 
.container {
  width: 100%
}

.navbar-brand {
  /* background-color: #fff;*/
  height:58px;
  position: relative;
  width:237px;
  margin-left:25px;
}

.navbar-brand img {
  position: absolute;
  top:10px;
  height:58px
  }

.navbar-right {
  
  padding:0 5px 0 50px;
  opacity:.7
}

.navbar-right li a {
  padding: 30px 0px 10px 0px;
  font-size: 16px;
  color:#201e1f;
  font-family:"Open Sans", sans-serif;
  margin-right:25px;
  margin-bottom:20px;
  font-weight:600;
  letter-spacing:1.2px
}

.navbar-right li a:hover {
 background:none;
 color:#f3b21a
}

.navbar-right > li > a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 0;
}
.navbar-right > li > a:hover:before {
  background-color:#fff;
  content: "";
  width: 55%;
  }
  
.navbar-right > li.current > a {
  color: #fff;
  padding: 10px 0px;
  margin: 0px 15px;
}
.navbar-right > li.current > a:before {
  background:none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 100%;
}

.navbar-right > .active > a,
.navbar-right > .active > a:focus,
.navbar-right > .active > a:hover {
  background: none;
  color:#f3b21a;
}


.navbar-right > .active > a:before,
.navbar-right > .active > a:focus:before,
.navbar-right > .active > a:hover:before {
  content: "";
  position: absolute;
  bottom:3px;
  width: 50%;
  height: 2px;
  background:#f3b21a;
}


.navbar-right > a:hover{
 background:none	
}

.navbar-right li ul li a {
    padding:5px 15px;
    color: #201e1e;
    top:20px;
    font-size:16px;
    margin:0px;
  }


.navbar-right li ul li a:hover, 
.navbar-right li ul li a:focus {
   background-image: linear-gradient(to right, #f3b21a , #f9d990);
   color:#fff;
   }


  .sub-nav, .sub-nav ul {
  display: none;
  position: absolute;
}
.sub-nav > li {
  position: relative;
}

.navbar-right li:hover > ul {
  display:block;
} 

.navbar-right li li ul li{
    width:115px;
    margin:10px 0px;
    
}

.navbar-right li li:hover ul {
  margin-left:158px; 
  margin-top:-35px; 
  display:block;
    color: #201e1e;
    top:29px;
    font-size:16px;
    background:#fff;
    list-style-type:none;
     padding:0px 0px;
    color: #201e1e;
      }

.fixed-menu {
  position:relative;
  border-color:#e7e7e7
}

.fixed-menu .header-top {
  display: block;
  overflow: hidden;
  padding: 5px 10px;
  height:auto;
}

.fixed-menu .navbar-right {
  padding: 0 0px 0 0;
}


.fixed-menu .navbar-right li a {
  font-size: 13px;
  text-shadow:inherit;
  padding-left:20px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.fixed-menu .navbar-brand {
  height:40px;
  margin-top:5px;
  padding: 0 0 0 0px;
  margin-bottom: 0;
  width: 168px;
}

.fixed-menu .navbar-brand img {
  height:40px;
  top: 0;
}

.fixed-menu .header-top {
  display:block;
}

.header-left {float:left}

.header-right {float:right}

.white {
	background-color:#fff;
	opacity:0.8
	}



/*================================================== 
     Slideshow
 ================================================== */

/*-- Main slide --*/

#main-slide .item img{
	width: 100%;
}

#main-slide .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .slider-content{
	top: 50%;
	margin-top: -70px;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	color: #fff;
}

#main-slide .carousel-indicators {
	bottom: 30px;
}

.carousel-indicators li{
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #fff !important;
	margin: 1px !important;
}


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

#main-slide .carousel-control.left{
  left:20px;
}

#main-slide .carousel-control.right{
  right:20px;
}

#main-slide .carousel-control.left span {
	padding: 15px;
}

#main-slide .carousel-control.right span {
	padding: 15px;
}

#main-slide .carousel-control .fa-angle-left, 
#main-slide .carousel-control .fa-angle-right{
	position: absolute;
	top: 53%;
	z-index: 5;
	display: inline-block;
}

#main-slide .carousel-control .fa-angle-left{
	left: 0;
}

#main-slide .carousel-control .fa-angle-right{
	right: 0;
}

#main-slide .carousel-control i{
	background: rgba(243,178,26,.3);
	color: #fff;
	line-height:26px;
	font-size:25px;
	padding: 10px 20px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
  border-radius:50%;
}

#main-slide .slider-content h2{
	font-size: 76px;
	font-weight: 100;
	text-transform: uppercase;
    color: #555;
}

#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
    color: #fff;
}

#main-slide .slider-content h3{
	font-size: 36px;
	font-weight: 300;
	margin-top:90px;
	text-align:center;
    color: #fff;
	font-family:'Raleway', sans-serif;
	 text-transform:inherit;
	 text-shadow: 2px 2px 2px #3a3a3a
	 }

   #main-slide .slider-content h4{
  font-size:22px;
  font-weight:500;
    text-align:center;
    color: #f3b21a;
  font-family:'Raleway', sans-serif;
   text-transform:inherit;
   text-shadow: 2px 2px 2px #3a3a3a
   }

.slider.btn{
	padding: 3px 6px;
	font-size: 12px;
	border-radius: 5px;
	text-transform: uppercase;
	line-height: 28px;
	border: 0;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
		box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -o-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  color:#00529c;
  background:#eebd08;
    border-bottom:2px solid #00529c;
  font-family: "Open Sans", sans-serif;
  position:absolute;
  left:50px;
  font-weight:700;
  margin-top:10px;
  z-index:0
  }

.slider.btn.btn-default{
	margin-left: 4px;
	background: #ECECEC
}

.slider.btn.btn-default:hover{
	background: #000;
	color: #fff;
}

.slider-content-left {
	position: relative;
	margin: 0 0 0 40px;
}

.slider-content-right{
	position: relative;
}

/*-- Animation --*/
.carousel .item.active .animated1 {
	
}

.carousel .item.active .animated2 {
	-webkit-animation: lightSpeedIn 1s ease-in 200ms both;
	animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
	-webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
	animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .item.active .animated4 {
	-webkit-animation: flipInX 1s ease-in 500ms both;
	animation: flipInX 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated5 {
	-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated7 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
	-webkit-animation: fadeInDown 1s ease-in 1000ms both;
	animation: fadeInDown 1s ease-in 1000ms both;
}



/*************************
*******Intro CSS******
**************************/

#intro {
	padding-bottom:30px;
	padding-top:30px;
	background:#f6f6f6
}

#intro h2 {
    color:#f3b11a;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:500;
	text-transform:inherit;
	margin-bottom:0px
	}


#intro p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #454545;
    line-height: 1.9em;
    text-align: left;
    font-weight: 300;
    margin-top:0px;
  }



#intro a{
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color: #6f6f6f;
}

#intro .line{
	margin: auto;
    display: block;
    margin-bottom:10px;
	max-width:160px
}

#uni{
   max-width:270px !important;
height:270px;
    width:270px;
    border-radius: 50%;
    box-sizing: border-box;
    background: #fff;
    background-image:linear-gradient(90deg,#f6f6f6,#f6f6f6,#f9d990,#f9d990,#f9d990,#f9d990,#f3b21a);
    padding: 4px;
float: left;
  margin-right:50px; 
  -webkit-shape-outside:circle();
  shape-outside:circle();
}


#intro i.fa{
color:#434042
}


#intro .btn {
    padding: 6px 9px;
    font-size: 13px;
    border-radius:10px;
    text-transform: uppercase;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color:#434042;
    font-family: "Open Sans", sans-serif;
        border-right:3px solid #f3b21a;
    border-bottom:3px solid #f3b21a;
    font-weight:700;
    background-image: linear-gradient(to right, #f9d990, #f3b21a);
    transition:0.1s ease-in-out;
}

#intro .btn:hover {
    padding: 6px 9px;
    background:#f3b21a;
      border-right:3px solid #f3b21a;
    border-bottom:3px solid #f3b21a;
    background-image: linear-gradient(to left, #f9d990, #f3b21a);
}


#intro .check {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #454545;
    line-height: 1.9em;
    text-align: left;
    font-weight: 300;
    margin-top:0px;
  }



/*************************
*******About CSS******
**************************/

#about{
  background-color:#fff;
  position:relative;
  padding-top:20px;
  padding-bottom: 20px;
  }

#about h6{
  colour:#f3b11a !important;
  font-family: 'Raleway', sans-serif;
   font-size:28px;
  font-weight:500;
  text-transform:uppercase;
  margin-bottom:5px;
  margin-top:30px;
  }

.about-head-line {
    border-top:2px solid #f3b21a;
    width:35px;
    margin-bottom:20px;
      }

#about p {
    font-family: "Open Sans", sans-serif;
    font-size:16px;
    line-height:30px;
    color: #454545;
    margin-bottom: 0;
    font-weight:400;
    text-align: justify;
    padding-top:10px;
    padding-bottom: 20px;
    margin-right: 20px;
}


#about .sub-heading{
  font-family:"Open Sans", sans-serif;
    font-size:20px;
    line-height:26px;
    color:#f3b11a;
    margin-bottom: 0;
    font-weight:500;
        }

        #about img{
   outline:4px solid #f3b11a;
    outline-offset:-15px;
    height: 100%;
    width: 100%;
        }


#about h3{
font-family: 'Raleway', sans-serif;
color:#0f93d9;
font-size:18px;
font-weight:600;
text-align:center;
margin-top:0px !important;
padding-top:30px
}



/*************************
*******Our Team CSS******
**************************/

#about-bottom{
  background:#f6f6f6;
  padding-bottom:0px;
  padding-top:30px;
}

#about-bottom h2 {
    color: #f3b11a;
    font-family:'Raleway', sans-serif;
    margin-top:10px;
    font-size:28px;
    font-weight:500;
    text-transform: inherit;
    margin-bottom: 0px;
}

#about-bottom .hd {
  color:#f3b11a;
  font-family: 'Raleway', sans-serif;
  margin-top:10px;
  font-size:24px;
  font-weight:500;
  text-transform:inherit;
  margin-bottom:0px;
   padding:0px 27px 20px 0px;
       }


#about-bottom .sh {
  color:#201e1f;
  font-family: 'Raleway', sans-serif;
  margin-top:10px;
  font-size:18px;
  font-weight:600;
  text-transform:inherit;
  }

 
  #about-bottom  p {
  font-family: "Open Sans", sans-serif;
    font-size:16px;
    line-height:20px;
    color: #454545;
    margin-bottom: 0;
    font-weight:400;
    padding:0px 27px 20px 7px;
        }

      #about-bottom ul{
        padding-left:0px !important;
      }

  #about-bottom li{
    font-family: "Open Sans", sans-serif;
    font-size:16px;
    line-height:26px;
    color: #454545;
    margin-bottom: 0;
    font-weight:400;
    padding:0px 35px 5px 40px;
    text-align:left;
    list-style-type:none;
              }

.profile-list img{
position: absolute;
left:25px;
padding-top:7px;
}


.abt-box {
  width:auto;
  height:530px;
  margin-top:15px;
  position: relative;
  background:#fff;
  padding-top:10px;
  padding-left:20px;
  padding-bottom:10px;
  border: 2px solid #fff;
       }

.abt-box:hover{
border: 2px solid #f3b21a;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   }


     .abt-box .pp{
    width:160px;
    height:160px;
    border-radius:50%;
    box-sizing: border-box;
    background: #fff;
    background-image: linear-gradient(90deg
,#f6f6f6,#f6f6f6,#f9d990,#f9d990,#f9d990,#f9d990,#f3b21a);
    padding:4px;
     margin-right:70px;
     margin-bottom:10px;
     margin: 0 auto;
        }

       .abt-box i.fa {
    position: absolute;
    background-image: linear-gradient(
180deg
,#f6f6f6,#f3b21a);
    -webkit-shape-outside: circle();
    shape-outside: circle();
    color:#201e1f;
    padding:15px;
    font-size: 16px;
    border-radius:28px;
    top:125px;
    z-index: 1;
    border-right: 2px solid #f3b21a !important;
    border-bottom: 2px solid #f3b21a !important;
    margin-left:-100px;
    font-size:20px;
    padding: 12px 13px;
       }

       .ic-img {
 width:20px !important
  }


/*************************
*******Services CSS******
*************************/

#services {
	background:#fff;
	margin-top:20px;
	margin-bottom:40px;
  position: relative;
	}

  .line {
    margin: auto;
    display: block;
    max-width: 160px;
}

#services h2 {
    color: #f3b11a;
    font-family: 'Raleway', sans-serif;
    margin-top: 10px;
    font-size: 28px;
    font-weight:500;
    text-transform: inherit;
    margin-bottom: 0px;
}


#services h3 {
    color:##5a5a5a;
    font-family: 'Raleway', sans-serif;
    margin:0px;
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
    margin-bottom: 0px;
}


#services p {
  font-family: "Open Sans", sans-serif;
  font-size:16px;
  color: #454545;
    text-align:left;
  font-weight:300;
    }

#services.line{
	margin: auto;
    display: block;
    max-width:160px;
      }


#services i.fa{
color:#454545
}


#services .serv-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  margin-top: 20px;
 }


#services .serv-col .icon {
  padding:12px 13px;
    text-align: center;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    border-right: 4px solid #201e1f !important;
    border-bottom: 4px solid #201e1f !important;
    top:20%;
    margin-top:110px;
    transition:0.3s;
    background-image:linear-gradient(180deg,#f6f6f6,#f3b21a);
 -webkit-shape-outside:circle();
  shape-outside:circle();
  left: 40%;
}


#services .serv-col .icon img{
max-width:30px;
}

#services .serv-col h2 {
  color:#f3b21a;
  text-align: center;
   font-size:20px;
  padding: 0;
  margin: 40px 0 12px 0;
  font-family: 'Raleway', sans-serif;
   font-weight:600;
}

#services .serv-col .line {
    border-top:2px solid #f3b21a;
     width:8%;
    position:absolute;
    left:50%;
    margin-left:-70px;
    margin-top:-5px;
}

#services .serv-col .line2 {
    border-top:2px solid #f3b21a;
     width:8%;
    position:absolute;
    left:50%;
    margin-left:-112px;
    margin-top:-5px;
}

#services .serv-col .line3 {
    border-top:2px solid #f3b21a;
     width:8%;
    position:absolute;
    left:50%;
    margin-left:-99px;
    margin-top:-5px;
}

#services .serv-col p {
font-family:"Open Sans", sans-serif;
  font-size:16px;
  line-height: 24px;
  color:#454545;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
  font-weight:300;
  text-align: justify;
}


.serv-btn {
    padding: 6px 9px;
    font-size: 13px !imporant;
    border-radius:10px;
    text-transform: uppercase;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color:#434042!important;
    font-family: "Open Sans", sans-serif;
          border-right:3px solid #f3b21a;
    border-bottom:3px solid #f3b21a;
    font-weight:700;
    background-image: linear-gradient(to right, #f9d990, #f3b21a);
    }

.serv-btn i.fa{
color:#434042 !important
}

.serv-btn:hover {
    padding: 6px 9px;
          border-right:3px solid #f3b21a;
    border-bottom:3px solid #f3b21a;
    font-weight:700;
    background-image: linear-gradient(to left, #f9d990, #f3b21a);
    transition:0.1s ease-in-out;
}




/*************************
***Services Page CSS******
*************************/

#servicesp {
  background:#fff;
  margin-top:20px;
  margin-bottom:40px;
  position: relative;
  }

#servicesp h2 {
    color: #f3b11a;
    font-family: 'Raleway', sans-serif;
    margin-top: 10px;
    font-size: 28px;
    font-weight:500;
    text-transform: inherit;
    margin-bottom:0px;
}


#servicesp h3 {
    color:##5a5a5a;
    font-family: 'Raleway', sans-serif;
    margin:0px;
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
    margin-bottom: 0px;
}


#servicesp p {
  font-family: "Open Sans", sans-serif;
  font-size:16px;
  color: #454545;
    text-align:left;
  font-weight:300;
  margin-top:15px;
    }

#servicesp.line{
  margin: auto;
    display: block;
    max-width:160px;
      }


#servicesp i.fa{
color:#454545
}


#servicesp .servp-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);

   }


#servicesp .servp-col .icon {
  margin:10px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #f3b21a , #f9d990);
    padding:15px;
    }

#servicesp .servp-col .icon img{
max-width:40px;
}

#servicesp .servp-col h2 {
  color:#f3b21a;
  text-align: center;
   font-size:20px;
  padding:0;
  margin:10px 0 12px 0;
  font-family: 'Raleway', sans-serif;
   font-weight:600;
}

#servicesp .servp-col .line {
    border-top:2px solid #f3b21a;
     width:8%;
    position:absolute;
    left:50%;
    margin-left:-70px;
    margin-top:-5px;
}

#servicesp .servp-col .line2 {
    border-top:2px solid #f3b21a;
     width:8%;
    position:absolute;
    left:50%;
    margin-left:-112px;
    margin-top:-5px;
}

#servicesp .servp-col .line3 {
    border-top:2px solid #f3b21a;
     width:8%;
    position:absolute;
    left:50%;
    margin-left:-99px;
    margin-top:-5px;
}

#servicesp .servp-col p {
font-family:"Open Sans", sans-serif;
  font-size:16px;
  line-height: 24px;
  color:#454545;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
  font-weight:300;
  text-align: justify;
}


.parent {
    width:100%;
        height:300px;
        overflow: hidden;
    position: relative;
  display: inline-block;
  cursor: pointer;
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.parent:hover .child:before, .parent:focus .child:before {
    display: block;
}

.child .icon {
  display: none;
}

.parent:hover .icon, .parent:focus .icon {
  padding:12px 13px;
    text-align: center;
    position: absolute;
    top:35%;
     left:35%;
     display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.75);
}

.bg-one {background-image:url(../images/sales-team-unisim.jpg);}
.bg-two {background-image:url(../images/solving-issues-unisim.jpg);}
.bg-three {background-image:url(../images/software-implementation.jpg);}
.bg-four {background-image:url(../images/training-consulting-courses.jpg);}
.show_bg_2 {
linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)),
    url('../images/sales-team-unisim.jpg');
    background-size: cover;
    color: white;
    padding: 20px;
    width: 100%;
    height: 100%;
}



/*************************
*******Industries CSS******
*************************/

#industries {
  background:#fff;
  margin-top:20px;
  margin-bottom:40px;
  position: relative;
  }

  #industries h2 {
    color: #f3b11a;
    font-family: 'Raleway', sans-serif;
    margin-top: 10px;
    font-size: 28px;
    font-weight:500;
    text-transform: inherit;
    margin-bottom:0px;
}



#industries p {
font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height:24px;
    color: #454545;
    margin-bottom: 0;
    font-weight: 400;
    text-align:left;
    padding:5px 5px;
     }


.industries-sect.card{
  border-radius: 10px !important;
}

  .industries-sect .industries-sect-vertical div.industries-sect-content h2{
  color:#fff;
    font-family: 'Raleway', sans-serif;
    margin-top:10px;
    font-size:24px;
    font-weight:500;
    text-transform:uppercase;
    margin-bottom: 0px;
    top:68%;
   position: absolute;
right:9%;
}

  .industries-sect .industries-sect-vertical div.industries-sect-content h3{
  color:#fff;
    font-family: 'Raleway', sans-serif;
    margin-top:10px;
    font-size:24px;
    font-weight:500;
    text-transform:uppercase;
    margin-bottom: 0px;
    top:56%;
   position: absolute;
right:9%;
}


 .industries-content {
    padding:10px;
    margin:-115px 20px 0;
    text-align: center;
    border-bottom: 3px solid #f3b21a;
    position:relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    background-color: #fff;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

.img-gradient{
  position:relative;
  display:inline-block;
}

.img-gradient:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(243, 178, 26, 0.3), rgba(243, 178, 26, 0.9) 120%);
}

.img-gradient img{
  display:block;
}


.parent1 {
    width:100%;
        height:300px;
        overflow: hidden;
    position: relative;
  display: inline-block;
  cursor: pointer;
}


.ind-title{
  color:#fff;
    font-family: 'Raleway', sans-serif;
    margin-top:10px;
    font-size:24px;
    font-weight:500;
    text-transform:uppercase;
    margin-bottom: 0px;
    bottom:41%;
   position: absolute;
right:9%;
}

.ind-title1 {
  color:#fff;
    font-family: 'Raleway', sans-serif;
    margin-top:10px;
    font-size:24px;
    font-weight:500;
    text-transform:uppercase;
    margin-bottom: 0px;
    bottom:41%;
   position: absolute;
right:9%;
width: 80%;
text-align: right;
}


.ind-line{
border-top:2px solid #fff;
width:35px;
position:absolute;
bottom:40%;
right:9%;
      }



      .ind-line1{
border-top:2px solid #fff;
width:35px;
position:absolute;
top:85%;
right:9%;
      }

/*************************
*******Products CSS******
**************************/

#products{
  background:#fff;
   position: relative;
     }

#products h2 {
    color: #f3b11a;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight:500;
    text-transform: inherit;
    margin-bottom:0px;
}

#products h3 {
    color:#fff;
    font-family: 'Raleway', sans-serif;
    margin:0px;
    font-size:20px;
    font-weight:600;
    text-transform:uppercase;
    margin-bottom: 0px;
    padding-bottom: 5px;
    margin-left:40px;
    width: 30px;
    }

#products  img{
    margin: auto;
    display: block;
    max-width: 160px;
}


.dot-line{
  border-left:1px dotted #fff;
  height:150px;
  width: 1px;
  position:absolute;
  left:-5px;
  top:50px;
}


.ansys-list {
list-style-type: none;
margin-left:0px;
padding-left:0px;
display:inline-block !important;
}

.first-one{
visibility:hidden;
}

.ansys-list img{
float:left !important;
}

.ansys-list p {
text-align:right !important; 
display:inline-block !important;
padding:0 0 0 10px;
font-family: "Open Sans", sans-serif;
  font-size:15px;
  color: #fff;
 font-weight:300;
}

.ansys-head-line {
    border-top: 2px solid #f3b21a;
    width:35px;
    margin-left:40px;
    margin-bottom:20px;
  }

.ptc-list {
list-style-type: none;
margin-left:0px;
padding-left:0px;
display:inline-block !important;
}

.ptc-list img{
float:left !important;
}

.ptc-list p {
text-align:right !important; 
display:inline-block !important;
padding:0 0 0 10px;
font-family: "Open Sans", sans-serif;
  font-size:15px;
  color: #fff;
 font-weight:300;
}

.ptc-head-line {
    border-top: 2px solid #f3b21a;
    width:35px;
    margin-left:40px;
    margin-bottom:20px;
}


.prod-btn {
    padding: 6px 9px;
    font-size: 13px !imporant;
    border-radius:10px;
    text-transform: uppercase;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color:#434042!important;
    font-family: "Open Sans", sans-serif;
    border-right:3px solid #f3b21a;
    border-bottom:3px solid #f3b21a;
    font-weight:700;
    background-image: linear-gradient(to right, #f9d990, #f3b21a);
    }

.prod-btn i.fa{
color:#434042 !important
}

.prod-btn:hover {
    padding: 6px 9px;
          border-right:3px solid #f3b21a;
    border-bottom:3px solid #f3b21a;
    font-weight:700;
    background-image: linear-gradient(to left, #f9d990, #f3b21a);
    transition:0.1s ease-in-out;
}


.pt-img {
  max-width:20px !important
  }

.feature-pt {
    padding-bottom:0px;
    padding:7px;
}


.feature-pt i {
   font-size:1.8em;
    color: #fff;
    width: 40px;
    height: 40px;
   position: relative;
   padding-top:7px;
   padding-left:13px;
   border-radius:35px
    
}

.feature-pt .media-body {
    margin-left: 25px !important;
}

.feature-pt .border {
    margin-top:5px;
    margin-left: 49.999%;
    margin-right: 49.999%;
  border-color:none;
}


.feature-pt:hover .border {
    margin-left: 0%;
    margin-right: 0%;
}

.feature-pt:hover .border {
  border-color:#f3b21a;
  visibility:visible
}

.add-space{
padding-top:0px;
}

.media>.pull-left {
    margin-right: 5px !important;
}


.feature i {
    background: #5BB12F;
}

.no-touch .feature:hover i,
  .no-touch .feature:active i,
  .no-touch .feature:focus i {
  box-shadow: 0 0 0 0 #5BB12F;
}

.border {
    border-top:2px solid #999;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  visibility:hidden
}


.pad-right-20{
padding-right:20px	
}


/*************************
*******Contact CSS******
**************************/

#contact {
	padding-top:10px;
	background:#f1f1f1;
  padding-bottom:10px;
}

#contact h2 {
    color:#006cb5;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit
	}


#contact p {
font-family: "Open Sans", sans-serif;
    font-size:16px;
    line-height:24px;
    color:#454545;
    margin-bottom: 0;
    font-weight: 400;
    text-align:left;
    padding:5px 5px 5px 15px;
         }


#contact a{
	font-family: "Open Sans", sans-serif;
	font-size:18px;
	color:#454545;
  font-weight:500;
}


#contact .fa{
display:inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 15px;
  color:#fff;
  line-height: 45px;
  text-align: center;
  background:#f3b11a;
  vertical-align:middle;
          }

	#contact .circle i {
    font-size:22px;
        }

        .mm{
          font-size:28px !important
        }

.circle {
  display:inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  line-height: 45px;
  text-align: center;
    vertical-align:middle;
} 

.txt-right {
  line-height: 40%;
  display:inline-block;
  vertical-align:middle;
}

.encl{
  padding-top:1rem !important;
    padding-bottom: 1rem !important;
}


.encl1{
  padding-top:0.5rem !important;
    padding-bottom:0.5rem !important;
}


/*************************
*******Contact CSS******
**************************/

#contact-bottom{
  background:#fff;
  padding-bottom:0px;
  padding-top:30px;
}

#contact-bottom h2 {
    color: #f3b11a;
    font-family:'Raleway', sans-serif;
    margin-top:10px;
    font-size:28px;
    font-weight:500;
    text-transform: inherit;
    margin-bottom: 0px;
}

#contact-bottom .btn {
    padding: 6px 9px;
    font-size: 13px;
    border-radius:10px;
    text-transform: uppercase;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color:#434042;
    font-family: "Open Sans", sans-serif;
        border-right:3px solid #f3b21a;
    border-bottom:3px solid #f3b21a;
    font-weight:700;
    background-image: linear-gradient(to right, #f9d990, #f3b21a);
    transition:0.1s ease-in-out;
}



#contact-bottom .btn:hover {
    padding: 6px 9px;
    background:#f3b21a;
      border-right:3px solid #f3b21a;
    border-bottom:3px solid #f3b21a;
    background-image: linear-gradient(to left, #f9d990, #f3b21a);
}



#contact-bottom .form-control {
font-family:"Open Sans", sans-serif !important;
  font-size:15px!important;
  color:#7f7f7f!important;
  font-weight:300 !important;
  }


/*************************
*******Products Page CSS******
**************************/

#ptc {
  background:#fff;
  margin-top:20px;
  margin-bottom:40px;
  position: relative;
  }


#ptc h2 {
    color: #f3b11a;
    font-family: 'Raleway', sans-serif;
    margin-top: 10px;
    font-size: 28px;
    font-weight:500;
    text-transform: inherit;
    margin-bottom: 0px;
}


#ptc h3 {
    color:#5a5a5a;
    font-family: 'Raleway', sans-serif;
    margin:0px;
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
    margin-bottom: 0px;
}


#ptc p {
font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #454545;
    margin-bottom: 0;
    font-weight: 400;
    text-align: left;
      }


#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom:2px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
  width: 100%;
  text-transform: capitalize;
   padding:7px 30px;
  display: inline-block;
  background: #f1f1f1;
  font-family: "Open Sans", sans-serif;
    font-size:16px;
    line-height: 24px;
    color: #454545;
    font-weight:600;
    transition: all 0.3s;
}
#tabs ul li a i {
  float: right;
  margin-top: 5px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  background:#6f6f6f;
  color:#fff;
}
#tabs ul .ui-tabs-active span {
  color:#454545;
}
.tabs-content {
  margin-left: 30px;
  text-align: left;
  display: inline-block;
  position: relative;
    transition: all 0.5s;
}


.tabs-content img {
  overflow: hidden;
  width: auto;
  max-height:200px;
border: 2px solid #f9d990;
    }
.tabs-content h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom:5px;
  margin-top: 30px;
  text-transform:inherit;
  font-family: 'Raleway', sans-serif;
}



.tabs-content .line {
    border-top: 2px solid #f3b21a;
    margin:0px auto 10px 0px;
    display: block;
    max-width:40px;
}



#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
    position: relative;
}
#accordion .panel:before{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border: 1px dashed #6e8898;
    position: absolute;
    top: 25px;
    left: 18px;
}
#accordion .panel:last-child:before{ display: none; }
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a{
    display: block;
    padding:10px 30px 10px 60px;
    margin: 0;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color:#6f6f6f;
    border-radius: 0;
    position: relative;
    font-family: 'Raleway', sans-serif;
    text-transform:none !important;
  }
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    width:40px;
    height:100%;
    line-height: 40px;
    background-image: linear-gradient(to right, #f3b21a , #f9d990);
       border-radius: 3px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    content: "\f105";
    background: #fff;
    border:2px solid #f3b11a;
    color:#f3b11a;
}
#accordion .panel-body{
    padding: 10px 30px 10px 30px;
    margin-left: 40px;
    background: #fff;
    border-top: none;
    font-size: 15px;
    color: #6f6f6f;
    line-height: 28px;
    letter-spacing: 1px;
}


#accordion .panel-body img{
  border: 2px solid #f9d990;
  max-height:200px;
}


#accordion1 .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
    position: relative;
}
#accordion1 .panel:before{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border: 1px dashed #6e8898;
    position: absolute;
    top: 25px;
    left: 18px;
}
#accordion1 .panel:last-child:before{ display: none; }
#accordion1 .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
  }
#accordion1 .panel-title a{
   display: block;
    padding: 10px 30px 10px 60px;
    margin: 0;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color:#6f6f6f;
    border-radius: 0;
    position: relative;
    font-family: 'Raleway', sans-serif;
        text-transform:none !important;
      }

#accordion1 .panel-title a:before,
#accordion1 .panel-title a.collapsed:before{
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 40px;
    height: 100%;
    line-height: 40px;
    background-image: linear-gradient(to right, #f3b21a , #f9d990);
     border-radius: 3px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
#accordion1 .panel-title a.collapsed:before{
    content: "\f105";
    background: #fff;
    border:2px solid #f3b11a;
    color:#f3b11a;
}
#accordion1 .panel-body{
    padding: 10px 30px 10px 30px;
    margin-left: 40px;
    background: #fff;
    border-top: none;
    font-size: 15px;
    color: #6f6f6f;
    line-height: 28px;
    letter-spacing: 1px;
}

#accordion1 .panel-body img{
  border: 2px solid #f9d990 !important;
  max-height:200px !important;
}

/*====================================================
page-header
======================================================*/
.page-head1{
    background:url(../images/about-unisim.jpg) 
    no-repeat scroll center top / cover;
    color:#FFF;
    position: relative;
    min-height: 300px;
}

.page-head1 img {
    margin: 0px auto 0 0px;
    display: block;
    max-width:120px;
}


.page-head-content1 {
    padding-top:52px;
    padding-bottom: 52px;
}
.page-head-content1 .page-title1 {
    margin: 0px;
    padding: 10px 5px;
    font-size: 30px;
    font-weight:400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-title1 {
    top:180px;
  position:absolute;
  color:#fff; 
}

.page-head2{
    background:url(../images/our-services-unisim.jpg) 
    no-repeat scroll center top / cover;
    color:#FFF;
    position: relative;
    min-height: 300px;
}

.page-head2 img {
    margin: 0px auto 0 0px;
    display: block;
    max-width: 120px;
}



.page-head-content2 {
    padding-top:52px;
    padding-bottom: 52px;
}
.page-head-content2 .page-title2 {
    margin: 0px;
    padding: 10px 5px;
    font-size: 30px;
    font-weight:400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-title2 {
    top:180px;
  position:absolute;
  color:#032569; 
}


.page-head3{
    background:url(../images/unosim-industries.jpg) 
    no-repeat scroll center top / cover;
    color:#FFF;
    position: relative;
    min-height: 300px;
}

.page-head3 img {
    margin: 0px auto 0 0px;
    display: block;
    max-width: 120px;
}


.page-head-content3 {
    padding-top:52px;
    padding-bottom: 52px;
}
.page-head-content3 .page-title3 {
    margin: 0px;
    padding: 10px 5px;
    font-size: 30px;
    font-weight:400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-title3 {
    top:180px;
  position:absolute;
  color:#032569; 
}


.page-head4{
    background:url(../images/contact-unisim.jpg) 
    no-repeat scroll center top / cover;
    color:#FFF;
    position: relative;
    min-height: 300px;
}

.page-head4 img {
    margin: 0px auto 0 0px;
    display: block;
    max-width:120px;
}


.page-head-content4 {
    padding-top:52px;
    padding-bottom: 52px;
}
.page-head-content4 .page-title4 {
    margin: 0px;
    padding: 10px 5px;
    font-size: 30px;
    font-weight:400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-title4 {
    top:180px;
  position:absolute;
  color:#fff; 
}

.page-head5{
    background:url(../images/unosim-products1.jpg) 
    no-repeat scroll center top / cover;
    color:#FFF;
    position: relative;
    min-height: 300px;
}

.page-head5 img {
    margin: 0px auto 0 0px;
    display: block;
    max-width:120px;
}


.page-head-content5 {
    padding-top:52px;
    padding-bottom: 52px;
}
.page-head-content5 .page-title5 {
    margin: 0px;
    padding: 10px 5px;
    font-size: 30px;
    font-weight:400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-title5 {
    top:180px;
  position:absolute;
  color:#fff; 
}


.page-head5-1 {
    background:url(../images/unosim-products2.jpg) 
    no-repeat scroll center top / cover;
    color:#FFF;
    position: relative;
    min-height: 300px;
}

.page-head5-1 img {
    margin: 0px auto 0 0px;
    display: block;
    max-width:120px;
}


.page-head-content5-1 {
    padding-top:52px;
    padding-bottom: 52px;
}
.page-head-content5-1 .page-title5-1 {
    margin: 0px;
    padding: 10px 5px;
    font-size: 30px;
    font-weight:400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-title5-1 {
    top:180px;
  position:absolute;
  color:#fff; 
}


.page-head6{
    background:url(../images/careers-unisim.jpg) 
    no-repeat scroll center top / cover;
    color:#FFF;
    position: relative;
    min-height: 300px;
}

.page-head6 img {
    margin: 0px auto 0 0px;
    display: block;
    max-width:120px;
}


.page-head-content6 {
    padding-top:52px;
    padding-bottom: 52px;
}
.page-head-content6 .page-title6 {
    margin: 0px;
    padding: 10px 5px;
    font-size: 30px;
    font-weight:400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-title6 {
    top:180px;
  position:absolute;
  color:#fff; 
}


/*************************
*******Section Title CSS******
**************************/


.section-title.st-center {
  text-align: center;
}

 /*************************
*******Testimonials CSS******
**************************/

#testimonials{
	font-family: 'Open Sans', sans-serif;
	color:#929292;
	background:#f7f7f7;
}


#testimonials h2 {
    color: #f3b11a;
    font-family: 'Raleway', sans-serif;
    margin-top: 10px;
    font-size: 28px;
    font-weight: 500;
    text-transform: inherit;
    margin-bottom: 0px;
}

#testimonials img{
margin: auto;
    display: block;
    max-width: 160px;
}

#testimonials p{
    font-family:'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 2.4em;
    text-align: center;
    font-weight: 300;
    margin-top: 15px;
	margin-bottom:40px
}


#testimonials .btn{
 font-family: 'Raleway', sans-serif;
  font-size:12px;
  background:#259dd1;
  color:#fff;
  border:2px solid #fff;
  border-radius:8px;
  margin-top:20px;
  opacity:0.6;
  padding: 4px 8px;
}

#testimonials .btn:hover{
background:#259dd1;
color:#fff	
}


/*************************
******Carousel CSS****
**************************/

.list_carousel2.responsive {
width: auto;
margin-left:0;
margin-top:10px;
}

.list_carousel2 ul {
margin: 0;
padding: 0;
list-style: none;
display: block;
}

.list_carousel2 li {
width:200px;
height:80px;
display: block;
float: left;
font-family: "Open Sans", sans-serif;
font-size:16px;
color: #fff;
font-weight:300;
margin-left:50px;
margin-right:50px;
}


.list_carousel2 .pager a {
margin:2px;
overflow: hidden;
text-indent: -999px;
border-radius:28px;
background:none;
color:#f3b11a important;
display:inline-block;
border:2px solid #f3b11a;
width:12px;
height:12px
}

.list_carousel2 .pager a:hover{
color:#f3b11a
}


.list_carousel2 .pager a.selected {
border:2px solid #fff
}

.quotes{
  position:relative;
  margin-bottom:10px;
}


.parallax-back {
  background: url(../images/back.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: auto;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center; 
}

  
.parallax-back1 {
  background: url(../images/back1.png) no-repeat;
  background-size: cover;
  background-attachment:fixed;
  margin: auto;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center; 
}


.black_transp {
  background: rgba(0,0,0,0.5);
}


.black_transp1 {
  background: rgba(0,0,0,0.8);
}

  
.wrap-normal {
  padding: 40px 0 0px 0;
}

.wrap-normal1 {
  padding: 10px 0px 0px 0px;
}

.wrap-normal2 {
  padding: 40px 0px 40px 0px;
}

.wrap-normal3 {
  padding: 20px 0 0px 0;
}


/*************************
******Footer CSS****
**************************/

#footer {
 display: block;
  overflow: hidden;
  padding:10px 0 5px 0;
   color:#fff;
   background-image: linear-gradient(to right, #f9d990, #f3b21a, #f9d990);
 }

 #footer p{
  font-weight:600 !important;
  font-size:16px;
 }


#footer i.fa {
	height: 20px;
	width: 20px;
	font-size: 24px;
	border-radius: 30%;
	color: #fff;
	transition: all 0.5s;
	margin-right:9px
}


/*************************
******Scrollup CSS****
**************************/

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 4%;
    display:none;
	  background-image: linear-gradient(to right, #f9d990, #f3b21a);
    border-radius:28px;
	}

.scrollup i {
  display: block;
   font-size: 24px;
    line-height:35px;
  color:#434042;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}


/*************************
******Carousel CSS****
**************************/

.carousel-control{
    opacity: .8;
	text-shadow:none	
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 30px;  
  width:40px;
  height:40px;
  background:#fff;
  font-size:16px;
  padding-top:12px;
  color:#105b8e;
   border-radius:10px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 40px; 
   width:40px;
  height:40px;
  background:#fff;
  font-size:16px;
  padding-top:12px;
  color:#105b8e;
   border-radius:10px;
}



/*************************
*******Misc CSS**********
**************************/
.black{
  color:#000;
}

.bolder{
  font-weight:900;
  font-size:32px;
}


.rig{
text-align:right
}

.just{
text-align:justify;
}


.mar-top-10 {
margin-top:10px	
}

.mar-top-20 {
margin-top:20px	
}

.mar-top-25 {
margin-top:25px	
}

.mar-top-30 {
margin-top:30px	
}


.mar-top-50 {
margin-top:50px	
}


.mar-bot-20 {
margin-bottom:20px	
}

.mar-bot-30 {
margin-bottom:30px	
}

.mar-bot-40 {
margin-bottom:40px	
}


.mar-bot-ind-40 {
margin-bottom:40px  
}


.mar-bot-50 {
margin-bottom:50px	
}

.mar-bot-90 {
margin-bottom:90px	
}

 
.med {
	font-weight:600;	
	font-size:15px;	
}

.text-align-center {
	text-align:center	
}


table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: transparent !important;
	width:auto !important
}

.nopadding { padding: 0}
.notoppadding{padding-top:0px}
.nomargin{ margin:0px}
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8 { visibility: hidden; }
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight { visibility: visible; }
.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; }
.delay-1-5s { animation-delay: 1.5s; -webkit-animation-delay: 1.5s; }
.delay-2s { animation-delay: 2s; -webkit-animation-delay: 2s; }
.delay-2-5s { animation-delay: 2s; -webkit-animation-delay: 2.5s; }
.delay-3s { animation-delay: 2s; -webkit-animation-delay: 3s; }
.delay-3-5s { animation-delay: 2s; -webkit-animation-delay: 3.5s; }
.delay-4s { animation-delay: 2s; -webkit-animation-delay: 4s; }
.delay-4-5s { animation-delay: 2s; -webkit-animation-delay: 4.5s; }
.delay-5s { animation-delay: 2s; -webkit-animation-delay: 5s; }