@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.eot');
    src: url('../fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-ExtraBold.woff2') format('woff2'), url('../fonts/Poppins-ExtraBold.woff') format('woff'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins';
    padding-top: 230px;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: absolute;
    background-color: #001419;
    top: 0;
    width: 100%;
    height: 230px;
    z-index: -1;
}

body.stop {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: #5cae3f;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

ul,
li,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    line-height: unset;
    font-weight: 700;
    position: relative;
    font-family: 'Poppins';
}

h1 {
    font-size: 66px;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 39px;
}

h2 {
    font-size: 65px;
    line-height: 84px;
    font-weight: 700;
    margin-bottom: 50px;
}

h3 {
    font-size: 45px;
    line-height: 54px;    
    text-transform: capitalize;
}

h4 {
    font-size: 36px;
    line-height: 48px;
}

p {
    font-size: 19px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 42px;
    font-family: 'Roboto';
    color: #fff;
}

p a {
    color: #f83703;
    transition: all 0.3s;
}

p a:hover,
p a:focus {
    color: #e6ae4e;
}

.container {
    max-width: 1170px;
}


/*==========================
    Font Weight CSS Start
=============================*/

.fw_400 {
    font-weight: 400 !important;
}

.fw_500 {
    font-weight: 500 !important;
}

.fw_600 {
    font-weight: 600 !important;
}

.fw_700 {
    font-weight: 700 !important;
}


/*==========================
    Font Weight CSS End
=============================*/


/*==========================
    Color CSS Start
=============================*/

.black_a1a {
    color: #1a1a1a;
}

.black_d16 {
    color: #050d16
}

.green_e3f {
    color: #5cae3f;
}

.blue_a86 {
    color: #315a86;
}

.black_a1a_bg {
    background- color: #1a1a1a !important;
}

.green_e3f_bg {
    background-color: #5cae3f !important;
}

.dark_129_bg {
    background-color: #002129;
}

.dark_f18_bg {
    background-color: #050f18;
}

.black_d16_bg {
    background-color: #050d16 !important;
}

.overlay_black {
    position: relative;
}

.overlay_black::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
}

.overlay_blue {
    position: relative;
}

.overlay_blue::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 18, 25, 0.95);
}

.inner_banner.overlay_blue::before {
    background-color: rgba(10, 18, 25, 0.85);
}


/*==========================
    Color CSS End
=============================*/


/*==========================
    Button CSS Start
=============================*/

.btn-group {
    display: flex;
    align-items: center;
}

.btn-group>div {
    margin: 0 15px;
}

.btn-group>div:first-child {
    margin-left: 0;
}

.btn-group>div:last-child {
    margin-right: 0;
}

.btn {
    font-weight: 700;
    font-size: 17px;
    min-width: 213px;
    height: 55px;
    line-height: 51px;
    color: #fff;
    padding: 0;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    border: 2px solid #fff;
    background-color: #000;
    transition: all 0.3s;
}

.btn span {
    transition: all 0.3s;
}

.btn:hover {
    color: #fff;
}

.gredient_btn .btn {
    background-image: -moz-linear-gradient(-136deg, rgb(92, 174, 63) 10%, rgb(68, 119, 174) 80%);
    background-image: -webkit-linear-gradient(-136deg, rgb(92, 174, 63) 10%, rgb(68, 119, 174) 80%);
    background-image: -ms-linear-gradient(-136deg, rgb(92, 174, 63) 10%, rgb(68, 119, 174) 80%);
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.15);
    min-width: 163px;
    border-color: transparent;
    border: 0;
    line-height: 55px;
}

.gredient_btn .btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: -moz-linear-gradient(-136deg, rgb(68, 119, 174) 0%, rgb(92, 174, 63) 82%);
    background-image: -webkit-linear-gradient(-136deg, rgb(68, 119, 174) 0%, rgb(92, 174, 63) 82%);
    background-image: -ms-linear-gradient(-136deg, rgb(68, 119, 174) 0%, rgb(92, 174, 63) 82%);
}

.green_btn .btn {
    background-color: #5cae3f;
    border-color: #5cae3f;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.15);
}

.green_btn .btn:hover {
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}

