body, html {
	margin: 0;	
	height: 100%;
}

.site-main {
	line-height: 1.7;
	color: #636363;
	font-size: 16px;
	clear: both;
	font-family: "Poppins",sans-serif;
}

.home-top-container {
	/*padding: 160px 0px 110px 0px;*/
	padding: 100px 0px 110px 0px;
	position: relative;
}

.home-top-container-bg-wrap {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.home-top-container-bg {
	background-image: url(../images/gdy/slider-1-bg.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
	background-attachment: fixed;
}

.home-top-text-container {
	position: relative;
}

.home-top-text-container-inner {
	padding-left: 20px;
    padding-right: 20px;
	margin-left: auto;
    margin-right: auto;
	max-width: 1360px;
	display: flex;
}

.home-top-text-container-inner-left, .home-top-text-container-inner-right {
	float: left;
    width: 50%;
}

.home-top-text-container-inner-left {
	/*padding: 190px 0px 30px 80px;*/
	padding: 0px 0px 30px 80px;
}

.home-top-text-container-inner-left-logo {
	padding-bottom: 50px;

}

.home-top-text-container-inner-left-top {
	padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
	text-align: left;
}

.home-top-text-container-inner-left-top h3 {
	font-size: 40px;
    font-weight: 700;
    letter-spacing: 0px;
	line-height: 1.2;
    color: #fff;
	margin: 0 0 20px;
}

.home-top-text-container-inner-left-top span {
    font-size: 20px;
    font-style: normal;
    color: #c5c5c5;
}

.home-top-text-container-inner-left-bottom {
	padding-left: 20px;
    padding-right: 20px;
	padding-bottom: 30px;
	text-align: left;
}

.home-top-text-container-inner-left-bottom-btn {
	font-weight: 800;
    letter-spacing: 1px;
	font-size: 13px;
    padding: 15px 34px 18px 34px;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    background: #e53d34;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.home-top-text-container-inner-right-inner {
	margin: 0px 20px 35px 125px;
	position: relative;
}

.home-top-text-container-inner-right-inner-box-bg {
	background-color: #212121;
	opacity: 0.77;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
    /*padding: 45px 70px 5px 25px;*/
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.home-top-text-container-inner-right-inner-box {
    padding: 45px 25px 5px 25px;
	position: relative;
}

.home-top-text-container-inner-right-inner-container {
	
}

.home-top-text-container-inner-right-inner-container-text {
	padding-left: 20px;
    padding-right: 20px;
	padding-bottom: 30px;
}

.home-top-text-container-inner-right-inner-container-text h3 {
	font-size: 22px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #fff;
	margin: 0;
	margin-bottom: 10px;
}

.home-top-text-container-inner-right-inner-container-text span {
	color: #969696;
}

.home-top-text-container-inner-right-inner-container-form {
	padding-left: 13px;
    padding-right: 13px;
}

.home-top-text-container-inner-right-inner-container-form .form-entry {
	margin-bottom: 20px;
}

.home-top-text-container-inner-right-inner-container-form .form-entry input,
.home-top-text-container-inner-right-inner-container-form .form-entry textarea {
	color: #adadad;
	background: rgba(49,49,49,.8);
	padding: 21px 22px;
	border: 0;
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: calc(100% - 45px);
}

.home-top-text-container-inner-right-inner-container-form .form-entry input::placeholder,
.home-top-text-container-inner-right-inner-container-form .form-entry textarea::placeholder {
	color: #adadad;
	font-size: 15px;
	font-family: "Poppins",sans-serif;
}

.home-top-text-container-inner-right-inner-container-form-btn {
	font-family: "Poppins",sans-serif;
	margin-bottom: 50px;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	width: 100%;
	color: #fff;
	padding-top: 21px;
    padding-bottom: 22px;
	text-transform: uppercase;
	background-color: #E53D34;
	border: 0;
	font-weight: 700;
	letter-spacing: .8px;
	cursor: pointer;
}

.service-provide-container-outer {
	margin: -60px 20px 0px;	
	padding-left: 20px;
    padding-right: 20px;
}

.service-provide-container {
	position: relative;
	max-width: 1360px;
	margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 35px rgba(10, 10, 10,0.12);
    -moz-box-shadow: 0 0 35px rgba(10, 10, 10,0.12);
    -webkit-box-shadow: 0 0 35px rgba(10, 10, 10,0.12);
    background-color: #ffffff;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
	display: flex;
    z-index: 999;
	gap: 30px;
}

.service-provide-container-left {
	align-self: center;
	float: left;
    width: 40%;
	padding: 30px 0px 20px;
}

.service-provide-container-left img {
	max-width: 100%;
    height: auto;
	padding: 0 30px;
}

.service-provide-container-right {
	float: left;
    width: 60%;
	padding: 40px 40px 30px 40px;
}

.service-provide-container-right-big {
	font-size: 31px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #e53d34;
	line-height: 1.2;
	padding-bottom: 25px;
}

.service-provide-container-right-small {
	font-size: 17px;
    color: #4f5d77;
}

.advantages-container-outer {
	padding: 115px 0px 120px 0px;
	position: relative;
	padding-left: 20px;
    padding-right: 20px;
	max-width: 1360px;
	margin-left: auto;
    margin-right: auto;
}

.advantages-container-bg-wrap {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
	z-index: -1;
}

.advantages-container-bg {
	background-image: url(../images/gdy/hp-map-bg-2.jpg);
	background-size: cover;
    background-position: center center;
	width: 100%;
    height: 100%;
	background-attachment: fixed;
}

.advantages-container {
	display: flex;
}

.advantages-item-container {
	float: left;
    width: 33.3333%;
	padding: 0px 30px 30px 30px;
}

.advantages-item-icon {
	max-width: 65px;
	min-height:65px;
	margin-bottom: 28px;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.advantages-item-icon img {
    /*max-width: 100%;
    height: auto;*/
	max-height: 65px;
}

.advantages-item-text-big {
	font-size: 23px;
    font-weight: 700;
	text-align: center;
	margin-bottom: 15px;	
	color: #252525;
}

.advantages-item-text-small {
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
	color: #4f5d77;
}

.advantages-item-text-link {
	text-align: center;
}

.advantages-item-text-link a {
	font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
	text-transform: uppercase;
	/*color: #143369;*/
	color: #3c5a90;
	text-decoration: none;
}

.freight-options-container-outer .active {
	display: block;
}

.freight-options-container {
	display: flex;
}

.freight-options-item {
	position: relative;
	float: left;
    width: 25%;
	padding: 81px 20px;
	cursor: pointer;
    background-size: cover;
    /*background-position: center;*/
	transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
}

.freight-options-item-overlay {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,1));
    -moz-background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,1));
    -o-background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,1));
    -webkit-background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,1));
}

