@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');


/* Main content */
.main {
  margin-top: 90px !important; /* Add a top margin to avoid content overlay */
}

.apply-btn2 {
	z-index: 0;
}

body{
	font-family: 'Roboto', sans-serif !important;
	background-color: #1F677A  !important;

}

h2.title{
    text-align: center;
    color: #444;
    font-weight: 300;
    font-size: 2.5rem;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

body h2{
	color: white;
}
body h4{	
    text-align: center;
    color: #5a1e98;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: .8px;
}
body h5{
    text-align: center;
    color: #333;
    font-weight: 400;background
    font-size: 18px;
    letter-spacing: .8px;
}
body p{
    text-align: left;
    color: #444;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .8px;
}

body a,
body a:hover,
body a:focus{
	text-decoration: none;
	color: inherit;
}


/*Header*/
.header{
	/*padding: 10px 0;*/
	border-bottom: 1px solid #d0d0d0;
    background: #ffffff;
	
	
	position: fixed; 
	overflow: hidden;
	top: 0;
	z-index:1;
}
.header .row{
	align-items: center;
}
.header .right{
	text-align: right;
}

/*Subscribe*/
.subscribe .search {
	width: 100%;
	max-width: 450px;
	display: flex;
	margin-left: auto;
}
.subscribe .check {
	width: 100%;
	max-width: 450px;
	margin-left: auto;
	text-align: left;
	margin-bottom: 0;
}
.subscribe .searchTerm {
	width: 100%;
	height: 40px;
	border: 1px solid #6f6f6f;
	padding: 5px;
	outline: none;
	color: #000;
}

.subscribe .searchButton {
	width: 150px;
	height: 40px;
	border: 1px solid #5a1e98;
	background: #5a1e98;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	outline: none;
	box-shadow: none;
}
.subscribe .check label{
	cursor: pointer;
}
.subscribe .check label input{
	cursor: pointer;
}
.subscribe .check span{
	font-size: 13px;
	color: #bfbfbf;
}
.subscribe .check span a{
	font-size: 14px;
	text-decoration: underline;
}




/*main-div*/
.main-div{
	background: #dadada;
	height: 100%;
}


/*product-section*/
/*single-product-section*/
.product-section-two{
	padding: 20px 0;
}
.product-section-two .box{
	background: #fff;
    max-width: 45%;
    margin: 0 .5%;
	margin-bottom: 20px;
	text-align: center;
	padding: 15px;
	transition: all .4s ease;
	box-shadow: 0 6px 20px -1px rgba(0, 0, 0, 0.3);
}
.product-section-two .box:hover {
	box-shadow: 0 0 30px -1px rgba(0, 0, 0, 0);
}
.product-section-two .box .txt{
    margin-top: 15px;
}

.product-section-two .box .txt h5.titl{
	font-size: 1.9rem;
	font-weight: 800;
}
.product-section-two .box .txt h5 span{
	color: #5a1e98;
}
.product-section-two .box:hover a{
	color: #5a1e98;
}

.product-section{
	padding: 60px 0;
}
.product-section .box{
	background: #fff;
    max-width: 48%;
    margin: 0 .5%;
	margin-bottom: 20px;
	text-align: center;
	padding: 15px;
	transition: all .4s ease;
	box-shadow: 0 6px 20px -1px rgba(0, 0, 0, 0.3);
}
.product-section .box:hover {
	box-shadow: 0 0 30px -1px rgba(0, 0, 0, 0);
}
.product-section .box .txt{
    margin-top: 15px;
}

.product-section .box .txt h5.titl{
	font-size: 1.3rem;
	font-weight: 600;
}
.product-section .box .txt h5 span{
	color: #5a1e98;
}
.product-section .box:hover a{
	color: #5a1e98;
}

/*mobile-form*/
.mobile-form{
 	background: #5a1e98;
 	padding: 40px 0;
}
.mobile-form .subscribe .search,
.mobile-form .subscribe .check{
	margin-left: auto;
	margin-right: auto;
}
.mobile-form .subscribe .searchButton{
    border: 1px solid #000000;
    background: #000000;
}






.two-col-example{
  margin-bottom:2em;
}

h2{
  margin-bottom: 1em;
  text-align:center;
  font-size: 46px;
  font-weight: 300;
}

h3{
  margin-bottom: 1em;
  text-align:center;
  font-size: 30px;
  font-weight: 300;
}

h4{
  font-weight: 400;
  font-size: 18px;
}

h5{
  color: #1F6F9A;
  font-weight: 400;
}

p{
  font-weight: 300;
  font-size: 14px;
}

.com-button{
  background-color: #1F6F9A;
  font-weight: 300;
  font-size: 18px;
  padding: .7em 2em;
  border-radius: 100px;
}

.main-button{
  margin-top: 1em;
  text-align: center;
}

.card{
  border-radius:3px;
  border: 1px solid #D1D1D1;
}

.card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 6px;
    margin-bottom: 0;
    margin-left: 6px;
}

