html, body {
    height: 100%;
}

/*IMPORT FONTS */
@font-face {
  	font-family: 'helvetica-cond';
    src: url(../fonts/HelveticaLTStd-Cond.otf);
}

@font-face {
  	font-family: 'Ailerons-Regular';
    src: url(../fonts/Ailerons-Regular.otf);
}

@font-face {
  	font-family: 'Helvetica-Roman';
    src: url(../fonts/HelveticaLTStd-Roman.otf);
}

@font-face {
  	font-family: 'Helvetica-Bold';
    src: url(../fonts/HelveticaLTStd-Bold.otf);
}

@font-face {
  	font-family: 'Helvetica-BoldCond';
    src: url(../fonts/HelveticaLTStd-BoldCond.otf);
}

body {
	font-family: 'Helvetica-Roman' !important;
}


/* GENERAL CSS */
.tr-section-fullwidth,
.tr-nopad {
	padding: 0px;
	position: relative !important;
}

.tr-xmargin {
	margin: 0px;
}

.tr-section-h2 h2 {
    font-family: 'Ailerons-Regular';
    font-size: 66px;
    color: #1a1819;
    margin-left: -12px;
}

.tr-section-h2 h2 span {
	color: #dc041b;
}

.tr-section-h3 h3 ,
.tr-section-counter p {
    font-family: 'Helvetica-BoldCond';
    font-size: 22px;
}

.tr-section-counter {
    display: inline-block;
    margin-right: 25px;
    margin-top: 5px;
}
.tr-section-counter.norm {
    margin-right: 0px;
}

.tr-section-counter p {
    font-size: 40px;
    margin: 0px;
}

.tr-section-counter * {
    line-height: 1;
}

.tr-section-counter span {
    font-size: 10px;
    color: #dc041b;
    font-weight: 700;
    font-family: 'Helvetica-Roman' !important;
}

.tr-section-button button ,
.tr-section-button a {
    width: 230px;
    height: 60px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Helvetica-BoldCond';
    border: 1px solid;
    background: transparent;
    border-radius: 3px;
    transition: .3s;
    text-decoration: unset;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1819;
    text-align: center;
    margin-right: 30px;
    outline: unset;
}

.tr-section-button button:hover ,
.tr-section-button a:hover {
	background: #dc041b;
	border: 1px solid #a71524;
	color: #fff;
}

.navbar-toggle{
    display: none;
}

/* HEADER */
.tr-header {
    position: absolute;
    width: 100%;
    z-index: 9;
    margin: 0px;
}

.tr-header-logo {
    padding: 25px 25px;
}

.tr-header-ul {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.tr-header-ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100px;
}

.tr-header-ul li a {
    font-family: 'helvetica-BoldCond';
    font-size: 14px;
    position: relative;
}

.tr-tablinks {
    width: 100px;
    margin-right: 25px;
}

.tr-header-ul .tr-tablinks a {
	color: #1a1819;
	text-decoration: unset;
}

.tr-header-ul .tr-tablinks a:hover {
	color: #e40019;
}

.tr-active-link {
	color: #e40019 !important;
}

.tr-not-active{
	color: #000 !important;
}

.tr-contact-links {
    width: 280px;
    background: #e40019;
    text-align: center;
}

.tr-header-ul .tr-contact-links a {
	color: #fff;
	text-decoration: unset;
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100px;
	width: 100%;
}

.tr-header-ul li a span {
    margin-right: 10px;
    font-size: 13px;
}



/* SECTION 1 */
.tr-section1 {
    position: relative;
    background: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;

    width: 100%;
    padding: 220px 0px 10px 0px;
    margin: 0px;
}

.tr-index {
	z-index: 9;
}

.tr-section1-l-img {
	position: relative;
}

.tr-section1-l-img img {
    width: 125%;
}

.tr-section1-l-img .tr-comp-img {
    margin-left: 0px;
    margin-top: -15px;
}

.tr-section1-l-img .tr-truck-img {
	margin-left: -20px;
}

.tr-section1-right {
    padding-left: 13%;
}

.tr-section1-r-content h1 {
    font-family: 'Ailerons-Regular';
    font-size: 66px;
    color: #1a1819;
    margin-left: -12px;
}

.tr-section1-r-content h1 span {
    color: #dc041b;
}