.green_btn .btn:hover span {
    color: #5cae3f;
}

.white_btn .btn {
    background-color: transparent;
}

.white_btn .btn:hover {
    background-color: #5cae3f;
    border-color: transparent;
}

.white_btn .btn span {
    color: #5cae3f;
}

.white_btn .btn:hover span {
    color: #fff;
}

.link {
    color: #df451e;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

.link:hover,
.link:focus {
    color: #1c1c1c;
}

.blue_link {
    color: #2daae1;
    text-decoration: underline;
}

.blue_link:hover,
.blue_link:focus {
    color: #df451e;
    text-decoration: none;
}


/*==========================
    Button CSS End
=============================*/


/*==========================
    Banner CSS Start
=============================*/

.cad_design .img_wrap {
    max-width: 432px;
}
.cad_design .img_wrap.cad_design_img_wrap{
    max-width: 100%;
}

.sub_section .img_wrap {
    max-width: 100%;
}

.in_house_img {
    max-width: 526px;
}

.laser_cut_img {}

.banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.high_capecity_banner {
    background-image: url(../images/home/elsfab-high-capecity.jpg);
}

.steel_fabrication_banner {
    background-image: url(../images/sheet-metal-and-steel-fabrication/elsfab-sheet-metal-and-steel-fabrication-banner.jpg);
}
.precision_engineering_banner {
    background-image: url(../images/precision-engineering/elsfab-precision-engineering-banner.jpg);
}
.structural_steel_banner {
    background-image: url(../images/structural-steel/elsfab-structural-steel-banner.jpg);
}
.manafacture_banner {
    background-image: url(../images/lift-design-survey-and-manafacture/elsfab-lift-design-survey-and-manafacture.jpg);
}
.brackets_banner {
    background-image: url(../images/brackets/elsfab-brackets.jpg);
}
.engraving_services_banner {
    background-image: url(../images/engraving-services/elsfab-engraving-services.jpg);
}
/* .leaser_cutting_banner {
    background-image: url(../images/home/elsfab-laser-cutting-experts-bg.jpg);
}

.solid_work_design_banner {
    background-image: url(../images/3d-solid-works-design/elsfab-3d-solid-work-design.jpg);
}

.laser_cutting_and_folding_banner {
    background-image: url(../images/laser-cutting-and-folding/elsfab-laser-cutting-and-folding.jpg);
}

.manafacture_banner {
    background-image: url(../images/lift-design-survey-and-manafacture/elsfab-lift-design-survey-and-manafacture.jpg);
}
.structural_steel_banner {
    background-image: url(../images/structural-steel/elsfab-structural-steel.jpg);
}

.stainless_steel_polishing_banner {
    background-image: url(../images/stainless-steel-polishing/elsfab-stainless-steel-polishing.jpg);
} */

.testimonial_banner {
    background-image: url(../images/testimonial-bg.jpg);
    background-size: 60%;
    background-position: left top;
    background-color: #050d16;
}

.inner_banner {
    border-top: 5px solid #fff;
}

.home_border {
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.border_bottom {
    border-bottom: 5px solid #fff;
}


/*==========================
    Banner CSS End
=============================*/


/*==========================
    Navigation CSS Start
=============================*/

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.3s;
    background-color: #001419;
    padding: 30px 15px 50px;
}

header.sticky {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
}

header .bottom_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
}

header .logo {
    max-width: 480px;
    width: 100%;
    transition: all 0.3s;
    margin: 0 auto;
}

.gredient_btn span {
    color: #050d16;
}

header .logo a {
    display: inline-block;
}

header .logo a img {
    width: 100%;
}

header .right {
    display: flex;
    align-items: center;
}

header .right .blue-btn {
    margin-right: 56px;
}

header .right .menu_btn {
    padding: 0;
    border: 0;
    cursor: pointer;
    background-color: transparent;
}

header .right .menu_btn span {
    margin-right: 10px;
    font-weight: 500;
    font-size: 17px;
    transition: all 0.5s;
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 14px;
    font-family: poppins;
}

header .right .menu_btn:hover span,
header .right .menu_btn:focus span {
    color: #5cae3f;
}