.com-icon{
  margin-bottom: .35em;
  color: #1F6F9A;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 1rem .9em;
    margin-bottom: .5em;
    background-color: transparent;
/*     border: 1px solid rgba(0, 0, 0, 0.125); */
  border: none;
}

.list-group-item:first-child {
padding-top: 0;
}

.list-group p{
  font-size: 16px;
}

.list-com-announcements{
 border-bottom: 1px solid #D1D1D1; 
}









footer{
	background: #ffffff;
	padding: 25px 0 0px 0;
}
footer h4{
	text-align: left;
	margin-bottom: 15px;
}
footer p{
	color: #bfbfbf;
	text-align: left;
	font-size: 14px;
}
footer .f1 .box{

}

footer .copy {
	background: #000;
	padding: 15px 0 10px 0;
	margin-top: 40px;
}
footer .copy p{
	text-align: center;
    margin-bottom: 4px;
}
footer .copy p a{
	color: #5a1e98;
}


.single-job-items {
    padding: 36px 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-job-items {
        padding: 20px 7px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-job-items {
        padding: 20px 25px;
    }
}
.single-job-items .company-img img {
    overflow: hidden;
    float: left;
    margin-right: 32px;
    z-index: 999;
}
@media (max-width: 767px) {
    .single-job-items .job-tittle {
        padding-top: 25px;
    }
}
.single-job-items .job-tittle a h4 {
    color: #28395a;
    font-size: 24px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.single-job-items .job-tittle a h4:hover {
    color: #8b92dd;
}
.single-job-items .job-tittle ul li {
    display: inline-block;
    margin-right: 48px;
    font-size: 15px;
    color: #808080;
    line-height: 1.8;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-job-items .job-tittle ul li {
        margin-right: 18px;
    }
}
@media (max-width: 767px) {
    .single-job-items .job-tittle ul li {
        margin-right: 0px;
        margin-bottom: 7px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-job-items .job-tittle ul li {
        margin-right: 8px;
    }
}
.single-job-items .job-tittle ul li:last-child {
    margin-right: 0px;
}
.single-job-items .job-tittle ul li i {
    font-size: 14px;
    color: #bbbbbb;
    margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-job-items .job-tittle2 {
        padding-top: 25px;
    }
}
.single-job-items:hover {
    box-shadow: 0px 22px 57px 0px rgba(34, 41, 72, 0.05);
}
.single-job-items .job-items {
    display: flex;
    flex-wrap: wrap;
}

.small-section-tittle h4 {
    color: #28395a;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
.small-section-tittle2 h4 {
    color: #1e2147;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
.small-section-tittle2 .ion {
    float: left;
    padding-right: 16px;
}
.section-tittle2 h2 {
    margin-bottom: 35px;
}

.single-post-area .social-links {
    padding-top: 10px;
}
.single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px;
}
.single-post-area .social-links li a {
    color: #cccccc;
    padding: 7px;
    font-size: 14px;
    transition: all 0.2s linear;
}
.single-post-area .blog_details {
    padding-top: 26px;
}
.single-post-area .blog_details p {
    margin-bottom: 20px;
    font-size: 15px;
}
.single-post-area .quote-wrapper {
    background: rgba(130, 139, 178, 0.1);
    padding: 15px;
    line-height: 1.733;
    color: #888888;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .single-post-area .quote-wrapper {
        padding: 30px;
    }
}
.single-post-area .quotes {
    background: #fff;
    padding: 15px 15px 15px 20px;
    border-left: 2px solid;
}
@media (min-width: 768px) {
    .single-post-area .quotes {
        padding: 25px 25px 25px 30px;
    }
}
.single-post-area .arrow {
    position: absolute;
}
.single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600;
}
.single-post-area .thumb .overlay-bg {
    background: rgba(0, 0, 0, 0.8);
}
.single-post-area .navigation-top {
    padding-top: 15px;
    border-top: 1px solid #f0e9ff;
}
.single-post-area .navigation-top p {
    margin-bottom: 0;
}
.single-post-area .navigation-top .like-info {
    font-size: 14px;
}
.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
    font-size: 16px;
    margin-right: 5px;
}
.single-post-area .navigation-top .comment-count {
    font-size: 14px;
}
.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
    font-size: 16px;
    margin-right: 5px;
}
.single-post-area .navigation-top .social-icons li {
    display: inline-block;
    margin-right: 15px;
}
.single-post-area .navigation-top .social-icons li:last-child {
    margin: 0;
}
.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
    font-size: 14px;
    color: #999999;
}
.single-post-area .blog-author {
    padding: 40px 30px;
    background: #fbf9ff;
    margin-top: 50px;
}
@media (max-width: 600px) {
    .single-post-area .blog-author {
        padding: 20px 8px;
    }
}
.single-post-area .blog-author img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 30px;
}
@media (max-width: 600px) {
    .single-post-area .blog-author img {
        margin-right: 15px;
        width: 45px;
        height: 45px;
    }
}
.single-post-area .blog-author a {
    display: inline-block;
}
.single-post-area .blog-author a:hover {
    color: #fb246a;
}
.single-post-area .blog-author p {
    margin-bottom: 0;
    font-size: 15px;
}
.single-post-area .blog-author h4 {
    font-size: 16px;
}
.single-post-area .navigation-area {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-top: 55px;
}
.single-post-area .navigation-area p {
    margin-bottom: 0px;
}
.single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px;
}
.single-post-area .navigation-area .nav-left {
    text-align: left;
}
.single-post-area .navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000;
}
.single-post-area .navigation-area .nav-left .thumb img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.single-post-area .navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.single-post-area .navigation-area .nav-left:hover .lnr {
    opacity: 1;
}
.single-post-area .navigation-area .nav-left:hover .thumb img {
    opacity: 0.5;
}
@media (max-width: 767px) {
    .single-post-area .navigation-area .nav-left {
        margin-bottom: 30px;
    }
}
.single-post-area .navigation-area .nav-right {
    text-align: right;
}
.single-post-area .navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000;
}
.single-post-area .navigation-area .nav-right .thumb img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.single-post-area .navigation-area .nav-right .lnr {
    margin-right: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.single-post-area .navigation-area .nav-right:hover .lnr {
    opacity: 1;
}
.single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: 0.5;
}
@media (max-width: 991px) {
    .single-post-area .sidebar-widgets {
        padding-bottom: 0px;
    }
}


