/* Custom css */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Manuale:400,500,600,700');

/* font-family: 'Roboto', sans-serif;
   font-family: 'Manuale', serif; */


a:focus, a:hover{
	outline: none;
}
a{
	 -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
	       -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}
a:hover{
    text-decoration: none;
}
a, a:hover, a:focus, button, button:hover,  button:focus{
    outline: none;
    box-shadow: none;
}
.tm-h2 {
    font-size: 37px;
    line-height: 50px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #771b17;
}


*,ul{
	margin: 0;
	padding: 0;
}
*,li{
	list-style: none;
}

body{	
	font-size: 14px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
h1 {
    font-size: 52px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #1d283f;
    margin: 0;
    line-height: 60px;
}
h2 {
    font-size: 42px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    color: #111;
    margin: 0;
    line-height: 50px;
}
h3 {
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #111;
    margin: 0;
    line-height: 24px;
}
h4 {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #1d283f;
    margin: 0;
    line-height:40px;
}
h6 {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 24px;
    color: #1d283f;
}
p {
    font-size: 15px;
    color: #7b7f86;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    font-weight: 400;
}

/* menu bar */

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: #258aff;
    background: #258aff;
    outline: none;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-header{
	display:none;
}


/*header-start*/
/*header.tm-header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}*/
.header-top {
    background-color: #fff;
    padding: 10px 0;
    font-size: 13px;
    border-bottom: 1px #bcbcbc solid;
}
.map-icon {
    color: #5f4b8b;
    font-size: 18px;
    margin-right: 5px;
}
.top-socail-icon ul li{
    display: inline-block;
    margin: 0 10px;
}
.top-socail-icon ul li a {
    color: #828282;
    font-size: 17px;
}
.header-top-social ul li {
    display: inline-block;
    margin-right: 18px;
}
.header-top-social li a{
	color: #fff;
}
.header-top-contact ul li {
    display: inline-block;
    color: #fff;
    margin-left: 35px;
}
.header-top-contact ul li i{
	margin-right: 8px;
}

/* Search Style */ 
.header-search-icon{
	color: #000;
}
.header-search #search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
	       -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	     -moz-transform: translate(0px, -100%) scale(0, 0);
	      -ms-transform: translate(0px, -100%) scale(0, 0);
         -o-transform: translate(0px, -100%) scale(0, 0);
	          transform: translate(0px, -100%) scale(0, 0);    
    opacity: 0;
    display: none;   
}
.header-search #search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
       -moz-transform: translate(0px, 0px) scale(1, 1);
    	  -ms-transform: translate(0px, 0px) scale(1, 1);
	       -o-transform: translate(0px, 0px) scale(1, 1);
	           transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 106;
    display: block;
}
.header-search #search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: #fbd13d;
  	background: transparent;
  	border-top: 1px solid #fbd13d;
  	border-bottom: 2px solid #fbd13d;
  	border-left: 0px solid transparent;
  	border-right: 0px solid transparent;
    font-size: 40px;
  	font-family: Roboto;
    font-weight: 300;
    text-align: center;
    outline: none;
  	padding: 10px;
}  
.header-search #search .close {
    position: fixed;
    top: 15px;
    right: 15px;
	  opacity: 1;
	  font-size: 27px;
  	color: #fff;
}
.header-search #search .close:hover{
  color: #fbd13d;
  cursor: pointer;
}
.header-navbar {
    padding: 0;
}
/* Search Style */
.header-btn a {
    border: 2px solid #0c288d;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    padding: 8px 22px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: #0c288d;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 500;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-btn a:hover{
	background: #0f53fa;
	color: #fff;
	border: 2px solid #0f53fa;
}
.header-btn a img {
    margin-right: 3px;
}
.navbar-light .navbar-brand {
    font-size: 36px;
    color: #611814;
}
 