header .right .menu_btn img {
    max-width: 24px;
    transform: rotateY(0deg);
    transform-origin: center;
    transition: all 0.5s;
}

header nav {
    background-color: #002129;
    max-width: 566px;
    width: 100%;
    position: fixed;
    right: -640px;
    top: 0;
    height: 100vh;
    overflow-y: scroll;
    padding: 0px 80px 50px 80px;
    z-index: 9999;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    background-repeat: no-repeat;
    background-size: 400px;
    background-attachment: fixed;
    background-position: top right;
    box-shadow: -7px 0px 17.1px 1.9px rgba(0, 0, 0, 0.51);
}

header nav.active {
    right: 0;
    opacity: 1;
    visibility: visible;
    box-shadow: 0px 0px 40px rgb(0, 0, 0);
}

header nav p {
    color: #fff;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 25px;
}

header nav .menu {
    display: block;
    width: 100%;
    text-transform: uppercase;
}

header nav .menu li {
    margin: 0;
    margin-bottom: 25px;
}

header nav ul.menu li a {
    color: #5cae3f;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.5s;
    position: relative;
    letter-spacing: 2.2px;
    line-height: 14px;
    margin-bottom: 20px;
}

header nav .menu li.sub_menu>a {
    background-image: url(../images/icons/white-down-arrow.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 100% 50%;
    padding-right: 20px;
}

header nav ul.menu li a:hover,
header nav .menu li.sub_menu ul li a:hover {
    color: #5cae3f;
}

header nav ul.menu li a.active {
    font-weight: 700;
    color: #4985c6;
}

header nav ul.menu li a .hightlight {
    font-size: 12px;
    font-weight: 600;
    color: #5cae3f;
    margin-left: 10px;
}

header nav .menu li a::before {
    content: "";
    background-size: contain;
    width: 12px;
    height: 12px;
    background-image: url("../images/icons/right-arrow-icon.png");
    margin: 7px 27px 0 0px;
    display: inline-block;
    background-repeat: no-repeat;
}

header nav .menu li a.active::before,
header nav .menu li a:hover::before {
    background-image: url("../images/icons/right-arrow-hover-icon.png");
}

header nav .menu li.sub_menu ul li a::before {
    background-image: url("../images/icons/menu-white-right-arrow-icon.png");
    width: 5px;
    height: 7px;
}

header nav .menu li.border_btn .btn {
    width: auto;
}

header nav .menu li a.active::before {}

header nav ul li.sub_menu ul {
    padding: 20px 0px 0px 40px;
    min-width: inherit;
    visibility: visible;
    opacity: 1;
    display: block;
    position: static;
    width: 100%;
    background-color: transparent;
}

header nav ul li.sub_menu ul {}

header nav .menu li.sub_menu ul li {
    padding: 0;
    margin-bottom: 11px;
}

header nav .menu li.sub_menu ul li a {
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 13px;
    display: flex;
}

header nav .menu li.sub_menu {
    position: relative;
}

header nav .menu li.sub_menu::after {
    position: absolute;
    top: 18px;
    right: 0px;
}

header nav ul li.sub_menu ul::before {
    display: none;
}

header nav .menu li.sub_menu ul li a:hover::before,
header nav .menu li.sub_menu ul li a.active::before {
    background-image: url(../images/icons/menu-right-arrow-icon.png);
}

header nav .menu li.sub_menu ul li a:hover::before {}

header nav {
    max-width: 640px;
    right: -640px;
    padding: 120px 85px 50px 50px;
    width: 100%;
}

header nav .close_btn {
    position: absolute;
    top: 0;
    right: 85px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    width: auto;
    text-align: right;
    justify-content: flex-end;
    margin: 0px 0px;
    padding: 50px 0px 40px;
    z-index: 999;
    transition: all 0.3s;
}

header nav .close_btn:hover {
    color: #5cae3f;
}

header nav .close_btn .close {
    width: 7px;
    height: 7px;
    display: inline-block;
    opacity: 1;
    margin-left: 16px;
    line-height: 0;
}

header nav .close_btn .close {}

header nav .close_btn .close img {
    width: 100%;
}

header.sticky {
    padding: 20px 15px;
}

header.sticky .logo {
    max-width: 350px;
}

header.sticky .contact_details li a:hover,
header.sticky .contact_details li a:focus {
    color: #2daae1;
}

.mobile_phone span {
    font-size: 17px;
    color: #5cae3f;
    font-weight: 600;
    position: relative;
    margin-right: 15px;
}

.mobile_phone a {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    line-height: inherit;
    transition: all 0.3s;
}

.mobile_phone a:hover,
.mobile_phone a:focus {
    color: #5cae3f;
}


/*==========================
    Navigation CSS End
=============================*/


/*=====================================
        our services css start
 =======================================*/

.top-service-tab {
    background-color: #002129;
    padding: 45px 0;
}

.top-service-tab .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-service-tab h2 {
    color: #fff;
}


/*=====================================
        our services css start
 =======================================*/

.services {}

.services .box {
    width: 100%;
    overflow: hidden;
}

.services .box img {
    transition: all 0.9s;
}

.services .box:hover img {
    transform: scale(1.1);
}

.services h3 {
    margin-bottom: 18px;
   /*  min-height: 100px; */
}

.services p {
    font-size: 16px;
    line-height: 26px;
    max-width: 398px;
    max-height: 55px;
    margin-bottom: 60px;
    overflow: hidden;
    transition: max-height 1s;
}

.services .box:hover p {
    max-height: 190px;
}

.services .box img {
    height: 100%;
}

.services .box .text_wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* justify-content: center; */
    max-width: 500px;
    margin: 0 auto;
    z-index: 1;
    min-height: 350px;
}

