﻿body {
       background-color:#f2f2f2;
}

#tp-agent-result {
}
.tp-agent-result {
}
.tp-agent-result .agent-thumb {
  margin-bottom:20px;
}
.tp-agent-result .agent-thumb .agent-pic {
  margin-bottom:30px;
  overflow: hidden;
}
.tp-agent-result .agent-thumb .agent-pic img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  max-width: 75%;
  opacity: 0.9;
}
.tp-agent-result .agent-thumb .agent-pic:hover img {
  /*-webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
  background-color: #fb5528;
  opacity: 1;*/
}

.tp-agent-result .agent-thumb .agent-info {
  border-bottom: 2px solid #e5eaf4;
  padding-bottom: 38px;
  margin-bottom: 40px;
}
.tp-agent-result .agent-thumb .agent-info .call {
  color:#1757b8;
}



.tp-agent-result .agent-thumb .agent-pic:hover .call2 {
    color:#fb5528;
}


.tp-agent-result .agent-thumb .agent-info .call i {
  margin-right:7px;
}
.tp-agent-result .agent-thumb .agent-info h2 {
    color:#1757b8;
    font-size:22px;
}



#tp-header {
}
.tp-header {
  /*background-color: #1757b8;*/
  background-color: #1757b8;
  padding-top: 15px;
  padding-bottom: 15px;
}
.tp-header .logo-box {
}
.tp-header .cta-box {
}
.tp-header .cta-box .login-btn {
}
.tp-header .cta-box .btn-group {
}
.tp-header .cta-box .btn-group ul.dropdown-menu {
  padding:30px;
  border-radius:0px;
  border:none;
  margin: 0px 0 0;
}
.tp-header .cta-box .btn-group ul.dropdown-menu li {
  margin-bottom: 10px;
  margin-bottom: 10px;
}
.tp-header .cta-box .btn-group ul.dropdown-menu li a {
  color:#62656a;
  padding:0px;
  background-color: transparent;
}
.tp-header .cta-box .btn-group ul.dropdown-menu li a:hover {
  color:#1757b8;
}
.tp-header .cta-box .btn-group ul.dropdown-menu li a i {
  color:#1757b8;
  padding-right:10px;
}
.tp-header .btn-group.open .dropdown-toggle {
  color: #fff;
}
.tp-header .tp-search-btn {
  background-color: #0c4cac;
  color: #fff;
}

.tp-navbar .call {
  color: #F27935;
  font-weight:700;
  font-size:20px;
  padding-top:5px;
  padding-right: 10px;
  text-transform: uppercase;
}

.tp-navbar .call2 {
  color: #F27935;
  font-weight:400;
  font-size:15px;
  padding-top:5px;
  padding-right: 10px;
  text-transform: uppercase;
}

.tp-btn-orange {
  background-color: #F27935;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}


.tp-btn-green {
  background-color: #26A65B;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.tp-btn-blue:hover, .tp-btn-blue:focus {
  background-color: #fff;
  color: #fff;
}


.tp-btn-orange:hover, .tp-btn-orange:focus {
  background-color: #F27935;
  color: #fff;
}

.tp-title {
  margin-bottom: 20px;
  text-align: center;

}

.form-page .grey-box .tp-title {
  margin-bottom: 40px;
  text-align: left;
}

/********** slider *********/


#slider {
    height:100%;
    background:#999;
    width:100%;
}


.slider-caption {
  position: absolute;
    top: 100px;
  /*top: 30px;*/
  bottom: 90px;
  width: 40%;
  background-color: transparent;
  padding: 30px;
  /*border-radius: 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 100px 0px rgba(0, 0, 0, 0.25);*/
}
.slider-caption h1 {
  font-size: 29px;
  line-height: 42px;
}
.slider-caption p {
  font-size: 17px;
}


/*============= Laptop 1366 ===========*/
@media(max-width:1366px) {
 .slider-caption {
 position: absolute;
 top: 30px;
 bottom: 80px;
 width: 50%;
 background-color: transparent;
 padding: 30px;
 /*border-radius: 2px;
 -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
 -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
 box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);*/
}
.slider-caption h1 {
font-size: 20px;
}
}



/*.slider-caption {
  position: absolute;
  bottom: 90px;
  width: 50%;
  background-color: transparent;
  padding: 30px;
  }*/


.slider-caption2 {
  position: absolute;
   top: 100px;
 bottom: 90px;
 width: 50%; 
  /*bottom: 150px;
  width: 40%;*/
  background-color: transparent;
  padding: 30px;
  /*border-radius: 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 100px 0px rgba(0, 0, 0, 0.25);*/
}
.slider-caption2 h1 {
    color:white;
  font-size: 55px;
  line-height: 42px;
}

.slider-caption2 h2 {
    color:white;
  font-size: 25px;
  line-height: 42px;
}

.slider-caption2 p {
  font-size: 17px;
}