.header-btn{
	margin-left: 20px;
}
.navbar-nav.ml-auto.tm-header-list {
    position: relative;
}
/*.navbar-nav.ml-auto.tm-header-list:after{
	content:'';
	position: absolute;
	right: 0;
	top: 0;	
	height: 36px;
	width: 3px;
	background-color: #fff;
}*/
/*.tm-header-menu {
    background: #771b17;
    position: relative;
    -webkit-box-shadow: -2px 13px 35px -9px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 13px 35px -9px rgba(0,0,0,0.75);
box-shadow: -2px 13px 35px -9px rgba(0,0,0,0.75);
}*/
/*.tm-header-menu:before {
    position: absolute;
    content: "";
    left: 0;
    width: calc(33% - 100px);
    background-color: #fdf2d5;
    padding: 5px;
    text-align: center;
    height: 100%;
}*/
.header-menu {
    padding: 15px 0;
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 99;
}
.header-navbar .navbar-nav.header-list li a {
    color: #545454 !important;
    /* text-transform: uppercase; */
    font-family: 'Lato', sans-serif;
    padding: 7px 20px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
/*.header-navbar .navbar-nav.header-list li a:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #5f4b8b;
    top: 0;
    right:40px;
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
       -moz-transition: all 0.8s ease-in-out;
        -ms-transition: all 0.8s ease-in-out;
           -o-transition: all 0.8s ease-in-out;
            transition: all 0.8s ease-in-out;
}
.header-navbar .navbar-nav.header-list li a:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #5f4b8b;
    bottom: 0;
    left:40px;
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
       -moz-transition: all 0.8s ease-in-out;
        -ms-transition: all 0.8s ease-in-out;
           -o-transition: all 0.8s ease-in-out;
            transition: all 0.8s ease-in-out;
}

.header-navbar .navbar-nav.header-list li a:hover:before{
    opacity: 1;
    right: 0;
}

.header-navbar .navbar-nav.header-list li a:hover:after{
    opacity: 1;
    left: 0;
}
.header-navbar .navbar-nav.header-list li.active a:after{
    opacity: 1;
    left: 0;
}
.header-navbar .navbar-nav.header-list li.active a:before{
    opacity: 1;
    right: 0;
} */

.header-navbar .navbar-nav.header-list li a:hover, .header-navbar .navbar-nav.header-list li.active a {
    color: #1d283f !important;
}

/*.tm-header-navbar .navbar-nav.tm-header-list li.active a, .tm-header-navbar .navbar-nav.tm-header-list li a:hover {
    color: #fff !important;
}*/
.header-search {
    margin: 0 40px;
}
.header-search a{
	color: #fff;
}
/*header-end*/
/*banner-start*/
.banner-item {
    position: relative;
}

.carousel-caption {
    padding-top: 200px;
}
.carousel-caption h2 {
    margin-bottom: 15px;
    color: #1d283f;
    position: relative;
    /* text-transform: uppercase; */
    font-size: 50px;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: left;
    line-height: 52px;
}
.carousel-caption p {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    color: #1d283f;
    font-size: 17px;
    position: relative;
    text-align: left;
}

/*.banner-text a {
    border: 1px #fff solid;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    text-decoration: none;
    font-family: 'Rubik', sans-serif;
    margin-top: 20px;
    padding: 2px 35px;
    
}
.carousel-caption {
    left: 5%;
}
.banner-text a:hover{
	background: #46336f;
	color: #fff;
	border: 1px #46336f solid;
}*/
.banner-item img{
	width: 100%;
}
.carousel-caption {
    position: relative;
    left: 0;
}
.banner-left-col img {
    width: 90%;
}
.banner-right-col {
    /* position: absolute; */
    z-index: 99;
    transform: translate(-35px, 65px);
}
.banner #demo .carousel-item {
    /*height: 100vh;*/
    background-size: cover !important;
    background-position: center center !important;
    /* position: relative; */
}
.banner-right-col .banner-left-text {
    right: 0;
    left: auto;
    transform: translate(150px, -65px);
}
.banner-left-text h4 {
    font-size: 28px;
    text-align: left;
    line-height: 32px;
}
.banner-left-text p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
}
.banner-left-text ul li{
    display: inline-block;
}
.banner-left-text ul li a{
    color: #d61614;
}
.banner-left-col {
    text-align: left;
    position: relative;
}
.banner-left-text{
    position: absolute;
    bottom: 0;
    left: 0;
}
.banner-left-col img{
    margin-left: 50px;
}
.banner-left-text ul{
    text-align: left;
}
.banner-img-two-col {
    display: flex;
}
.get-free {
    background: #fff;
    padding: 45px;
    border-radius: 15px;
    text-align: right;
}
.get-free h3 {
    padding-bottom: 20px;
    color: #1d283f;
    text-align: center;
}
.get-free input{
    min-height: 50px;
}
.get-free select{
    min-height: 50px;
}
.get-free button.btn {
    padding: 7px 35px;
    background: #0f53fa;
    font-size: 18px;
    /* letter-spacing: 1px; */
}