.services .box:hover .btn {
    background-color: #5cae3f;
    border-color: transparent;
}
/* .services .box .white_btn{
    margin-top: auto;
} */

.services .box:hover .white_btn .btn span {
    color: #fff;
}

.services .box.overlay_black::before {
    z-index: 1;
}

.services p span {
    display: inline-block;
}

.services .box:hover p span {
    display: inline;
}

.services p span::after {
    content: "...";
    display: inline-block;
}

.services .box:hover p span::after {
    display: none;
}

.high_capecity {
    padding: 117px 0;
}

.high_capecity.inner_banner {
    padding: 215px 0;
}

.high_capecity .inner_wrap {}

.high_capecity .inner_wrap h1 {
    margin-bottom: 35px;
    color: #fff;
}

.high_capecity .inner_wrap p {
    text-align: justify;
    max-width: 815px;
}

.high_capecity .inner_wrap h4 {
    margin-bottom: 26px;
    max-width: 985px;
}

.cad_design {
    padding: 124px 0;
}

.cad_design h3 {
    margin-bottom: 35px;
}

.cad_design p,
.sub_section p {
    margin-bottom: 38px;
    text-align: justify;
}

.card_bottom_para p {
    margin-bottom: 22px;
}

.cad_design img {
    margin-bottom: 33px;
}

.list {
    margin-bottom: 29px;
}

.list li {
    font-size: 19px;
    color: #fff;
    font-weight: normal;
    font-family: 'Roboto';
    margin-bottom: 2px;
    position: relative;
    display: flex;
}

.list li::before {
    content: "";
    left: 0;
    width: 4px;
    height: 4px;
    background-size: cover;
    background-position: center;
    background-color: #5cae3f;
    border-radius: 50%;
    display: inline-block;
    margin-right: 28px;
    flex: 0 0 auto;
    margin-top: 10px;
}

.house_surveyors {
    padding: 124px 0;
}

.house_surveyors p {
    max-width: 437px;
    text-align: justify;
    margin-bottom: 32px;
}

.sub_section {
    padding: 81px 0;
}

.leaser_cutting .box {
    max-width: 652px;
}

.leaser_cutting h3,
.inner_subhead h3 {
    margin-bottom: 28px;
}

.leaser_cutting p {
    margin-bottom: 31px;
    text-align: justify;
}

.testimonial {
    padding: 172px 0px;
}

.testimonial .testimonial_slider .text_wrap {
    color: #fff;
}

.testimonial .testimonial_slider .text_wrap h2 {}

