    @font-face {
    font-family: 'Vremena Grotesk Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Vremena Grotesk Regular'), url('../fonts/VremenaGrotesk.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Vremena Grotesk Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Vremena Grotesk Bold'), url('../fonts/VremenaGroteskBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Vremena Grotesk Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Vremena Grotesk Bold Italic'), url('../fonts/VremenaGroteskBoldItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Vremena Grotesk Book';
    font-style: normal;
    font-weight: normal;
    src: local('Vremena Grotesk Book'), url('../fonts/VremenaGroteskBook.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Vremena Grotesk Book Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Vremena Grotesk Book Italic'), url('../fonts/VremenaGroteskBookItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Vremena Grotesk Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Vremena Grotesk Italic'), url('../fonts/VremenaGroteskItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Vremena Grotesk Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Vremena Grotesk Medium'), url('../fonts/VremenaGroteskMedium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Vremena Grotesk Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Vremena Grotesk Medium Italic'), url('../fonts/VremenaGroteskMediumItalic.woff') format('woff');
    }
	

.tr-logo {
    max-width: 265px;
}

.mb-60 {
	margin-bottom:80px;
}



.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #ffffff;
}


.full-width {
    max-width: 100%;
    width: 100%;
}

.centrize {
    display: table;
    table-layout: fixed;
    height: 100%;
    position: relative;
}
.vertical-center {
    display: table-cell;
    vertical-align: middle;
}

.preloader .spinner {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.preloader .spinner .double-bounce1, .preloader .spinner .double-bounce2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #a07bf7;
    opacity: 1;
    -webkit-animation: loader-bounce 2s infinite ease-in-out;
    animation: loader-bounce 2s infinite ease-in-out;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
}

.preloader .spinner .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    opacity: 0.1;
}

.preloader:after {
	display:none;
}


@-webkit-keyframes loader-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }

}

@keyframes loader-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

}

.shadowr {
    box-shadow: 15px 15px 0px 0px rgb(255 255 255 / 40%);
    box-shadow: 0px 0px 35px 0px rgb(255 255 255 / 30%);
}

.navbar {
	border:none;
	padding:0;
}

.main-header  .navbar-brand {
	padding:0;
}

.main-header  .navbar-brand img {
    width: 178px;
    margin-top: 0px;
}