.get-free .form-check h4 {
    font-weight: 400;
    margin-right: 20px;
    line-height: 20px;
    vertical-align: top;
    display: inline-block;
}
.form-check-inline {
    vertical-align: top;
}
.carousel-indicators {
    bottom: 35px;
}
#demo .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: #636366;
}
.carousel-indicators .active {
    background-color: #636366;
    width: 7px !important;
    height: 7px !important;
    vertical-align: bottom;
    top: 2px;
}
.carousel-control-prev i, .carousel-control-next i {
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,05);
    color: #000;
    border-radius: 50%;
    line-height: 44px;
    font-size: 16px;
}
/*banner-end*/


/* */

.trusted-col h4 {
    line-height: 32px;
}
.veryfi-exert-col h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}
.featured-col ul {
    display: flex;
    justify-content: center;
}
.featured-col ul li{
    padding: 5px 10px;
}
.featured-col {
    padding-top: 40px;
}
.featured-col h5{
    margin-bottom: 20px;
}
.veryfied-row {
    padding-bottom: 40px !important;
    border-bottom: 1px #ddd solid;
}
.service-icon {
    background: #258aff;
    width: 90px;
    height: 90px;
    display: inline-block;
    text-align: center;
    line-height: 90px;
    border-radius: 10px;
    box-shadow: 5px 18px 20px 1px #d7e9ff;
    margin-bottom: 30px;
}
.service-box-row{
    padding-top: 40px;
}
.service-col-2{
    transform: translate(0px, 55px);
}
.service-col-2{
    position: relative;
}
.service-col-2:after {
    position: absolute;
    content: "";
    width: 155px;
    height: 65px;
    background: url(../images/arows-right.png);
    top: -15px;
    left: -178px;
    z-index: 99;
    background-size: contain;
    background-repeat: no-repeat;
}
.service-col-3{
    transform: translate(0px, 100px);
    position: relative;
}

.service-col-3:after {
    position: absolute;
    content: "";
    width: 155px;
    height: 65px;
    background: url(../images/arows-right-1.png);
    top: -15px;
    left: -178px;
    z-index: 99;
    background-size: contain;
    background-repeat: no-repeat;
}
.service-col-4{
    transform: translate(0px, 150px);
    position: relative;
}
.service-col-4:after {
    position: absolute;
    content: "";
    width: 155px;
    height: 65px;
    background: url(../images/arows-right.png);
    top: -15px;
    left: -178px;
    z-index: 99;
    background-size: contain;
    background-repeat: no-repeat;
}
.service-row{
    padding-bottom: 200px !important;
}

/* why-chose */

.why-chose-list{
    padding-top: 40px;
}
.why-chose-list .media img {
    border: 1px #e2e4e8 solid;
    width: 80px;
    height: 80px;
    padding: 18px;
    border-radius: 7px;
    margin-right: 22px !important;
}
.why-chose-list .media-body h5 {
    font-weight: 800;
}
.why-chose-list .media{
    margin-bottom: 25px;
}
.why-chose-img img {
    border-radius: 0 !important;
}
.why-chose-col h2 {
    font-size: 55px;
    line-height: 65px;
}
.why-chose-img{
    text-align: right;
}
.why-chose-row{
    background: #f9fafa;
}
.browse-row{
    background: #f5f6f7;
}
.browse-col p {
    padding-top: 30px;
    line-height: 30px;
    padding-right: 120px;
}
/* footer */