.testimonial .testimonial_slider .text_wrap p.text {
    color: #fff;
    max-width: 1000px;
    margin: 0 auto 17px;
    font-size: 17px;
    line-height: 33px;
    background-size: cover;
    background-position: top left;
    display: inline-block;
    background-image: url(../images/icons/testimonial-icon.png);
    background-repeat: no-repeat;
    background-size: 40px;
    padding-left: 70px;
    text-align: justify;
}

.testimonial .testimonial_slider .text_wrap p.testimonial_author {
    font-size: 20px;
    line-height: 33px;
    padding-left: 70px;
    margin-bottom: 0;
}

.testimonial .testimonial_slider .text_wrap p.testimonial_author::before {
    display: none
}

.testimonial .testimonial_slider .text_wrap span.date {
    font-size: 21px;
    font-weight: 700;
    font-style: italic;
}

.testimonial_slider .owl-nav.disabled,
.testimonial_slider .owl-nav {
    display: flex !important;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: auto;
    justify-content: space-between;
    width: 95px;
}

.testimonial_slider.text-white h3 {
    margin-bottom: 48px;
}

.testimonial_slider .owl-prev,
.testimonial_slider .owl-next {
    position: relative;
    font-size: 0;
    width: 30px;
    height: 30px;
    margin: 0 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
}

.testimonial_slider .owl-prev:hover,
.testimonial_slider .owl-next:hover {
    background-image: -moz-linear-gradient(-136deg, rgb(92, 174, 63) 18%, rgb(68, 119, 174) 100%);
    background-image: -webkit-linear-gradient(-136deg, rgb(92, 174, 63) 18%, rgb(68, 119, 174) 100%);
    background-image: -ms-linear-gradient(-136deg, rgb(92, 174, 63) 18%, rgb(68, 119, 174) 100%);
}

.testimonial_slider .owl-prev {
    margin-left: 0;
    left: 0;
}

.testimonial_slider .owl-next,
.testimonial_slider .owl-prev {
    margin-right: 0;
    right: 0;
    background-color: #5cae3f;
    border-radius: 5px;
    width: 38px;
    height: 38px;
}

.testimonial_slider .owl-prev::before,
.testimonial_slider .owl-next::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url('../images/icons/left-arrow-icon.png');
    background-size: 11px;
    background-position: center;
    cursor: pointer;
    background-repeat: no-repeat;
}

.testimonial_slider .owl-next::before {
    background-image: url('../images/icons/right-arrow-white-icon.png');
}

.testimonial.testimonial_banner.banner>.container {
    max-width: calc(100% - 380px);
}


/*==========================
            Gallery
============================*/

.gallery-wrap {
    padding: 90px 0
}

.gallery-wrap .container a {
    margin-bottom: 16px;
    display: block;
}

.gallery-wrap img {
    width: 100%;
}

.gallery-wrap div {
    padding-right: 8px;
    padding-left: 8px;
}


/*==========================
            Gallery
============================*/


/*===========contact page css start*/

.contact_form .row {
    margin-right: -8px;
    margin-left: -8px;
}

.contact_form .row>div {
    padding-right: 8px;
    padding-left: 8px;
    margin: 0px 0px;
}
.top-service-tab.contact_tab h1 {
    margin-bottom: 0;
}
.top-service-tab.contact_tab {
    padding: 139px 0;
}

.contact_form h2 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 17px;
}

.gredient_btn.contact_lets,
.contact-us .gredient_btn {
    display: none;
}

.contact-us .gredient_btn.contact_lets {
    display: block;
}

.contact_form .form-group .form-control {
    height: 60px;
    background-color: #f2f2f2;
    border-radius: 10px;
    border: 0;
    font-size: 19px;
    font-weight: 700;
    color: #3c3c3b;
}

.contact_form .form-group textarea {
    max-height: 240px;
    min-height: 240px;
}

.contact_form .form-group .form-control:focus::placeholder {
    font-size: 0;
}

.contact_form .form-group .form-control:focus {
    box-shadow: none;
}

.contact_form .form-group .form-control::placeholder {
    color: #3c3c3b;
}

.contact_form .form-group textarea.form-control {
    padding-top: 20px;
    max-height: 150px;
    min-height: 150px;
}