.tr-section1-r-content p {
   	color: #191919;
   	font-size: 22px;
   	line-height: 1.3;
   	padding-right: 20%;
   	padding-top: 20px;
}

.tr-section1-btn {
	display: flex;
	padding-top: 25px;
}

/* MODAL SECTION 1 */
.tr-custom-modal {
    width: 100%;
    padding: 0px 16% !important;

}

.tr-modal-content-wrapper {
	background: url(../img/bg_pop_up.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    overflow: hidden;
    border: unset;
}

.tr-modal-dialog ,
.tr-modal-body {
    max-width: 100%;
}

.tr-custom-modal-body {
    width: 100%;
    display: flex;
}

.tr-modal-body-img ,
.tr-modal-body-content {
    flex-grow: 1;
}

.tr-modal-body-img img {
    position: absolute;
    bottom: 0px;
    width: 34%;
}

.tr-modal-body-content {
    width: 26%;
    padding: 45px 60px;
}

.tr-modal-content-title h3, .tr-mc-sm-text {
	font-family: 'Ailerons-Regular';
	color: #1a1819;
}

.tr-modal-content-title h3 {
    font-size: 60px;
    margin: 5px 0px 12px 0px;
    margin-left: -10px;
}

.tr-modal-content-title h3 span {
    color: #e40019;
    margin-right: 40px;
}

.tr-mc-sm-text {
    font-size: 27px;
    line-height: 1;
    color: #1a1819;
}

.tr-mc-form {
    padding: 35px 0px 55px 0px;
}

.tr-mc-form-input {
    display: flex;
    padding-bottom: 20px;
}

.tr-mc-input {
    width: 100%;
    flex-grow: 1;
}

.tr-mc-incustom {
	margin-right: 60px;
}

.tr-mc-message {
	width: 100%;
}

.tr-mc-message textarea ,
.tr-mc-input input {
    word-break: 100%;
    width: 100%;
    border: unset;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    color: #1a1819;
    outline: unset;
}

.tr-mc-message textarea {
	padding-bottom: 100px;
}

.tr-mc-input input::placeholder ,
.tr-mc-message textarea::placeholder {
	color: #1a1819;
}

.tr-mc-bottom-action {
    display: flex;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 60%;
}

.tr-mc-button {
    width: 60%;
    flex-grow: 1;
}

.tr-mc-button button {
    width: 100%;
    height: 100%;
    background: #e40019;
    color: #fff;
    border: 1px solid #dc3131;
    border-radius: 2px;
    outline: unset;
    font-family: 'helvetica-BoldCond';
}

.tr-mc-attach-file {
    width: 65%;
}

/* FILE ATTCHMENT */
.attach-wrapper {
    text-align: right;
    padding: 0px 40px 0px 0px;
    margin-bottom: 0px;
}

.attach-wrapper .attachments {
    width: 60%;
    text-align: left;
    position: relative;
    display: block;
}

.attach-wrapper .attachments > div {
    position: relative;
    width: max-content;
    /* margin-right: 2%; */
    float: left;
    background: transparent;
    /* padding: 10px 25px; */
    /* border-radius: 50px; */
    /* margin-bottom: 2%; */
}

.attach-wrapper .attachments > div .myclose {
    position: absolute;
    font-size: 20px;
    padding: 5px 10px;
    color: #282828;
    cursor: pointer;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
}

.attach-wrapper .attachments > div:nth-child(2n+2) {
    margin-right: 0px;
}

.attach-wrapper label {
    border-radius: 0px;
    padding: 5px 20px;
    border: none;
    font-size: 18px;
    /*box-shadow: -4px -1px 22px #ececec;*/
    /* background: #00A1ED; */
    color: #0d0c0d;
    border: 1px solid transparent;
    transition: 400ms;
}

.attach-wrapper label:hover {
    color: #00A1ED;
    background: #fff;
    border: 1px solid #00A1ED;
}

/* SECTION 2 */
.tr-section2 {
	margin: 0px;
    padding: 7% 13% 0% 13%;
    position: relative;
}


.tr-scrolldown {
	position: fixed;
	width: 4.5%;
    height: 125px;
    background: #1a1819;
    z-index: 9;
    font-size: 35px;
    padding: 40px 0px 0px 25px;
    color: #fff;
    bottom: 0;
    right: 0px;
    cursor: pointer;
    visibility: hidden;
}

.tr-section2-l-offers {
    padding-right: 30%;
}

.tr-section2-l-offers p {
    font-family: 'Helvetica-Roman';
    font-size: 22px;
    line-height: 1.2;
    padding-top: 20px;
}

.tr-section2-dev-host,
.tr-section2-des-app {
    display: flex;
    padding-bottom: 60px;
}

.tr-section2-web-dev, .tr-section2-web-host ,
.tr-section2-web-des, .tr-section2-web-app {
	position: relative;
}

.tr-section2-web-dev, .tr-section2-web-des {
	padding: 0px 40px 0px 75px;
}

.tr-section2-web-host , .tr-section2-web-app {
	padding: 0px 40px 0px 85px;
}

.tr-color-change:before {
    position: absolute;
    font-size: 45px;
    transition: .4s;
}

.tr-section2-web-dev:before, .tr-section2-web-des:before {
	left: 0px;
}

.tr-section2-web-host:before , .tr-section2-web-app:before {
	left: 10px;
}

.tr-let-div-hover:hover.tr-color-change:before {
	color: #e40019;
}

.tr-section2-web-dev .tr-section-web-p, .tr-section2-web-host .tr-section-web-p,
.tr-section2-web-des .tr-section-web-p, .tr-section2-web-app .tr-section-web-p {
    font-family: 'Helvetica-Roman' !important;
    line-height: 22px;
    color: #191919;
}

/* SECTION 3 */
.tr-section3 {
    overflow: hidden;
    padding: 100px 0px 100px 0px;
}

.tr-carousel-wrapper {
    width: 75%;
    margin: auto;
    text-align: center;
}

.tr-carousel-wrap-custom {
    width: 100%;
}

.tr-carousel-wrap-custom .owl-stage-outer .owl-stage {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

.tr-custom-item img {
    width: auto !important;
}

.tr-custom-item {
	padding: 0px 20px;
}

/* SECTION 4 */

.tr-section4-aboutus {
    display: flex;
}

.tr-aboutus-l-img {
    position: relative;
    height: 810px;
    width: 55%;
    overflow: hidden;
    padding-left: 20px;
    margin-right: 25px;
}

.tr-aboutus-l-img img {
    width: 98%;
    position: absolute;
    bottom: -100px;
}

.tr-aboutus-r-content {
	width: 30%;
	padding-left: 30px;
	z-index: 9999;
}

.tr-apart {
	margin-right: 40px;
}

.tr-temp-content {
    margin-bottom: 40px;
}

.tr-temp-content p {
	font-size: 22px;
}

.tr-aboutus-r-content .tr-section-counter span {
	margin-right: 25px;
}

.tr-aboutus-links-social {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.tr-aboutus-btn {
	/*margin-top: 50px;*/
}

.tr-aboutus-social {
	padding-left: 30px;
}

.tr-aboutus-social a {
    color: #1a1819;
    font-size: 23px;
    margin-right: 15px;
    text-decoration: unset;
}

/* SECTION 5 */
.tr-section5 {
    padding: 78px 0px;
    background: #1a1819;
}

.tr-section5-bg {
	background: url(../img/bg-redblack.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.tr-section5-talktous1 {
    padding-left: 23%;
    padding-right: 10%;
}

.tr-form-input-mail, .tr-form-input-name {
    width: 45%;
    display: inline-block;
}

.tr-form-input-mail.tr-form-input {
    float: left;
}

.tr-form-input-name.tr-form-input {
    float: right;
}

.tr-form-input {
	margin-bottom: 30px;
}

.tr-form-input input,
.tr-form-input textarea {
    width: 100%;
    border: 1px solid;
    border: unset;
    border-bottom: 1px solid #fff;
    background: transparent;
    padding-bottom: 15px;
    color: #fff;
    outline: unset;
    font-size: 18px;
}

.tr-form-input input::placeholder ,
.tr-form-input textarea::placeholder {
	color: #fff;
}

/* CUSTOM RADIO */

.tr-form-subscribe * {
    color: #fff;
    font-size: 18px;
}

/* The container */
.tr-radio {
  display: block;
  position: relative;
  padding-top: 12px;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.tr-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.tr-checkmark {
  position: absolute;
  top: 20px;
  left: 0;
  height: 12px;
  width: 12px;
  /*background-color: #eee;*/
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  transition: .4s;
}

/* On mouse-over, add a grey background color */
.tr-radio:hover input ~ .tr-checkmark {
    background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.tr-radio input:checked ~ .tr-checkmark {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
}

/* Create the tr-checkmark/indicator (hidden when not checked) */
.tr-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the tr-checkmark when checked */
.tr-radio input:checked ~ .tr-checkmark:after {
  display: block;
}

/* Style the tr-checkmark/indicator */
.tr-radio .tr-checkmark:after {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    border: solid white;
    border-width: unset;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: unset;
}

/* END */

.tr-form-subscribe, .tr-form-button {
    display: inline-block;
    width: 45%;
}

.tr-form-button {
    float: right;
}

.tr-form-button button {
    width: 100%;
    background: #e40019;
    border-radius: 5px;
    border: 1px solid #611515;
    min-height: 55px;
    color: #fff;
    text-transform: uppercase;
    transition: .3s;
    cursor: pointer;
    font-family: 'helvetica-BoldCond';
}

.tr-form-button button:hover {
    background: #fff;
    color: #1a1819;
    border: 1px solid #e40019;
}

.tr-section5-talktous2 h2 ,
.tr-section5-talktous2 * {
	color: #fff;
}

.tr-section5-talktous2 p {
	font-size: 25px;
}

.tr-section5-talktous2 {
    padding-right: 40%;
}

.tr-talktous-before {
	position: relative;
}

.tr-section5-talktous2 img {
    position: absolute;
    bottom: -94px;
    width: 70%;
    right: -15px;
}


/* SECTION 6 */
.tr-section6 {
    padding: 130px 0px 40px 0px;

}

.tr-section6-title {
    width: 72%;
    margin: auto;
    position: relative;
}

.tr-section6-title-h2 {
    padding-left: 25%;
    margin-bottom: 100px;
}

.tr-section6-title-h2 p {
    margin-top: 30px;
}

.tr-section6-title-h2 p {
	font-size: 22px;
	/*padding-left: 12px;*/
}

.tr-section6-counter {
	display: flex;
}

.tr-section6-box-wrapper {
    width: 100%;
    display: flex;
    margin-bottom: 100px;
}

.tr-box-title-wrap {
    width: 45%;
}

.tr-box-titlewrap-it {
	padding-left: 40px;
}

.tr-box-custom2 {
    padding-right: 40px;
}

.tr-box-custom4 {
    padding-left: 40px;
}

.tr-section6-counter {
    width: max-content;
}

.tr-box-title h4 {
    font-family: 'Ailerons-Regular';
    font-size: 32px;
    margin-bottom: 15px;
}

.tr-box-content {
    width: 100%;
    position: relative;
}

.tr-box-custom {
	padding-right: 5%;
}

.tr-box-content img {
    width: 100%;
/*    margin-bottom: 20px;*/
}

.tr-box-content h5 {
	font-family: 'Ailerons-Regular';
	font-size: 20px;
}

.tr-box-custom-content p {
    font-size: 13px;
    line-height: 1.3;
}

.tr-box-custom-content a {
    color: #bd1118;
    font-size: 13px;
    text-decoration: unset;
    display: flex;
    align-items: center;
}

.icon-arrow_forward {
    margin-left: 15px;
    font-size: 11px;
    font-weight: 600 !important;
}

.tr-box-custom-content a img {
	width: 24px;
	margin-left: 10px;
}

/* FOOTER */
.tr-bg-lightgray {
	background: #f9f9f9;
}

.tr-section-footer {
    width: 73%;
    margin: auto;
    padding: 100px 0px;
}

.tr-footer-logo-content {
	margin-top: 30px;
}

.tr-footer-logo-content p {
    line-height: 1.6;
    margin: 0px;
    font-size: 18px;
}

.tr-footer-same-content h4 {
    font-family: 'Ailerons-Regular';
    font-size: 34px;
    color: #1a1819;
    margin-bottom: 20px;
}

.tr-footer-same-content a {
    font-size: 22px;
    margin: 0px;
    line-height: 1.6;
    text-decoration: unset;
    color: #191919;
    display: block;
}

.tr-footer-same-content a:hover {
    color: #bd1118;
}

.tr-footer-copyright {
    width: 100%;
    display: block;
    margin-top: 100px;
}

.tr-copyright-content {
	float: right;
}

.tr-copyright-content p {
    font-size: 14px;
}


/****** addtional css ****/


#data-trading {
    display: none;
}


#loading{
    border: 10px solid #dee2e6;
    border-radius: 50%;
    border-top: 10px solid #e40019;
    border-bottom: 10px solid #e40019;
    width: 65px;
    height: 65px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    top: 8%;
    display: none;
    max-height: 100vh;
    background-color: rgba(0,0,0,0.5);
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.collapse{

    background-color: #e40019!important;
    box-shadow: none!important;
    outline-style: none!important;
    border: none;
    border-radius: 0;
    padding: 10px;
}

.collapse:active,
.collapse:focus{
    background-color: green;

}

.changeheadercolor{
    background-color: #dc041b;
}

.tr-truck-img{
    /*visibility: hidden;*/
    position: absolute;
    top: 0px;
}

.trade-category{
    /*visibility: hidden;*/
    position: absolute;
    top: 0px;
}

.trading-aboutusimg{
    /*visibility: hidden;*/
}

.collapse,
.modaltradingimg{
    display: none;
}

.aeroplane{
    /*visibility: hidden;*/
    position: absolute!important;
    width: 75%!important;
    top: -180px;
}

.web-workcontent{
    height: fit-content;
}

.trading-content{
    height: auto;
    display: none;
}

.modalpop select{
        padding: 9px 0;
        border: none;
        border-bottom: 1px solid #000;
        width: 100%;
}

#tr-link_2 {
    display: none;
}

.tr-section-counter:nth-child(even) {
    margin-right: 0 !important;
}

.home-img-container {
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

/* MAIL */

.site-mail {
    min-height: 500px;
    padding: 10%;
    text-align: center;
}

.site-mail h1 {
    
}

@media(max-width: 1500px){

    .tr-aboutus-l-img {
        height: auto;
    }

    .tr-aboutus-r-content {
        padding-bottom: 25px;
    }

}

@media (max-width: 1500px) and (min-width: 1200px) {
    .tr-section-counter {
        vertical-align: top;
    }

    .tr-section-counter span {
        display:block;
        width:70px;
        word-wrap:break-word;
    }
}

@media(min-width: 1440px) and (max-width: 1600px) {
    .tr-scrolldown {
        width: 6%;
    }
}

@media(max-width: 1440px){


    .tr-section1-l-img .tr-comp-img {
        margin-left: 0px;
    }

    .tr-section1-l-img img {
         width: 120%;
    }

    .tr-section2-web-dev, .tr-section2-web-des {
        padding: 0px 20px 0px 60px;
    }

    .tr-section2-web-host, .tr-section2-web-app {
        padding: 0px 20px 0px 70px;
    }

    .tr-section2-l-offers {
        padding-right: 0;
        margin-bottom: 50px;
        margin-top: -63px;
    }

    .tr-section-h2 h2 br{
        display: none;
    }

    .tr-section-counter {
        margin-top: 10px;
    }

    .tr-aboutus-l-img img {
        width: 95%;
    }

    .tr-section5-talktous2 img {
        width: 68%;
    }

    .tr-scrolldown {
        padding: 45px 0 45px 18px;
        width: 5.5%;
        font-size: 35px;
    }

    .tr-aboutus-social {
        padding-left: 0;
        display: inline-flex;
    }

    .tr-modal-content-wrapper{
        background-position: center;
    }

    .tr-modal-body-content {
        width: 25%;
        padding: 45px 15px;
    }

    .aeroplane{
        margin-top: 122px;
        width: 61%!important;
    }

}

@media(min-width: 1200px) and (max-width: 1439px) {

    .tr-section1 {
        padding: 220px 0px 50px 0px;
    }

    .tr-section5-talktous2 img {
        width: 63.5%;
    }

    .aeroplane {
        padding-top: 55px;
        width: 55%!important;
    }

}

@media(min-width: 1200px) and (max-width: 992px) {
    .tr-box-custom-content img {
        height: auto !important;
    }
}

@media (max-width: 1270px) {
    .tr-section-counter p {
        font-size: 30px;
    }
}

@media (max-width: 1218px) {
    .tr-section-counter span {
        width:50px;
    }
}

@media(max-width: 1199px){

    .tr-section1{
        padding: 220px 0px 50px 0px;
    }

    .tr-section1-l-img img {
         width: 100%;
    }

    .tr-scrolldown {
        padding: 45px 21px;
        font-size: 30px;
    }

    .tr-section2-web-dev, .tr-section2-web-des {
        padding: 0px 5px 0px 60px;
    }

    .tr-section2-web-host, .tr-section2-web-app {
        padding: 0px 0px 0px 70px;
    }

    .tr-aboutus-r-content {
        width: 100%;
        padding: 5% 13% 7% 13%;
    }

    .tr-aboutus-l-img {
        display: none;
    }

    .tr-section5-talktous2 img {
       display: none;
    }

    .tr-section1-l-img .tr-comp-img{
        margin-left: 25%;
        width: 55%;
    }

    .tr-section1-l-img .tr-truck-img{
        left: 0;
        width: 55%;
    }

    .tr-section1-right {
        padding-left: 13%;
        padding-right: 13%;

    }

    .owl-carousel.owl-drag .owl-item{
        width: 200px!important;
        margin-right: 0!important;
    }


    .tr-section1-r-content p{
        padding-right: 0;
    }

    .tr-section1-r-content h1 br{
        display: none;
    }

    .tr-section2 {
        padding: 15% 13% 0% 13%;
    }

    .tr-section3{
        padding: 100px 0px 100px 0px;
    }

    .tr-modal-body-img{
        display: none;
    }

    .tr-modal-content-wrapper {
        background-position: right;
    }

    .tr-modal-body-content {
        width: 28%;
        padding: 45px 5px;
    }

    .home-img-container {
        height: 250px;
        width: 50%;
        margin: 0 auto;
    }

    .tr-box-custom2,
    .tr-box-custom3,
    .tr-box-custom4 {
        padding: 0;
    }

    .tr-box-content {
        margin-bottom: 50px;
        text-align: center;
    }

    .tr-section6-counter {
        margin: 0 auto;
    }

    .tr-scrolldown {
        font-size: 20px;
    }

    .tr-box-content a {
        justify-content: center;
    }

    .tr-section6 .row {
        margin: 0 !important;
    }
}

@media(max-width: 1024px){

    .tr-section6-title-h2 {
         padding-left: 0%;
    }

    .tr-section1-r-content p,
    .tr-section2-l-offers p,
    .tr-temp-content p,
    .tr-section6-title-h2 p  {
        text-align: justify;
    }

    .tr-modal-body-content{
        display: block;
        width: 100%;
    }

    .tr-modal-content-title{
        text-align: center;
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    .tr-box-custom-content img {
        height: 400px;
    }
}

@media(max-width: 991px) {

    #loading{
        left: 47%;
        top: 7%;

    }
    .tr-section1{
        background-position: top 5%;
    }

    .tr-index{
        z-index: 1;

    }

    .tr-nopad{
        margin-top: -20px;
    }

    .tr-header-ul{
        display: block;
        background-color:#292223b3;
        z-index: 100;
        margin-top: 0px;
        padding: 5% 10%!important;
    }

    .tr-header-ul li {

        min-height: 70px;
        margin-bottom: 2px;
    }

    .tr-header-ul li a {
        font-size: 12px;
        color: #fff!important;
    }

    .tr-header-ul .tr-tablinks:hover{
        background-color: #dc041b;;
    }

    .tr-active-link{
        color: #fff!important;
    }

    .tr-not-active {
        color: #fff !important;
    }

    .tr-contact-links {
        width: 100%;

    }

    .tr-tablinks {
        width: 100%;
        margin-right: 0px;
    }

    .tr-section1-r-content h1,
    .tr-section-h2 h2,
    .tr-section-h2 h2,
    .tr-section6-title-h2{
        font-size: 60px;
    }

    .tr-section1-r-content p,
    .tr-section2-l-offers p,
    .tr-temp-content p,
    .tr-section6-title-h2 p  {
        font-size: 18px;
        text-align: justify;
    }

    .tr-section-h3 h3{
        font-size: 19px;
    }

    .tr-section-web-p{
        font-size: 17px;
    }

    .tr-section-counter p {
        font-size: 35px;
    }

    .tr-section2-web-dev, .tr-section2-web-des {
        padding: 0px 40px 0px 75px;
        margin-bottom: 50px;
    }

    .tr-section5-talktous1 {
        padding: 0 12% 5%;
    }

    .tr-section5-talktous2 {
        padding-left: 12%;
        padding-right: 12%;
        text-align: center;
    }

    .collapse{
        display: block;
        position: absolute;
        left: 86%;
        top: 45px;
    }

    .tr-header-ul{
        visibility: hidden;
    }

    .tr-scrolldown {
       padding: 28px 0 28px 21px;
        width: 6%;
        font-size: 20px;
        height: 76px;

    }

    .tr-section6-box-wrapper {
        display: block;
        margin-bottom: 100px;
    }

    .tr-box-custom2 {
     padding-right: 0px;
    }

    .tr-box-content {
        margin-bottom: 20px;
    }

    .tr-box-custom4 {
     padding-left: 0px;
    }

    .tr-box-titlewrap-it {
     padding-left: 0px;
    }

    .tr-section-footer .cols{
        margin-bottom: 30px;
    }

    .trading-content{
        top: 8%;
    }

    .web-finestwork1 .col-md-12,
    .web-finestwork2 .col-md-12 {
        padding: 0 !important;
    }

    .web-workcontent .row {
        margin:0 !important;
    }

    .tr-box-title-wrap {
        margin:0 auto;
    }

    .tr-box-content {
        margin-bottom: 50px;
    }

}

@media(max-width: 767px) {

    .tr-header-ul {
        background-color: rgba(0, 0, 0, 0.9);
    }
}

@media(max-width: 768px) {


    .tr-section1-r-content h1,
    .tr-section-h2 h2,
    .tr-section-h2 h2,
    .tr-section6-title-h2 {
        font-size: 47px;
    }

    .tr-section1-r-content p,
    .tr-section2-l-offers p,
    .tr-temp-content p,
    .tr-section6-title-h2 p,
    .tr-section-web-p {
        font-size: 14px;
        text-align: justify;
    }

    .tr-section-button button, .tr-section-button a{
        width: 200px;
        font-size: 14px;
    }

    .tr-section1-btn {
       padding-left: 10%;
        padding-right: 10%;
    }


    .tr-scrolldown {
        padding: 30px 0 30px 18px;
        width: 7%;
        font-size: 18px;
        height: 76px;
    }

    .tr-section2-dev-host, .tr-section2-des-app{
        display: block;
    }

    .tr-section-counter p {
        font-size: 22px;
    }

     .tr-section-footer .col{
        margin-bottom: 20px;
     }


    .tr-box-title-wrap {
        width: 100%;
        margin-bottom: 40px;
    }

    .tr-section-counter {
        margin-top: 0;
    }


    .tr-section-footer .cols p,
    .tr-section-footer .cols a{
        font-size: 16px;
    }

    .tr-form-subscribe * {

        font-size: 14px;
    }

    .tr-box-titlewrap-it {
         padding-left: 0px;
    }

    .tr-form-button{
        width: 100%;
        display: block;
    }

    .tr-copyright-content {
        float: none;
    }

    .tr-modal-content-title h3 {
        font-size: 50px;
    }

    .tr-mc-sm-text {
        font-size: 21px;
    }

    .tr-modal-content-title h3 span {
        margin-right: 6px;
    }

    .home-img-container {
        width: 100%;
    }

    .tr-box-content {
        margin-bottom: 50px;
    }

}


@media(max-width: 575px){
    .collapse {
        left: 75%;
    }

    .tr-header-ul{
        padding: 5%!important;
    }

    .tr-section5-talktous2 p {
        font-size: 16px;
    }

    .tr-section1-r-content h1, .tr-section-h2 h2, .tr-section-h2 h2, .tr-section6-title-h2 {
        font-size: 35px;
        text-align: center;
    }
    .tr-section-button button, .tr-section-button a {
        font-size: 12px;
    }

    .tr-section-button button, .tr-section-button a {
         width: 100%;
        font-size: 12px;
        margin-bottom: 8px;
         height: 45px!important;
    }


    .tr-aboutus-r-content .tr-section-button a{
        height: 45px!important;
    }

    .tr-form-button button {
        margin-bottom: 20px;
    }

    .tr-aboutus-btn{
        width: 100%;
    }

    .tr-scrolldown {
        width: 8.5%;
        font-size: 16px;

    }

    .tr-custom-modal {
        padding: 0px 5% !important;
    }

    .tr-form-input-mail, .tr-form-input-name,
    .tr-form-subscribe{
        width: 100%;
        display: block;
    }

    .tr-modal-body-content {
        width: 28%;
        padding: 30px 0px;
    }

    .tr-modal-content-title h3 {
        font-size: 38px;
    }

    .tr-mc-sm-text {
        font-size: 18px;
    }

    .tr-mc-form-input {
        display: block;
        padding-bottom: 25px;
    }

    .tr-mc-bottom-action {
        width: 100%;
    }

    .tr-mc-incustom {
        margin-bottom: 18px;
    }

    .tr-mc-incustom select{
        width: 100%;
    }

    .tr-modal-content-title h3 span {
        margin-right: 0px;
    }

    .tr-mc-button,
    .tr-mc-attach-file {
        width: 50%;
    }

    .tr-mc-attach-file .btn-file,
    .tr-mc-button button{
        font-size: 14px;
    }

    .modalpop input::-webkit-input-placeholder,
    .modalpop textarea,
    .modalpop select,
    .modalpop input{
        font-size: 12px;
    }

    .attach-wrapper {
        text-align: center;
        padding: 0px 0px 0px 0px;
    }

    .tr-mc-message textarea {
        padding-bottom: 30px;
    }

    .tr-scrolldown {
        width: 50px !important;
    }

}

@media(max-width: 425px){
    #loading{
        left: 45%;
        top: 5%;
    }

    .tr-index{
        display: none;
    }

    .tr-section1-right {
        padding-left: 5%;
        padding-right: 5%;
    }

    .tr-aboutus-r-content {
        width: 100%;
    }

    .tr-form-input input, .tr-form-input textarea {
        font-size: 14px;
    }

    .tr-section1-r-content h1, .tr-section-h2 h2, .tr-section-h2 h2, .tr-section6-title-h2 {
        font-size: 30px;
    }

    .tr-section-counter {
        margin-right: 0px;
    }

    .tr-section2 {
        margin: 0px;
        padding: 5%;
        position: relative;
    }

    .tr-section-h3 h3 {
        font-size: 14px;
    }

    .tr-section1-r-content p,
    .tr-section2-l-offers p,
    .tr-temp-content p,
    .tr-section6-title-h2 p,
    .tr-section-web-p {
        font-size: 12px;
    }

    .tr-aboutus-links-social {
        display: block;
        align-items: center;
        text-align: center;
    }

    .tr-section5-talktous2 p {
        font-size: 14px;
    }

    .tr-section1-right {
        padding-bottom: 10%;
    }

    .tr-scrolldown {
        display: none;
    }

    .tr-custom-item {
        padding: 0px 5px;
    }

    .tr-section-footer .cols p,
    .tr-section-footer .cols a {
        font-size: 14px;
    }

    .tr-modal-body-content {
        padding: 0px;
    }

    .tr-mc-form {
        padding: 20px 0px 30px 0px;
    }

    .tr-modal-content-title h3 {
        font-size: 26px;
    }

    .tr-mc-sm-text {
        font-size: 12px;
    }

    .tr-footer-same-content h4 {
        font-size: 30px;
    }

    .tr-copyright-content p {
        font-size: 12px;
    }

    #loading{
        left: 43%;
        top: 7%;
    }

    .home-img-container {
        height: 150px;
    }

    .tr-box-content {
        margin-bottom: 20px;
    }

}


@media(max-width: 320px){

    #loading{
        left: 43%;
        top: 7%;
    }

    .tr-header-ul{
        padding: 2%!important;
    }

    .tr-modal-content-title h3 {
        font-size: 20px;
    }

    .tr-mc-sm-text {
        font-size: 10px;
    }

    .tr-mc-bottom-action {
        height: 30px;
    }

    .tr-mc-message textarea {
        padding-bottom: 10px;
    }

    .modalpop input::-webkit-input-placeholder,
    .modalpop textarea,
    .modalpop select,
    .modalpop input,
    .tr-mc-attach-file .btn-file,
    .tr-mc-button button{
        font-size: 10px;
    }

    .tr-mc-form {
        padding: 0px 0px 20px 0px;
    }
}