.main-header .navbar-nav > li {
    position: relative;
    float: left;
    margin-left: 45px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .navbar-nav > li > a, .navbar-expand-md .navbar-nav .nav-link {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    padding: 10px 0;
    color: #fefefe;
    opacity: 1;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .navbar-nav > li > a.active:before, 
.main-header .navbar-nav > li > a:hover:before {
    left: 0;
    width: 100%;
}

.main-header .navbar-nav > li > a:before {
    position: absolute;
    left: 50%;
    bottom: 10px;
    height: 2px;
    width: 0%;
    content: "";
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
    background: rgb(247,0,104);
    background: -moz-linear-gradient(to left, rgba(247,0,104,1) 0%, rgba(68,16,102,1) 100%);
    background: -webkit-linear-gradient(to left, rgba(247,0,104,1) 0%, rgba(68,16,102,1) 100%);
    background: linear-gradient(to left, rgba(247,0,104) 0%,rgba(68,16,102,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .navbar .container {
	padding:0;
}

.main-header .navbar-nav.nav-right {
	padding-left:10px;
}

.main-header .navbar-nav.nav-right li {
	margin-left:20px;
}

.navbar-toggler-icon {
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #e1137b;
}


.main-header .navbar-nav > li > a.theme-btn {
    position: relative;
    float: right;
    padding: 10px 20px;
    line-height: 20px;
    font-size: 14px;
    background: #5d4da8;
    min-width: 110px;
    text-align: center;
    border-radius: 10px;
    background-color: #ec167f;
    font-weight: 400;
}

.main-header .navbar-nav > li > a.login-button {
    position: relative;
    float: right;
    padding: 10px 20px;
    line-height: 20px;
    font-size: 14px;
    background: #5d4da8;
    min-width: 110px;
    text-align: center;
    border-radius: 10px;
    font-weight: 400;
}



.main-header .main-box {
	background:#fff;
    padding: 24px 0;
}

.theme-btn:before {
	display:none;
}

.theme-btn:hover {
	box-shadow:none;
}

.main-header .navbar-nav > li > a.theme-btn.come {
	background:#3d107b;
	color:#fff;
	border-radius:0;
}

.main-header .navbar-nav > li > a.theme-btn.come:after {
	content:'';
	background-image: linear-gradient(90deg, #fc5f00 0%, #e119a0 20%, #ffa000 41%, #00a3ff 61%, #73d7c3 79%, #750787 100%);
	position:absolute;
	bottom:-3px;
	left:0;
	width:100%;
	height:3px;
}

#banner .content-column {
	background:#3d107b url(../images/bg-hands.png) bottom center no-repeat;
	background:#3d107b url(../images/PrideWebsite_banner.jpg) bottom center no-repeat;
	background:#3d107b url(../images/bg-banner-hands.jpg) bottom center no-repeat;
    padding: 435px 0 40px 0;
    background-size: 100% 100%;
}

#banner .image-column {
	background:url(../images/bg-banner.png) 50% 50% no-repeat;
	background-size:cover;
    background-size: 100% 100%;
}

#banner h2 {
    color: #fff;
    font-size: 53px;
}

#banner h2 span {
	font-size:79px;
}

#banner .theme-btn {
    background: #ffffff;
    color: #181818;
    font-size: 21px;
    font-weight: 600;
    padding: 16px 40px;
}

a.theme-btn:not([href]):not([tabindex]) {
	color:#fff;
}

#banner .img-arrow {
    position: absolute;
    bottom: -29px;
    right: -193px;
}

#banner .theme-btn:hover {
    background: #3d107b;
    color: #fff;
}

#banner .text {
	color: #fff;
    letter-spacing: 1px;
    font-size: 29px;
    font-family: 'Vremena Grotesk Regular';
    font-style: italic;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 25px;
}

.section-ab {
	padding:90px 0;
}


.s-video-wrap {
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    position: relative;
    border-radius: 30px;
}

.about-area .s-video-wrap {
    align-items: center;
}

.about-area .s-video-wrap {
    border-radius: 0;
}

.s-video-content {
    width: 100%;
    text-align: center;
    position: relative;
}

.about-area .s-video-wrap .s-video-content::after {
    background: #ffc7e2;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    left: 3%;
    top: 3%;
}

.about-area .s-video-content a {
    z-index: 9;
    font-size: 20px;
    color: #fff;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background: #ff007a;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.s-video-content a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 170px;
    width: 170px;
    background: rgba(255, 255, 255, 0.479);
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    animation: pulse-border 1500ms ease-out infinite;
}

.mb-50 {
    margin-bottom: 50px;
}

.sec-title h2 {
    color: #3d107b;
    margin-top: 0px;
    font-style: normal;
    font-weight: bold;
    font-size:37px;
    font-family: 'Vremena Grotesk Bold';
}

.sec-title .text {
	color:#181818;
	font-size:17px;
	line-height:1.8;
}

.sec-title .text.fs-20 {
	font-size:20px;
}


@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
	}
}

.text-outline {
    -webkit-text-stroke-color: #d6f1ff;
    -ms-text-stroke-color: #d6f1ff;
    -o-text-stroke-color: #d6f1ff;
    position: absolute;
    top: -22px;
    left: -10px;
    right: 0;
    z-index: -1;
    color: transparent;
}

.text-outline {
    color: #f5f5f5;
    -webkit-text-stroke: 1px #f2f0f0;
    -webkit-text-fill-color: #fff;
    font-size: 132px;
    font-weight: bold;
}

