@charset "utf-8";
/* CSS Document */

@font-face 
{
	font-family: 'myriad pro-regular';
	src: url('../fonts/myriad pro-regular.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'franklin gothic demi cond';
	src: url('../fonts/franklin-gothic-demi-cond.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'Questrial-Regular';
	src: url('../fonts/Questrial-Regular.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'myriad-pro-condensed';
	src: url('../fonts/myriad-pro-condensed.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'Aller_Std_Lt';
	src: url('../fonts/Aller_Std_Lt.ttf')  format('truetype');
}


@import url('https://fonts.googleapis.com/css?family=Montserrat:700');
body
{
	overflow-x: hidden;
    background-color: #f2f2f2;
}

.wrapper{
	margin: 0 auto;
	max-width: 1200px;
}

/* ------------ Top-Header -------------*/

.social-share{
 display: inline-flex;
 list-style: none;
 margin: 0;
 
 margin-top: 16px;
 margin-bottom: 10px;
}

ul.social-share li {
  color: #ffffff;
  background-color:#898989;
  border-radius:50%;
    width: 32px;
	height: 32px;
  text-align: center;
  margin-left: 2px;
  padding-top: 5px;
}

ul.social-share li:hover {
  background-color:#bf663c;
  
}
.logo-set { margin-left: 0px; margin-bottom: 0px;}
.menu-bg { margin-top:3%;}
/* ------------ Top-Header -------------*/
.container-info { /*! margin-bottom: 70px; */}
.heading
{
	font-size: 35px;
	margin-top: 8%;
	color: #252525;
	letter-spacing: 1px;
	font-family: 'myriad pro-regular';
	font-weight: 900;
    margin-bottom: 5%;
}
.heading::after {
     height: 4px;
    display: block;
    width: 225px;
    background: #252525;
    border-bottom: 1px white;
    content: '';
    margin-top: 14px;
    padding-bottom: 0px;
}
.i-font-01
{
	color: #272626;
	font-size: 18px;
	text-align: justify;
	font-family: 'myriad pro-regular';
	margin-right: 10px !important;
	line-height: 26px;
}
/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: 3px solid #e1e1e1;
  color: #252525;
  padding: 8px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 15px;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #7992ca;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -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-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(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 left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: 3px solid #333;
  color: #fff;
  padding: 8px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #333333;
  font-size: 15px;
}
.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #7992ca;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -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-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
  color: white;
}
.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(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);
}

.home-img { margin-top: 0px;}
.cnt-font-01 { font-size: 25px; font-family: 'myriad pro-regular'; color:#333;margin-left: -1%;font-weight: 700;}
.cnt-font-01::after {
    height: 3px;
    display: block;
    width: 105px;
    background: #595959;
    border-bottom: 1px white;
    content: '';
    margin-top: 8px;
    margin-left: 12px;
    padding-bottom: 2px;
}
.pro-slider { background-color: #d6e3ff;}
.client-ma { margin-top:4%;margin-bottom: 2%;}
/*------------ footer css -----------------*/

.footer {
	background-color:#3d4045;
	padding: 25px 70px 0px 100px;
}
.footer-heading { color: #fff;
font-size: 20px;
font-family: 'myriad pro-regular';
line-height: 30px;
font-weight: 700;
}
.footar-font02 {
	color:#fff;
	font-size:18px;
	font-family: 'myriad pro-regular';
}
.foo-ma { margin-left:15px !important;}
.foo-ma-1 { margin-top:64px !important;}
.footar-font02 a {
	color:#fff;
} 
.footar-font02 a:hover {
	 color: #ff4e2c;
	 text-decoration:none;
}

.footar-font03 a{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: 24px;
    font-family: 'myriad pro-regular';
}
.footar-font03 a:hover {
	 color: #d4805b;
	 text-decoration:none;
}
.footar-font03 {
    /*! margin-left: -36px; */
}
ul li {
    text-decoration: none;
    list-style-type: none;
}
.social-share-1{
 display: inline-flex;
 list-style: none;
 margin: 0;
 
 margin-top: 8px;
}
.social-share-1 i {color:#fff;}

ul.social-share-1 li {
  color: #ffffff;
  text-align: center;
  margin-left: 2px;
  padding-top: 5px;
  font-size: 25px;
}

ul.social-share-1 li i:hover {
  
    color: #ed1c24;
}
.email-foo { float: inline-end;
margin-right: 60px;}

.copy-link {
	background-color:#44474e;
	padding: 0px 70px 0px 100px;
}
.copy-text {
    font-family: 'myriad pro-regular';
    font-size: 14px;
    color: #acacac;
    text-decoration: none;
	padding: 15px 3px 1px 8px;
    text-transform: uppercase;
}
.copy-text-1{
    font-family: 'myriad pro-regular';
    font-size: 14px;
    color: #acacac;
	padding: 14px 0px 0px 0px;
     text-transform: uppercase;
    float: right;
}

.copy-text-1 a {  color: #acacac;}
.copy-text-1 a:hover { color: #ed1c24;}

/*-------------  footer css --------------------*/
/*-------------Index over ------------------------------*/

.hero { width:100%;}

.footer-1 { background-color: #f1f1f1; padding: 40px 0px 30px 0px;}
.abt-img { margin-top: -44px;margin-left: 12%;}
.abt-img-left { margin-top: -28px;margin-left: -22%;}
.h2-font {
    font-size: 40px;
    color: #0f192e;
    margin-top: -10%;
    text-align: center;
    position: relative;
    font-weight: 700;
    margin-bottom: 10% !important;
    font-family: 'Montserrat', sans-serif;
}
.heading-font {  color: #1d1d1d !important;
    font-family: 'Questrial-Regular';
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 1px;
    font-weight: 700;
margin-right: 0%;
border-bottom: 2px dotted;
}
.heading-font-1 {  color: #1d1d1d !important;
    font-family: 'Questrial-Regular';
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0.8px;
    font-weight: 700;
margin-top: 0.5em;
}
.heading-font-left { text-align: left;}
.heading-font-right { text-align: right;}

.info-font-2 {color:#1d1d1d; font-family: 'Questrial-Regular'; font-size:18px; text-align: justify;line-height: 26px;letter-spacing: 0.5px;margin-left: 1% !important;margin-right: 1% !important;}

.font-3-ul { list-style-type: square;}
.font-3-ul li { color: #1d1d1d;
    font-family: 'Questrial-Regular';
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.5px;
}	
.inf-ma { margin-top:15%;margin-bottom: 6%;}	
.info-1-font {
    color: #1d1d1d;
    font-size: 18px;
    font-family: 'Questrial-Regular';
    line-height: 30px;
    text-align: justify;
    letter-spacing: 1px;
    padding: 0px 33px;
    list-style: none;
}
.info-2-font {
    color: #1d1d1d;
    font-size: 18px;
    font-family: 'Questrial-Regular';
    line-height: 26px;
    letter-spacing: 1px;
    padding: 25px 95px;
    list-style: none;
}

/* -- Conatct --- */
.contact-info .cnt-wrapper {
    margin: 0 0 30px;
}
.contact-info .cnt-info {
    width: 75%;
    margin: 0 20px 0 0;
}
.contact-info .cnt-info h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Questrial-Regular';
    font-weight: 700;
}
.contact-info .icon-holder {
		color: #2e8ecb;
}
.contact-info .icon-holder {
    font-size: 40px;
    color: #be673c;
    width: 32px;
    text-align: center;
}
.contact-info .icon-holder {
    display: inline-block;
    vertical-align: middle;
}
.contact-info .cnt-info {
    width: 75%;
    margin: 0 20px 0 0;
}
.contact-info .cnt-info, .footer-section .contact-info .icon-holder {
    display: inline-block;
    vertical-align: middle;
}
.contact-info {
    text-align: right;
    font-size: 16px;
	font-family: 'Questrial-Regular';
}
.contact-info a {
    font-size: 16px;
	font-family: 'Questrial-Regular';
    color:#000;
}
.contact-info a:hover { color:#C9714B;}
.contact-info a:active { color:#000;}

/* -- Conatct --- */

/* -- top scroll button --- */
.scrollTop {
    position: fixed;
    right: 0px;
    bottom: 0px;
    /*! background-color: rgba(0, 0, 0, 0.5); */
   padding: 0px 0px;
     border: none;
  outline: none;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    font-size: 14px;
     /*! border-top-left-radius: 26px; */
    /*! border-bottom-right-radius: 26px; */
    border-radius: 12%;
}
.scrollTop a {
    /*! color: #555 !important; */
}
/* -- top scroll button --- */

.des-ro {    background-color: rgba(121, 159, 225, 0.21);
    margin-top: 2%;
}
/******** Table Contant ********/
table {
  	border-collapse: collapse;
	  margin: 0;
  	padding: 0;
  	width: 85%;
  	margin-bottom: 4%;
}
table td {
  	padding: 4px;
	font-family: 'Questrial-Regular';
	font-size:16px;
  	text-align: center;
  	text-transform: capitalize;
}
.table-border {
  padding:10px;
	text-align: center;
}

table tr {
	/*! background: #ffe2e266; */
}
table th {
	font-size: 18px;
	color: #1d1d1d;
	background-color: #d4805c66;
    letter-spacing: 1px;
    line-height: 18px;
	font-weight: 700;
	font-family: 'Questrial-Regular';
	padding: 10px 0;
	text-align: center;
}
.table-th {
	font-family: 'Questrial-Regular';
	background-color:#202020;
	color:#fff;
	font-size:20px;
	padding:8px;
	text-align:center;
}
.table-td {
	padding:8px;
	font-family: 'Questrial-Regular';
	font-size:25px;
	font-weight: 700;
	text-align:center;
	border-bottom: none;
	
}
.table-width {
	width:90%;
}
.table-shadow {
    box-shadow: 1px 2px 7px 2px #58514b;
}
/******** Table Contant ********/

/*********** tab *********/

/* Tabs panel */
.tabbable-panel {
  border:1px solid #e7e7e7;
  padding: 2px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
  font-size: 24px;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #c97149;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: transparent;
  border: 0;
  border-top: 1px solid #e7e7e7;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
/*********** tab *********/
/*********** tab-1 *********/
.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f055";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f056";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}
.panel-group {
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 5%;
    margin-top: 2%;
}
/*********** tab-1 *********/