.freight-options-item-overlay-active {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: #143369;
	background: linear-gradient(rgba(20,51,105,.6),rgba(20,51,105,1));
    -moz-background: linear-gradient(rgba(20,51,105,.6),rgba(20,51,105,1));
    -o-background: linear-gradient(rgba(20,51,105,.6),rgba(20,51,105,1));
    -webkit-background: linear-gradient(rgba(20,51,105,.6),rgba(20,51,105,1));
}

.freight-options-item-icon {
	/*max-width: 56px;
	min-height:56px;*/
	margin-bottom: 20px;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
	position: relative;
}

.freight-options-item-icon img {
    /*max-width: 100%;
    height: auto;*/
	max-height: 56px;
}

.freight-options-item-textblock {
	position: relative;
}

.freight-options-item-text-big {
	font-size: 21px;
    font-weight: 800;
	text-align: center;
	margin-bottom: 8px;	
	color: #fff;
	line-height: 1.2;
}

.freight-options-item-text-small {
	font-size: 16px;
	text-align: center;
	color: #c6c6c6;
	/* margin-bottom: 20px; */
}

.freight-options-bottom-container-outer {	
	background: #143369;
	display: none;
}

.freight-options-bottom-container {	
	background: #143369;
    padding: 100px 0 90px;
	max-width: 1360px;
	margin-left: auto;
    margin-right: auto;
	display: block;
}