#comeoutasally {
	background:#f9f9f9;
}

#comeoutasally h3 {
	font-size: 25px;
	color: #ff007a;
    line-height: 1.6;
}

.font-weight-semibold {
	font-weight:600;
}

.theme-btn {
    padding: 14px 45px;
    line-height: 20px;
    font-size: 16px;
    background: #3d107b;
    min-width: 110px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    border-radius: 0;
	position:relative;
	overflow:visible;
}

.theme-btn:hover {
	background:#000;
	color:#fff;
}
    /*border-image-source: linear-gradient(90deg, #fc5f00 0%, #e119a0 20%, #ffa000 41%, #00a3ff 61%, #73d7c3 79%, #750787 100%);*/

.theme-btn:after {
    content: '';
        background-image: linear-gradient(90deg, #fc5f00 0%, #e119a0 20%, #ffa000 41%, #00a3ff 61%, #73d7c3 79%, #750787 100%);
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 4px;
}

.feature-box {
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 50px;
}

.feature-box .crl {
    background: #fff5f5;
    background: #ffeeee;
    display: inline-block;
    width: 158px;
    height: 158px;
    border-radius: 50%;
    position: relative;
    padding: 54px 0;
}


.mb-30 {
    margin-bottom: 30px;
}

.feature-box .crl img {
    width: 49px;
}

.feature-box.ft .crl img {
    width: 55px;
}

.feature-box .crl span {
	position: absolute;
    top: 18px;
    right: -6px;
    background: #ff007a;
    width: 36px;
    padding: 4px 0;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    border: 2px solid #fff;
}

.feature-box h4 {
    color: #002691;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
}

.pricing-section {
	background:url(../images/pricing_bg.jpg) 50% 50% no-repeat;
	background:url(../images/bg-career.png) 50% 50% no-repeat;
	background-size:cover;
    position: relative;
    overflow: hidden;
	padding:90px 0;
}

.pricing-section::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, rgba(00, 163, 255, 0.86), rgba(255, 25, 160, 0.86)) repeat scroll 0 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.pricing-section .text-outline {
    color: #8d098a;
    -webkit-text-stroke: 1px #d94cc0;
    -webkit-text-fill-color: transparent;
}

.s-title {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 13px;
    display: inline-block;
}

.pricing-section .bgr {
	background:url(../images/pricing-box-bg.png);
    padding: 45px 50px 0;
    background-position: 0% 100%;
}

.pricing-section .sec-title h2 {
    font-size: 50px;
}

.pricing-block .title {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 1.2em;
    color: #ec167f;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.pricing-block .price {
    color: #002691 !important;
    font-size: 48px;
    line-height: .8;
    font-family: 'Poppins', sans-serif;
}

.pricing-block .price span {
    text-decoration: line-through;
    color: #ec167f;
    font-size: 25px;
    display: inline-block;
    width: 100%;
}

.pricing-block .price i {
    font-size: 16px;
    padding-right: 3px;
}

.pricing-block .inner-box {
	background:none;
	box-shadow:none;
}

.pricing-block .smr {
	color: #171717;
    font-weight: 600;
    font-size: 17px;
    padding: 0 39px;
    margin-top: 15px;
}

#jobpride {
	padding:55px 0;
}

#jobpride .client-block img {
	max-height:60px;
}

#jobpride h4 {
	color:#1b1b1b;
	font-weight:600;
	font-size:30px;
}


#jobpride .theme-btn {
    padding: 17px 30px;
    font-weight: 500;
    font-size: 18px;
}

#jobpride .sec-title h2 {
    color: #002691;
    font-weight: bold;
    font-size: 50px;
}


#jobpride .text-outline {
    color: #f5f5f5;
    -webkit-text-stroke: 2px #f3f5ff;
    -webkit-text-fill-color: #fff0;
    top: 55px;
    left: 71px;
    font-size: 86px;
}
	
	
#jobpride .text {
    color: #47759d;
    font-size: 14px;
    line-height: 28px;
    font-size: 13px;
}