.contact_form .form-group .btn.form-control {
    box-shadow: none;
    color: #fff;
    background-color: #5cae3f;
    border: 2px solid #5cae3f;
}

.contact_form .form-group .btn.form-control:hover {
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    border: 2px solid #fff;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/icons/black-down-arrow-icon.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 96% 25px;
}

.form-control,
select.form-control:not([size]):not([multiple]) {
    height: 60px;
    border-radius: 10px;
    border: 0;
    background-color: #f2f2f2;
}

.cnt_address {}

.cnt_address h3 {
    margin-bottom: 44px;
}

.cnt_social {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 56px;
}

.cnt_social .white_btn {
    margin-right: 33px;
}


/*===========contact page css end*/


/*================pop up form=========================*/

.pop_form_modal {
    max-width: 1065px;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 97px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 50px;
}

.pop_form_modal.active {
    opacity: 1;
    visibility: visible;
}

.form-group.btn_wrap {
    margin-bottom: 0;
}

.pop_form_modal h3::before {
    background-color: #141414;
}

.pop_wrap .close_btn {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    color: #fff;
    opacity: 1;
    float: none;
    margin-top: 26px;
}

.menu_overlay,
.pop_overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 33, 41, 0.98);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.menu_overlay {
    background-color: rgba(0, 0, 0, 0.3);
}

.menu_overlay.active,
.pop_overlay.active {
    visibility: visible;
    opacity: 1;
}