.freight-options-bottom-container-left {
    float: left;
	width: 30%;
    padding-left: 40px;
    /*padding-right: 20px;*/
    margin-top: -6px;
}

.freight-options-bottom-container-left-top-text {
	font-size: 36px;
    font-weight: 700;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 5px;
    margin-top: -5px;
}

.freight-options-bottom-container-left-bottom-text {
	font-size: 20px;
    font-weight: 500;
	color: #c4d8fc;
}

.freight-options-bottom-container-right {
	overflow: hidden;
    font-size: 19px;
    margin-top: -10px;
    padding-left: 20px;
    padding-right: 40px;
}

.freight-options-bottom-container-right-top-text {
	font-size: 20px;
    color: #c4d8fc;
	margin-bottom: 20px;
}

.freight-options-bottom-container-right-bottom-text {
	font-size: 18px;
	color: #fff;
	line-height: 1.75;
	margin-bottom: 20px;
}

.freight-options-bottom-container-right-button-container {
	padding-bottom: 80px;
}

.freight-options-bottom-container-right-button-container-left {
	text-decoration: none;
	font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 30px 14px;
    display: inline-block;
    margin-right: 15px;
    letter-spacing: .5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	background: #e53d34;
    color: #fff;
	margin-top: 20px;
}

.freight-options-bottom-container-right-button-container-right {
    text-decoration: none;
	font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 30px 14px;
    display: inline-block;
    margin-right: 15px;
    letter-spacing: .5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border: 2px solid #e53d34;
    color: #fff;
	margin-top: 20px;
}

.rotating-slides-container-outer {
	position: relative;
	padding: 0px 0px 30px 0px;
	max-width: 1280px;
	margin-left: auto;
    margin-right: auto;
	display: flex;
	margin-top: -77px;
}

.rotating-slide-container {
	/*padding: 90px 40px 80px;*/
	float: left;
	width: 33.3333%;
	width: 100%;
	height: 100%;
}

.rotating-slide-container-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
	height: 230px;
	wodth: 100%;
}

.rotating-slide-container:hover .rotating-slide-container-inner {
	transform: rotateY(180deg);
}

.rotating-slide-container-front, .rotating-slide-container-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
}

.rotating-slide-container-back {
	transform: rotateY(180deg);
}

.rotating-slide-container-text {
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
    letter-spacing: 3px;
	font-weight: 700;
    margin-bottom: 12px;
	text-align: center;
	padding-top: 90px;
}

.rotating-slide-container-link {
	font-size: 13px;
    color: rgb(234, 162, 158);
	text-transform: uppercase;
	text-align: center;
}

.rotating-slide-container-link span {
	font-weight: 700;
	border: 2px solid;
    padding: 0px 0px 3px;
    border-width: 0px 0px 2px;
    border-color: rgb(234, 162, 158);
}

.what-makes-us-different-container {
	display: flex;
}

.what-makes-us-different-container-left {
	background: rgb(10, 10, 10);
    float: left;
	width: 35%;
	position: relative;
}

.what-makes-us-different-container-left-top {
	padding-bottom: 46px;
    padding-left: 15%;
    position: relative;
	height: 55%;
}

.what-makes-us-different-container-left-top-switch-item {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-size: cover;
    transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    -webkit-transition: opacity 200ms;
}

.what-makes-us-different-container-left-top-switch-item-active {
	opacity: 1;
}

.what-makes-us-different-container-left-top-switch-overlay {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: linear-gradient(rgba(10, 10, 10, 0), rgba(10, 10, 10, 0), rgba(10, 10, 10, 1));
    -moz-background: linear-gradient(rgba(10, 10, 10, 0), rgba(10, 10, 10, 0), rgba(10, 10, 10, 1));
    -o-background: linear-gradient(rgba(10, 10, 10, 0), rgba(10, 10, 10, 0), rgba(10, 10, 10, 1));
    -webkit-background: linear-gradient(rgba(10, 10, 10, 0), rgba(10, 10, 10, 0), rgba(10, 10, 10, 1));
}