.main-footer .logoi {
	max-height:58px;
}
	
	
	
.main-footer.style-three {
    background-position: center;
    background-color: #ff007a;
    position: relative;
    border-bottom: 5px solid #ff007a;
	border-image-slice: 1;
	border-width: 16px;
	position:relative;
	border-image-source: linear-gradient(90deg, #fc5f00 0%, #e119a0 20%, #ffa000 41%, #00a3ff 61%, #73d7c3 79%, #750787 100%);
}
	
	
.main-footer.style-three::before {
    position: absolute;
    content: "";
    background: url(../images/f-overly.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
}
	
.main-footer.style-three .footer-content {
    position: relative;
    padding: 0px 0;
}

.main-footer.style-three .footer-nav li a, .main-footer.style-three .copyright-text {
    color: #fff;
}

.main-footer p {
    margin: 30px 0;
}

.social-icon-two li a {
	background:none;
}

.social-icon-two li a .fab {
    font-size: 16px;
    color: #bad3ed;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 47px;
    border: 2px solid #ffffff38;
    border-radius: 50%;
	background:none;
}

.social-icon-two li a .fab:hover {
    color: #fff;
    background: #e1137b;
}

.main-footer.style-three .footer-nav li {
    display: inline-block;
	margin:0;
}

.main-footer.style-three .footer-nav li a {
    color: #bad3ed;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
}

.main-footer.style-three .footer-nav li::after {
    content: "|";
    margin: 0 25px;
    display: inline-block;
}

.main-footer.style-three .footer-nav li:last-child::after 
{
	display:none;
}


.main-footer .footer-nav {
    position: relative;
    margin-bottom: 0px;
    border-top: 1px solid #ffffff38;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
}

.main-header.fixed-header .main-box {
    padding: 19px 0;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
}


/*** Modal CSS ***/
.number-bar {
    padding: 0;
    position: relative;
}

.number-bar span.round {
    background: #5d4da8;
    width: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.number-bar .line {
    display: inline-block;
    width: 100%;
    background: #5d4da8;
    height: 2px;
    position: absolute;
    top: 15px;
    left: 0;
}

.number-bar.active .line, .number-bar.active .round {
    background: #ec167f;
}


.modal-form .modal-body {
    padding: 25px 30px;
}


.modal-form h4 {
    color: #000;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
}

.modal-form .frames input {
	display:inline-block;
	width:100%;
	height:100%;
	appearance:none;
	border:2px solid #ccc;
	cursor:pointer;
	position:absolute;
	top:0;
	left:15px;
	width:calc(100% - 30px);
	z-index:2;
}

.modal-form .frames img {
	width:100%;
	border:2px solid #ccc;
	opacity:.5;
}

.modal-form .frames input:checked + img {
	opacity:1;
}

.modal-form .frames input:checked {
	border:3px solid #ff007a;
}

.modal-form .frames input:checked:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 9px;
    color: #fff;
    background: #ff007a;
    line-height: 28px;
    width: 28px;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
}

.modal-form .sec-title h2 {
    font-size: 30px;
}

.modal-form .text {
    color: #ff007a;
    margin-top: 7px;
    font-size: 15px;
}

.modal-form .theme-btn {
    padding: 14px 60px;
}

.modal-form .d-btn .theme-btn {
    padding: 14px 20px;
    min-width: 165px;
    font-size: 15px;
}

.modal-form  .theme-btn.pink-btn {
    background: #e6006e;
}

.modal button.close {
    opacity: 1;
    font-size: 29px;
    position: absolute;
    top: -19px;
    right: -19px;
    font-weight: 400;
    z-index: 9;
    background-color: #3d107b;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 42px;
    border-radius: 50%;
    color: #fff;
    text-shadow: none;
}

.modal button.close:hover {
    background: #e6006e;
}

.pricing-section .row {
    margin-left:-15px;
    margin-right:-15px;
}

.contact-form .form-group input[type="Password"], .contact-form .form-group input[type="text"], .contact-form .form-group input[type="file"], .contact-form .form-group input[type="email"], .contact-form .form-group input[type="url"], .contact-form .form-group textarea, .contact-form .form-group select {
    padding: 10px 15px;
    height: 45px;
    color: #777777;
    font-size: 13px;
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    border: 1px solid #d7d7d7;
    background: none;
}


.contact-form label {
    color: #000;
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 18px;
    font-weight: 400;
}

.main-header .main-box h6 {
    color: #000;
    font-weight: 500;
    font-family: 'Vremena Grotesk Regular';
    font-size: 18px;
    line-height: 1.1;
}

.main-header .main-box h6 span {
    font-family: 'Vremena Grotesk Bold';
    font-size: 25px;
}


.modal-form .d-btn.lts .theme-btn {	
    padding: 14px 12px;
    min-width: 141px;
    font-size: 12px;
    text-transform: uppercase;
}

.d-btn.lts  a.theme-btn.pink-btn.btn-li {
    padding: 0;
    vertical-align: top;
    height: 48px;
    text-transform: uppercase;
    background: #0073af;
}

a.theme-btn.pink-btn.btn-li i {
    float: left;
    font-size: 14px;
    width: 37px;
    line-height: 48px;
    border-right: 2px solid #00689e;
    padding-left: 2px;
}

a.theme-btn.pink-btn.btn-li span {
    display: inline-block;
    line-height: 48px;
    padding: 0 7px;
}

.modal-open .modal {
	padding:0 !important;
}

.pricing-section .coup-text {
    font-size: 12px;
    font-weight: 500;
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
}

.pricing-section .coup-text span {
	font-weight:bold;
	color:#ec167f;
}

.modal-form .text {
	margin-top:10px;
}

.modal-form .text.stext {
    font-size: 13px;
    margin-top: 3px;
    margin-bottom: 0;
    color: #000;
}

.modal-form .theme-btn.sbtn {
	padding: 8px 12px;
    min-width: 134px;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 13px;
    margin-bottom: 7px;
    background: #0073af;
}

.d-btn.lts a.theme-btn.pink-btn.btn-li.db {
}

.d-btn.lts a.theme-btn.pink-btn.btn-li.db i {
}

select.form-control:not([size]):not([multiple]) {
    height: 45px;
}


.color-pink {
    color: #ff007a !important;
}

#jobpride figure.image-box {
    padding: 20px 6px;
    border: 1px solid #181818;
    border: none;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 10%);
    border-radius: 7px;
    font-size: 14px;
    color: #181818;
}

