/*fonts*/

@import url('https://fonts.googleapis.com/css?family=Arapey');

.othefonts {

    font-family: 'Arapey', serif;

}

@font-face {

    font-family: myFont-bold;

    src: url(../fonts/AvenirNextLTPro-Bold.otf);

}

@font-face {

    font-family: myFont-DemiIt;

    src: url(../fonts/AvenirNextLTPro-Demi.otf);

}

@font-face {

    font-family: myFont-Heavy;

    src: url(../fonts/AvenirNextLTPro-Heavy.otf);

}

@font-face {

    font-family: myFont-Medium;

    src: url(../fonts/AvenirNextLTPro-Medium.otf);

}

@font-face {

    font-family: myFont-Regular;

    src: url(../fonts/AvenirNextLTPro-Regular.otf);

}



textarea:focus, input:focus{

    outline: none;

}



a

{transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease; outline:none}

a:focus {outline:none}



/*end fonts*/



/*roots*/



.remove-padding {

    padding: 0

}

.remove-margin{ margin:0 !important}



:root {

    --main-color: #f26722;

}

a:hover  {  color: #0e4a67 !important;

    -webkit-transition: all .3s ease;

    transition: all .5s ease; text-decoration:none !important}



.body-cont { position:relative;font-family: myFont-Regular;    min-height: 100vh;}

.set-to-bottom { bottom:0 !important}





/*end roots*/



/*header */

.make-bg-map { background-image:url(../img/map_1.png); background-repeat:repeat; background-size: 100%; object-fit: cover; height:auto;}

.header .menu-web {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: nowrap;

    flex-wrap: nowrap;

    -ms-flex-line-pack: start;

    align-content: flex-start;

}

.header .menu-web li {

    display: inline-block;

    list-style: none;

    -webkit-box-flex: 1;

    -ms-flex-positive: 1;

    flex-grow: 1;

    margin-top:-100px;





}

.header .menu-web li a {

    font-size: 16px;

    color: #8d8d8d;

    font-family: myFont-Regular;

    text-decoration: none

}

.header .menu-web li a:hover {

    color: #0e4a67 ;

    -webkit-transition: all .3s ease;

    transition: all .5s ease;

}



.head { position:relative;}







.header .logo {

    margin-top: 28px;

    display:block;

}



.adding-space {color:#d8d8d8}



.icn-first-space {height:4px; background-color:#fff; margin-bottom:4px; z-index:1;position:relative}

.icn-space {height:4px; background-color:#fff; z-index:1; position:relative}









.add-bg-btn { background-color:#f26722 !important}











.menu-btn { margin-top:41px !important; cursor:pointer}



#button1{

    width: 25px;

    height:20px;

    text-align: center;

    background:#333;

    position: absolute;

    padding-top:4px;





}









#button{

    width: 25px;

    height:20px;

    text-align: center;

    position: absolute;

    overflow: hidden;

    transition: .5s;

    padding-top:4px;





}







#button:after{

    content: '';

    width: 0px;

    height: 120%;

    position: absolute;

    right: -20%;

    bottom: 0;

    background:#f26722;

    transform: skewX(15deg);

    transition: .5s;

    display:block





}



#button:hover:after{

    right: -10%;

    width: 130%;

    display:block







}





.text-to-anmi-1 {



    -webkit-animation-name: example-1;

    -webkit-animation-duration: 1.2s;

    -webkit-animation-direction: alternate;

    animation-name: example-1;

    animation-duration: 1.2s;

    animation-direction: alternate;


    -webkit-animation-delay: 0.3s;animation-delay: 0.3s;

    -webkit-animation-fill-mode: forwards;

    animation-fill-mode: forwards;

    -webkit-animation-play-state: paused;

    animation-play-state: paused;

}

.text-to-anmi-2 {



    -webkit-animation-name: example-2;

    -webkit-animation-duration: 1.1s;

    -webkit-animation-direction: alternate;

    animation-name: example-2;

    animation-duration: 1.1s;

    animation-direction: alternate;

    -webkit-animation-delay: 0.3s;animation-delay: 0.3s;

    -webkit-animation-fill-mode: forwards;

    animation-fill-mode: forwards;

    -webkit-animation-play-state: paused;

    animation-play-state: paused;

}

.text-to-anmi-3 {



    -webkit-animation-name: example-3;

    -webkit-animation-duration: 1s;

    -webkit-animation-direction: alternate;

    animation-name: example-3;

    animation-duration: 1s;

    animation-direction: alternate;

    -webkit-animation-delay: 0.3s;animation-delay: 0.3s;

    -webkit-animation-fill-mode: forwards;

    animation-fill-mode: forwards;

    -webkit-animation-play-state: paused;

    animation-play-state: paused;

}

.text-to-anmi-4 {



    -webkit-animation-name: example-4;

    -webkit-animation-duration: 0.9s;

    -webkit-animation-direction: alternate;

    animation-name: example-4;

    animation-duration: 0.9s;

    animation-direction: alternate;

    -webkit-animation-delay: 0.3s;animation-delay: 0.3s;

    -webkit-animation-fill-mode: forwards;

    animation-fill-mode: forwards;

    -webkit-animation-play-state: paused;

    animation-play-state: paused;

}

.text-to-anmi-5 {



    -webkit-animation-name: example-5;

    -webkit-animation-duration: 0.8s;

    -webkit-animation-direction: alternate;

    animation-name: example-5;

    animation-duration: 0.8s;

    animation-direction: alternate;

    -webkit-animation-delay: 0.3s;animation-delay: 0.3s;

    -webkit-animation-fill-mode: forwards;

    animation-fill-mode: forwards;

    -webkit-animation-play-state: paused;

    animation-play-state: paused;

}



.text-to-anmi-6 {



    -webkit-animation-name: example-6;

    -webkit-animation-duration: 0.7s;

    -webkit-animation-direction: alternate;

    animation-name: example-6;

    animation-duration: 0.7s;

    animation-direction: alternate;

    -webkit-animation-delay: 0.3s;animation-delay: 0.3s;

    -webkit-animation-fill-mode: forwards;

    animation-fill-mode: forwards;

    -webkit-animation-play-state: paused;

    animation-play-state: paused;

}

.text-to-anmi-7 {



    -webkit-animation-name: example-7;

    -webkit-animation-duration: 0.6s;

    -webkit-animation-direction: alternate;

    animation-name: example-7;

    animation-duration: 0.6s;

    animation-direction: alternate;

    -webkit-animation-delay: 0.3s;animation-delay: 0.3s;

    -webkit-animation-fill-mode: forwards;

    animation-fill-mode: forwards;

    -webkit-animation-play-state: paused;

    animation-play-state: paused;

}