footer {
	background-position: center;
	background-size: cover;
    text-align: center;
}
.footer-col-row {
    padding: 100px 0;
}
.footer-middle-col h4{
	color: #fff;
	text-transform: capitalize;
}
.footer-col{
	text-align: left;
}
.footer-col h5 {
    font-size: 17px;
    /* color: #fff; */
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 22px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 12px;
}
.footer-col h5:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 62px;
    height: 15px;
    /*background: url(../images/footer-divider.png) no-repeat;*/
}
.footer-col .footer-nav ul li {
    position: relative;
    padding-left: 18px;
    line-height: 38px;
}
.footer-col .footer-nav ul li:before {
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #258aff;
    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
    line-height: 32px;
}

.footer-col .footer-nav ul li a {
    font-family: 'Karla', sans-serif;
    font-size: 15px;
    color: #7c8087;
    line-height: 34px;
}
.footer-col .footer-nav ul li a:hover{
    padding-left: 5px;
    color: #258aff;
}
.footer-col p {
    color: #9b9b9b;
    font-family: 'Karla', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
}
.contact-col-footer ul li, .contact-col-footer ul li a{
	color: #9b9b9b;
	font-family: 'Karla', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}
.contact-col-footer ul li {
    padding-left: 32px;
    margin-bottom: 15px;
}
.contact-col-footer ul li span.footer-icon-contact {
    position: absolute;
    left: 15px;
}
.contact-col-footer{
	margin-top: 25px;
}
.footer-socail-icon{
	padding-top:30px;
}
.footer-socail-icon ul li {
    display: inline-block;
    margin: 0 2px;
}
.footer-socail-icon ul li a {
    width: 35px;
    height: 35px;
    background: #cfc2ff;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    color: #000;
    font-size: 18px;
}
.footer-socail-icon ul li a:hover{
	background: #8877c5;
	color: #fff;
}
.footer-copy-right{
	border-top:1px #4e4e4e solid;
}
.footer-copy-right p {
    padding: 25px 0;
    margin-bottom: 0;
    color: #696969;
}
.footer-newslatter form.form-inline{
    background: #fff;
    padding: 6px;
    border-radius: 7px;
}
.footer-newslatter form.form-inline input {
    border: none;
    min-height: 53px;
    margin-bottom: 0 !important;
    padding-left: 40px;
    padding-right: 5px;
    width: 60%;
}
.footer-newslatter form.form-inline button.btn {
    padding: 15px 30px;
    font-size: 15px;
    transform: translate(-20px, 0px);
    position: absolute;
    right: 0;
    margin-bottom: 0 !important;
}
.mail-icon-col {
    position: absolute;
    left: 30px;
}
/* footer end */


.section-heading {
    text-align: center;
    /* width: 100%; */
    margin: 0 auto;
    position: relative;
}
.custom-row{
	padding:80px 0;
}



/* home contact */

.home-contact-row{
	background: #f7f7f7;
	background-position: center;
	background-size: cover;
    padding: 60px 0;
}

.contact-box form input {
    height: 44px;
    border-radius: 0;
    margin-bottom: 15px;
    color: #d0d0d0;
    padding: 12px 20px 12px 7px;
    font-size: 14px;
    /* font-family: 'Karla', sans-serif; */
    border-top: none;
    border-right: none;
    border-left: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.contact-box form textarea {
    border-top: none;
    border-right: none;
    border-left: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 25px;
    max-height: 115px;
    padding: 12px 20px 12px 7px;
}
.contact-box form button {
    background: #5f4b8b;
    font-size: 15px;
    border: 1px #5f4b8b solid;
    font-family: 'Roboto', sans-serif;
    padding: 12px 45px;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.contact-box form button:hover{
    background: #46336f;
    border: 1px #46336f solid;
    color: #fff;
}


 /* home contact */

.col-white-bg h2 {
    margin-bottom: 55px;
    margin-top: 25px;
}

.testi-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.testi-col{
    padding:25px;
    border-radius: 15px;
    border:1px #ddd solid;
}
.testi-content p {
    margin-top: 10px;
    font-size: 16px;
    color: #1d293f;
    line-height: 28px;
}
.testi-content-img h5 {
    font-size: 15px;
    color: #1d293f;
    font-weight: 500;
}
.testi-content-img h6 {
    font-size: 16px;
    color: #949494;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 12px;
}
.testi-slider .owl-dots .owl-dot {
    width: 35px;
    height: 6px;
    background: #e2e4e8;
    border-radius: 3px;
    margin: 0 3px;
}
#testi-slider .owl-dots{
    margin-top: 40px;
}
#testi-slider .owl-dots .owl-dot.active{
    background: #258aff;
}
#testi-slider .owl-nav {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0px, -80px);
}
#testi-slider .owl-nav button i {
    color: #e2e4e8;
    font-size: 44px;
    margin: 0 10px;
}
#testi-slider .owl-nav button i:hover{
    color: #258aff;
}