#jobpride figure.image-box a {
    color: #181818;
}


/**** Responsive CSS ****/

@media only screen and (max-width: 767px) {


.tr-logo {
    max-width: 249px;
}

.modal-form .modal-body {
    padding: 25px 17px;
}

.modal-form .frames {
    margin-bottom: 20px;
}

.modal-form .sec-title h2 {
    font-size: 30px;
    margin-top: 30px;
}

.modal-form .d-btn .theme-btn {
    padding: 14px 12px;
    min-width: 155px;
    font-size: 15px;
}

.modal-form .modal-dialog {
    margin-top: 80px;
}


.modal button.close {
    top: -45px;
    right: 0;
}


#banner h2 {
    font-size: 28px;
}

#banner h2 span {
    font-size: 32px;
}

#banner .text {
    font-size: 16px;
    margin-bottom: 3px;
    margin-top: 4px;
    text-align: center;
}

#banner .content-column {
	padding: 140px 0 50px 0;
	padding: 190px 0 25px 0;
	background:#3d107b url(../images/bg-banner-hands.jpg) bottom center no-repeat;
    background-size: 100%;
}

#banner .image-column {
    padding-top: 12px;
}

#banner .theme-btn {
    font-size: 15px;
    padding: 12px 17px;
}

#about .content-column {
	margin-top:80px !important;
}