.text-to-anmi-8 {

    margin-top:41px !important;

    color: #8d8d91;



}





.text-to-anmi-9 {    -webkit-animation-name: example-9;

    -webkit-animation-duration: 1s;

    -webkit-animation-direction: alternate;

    animation-name: example-9;

    animation-duration: 1s;

    animation-direction: alternate; margin-top:41px !important; position:absolute; right:175px; font-size: 16px;

    color: #8d8d8d;

    font-family: myFont-Regular;

    text-decoration: none;  -webkit-animation-fill-mode: forwards;  animation-fill-mode: forwards;-webkit-animation-play-state: paused;animation-play-state: paused;}







@-webkit-keyframes example-9 {

    0%   {margin-top:41px;}

    100%   {margin-top:-100px;}





}



@keyframes example-9 {



    0%   {margin-top:41px;}

    100%   {margin-top:-100px;}



}







@-webkit-keyframes example-1 {

    0%   {margin-top:-1px;}

    100%   {margin-top:41px;}





}



@keyframes example-1 {



    0%   {margin-top:-1px;}

    100%   {margin-top:41px;}



}







@-webkit-keyframes example-2 {

    0%   {margin-top:-1px;}

    100%   {margin-top:41px;}





}



@keyframes example-2 {



    0%   {margin-top:-1px;}

    100%   {margin-top:41px;}



}





@-webkit-keyframes example-3 {

    0%   {margin-top:-1px;}

    100%   {margin-top:41px;}





}



@keyframes example-3 {



    0%   {margin-top:-1px;}

    100%   {margin-top:41px;}



}







@-webkit-keyframes example-4 {

    0%   {margin-top:-1px;}

    100%   {margin-top:41px;}





}





@keyframes example-4 {



    0%   {margin-top:-1px;}

    100%   {margin-top:41px;}



}







@-webkit-keyframes example-5 {

    0%   {margin-top:-1px;}

    100%   {margin-top:41px;}





}



@keyframes example-5 {



    0%   {margin-top:-1px;}

    100%   {margin-top:41px;}



}



@-webkit-keyframes example-6 {

    0%   {margin-top:-1px;}

    100%   {margin-top:41px;}





}



@keyframes example-6 {



    0%   {margin-top:-1px;}

    100%   {margin-top:41px;}



}



@-webkit-keyframes example-7 {

    0%   {margin-top:-1px;}

    100%   {margin-top:41px;}





}



@keyframes example-7 {



    0%   {margin-top:-1px;}

    100%   {margin-top:41px;}



}

@-webkit-keyframes example-8 {

    0%   {margin-top:-1px;}

    100%   {margin-top:41px;}



}



@keyframes example-8 {



    0%   {margin-top:-1px;}

    100%   {margin-top:41px;}



}









.text-to-anmi-11 {



    -webkit-animation-name: example-11;

    -webkit-animation-duration: 1.2s;

    -webkit-animation-direction: alternate;

    animation-name: example-11;

    animation-duration: 1.2s;

    animation-direction: alternate;

    -webkit-animation-fill-mode: forwards;

    animation-fill-mode: forwards;



}





.text-to-anmi-12 {



    -webkit-animation-name: example-12;

    -webkit-animation-duration: 1.1s;

    -webkit-animation-direction: alternate;

    animation-name: example-12;

    animation-duration: 1.1s;

    animation-direction: alternate;

    -webkit-animation-fill-mode: forwards;

    animation-fill-mode: forwards;



}

.text-to-anmi-13 {



    -webkit-animation-name: example-13;

    -webkit-animation-duration: 1s;

    -webkit-animation-direction: alternate;

    animation-name: example-13;

    animation-duration: 1s;

    animation-direction: alternate;

    -webkit-animation-fill-mode: forwards;

    animation-fill-mode: forwards;



}

.text-to-anmi-14 {



    -webkit-animation-name: example-14;

    -webkit-animation-duration: 0.9s;

    -webkit-animation-direction: alternate;

    animation-name: example-14;

    animation-duration: 0.9s;

    animation-direction: alternate;

    -webkit-animation-fill-mode: forwards;

    animation-fill-mode: forwards;



}

.text-to-anmi-15 {



    -webkit-animation-name: example-15;

    -webkit-animation-duration: 0.8s;

    -webkit-animation-direction: alternate;

    animation-name: example-15;

    animation-duration: 0.8s;

    animation-direction: alternate;

    -webkit-animation-fill-mode: forwards;

    animation-fill-mode: forwards;



}



.text-to-anmi-16 {



    -webkit-animation-name: example-16;

    -webkit-animation-duration: 0.7s;

    -webkit-animation-direction: alternate;

    animation-name: example-16;

    animation-duration: 0.7s;

    animation-direction: alternate;

    -webkit-animation-fill-mode: forwards;

    animation-fill-mode: forwards;



}

.text-to-anmi-17 {



    -webkit-animation-name: example-17;

    -webkit-animation-duration: 0.6s;

    -webkit-animation-direction: alternate;

    animation-name: example-17;

    animation-duration: 0.6s;

    animation-direction: alternate;

    -webkit-animation-fill-mode: forwards;

    animation-fill-mode: forwards;



}

.text-to-anmi-18 {

    margin-top:41px !important



}





.text-to-anmi-19 {    -webkit-animation-name: example-19;

    -webkit-animation-duration: 1s;

    -webkit-animation-direction: alternate;

    animation-name: example-19;

    animation-duration: 1s;

    animation-direction: alternate; position:absolute; right:175px; font-size: 16px;

    color: #8d8d8d;

    font-family: myFont-Regular;

    text-decoration: none;  -webkit-animation-fill-mode: forwards;  animation-fill-mode: forwards;}









@-webkit-keyframes example-19 {



    0%   {margin-top:-200px}

    100%   {margin-top:41px;}





}





@keyframes example-19 {



    0%   {margin-top:-200px;}

    100%   {margin-top:41px;}



}









@-webkit-keyframes example-11 {

    100%   {margin-top:-100px !important;}

    0%   {margin-top:41px !important;}





}





@keyframes example-11 {



    100%   {margin-top:-100px !important;}

    0%   {margin-top:41px !important;}

}









@-webkit-keyframes example-12 {

    100%   {margin-top:-100px !important;}

    0%   {margin-top:41px !important;}





}