.full-content-col h2 {
    color: #fff;
    margin-bottom: 25px;
}
.full-bg {
    padding: 120px 0 !important;
    background-size: cover !important;
    background-position: center center !important;
}
.full-content-col p {
    color: #fff;
}
.full-content-col a {
    background: #258aff;
    padding: 12px 30px;
    color: #fff;
    border-radius: 6px;
    display: inline-block;
    margin-top: 20px;
}
.full-content-col a:hover {
    background: #1d283f;
}

.navbar-expand-lg .navbar-nav {
    margin: 0 auto;
}


.about-custom-col {
    background: #111;
    padding-top: 100px;
    overflow: inherit;
}
.about-custom-col .carousel-caption{
    margin-top: 0px;
    bottom: auto;
}
.about-text h2 {
    color: #fff !important;
    font-size: 42px !important;
    font-weight: 600 !important;
}
.about-text p {
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 300 !important;
    line-height: 30px !important;
    letter-spacing: 1px;
}
.about-right-box{
    transform: translate(0px, 150px);
}
.about-row {
    padding-top: 300px !important;
}
.heading-col h2 {
    color: #111 !important;
    font-weight: 700;
}
.heading-col p {
    font-size: 18px !important;
    color: #222;
    line-height: 32px !important;
    margin-top: 22px !important;
}
a.custom-btn {
    background: #d61614;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    line-height: 32px;
    margin-top: 30px;
    display: inline-block;
}
.helping-talented-row{
    background:#111;
}
.helping-talented-row .col-white-bg h2 {
    color: #fff !important;
    text-align: left;
    font-weight: 600;
    line-height: 60px;
}
.helping-talented-row .col-white-bg p {
    color: #fff !important;
    text-align: left;
    font-weight: 400;
    line-height: 28px !important;
    font-size: 16px !important;
}
.helping-talented-col{
    padding:30px;
}
.helping-talented-col img {
    width: auto !important;
    height: auto;
    margin-bottom: 15px;
}
.custom-slider-blue{
    background:#0c288d;
}
.custom-slider-red{
    background:#d61614;
}
.helping-talented-col p{
    color: #fff;
}
.why-chose-list h2 {
    color: #111 !important;
    font-weight: 700;
    line-height: 60px !important;
}
.custom-reg-bg{
    background:#d61614;
}
.why-chose-img {
    transform: translate(0px, 14px);
}
.white-text p{
    color: #fff;
}
.what-col{
    position: relative;
}
.what-icon {
    font-size: 40px;
    font-weight: 900;
    color: #d61614;
    position: absolute;
    top: 50%;
}
.what-col p {
    padding: 0 50px;
    line-height: 30px;
}
.white-text-box{
    padding: 40px;
    text-align: center;
}
.white-text-box img{
    margin-bottom: 40px;
}
.custom-reg-bg h2{
    color: #fff;
}


@media only screen and (max-width: 991px) {

.about-right-box {
    transform: translate(0px, -35px);
}
.carousel-caption {
    padding-top: 50px !important;
}
.about-text h2 {
    color: #fff !important;
    font-size: 32px !important;
}



}