.pop_form_modal {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.pop_form_modal::before {
    display: none;
}

.pop_overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.pop_overlay {
    z-index: 99999;
    background-color: rgba(0, 33, 41, 0.70);
}

.pop_overlay.active {
    visibility: visible;
    opacity: 1;
}

.pop_form_modal .row {
    margin-left: -10px;
    margin-right: -10px;
}

.pop_form_modal .row>div {
    padding: 0px 10px;
}


/*================pop up form=========================*/


/*Footer css*/

footer {
    background-image: url(../images/footer-texture-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    background-color: #002129;
    padding: 100px 0;
}

footer .footer_logo {
    max-width: 241PX;
}

footer .footer_logo img {
    margin-bottom: 40px;
}

footer .footer_logo img {
    width: 100%;
}

footer .social_icons {
    margin-top: 13px;
}

.social_icons ul {
    display: flex;
}

.social_icons ul li {
    margin: 0 12px;
}

.social_icons ul li:first-child {
    margin-left: 0px;
}

.social_icons ul li:last-child {
    margin-right: 0px;
}

.social_icons ul li a {}

.social_icons ul li a.icon {
    width: 35px;
    height: 35px;
    display: inline-block;
    background-size: cover;
    transition: all 0.3s;
}

.social_icons ul li a.facebook_icons {
    background-image: url(../images/icons/facebook-icon.png);
}

.social_icons ul li a.facebook_icons:hover {
    background-image: url(../images/icons/facebook-icon-hover.png);
}

.social_icons ul li a.twitter_icons {
    background-image: url(../images/icons/twitter-icon.png);
}

.social_icons ul li a.twitter_icons:hover {
    background-image: url(../images/icons/twitter-icon-hover.png);
}

.social_icons ul li a.linkdin_icons {
    background-image: url(../images/icons/linkdin-icon.png);
}

.social_icons ul li a.linkdin_icons:hover {
    background-image: url(../images/icons/linkdin-icon-hover.png);
}

footer .common .menu_wrapper {
    display: flex;
}

footer .common .footer_menu {
    margin-right: 50px;
}

footer .common .footer_menu:last-child {
    margin-right: 0px;
}

footer .common .footer_menu li {}

footer .common .footer_menu li a {
    position: relative;
    display: flex;
    align-items: center;
}

footer .common .footer_menu li a::before {
    content: "";
    width: 5px;
    height: 6px;
    background-image: url(../images/icons/menu-right-arrow-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin-right: 20px;
}

.get_in {}

.get_in li {
    display: flex;
}

.get_in li span.small_title {
    min-width: 122px;
    display: inline-block;
    margin-right: 35px;
}

footer .common.get_in_wrapper {
    max-width: 347px;
    margin: 0 auto;
}

.cnt_address .common .get_in_wrapper {
    margin: 0;
}

.get_in li a,
.get_in li span.small_title,
footer .common p,
footer .common .footer_menu li a,
.cnt_address .common .get_in_wrapper p,
.cnt_address .common .get_in_wrapper a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 36px;
    transition: all 0.3s;
    font-family: 'Roboto';
}

.get_in li span.small_title {
    font-weight: 700;
}

.cnt_address .common .get_in_wrapper p {
    margin-bottom: 10px;
}

.get_in li a:hover,
footer .common .footer_menu li a:hover,
.get_in li a.active,
footer .common .footer_menu li a.active {
    color: #5cae3f;
}

footer .common h5 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 22px;
}

footer .common p {
    line-height: 23px;
    max-width: 382px;
    text-align: justify;
    margin-bottom: 7px;
}

.fw_500.footer_bottom_para {
    line-height: 33px;
}

footer .common .get_in_wrapper p,
footer .common .get_in_wrapper a,
.cnt_address .common .get_in_wrapper p,
.cnt_address .common .get_in_wrapper a {
    color: #5cae3f;
}

footer .common .get_in_wrapper a:hover,
.cnt_address .common .get_in_wrapper a:hover {
    color: #fff;
}

.get_in li:nth-child(2) {
    align-items: center;
}

.get_in li:last-child,
.get_in li:last-child a {
    line-height: 25px;
}

.get_in li:last-child {
    margin-top: 12px;
}

.get_in li:last-child span.small_title {
    margin-top: -8px;
}

.bottom-footer {
    background-color: #011d24;
    overflow: hidden;
    padding: 44px 0;
}

.bottom-footer .copy ul {
    margin-right: 77px;
}

.bottom-footer .copy ul li,
.bottom-footer .copy ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.copy {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-footer .copy ul li {
    margin-right: 50px;
}

.bottom-footer .copy ul li:last-child {
    margin-right: 0px;
}

.bottom-footer .copy ul li a:hover {
    color: #5cae3f;
}

.design_by,
.design_by span {
    font-size: 13px;
    line-height: 0;
    margin: 0;
    color: #fff;
}

.design_by span:hover {
    color: #5cae3f;
}


/*==========================
    Footer CSS End
=============================


/*==========================
    scrollToTop CSS Start
=============================*/

.scrollToTop {
    background-color: #315a86;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    border-radius: 3px;
    transition: all 0.3s;
    border: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 999;
    padding: 10px;
}

.scrollToTop:hover {
    background-color: #5cae3f;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
}

.scrollToTop img {
    width: 100%;
}


/*==========================
    scrollToTop CSS End
=============================*/


/*thank you*/

.high_capecity.thank_you .container {
    max-width: 1145px;
    background-color: rgba(131, 201, 209, 0.53);
    padding: 95px 30px;
}

.high_capecity.thank_you {
    height: inherit;
}

.high_capecity.thank_you h1 {
    font-size: 120px;
    line-height: inherit;
    margin: 0 0 -20px;
}

.high_capecity.thank_you h1::before {
    display: none;
}

.high_capecity.thank_you p {
    font-size: 20px;
    font-weight: 400;
    margin: 0 auto;
}

.high_capecity.thank_you .btn-group {
    margin: 40px auto;
    display: block;
}


/*thank you*/

.form-group.captcha_wrap {
    text-align: left;
    font-size: 15px;
    color: #fff;
}

.error_messages,
.error_captcha {
    color: red;
    font-size: 14px;
}

.error {
    color: red;
    font-size: 15px;
    text-align: left;
    display: block;
    margin: 5px 0px;
}

.pop_body {
    overflow-y: hidden;
}

.partner {
    padding: 60px 0;
}

.partner .partner_logo {}

.partner .partner_logo ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.partner .partner_logo ul li {
    flex: 0 0 225px;
    margin: 0 25px;
}

.partner .partner_logo ul li a {}

.partner .partner_logo ul li a img {
    width: 100%;
    border: 1px solid #dedede;
}
.solidwork img{
    border-radius: 10px;
}