@keyframes example-12 {

    100%   {margin-top:-100px;}

    0%   {margin-top:41px;}



}







@-webkit-keyframes example-13 {

    100%   {margin-top:-100px;}

    0%   {margin-top:41px;}





}





@keyframes example-13 {



    100%   {margin-top:-100px;}

    0%   {margin-top:41px;}



}







@-webkit-keyframes example-14 {

    100%   {margin-top:-100px;}

    0%   {margin-top:41px;}



}





@keyframes example-14 {

    100%   {margin-top:-100px;}

    0%   {margin-top:41px;}



}







@-webkit-keyframes example-15 {

    100%   {margin-top:-100px;}

    0%   {margin-top:41px;}



}





@keyframes example-15 {



    100%   {margin-top:-100px;}

    0%   {margin-top:41px;}

}



@-webkit-keyframes example-16 {

    100%   {margin-top:-100px;}

    0%   {margin-top:41px;}





}





@keyframes example-16 {



    100%   {margin-top:-100px;}

    0%   {margin-top:41px;}

}





@-webkit-keyframes example-17 {

    100%   {margin-top:-100px;}

    0%   {margin-top:41px;}





}





@keyframes example-17 {



    100%   {margin-top:-100px;}

    0%   {margin-top:41px;}



}



@-webkit-keyframes example-18 {

    100%   {margin-top:-100px;}

    0%   {margin-top:41px;}



}





@keyframes example-18 {



    100%   {margin-top:-100px;}

    0%   {margin-top:41px;}



}









/*end header*/



/*footer*/


p.copy-right {
    background: #525252;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-size: 16px;
}


.footer {

    bottom:0; width:100%;

    position:absolute  ;

    background:#fff;
    height:0;
    padding:0;


    z-index:1}

.address-islam {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    border-bottom: 1px solid #deded8 !important;
    margin-bottom:0 !important
}
.address-islam:nth-child(odd) {
    border-right: 1px solid #deded8 !important;
}


.address-islam:nth-last-child(-n+2) { border-bottom:none !important}





.footer-mian { position:static;padding:21px 0; border-top:1px solid rgba(141, 141, 141, 0.30); margin-top:20px;}



.footer-links {display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: nowrap;

    flex-wrap: nowrap;

    -ms-flex-line-pack: start;

    align-content: flex-start; }



.footer-links li {display: inline-block;

    list-style: none;

    -webkit-box-flex: 1;

    -ms-flex-positive: 1;

    flex-grow: 1;

    text-align: left;

}



.footer-links li a { font-size:16px; color:#8d8d8d; text-decoration:none;}



.footer-logo { float:right;}





.sub {color: var(--main-color) !important;  }



.befor-footer { background-image: -webkit-linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);

    background-image: -moz-linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);

    background-image: -o-linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);

    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); height:180px;position: fixed;

    right: 0;

    bottom: 80px;

    left: 0;}



/*end footer*/



/*  philosophy*/

