/*==================================
* Author        : "ThemeSine"
* Template Name : Listrace  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Roboto', sans-serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Header-top
3.  Top-area
4.  Welcome-hero
5.  List-topics
6.  Works  
7.  Explore
8.  Reviews
9.  Counter
10. Blog
11. Subscribe
12. Footer
==========================================*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	color:#a09e9c;
    text-transform:initial;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: #343a3f;
	font-size:16px;
	padding:0;
    font-weight: 500;
    text-transform: capitalize;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:#343a3f;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
p {
	margin: 0;
	color:#767f86;
	font-size:14px;
    line-height: 1.8;
    text-transform: initial;
}
img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
	
}
select,input,textarea,button{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;font-size: 12px;}

html,body{height: 100%;}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

/* section-header */
.logo{
    width: 200px;
    height: 120px;

}
.section-header{
    position: relative;
    /*text-align: center;*/
}
.section-header h2{
    color: #505866;
    font-size:30px;
    font-weight: 500;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}
.section-header h2 span{text-transform: lowercase;}
.section-header p{
    font-size:16px;
}
/* section-header */
.fix{position: relative;clear: both;}
/*=============Style css=========*/


/*-------------------------------------
        2. Header-top
--------------------------------------*/
.header-top{border-bottom:1px solid #f6f8fa;}

.header-top ul li {display: inline-block;}

.header-top-left li,.header-top-right li  {display: inline-block;}

/*.select-opt*/
.select-opt,.header-top-contact{
    padding: 10px 18px;
    border-right: 1px solid #f6f8fa;
}
.header-top-contact{
    border-right: 0;
    border-left: 1px solid #f6f8fa;
    font-size: 12px;
}
.select-opt select {
    border: none;
    cursor:pointer;
    color:#a7b0ba;
    font-size: 12px;
    font-weight: 300;
}
.select-opt option{
    color:#a7b0ba;
    text-transform: uppercase;
}
.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}
.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}
/*.select-opt*/

.header-top-right ul li a{
    color:#a7b0ba;
    font-size: 12px;
    font-weight: 300;
}