.post-details2 ul {
    padding-left: 30px;
	text-align: left! important;
}
.post-details2 ul li {
    list-style-type: circle;
}
.post-details3 {
    padding: 30px 30px 30px 30px;
    border: 1px solid #ededed;
}
.post-details3 ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.post-details3 ul li:last-child {
    margin-bottom: 50px;
}
.post-details4 span {
    color: #5b5c6e;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
}
.post-details4 p {
    margin-bottom: 30px;
    display: block;
}

.post-details4 ul {
    padding-left: 30px;
	text-align: left! important;
}


.post-details4 ul li {
    color: #5b5c6e;
    font-weight: 700;
    font-size: 18px;
    display: block;
}
.post-details4 ul li span {
    color: #5b5c6e;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    padding-left: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .company-img-details {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .job-listing-area {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .job-listing-area {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
.job-listing-area .count-job {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.job-listing-area .count-job span {
    padding-right: 15px;
    color: #1e2147;
    font-size: 16px;
}
@media (max-width: 767px) {
    .job-listing-area .count-job span {
        margin-bottom: 30px;
    }
}
.job-listing-area .count-job .select-job-items {
    display: flex;
}
.job-listing-area .count-job .select-job-items .nice-select {
    width: 100px;
    height: 30px;
    background: #fff;
    border-radius: 0px;
    padding: 10px 12px;
    color: #5d5d5d;
    line-height: 6px;
    border: 1px solid #ededed;
    border-radius: 5px;
}
@media (max-width: 767px) {
    .job-listing-area .count-job .select-job-items .nice-select {
        margin-bottom: 20px;
        padding-left: 25px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .job-listing-area .count-job .select-job-items .nice-select {
        margin-bottom: 20px;
        padding-left: 25px;
    }
}
.job-listing-area .count-job .select-job-items .nice-select .list {
    width: 100%;
}
.job-listing-area .count-job .select-job-items .nice-select.open .list {
    width: 100%;
    border-radius: 0;
    border: 0;
}
.job-listing-area .count-job .select-job-items .nice-select::after {
    border-bottom: 1px solid #a9b6cd;
    border-right: 1px solid #a9b6cd;
    height: 8px;
    width: 8px;
    margin-top: -5px;
    right: 17px;
}
.job-category-listing {
    border: 1px solid #ededed;
    padding: 30px 19px 30px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .job-category-listing {
        padding: 30px 19px 30px 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .job-category-listing {
        padding: 30px 19px 30px 16px;
    }
}
.job-category-listing .single-listing .select-job-items2 .nice-select {
    width: 100%;
    height: 45px;
    background: #fff;
    border-radius: 0px;
    padding: 11px 19px 11px 10px;
    color: #616875;
    line-height: 20px;
    border: 1px solid #ededed;
}
@media (max-width: 767px) {
    .job-category-listing .single-listing .select-job-items2 .nice-select {
        margin-bottom: 20px;
        padding-left: 25px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .job-category-listing .single-listing .select-job-items2 .nice-select {
        margin-bottom: 20px;
        padding-left: 25px;
    }
}
.job-category-listing .single-listing .select-job-items2 .nice-select .list {
    width: 100%;
}
.job-category-listing .single-listing .select-job-items2 .nice-select.open .list {
    width: 100%;
    border-radius: 0;
    border: 0;
}
.job-category-listing .single-listing .select-job-items2 .nice-select::after {
    border-bottom: 1px solid #a9b6cd;
    border-right: 1px solid #a9b6cd;
    height: 12px;
    width: 12px;
    margin-top: -9px;
    right: 29px;
}
.job-category-listing .single-listing .select-Categories .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #666666;
    font-size: 16px;
}
@media (max-width: 767px) {
    .job-category-listing .single-listing .select-Categories .container {
        font-size: 14px;
    }
}
.job-category-listing .single-listing .select-Categories .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.job-category-listing .single-listing .select-Categories .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border: 1px solid #ddd;
}
.job-category-listing .single-listing .select-Categories .container input:checked ~ .checkmark {
    background-color: #ff4357;
    border: 2px solid transparent;
}
.job-category-listing .single-listing .select-Categories .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.job-category-listing .single-listing .select-Categories .container input:checked ~ .checkmark:after {
    display: block;
}
.job-category-listing .single-listing .select-Categories .container .checkmark::after {
    left: 8px;
    top: 1px;
    width: 6px;
    height: 14px;
    border: solid white;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.range_item p {
    margin-bottom: 0;
}
.price_value input {
    border: 0px;
    text-align: center;
    max-width: 50px;
    background-color: transparent;
}
.price_value {
    align-items: center;
}
.irs-to,
.irs-from,
.irs-max,
.irs-min {
    display: none;
}
.price_rangs_aside .l_w_title h3 {
    line-height: 20px;
    margin-bottom: 0px;
}
.irs-bar {
    height: 6px;
    top: 33px;
    border-top: 1px solid #ff3368;
    border-bottom: 1px solid #ff3368;
    background: #ff3368;
    background: linear-gradient(to top, #ff3368 0%, #ff3368 100%);
}
.irs-line {
    height: 6px;
    top: 33px;
    background: linear-gradient(to bottom, #ffeaef -50%, #ffeaef 150%);
    border: 1px solid #ffeaef;
    border-radius: 16px;
    -moz-border-radius: 16px;
}
.irs-slider {
    height: 15px;
    width: 15px;
    border: 1px solid #ff3368;
    background-color: #ff3368;
    background: linear-gradient(to bottom, #ff3368 0%, #ff3368 20%, #ff3368 100%);
    top: 28px;
    box-shadow: none;
    border-radius: 0;
}
@media (max-width: 991px) {
    .product_bar_item {
        width: 100% !important;
    }
}
@media (max-width: 991px) {
    .product_top_bar {
        margin-top: 70px;
    }
    .product_top_bar h2 {
        font-size: 25px;
    }
    .product_bar_single {
        margin-left: 0;
        margin-right: 5px;
    }
    .product_bar_single .nice-select {
        padding-left: 15px;
        padding-right: 35px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pagination-area {
        padding-bottom: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pagination-area {
        padding-bottom: 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pagination-area {
        padding-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .pagination-area {
        padding-bottom: 50px;
    }
}
.pagination-area .page-item {
    margin: 0;
}
.pagination-area .page-item:first-child {
    margin: 0;
}
.pagination-area .page-link {
    border: 0;
    font-size: 15px;
    text-align: center;
    background: none;
    box-shadow: none;
    outline: 0;
    color: #777777;
    padding: 11px 12px;
    background: #fff;
    margin: 0 3px;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
}
.pagination-area .page-link:hover {
    color: #fb246a;
}
.pagination-area .page-item.active .page-link {
    z-index: 1;
    border: 0;
    position: relative;
    box-shadow: none;
    outline: 0;
    background: #242b5e;
    color: #fff;
}

.post-details2 ul {
    padding-left: 30px;
}
.post-details2 ul li {
    list-style-type: circle;
}
.post-details3 {
    padding: 30px 30px 30px 30px;
    border: 1px solid #ededed;
}
.post-details3 ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.post-details3 ul li:last-child {
    margin-bottom: 50px;
}
.post-details4 span {
    color: #5b5c6e;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
}
.post-details4 p {
    margin-bottom: 30px;
    display: block;
}
.post-details4 ul li {
    color: #5b5c6e;
    font-weight: 700;
    font-size: 18px;
    display: block;
}
.post-details4 ul li span {
    color: #5b5c6e;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    padding-left: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .company-img-details {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .job-listing-area {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.btn {
    background: #fb246a;
    -moz-user-select: none;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    padding: 27px 44px;
    border-radius: 0px;
    margin: 10px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
}
.btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #da2461;
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0;
}
.btn:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1;
}
.head-btn2 {
    background: none;
    border: 1px solid #fb246a;
    color: #fb246a;
}

.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-65 {
    margin-top: 65px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-75 {
    margin-top: 75px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-85 {
    margin-top: 85px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-95 {
    margin-top: 95px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-105 {
    margin-top: 105px;
}
.mt-110 {
    margin-top: 110px;
}
.mt-115 {
    margin-top: 115px;
}
.mt-120 {
    margin-top: 120px;
}
.mt-125 {
    margin-top: 125px;
}
.mt-130 {
    margin-top: 130px;
}
.mt-135 {
    margin-top: 135px;
}
.mt-140 {
    margin-top: 140px;
}
.mt-145 {
    margin-top: 145px;
}
.mt-150 {
    margin-top: 150px;
}
.mt-155 {
    margin-top: 155px;
}
.mt-160 {
    margin-top: 160px;
}
.mt-165 {
    margin-top: 165px;
}
.mt-170 {
    margin-top: 170px;
}
.mt-175 {
    margin-top: 175px;
}
.mt-180 {
    margin-top: 180px;
}
.mt-185 {
    margin-top: 185px;
}
.mt-190 {
    margin-top: 190px;
}
.mt-195 {
    margin-top: 195px;
}
.mt-200 {
    margin-top: 200px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-65 {
    margin-bottom: 65px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-75 {
    margin-bottom: 75px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-85 {
    margin-bottom: 85px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-95 {
    margin-bottom: 95px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-105 {
    margin-bottom: 105px;
}
.mb-110 {
    margin-bottom: 110px;
}
.mb-115 {
    margin-bottom: 115px;
}
.mb-120 {
    margin-bottom: 120px;
}
.mb-125 {
    margin-bottom: 125px;
}
.mb-130 {
    margin-bottom: 130px;
}
.mb-135 {
    margin-bottom: 135px;
}
.mb-140 {
    margin-bottom: 140px;
}
.mb-145 {
    margin-bottom: 145px;
}
.mb-150 {
    margin-bottom: 150px;
}
.mb-155 {
    margin-bottom: 155px;
}
.mb-160 {
    margin-bottom: 160px;
}
.mb-165 {
    margin-bottom: 165px;
}
.mb-170 {
    margin-bottom: 170px;
}
.mb-175 {
    margin-bottom: 175px;
}
.mb-180 {
    margin-bottom: 180px;
}
.mb-185 {
    margin-bottom: 185px;
}
.mb-190 {
    margin-bottom: 190px;
}
.mb-195 {
    margin-bottom: 195px;
}
.mb-200 {
    margin-bottom: 200px;
}
.ml-5 {
    margin-left: 5px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-25 {
    margin-left: 25px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-35 {
    margin-left: 35px;
}
.ml-40 {
    margin-left: 40px;
}
.ml-45 {
    margin-left: 45px;
}
.ml-50 {
    margin-left: 50px;
}
.ml-55 {
    margin-left: 55px;
}
.ml-60 {
    margin-left: 60px;
}
.ml-65 {
    margin-left: 65px;
}
.ml-70 {
    margin-left: 70px;
}
.ml-75 {
    margin-left: 75px;
}
.ml-80 {
    margin-left: 80px;
}
.ml-85 {
    margin-left: 85px;
}
.ml-90 {
    margin-left: 90px;
}
.ml-95 {
    margin-left: 95px;
}
.ml-100 {
    margin-left: 100px;
}
.ml-105 {
    margin-left: 105px;
}
.ml-110 {
    margin-left: 110px;
}
.ml-115 {
    margin-left: 115px;
}
.ml-120 {
    margin-left: 120px;
}
.ml-125 {
    margin-left: 125px;
}
.ml-130 {
    margin-left: 130px;
}
.ml-135 {
    margin-left: 135px;
}
.ml-140 {
    margin-left: 140px;
}
.ml-145 {
    margin-left: 145px;
}
.ml-150 {
    margin-left: 150px;
}
.ml-155 {
    margin-left: 155px;
}
.ml-160 {
    margin-left: 160px;
}
.ml-165 {
    margin-left: 165px;
}
.ml-170 {
    margin-left: 170px;
}
.ml-175 {
    margin-left: 175px;
}
.ml-180 {
    margin-left: 180px;
}
.ml-185 {
    margin-left: 185px;
}
.ml-190 {
    margin-left: 190px;
}
.ml-195 {
    margin-left: 195px;
}
.ml-200 {
    margin-left: 200px;
}
.mr-5 {
    margin-right: 5px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-25 {
    margin-right: 25px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-35 {
    margin-right: 35px;
}
.mr-40 {
    margin-right: 40px;
}
.mr-45 {
    margin-right: 45px;
}
.mr-50 {
    margin-right: 50px;
}
.mr-55 {
    margin-right: 55px;
}
.mr-60 {
    margin-right: 60px;
}
.mr-65 {
    margin-right: 65px;
}
.mr-70 {
    margin-right: 70px;
}
.mr-75 {
    margin-right: 75px;
}
.mr-80 {
    margin-right: 80px;
}
.mr-85 {
    margin-right: 85px;
}
.mr-90 {
    margin-right: 90px;
}
.mr-95 {
    margin-right: 95px;
}
.mr-100 {
    margin-right: 100px;
}
.mr-105 {
    margin-right: 105px;
}
.mr-110 {
    margin-right: 110px;
}
.mr-115 {
    margin-right: 115px;
}
.mr-120 {
    margin-right: 120px;
}
.mr-125 {
    margin-right: 125px;
}
.mr-130 {
    margin-right: 130px;
}
.mr-135 {
    margin-right: 135px;
}
.mr-140 {
    margin-right: 140px;
}
.mr-145 {
    margin-right: 145px;
}
.mr-150 {
    margin-right: 150px;
}
.mr-155 {
    margin-right: 155px;
}
.mr-160 {
    margin-right: 160px;
}
.mr-165 {
    margin-right: 165px;
}
.mr-170 {
    margin-right: 170px;
}
.mr-175 {
    margin-right: 175px;
}
.mr-180 {
    margin-right: 180px;
}
.mr-185 {
    margin-right: 185px;
}
.mr-190 {
    margin-right: 190px;
}
.mr-195 {
    margin-right: 195px;
}
.mr-200 {
    margin-right: 200px;
}
.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-35 {
    padding-top: 35px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-55 {
    padding-top: 55px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-65 {
    padding-top: 65px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-75 {
    padding-top: 75px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-85 {
    padding-top: 85px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-95 {
    padding-top: 95px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-105 {
    padding-top: 105px;
}
.pt-110 {
    padding-top: 110px;
}
.pt-115 {
    padding-top: 115px;
}
.pt-120 {
    padding-top: 12px;
}
.pt-125 {
    padding-top: 125px;
}
.pt-130 {
    padding-top: 130px;
}
.pt-135 {
    padding-top: 135px;
}
.pt-140 {
    padding-top: 140px;
}
.pt-145 {
    padding-top: 145px;
}
.pt-150 {
    padding-top: 150px;
}
.pt-155 {
    padding-top: 155px;
}
.pt-160 {
    padding-top: 160px;
}
.pt-165 {
    padding-top: 165px;
}
.pt-170 {
    padding-top: 170px;
}
.pt-175 {
    padding-top: 175px;
}
.pt-180 {
    padding-top: 180px;
}
.pt-185 {
    padding-top: 185px;
}
.pt-190 {
    padding-top: 190px;
}
.pt-195 {
    padding-top: 195px;
}
.pt-200 {
    padding-top: 200px;
}
.pt-260 {
    padding-top: 260px;
}
.pb-5 {
    padding-bottom: 5px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-55 {
    padding-bottom: 55px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-65 {
    padding-bottom: 65px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-75 {
    padding-bottom: 75px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-85 {
    padding-bottom: 85px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-95 {
    padding-bottom: 95px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-105 {
    padding-bottom: 105px;
}
.pb-110 {
    padding-bottom: 110px;
}
.pb-115 {
    padding-bottom: 115px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pb-125 {
    padding-bottom: 125px;
}
.pb-130 {
    padding-bottom: 130px;
}
.pb-135 {
    padding-bottom: 135px;
}
.pb-140 {
    padding-bottom: 140px;
}
.pb-145 {
    padding-bottom: 145px;
}
.pb-150 {
    padding-bottom: 150px;
}
.pb-155 {
    padding-bottom: 155px;
}
.pb-160 {
    padding-bottom: 160px;
}
.pb-165 {
    padding-bottom: 165px;
}
.pb-170 {
    padding-bottom: 170px;
}
.pb-175 {
    padding-bottom: 175px;
}
.pb-180 {
    padding-bottom: 180px;
}
.pb-185 {
    padding-bottom: 185px;
}
.pb-190 {
    padding-bottom: 190px;
}
.pb-195 {
    padding-bottom: 195px;
}
.pb-200 {
    padding-bottom: 200px;
}
.pl-5 {
    padding-left: 5px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-15 {
    padding-left: 15px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-25 {
    padding-left: 25px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-35 {
    padding-left: 35px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-45 {
    padding-left: 45px;
}
.pl-50 {
    padding-left: 50px;
}
.pl-55 {
    padding-left: 55px;
}
.pl-60 {
    padding-left: 60px;
}
.pl-65 {
    padding-left: 65px;
}
.pl-70 {
    padding-left: 70px;
}
.pl-75 {
    padding-left: 75px;
}
.pl-80 {
    padding-left: 80px;
}
.pl-85 {
    padding-left: 85px;
}
.pl-90 {
    padding-left: 90px;
}
.pl-95 {
    padding-left: 95px;
}
.pl-100 {
    padding-left: 100px;
}
.pl-105 {
    padding-left: 105px;
}
.pl-110 {
    padding-left: 110px;
}
.pl-115 {
    padding-left: 115px;
}
.pl-120 {
    padding-left: 120px;
}
.pl-125 {
    padding-left: 125px;
}
.pl-130 {
    padding-left: 130px;
}
.pl-135 {
    padding-left: 135px;
}
.pl-140 {
    padding-left: 140px;
}
.pl-145 {
    padding-left: 145px;
}
.pl-150 {
    padding-left: 150px;
}
.pl-155 {
    padding-left: 155px;
}
.pl-160 {
    padding-left: 160px;
}
.pl-165 {
    padding-left: 165px;
}
.pl-170 {
    padding-left: 170px;
}
.pl-175 {
    padding-left: 175px;
}
.pl-180 {
    padding-left: 180px;
}
.pl-185 {
    padding-left: 185px;
}
.pl-190 {
    padding-left: 190px;
}
.pl-195 {
    padding-left: 195px;
}
.pl-200 {
    padding-left: 200px;
}
.pr-5 {
    padding-right: 5px;
}
.pr-10 {
    padding-right: 10px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-25 {
    padding-right: 25px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-35 {
    padding-right: 35px;
}
.pr-40 {
    padding-right: 40px;
}
.pr-45 {
    padding-right: 45px;
}
.pr-50 {
    padding-right: 50px;
}
.pr-55 {
    padding-right: 55px;
}
.pr-60 {
    padding-right: 60px;
}
.pr-65 {
    padding-right: 65px;
}
.pr-70 {
    padding-right: 70px;
}
.pr-75 {
    padding-right: 75px;
}
.pr-80 {
    padding-right: 80px;
}
.pr-85 {
    padding-right: 85px;
}
.pr-90 {
    padding-right: 90px;
}
.pr-95 {
    padding-right: 95px;
}
.pr-100 {
    padding-right: 100px;
}
.pr-105 {
    padding-right: 105px;
}
.pr-110 {
    padding-right: 110px;
}
.pr-115 {
    padding-right: 115px;
}
.pr-120 {
    padding-right: 120px;
}
.pr-125 {
    padding-right: 125px;
}
.pr-130 {
    padding-right: 130px;
}
.pr-135 {
    padding-right: 135px;
}
.pr-140 {
    padding-right: 140px;
}
.pr-145 {
    padding-right: 145px;
}
.pr-150 {
    padding-right: 150px;
}
.pr-155 {
    padding-right: 155px;
}
.pr-160 {
    padding-right: 160px;
}
.pr-165 {
    padding-right: 165px;
}
.pr-170 {
    padding-right: 170px;
}
.pr-175 {
    padding-right: 175px;
}
.pr-180 {
    padding-right: 180px;
}
.pr-185 {
    padding-right: 185px;
}
.pr-190 {
    padding-right: 190px;
}
.pr-195 {
    padding-right: 195px;
}
.pr-200 {
    padding-right: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-padding2 {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding2 {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding2 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media (max-width: 767px) {
    .section-padding2 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
.section-padding30 {
    padding-top: 200px;
    padding-bottom: 170px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-padding30 {
        padding-top: 200px;
        padding-bottom: 170px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding30 {
        padding-top: 150px;
        padding-bottom: 120px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding30 {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding30 {
        padding-top: 60px;
        padding-bottom: 28px;
    }
}
@media (max-width: 767px) {
    .section-padding30 {
        padding-top: 60px;
        padding-bottom: 28px;
    }
}
.section-pad-t30 {
    padding-top: 195px;
    padding-bottom: 195px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-pad-t30 {
        padding-top: 195px;
        padding-bottom: 195px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-pad-t30 {
        padding-top: 195px;
        padding-bottom: 195px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-pad-t30 {
        padding-top: 95px;
        padding-bottom: 95px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-pad-t30 {
        padding-top: 65px;
        padding-bottom: 65px;
    }
}
@media (max-width: 767px) {
    .section-pad-t30 {
        padding-top: 65px;
        padding-bottom: 65px;
    }
}
.feature-padding {
    padding-top: 195px;
    padding-bottom: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-padding {
        padding-top: 195px;
        padding-bottom: 130px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-padding {
        padding-top: 70px;
        padding-bottom: 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .feature-padding {
        padding-top: 70px;
        padding-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .feature-padding {
        padding-top: 70px;
        padding-bottom: 50px;
    }
}
.section-padding3 {
    padding-top: 200px;
    padding-bottom: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-padding3 {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding3 {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding3 {
        padding-top: 50px;
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding3 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .section-padding3 {
        padding-top: 40px;
        padding-bottom: 70px;
    }
}
.section-padd-top30 {
    padding-top: 170px;
    padding-bottom: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-padd-top30 {
        padding-top: 170px;
        padding-bottom: 200px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padd-top30 {
        padding-top: 170px;
        padding-bottom: 200px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padd-top30 {
        padding-top: 100px;
        padding-bottom: 160px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padd-top30 {
        padding-top: 50px;
        padding-bottom: 90px;
    }
}
@media (max-width: 767px) {
    .section-padd-top30 {
        padding-top: 35px;
        padding-bottom: 90px;
    }
}
.testimonial-padding {
    padding-top: 190px;
    padding-bottom: 220px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-padding {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-padding {
        padding-top: 80px;
        padding-bottom: 100px;
    }
}
@media (max-width: 767px) {
    .testimonial-padding {
        padding-top: 80px;
        padding-bottom: 100px;
    }
}
.blog-h-padding {
    padding-top: 190px;
    padding-bottom: 170px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-h-padding {
        padding-top: 150px;
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-h-padding {
        padding-top: 70px;
        padding-bottom: 40px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-h-padding {
        padding-top: 70px;
        padding-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .blog-h-padding {
        padding-top: 70px;
        padding-bottom: 40px;
    }
}
.footer-padding {
    padding-top: 170px;
    padding-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .footer-padding {
        padding-top: 170px;
        padding-bottom: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-padding {
        padding-top: 170px;
        padding-bottom: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-padding {
        padding-top: 100px;
        padding-bottom: 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 0px;
    }
}
@media (max-width: 767px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 0px;
    }
}
.section-tittle h2 {
    color: #28395a;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 95px;
}
@media (max-width: 767px) {
    .section-tittle h2 {
        font-size: 30px;
        line-height: 1.4;
        margin-bottom: 50px;
    }
}
.section-tittle span {
    color: #fb246a;
    text-transform: uppercase;
    margin-bottom: 28px;
    display: block;
}
.section-tittle.white-text h2 {
    color: #fff;
}
.small-section-tittle h4 {
    color: #28395a;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
.small-section-tittle2 h4 {
    color: #1e2147;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
.small-section-tittle2 .ion {
    float: left;
    padding-right: 16px;
}
.section-tittle2 h2 {
    margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-tittle2 h2 {
        font-size: 43px;
    }
}
@media (max-width: 767px) {
    .section-tittle2 h2 {
        font-size: 29px;
    }
}