.philosophy-cont .des {font-size:24px;font-family: myFont-Regular;

    line-height: 40px;color: #525252; margin-bottom:20px; text-align:left}

.philosophy-cont .des i {
    color: #f26e2d;
    font-size: 30px;
}


.philosophy-cont .we-do {text-transform: uppercase;font-size: 30px;color: #525252;

    text-align: center;font-family: myFont-Medium;    margin-top: 73px;
    margin-bottom: 10px;}

.line-under-title { width:58px; height:1px; background-color:#8d8d8d; margin-top:5px; margin-bottom:15px;}



.philosophy-cont .we-do-des {	font-family: myFont-Regular;font-size: 22px;

    color: #8d8d8d; margin-bottom:90px;}



.philosophy-cont .we-Believe-des {	font-family: myFont-Regular;font-size: 22px;

    color: #8d8d8d; margin-bottom:90px;}

.Philosophy-grids { margin-bottom:17px;}

.icn-for-grid { padding:13px 17px 17px 14px; border-radius:50%; border:1px solid ; height:58px; width:58px; float:left}



.Philosophy-grids h4 { margin-top:0; font-size:22px; color:#525252;font-family: myFont-Medium; }



.Philosophy-grids p {
    font-size: 18px;
    color: #8d8d8d;
    font-family: myFont-Regular;
    margin-bottom:0;
    height: 140px;


}

.panel-group .panel + .panel{
    background: #eee;
}

.Philosophy-grids h3 { font-size: 16px;



    color: #525252;

    line-height: 24px; }



.Philosophy-grids h3:after {

    content: '';

    height: 2px;

    width: 96px;

    background-color: #525252;

    position:absolute;

    margin:auto;

    left:33%;



    bottom: -1px;

    text-decoration:none;



}

.Philosophy-grids a { text-decoration:none; z-index:999}



.Philosophy-grids-mian { margin-bottom:136px;}

.leyeron { z-index:1}





/*compeny*/

.owl-carousel { margin-bottom:100px !important;}

.compeny-mian { margin-bottom:70px;}

.compeny { margin-bottom:40px;}



.compeny img {

    margin: 0 auto;

    display: block;

    -webkit-filter: grayscale(100%);

    filter: grayscale(100%); 	transition: all 0.5s ease-in-out;

    -webkit-transform: translate3d(0,0,0); cursor:pointer; height:50px;    max-width: 160px;
    object-fit: contain; }





.compeny img:hover {    -webkit-filter: grayscale(0%);

    filter: grayscale(0%);  }





.modal.fade:not(.in).bottom .modal-dialog {

    -webkit-transform: translate3d(0, 125%, 0);

    transform: translate3d(0, 125%, 0);

}



.company-popup {background: linear-gradient(to right, #fff 50%, #eee 50%); width:100%;z-index:999999; filter:none; bottom:0; z-index:9999999999; margin-bottom:0; position:relative; margin-top:200px;    height: calc(100vh - 200px);}

.popup-mian-comany-cont { overflow:scroll}


.popup-mian-comany { padding-top:30px; height: calc(100vh - 200px); position:relative}



.close-pop-up {border: none;

    float: right;

    padding: 10px 15px;

    border-radius: 50%;

    font-size: 14px;

    margin-top: -50px;     color: #616161;transition: all 0.5s ease-in-out; position:absolute; right:0}



.close-pop-up:hover, .close-pop-up1:hover  {  color:#fff;  background: var(--main-color); }

.comp-name-info { height:100%}



/*.comp-name-info img  { margin-bottom:28px;}*/

.comp-name-info h4 { color:#525252;letter-spacing: 0.17em;font-family: myFont-bold;margin-left:15px;

    font-size: 12px;

    font-weight: bold; float:left; margin-top:5px;}



.comp-social { float:right; margin-right:15px; text-decoration:none;}

.comp-social a img { margin-left:10px;}

.comp-name-info p { font-size: 16px;

    color: #8d8d8d; margin-top:28px; margin-bottom:63px;    padding-left: 15px;
    padding-right: 15px; }



.popup-img { width:100%;    position: absolute;
    left: 0;
    bottom: 0;    max-height: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}



.comp-founder-info .founders {font-size: 16px;

    font-weight: 500;

    color: #525252;}



.comp-founder-info .section1 .names {font-size: 16px;

    color: #8d8d8d; margin-bottom:26px;}



.comp-founder-info .section1 { border-bottom:1px solid #8d8d8d; margin-top:10px;}



.comp-founder-info .section2 { margin-top:31px; border-bottom:1px solid #8d8d8d}

.comp-founder-info .section2 .articals { margin-bottom:18px;}

.comp-founder-info .section2 .articals p { margin:0 ; font-size:16px;color: #525252;}

.comp-founder-info .section2 .articals span { font-size:14px;color: #8d8d8d;}

.comp-founder-info .section2 .founders { margin-top:10px;}

.comp-founder-info .section3 { margin-top:27px;}

.comp-founder-info .section3 p {font-size: 16px;

    color: #8d8d8d; margin-bottom:15px;}

.comp-founder-info .section3 p span {color: #525252; }

/*log-in*/



.comp-social a:hover, .comp-social a:focus {

    text-decoration: none;

}





.log-in-cont { margin-top:100px;}



.log-in-title {font-size: 34px;

    color: #525252;font-family: myFont-Regular; margin-top:5px; margin-bottom:65px;}





.log-in-form { width:65%}

.log-in-form input {

    border: none;

    border-bottom: 1px solid #8d8d8d;

    padding-bottom: 5px;

    font-size: 16px;

    width:100%;

    color: #8d8d8d;font-family: myFont-Regular; margin-bottom:32px; }

.log-in-title span { font-size:16px;color: #525252;font-family: myFont-Medium; font-weight:bold}

.password { position:relative}



#eye img {position: absolute;

    right: 10px;

    bottom:40px;

    top:7px;





    cursor: pointer;}

.forgot-pass { text-align:left; display:block; float:left;font-family: myFont-Regular; font-size:14px; color:#8d8d8d}

.forgot-pass a { text-decoration:none; color:#525252}



.log-in-btn {background: #ff7726;

    border: none;

    float: right;

    color: #fff;

    padding: 15px;

    border-radius: 50%;

    width: 48px;

    height: 48px;

    text-align: center;

    font-size: 14px;}



.log-in-btn img { margin-top:-5px;}



.back-home a  {



    font-size: 16px;

    color: #8d8d8d;font-family: myFont-Regular; text-decoration:none; }

.back-home a img  { margin-top:-3px;}





/*contact us*/



.info-mian { padding-top:5%; padding-bottom:5%;font-family: myFont-Regular;}



.info-mian h2 {    text-transform: uppercase; font-size: 24px;

    font-weight: bold;

    color: #525252; margin-bottom:14px;}



.info-mian .line-after-title { margin:0 auto; width:58px; height:2px; background:#8d8d8d; margin-bottom:16px;}

.info-mian p { font-size:20px;color: #525252;    letter-spacing: 0.06em;

    line-height: 25px;  }



.info-det { padding-top:52px;}

.info-fot { background:#fff;font-family: myFont-Regular; color:#525252}

.icn .fa-map-marker {     color: var(--main-color) !important;

    font-size: 20px;}



.info-det-r-side {border-right:1px solid #979797}

.info-fot .icn {float: left;

    margin-bottom: 10px;

    margin-right: 15px; width:20px;}







.icn .fa {

    font-size: 20px; color:#8d8d8d}



.info-fot .adress { text-decoration:underline;    line-height: 24px; }



.icn-mian-info { margin-bottom:15px;}





/*fq2*/







.faq-content .accordion .panel-title > a.accordion-toggle::before, .faq-content .accordion a[data-toggle="collapse"]::before  {

    content: "âˆ’";

    float: left;

    font-family: 'Glyphicons Halflings';

    margin-right :1em;

    color:#333;

    font-size:20px;

    border-radius:50%;

    font-weight:300;

    display:inline-block;

    width:32px;

    height:32px;

    line-height:20px;

    border-radius:50%;

    text-align:center;

    font-size:20px;

    background:#fff;

    border:1px solid #979797;

    padding:5px;

    margin-top:-7px;

    font-weight:bold;

}

.faq-content .accordion .panel-title > a.accordion-toggle.collapsed::before, .faq-content  .accordion a.collapsed[data-toggle="collapse"]::before  {

    content:"+";

    color:#525252;

    font-size:20px;

    font-weight:300;

    background:#fff;

}



.faq-content{float:left; width:100%;font-family: myFont-Regular;}

.faq-content .panel-heading{padding-left:0px; border-radius:0px !important;}

.faq-content .panel-heading a{text-decoration:none;}

.faq-content .panel{border-radius:0px !important;}

.faq-content .panel-default{}

.faq-content .panel-heading{background:none !important; color:#666666;    padding-bottom: 30px;

    padding-top: 20px;}

.faq-content .panel-body{font-size:14px; color:#666666;}

.faq-saelect{background:#f3f3f3; padding:15px; border-bottom:2px solid #666666; float:left; width:100%; margin-bottom:20px; margin-top:-10px;}

.faq-saelect span{font-size:16px; color:#333; margin-right:20px;}

.faq-saelect select{border:1px solid #dcdcdc; color:#999999; width:300px; height:40px;}

.faq-content .panel{border-top:none !important; border-right:none !important; border-left:none !important; padding-bottom:15px;font-size: 18px;}

.faq-content .panel-body{border:1px solid #f3f3f3;}







.panel-default > .panel-heading + .panel-collapse > .panel-body {

    border: none;

}





.panel {

    margin-bottom: 20px;

    background-color: #fff;

    border:none;

    border-radius: 4px;

    -webkit-box-shadow: none;

    box-shadow: none;

}



.panel-default {    border-bottom: 1px solid #e8e8e8;}





.faq-mian { margin-top:60px; }



.faq-mian .title-after { margin:0 auto; width:60px; height:1px; background:#ddd; margin-bottom:40px; }

.faq-mian h3 { color:#525252;text-transform: uppercase;  margin-bottom:15px;font-family: myFont-Medium;}



.faq-links a {font-size: 20px; color:#8d8d8d; display:block;    margin-bottom: 15px;text-transform: uppercase;

    text-decoration: none;font-family: myFont-Regular; }



.faq-links a.active {    color: #333;

    font-family: myFont-Medium;

    border-bottom: 1px solid #f26722;

    display: inline-block;

    padding-bottom: 10px;}

.panel-title {

    font-size: 20px;

}







/*project	*/

.head-report { margin-bottom:40px}

.project-mian { padding-top:33px;}

.project-mian .back-home { float:left; margin-top:4px; margin-bottom:0}

.project-mian .back-home a { margin-top:0}

.project-mian h3 { margin-top:8px;font-family: myFont-Medium;text-transform: uppercase; font-size:18px; color: #525252;}

.add-report a {    display: inline-block;

    padding: 10px 20px;

    border: 1px solid #979797;

    float: right;

    border-radius: 50px;

    font-weight: bold;

    color: #525252;

    text-decoration: none; }



.add-report a:hover {

    border: 1px solid #ff7726;

}



.report-side-links a.active { color:#333; font-weight:bold}





.add-report a img {    margin-right: 9px;

    margin-top: -3px;}

.title-after-title { width:58px; height:1px; background:#e8e8e8; margin-top:14px; margin:0 auto; display:block}

.report-side-links { padding-bottom:33px; padding-top:28px; background:#f6f6f6}



.report-side-links p { margin-left:32px; color:#525252; font-size:16px; font-weight:bold;}



.report-side-links a { display: block;

    margin-left: 58px;

    text-decoration: none;

    font-size: 16px;

    color: #8d8d8d;

    margin-bottom: 5px;}



.reports h4 {    margin-top: 0;

    color: #525252;

    font-weight: bold;

    float: left;}



.reports img { float:right}



.reports p {    font-size: 16px;

    clear: both;

    color: #8d8d8d;



    line-height: 27px;}

.reports .after-p { width:70%; height:1px; background:#eee; margin-top:12px; margin-bottom:13px;}

.pdf-file-mian img {   float: left;

    margin-right: 10px;    margin-top: 5px;	}

.pdf-file-mian p { float:left; font-size:14px;	}





.attaching-file-mian { border-bottom:1px solid #ddd;}



.after-attach {width:100%; height:1px; background:#8d8d8d; margin-top:34px; margin-bottom:32px;}



.comment-btn {

    background: #ff7726;

    border: none;

    float: right;

    color: #fff;

    padding: 15px;

    border-radius: 50%;

    width: 48px;

    height: 48px;

    text-align: center;

    font-size: 14px;

}





.comment-form input {

    border: none;

    border-bottom: 1px solid #ddd;

    padding-bottom: 6px;

    font-size: 16px;

    width: 86%;

    color: #525252;

    font-family: myFont-Regular;

    margin-bottom: 32px;

    float: left;

    margin-top: 20px;

}

.report-mian { margin-top:32px; margin-bottom:44px;}

.report-mian .reporter-name { float:left;font-size: 14px;



    color: #525252;}

.report-mian .report-date { float:right;color: #8d8d8d;}

.report-mian .report-text { color:#525252; font-size:14px;}



















.report-mian-comp { margin-top:32px; margin-bottom:44px;}

.report-mian-comp .reporter-name { float:left;font-size: 14px;color:#8d8d8d;}

.report-mian-comp .report-date { float:right;color: #8d8d8d;}

.report-mian-comp .report-text { color:#8d8d8d; font-size:14px;}



/*add report*/



.upload-btn-wrapper {

    position: relative;

    overflow: hidden;

    display: inline-block;

    width:100%;

    margin-bottom:30px;

}



.btn {

    border: 1px solid #f26722;

    color: #f26722;

    background-color: white;

    padding: 10px 20px;

    border-radius: 50px;

    font-size: 16px;

    width: 100%;

    cursor:pointer;





}



.btn:hover, .btn:focus, .btn.focus {

    color: #f26722;



}



.btn img  { margin-top:-3px; margin-right:10px;}



.upload-btn-wrapper input[type=file] {

    font-size: 100px;

    position: absolute;

    left: 0;

    top: 0;

    opacity: 0;

    cursor: pointer;

}



.add-report-mian { padding-top:8%;}

.add-report-mian  h4 {

    font-weight: bold; text-align:center;

    color: #525252;text-transform: uppercase; margin:0 }

.add-report-mian .after-add-title { width:58px; background:#ddd; height:1px; margin:0 auto; margin-top:14px; margin-bottom:65px;}



.add-report-mian input {

    border: none;

    border-bottom: 1px solid #ddd;

    padding-bottom: 6px;

    font-size: 16px;

    width: 100%;

    color: #525252;

    font-family: myFont-Regular;

    margin-bottom: 32px;

    float: left;

    margin-top: 0;

}

.file-added { margin-bottom:14px;}

.file-added img { float:left; margin-right:5px;}

.file-added p { font-size:14px; color:#8d8d8d; float:left;}

.file-added span { float:right; margin-left:10px; color:#8d8d8d; font-size:16px; cursor:pointer}

.back-home-add { margin-top:57px;font-size: 16px;

    font-weight: bold;

    color: #525252; text-decoration:none; display:inline-block;}



.sub-btn {    float: right;

    margin-top: 50px;

    background-color: #f26722;

    border: none;

    color: #fff;

    padding: 7px 22px;

    border-radius: 25px;

    font-size: 16px;

    margin-bottom: 5%;}



button:focus {outline:0 !important;}

.slider-mian { margin-top:73px;}

/*slider*/







.logo-info img {  float:left; width:150px; }

.logo-info p {font-size: 24px; text-align:left;clear:both; margin-top:20px;margin-top:110px;

    color: #8d8d8d;}

.slider-cont { position:fixed; bottom:0}

/*network*/



.network-mian img  { position:fixed; margin:0 auto; left:0; right:0; bottom:0; z-index:-1}



.network-mian h3 { margin-top:73px;font-size: 30px;

    color: #525252;text-transform: uppercase;	font-family: myFont-Medium; font-weight:bold; margin-bottom:14px;}



.network-mian p {font-size: 22px;

    color: #8d8d8d;

    line-height: 34px;}

.after-network-title { width:58px; margin:0 auto; height:1px; background:#ddd; margin-bottom:16px;}





/*sub*/



.company-popup1 {position:fixed; left:0; right:0; margin:auto; top:15%; background:#fff;width: 46.5%; height:432px; padding-left:58px; padding-right:58px;  }



.close-pop-up1 {border: none;

    float: right;

    padding: 10px 15px;

    border-radius: 50%;

    font-size: 14px;

    margin-top: -30px; background: #616161;    color: #fff; width:58px; height:58px;transition: all 0.5s ease-in-out;}





.mailbox { margin-top:20px; margin-left:auto; margin-right:auto; display:block;}



.pop-mian-mail h3 {font-size: 24px;

    font-weight: 500;

    color: #616161; margin-top:22px; margin-bottom:41px;}

.pop-mian-mail input {    width: 100%;

    border: 1px solid #f6f6f6;

    padding: 10px;

    height: 42px; margin-bottom:18px;border-radius: 2px;}



.pop-mian-mail input::placeholder {

    color: #8d8d8d;



}





.pop-mian-mail form button {width: 100%;

    height: 42px;

    border: none;

    background: #f26722;

    color: #fff;

    border-radius: 2px; margin-bottom:44px;}









/*resources*/


/*resources*/









.filter-button
{
    font-size: 18px;
    border:none;
    color: #8d8d8d;
    margin-bottom: 30px;

    text-transform: uppercase;
    background-color: transparent;
    width:auto;
    margin-right:20px;
}
.filter-button:hover
{
    color: #525252;

    background-color: transparent

}


.gallery_product a img
{

    min-height:150px; max-height:300px;
    object-fit: cover;
    width:100%;
}

.gallery_product
{



    border: 1px solid #eee;
    width:100%;

    text-decoration:none;

    border-radius:8px;

    cursor:pointer;
    padding:15px;
    margin-bottom:15px;



}

.containera {

    column-width: 300px;

    column-count: 3;

    /* column-gap: 15px;*/
    margin-bottom:15px;
}


.containera div {

    break-inside: avoid-column;


}

.nav-tabs {
    border-bottom: none;
    margin-bottom:40px;
    margin-top:73px;
}

.nav-tabs > li > a {
    margin-right: 0;
    line-height: 1.42857143;
    border: none;
    border-radius: 4px 4px 0 0;
    color: #8d8d8d;
    -webkit-transition: all .3s ease;
    transition: all .5s ease;
    font-size: 20px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #525252;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom-color: transparent;
    box-shadow: 0px -2px 0px #f26722 inset;


    margin:0
}

.nav-tabs > li > a:hover {
    background: transparent;
    border: none;

}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    border: none;
}


.gallery_product:hover {
    -webkit-box-shadow:inset 0px 0px 10px 1px rgba(161,161,161,1);
    -moz-box-shadow:inset 0px 0px 10px 1px rgba(161,161,161,1);
    box-shadow:inset 0px 0px 10px 1px rgba(161,161,161,1);
    -webkit-transition: all .3s ease;
    transition: all .5s ease;
    z-index: 99999;

}


.gallery_product h3 { font-size: 20px;
    font-weight: 600;
    color: #525252; margin-top:22px; margin-bottom:15px;}
.gallery_product p {font-size: 16px;
    color: #8d8d8d;}

.select-mian { margin-top:73px;}
.center {

    float:right;
}
















.effect-1 {border: 0; padding: 6px 0; border-bottom: 1px solid #ccc; margin:0 !important; float:none; width:100%;}



.effect-1 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: var(--main-color); transition: 0.4s;}

.effect-1:focus ~ .focus-border{width: 100% !important; transition: 0.4s !important ;}



.comment-input { float:left; width:86%;    margin-bottom: 32px;

    float: left;

    margin-top: 20px;position:relative }





.effect-2 {border: 0; padding: 6px 0; border-bottom: 1px solid #ccc; margin:0 !important; float:none; width:100%;}



.effect-2 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: var(--main-color); transition: 0.4s;}

.effect-2:focus ~ .focus-border{width: 100% !important; transition: 0.4s !important ;}



.report-input { float:left; width:100%;    margin-bottom: 32px;

    float: left;

    position:relative }





.effect-3 { border: 1px solid #ccc; width:100%; margin:0 !important;padding: 5px 0 7px; transition: 0.4s;}

.effect-3:focus{padding: 5px 14px 7px; transition: 0.4s;}



.effect-3 ~ .focus-border{position: absolute; height: 42px; bottom: 0; left: 0; width: 0; transition: 0.4s;}

.effect-3:focus ~ .focus-border{width: 100%; transition: 0.4s; border: 1px solid var(--main-color);}



.sub-inputs {

    position:relative; margin-bottom:20px; }









.make-black-white-effect {    -webkit-filter: grayscale(100%);

    filter: grayscale(100%); 	transition: all 0.5s ease-in-out;

    -webkit-transform: translate3d(0,0,0); cursor:pointer; }





.make-black-white-effect:hover {    -webkit-filter: grayscale(0%);

    filter: grayscale(0%);  }





/*md*/

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



    .text-to-anmi-9, .text-to-anmi-19 {    right: 135px;

    }





}





/*tob*/

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



    .header .menu-web li a {

        font-size: 14px;



    }



    .text-to-anmi-9, .text-to-anmi-19 {    right: 100px;

        font-size: 14px;}



    .company-popup1 { width:80%}

    .filter-button {

        font-size: 14px;}

    .custom-select-trigger { font-size:16px;}

    .home-tab-mean .Philosophy-grids { text-align:left;    text-align: center;
        float: none;
        width: 49% !important;
        display: inline-block;
        vertical-align: text-top;
        padding-right: 15px;
        padding-left: 15px}



}







/*mobile*/

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

    .philosophy-cont{
        margin-top: 43px;
    }
    .faq-mian .center {
        float: none;
        margin-top: 20px;
    }
    .faq-mian .nice-select { width:100% !important; line-height:normal !important}

    .faq-mian .title-after { margin-bottom:0;}

    .faq-mian h3 { margin-top:0 !important;    font-size: 20px !important;}
    /*head*/

    .navbar-toggle { background-color: transparent; border:none;margin-top: 25px;    background-color: transparent;

        border: none;

        margin-top: 25px;

        padding: 0;

        margin: 0;      margin-top: 25px;

        margin-right: 25px;}

    .navbar-header { height:75px;}





    #button-mob{

        width: 25px;

        height:20px;

        text-align: center;

        background:#333;

        padding-top:4px;

        -webkit-transition: all .3s ease;

        transition: all .5s ease;







    }

    .home-tab-mean .Philosophy-grids { text-align:left;    text-align: center;
        float: none;
        width: 100% !important;
        display: inline-block;
        vertical-align: text-top;
        padding-right: 15px;
        padding-left: 15px}

    #button-mob:hover {background:var(--main-color);}





    .mob-logo { padding:15px; position:absolute; }



    .mobile-menu li, .mob-menu a { list-style:none; text-align:center;background-color: transparent; color:#333; font-size:16px; font-weight:bold; text-decoration:none }



    .mobile-menu li {



        padding: 20px;

    }

    .line-under { width:60%; margin:0 auto; display:block; height:1px; background:#eee; clear:both; }



    /*footer*/

    .footer-links {

        -ms-flex-wrap: wrap;

        flex-wrap: wrap;

    }



    .footer-logo { margin:0 auto}



    .bot-links a {    font-size: 12px;

        color: #8d8d8d;

        text-decoration: none; margin-right:10px; display:block; margin-bottom:10px;}



    .bot-links { margin-bottom:20px;}



    /*philosophy*/



    /*.philosophy-cont .des {*/

    /*font-size: 16px;*/

    /*margin-top: 50px;*/

    /*letter-spacing: 0.08em;*/

    /*line-height: 32px;*/

    /*color: #525252;*/

    /*margin-bottom: 30px;*/

    /*}*/



    .philosophy-cont .we-do-des, .philosophy-cont .we-Believe-des ,.Philosophy-grids{



        margin-bottom: 30px;

    }



    .Philosophy-grids { display:block; z-index:99999}





    .footer { position:static}



    .Philosophy-grids-mian { margin-bottom:0}





    .Philosophy-grids h3:after {

        display:none







    }



    .file-added p { width:70%; overflow:hidden;    margin-left: 2%;}

    .file-added span { margin-left:5px;}

    .company-popup {background:#fff; margin:0}



    .comp-name-info h4 {letter-spacing: 0.15em;}



    .comp-social {



        margin-right: 0;



    }



    .close-pop-up-2 {



        padding: 5px 10px;





        margin-top: 0;



    }



    .popup-mian-comany { padding:0}

    .comp-name-info { padding-top:20px; padding-left:15px; padding-right:15px; padding-bottom:0}



    .comp-name-info p {

        font-size: 14px;



        margin-top: 0;

        margin-bottom: 15px;
        margin-top: 15px;

    }



    .comp-founder-info {padding-top:20px; padding-bottom:10px; background:#eee;padding-left:15px; padding-right:15px;}



    .section3, .section1, .section2 { }



    .company-popup { height:90%;}



    /*contact-us*/



    .info-det-r-side {

        border-bottom: 1px solid #979797;

        border-right:none;

        margin-bottom: 20px;

        margin-left:0

    }



    .info-mian { padding-top:80px;}



    .footer {    float: left;

        margin-bottom: 20px;

        width: 100%;

        padding: 20px;

        border-radius: 40px;

    }

    .center-for-mob .custom-select-wrapper, .center-for-mob .custom-select-wrapper .custom-select, .center-for-mob .custom-select-wrapper .custom-select .custom-select-trigger { width:100%}

    .center-for-mob .custom-options  { margin-top:20px;}

    .center-for-mob .custom-options:before { display:none}



    .faq-mian { margin-top:115px;}

    /*log-in*/

    .log-in-form {

        width: 100%;

    }



    .company-popup1 { height:auto}



    .footer-mian {



        margin-top: 100px;



    }



    .network-mian { margin-top:0; clear:both; }

    .network-mian h3 { margin-top:60px;}




    .mob-menu { background:#fff;}

    .mob-menu ul { margin:0}



    .head-report .title-after-title { margin-bottom:30px;}



    .back-home a {



        margin-top: 6px !important;

        display: block;

    }



    .make-padding { padding-left:15px; padding-left:15px;}

    .comment-input {



        width: 75%;



    }

    .comment-form input { width:100%;}



    .reports p {

        font-size: 14px;



    }



    .custom-select-trigger { font-size:18px;





    }



    .filter-button {

        font-size: 16px;

    }



    .select-mian {

        margin-top: 10px;

        margin-bottom:30px;

    }



    .select-mian .center { float:left;    width: 50%;

        text-align: center;}



    .tab-links {     text-align: center;
        float: none !important;
        margin-top: 100px;
        clear: both;
        display: block;}

    .log-in-cont { margin-bottom:150px;}


    .nav-tabs > li.filter-button {    display: inline-block; float:none;}


}









@media only screen and (max-width : 480px) {.compeny { width:100%}	.filter-button {

                                                                          font-size: 14px;    margin-right: 5px;

                                                                      }

    .custom-select-trigger { font-size:16px;



    }

    .custom-select-trigger {

        position: relative;

        display: block;

        padding: 0 43px 0 10px;

        font-weight: 300;

        color: #8d8d8d;

        cursor: pointer;

    }



    .company-popup1 {

        width: 100%;

        padding-left: 15px;

        padding-right: 15px;

    }





}





.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 1s; /* Safari */

    transition-duration: 1s;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}


.we-love-start {padding-bottom:30px; }

.we-love-start h2 { /*font-size:60px;*/ margin-bottom:20px;}
.we-love-start p { font-size:20px; margin-bottom:20px;}
.we-love-start a { font-size: 16px;
    font-weight: bold;
    color: #666; display:block}

.slide-img-mian { height:75vh}

.popup-img-logo { height:65px;    max-width: 200px;
    object-fit: contain; margin-left:15px; margin-bottom:15px;}

.name-person { font-size:24px; margin-bottom:90px;}


.home-tab-mean { text-align:center}
.home-tab-mean ul li { display:inline-block; float:none}
.home-tab-mean ul li a { font-weight:normal}

.home-tab-mean .nav-tabs { margin-top:0;}

.home-tab-mean .Philosophy-grids { text-align:left;    text-align: center;
    float: none;
    width: 33%;
    display: inline-block;
    vertical-align: text-top;
    padding-right: 15px;
    padding-left: 15px}



.sponsors-mian span {
    float: none;
}

.news-mian { margin-top:73px; margin-bottom:70px;}

.news-mian .title-style { margin-top:0}

.gallery_product span  { font-size:16px; color:#777777; margin-bottom:10px; margin-top:10px;}

.gallery_product h4  { font-size:16px; color:#333; margin-bottom:10px; margin-top:10px;}

.news-det { margin-top:70px;}

.custom-select {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 50px;
    padding: 10px;
    border-radius: 50px;
    color: #8d8d8d;
    border-color: #8d8d8d;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;

}

.custom-select t:focus {
    outline:none;
}


.network-mian {
    background-image: url(https://www.endurecap.com/uploads/networks/64381519377122.png);
    height: 95vh;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-bottom:50px;
}


.tab {

}


.tab button {
    display: block;
    background-color: inherit;
    background:#eee;

    background: #eee;
    width: 100%;
    margin-bottom: 20px;

    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    height:100px;
    position:relative;
}


.tab button:hover {

}


.tab button.active {

}



.tab button.active:before{
    content: "";
    position: absolute;
    width: 60%;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid red;
}


.tab button.hover:after{
    content: "";
    position: absolute;
    width: 60%;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid red;
}

.tabcontent {
    float: left;


    border-left: none;

    display:none
}

.first { display:block}



.card-photo {height:20px; background:#ddd; width:15%; margin-right:15px; float:left}
.card-mian {background:#f6f6f6; padding-bottom:20px; padding-top:20px; margin-top:20px;}
.q1 h1 { margin-top:0;}
.q1 p { font-size:18px;}
.lead p, .invest p {font-size: 18px;
    font-weight: bold;
    color: #8d8d8d;}
.lead h2 .invest h2 {margin-top: 0;
    color: #333;
    margin-bottom: 0;}



/*.nice-select .list { position:static !important}*/


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



    .contact-form {
        margin-top: 14px;
    }

    .nav-tabs > li > a {

        font-size: 14px !important;
    }

    .nav-tabs {

        margin-bottom: 40px !important;

    }

    .select-mian {float: none !important;
        padding-left: 15px;
        padding-right: 15px;}

    .company-popup1 { top:5% !important }

    .contact-title-new {    margin-top: 115px !important;
        font-size: 20px !important;}


    .close-pop-up {margin-top: -70px;    right: 15px;}

    .popup-img { position:static}

    .comp-name-info {
        height: auto;
    }


    .philosophy-cont .we-do-des, .philosophy-cont .we-Believe-des, .network-mian p { font-size:18px;}

    .containera {    column-width: auto;
        column-count: auto;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 50px;}
    .carousel-inner { height:68vh}
    .philosophy-cont .we-do { font-size:20px;}
    .select-mian .nice-select.wide { margin-bottom:30px;}

    .network-mian h3, .philosophy-cont .we-do { font-size:20px;}
    .compeny-mian .title-style {    margin-top: 115px;
        font-size: 20px;}
    .select-mian .nice-select .list { width:100%;}

    .start-up .title-style { font-size:20px; margin-top:115px;}


    .net-work-pop-up .modal-content {     padding: 15px 15px !important;}

    .new-network-mian .network-cont-new h3 { font-size:16px !important; }
    .new-network-mian .network-cont-new span { font-size:14px !important;}
    .news-mian { margin-top:115px;}
    .news-mian .title-style {
        font-size: 22px;
    }
    .start-up .control-label {
        font-size: 14px !important;
    }

    .contact-form p, .logo-info p {    font-size: 16px !important;}
    .contact-item p, .we-love-start p {font-size: 16px !important;}
    .contact-item a {font-size: 16px !important;}

    .we-love-start h2 { font-size:22px !important; margin-top:15px; }
    .faq-mian .nice-select.open .list { width:100%;}

    .name-person {

        margin-bottom: 50px !important;
    }

}




.network-cont-new p {

    height: 105px !important;
    overflow: hidden !important;
}

.new-network-mian { padding-bottom:0 !important}

.new-network-mian .network-cont-new h3 { font-size:20px; color:#444}
.new-network-mian .network-cont-new span { font-size:16px; color:#777}

.sub-select .nice-select {min-width: 100% !important;}

.sub-select .nice-select .option {     line-height: 30px !important; height:25px !important}

.title-style {     margin-top: 73px;
    font-size: 30px;
    color: #525252 !important;
    text-transform: uppercase !important;
    font-family: myFont-Medium !important;
    font-weight: bold  !important;
    margin-bottom: 14px !important;}

.contact-form { margin-top:36px;}

.company-popup1 .nice-select .list { width:100% !important; position:absolute !important}
.company-popup1 .nice-select .option { min-height:25px;}


.nice-select.wide { min-width:250px !important;}


.start-up .form-control { border-radius:0; border-color:#e0e7ee}
.start-up .form-control:focus {    border-color: #f26722;}

.start-up .mt-repeater .mt-repeater-item { border-bottom:none}

.start-up .control-label {

    font-size: 16px;
}

.start-up .nice-select.wide {

    font-size: 14px;

    line-height: 33px;}


.start-up .remove-phone	{width: 34px !important;
    height: 34px !important;
    line-height: 34px !important;
    text-align: center;
    background: #f26722;
    color: #fff !important;
    margin-top: 0px !important;
    display: inline-block !important; float:right !important; outline:none}


.start-up .phone { width:85% !important}

.start-up .add-num {    background: #f26722;
    padding: 10px;
    color: #fff !important;
    margin-bottom: 30px;
    display: inline-block; outline:none}
.start-up .add-num:hover { background:#fd5604}


.start-up .startup-btn {    border: none;
    background: #f26722;
    width: 100%;
    height: 40px;
    color: #fff; outline:none; -webkit-transition: all .3s ease;

    transition: all .5s ease;}
.start-up .startup-btn:hover { background:#fd5604}



.net-work-pop-up .modal-content { border-radius:0; padding:30px;    padding: 30px 60px; margin:60px auto}

.network-photo-frame {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
    margin-bottom:20px;
}
.network-photo-frame img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}


.net-work-pop-up .close-pop-up1 {
    font-size: 25px;
    margin-top: -76px;
}

.net-work-pop-up h3 { margin:0; font-size:20px; color:#555; margin-bottom:15px;}
.net-work-p { font-size:16px; color:#777; margin-top:10px;}


.modal { padding-right:0 !important}


.popup-accordion .panel-heading { padding-right: 0 !important; }

.news-cont{
    max-height: calc(100vh - 407px);}
.news-cont .panel-body {    overflow: auto;
    max-height: calc(100vh - 407px);}


.news-cont .panel-body::-webkit-scrollbar-track {

    background-color: #ddd;
}
.news-cont .panel-body::-webkit-scrollbar {
    width:3px;
    background-color: #ddd;
}
.news-cont .panel-body::-webkit-scrollbar-thumb {
    background-color: #999;
}

.faq-mian .panel-group .panel + .panel {
    background: #fff !important ;
}