/* Font family define */
@import url('https://fonts.googleapis.com/css?family=Poppins:100,300,400,500,600,700,900');
body{
	letter-spacing:0.7px;
	color: #474747; font-size: 15px!important;
}
p:last-child{
	margin-bottom:0;
}
a:focus, a:active, a{ outline:0!important; border: 0; }
button { outline: none; }
h1, h2, h3, h4, h5, h6{font-family: 'Roboto', Helvetica, sans-serif;/*font-family: 'Poppins';*/}
.heading {
    color: #222;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
}
/*.heading:before {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 200px;
}*/
.heading:after {
    background: #e16038 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 70px;
}
.same-head h3 {
    font-size: 22px;
    font-weight: 600;
    color: #222;
}
.greyfill{
	background-color: #ededed;
}
.spacingsec{
	padding: 40px 0;
	/*font-family: 'Poppins';*/
}
/* #banner region */
.bannerregion{
	background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    position: relative;
}
.bannerregion .container > .row{
	display: flex;
    justify-content: center;
    align-items: center;
}
.bannerregion:before{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}
.bannerregion h2{
	margin-top: 0;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.bannerregion h1{
	margin-top: 10px;
    margin-bottom: 10px;
    font-size: 55px;
    color: #ff692e;
	line-height: 1;
    font-weight: bold;
}
.bannerregion h4{
	margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 400;
}
/* #sub nav region */

/* #Corporate logo region */
.ourpartners{
    
}
.ourpartners .slick-list{

}
.ourpartners .slick-slide{

}
.ourpartners .slick-slide > div{
	padding: 20px;
    background-color: #fff;
    text-align: center;
    margin: 0 15px;
	min-height: 90px;
}
.ourpartners .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 9;
    border: 0;
    background-repeat: no-repeat;
    font-size: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.7);
    background-size: 8px;
    background-position: center;
    border-radius: 50%;
    margin-top: -12px;
}
.ourpartners .slick-prev {
    background-image: url(../images/left-arrow.png);
}
.ourpartners  .slick-next {
    background-image: url(../images/right-arrow.png);
    right: 1px;
}
.boxex-con {
    border-radius: 3px;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.5);
    min-height: 200px;
}
.boxex-con img {
    margin-bottom: 10px;
    max-height: 90px;
}
.boxex-con p {
    
}
.two-half {
    margin-top: 30px;
    position: relative;
}
.two-half .btn {
background-color:#2591FE;
border: 0 none;
color:#fff;
display: inline-block;
font-weight: 400;
padding: 4px 20px;
line-height: 35px;
text-align: center;
border-radius: 2px;
width: auto;
border: 1px solid #2591FE;
font-size: 14px;

margin-right: 10px;
}
.banner-regions .btn:hover {
background:#fff;
color:#0FB0EE;
border: 1px solid #fff;
text-decoration: none;
}

.mf ul {list-style: outside none none;margin:0 0 0px 0;padding: 0;}
.mf ul li {list-style: outside none none;margin: 0;padding: 5px 0 5px 35px;position: relative; text-align:left;}
.mf ul li::before {color: #fff;content:"\f105";font-family: "FontAwesome";font-size: 15px;left: 0px;
position: absolute;top: 7px; background:#2591FE;width: 20px;height: 20px;line-height: 19px;
text-align: center;border-radius: 50%;}

.fix-btn .btn-warning {
    border-radius: 2px;
    font-size: 15px;
    padding: 0 15px;
    font-weight: 400;
    line-height: 40px;
    border: none; width: 100%; letter-spacing: 0.7px;
    text-shadow: initial;
    background-color:#F16136;
    margin-top: 0px;
}

.hyuuu .col-md-3:nth-child(4) ~ * {
    margin-top: 20px;
}


.sub-nav-region{
	border-radius: 0;
    border: 0;
    min-height: initial;
    background: url(../images/main-header.jpg);
    padding: 5px 0;
    background-size: cover;
}
.sub-nav-region .navbar-nav>li>a.btnsamecont1{
	padding: 0 20px;
    background-color: #D2527F !important;
    font-size: 16px;
    border-radius: 3px;	
}
.factregion .panel-title {
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
}
.factregion .panel-group .panel {
    border: 0;
    border-radius: 0;
    box-shadow: initial;
}
.factregion .panel-default>.panel-heading {
    /*background-color: #0f5ac8;*/
    padding: 0;
}
.factregion .panel-group .panel-default:nth-child(2n) .panel-heading{
	background-color:rgba(0, 0, 0, .1);
}
.factregion .panel-title a {
    display: block;
    padding: 13px 15px;
    width: 100%;
}
.factregion .panel-title .glyphicon {
    float: right;
    font-size: 15px;
}
.factregion .panel-default>.panel-heading a:after {
    content: "\2b";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}