.sec-title .text.fs-20 {
    font-size: 16px;
}

.sec-title .text.fs-20 br {
	display:none;
}

#comeoutasally .content-column {
    margin-bottom: 45px !important;
}

.pricing-section .row {
	margin-left:-15px;
	margin-right:-15px;
}

.text-outline {
    font-size: 74px;
}

#jobpride .text-outline {
    top: 28px;
    left: 15px;
    font-size: 35px;
}

.pricing-section .sec-title h2,
#jobpride .sec-title h2 {
    font-size: 37px;
}

.sec-title .text {
    margin-bottom: 25px;
    text-align: justify;
    font-size: 16px;
}

#jobpride h4 {
    font-size: 22px;
}

.main-header .navbar-brand img {
    width: 180px;
    margin-top: 0;
}

.main-header {
	padding:0;
}

.navbar-toggler-icon {
    padding-top: 6px;
}

#about {
	padding:60px 0px 37px 0px;
}


.section-ab {
	padding:60px 0px 60px 0px;
}

.main-header.fixed-header .main-box {
    padding: 12px 0;
}

.s-video-content iframe {
	height:200px !important;
}

#banner .img-arrow {
	display:none;
}

.main-header .main-box {
    padding: 14px 0;
}

.main-header .theme-btn {
    padding: 10px 13px;
    line-height: 18px;
    font-size: 12px;
}

.feature-box {
    margin-bottom: 25px;
}

.feature-box .crl {
    width: 120px;
    height: 120px;
    padding: 38px 0;
    margin-bottom: 17px;
}

.feature-box.ft .crl img {
    width: 40px;
}

.feature-box .crl img {
    width: 37px;
}


.main-header .main-box h6 {
    color: #000;
    font-weight: 500;
    font-family: 'Vremena Grotesk Regular';
    font-size: 14px;
}


.main-header .main-box h6 span {
    font-family: 'Vremena Grotesk Bold';
    font-size: 18px;
}

.banner-sec .image-box {
    padding-right: 32px;
}

.sec-title {
    text-align: center;
}

.about-area .text-outline{
    left: 50%;
    margin-left: -106px;
}

#jobpride .text br {
	display:none;
}

.feature-box .crl span {
    top: -10px;
    right: 11px;
}


a.theme-btn.pink-btn.btn-li i {
    width: 50px;
}

.modal-form .sec-title .text {
    margin-top: 10px;
    margin-bottom: 0px;
}


	
.main-footer .logoi {
	max-height:80px;
}
}



@media (min-width: 767px) and (max-width: 991px) {
	#banner .img-arrow {
    position: absolute;
    bottom: -47px;
    right: -69px;
    height: 28px;
}

#banner .content-column {
    padding: 219px 0 122px 0;
    padding: 241px 0 59px 0;
    background-size: 100% 100%;
}

#banner h2 {
    font-size: 32px;
}

#banner .text {
    font-size: 17px;
}

#banner h2 span {
    font-size: 20px;
}

#banner .image-column img {
    max-height: 370px;
}


}

@media (min-width: 767px) and (max-width: 1169px) {
	
.pricing-section .bgr {
    padding: 45px 20px 0;
}


#jobpride .text-outline {
    top: 47px;
    left: 21px;
    font-size: 64px;
}
}

@media (min-width: 992px) and (max-width: 1300px) {
#banner h2 {
    font-size: 42px;
}

#banner .img-arrow {
    right: -118px;
}

#banner h2 span {
    font-size: 55px;
}

#banner .text {
    font-size: 21px;
}

#banner .content-column {
    padding: 280px 0 166px 0;
    padding: 365px 0 85px 0;
}


}