/*============= Laptop 1366 ===========*/
@media(max-width:1366px) {
 .slider-caption2 {
 position: absolute;
 top: 30px;
 bottom: 90px;
 width: 50%;
 background-color: transparent;
 padding: 30px;
 /*border-radius: 2px;
 -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
 -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
 box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);*/
}
.slider-caption2 h1 {
font-size: 35px;
}

.slider-caption2 h2 {
font-size: 20px;
}

}


.slider-caption3 {
  position: absolute;
  bottom: 90px;
  width: 50%;
  background-color: transparent;
  padding: 30px;
  /*border-radius: 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 100px 0px rgba(0, 0, 0, 0.25);*/
}

.slider-caption3 h1 {
    color:blue;
  font-size: 55px;
  line-height: 42px;
}

.slider-caption3 h2 {
    color:blue;
  font-size: 25px;
  line-height: 42px;
}



/*<!-- Products start-->*/

.tp-product {
  padding-top: 50px;
}

.tp-product .dropdown-toggle h3 {
  color: #1757b8;
}

.tp-product .product-thumb {}
.tp-product .product-thumb .grey-box {
  padding: 20px;
  background-color: #fafafa;
  margin-bottom: 30px;
}
.tp-product .product-thumb .grey-box h2 {}
.tp-product .product-thumb .grey-box h2 a {}
.tp-product .product-thumb .grey-box span.icon {
  display: block;
  text-align: center;
}
.tp-product .product-thumb .grey-box i {
  color: #1757b8;
  font-size: 32px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.tp-product .product-thumb .grey-box:hover i {
  font-size: 32px;
  color: #fb5528;
}

.tp-product .product-thumb .grey-box2:hover i {
  color: #fb5528;
}





.section-space {
  margin-bottom: 120px;
}

/********* Navbar *********/
#tp-navbar {
}
.tp-navbar {
}
.tp-navbar .navbar {
  border: none;
  border-radius: 0px;
  margin-bottom: 0px;
  min-height:40px !important;
  max-height:60px !important;
}
.tp-navbar .navbar-default {
  background-color: #fff;
  border-bottom:1px solid #e2e6ed;
}
.tp-navbar .nav>li>a {
  padding-left: 25px;
  padding-right: 25px;
  border-left: 1px solid #e2e6ed;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: -1px;
  color: #303236;
  font-weight: 600;
}


/********* Quote Navbar *********/



/********* Quote Navbar *********/

.tp-navbar .navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.tp-navbar .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #1757b8;
  background-color: transparent;
}
.tp-navbar .navbar-nav>li>a i {
  padding-left: 10px;
}
.tp-navbar .nav>li:last-child {
  border-right: 1px solid #e2e6ed;
}
.tp-navbar .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px;
  margin: 0px -1px 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #e2e6ed;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .175);
  box-shadow: 0 0px 0px rgba(0, 0, 0, .175);
}
.tp-navbar .dropdown-menu>li>a {
  display: block;
  padding: 10px 60px 10px 20px;
  clear: both;
  font-weight: 400;
  line-height: 18px;
  color: #62656a;
  white-space: nowrap;
}
.tp-navbar .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #fff;
  text-decoration: none;
  background-color:#1757b8;
}
.tp-navbar .dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  margin-top: -1px;
}
.tp-navbar .dropdown-menu li:hover .sub-menu {
  display: block;
}
.tp-navbar .social-menu li {
}
.tp-navbar .social-menu li a {
}
.tp-navbar .social-menu li i {
  padding-right: 10px;
}
.tp-navbar .social-menu li i.facebook {
  color: #3a5795;
}
.tp-navbar .social-menu li i.google {
  color: #de4231;
}
.tp-navbar .social-menu li i.twitter {
  color: #55acee;
}
.tp-navbar .social-menu li i.youtube {
  color: #dd2826;
}
.tp-navbar .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #1757b8;
  background-image: none;
  border: 1px solid #1757b8;
  border-radius: 4px;
}
.tp-navbar .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.tp-navbar .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  border: 1px solid #fb5528;
  background-color: #fb5528;
}



.lead1 {
  font-weight: normal;
  /*color: #fb5528;*/
  color:#303236;
}

.tp-page-header .page-header .lead1 {
  font-weight: 500;
  color: #303235;
  font-size: 12px;
}


.about-section {
    height: 100%;
    padding-top: 75px;
    /*background-color:#f2f2f2;*/
}

.partners-section {
    height: 100%;
    padding-top: 75px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif;
  color: #303236;
  letter-spacing: -1px;
  font-weight: 300;
  margin: 0px;
}
h1 {
  font-size: 45px;
  color: #1757b8;
  margin-bottom: 30px
}