.factregion .panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.aboutccqt {
	color: #fff;
    background: url(../images/testimonial-bg.jpg);
    background-size: cover;
    padding: 50px 0;
    position: relative;
}
.aboutccqt:before{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.aboutccqt .heading{
	color:#fff;
}
.countintop{
	background-color: rgba(0, 0, 0, .1);
    padding: 20px;
    box-shadow: 0 1px 4px 1px rgba(255, 255, 255, 0.1);
}
.countintop .circle{
	display: inline-block;
    width: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    background-color: #0f5ac8;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
}
.countintop p{
	font-size:16px;
}
.blueboxcon{
	background: #0f5ac8;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
}
.blueboxcon h3{
	margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
}
.blueboxcon img{
	max-height: 78px;
    margin-bottom: 10px;
}
.blueboxcon p{

}
.table tbody > tr:first-child td {
    background-color:#2591FE;
	color: #fff;
	font-weight: 800;
}

.table tbody > tr:last-child .spcdefin{
	font-size:12px;
	margin-top:7px;
}
.table tbody  img{
	height:15px;
}
.greycolor-con {
	background-color: rgba(0, 0, 0, .1);
    padding: 15px;
}
.right-con-hed .form-group {
    margin-bottom: 10px;
    padding-left: 0;
}
.right-con-hed .form-group:last-child{
	margin-bottom:0;
}
.right-con-hed img {
    position: absolute;
    left: 30px;
    width: 24px;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
}
.right-con-hed .form-control {
    border-radius: 0;
    box-shadow: initial;
    height: 55px;
    padding-left: 55px;
    background-repeat: no-repeat;
    border: 1px solid #eceaee;
    background-position: 20px center;
    font-size: 14px;
}
.right-con-hed input[type="submit"] {
    background-color: #ff692e;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    border: 0;
    margin-top: 10px;
}
.orngebtn {
    background-color: #ff692e;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    padding: 9px 16px;
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
    border-radius: 5px;
}
.sub-nav-region.change{
	position: fixed;
    z-index: 9999;
    left: 0;
    top: 68px;
    width: 100%;
}
.sub-nav-region .navbar-nav>li>a{
	padding:0 15px;
	margin-right: 0;
}
.sub-nav-region .navbar-nav>li.active>a{
	background-color: #FF692E;
    border-radius: 3px;
}
#formregion{
	display:none;
}
.thankyoupg{
	padding-top: 120px;
    padding-bottom: 120px;
}
.satgeccqt{

}
.satgeccqt li + li{
	margin-top:0px;	
}
.satgeccqt li div{
	    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 15px;
}
.removspce{
	margin-bottom:0;
}
.slick-slider img{
	max-height: 50px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}