.what-makes-us-different-container-left-bottom {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.what-makes-us-different-container-left-small-text {
	font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
	color: #969696;
    margin-bottom: 3px;
	padding-left: 15%;
}

.what-makes-us-different-container-left-big-text {
	font-size: 28px;
    font-weight: 700;
	text-transform: capitalize;
	color: #fff;
	line-height: 1.2;
    margin-bottom: 16px;
	padding-left: 15%;
}

.what-makes-us-different-container-left-underline {
	border: 2px solid;
    width: 33px;
    border-width: 0px 0px 2px;
	border-color: #e53d34;
	margin-left: 15%;
	margin-bottom: 46px;
}

.what-makes-us-different-container-left-list {
	margin-left: 0;
    margin-bottom: 0;
	margin-top: 0;
	list-style: none;
	padding-left: 15%;
}

.what-makes-us-different-container-left-list-item {
	margin-left: 0;
    list-style: none;
    font-size: 17px;
    margin-bottom: 1px;
    padding: 15px 23px 17px;
    cursor: pointer;
	background: #222;
    color: #7d7d7d;
}

.what-makes-us-different-container-left-list-item-active {
	background: #e53d34;
    color: #fff;
}

.what-makes-us-different-container-right {
    float: left;
	width: 65%;
	overflow: hidden;
}

.what-makes-us-different-container-right .active {
	display: block;
}

.what-makes-us-different-container-right-item {
	display: none;
    padding: 100px 85px 70px;
    background-size: cover;
}

.what-makes-us-different-container-right-item-top {
	margin-bottom: 30px;
}

.what-makes-us-different-container-right-item-top-image {
	margin-bottom: 25px;
}

.what-makes-us-different-container-right-item-top-image img {
	/*max-width: 100%;*/
    max-height: 65px;
}

.what-makes-us-different-container-right-item-small-text {
	font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 2px;
}

.what-makes-us-different-container-right-item-big-text {
	font-size: 32px;
    font-weight: 800;
	line-height: 1.2;
	color: #383838;
}

.what-makes-us-different-container-right-item-bottom {
	margin-top: 30px;
}

.what-makes-us-different-container-right-item-normal-text {
	font-size: 17px;
	line-height: unset;
	margin-bottom: 25px;
}

.what-makes-us-different-container-right-item-bigger-text {
	font-size: 21px;
	margin-bottom: 20px;
}

.what-makes-us-different-container-right-item-bottom a {
	font-size: 15px;
    color: #e53d34;
    padding: 0px 0px 3px 0px;
    margin-right: 20px;
	border: 2px solid;
    border-width: 0px 0px 2px;
    border-color: #e53d34;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.industry-solutions-outer {
	padding-top: 100px;
    background-color: #f7f7f7;
}

.industry-solutions-outer-text-container {
	max-width: 895px;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}

.industry-solutions-outer-small-text {
	font-size: 14px;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #9a9a9a;
    margin-bottom: 0px;
}

.industry-solutions-outer-big-text {
	font-size: 40px;
    font-weight: 700;
    letter-spacing: 0px;
	color: #383838;
	line-height: 1.2;
	padding-bottom: 30px;
}

.industry-solutions-outer-normal-text {
	padding-bottom: 60px;
}

.industry-solutions-container-block {
	background-color: #f7f7f7;
}

.industry-solutions-container {
	display: flex;
	flex-wrap: wrap;
	padding-top: 30px;
	max-width: 1280px;
	margin-left: auto;
    margin-right: auto;
}

.industry-solutions-container-item {
	margin: 0px 13px 40px;
    padding: 55px 30px 50px;
	border: 3px solid;
    border-width: 0px 0px 3px 0px;
    border-style: solid;
    border-color: #e53d34;	
	background: #fff;
    float: left;
    width: 20%;
	flex-grow: 1;
	/*display: flex;
    flex-direction: column;
    justify-content: center;*/
}

.industry-solutions-container-item-icon {
	text-align: center;
    display: flex;
    text-align: center;
    min-height: 56px;
    align-items: flex-end;
    justify-content: center;
}

.industry-solutions-container-item-textblock {
	
}

.industry-solutions-container-item-text-big {
	font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
	margin-bottom: 15px;
	text-align: center;
	color: #3c4660;
}

.industry-solutions-container-item-text-small {
	font-size: 16px;
    font-weight: 400;
	text-align: center;
}

.industry-solutions-container-bottom-text-block {
	background-color: #f7f7f7;
}

.industry-solutions-container-bottom-text {
	max-width: 1280px;
	padding-left: 20px;
    padding-right: 20px;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	padding-bottom: 60px;
	color: #929bab;
}

.industry-solutions-container-bottom-text a {
	text-decoration: none;
	color: #143369;
}

.more-about-us-block {
	background-color: #f7f7f7;
}

.more-about-us-outer {
	display: flex;
	flex-wrap: wrap;
	max-width: 1280px;
	padding: 40px 0px 50px 0px;
	margin-left: auto;
    margin-right: auto;
}

.more-about-us-item {
	float: left;
	width: 50%;
	background-size: cover;
    background-position: center;
}

.more-about-us-item-inner {
	padding: 90px 60px 60px;
}

.more-about-us-item-inner-blue-small-title {
	font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #8aa7da;
    margin-bottom: 0px;
}

.more-about-us-item-inner-blue-big-title {
	font-size: 40px;
    font-weight: 700;
    letter-spacing: 0px;
	line-height: 1.2;
    text-transform: capitalize;
    color: #fff;
	margin-bottom: 25px;
}

.more-about-us-item-inner-blue-big-text {
	font-size: 21px;
    color: #c7d8ff;
    margin-bottom: 26px;
}

.more-about-us-item-inner-blue-small-text {
    font-size: 17px;
    text-transform: none;
    color: #fff;
	margin-bottom: 35px;
}

.more-about-us-item-inner-blue-button {
	text-decoration: none;
	font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 30px 14px;
    display: inline-block;
    letter-spacing: .5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	background: #e53d34;
    color: #fff;
    margin-right: 15px;
	margin-bottom: 30px;
}

.more-about-us-item-inner-white-small-title {
	font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #9a9a9a;
    margin-bottom: 0px;
}

.more-about-us-item-inner-white-big-title {
	font-size: 36px;
    font-weight: 700;
    letter-spacing: 0px;
	line-height: 1.2;
    text-transform: capitalize;
    color: #143369;
	padding-bottom: 45px;
}

.more-about-us-item-inner-white-text-item {
    display: flex;
    align-items: center;
	margin-bottom: 50px;
}

.more-about-us-item-inner-white-icon {
	margin-right: 38px;
	line-height: 1;
	max-width: 65px;
}

.more-about-us-item-inner-white-big-text {
	color: #252525;
    font-size: 20px;
    font-weight: 700;
	margin-bottom: 4px;
}

.more-about-us-item-inner-white-small-text {
	color: #676767;
    font-size: 15px;
}

.request-a-quote-container {
	position: relative;
}

.request-a-quote-bg {
	position: absolute;
	background-image: url(../images/gdy/hp-quote-bg.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
	z-index: -1;
}

.request-a-quote-form-container {
	display: flex;
	padding: 100px 20px 25px;
	max-width: 1360px;
	margin-left: auto;
    margin-right: auto;
}

.request-a-quote-form-container-left {
	float: left;
	width: 50%;
}

.request-a-quote-form-container-right {
	float: left;
	width: 50%;
	/*padding: 0px 20px 45px 20px;*/
    z-index: 999;
	margin-bottom: 30px;
}

.request-a-quote-form-container-right-big-text {	
	font-size: 34px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: capitalize;
	color: #383838;
	padding: 0 7px 20px;
}

.request-a-quote-form-container-right-small-text {
	font-size: 17px;
    color: #777;
	padding: 0 7px 2px;
}

.request-a-quote-form-container-right-phone-text {
	font-size: 21px;
    font-weight: bold;
    color: #252525;
	padding: 0 7px 35px;
}

.request-a-quote-form-container-right-phone-text a {
	color: #e53c35;
    font-weight: 400;
	text-decoration: none;
}

.request-a-quote-form-container-right-form {
	padding: 0 0 20px;
	display: flex;
    flex-wrap: wrap;
	/*justify-content: space-between;*/
	padding-right: 40px;
}

.request-a-quote-form-container-right-form-entry-outer {
	width:50%
}

.request-a-quote-form-container-right-form-entry {
	/*float: left;
    width: 47%;*/
	padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 35px;
}

.request-a-quote-form-container-right-form-entry input {
	font-size: 15px;
	color: #727272;
	background-color: #f5f5f5;
	padding: 21px 22px;
	border: 1px solid #f5f5f5;
	width: calc(100% - 45px);
}

.request-a-quote-form-container-right-form-entry input::placeholder {
	color: #727272;
	font-size: 15px;
	font-family: "Poppins",sans-serif;
}

#quoteFormNotSent, #quoteFormSent {
	width: 100%;
	margin-left: 7px;
    margin-right: 7px;
}

.request-a-quote-form-container-right-form-btn {
	font-family: "Poppins",sans-serif;
	background-color: #e53d34;
	width: 100%;
	font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 21px 0 22px;
    letter-spacing: .5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #fff;
	border: 0;
	cursor: pointer;

}

footer {
	line-height: 1.7;
	color: #636363;
	font-size: 16px;
	clear: both;
	font-family: "Poppins",sans-serif;
}

.footer-container-outer {
	background-color: #181e2a;
	color: #7b8596;
	padding: 67px 0 42px;
}

.footer-container {
	display: flex;
	justify-content: space-between;
    max-width: 1360px;
	margin-left: auto;
    margin-right: auto;
	padding-left: 20px;
    padding-right: 20px;
}

.footer-container-left {
	flex: 0 0 35%;
    max-width: 35%;
	padding-left: 20px;
    padding-right: 20px;
}

.footer-container-left-logo {
	margin: 5px 20px 5px -10px;
}

.footer-container-left-logo img {
	max-width: 100%;
    height: auto;
}

.footer-container-left-text {	
	margin-bottom: 20px;
}

.footer-container-left-socials {
	
}

.footer-container-left-socials-icon {
	font-size: 16px;
    color: #fff;
	margin-right: 12px;
}

.footer-container-right {
    flex: 0 0 25%;
    max-width: 25%;
	padding-left: 20px;
    padding-right: 20px;
}

.footer-container-right-big-text {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.footer-container-right-text {
	margin-bottom: 20px;
}

.footer-container-right-phone {
	color: #fff;
	margin-bottom: 10px;
	text-decoration: none;
}

.footer-container-right-link {
	color: #e53d34;
	text-decoration: none;
}



/* mobile devices */
@media (max-width: 1279px) {
	.home-top-text-container-inner-right-inner {
		margin-left: 25px;
	}
}

@media (max-width: 999px) {
	.home-top-text-container-inner-left {
		/*padding: 90px 0px 30px 0px;*/
		padding: 0px 0px 30px 0px;
	}
	.home-top-text-container-inner-right-inner {
		margin: 0px 20px 35px 25px;
	}
	.service-provide-container {
		flex-direction: column;
		max-width: 700px;
	}
	.service-provide-container-left {
		width: unset;
		margin-left: auto;
		margin-right: auto;
	}
	.service-provide-container-right {
		width: unset;
		padding: 0px 30px 30px 30px;
	}
	.rotating-slides-container-outer {
		flex-direction: column;
	}
	.rotating-slide-container-inner {
		width: unset;
		margin-left: 20px;
		margin-right: 20px;
	}
	.rotating-slide-container-front, .rotating-slide-container-back {
		background-size: cover;
		background-position: center;
	}
	.what-makes-us-different-container {
		flex-direction: column;
	}
	.industry-solutions-outer-text-container {
		max-width: 700px;
		padding-left: 35px;
		padding-right: 35px;
	}
	.what-makes-us-different-container-left {
		width: 100%;
	}
	.what-makes-us-different-container-left-top {
		padding-left: 0;
		position: absolute;
		height: 25%;
		width: 100%;
	}
	.what-makes-us-different-container-left-small-text {
		text-align: center;
		padding-top: 30px;
	    padding-left: 0;
	}
	.what-makes-us-different-container-left-big-text {
		text-align: center;
		padding-left: 0;
	}
	.what-makes-us-different-container-left-underline {
		border: 0;
	}
	.what-makes-us-different-container-left-list {
		padding-left: 0;
	}
	.what-makes-us-different-container-left-bottom {
		position: relative;
	}
	.what-makes-us-different-container-right {
		width: 100%;
	}
	.what-makes-us-different-container-right-item {
		padding: 50px 30px;
	}
	.industry-solutions-container-item {
		width: 30%;
	}
	.more-about-us-outer {
		/*margin-left: 15px;
		margin-right: 15px;*/
		flex-direction: column;
	}
	.more-about-us-item {
		width: 100%;
	}
	.more-about-us-item-inner {
		padding: 90px 50px 60px;
	}
	.more-about-us-item-img {
		height:670px;
	}	
	.request-a-quote-bg {
		background-image: url(../images/gdy/about-1-map-bg-2.jpg);
	}
	.request-a-quote-form-container-left {
		width: 0%;
	}
	.request-a-quote-form-container-right {
		width: 100%;
	}
	.request-a-quote-form-container-right-form {
		padding-right: 20px;
	}
	.footer-container-left, .footer-container-right {
		flex: 0 0 40%;
		max-width: 40%;		
	}
}


@media (max-width: 767px) {
	.home-top-text-container-inner {
		flex-direction: column;
	}
	.home-top-text-container-inner-left, .home-top-text-container-inner-right {
		width: unset;
	}
	.advantages-container-outer {
		padding-bottom: 50px;
	}
	.advantages-container {
		flex-direction: column;
	}
	.advantages-item-container {
		width: unset;
	}
	.freight-options-container {
		flex-direction: column;
	}
	.freight-options-item {
		width: 100%;
		padding: 20px 0;
	}
	.freight-options-item-icon {
		display: none;
	}
	.freight-options-bottom-container {
		/*padding: 40px 30px;*/
		padding: 40px 30px 90px;
	}
	.freight-options-bottom-container-left, .freight-options-bottom-container-right {
		width: 100%;
		padding-left: 0;
        padding-right: 0;
	}
	.freight-options-bottom-container-left-bottom-text {
		margin-bottom: 30px;
	}
	.industry-solutions-container {
		max-width: 670px;
	}
	.industry-solutions-container-item {
		width: 100%;
		border: 0;
	}
	.more-about-us-item-img {
		height: 0;
	}
	.footer-container {
		flex-direction: column;
	}
	.request-a-quote-form-container-right-form-entry-outer {
		width: 100%;
	}
	.footer-container-left, .footer-container-right {
		flex: 0 0 100%;
		max-width: 100%;		
	}
	.footer-container-left {
		margin-bottom: 60px;
	}
}

@media (max-width: 575px) {
	.home-top-container {
		padding-top: 10px;
	}
	.home-top-text-container-inner-left-logo img {
		width: 150px;
	}
	.home-top-text-container-inner-right-inner {
		margin: 0px 0px 35px 0px;
	}
	.industry-solutions-outer-normal-text {
		padding-bottom: 20px;
	}
	.more-about-us-item-inner {
		padding: 40px 30px 10px;
	}
}