.fa-stack:hover > .fa-circle { color: #F27935; }

#tp-footer-two {
}
.tp-footer-two {
  background-color: #303236;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tp-footer-two h2 {
  color: #fff;
}
.tp-footer-two .ft-section {
  border-bottom: 2px solid #3b3c40;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.tp-footer-two .ft-section .cta {
  font-size: 28px;
  color: #fff;
  text-align: right;
  line-height: 2;
}
.tp-footer-two .ft-section .ft-logo {
}
.tp-footer-two .ft-section .ft-links {
}
.tp-footer-two .ft-links ul {
}
.tp-footer-two .ft-links ul li {
}
.tp-footer-two .ft-links ul li i {
  padding-right: 10px;
}
.tp-footer-two .ft-links ul li a {
  color: #949494;
}
.tp-footer-two .ft-links ul li a:hover {
  color: #fb5528;
}
.tp-footer-two .ft-links-social .social-box {
  padding: 7px 12px;
  margin-bottom: 10px;
  width: 160px;
  display: block;
  border-radius: 2px;
  color: #fff;
}
.tp-footer-two .ft-section .ft-aboutus{margin-bottom: 30px;}
.tp-footer-two .ft-section .ft-aboutus p {
  margin-bottom: 15px;
  color: #949494;
}
.tp-footer-two .ft-section .ft-aboutus .addrs {
  color: #fff;
  margin-bottom: 0px;
}
.tp-footer-two .ft-links-social a.social-box:hover {
  color: #fff;
}
.tp-footer-two .ft-links-social a.social-box i {
  padding-right: 10px;
}
.tp-footer-two .ft-links-social .facebook {
  background-color: #3a5795;
}
.tp-footer-two .ft-links-social .facebook:hover {
  background-color: #3e63b3;
}
.tp-footer-two .ft-links-social .google {
  background-color: #de4231;
}
.tp-footer-two .ft-links-social .google:hover {
  background-color: #d13221;
}
.tp-footer-two .ft-links-social .twitter {
  background-color: #55acee;
}
.tp-footer-two .ft-links-social .twitter:hover {
  background-color: #31a0f4;
}
.tp-footer-two .ft-links-social .linkedin {
  background-color: #0077b5;
}
.tp-footer-two .ft-links-social .linkedin:hover {
  background-color: #0684c5;
}
.copyright-text {
    color: #949494;
  font-size: 13px;
}
.tp-footer-two .tiny-ft-links ul {
  float: right;
  font-size: 13px;
}
.tp-footer-two .tiny-ft-links ul li {
  float: left;
}
.tp-footer-two .tiny-ft-links ul li a {
  color: #949494;
  padding-right: 10px;
}
.tp-footer-two .tiny-ft-links ul li a:hover {
  color: #fafafa;
}

/********* About us *********/

#tp-aboutus {
}
.tp-aboutus {
}
.tp-aboutus .abt-details {
  margin-bottom: 60px;
  display: inline-block;
}
.tp-aboutus .abt-feature {
  margin-bottom: 60px;
}
.tp-aboutus .abt-details .abt-info {
}
.tp-aboutus .abt-details .abt-pic {
}
.tp-aboutus .abt-details .abt-pic img {
  margin: 0 auto;
}
.tp-aboutus .abt-details .abt-info {
}
.lead {
  font-weight: normal;
  color: #fb5528;
}
.tp-aboutus .wt-we-offer {
  margin-bottom: 120px;
}
.tp-aboutus .abt-features {
}
.tp-aboutus .abt-features .abt-box {
}
.tp-aboutus .abt-features .abt-box i {
  color: #1757b8;
}
.tp-aboutus .about-bg {
  background: url(../images/about-bg.jpg)no-repeat bottom center scroll;
  background-size: cover;
  margin-bottom: 100px;
  padding-top: 120px;
  padding-bottom: 220px;
}

.feature-box h2 {
  color:#1757b8;
}


.feature-box {
  margin-bottom: 30px;
}
.feature-box i {
  font-size: 27px;
}
.feature-box:hover i.feature-icon {
  color:#fb5528;
  border: 3px solid #fb5528;
}
.feature-box i.feature-icon {
    color:#fb5528;
  /*color: #bdc0c6;*/
  border: 3px solid #fb5528;
  padding: 15px;
  border-radius: 2px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.feature-box i.feature-icon:hover {
  color: #fb5528;
  border: 3px solid #fb5528;
}

.feature-box h3{
  color:#1757b8;
  padding-bottom:15px;
}

.section-content {
  padding-bottom: 80px;
  min-height: 500px;
  padding-top: 20px;
}
.section-content hr {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-content h2{
    color:#1757b8;
}


#tp-accordion {}
.tp-accordion {
}
.tp-accordion-one {
}
.tp-accordion-one .panel{

}


.tp-accordion-one .panel-default {
  border-radius: 50px;
  border-color: #f5f5f5;
  background-color:#fff;
}



.tp-accordion-one .panel-default>.panel-heading {
  color: #333;
  background-color: transparent;
  border-color: #e2e6ed;
}
.tp-accordion-one .panel-heading {
  border-radius: 0px;
}
.tp-accordion-one .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  color: inherit;
}
.tp-accordion-one .panel-body {
  padding: 40px;
}
.tp-accordion-one.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #e2e6ed;
}
.tp-accordion-one .panel-group .panel+.panel {
  margin-top: 20px;
}