.shoonmobile{
	background-color:#f8f8f8;	
	display:none;
}
.boxinner{
	position: relative;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
	margin-bottom:25px;
}
.topfoldc, .botmcont{
	position: relative;
    padding: 20px;
}
.boxinner h2{
	margin-top: 0;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.boxinner p{
	color: #555555;
    font-size: 16px;
}
.boxinner .pricingpro{
	background-image: url(../images/main-header.jpg);
    background-size: cover;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding: 7px 0;
}
.boxinner ul{
	position: relative;
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}
.boxinner li{
	position: relative;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 8px 7px 25px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.boxinner li:before {
    position: absolute;
    content: "\f00c";
    left: 3px;
    top: 10px;
    color: #4659e2;
    font-size: 14px;
    line-height: 1em;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.boxinner .botmcont > a{
	padding: 10px;
    font-size: 20px;
}
strike{
	font-weight: 400;
    font-size: 14px;
}
/* #testmonials */
.testi {
    background: rgba(0, 0, 0, 0) url(../images/testimonial-bg.jpg) no-repeat fixed center center / cover;
    padding: 40px 0;
    position: relative;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    z-index: 0;
}
.testi::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
#quote-carousel {
    padding: 0 90px 0px;
    text-align: center;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -45px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    height: 7px;
    width: 30px;
}
#quote-carousel .carousel-indicators .active {
    background: #ff6600;
    height: 7px;
    width: 30px;
    margin-bottom: 1px;
}
#quote-carousel::before {
    color: #fff;
    content: "\f10d";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 43px;
    left: 2%;
    position: absolute;
    top: -20px;
}
#quote-carousel::after {
    color: #fff;
    content: "\f10e";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 43px;
    position: absolute;
    right: 2%;
    top: -20px;
}
.testi .pic img {
    border: 2px solid #ddd;
    border-radius: 50%;
    height: 56px;
    overflow: hidden;
    width: 56px;
    min-width: initial;
}
.testi h5 {
    color: #fff ;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.testi h5 span {
    font-size: 13px;
    font-weight: 100;
}
.testi p{
	min-height: 135px;
}
.testi .heading{
	color:#fff;
}
.mytooltip{
	margin-left: 5px;
}
.captializtxt{
	text-transform: capitalize;
}
.formregion2con{
	display:block !important;
}
.thankyoupg2 .greycolor-con {
    background-color: rgba(0, 0, 0, .5);
    padding: 15px;
    margin-top: 20px;
}
@media only screen and (max-width:800px){
	.sub-nav-region.change{
		position:relative;
		top:initial;
	}	
}
@media only screen and (max-width:767px){
	.webtablesh{
		display:none;
	}
	.bannerregion{
		padding-top: 40px;
    	padding-bottom: 40px;
	}
	.bannerregion h3{
		font-size:20px;
	}
	.bannerregion h4{
		font-size:25px;
	}
	.spacingsec {
    	padding: 20px 0;
	}
	.heading{
		font-size:20px;
	}
	.countintop{
		margin-top:20px;
	}
	.benfits  img{
		display:none;
	}
	.shoonmobile{
		display:block;	
	}
	.bannerregion .container > .row{
		display:block;
	}
}
.main-timeline{
    overflow: inherit;
    position: relative; clear: both;
}
.main-timeline:before{
    content: "";
    width: 3px;
    height: 100%;
    background: #d6d5d5;
    position: absolute;
    top: 0;
    left: 50%;
}
.main-timeline .timeline{
    padding-right: 30px;
    position: relative;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before{
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #d6d5d5;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: -3px;
}
.main-timeline .timeline:last-child:before{
    top: auto;
    bottom: 0;
}
.main-timeline .timeline-icon{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #d6d5d5;
    box-sizing: content-box;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -4px;
}
.main-timeline .timeline-icon:before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #737ab4;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.main-timeline .year{
    display: inline-block;
    padding: 8px 20px;
    margin: 0;
    font-size: 14px;
    color: #fff;
    background: #737ab4;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 24%; width: 250px;
    transform: translateY(-50%);
}
.main-timeline .year:before{
    content: "";
    border-right: 18px solid #737ab4;
    border-top: 19px solid transparent;
    border-bottom: 18px solid transparent;
    position: absolute;
    top: 0;
    left: -18px;
}
	.main-timeline .extra.year:before	{ top: 11px;}