/*-------------------------------------
        3. Top-area
--------------------------------------*/
nav.navbar.bootsnav {
    background-color:#fff;
    border-bottom: transparent;
}
.wrap-sticky nav.navbar.bootsnav.sticked {background-color: #fff;box-shadow: 0 2px 5px rgba(0,0,0,.2);}

/*.navbar-brand*/
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #1b1e20;
    font-size: 20px;
    font-weight: 700;
    padding: 34px 0px;
    text-transform:capitalize;
}
/*.navbar-header a.navbar-brand span{display: inline-block;color:#ff545a;text-transform:capitalize;}*/

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {padding:30px 0px;}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    /*color: #859098;*/
    color:#282828;
    font-size: 14px;
    font-weight: 500;
    text-transform:uppercase;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {padding:34px 21px;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus{color: #f6681e;}
nav.navbar.bootsnav ul.nav > li.active>a {color: #f6681e;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a{padding:34px 21px;}
/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
/*.menu-ui-design::-webkit-scrollbar-thumb {*/
/*  background-color: #ff545a;*/
/*}*/
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
       position: relative;
    background-color: #f7681e;
    /* border: 1px solid #f7681e; */
    /*padding: 10px;*/
    /*top: 13px;*/
    /*line-height: 19px;*/
    /*padding: 20px;*/
    top: 23px;
    line-height: 19px;
    padding: 20px;
    left: 230px;

}

.navbar-default .navbar-toggle:hover:before, .navbar-default .navbar-toggle:focus:before{
    color:white !important;
}





/*nav.navbar.bootsnav .navbar-toggle i{color: #ff545a;}*/
/*.navbar-toggle */

/*-------------------------------------
        4.  Welcome-hero
--------------------------------------*/
.welcome-hero {
    position: relative;
    background:url(../images/welcome-hero/s1.jpg)no-repeat;
    background-position:center;
    background-size:cover;
    text-align: center;
    height:600px;
    z-index: 1;
}
.welcome-hero:before{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(65,73,89,.65);
    z-index: -1;
}


.welcome-hero2 {
    position: relative;
    background:url(../images/welcome-hero/s4.jpg)no-repeat;
    background-position:center;
    background-size:cover;
    text-align: center;
    height:600px;
    z-index: 1;
}
.welcome-hero2:before{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(65,73,89,.65);
    z-index: -1;
}

.position-relative{
    position:relative !important;
}

.welcome-hero0 {
    position: relative;
    /*background:url(../images/welcome-hero/s4.jpg)no-repeat;*/
    /*background-position:center;*/
    /*background-size:cover;*/
    /*text-align: center;*/
    /*height:600px;*/
    /*z-index: 1;*/
}
.welcome-hero0:before{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(65,73,89,.65);
    z-index: -1;
}

.welcome-hero-txt { padding-top: 240px;}

.welcome-hero-txt h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 1.4;
}
.welcome-hero-txt p {
    font-size: 18px;
    color: #fcfcfc;
    margin-top: 25px;
}

.welcome-hero-serch-box{margin-top: 78px;display: flex;}
.welcome-hero-form {
    display: flex;
    background: #fff;
    height: 70px;
    border-radius: 3px;
    width: 85%;
}
.single-welcome-hero-form {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    padding: 0 30px;
}
.single-welcome-hero-form:first-child{border-right: 1px solid #edeff1;}
.single-welcome-hero-form input {
    margin-left: 10px;
    height: 70px;
    width: 300px;
    border: 0;
    background: transparent;
}
.single-welcome-hero-form input[type="text"]{
    font-size: 14px;
    color: #859098;
    text-transform: capitalize;
    font-weight: 500;
}
.welcome-hero-form-icon {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #252d32;
}
.welcome-hero-btn {
    display:  flex;
    justify-content:  center;
    align-items:  center;
    font-size:  14px;
    color:  #fff;
    width:  170px;
    height:  70px;
    background:  #ff545a;
    text-transform:  capitalize;
    margin-left:  30px;
    border-radius: 3px;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
.welcome-hero-btn:hover{/*background: #fd4043;*/background: #f43032;}

.welcome-hero-btn svg {
    width:  14px;
    height:  auto;
    margin-left:  12px;
}

/*-------------------------------------
        5. List-topuics
--------------------------------------*/
.list-topics-content {
    position: relative;
    top: -98px;
    z-index: 1;
}
.list-topics-content ul li { display: inline-block;}

.single-list-topics-content{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 257px;
    height: 175px;
    background:#fff;
    border-radius: 3px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0px 10px rgba(71,71,71,.2);
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
    /*padding: 10px;*/

}

.single-list-topics-content p{
        margin: 13px 10px;
    color: #767f86;
    font-size: 14px;
    line-height: 1.8;
    text-transform: initial;
    flex-grow: 1;
    /* padding: 8px; */
    color: #282828;
    text-align: center;
}


.single-list-topics-content h2>a { margin: 13px 0;}
/*.single-list-topics-content:last-child{margin-right: 0;}*/

.single-list-topics-icon i{
    font-size:50px;
    color:#3c3c3c;
    padding-top:13px;
}

.list-topics-content:hover{
    color:white !important;
}
.single-list-topics-icon i:hover{
    color:white !important;
}

.single-list-topics-icon [class^="flaticon-"]:before,.single-list-topics-icon [class*=" flaticon-"]:before,.single-list-topics-icon [class^="flaticon-"]:after,.single-list-topics-icon [class*=" flaticon-"]:after {font-size: 45px;color:#343a3f;}
.single-list-topics-content:hover .single-list-topics-icon [class^="fa-"]:before,.single-list-topics-content:hover .single-list-topics-icon [class*=" fa-"]:before,.single-list-topics-content:hover .single-list-topics-icon [class^="fa-"]:after,.single-list-topics-content:hover .single-list-topics-icon [class*=" fa-"]:after {color:#fff;}

.single-list-topics-content:hover h2>a,.single-list-topics-content:hover p{color: #fff!important;}
.single-list-topics-content:hover{
    color: #fff !important;
    background:#f7681e;
    box-shadow: 0 5px 10px rgba(71,71,71,.4);
}

/*-------------------------------------
        6. Works 
--------------------------------------*/
.works{padding: 0 0 90px;}
.works-content {margin-top: 73px;}

.single-how-works{
    text-align: center;
    padding:50px 42px;
    border-radius: 3px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2);
    margin-bottom: 30px;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}

.single-how-works-icon {
    display: inline-block;
    color: #50616c;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #eef2f6;
    border-radius: 50%;
}
.single-how-works h2 a {
    font-size:  18px;
    margin: 35px 0 20px;
}
.single-how-works h2 a span {text-transform:  lowercase;}
.single-how-works p {margin-bottom: 25px;text-transform: initial;}

.single-how-works-icon [class^="flaticon-"]:before,.single-how-works-icon [class*=" flaticon-"]:before,.single-how-works-icon [class^="flaticon-"]:after,.single-how-works-icon [class*=" flaticon-"]:after {font-size: 35px;}
.single-how-works:hover .single-how-works-icon [class^="flaticon-"]:before,.single-how-works:hover .single-how-works-icon [class*=" flaticon-"]:before,.single-how-works:hover .single-how-works-icon [class^="flaticon-"]:after,.single-how-works:hover .single-how-works-icon [class*=" flaticon-"]:after {color:#ff545a;}

.welcome-hero-btn.how-work-btn {
    display: inline-block;
    margin: 0;
    width: 100px;
    height: 35px;
    font-size: 12px;
    background: transparent;
    color: #767f86;
    border: 1px solid #d3d6d9;
    border-radius: 3px;
}

.single-how-works:hover h2 a,.single-how-works:hover p{color: #fff;}
.single-how-works:hover .single-how-works-icon{background: #fff;}
.single-how-works:hover .welcome-hero-btn.how-work-btn{background: #fff;color: #ff545a;}
.single-how-works:hover{box-shadow: 0 0px 10px rgba(71,71,71,.4);background: #ff545a;}

/*-------------------------------------
        7. Explore
--------------------------------------*/
.explore{
    padding:117px 0 95px;
    background: #f8fafb;
}
.explore-content{margin-top: 78px;}

.single-explore-item {
    background: #fff;
    border: 1px solid #edeff1;
    border-radius: 3px;
    margin-bottom: 25px;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}
.single-explore-img{position:relative;overflow: hidden;}
.single-explore-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(162,172,177,.2);
}
.single-explore-img-info {
    position: absolute;
    bottom:-20px;
    left: 0;
    width: 100%;
    opacity:0;
    visibility:hidden;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.single-explore-item:hover .single-explore-img-info{
    opacity:1;
    visibility:visible;
    bottom:0px
}
.single-explore-img-info button{
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 83px;
    height: 21px;
    line-height: 21px;
    background: #ff545a;
    border-radius: 3px;
    color: #fcfcfc;
    text-transform: capitalize;
    text-align: center;
    font-size: 12px;
}
.single-explore-image-icon-box {
    text-align: right;
    position: absolute;
    bottom: 10px;
    right:  10px;
}
.single-explore-image-icon-box ul li {
    display:  inline-block;
    width: 30px;
    height:  28px;
    line-height:  28px;
    background: #252d32;
    text-align:  center;
    margin-left:  5px;
    color:  #cbcccd;
}
.single-explore-image-icon-box ul li:hover i{color: #267dff;}

.single-explore-txt {
    padding: 26px 25px 24px 15px;
}
.single-explore-txt.bg-theme-1 .explore-rating{background: #70a9ff;}
.single-explore-txt.bg-theme-2 .explore-rating{background: #00c61c;}
.single-explore-txt.bg-theme-3 .explore-rating{background: #ffcc5d;}
.single-explore-txt.bg-theme-4 .explore-rating{background: #bd70ff;}
.single-explore-txt.bg-theme-5 .explore-rating{background: #ff7a40;}

.explore-rating-price,.explore-rating-price a {
    font-size: 12px;
    color: #777f85;
    text-transform: capitalize;
    font-weight: 400;
    margin: 15px 0 20px;
}
.explore-rating-price a {margin:0;}
.explore-rating {
    display: inline-block;
    width: 32px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-weight: 500;
    margin-right: 10px;
}
.explore-price {color: #f63138;}
.explore-price-box {
    display: inline-block;
    padding: 0 10px;
    margin: 0 8px;
    border-left: 1px solid #dde0e4;
    border-right: 1px solid #dde0e4;
}
.explore-person {
    padding-bottom: 28px;
    border-bottom: 1px solid #e1e5eb;
}
.explore-person-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.explore-person p {font-size: 12px;}
.explore-open-close-part {
    margin-top: 20px;
}
.close-btn {
    color: #f63138;
    text-transform: capitalize;
}
.close-btn.open-btn {color: #00c437;}
.explore-map-icon{text-align: right;}
.explore-map-icon a svg {
    width: 12px;
    height: 14px;
    margin-left: 23px;
    color: #767f86;
}
.explore-map-icon a svg:hover{color: #f63138;}
.single-explore-txt.bg-theme-2 .explore-map-icon a svg:hover{color: #00c437;}
.single-explore-item:hover{box-shadow: 0 10px 20px rgba(21,19,19,.2);}

/*-------------------------------------
        8. Reviews
--------------------------------------*/
.reviews{padding:117px 0 75px;}
.reviews-content {margin-top:36px;}

/*single-testimonial-box */
.single-testimonial-box  {
    padding: 50px 30px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2); 
    overflow-x:hidden;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.single-testimonial-box:hover{box-shadow:0 10px 20px rgba(21,19,19,.2);}
.slick-current .single-testimonial-box{box-shadow:0 10px 20px rgba(21,19,19,.2);}
/*testimonial-description*/
.single-testimonial-box{
    width: 404px;
    background:#fff;
}
/* testimonial-info */
.testimonial-info {
    display: flex;
    align-items: center;
    text-transform:capitalize;
}
.testimonial-img {
    position: relative;
    top: 11px;
    margin-right: 5px;
    border-radius:50%;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.testimonial-person {
    margin-left: 15px;
    margin-top: 11px;
}
.testimonial-person h2 {
    color: #505866;
    font-size: 18px;
}
.testimonial-person h4 {
    color: #a2a5ab;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}
.testimonial-person-star i {
    color: #ffda2b;
    margin: 9px 4px 0 0;
}/* testimonial-info */


/* testimonial-comment */
.testimonial-comment {
    margin-top: 18px;
}
.testimonial-comment p{
    color: #8d939e;
    font-size: 14px;
    font-weight: 300;
}/* testimonial-comment */


/*.slick-slide*/
.slick-initialized .slick-slide {
    display: block;
    padding: 40px 0;
}
.slick-slide.slick-cloned {outline: 0!important;}
.slick-slide {
  margin: 0px 10px;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .5;
}
.slick-active {
  opacity: .5;
}
.slick-current {
  opacity: 1;
}
/*.slick-slide*/

/*-------------------------------------       
        9.  Counter
--------------------------------------*/
.statistics{
    position:relative;
    display: flex;
    align-items: center;
    background:url(../../assets/images/counter/counter-banner.jpg)no-repeat fixed;
    background-position:center;
    background-size:cover;
    padding:127px 0 120px;
}
.statistics:before{
    position:absolute;
    content:'';
    background: rgba(75,75,75,.60);
    height:100%;
    width:100%;
    top:0;
    left:0;
}
/* single-ststistics-box */
.single-ststistics-box {
    text-align: center;
    margin-bottom:30px;

}
/* single-ststistics-box */
.statistics-content{
    display: flex;
    justify-content: center;
    color:#fff;
    font-size:60px;
}
.statistics-content span {
    margin-left: 5px;
}
.single-ststistics-box h3{
    /*color:#fff;*/
    /*font-size:24px;*/
    /*text-transform:capitalize;*/
    /*font-weight: 500;*/
    
    color: #fff;
    font-size: 35px;
    text-transform: unset;
    font-weight: 600;
    font-family: monospace;
    font-style: italic;
    letter-spacing: 2px;
    line-height: 40px;
}

/*-------------------------------------
        10. Blog
--------------------------------------*/
.blog{padding:120px 0 90px;background-color:#f8fafb;}
.blog-content{margin-top: 80px;}

.single-blog-item{
    margin-bottom: 30px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2);
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.single-blog-item-txt {padding:  25px 28px 27px;}
.single-blog-item-txt h2 a {text-transform:  initial;line-height: 1.8;}
.single-blog-item-txt h4 {
    font-size:  14px;
    color:  #8f949d;
    font-weight:  400;
    margin: 12px 0 20px;
}
.single-blog-item-txt h4 a {
    font-size:  14px;
    padding-right:  14px;
    border-right: 1px solid #dde0e4;
    margin-right:  15px;
    text-transform: uppercase;
}

.single-blog-item:hover h2 a {color:#f96c1f;}
.single-blog-item:hover{
    box-shadow: 0 10px 20px rgba(21,19,19,.4);
}


/*-------------------------------------
        11. Subscribe
--------------------------------------*/
.subscription{
    background: #f8fafb;
    padding:150px 0;
}
/*subscribe-title*/
 .subscribe-title {margin-bottom: 52px;}

.subscribe-title h2{
    font-size:24px;
    font-weight: 500;
    text-transform: uppercase;
}
.subscribe-title p{
    color:#7b8088;
    font-size:16px;
    font-weight: 500;
    margin-top: 28px;
}/*subscribe-title*/


/*custom-input-group*/
.subscription-input-group {
    position: relative;
    text-align: center;
    max-width: 630px;
    margin:0 auto;
}

.subscription-input-group .subscription-input-form{
    display: inline-block;
    width: 630px;
    height: 60px;
    padding-left:30px;
    font-size: 16px;
    color: #a5adb3;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border:1px solid #fff;
    box-shadow: 0 0px 10px rgba(21,19,19,.1);
     -webkit-transition:0.3s linear;
    -moz-transition:0.3s linear;
    -o-transition:0.3s linear;
    transition:0.3s linear;
}
.subscription-input-group:hover .subscription-input-form{
    box-shadow: 0 5px 20px rgba(21,19,19,.4);
}
/*custom-input-group*/

/*appsLand-btn*/
.appsLand-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff545a;
    display: inline-block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    text-transform:capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -o-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
}
.appsLand-btn:hover, .appsLand-btn:focus, .appsLand-btn:active {
    text-decoration: none;
    outline: none;
}
.appsLand-btn:hover {
    box-shadow:0 5px 10px rgba(71,71,71,.4);
    background: #f43032;
}
/*appsLand-btn*/

/*-------------------------------------
        12. Footer
--------------------------------------*/
.footer-menu {padding: 45px 0;}
.footer-menu .navbar-header{padding:0;}
.footer-menu .navbar-header a.navbar-brand,.footer-menu.footer-menu .navbar-header a.navbar-brand:hover,.footer-menu .navbar-header a.navbar-brand:focus{
    padding:0;
    height: 0;
}
/*.footer-menu ul.footer-menu-item{text-align: right;}*/
.footer-menu ul.footer-menu-item li{display: inline-block;}
.footer-menu ul.footer-menu-item li a {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    padding-right: 40px;
    -webkit-transition:0.3s linear;
    -moz-transition:0.3s linear;
    -o-transition:0.3s linear;
    transition:0.3s linear;
}
.footer-menu ul.footer-menu-item li a:hover{color: #f7681e;}
.hm-footer-copyright {
    padding: 35px 0;
    text-align:center;
    /*border-top: 1px solid #e1e5eb;*/
}
.hm-footer-copyright p,.hm-footer-copyright p a {
    color: #a5adb3;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-social {text-align: right;}
.footer-social .fa-phone:before {
    position: relative;
    top: 2px;
}
.footer-social a ,.footer-social span {
    display: inline-block;
    color: #afb4bf;
    font-size: 14px;
    margin-left: 15px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.footer-social a {
    /*width: 35px;*/
    /*height: 35px;*/
    /*line-height: 35px;*/
    /*background: #eef2f6;*/
    /*text-align: center;*/
    /*border-radius: 50%;*/
    line-height: 35px;
    color: white;
    font-size: 23px;
}
.footer-social span {margin-right:15px;margin-left: 0;color: #a5adb3;}
.footer-social span:hover{color: #f7681e;}
.footer-social a:hover 
{
    /*background:#f7681e;*/
color: #f7681e;}

/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#f7681e;
	border:1px solid #f7681e;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#f7681e;
	border:1px solid #f7681e;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}
/*========================Thank you=================

/**********************************NEW CSS***************************************/
.header-area{
    padding-top: 40px;
}
.section-header:before{
    position: absolute;
    content: "";
    width: 65px;
    height: 5px;
    left: 0;
    top: 40px;
    background:#f96c1f;
    border-radius: 2px;
}
.section-header:after{
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    top: 40px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

@keyframes section-title-run {
    0% {left: 0; } 50% { left : 60px; } 100% { left: 0; }
}

.curveUpColor{
    fill: #fff;
    stroke: #fff;
    position: absolute;
    left: 0;
    z-index: 1;
    margin-top:-100px;
}
/*.works{*/
/*    margin-top:55px;*/
/*}*/
.about-content{
    margin-top:50px;
}
.about-content img{
    box-shadow: -15px 19px 5px #e4d7d7;
    padding-right:30px;
}
.about-content h4{
    color: #f96c1f;
}
.about-content p{
    line-height: 25px;
    padding-top: 10px;
}
.about2{
    margin-top:90px;
}
/*.about2 h5{*/
/*    z-index: 1;*/
/*    position: absolute;*/
/*    margin-top: -146px;*/
/*    margin-left: 52px;*/
/*    color: white;*/
/*    font-size: 32px;*/
/*    transform: skewY(1deg);*/
/*    font-style: oblique;*/
/*}*/

.mTitle{
    z-index: 1;
    position: absolute;
    margin-top: -128px;
    margin-left: 41px;
    color: white;
    font-size: 25px;
    transform: skewY(1deg);
    font-style: oblique;
}

.vTitle{
        z-index: 1;
    position: absolute;
    margin-top: -127px;
    margin-left: 58px;
    color: white;
    font-size: 25px;
    transform: skewY(1deg);
    font-style: oblique;
}


.arrow1{
    font-size: 175px;
    color: #f86c1c;
}
.arrow2{
    font-size: 175px;
    color: #f2ad37;
    margin-left: -26px;
    position: absolute;
    margin-top: 35px;
}
.about2 h4{
    color:#f86c1c;
}
.about2 p{
    padding-top:10px;
    line-height:25px;
}
.vision{
    padding-left: 25px;
}
.iconss{
    /*padding-top:25px;*/
}


address a{
    text-transform:none;
}
/*newwwwwwwwwwwwwwww*/
address {
  margin-top: 3em;
}

address div {
  position: relative;
  margin-top: 20px;
}

address i {
  position: absolute;
  top: 2px;
  left: 0;
}

.address span {
  line-height: 1.1;
  margin-bottom: 3px;
  color: #484f58;
  font-size: 1.125em;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
} 

.phone {
  line-height: 30px;
}

.box-icon {
    border-right: 2px solid #f7681e;
    float: left;
    font-size: 1.4em;
    height: 45px;
    line-height: 40px;
    margin: 0px 20px 0 0;
    width: 40px;
}

.box-icon i{
 line-height: 40px;
    color: #f7681e;
    font-size: 26px;
}

address span{
    color: #505866;
}
.contact-form{
    padding-top:33px;
}

/* Form, Comments and Contact */

.comments, .form {
  padding: 0em 3em;
}

.leave-comment {
  width: 80%;
  margin: 0 auto;
}

.contact-form .form {
  padding: 0;
}

.comments {
  margin: 0 0 1em;
  text-align: left;
}

ul.nested-comments  ul li {
  margin: 1em 3em;
}

.comment p {
  margin-left: 76px;
}

.comment {
  margin-bottom: 1em;
  padding: 1em 0;
}

.comment-avatar {
  float: left;
  width: 60px;
  height: auto;
  margin-right: 1em;
}

.comment-meta span {
  font-size: .8em;
  color: #999;
}

.comment-meta .mid-sep {
  padding: 0 2px;
}

.avatar {
  width: 60px;
  height: 60px;
/*border-radius*/
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
}
/* Inputs */

input:not([type=submit]):not([type=file]), textarea {
  width: 100% !important;
  height: 50px;
  margin-bottom: 25px;
  padding: 0 15px 2px;
  border: 2px solid #ebebeb;
/*border-radius*/
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  background: white;
  box-shadow: 0px 0px 0px 2px transparent;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

input:not([type=submit]):not([type=file]):focus, textarea:focus {
  border-color:#f7681e;
  outline: none;
}

textarea {
  max-width: 100%;
  min-height: 150px;
  padding: 15px;
}

.submit {
  font-size: 1.1em;
  position: relative;
  width: 190px;
  height: 45px;
  margin-bottom: 2em;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
  border: 0;
  float: left;
      background: #f7681e;
    color: white;
    border-radius: 30px;
    width:100%;
}

.submit:active {
  outline: none;
}

.leave-comment {
  margin-top: 3em;
}

input:not([type=submit]):not([type=file]):focus, textarea:focus {
  -webkit-animation: rubberBand 0.5s 1;
     -moz-animation: rubberBand 0.5s 1;
       -o-animation: rubberBand 0.5s 1;
          animation: rubberBand 0.5s 1;
}


.contact-content{
    margin-top:30px;
}

.footer{
    background:black;
}

.hm-footer-copyright span a{
    color:white;
    font-weight:600;
}

.foot1{
    color: white;
    font-size: 30px;
    line-height: 26px;
}


.item-img h2{
    padding: 15px 10px 0px 10px;
}
.item-img h2:hover{
  color:#f7681e;
}

.portfolio{
    margin-top:30px;
}

.portfolio .filtering {
	border-radius: 28px;
	margin: 0 auto;
	border: 1px dotted #e1e1e1;
}
.portfolio .filtering button {
	position: relative;
	top: -1px;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 30px;
	letter-spacing: 2px;
	color: #777;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: none;
	border: 0;
}
.portfolio .filtering .active {
	background-color: #ab2f52;
	color: #fff;
	border-radius: 28px;
	-webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.2);
}
.portfolio .gallery {
	padding: 0;
	overflow: hidden;
	overflow: hidden !important;
	position: relative;
}
.portfolio .gallery .item-img {
	position: relative;
    overflow: hidden;
    margin-top: 5px;
    /* background: #282828; */
    margin-right: 10px;
    border: 3px solid #f5f5f5;
    box-shadow: 0px 0px 9px #f5f5f5;
    /*height:500px;*/

}
.portfolio .gallery .item-img p{
    padding: 10px;
    color: #767f86;
}
.portfolio .gallery .item-img a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.portfolio .gallery .item-img .part-img {
	position: relative;
}
.portfolio .gallery .item-img .part-img img {
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio .gallery .item-img .part-img .overlay-img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.portfolio .gallery .item-img .part-img .overlay-img:after {
	content: '';
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 50%;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 150ms ease-in-out 200ms;
	transition: all 150ms ease-in-out 200ms;
}
.portfolio .gallery .item-img .part-img .overlay-img:before {
	content: '';
	position: absolute;
	right: -100%;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 150ms ease-in-out 200ms;
	transition: all 150ms ease-in-out 200ms;
}
.portfolio .gallery .item-img .part-img .overlay-img a {
	width: 100%;
	height: 100%;
}
.portfolio .gallery .item-img .part-img .overlay-img h4 {
	color: transparent;
	overflow: hidden;
	position: absolute;
	top: 54px;
	right: 25px;
	z-index: 2;
	font-size: 18px;
	-webkit-transition: color 150ms ease-in-out 200ms;
	transition: color 150ms ease-in-out 200ms;
	text-align: center;
	padding: 0 10px;
}
.portfolio .gallery .item-img .part-img .overlay-img h4:before {
	content: '';
	background: #fff;
	bottom: 0;
	position: absolute;
	right: 100%;
	top: 0;
	width: 100%;
	-webkit-transition: right 600ms ease-in-out 0s;
	transition: right 600ms ease-in-out 0s;
}
.portfolio .gallery .item-img .part-img .overlay-img h6 {
	color: transparent;
	overflow: hidden;
	position: absolute;
	top: 30px;
	right: 25px;
	z-index: 2;
	font-size: 18px;
	-webkit-transition: color 150ms ease-in-out 200ms;
	transition: color 150ms ease-in-out 200ms;
	text-align: center;
	padding: 0 10px;
}
.portfolio .gallery .item-img .part-img .overlay-img h6::before {
	content: '';
	background: #f7681e;
	bottom: 0;
	right: auto;
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	-webkit-transition: left 600ms ease-in-out 0s;
	transition: left 600ms ease-in-out 0s;
}
.portfolio .gallery .item-img:hover img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}
.portfolio .gallery .item-img:hover .overlay-img:after {
	left: 0;
	-webkit-transition: all .8s;
	transition: all .8s;
	opacity: 1;
}
.portfolio .gallery .item-img:hover .overlay-img:before {
	right: 0;
	width: 100%;
	height: 50%;
	-webkit-transition: all .8s;
	transition: all .8s;
	opacity: 1;
}
.portfolio .gallery .item-img:hover .overlay-img h4 {
	color: white;
}
.portfolio .gallery .item-img:hover .overlay-img h4:before {
	right: -100%;
}
.portfolio .gallery .item-img:hover .overlay-img h6 {
	color: white;
}
.portfolio .gallery .item-img:hover .overlay-img h6:before {
	left: -100%;
}
.portfolio-style2 .filtering {
	border: 1px solid #e1e1e1;
}
.portfolio-style2 .filtering .active {
	background-color: #1c1c1c;
}
.no-padding {
	padding: 0px !important;
}

/*.wrap-sticky nav.navbar.bootsnav.sticked{*/
/*    position:unset !important;*/
/*}*/



.social a{
    color:#767f86 !important;
    font-size:14px !important;
}

.navbar-default .navbar-toggle:before{
    color:white !important;
}


.summer p{
    min-height:80px;
}

.response-message{
    margin-top: 65px;
    color: #f7681e;
    text-align: center;
    background: #f7681e45;
    border-radius: 33px;
    padding: 5px;

}
.response-message-careers{

    color: #f7681e;
    text-align: center;
    background: #f7681e45;
    border-radius: 33px;
    padding: 14px;
    width: 24%;
    margin-left: 43px;

}

.target{
    margin-top:90px;
}

.target h4{
        color: #f7681e;
    margin-bottom: 20px;

}
.target ul{
    line-height:25px;
}

.target ul li{
    list-style: disc;
    padding-bottom: 5px;
}

.targetImage{
    /* width: 90%;*/
    /*height: auto;*/
    position: absolute;
    margin-top: -40px;
    padding-left: 85px;
}




/*.read-more {*/
/*    display: inline-block;*/
/*    margin-top: -30px;*/
/*    color: white;*/
/*    text-decoration: underline !important;*/
/*    cursor: pointer;*/
/*    font-size: 14px;*/
/*    padding:10px;*/
/*}*/


.ptext {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* Ensures text truncation happens in one line */
    max-height: 3.6em; /* Approx. 3 lines of text; adjust based on font size */
    line-height: 1.2em; /* Line height */
    margin: 0;
    transition: max-height 0.3s ease; /* Smooth transition for expansion */
}

.ptext {
    height: 100px; /* Control paragraph height */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* Ensure text wraps */
    margin: 10px 0;
}

.read-more {
    display: inline-block;
    color: #767f86;
    text-decoration: underline !important;
    cursor: pointer;
    position:unset !important;
    margin-top:-30px;
    padding:10px;
    font-size:14px;
    font-weight:400;
}
.read-more:hover{
       display: inline-block;
    color: #767f86;
    text-decoration: underline !important;
    cursor: pointer;
    position:unset !important;
    margin-top:-30px;
    padding:10px;
    font-size:14px;
    font-weight:400;
}

.read-more:active{
       display: inline-block;
    color: #767f86;
    text-decoration: underline !important;
    cursor: pointer;
    position:unset !important;
    margin-top:-30px;
    padding:10px;
    font-size:14px;
    font-weight:400;
}

.read-more:focus{
       display: inline-block;
    color: #767f86;
    text-decoration: underline !important;
    cursor: pointer;
    position:unset !important;
    margin-top:-30px;
    padding:10px;
    font-size:14px;
    font-weight:400;
}
.read-more:link{
       display: inline-block;
    color: #767f86;
    text-decoration: underline !important;
    cursor: pointer;
    position:unset !important;
    margin-top:-30px;
    padding:10px;
    font-size:14px;
    font-weight:400;
}
.read-more:visited{
       display: inline-block;
    color: #767f86;
    text-decoration: underline !important;
    cursor: pointer;
    position:unset !important;
    margin-top:-30px;
    padding:10px;
    font-size:14px;
    font-weight:400;
}

.careers{
    background:url(../images/icons/backg.png);
    background-position: center;
    padding:120px 0 90px;
}
.careers.container{
        background: #ffffff;
}

.show-all{
    display: inline-block;
    text-decoration: none;
    color: #767f86;
    font-size: 15px;
    /* padding: 0; */
     font-weight: normal; 
    text-transform: capitalize;
    text-decoration: underline ! IMPORTANT;
}

.available{
    background: #f2ad37;
    width: 20%;
    padding: 10px;
    color: white;
    z-index: 1;
    position: absolute;
    margin-top: -17px;
    /* float: right; */
    text-align: center;
    margin-left: 17px;

}

.expired{
        background: red;
    width: 20%;
    padding: 10px;
    color: white;
    z-index: 1;
    position: absolute;
    margin-top: -17px;
    /* float: right; */
    text-align: center;
    margin-left: 17px;
}

.single-career-item-txt{
    padding:35px 28px 27px;
        line-height: 32px;
}

.single-career-item-txt h2{
        padding-bottom: 20px;
}

.single-career-item-txt p{
    /*line-height: 30px;*/
    padding-bottom: 30px;
    padding-top: 10px;

}

.enabledBtn{
    font-size: 14px;
    background: #f7681e;
    width: 100%;
    color: white;
    padding: 4px;
    border-radius: 50px;
    margin-top:10px;
}

.disabledBtn{
    font-size: 14px;
    background: #dedede;
    width: 100%;
    color: #afa9a9;
    padding: 4px;
    border-radius: 50px;
    margin-top:10px;
    border: 1px solid #d3d2d2;
}




.ending{
    color:#f2ad37;
}

.deadline{
    color:#f2ad37;
}

.ending i{
    padding-right:5px;
}

.deadline i{
    padding-right:5px;
}

/*.allCareer{*/
/*    display:flex;*/
/*    flex-wrap:wrap;*/
/*    gap:15px;*/
/*}*/

.career-content{
flex: 1 1 calc(50% - 10px);
}

.truncate-text {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limits to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em; /* Ensure it corresponds to the 3 lines height */
}

.toggle-button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  margin-top: 10px;
}

.toggle-button:hover {
  background-color: #0056b3;
}








@media (max-width:750px){
    nav.navbar.bootsnav .navbar-header{
        display:flex !important;
        padding-left:0px !important;
        padding-right:0px !important;
    }
    .logo{
        /*width: 46%;*/
        /*float: right;*/
        /*padding-right:20px;*/
        width: 280px;
        /* float: left; */
        padding-left: 121px;
    }
    .welcome-hero-txt{
        padding-top:240px !important;
    }
    .wrap-sticky nav.navbar.bootsnav.sticked{
        position:unset !important;
    }
    .abtus{
        padding-top:45px;
    }
    #scroll-Top .return-to-top{
        margin-right:30px;
    }
    .arrow1{
        transform: rotate(45deg);
    }
        .arrow2{
        font-size: 175px;
        color: #f2ad37;
        margin-left: 88px;
        position: unset;
        margin-top: -56px;
        transform: rotate(45deg);
    
    }
    .single-list-topics-content{
        margin-left: 0px;
        width: 100%;
    }
    .iconss{
        padding-top:25px;
        margin-left: 50px;
    }
      .target ul{
        padding-left:25px;
    }
    .targetImage{
     width: 90%;
    height: auto;
     position: relative; 
    margin-top: 20px;
     padding-left: 0px; 

    }
    .list-topics-content ul li{
        display:block;
    }
    .no-padding{
        padding: 5px 5px 5px 9px !important;
    }
    .available{
        margin-top: -15px;
        margin-left: 28px;
        width: 28%;
    }
    
    .submitBtn{
        width:40% !important;
    }
    
    .expired{
        margin-top: -15px;
        margin-left: 28px;
        width: 28%;
    }
       
        .target-mobile{
        display:block !important;
        }
        .target-desktop{
        display:none;
        }
        .targetImage {
        width: 72%;
        height: auto;
        position: relative;
        margin-top: 26px;
        padding-left: 30px;
        margin-bottom: 40px;
        }
}

@media (max-width:992px){
    nav.navbar.bootsnav .navbar-header{
        display:flex !important;
         padding-left:0px !important;
        padding-right:0px !important;
    }
     .logo{
        /*width: 46%;*/
        /*float: right;*/
        /*padding-right:20px;*/
          width: 280px;
        /* float: left; */
        padding-left: 121px;
    }
     .welcome-hero-txt{
        padding-top:240px !important;
    }
     .wrap-sticky nav.navbar.bootsnav.sticked{
        position:unset !important;
    }
     .abtus{
        padding-top:45px;
    }
       #scroll-Top .return-to-top{
        margin-right:30px;
    }
     .arrow1{
        transform: rotate(45deg);
    }
    .arrow2{
         font-size: 175px;
        color: #f2ad37;
        margin-left: 88px;
        position: unset;
        margin-top: -56px;
        transform: rotate(45deg);
    
    }
      .single-list-topics-content{
      margin-left: 0px;
        width: 100%;
    }
      .iconss{
        padding-top:25px;
        margin-left: 50px;
    }
    .target ul{
        padding-left:25px;
    }
      
      .targetImage{
        width: 90%;
    height: auto;
     position: relative; 
    margin-top: 20px;
     padding-left: 0px; 

    }
    .list-topics-content ul li{
        display:block;
    }
    .no-padding{
        padding: 5px 5px 5px 9px !important;
    }
    nav.navbar.bootsnav.no-full .navbar-collapse{
        overflow-y:hidden !important;
    }

}


/* Modal Styles */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /*background-color: rgb(0, 0, 0); */
   background-color: rgb(0 0 0 / 15%);/* Black with opacity */
    padding-top: 60px;
}
.modal-image {
    width: 100%; /* Ensure the image fits within the modal */
    height: auto;
  
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.closeForm {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.closeForm:hover,
.closeForm:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.closeModal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.closeModal:hover,
.closeModal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.submitBtn{
    font-size: 1.1em;
    position: relative;
    width: 190px;
    height: 45px;
    margin-bottom: 2em;
    padding: 0;
    cursor: pointer;
    vertical-align: top;
    border: 0;
    /* float: left; */
    background: #f7681e;
    color: white;
    border-radius: 30px;
    width: 25%;
}

.careers.modal.modal-content{
    
    background-color: #fefefe;
    margin: 5% auto;
    padding: 50px 20px 20px 20px;
    border: 1px solid #888;
    width: 80%;
}
    
    
.formTitle{
    padding: 1em 2.5em;
    color: #f7681e;

}

#positionTitle{
    color: #f7681e;
    padding-bottom: 20px;
}

label{
    font-weight:normal !important;
}

nav.navbar.bootsnav.no-full .navbar-collapse{
    overflow-y:unset !important;
}
.target-mobile{
    display:none;
}

@media (min-width:760px) and (max-width:1020px){
    .col-sm-6{
        width:auto;
    }
    .single-blog-item-img img{
        width:100%;
    }
    .iconss{
        margin-bottom: 100px;
    margin-top: 25px;
    margin-left: 117px;

    }
    .arrow1{
        font-size: 214px;
        transform: rotate(444deg);
        margin-left: 68px;
    
    }
    .mTitle{
        margin-top: -154px;
            font-size: 28px;
    }
    .arrow2{
        margin-top: 89px;
        position: absolute;
        margin-left: -167px;
        transform: rotate(46deg);
        z-index: -1;
        font-size: 214px;
    }
    .vTitle{
            margin-top: -154px;
    margin-left: 107px;
        font-size: 28px;
    }
    /*nav.navbar.bootsnav .navbar-collapse.collapse.in{*/
    /*    overflow-y:hidden;*/
    /*}*/
    .navbar-toggle{
        margin-top:60px !important;
    }
    .target-mobile{
    display:block;
}
.target-desktop{
    display:none;
}
.targetImage {
        width: 72%;
        height: auto;
        position: relative;
        margin-top: 26px;
        padding-left: 30px;
        margin-bottom: 40px;
}
nav.navbar.bootsnav .navbar-toggle{
            position: relative;
        background-color: #f7681e;
        top: -28px;
        line-height: 19px;
        padding: 20px;
        left: 580px;
      
        }

}

@media(min-width:1024px) and (max-width:1350px){
    .single-list-topics-content{
        width: 211px;
        height: 190px;
   
    }
    .targetImage{
        position: relative;
    margin-top: 0px;
    padding-left: 0px;
    }
}








/*@media (min-width:760px){*/
/*    nav.navbar.bootsnav.no-full .navbar-collapse{*/
/*        overflow-y: hidden !important;*/
/*    }*/
/*    nav.navbar.bootsnav .navbar-toggle{*/
/*        top:65px;*/
/*    }*/
  
    
/*    .targetImage {*/
/*        width: 68%;*/
/*        height: auto;*/
/*        position: relative;*/
/*        margin-top: 30px;*/
/*        padding-left: 0px;*/
/*        margin-left: 55px;*/
/*    }*/
    
/*        .col-sm-6 {*/
/*        width: 100%;*/
/*    }*/

/*img{*/
/*    width:100%;*/
/*}*/
    
    
/*}*/