.main-timeline .timeline-content{
    width: 46.5%;
    padding: 50px 25px;
    margin: 0 20px 0 0;
    background: #f2f2f2;
    position: relative;
}
.main-timeline .timeline-content:after{
    content: "";
    border-left: 20px solid #f2f2f2;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}
.main-timeline .title{
    font-size: 18px;
    font-weight: bold;
    color: #504f54;
    margin: 0;
}
.main-timeline .post{
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-top: 6px;
}
.main-timeline .description{
    font-size: 14px;
    color: #7d7b7b;
    line-height: 24px;
    margin: 0;
    clear: both;
}
.main-timeline .timeline:nth-child(2n){ padding: 0 0 0 30px; }
.main-timeline .timeline:nth-child(2n) .year{
    right: auto;
    left: 24%;
}
.main-timeline .timeline:nth-child(2n) .year:before{
    border: 19px solid transparent;
    border-right: none;
    border-left: 18px solid #737ab4;
    left: auto;
    right: -18px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content{
    float: right;
    margin: 0 0 0 20px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content:after{
    border-left: none;
    border-right: 20px solid #f2f2f2;
    right: auto;
    left: -20px;
}
@media only screen and (max-width: 1200px){
    .main-timeline .year{ right: 30%; }
    .main-timeline .timeline:nth-child(2n) .year{ left: 30%; }
}
@media only screen and (max-width: 990px){
    .main-timeline .year{ right: 25%; }
    .main-timeline .timeline:nth-child(2n) .year{ left: 25%; }
}
@media only screen and (max-width: 767px){
    .main-timeline:before{ left: 10px; }
    .main-timeline .timeline{
        padding: 0 0 0 30px;
        margin-bottom: 20px;
    }
    .main-timeline .timeline:last-child{ margin-bottom: 0; }
    .main-timeline .timeline:first-child:before,
    .main-timeline .timeline:last-child:before{ display: none; }
    .main-timeline .timeline-icon{
        margin: 0;
        position: absolute;
        top: 7px;
        left: 0;
    }
    .main-timeline .year,
    .main-timeline .timeline:nth-child(2n) .year{
        display: inline-block;
        font-weight: bold;
        margin: 0 0 32px 30px;
        z-index: 1;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
    }
    .main-timeline .timeline:nth-child(2n) .year:before{
        border-left: none;
        border-right: 18px solid #737ab4;
        right: auto;
        left: -18px;
    }
    .main-timeline .timeline-content{ padding: 20px; }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content{
        width: auto;
        float: none;
        margin: 0 0 0 30px;
    }
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(2n) .timeline-content:after{
        border: none;
        border-bottom: 20px solid #f2f2f2;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        top: -20px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}
@media only screen and (max-width: 480px){
    .main-timeline .title{
        float: none;
        margin: 0;
    font-size: 15px;
    font-weight: 500;
  
  
}
    }
    .main-timeline .year,
    .main-timeline .timeline:nth-child(2n) .year{ margin-left: 20px; }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content{ margin-left: 10px; }
    .main-timeline .post{ margin: 5px 0; }
}	


/**-----------------------------**/
.nav-tabs {
  display: none;
}
.fade.show {
    opacity: 1;
}
.tab-content > .active {
    display: block;
}
#content {
    border: 1px solid  #ccc;
    padding: 20px; min-height: 250px;
}

#content ul {list-style: outside none none;margin:0 0 0px 0;padding: 0;}
#content ul li {list-style: outside none none;margin: 0;padding: 5px 0 5px 35px;position: relative; text-align:left;}
#content ul li::before {color: #fff;content:"\f105";font-family: "FontAwesome";font-size: 15px;left: 0px;
position: absolute;top: 7px; background: #0FB0EE;width: 20px;height: 20px;line-height: 19px;
text-align: center;border-radius: 50%;}


.hegt{min-height: 360px!important;}
.d-flex {
    margin-top: 30px;
}
.nav-tabs .nav-link{ font-size:16px;}
li.nav-item a{ padding: 15px 15px;}

@media (min-width: 768px) {
  .nav-tabs {
    display: flex;
    flex-flow: column nowrap;
  }
  .nav-tabs {
    border-bottom: none;
    border-right: none;
    display: flex;
  }
  .nav-tabs {
    margin-right: -3px;
position: relative;
z-index: 99;;
  }
  .nav-tabs .nav-item + .nav-item {
    margin-top: 0.25rem;
  }
  .nav-tabs .nav-link {
    transition: border-color 0.125s ease-in;
  }
  .nav-tabs .nav-link:hover {
    background-color: transparent!important;
    border-color: transparent;
  }
  .nav-tabs .nav-link.active {
    border-bottom-color: #ddd;
    border-right-color: #fff;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    margin-right: -1px; color: #23a455; 
  }
	.nav-tabs .nav-item.active a{
    background-color: #fff;
    border:#ccc 1px solid !important;
	border-right: 1px solid #fff!important;
	color: forestgreen!important
  }

  .card {
    border: none;
  }

  .card .card-header {
    display: none;
  }

  .card .collapse {
    display: block;
  }
}

@media (max-width: 767px) {
  .tab-pane {
    display: block !important;
    opacity: 1;
  }
	.nav-tabs {
    display: none;
}
	
#content {
    border: none;
    padding: 10px;
    min-height: 250px;
}	
.card-header {
   
    margin-bottom: 10px!important;
}	
	
}

.accor h3{ color:#6ec1e4;}
.accor h4{ color:#61ce70;}
.accor h5{ font-size:16px;}
.accor .col-md-3{ padding-right: 0px; padding-left: 0px;}
.accor .col-md-9{ padding-right: 0px; padding-left: 0px;}
.card-body h4{ color:#474747;}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
border-bottom: 1px solid    rgba(0,0,0,.125);
}
.fade.show {
    opacity: 1;
}